*** empty log message ***
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
9f036d33
BW
12006-03-15 Bill Wohler <wohler@newt.com>
2
3 * image.el (image-load-path-for-library): Fix example by not
4 recommending that one binds image-load-path. Just defvar it to
5 placate compiler and only use it if previously defined.
6
9212fe99
CD
72006-03-15 Carsten Dominik <dominik@science.uva.nl>
8
713cb18d 9 * textmodes/org.el (org-insert-centered): Use `string-width' to
9212fe99
CD
10 make underlining work for wide characters.
11 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
12 TAB to `org-cycle', to make sure that no binding in
13 `outline-mode-map' can supercede it.
14
b3d0dafb
LT
152006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
16
891d66c9 17 * allout.el: Increment version to 2.2.1 in file commentary.
b3d0dafb 18
891d66c9 19 (allout-version): Increment to 2.2.1.
b3d0dafb 20
891d66c9
LT
21 (allout-default-layout): New customization variable, used when the
22 file lacks a specific allout-layout. Uses allout-layout-type for
23 recursively nested definition.
b3d0dafb 24
891d66c9
LT
25 (allout-layout-type): Widget defining allout layouts, necessary for
26 self-recursive definition.
b3d0dafb 27
891d66c9
LT
28 (allout-mode): Incorporate allout-default-layout as fallback for
29 allout-layout.
b3d0dafb 30
891d66c9
LT
31 (allout-layout): Mark as 'safe-local-variable', and refer mention
32 fallback to `allout-default-layout' in absence of a specified value.
33 (allout-passphrase-verifier-string)
34 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
b3d0dafb 35
891d66c9 36 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
b3d0dafb 37
891d66c9
LT
38 (allout-get-encryption-passphrase-verifier): Use correct name of
39 passphrase verifier in docstring.
b3d0dafb 40
3470ef37
NR
412006-03-15 Nick Roberts <nickrob@snap.net.nz>
42
43 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
44 elements.
45 (gdb-find-watch-expression): Make it work for arrays too. Follow
46 change to gdb-var-list.
47 (gud-watch): Allow the user to enter variable name with a prexix
48 arg. Create keybindings.
49 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
50 (gdb-var-list-children-handler, gdb-var-update-handler)
51 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
52 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
53 Follow change to gdb-var-list.
54 (gdb-starting): Don't show the overlay arrows when program is
55 running.
56
57 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
58 gdb-var-list.
59
5248a565
BW
602006-03-14 Bill Wohler <wohler@newt.com>
61
62 * image.el (image-load-path-for-library): Pass value of path
713cb18d 63 rather than symbol. Always return list of directories. Guarantee
5248a565
BW
64 that image directory comes first.
65
c852c516
AM
662006-03-14 Alan Mackenzie <acm@muc.de>
67
68 * font-core.el: New function/variable
69 font-lock-extend-region\(-function\)?.
70
71 * font-lock.el (font-lock-after-change-function): Call
72 font-lock-extend-region. Obey font-lock-lines-before.
73 (font-lock-default-fontify-region): Remove reference to
74 font-lock-lines-before.
75
76 * jit-lock.el (jit-lock-after-change): Call
77 font-lock-extend-region. Obey font-lock-lines-before.
78
d4695487
DP
792006-03-14 David Ponce <david@dponce.com>
80
81 * tree-widget.el (tree-widget-themes-load-path)
82 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
83
e8f10ddb
MB
842006-03-13 Ryan Yeske <rcyeske@gmail.com>
85
86 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
87 (rcirc-print): Mark the start of text at the end of the prompt.
88 (rcirc-track-minor-mode): Add autoload cookie.
89 (rcirc-update-activity-string): Add space to front of mode-line
90 indicator.
91
54aba1ee
MB
922006-03-13 Miles Bader <miles@gnu.org>
93
3470ef37
NR
94 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
95 (rcirc-abbrev-nick): Remove function.
54aba1ee
MB
96 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
97
4f8f072e
DP
982006-03-13 David Ponce <david@dponce.com>
99
100 * tree-widget.el: Handle themes across all occurrences of the main
101 themes sub-directory found in tree-widget-themes-load-path.
102 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
103 (tree-widget--locate-sub-directory): Return all occurrences.
104 (tree-widget-themes-path): New function. Replace
105 tree-widget-themes-directory, and return a list of directories.
106 (tree-widget-set-parent-theme)
107 (tree-widget-lookup-image): Use it.
108
586392ba
CD
1092006-03-13 Carsten Dominik <dominik@science.uva.nl>
110
713cb18d 111 * textmodes/org.el (org-link-search): Avoid self-matching of
586392ba
CD
112 links, allow target text to be distributed over several lines.
113 (org-search-not-link): New function.
713cb18d
JB
114 (org-set-regexps-and-options, org-get-current-options):
115 New startup options.
586392ba
CD
116 (org-export-as-html): Take odd-level setting from local variable.
117 (org-fontify-emphasized-text): New option.
118 (org-set-font-lock-defaults): Include emphasized text.
119 (org-follow-mhe-link): Allow folder-only links, fix folder name.
120 (org-font-lock): Customize group renamed from `org-faces'.
121
da63ece4
JPW
1222006-03-13 John Paul Wallington <jpw@pobox.com>
123
124 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
125 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
126
2a1eac63
LT
1272006-03-12 Luc Teirlinck <teirllm@auburn.edu>
128
129 * cus-start.el (all): Delete :version keyword for members of the
130 fringe group, since the entire group is new in 22.1.
131
81d4dba3
NR
1322006-03-13 Nick Roberts <nickrob@snap.net.nz>
133
134 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
135 map if value is hexadecimal (an address).
136 (gud-watch): Only search roots for existing watch expressions.
137 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
138 prevent caching problems with speedbar-update-directory-contents.
139
2d19a2a4
JL
1402006-03-12 Juri Linkov <juri@jurta.org>
141
142 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
143 before comparing with `low' and `warn'.
144
145 * info.el (Info-dir-remove-duplicates): Move point to the
146 beginning of the current line after deleting the entries from
147 redundant heading. Use marker for `limit' and compare it with
148 point before calling `re-search-forward'.
149
f372bd5b
LT
1502006-03-11 Luc Teirlinck <teirllm@auburn.edu>
151
152 * simple.el (yank): Fix typo in docstring.
153
2c1bd367
EZ
1542006-03-11 Ryan Yeske <rcyeske@gmail.com>
155
156 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
157 messages, where "D" is the 6th character.
158
f161146b
EZ
1592006-03-11 Eli Zaretskii <eliz@gnu.org>
160
161 * simple.el (yank): Fix last change.
162
db3c0e9c
EZ
1632006-03-11 David Ponce <david@dponce.com>
164
165 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
166 merging elements from the standard ispell-dictionary-alist.
167 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
168 alist, and return the new alist.
169
5a893bff
RS
1702006-03-11 Richard Stallman <rms@gnu.org>
171
172 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
173
174 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
175 the way it is implemented is too unclean.
176
177 * simple.el (kill-region, yank): Doc fix.
178
179 * battery.el (battery-echo-area-format): Doc fix.
180 (battery-mode-line-format): Likewise.
181 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
182 (battery-linux-proc-acpi): Ignore batteries that say "charged".
183
0c93f715
EZ
1842006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
185
713cb18d
JB
186 * progmodes/octave-mod.el (octave-indent-for-comment):
187 Behave according to do string.
0c93f715 188
55faab0a
EZ
1892006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
190
8887e8ec
EZ
191 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
192 Be visible only if major mode is Mail Mode.
193
55faab0a
EZ
194 * textmodes/flyspell.el (flyspell-external-point-words)
195 (flyspell-process-localwords): Fix last changes.
196
7325e714
EZ
1972006-03-11 Eli Zaretskii <eliz@gnu.org>
198
306cea3a
EZ
199 * calendar/holidays.el (list-holidays): Doc fix.
200
7325e714
EZ
201 * international/mule.el (auto-coding-alist): Add .odt
202 (OpenOffice's open document) files.
203
204 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
205 document) files. Mention in the doc string the need to sync with
206 auto-coding-alist.
207
af467e28
CY
2082006-03-10 Chong Yidong <cyd@stupidchicken.com>
209
210 * files.el (hack-local-variables-confirm): Don't prompt for ! if
211 enable-local-variables is set to always query, or there is no
212 savable variable.
213
7c565097
BW
2142006-03-10 Bill Wohler <wohler@newt.com>
215
216 * image.el (image-load-path-for-library): Merge at least three
217 functions from Gnus and MH-E into this one function that can now
218 be shared.
219
3cf61a4f
NR
2202006-03-11 Nick Roberts <nickrob@snap.net.nz>
221
222 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
223 gdb-remove-mouse-face and remove help-echo too.
224 (gdb-enqueue-input): Correct conditional clause.
713cb18d 225
5a473319
GM
2262006-03-10 Glenn Morris <rgm@gnu.org>
227
228 * calendar/calendar.el (calendar-holidays): Doc fix.
229 * calendar/holidays.el (list-holidays): Doc fix.
230
05c31df2
NR
2312006-03-10 Nick Roberts <nickrob@snap.net.nz>
232
233 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
234 it gets called in gdb-prompt anyway.
235 (gdb-use-separate-io-buffer): Only restore window arrangement for
236 gdb-many-windows.
237 (gdb-enqueue-input): Make it harder to send GDB input when program
238 is running.
239 (gdb-buffer-list): New variable.
240 (gdb-remove-mouse-face): New function.
241 (gdb-starting): Use it when GDB input won't get sent.
242
60a7c013
JB
2432006-03-08 Juanma Barranquero <lekktu@gmail.com>
244
245 * help.el (view-lossage): Remove trailing whitespace before
246 inserting "\n".
247
46d91fa0
CY
2482006-03-07 Chong Yidong <cyd@stupidchicken.com>
249
4299d849
CY
250 * files.el (hack-local-variables-confirm): Set
251 coding-system-for-read to nil before writing to .emacs.
252
9b1fad33
CY
253 * arc-mode.el (archive-extract): Check if an existing buffer name
254 comes from a different archive.
255
46d91fa0
CY
256 * help.el (describe-key-briefly): If KEY is a down event, read and
257 discard the up event.
258
d9b586ff
NR
2592006-03-07 Nick Roberts <nickrob@snap.net.nz>
260
261 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
262 be edited and use font-lock-warning-face for any changes.
263
264 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
265 (gdb-edit-value): Use it to report any errors.
266
c2f6ba99
JB
2672006-03-07 Juanma Barranquero <lekktu@gmail.com>
268
269 * help.el (describe-key): Remove leftover test code.
270
7204b00e
CD
2712006-03-07 Carsten Dominik <dominik@science.uva.nl>
272
273 * textmodes/org.el: Move defvars out of eval-when-compile. Use
274 buffer-file-name variable.
275 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
276 arg `file'.
277 (org-level-faces): Remove startup dependency.
278 (org-cycle, org-map-tree, org-scan-tags)
279 (org-remember-handler): Don't call `outline-level' directly.
280 (org-mhe-search-all-folders): New option.
c2f6ba99
JB
281 (org-mhe-get-message-folder-from-index)
282 (org-mhe-get-message-folder): Fix indexing search.
7204b00e
CD
283 (org-format-agenda-item): Handle nil TAGS argument.
284 (org-cleaned-string-for-export, org-activate-target-links)
285 (org-make-target-link-regexp): Deal with empty radio target list.
286 (org-tag): New face.
287 (org-get-level-face): New function.
288 (org-set-font-lock-defaults): Simplify setup for headlines.
289 (org-complete): Pass common substring to
290 `display-completion-list'.
291
3070196c
DP
2922006-03-06 David Ponce <david@dponce.com>
293
294 * tree-widget.el: Update Commentary header.
295 (tree-widget-theme-name): Ignore parent themes.
296 (tree-widget-set-parent-theme): New function.
297 (tree-widget-set-theme): Use it.
298 (tree-widget-set-image-properties): Move definition. Does nothing
299 if image properties have already been set.
300 (tree-widget-image-properties): Move definition. Receive an image
301 name. Set the :pointer property.
302 (tree-widget-lookup-image): Doc fix. Search in parent themes.
303 Don't set the :pointer image property.
304 (tree-widget-convert-widget): New function. Handle :dynargs
305 compatibility here.
306 (tree-widget): Use it to :convert-widget. Add the :expander-p
307 predicate to control when the :expander function is entered.
308 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
309 (tree-widget-value-create): Handle :expander-p. widget-apply
310 :expander.
311 (tree-widget-expander-p): New function. Default value of the
312 :expander-p property.
313
aa38f98e
CY
3142006-03-06 Chong Yidong <cyd@stupidchicken.com>
315
316 * help.el (describe-key): Properly handle the return value of
317 read-key-sequence when grabbing an up-event. Cleanup mouse-1
4dfb2678 318 remaps. Handle string and vector `follow-link' values.
aa38f98e 319
95983b95
SM
3202006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
321
322 * complete.el (PC-expand-many-files): Try be more careful when parsing
323 the shell's output.
324
1e0e9b38
SM
3252006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
326
327 * outline.el (hide-sublevels): Provide better interactive default.
328
50e3e564
KH
3292006-03-06 Kenichi Handa <handa@m17n.org>
330
1e0e9b38
SM
331 * international/fontset.el (create-fontset-from-fontset-spec):
332 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
50e3e564 333
af6a60c3
LT
3342006-03-05 Luc Teirlinck <teirllm@auburn.edu>
335
a79fbdcb
LT
336 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
337 backslashes instead of one in regexp.
65416c68 338 (gud-tooltip-dereference): Add missing optional argument.
af6a60c3 339
681979fa
JPW
3402006-03-04 John Paul Wallington <jpw@pobox.com>
341
342 * wdired.el (toplevel): Require `cl' at compile-time.
343
c6ce06a6
AS
3442006-03-04 Andreas Schwab <schwab@suse.de>
345
346 * server.el (server-process-filter): Handle errors during
347 evaluation of the argument.
348
da927269
JPW
3492006-03-03 John Paul Wallington <jpw@pobox.com>
350
351 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
352 escape parentheses at beginning of line.
353 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
354 (t-mouse-mode): Remove period from end of error message.
355
4a2c4459
EZ
3562006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
357
1e0e9b38
SM
358 * textmodes/flyspell.el (flyspell-process-localwords):
359 Be case-sensitive.
4a2c4459 360
d594e896 3612006-03-03 Martin Rudalics <rudalics@gmx.at>
c60168d2 362
33709261
EZ
363 * cus-edit.el (custom-quote): Remove function, since it has been
364 moved to custom.el.
365
a6966c1c
EZ
366 * font-lock.el (lisp-font-lock-keywords-2)
367 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
368 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
369 they have no special meaning.
370
c60168d2 371 * midnight.el (clean-buffer-list): Handle case where base-buffer of
1e0e9b38 372 indirect buffer gets killed before indirect buffer. Use dolist.
c60168d2
EZ
373
3742006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
a6a2b5d4
EZ
375
376 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
377 value instead of a literal constant (1) on more pauses.
378
6e1fbe44
EZ
3792006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
380
1e0e9b38
SM
381 * textmodes/flyspell.el (flyspell-external-point-words):
382 Be case-sensitive.
6e1fbe44 383
019ed9c7
EZ
3842006-03-03 Ryan Yeske <rcyeske@gmail.com>
385
386 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
387 with "www".
388
46771bb3
EZ
3892006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
390
c601a68b 391 * allout.el: Restablish intermediate missing comment header to
46771bb3 392 preserve outline structure.
c601a68b
KS
393 (allout-beginning-of-current-entry): Skip invisible text.
394 (allout-open-topic): Fix opening a topic at end-of-buffer.
395 (allout-minor-mode): Move nearer to allout-mode function.
46771bb3 396
2276b5b1
CD
3972006-03-02 Carsten Dominik <dominik@science.uva.nl>
398
c601a68b 399 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
2276b5b1 400
115712f0
NR
4012006-03-02 Nick Roberts <nickrob@snap.net.nz>
402
6aa79f63
NR
403 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
404 is nil.
405
1e0e9b38
SM
406 * progmodes/gud.el (gud-speedbar-menu-items):
407 Use buffer-local-value and add missing :visible keyword.
115712f0 408
c601a68b 409 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
115712f0 410
d464ce27
CD
4112006-03-01 Carsten Dominik <dominik@science.uva.nl>
412
a85551d8
CD
413 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
414 must be `follow-link'.
415
c601a68b 416 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
a85551d8 417
a196ea62 418 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
d464ce27 419 formatting: No nested anchors.
a196ea62 420 (org-all-targets): Fix bug with XEmacs compatibility.
d464ce27 421 (org-read-date): Add (require 'parse-time).
a196ea62 422 (org-set-tags): Fix bug with extra inserted space.
d464ce27 423 (org-export-html-style): Define a style class for targets.
1e0e9b38 424 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
d464ce27
CD
425 (org-hide-leading-stars): New option.
426 (org-hide): New face.
427 (org-set-font-lock-defaults): Allow to hide leading stars.
428 (org-get-legal-level, org-tr-level): New functions.
429 (org-odd-levels-only): New option.
a196ea62
JB
430 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
431 (org-demote, org-promote): Deal with double-star levels.
d464ce27
CD
432 (org-convert-to-odd-levels): New command.
433
e9cee67e
NR
4342006-03-01 Nick Roberts <nickrob@snap.net.nz>
435
436 * speedbar.el (speedbar-update-localized-contents): Try to
437 preserve window-start.
438 (speedbar-update-directory-contents): Try to preserve window-start
439 and window-point.
c601a68b 440 (speedbar-update-special-contents): Don't move back to start of window.
e9cee67e
NR
441
442 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
443 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
1e0e9b38 444 speedbar-timer-fn.
e9cee67e
NR
445 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
446 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
447 instead of gdb-speedbar-timer-fn.
e9cee67e 448
29ecdb22
JB
4492006-02-28 Jay Belanger <belanger@truman.edu>
450
a196ea62
JB
451 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
452 (math-compose-expr): Use latex option when calling
29ecdb22
JB
453 `math-compose-tex-matrix' for latex mode.
454
766bcec1
NR
4552006-02-28 Nick Roberts <nickrob@snap.net.nz>
456
5ef21574
NR
457 * speedbar.el: Re-instate comments about developing for speedbar
458 [this is what info and gdb-ui use even if better methods exist now].
459
766bcec1
NR
460 * t-mouse.el: New file.
461 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
462 (t-mouse-lispy-buffer-posn-from-coords): Remove. Use the C
463 primitive...
464 (t-mouse-make-event-element): ...posn-at-x-y instead.
465 (t-mouse-make-event): Deal with Fedora Core 3.
466 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
467 (t-mouse-mouse-position-function): New function. Use it instead
468 of advising mouse-position.
469 (t-mouse-mode): New minor mode.
470 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
471
c61633ba
GM
4722006-02-27 Glenn Morris <rgm@gnu.org>
473
474 * calendar/calendar.el (calendar-holidays): Doc fix.
475
661f54cb
NR
4762006-02-27 Nick Roberts <nickrob@snap.net.nz>
477
a196ea62 478 * progmodes/gdb-ui.el (gdb-source-window): New variable.
661f54cb
NR
479 Re-introduce the concept of a source window.
480 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
481 consistency with get-buffer-create.
482 (def-gdb-auto-update-handler, gdb-info-locals-handler)
483 (gdb-data-list-register-values-handler)
484 (gdb-stack-list-locals-handler): Try to preserve window-start as
485 well as window-point.
486 (gdb-display-source-buffer): New function (old concept).
487 (gdb-goto-breakpoint): Use it.
488
489 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
490 for gdb-ui/gdb-mi (old concept).
491
753656f3
CD
4922006-02-27 Carsten Dominik <dominik@science.uva.nl>
493
494 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
495 binding.
496
497 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse'
498 binding.
499
a196ea62
JB
500 * textmodes/reftex-sel.el (reftex-select-label-map)
501 (reftex-select-bib-map): Add `follow-mouse' binding.
0738d819 502
440cbd9e
LT
5032006-02-26 Luc Teirlinck <teirllm@auburn.edu>
504
505 * jka-cmpr-hook.el (jka-compr-compression-info-list)
506 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
507 Give :set functions to provide automatic updating.
508 Update docstring. Give compiler defvars early in the file
509 and move the defcustoms to a later spot where all called functions
510 are defined.
511 (jka-compr-file-name-handler-entry): Doc fix.
512 (jka-compr-compression-info-list--internal)
513 (jka-compr-mode-alist-additions--internal)
514 (jka-compr-load-suffixes--internal): New variables.
515 (jka-compr-install): Set the three above variables.
516 Update `load-file-rep-suffixes' instead of `load-suffixes'.
517 (jka-compr-update, jka-compr-set): New functions.
518 (auto-compression-mode): Doc fix.
519
520 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
521 Update `load-file-rep-suffixes' instead of `load-suffixes'.
522 Use jka-compr-compression-info-list--internal,
523 jka-compr-mode-alist-additions--internal and
524 jka-compr-load-suffixes--internal.
525
526 * files.el (load-library):
527 * loadhist.el (file-loadhist-lookup):
528 * startup.el (command-line):
529 * subr.el (locate-library):
530 * emacs-lisp/autoload.el (update-directory-autoloads):
1e0e9b38
SM
531 * emacs-lisp/find-func.el (find-library-suffixes):
532 Use `get-load-suffixes' instead of `load-suffixes'.
440cbd9e
LT
533
534 * subr.el (locate-library):
1e0e9b38
SM
535 * emacs-lisp/find-func.el (find-library-name):
536 Use `load-file-rep-suffixes' instead of '("").
440cbd9e 537
a0eacbcd
KS
5382006-02-26 Kim F. Storm <storm@cua.dk>
539
1e0e9b38
SM
540 * ido.el (ido-save-history, ido-load-history): Simplify.
541 Don't use find-file-noselect to avoid interference from other modes.
a0eacbcd 542
19cd88cc
TTN
5432006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
544
545 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
546 to use the default shell if filename is not available.
547 Reported by Giorgos Keramidas.
548
957e3996
FP
5492006-02-25 John Williams <jrw@pobox.com> (tiny change)
550
551 * progmodes/etags.el (tags-completion-table): Do completion from
552 all the tables in the current list, as documented in the manual.
553
cb694ab7
AM
5542006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
555
556 * CC Mode Update to 5.31.3.
557
5582006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
559
1e0e9b38
SM
560 * progmodes/cc-mode.el (c-postprocess-file-styles):
561 Bind inhibit-read-only to t, around the call to
cb694ab7
AM
562 c-remove-any-local-eval-or-mode-variables, so that it works on a
563 RO file.
564
5652006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
566
567 * progmodes/cc-awk.el: Correct a typo.
568
5692006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
570
571 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
572 c-hungry-delete-backwards, at the request of RMS. Leave the old
573 name as an alias.
574
5752006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
576
577 * progmodes/cc-mode.el: Correct a typo.
578
5792006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
580
581 * progmodes/cc-defs.el: Update the version number to 5.31.3.
582
5832006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
584
585 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
586 brace-else-brace (error due to mbeg, mend being undefined).
587
5882006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
589
590 * progmodes/cc-mode.el: File Local variables: Solve the problem
591 where both `mode' and c-file-offsets are specified: `mode' will
592 overwrite c-f-o's settings:
a196ea62
JB
593 (c-remove-any-local-eval-or-mode-variables): New function.
594 (c-postprocess-file-styles): Call the above new function, within
cb694ab7
AM
595 c-tentative-buffer-change, to splat `mode' and `eval' before the
596 second hack-local-variables.
597
5982006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
599
600 * progmodes/cc-mode.el:
601 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
1e0e9b38
SM
602 (c-after-change): Protect the match data with save-match-data.
603 It was getting corrupted by c-after-change-check-<>-operators.
4ce3c91a 604
cb694ab7
AM
605 * cc-defs.el: [Supersedes patch V1.38]:
606 (top level): Check for a buggy font-lock-compile-keywords ONLY in
1e0e9b38 607 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
cb694ab7
AM
608
609 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
610 with save-match-data. It was being corrupted when Font Lock was
611 not enabled.
612
6132006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
614
615 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
616 Mode and Subword Mode.
617
618 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
619 real labels ("case 1:" or "foo:") from non-labels ("public:").
620 (c-forward-objc-directive): Replace c-forward-token-2 with crude
621 coding; c-f-t-2 doesn't move over a token at EOB.
622
1e0e9b38 623 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
cb694ab7
AM
624
625 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
626 (c-update-modeline): Concatenate the minor mode indicators
627 directly onto mode-name, removing c-submode-indicators.
1e0e9b38 628 Sometimes, c-s-i got separated from the mode name on the mode line.
cb694ab7 629
a196ea62
JB
630 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
631 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
cb694ab7
AM
632
6332006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
634
a196ea62 635 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
cb694ab7
AM
636 error message when there's an evaluation error to show whether
637 it's loaded from source or not.
a196ea62 638 (c-filter-ops): Make it available at runtime too to work when
cb694ab7
AM
639 `c-make-init-lang-vars-fun' needs to evaluate from source.
640
172892e3
JB
6412006-02-24 Juanma Barranquero <lekktu@gmail.com>
642
643 * help.el (help): Revert last part of 2006-02-23 change (deletion
644 of the `provide' call).
645
32670900
JL
6462006-02-23 Juri Linkov <juri@jurta.org>
647
648 * compare-w.el (compare-windows-highlight): Add new value
649 `persistent' and change :type from `boolean' to `choice'.
650 (compare-windows-overlays1, compare-windows-overlays2):
651 New internal variables.
652 (compare-windows-highlight): If compare-windows-highlight is
653 `persistent', add current overlays to compare-windows-overlays[12]
654 instead of adding compare-windows-dehighlight to pre-command-hook.
655 (compare-windows-dehighlight): Delete all overlays from
656 compare-windows-overlays[12].
657
658 * info.el (Info-search): Don't bind search-spaces-regexp to
659 Info-search-whitespace-regexp in non-regexp isearch mode.
660
4e6d3170
SM
6612006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
662
663 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
664
35402b98
JB
6652006-02-23 Juanma Barranquero <lekktu@gmail.com>
666
667 * textmodes/org.el (org-xemacs-p)
668 (org-export-html-show-new-buffer, org-table-may-need-update)
669 (org-insert-item, org-mhe-get-message-real-folder)
670 (org-mhe-get-message-folder-from-index)
671 (org-mhe-get-message-folder, org-mhe-get-message-num)
672 (org-mhe-get-header, org-make-org-heading-search-string)
673 (org-make-org-heading-camel, org-table-sort-lines)
674 (org-format-org-table-html, org-format-table-table-html):
675 Fix typos in docstrings.
676
85563680 67712006-02-23 Carsten Dominik <dominik@science.uva.nl>
1caf01c2 678
85563680
JB
679 * textmodes/org.el (org-cleaned-string-for-export)
680 (org-solidify-link-text): New function.
681 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
682 XEmacs, just to silence the compiler.
4e6d3170
SM
683 (org-export-as-ascii, org-export-as-html-and-open):
684 Use `org-cleaned-string-for-export' and create internal links.
1caf01c2
CD
685 (org-follow-mhe-link): Require mh-e, use folder.
686
e4905946
NR
6872006-02-23 Nick Roberts <nickrob@snap.net.nz>
688
85563680 689 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
e4905946
NR
690
691 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
692 gdb-debug-log-length.
693 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
694 it a real ring but...
695 (gud-gdba-marker-filter): ...make it work like mark-ring.
696 (gdb-enable-debug): Rename from gdb-enable-debug-log.
697 (gdb-mouse-jump): New function. Add bindings.
698
03937438
NR
6992006-02-23 Nick Roberts <nickrob@snap.net.nz>
700
701 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
702 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
703 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
704 (gdb-debug-log-length): Customize it's length.
705 (gud-watch, gdb-var-create-handler): Display function::var format
706 but don't use to create variable object.
707 (gdb-var-create-handler): Use message-box in place of message.
708 (gdb-stopped): Call gdb-exited if signalled.
709
2e205512
CD
7102006-02-22 Carsten Dominik <dominik@science.uva.nl>
711
85563680 712 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
c7cf105d 713
85563680 714 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
3bfb8112 715
85563680 716 * textmodes/reftex.el (reftex-locate-file): Search all extensions
3bfb8112
CD
717 if `reftex-try-all-extensions' is set.
718
0738d819
CD
719 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
720 fail silently when there is no valid argument at point.
721 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
722 `fail-silently' argument. From a patch by David Reiter.
a196ea62 723
35402b98 724 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
2e205512
CD
725 New commands.
726 (org-mark-ring): New variable.
727 (org-mark-ring-length): New option.
728 (org-open-at-point, org-goto, org-open-file): Push old position
729 onto the mark ring.
730 (org-add-hook): New function.
731 (org-export-table-remove-special-lines): New option.
35402b98
JB
732 (org-skip-comments, org-format-org-table-html): Respect new
733 option `org-export-table-remove-special-lines'.
734 (org-open-file): Allow special command configuration for
735 directory link.
4e6d3170 736 (org-file-apps): Fix bugs in customize type, added setting
35402b98 737 for directories.
2e205512
CD
738 (org-activate-tags, org-format-agenda-item, org-complete)
739 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
740 (org-get-tags, org-get-buffer-tags, org-open-at-point)
741 (org-link-search, org-make-org-heading-search-string)
742 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
743 (org-radio-targets, org-file-link-context-use-camel-case)
744 (org-activate-camels): New options.
745 (org-update-radio-target-regexp, org-all-targets)
35402b98
JB
746 (org-make-target-link-regexp, org-activate-target-links):
747 New functions.
2e205512
CD
748 (org-make-org-heading-search-string): New function.
749 (org-store-link, org-insert-link): Use new option
750 `org-file-link-context-use-camel-case'.
751 (org-activate-camels): Use new option `org-activate-camels'.
4e6d3170 752 (org-link-regexp): Add mhe prefix.
35402b98
JB
753 (org-open-at-point, org-store-link): Support for mhe links.
754 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
755 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
756 (org-mhe-get-header, org-follow-mhe-link): New functions.
757 (org-remove-angle-brackets, org-add-angle-brackets):
758 New functions.
759 (org-bracket-link-regexp): New constant.
4e6d3170 760 (org-read-date): Fix bug that was rejecting all typed dates.
2e205512
CD
761 (org-link-search): Make hierarchy above visible after a match.
762 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
4e6d3170 763 (org-store-link): Fix bug with link creation when cursor is in
2e205512 764 an empty line.
4e6d3170 765 (org-open-at-point): Fix bug with matching a link.
35402b98 766 Fixed buggy argument sequence in call to `org-view-tags'.
2e205512
CD
767 (org-compile-prefix-format): Set `org-prefix-has-tag'.
768 (org-prefix-has-tag): New variable.
35402b98
JB
769 (org-format-agenda-item): Remove tags from headline
770 if appropriate.
2e205512
CD
771 (org-agenda-remove-tags-when-in-prefix): New option.
772
608c89a9 7732006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
85563680 774
608c89a9 775 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
85563680
JB
776 Fix the regular expressions.
777
f623a9d2
RS
7782006-02-21 Richard M. Stallman <rms@gnu.org>
779
780 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
781 if there's no other specific basis.
782
783 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
784 as variables at all.
785 (unsafep-variable): Rename arg; doc fix.
786
787 * abbrevlist.el (list-one-abbrev-table): Add autoload.
788
789 * calendar/appt.el (diary-selective-display): Add defvar.
790
791 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
792
793 * isearch.el (search-whitespace-regexp): Fix custom type.
794
795 * help.el (describe-key-briefly): Compute interactive args
796 in same was as before previous change.
797
798 * files.el (enable-local-variables): Doc fix.
799
dd9959da
KS
8002006-02-21 Kim F. Storm <storm@cua.dk>
801
802 * fringe.el: Cleanup as file is now pre-loaded.
803 (fringe-bitmaps): Initialize unconditionally.
804 (fringe-mode, set-fringe-style): Remove autoload cookies.
805
8062006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
2bb56fbf
JB
807
808 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
809 `horizontal-bar'.
810 (fringe-cursor-alist): Use `horizontal-bar'.
811
49af2995
KS
8122006-02-20 Kim F. Storm <storm@cua.dk>
813
814 * fringe.el (fringe-bitmaps): Update to new bitmap names.
815 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
816
817 * loadup.el: Load "fringe" on window systems.
818
8192006-02-20 Nick Roberts <nickrob@snap.net.nz>
17007b97
NR
820
821 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
822 out of scope components.
823
824 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
825 default.
826
ec9f0a62
CY
8272006-02-20 Chong Yidong <cyd@stupidchicken.com>
828
4e6d3170
SM
829 * custom.el (customize-mark-to-save, customize-mark-as-set):
830 Load the symbol first.
ec9f0a62 831
5376d5f6
JB
8322006-02-20 Juanma Barranquero <lekktu@gmail.com>
833
834 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
835 strech spec so it doesn't display as "^J" on the header line
836 when `Buffer-menu-use-header-line' is t.
837
8e6694f5
NR
8382006-02-20 Nick Roberts <nickrob@snap.net.nz>
839
840 * speedbar.el (speedbar-make-button): Keep text properties
841 of string arguments if desired.
842
843 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
844 expessions.
845
846 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
847 of speedbar.
848
07556e35
JPW
8492006-02-19 Ryan Yeske <rcyeske@gmail.com>
850
851 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
852 to value of `read-file-name-completion-ignore-case'.
853
2d656942
CY
8542006-02-19 Chong Yidong <cyd@stupidchicken.com>
855
fccf2784 856 * custom.el (customize-mark-as-set): Push to `user' theme.
4a9ceb4e 857
2d656942 858 * cus-edit.el (custom-save-variables): Allow unthemed values.
fccf2784 859 (customize-set-variable): Push setting to `user' theme.
2d656942 860
4d9fa6b8
NR
8612006-02-19 Nick Roberts <nickrob@snap.net.nz>
862
863 * progmodes/gud.el: Don't require font-lock as it's now
864 automatically loaded.
865 (gud-speedbar-buttons): Replace gdb-var-changed with
866 gdb-force-update.
867
868 * progmodes/gdb-ui.el (gdb-force-update): Rename from
869 gdb-var-changed.
870 (gdb-post-prompt): Use it.
871 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
872 (gdb-var-update-handler, gdb-var-delete)
873 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
874 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
875 gdb-force-update in gdb-post-prompt.
876 (gdb-reset): Clear watch expressions from speedbar when quitting.
877
b6178721 8782006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
5376d5f6
JB
879
880 * viper-cmd.el (viper-insert-state-post-command-sentinel)
881 (viper-change-state-to-vi, viper-change-state-to-emacs):
882 Make aware of cursor coloring in the Emacs state.
883 (viper-special-read-and-insert-char): Use read-char-exclusive.
884 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
885
886 * viper-init.el (viper-emacs-state-cursor-color): New variable.
887
888 * viper-util.el (viper-save-cursor-color)
889 (viper-get-saved-cursor-color-in-replace-mode)
890 (viper-get-saved-cursor-color-in-insert-mode)
891 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
b6178721 892 state.
5376d5f6
JB
893 (viper-get-saved-cursor-color-in-emacs-mode): New function.
894
895 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
896 (ediff-ignore-case-option3, ediff-actual-diff-options)
897 (ediff-actual-diff3-options): New variables to control case sensitivity.
898 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
899 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
900 (ediff-toggle-ignore-case): New function.
901 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
902
903 * ediff-help.el (ediff-long-help-message-narrow2)
904 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
905 (ediff-long-help-message-word-mode): Add ignore-case command.
906 (ediff-help-for-quick-help): Add ignore-case command.
907
908 * ediff-merg.el: Move provide to the end.
909
910 * ediff-ptch.el: Move provide to the end.
911
912 * ediff-wind.el: Move provide to the end.
913
914 * ediff-mult.el: Move provide to the end.
915 (ediff-set-meta-overlay): Enable follow-link.
916
917 * ediff.el: Move provide to the end.
b6178721 918 Break recursive load cycle in eval-when-compile.
5376d5f6
JB
919 (ediff-patch-buffer): Better heuristics.
920
921 * ediff-util.el: Move provide to the end.
b6178721 922 Break recursive load cycle in eval-when-compile.
5376d5f6 923 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
b6178721 924 defuns.
5376d5f6 925 (ediff-submit-report): Pass the values of ediff-diff3-program,
b6178721 926 ediff-diff3-options.
5376d5f6 927
dee503e5
JB
9282006-02-19 Juanma Barranquero <lekktu@gmail.com>
929
930 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
931 the opening bracket of the following bracketing pairs: {}, [], (), <>,
932 `' (for example, in the docstring of `windmove-default-keybindings').
933
e06b715f
NR
9342006-02-19 Nick Roberts <nickrob@snap.net.nz>
935
936 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
937 shadow face. Don't provide binding to edit variable when it is
938 out of scope.
939
940 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
941 (gdb-var-update-handler): Detect out of scope variables with pre
942 GDB 6.4 too.
172892e3 943 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
dee503e5 944 Reset status of variable objects to nil in update handlers.
e06b715f
NR
945 (gdb-var-update-handler-1): Detect when a variable object comes
946 in scope. setcar on var changes gdb-var-list directly.
947
d73c9bcb
JL
9482006-02-17 Juri Linkov <juri@jurta.org>
949
950 * ffap.el (ffap) <defface>: Add explicit face declaration.
951 (ffap-highlight): Use face `ffap' directly instead of checking
952 for its existence.
953
954 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
955 `visible-ok' of `other-buffer' to find the right original buffer.
956
957 * info.el (Info-search): Skip `Local Variables' node.
958
bec275ed
JL
9592006-02-17 Juri Linkov <juri@jurta.org>
960
961 * info.el (Info-find-file): Check for symbols `apropos', `history',
962 `toc' in the input filename, and return these symbols as is.
963 (Info-find-node-2): Set Info-current-file to symbols `apropos',
964 `history', `toc' instead of strings.
965 (Info-set-mode-line): For non-string Info-current-file use the
966 symbol's name inside **.
967 (Info-isearch-push-state): Add quote before Info-current-file and
968 Info-current-node.
969 (Info-isearch-pop-state): Use `equal' instead of `string='.
970 (Info-extract-pointer, Info-following-node-name): Use
971 `match-string-no-properties' instead of `match-string'.
972 (Info-up): Check `old-file' for `stringp'.
973 (Info-history): Use `equal' instead of `string-equal'.
974 Check `file' for `stringp'.
975 (Info-history): Use symbol `history' instead of string as first arg
976 of `Info-find-node'.
977 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
978 `toc' instead of string.
979 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
980 instead of `buffer-substring', and `match-string-no-properties'
981 instead of `match-string'.
982 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
983 instead of strings.
984 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
985 Use symbol `apropos' instead of string.
986 (Info-copy-current-node-name): Check `Info-current-file' for
987 `stringp' and construct a command with `Info-find-node' from it.
988 (Info-fontify-node): Use `match-string-no-properties' instead of
989 `match-string' and check file names for `stringp'.
990 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
991 `history', `toc' instead of strings.
992
b9e1451a
CY
9932006-02-17 Chong Yidong <cyd@stupidchicken.com>
994
995 * files.el: Rearrange functions and variables in the file local
996 variables section.
997
8086a70c
RS
9982006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
999
1000 * files.el: Add truncate-lines, ispell-check-comments and
1001 ispell-local-dictionary as safe local variables.
1002
11de097a
NR
10032006-02-18 Nick Roberts <nickrob@snap.net.nz>
1004
1005 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
1006 out of scope variables.
1007 (gud-speedbar-buttons): Use unless.
1008
1009 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
1010 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
1011 (gdb-show-changed-values): Also use for out of scope variables.
1012 (gdb-var-update-handler-1): Note if variable goes out of scope.
1013
783eebb9
EZ
10142006-02-17 Ryan Yeske <rcyeske@gmail.com>
1015
1016 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
1017 default to global variable values for unsupplied args.
1018 (rcirc-get-buffer-create): Fix bug with setting the target.
1019 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
1020 test for rcirc-always-use-server-buffer-flag here.
1021 (rcirc-response-formats): Add %N, which is a facified nick. %n
1022 uses the default face. Change the ACTION format string. If the
1023 "nick" is the server, don't print anything for that field.
1024 Comment fixes.
1025 (rcirc-target-buffer): Don't test
1026 rcirc-always-use-server-buffer-flag here.
1027 (rcirc-print): Squeeze extra spaces out of the text before message.
1028 (rcirc-put-nick-channel): Strip potential "@" char from nick
1029 before adding them to nick table.
1030 (rcirc-url-regexp): Improve to match address like "foo.com".
1031
773e7e48
EZ
10322006-02-17 Eli Zaretskii <eliz@gnu.org>
1033
11de097a 1034 * allout.el (allout-hidden-p): Move this defsubst before
773e7e48
EZ
1035 allout-overlay-interior-modification-handler, where it is first
1036 used.
1037
96b83743
EZ
10382006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
1039
1040 * allout.el: Use allout invisible-text overlays instead of
1041 selective display for concealed text. Also, lots of general
1042 cleanup, and improved compatibility code.
1043
1044 (allout-version) Incremented, corrected, revised, and refined
1045 module commentary.
1046
1047 (provide 'allout): Moved to the bottom, added a require of overlay.
1048
1049 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
1050 `except-current'.
1051 (allout-write-file-hook-handler): Minimize delay.
1052 (count-trailing-whitespace-region): New function so
1053 auto-encryption of current topic can resituate cursor exactly.
1054 PGP/GPG encryption trims trailing whitespace from lines, which
1055 must be accounted for across encryption then decryption.
1056
1057 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
1058 just plain "\C-c", to avoid intruding on user's keybinding space.
1059
1060 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
1061 parameter, so user request to provide a new password is done.
1062
1063 (allout-outside-normal-auto-fill-function, allout-auto-fill):
1064 Refined mechanism for auto-filling behavior while in allout mode.
1065
1066 (allout-mode): Explicitly specify the mode map in the docstring.
1067 Clarify provision for various write-file hook var names.
1068 Adjusted for invisible-text overlays instead of selective-display.
1069
1070 (allout-depth): Really return 0 if not within any topic. This
1071 rectifies `allout-beginning-of-level' and sequence numbering
1072 errors that occur when cutting and pasting numbered topics.
1073 Changed from a in-line subst to a regular function, as well.
1074
1075 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
1076
1077 (allout-end-of-subtree, allout-end-of-subtree)
1078 (allout-end-of-entry, allout-end-of-current-heading)
1079 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
1080 (allout-show-children, allout-show-to-offshoot)
1081 (allout-hide-current-entry, allout-show-current-entry): Rectified
1082 handling of trailing blank lines between items.
1083
1084 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
1085 (allout-current-depth, allout-unprotected, allout-hidden-p)
1086 (allout-on-current-heading-p, allout-listify-exposed)
1087 (allout-chart-subtree, allout-goto-prefix)
1088 (allout-back-to-current-heading, allout-get-body-text)
1089 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
1090 (allout-hide-region-body, allout-toggle-subtree-encryption)
1091 (allout-encrypt-string, allout-encrypted-key-info)
1092 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
1093 (allout-file-vars-section-data): Adjusted for use with
1094 invisible-text overlays instead of selective-display.
1095
1096 (allout-kill-line, allout-kill-topic, allout-yank-processing):
1097 Reworked for use with invisible text overlays.
1098
1099 (allout-current-topic-collapsed-p): New function.
1100
1101 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
1102 to know when to close the containing topic.
1103
1104 (allout-pre-command-business, allout-post-command-business):
1105 Simplify undo-batching and dynamic isearch exposure.
1106
1107 (allout-set-overlay-category): New for invisible-text overlays.
1108 Sets properties of allout-overlay-category, used by
1109 allout-flag-region to set invisible-text overlay properties.
1110 (allout-get-invisibility-overlay): Get the first qualifying
1111 invisibility overlay, so we can find the extent of it.
1112 (allout-back-to-visible-text): Get to just before the beginnining
1113 of the current invisibility overlay, if any.
1114
1115 (allout-overlay-insert-in-front-handler)
1116 (allout-overlay-interior-modification-handler)
1117 (allout-before-change-handler, allout-isearch-end-handler): New
1118 functions to handle extraordinary actions affecting concealed
1119 text.
1120
1121 (allout-flag-region): Use overlays instead of selective-display
1122 for invisible text - by inheritence from the properties of
dee503e5
JB
1123 allout-overlay-category in mainline Emacs, and applied
1124 property-by-property in XEmacs, some recent versions of which
96b83743
EZ
1125 don't inherit the properties from the category. Provisions to
1126 respond to concealed-text edits simplified drastically.
1127
1128 (allout-isearch-rectification, allout-isearch-was-font-lock)
1129 (allout-isearch-expose, allout-enwrap-isearch)
1130 (allout-isearch-abort, allout-pre-was-isearching)
1131 (allout-isearch-prior-pos, allout-isearch-did-quit)
1132 (allout-isearch-dynamic-expose)
1133 (allout-hide-current-entry-completely): Functions deleted.
1134
1135 (allout-undo-aggregation): Explicit undo aggregation no longer
1136 necessary due to transition away from selective-display.
1137
1138 (set-allout-regexp, allout-up-current-level)
1139 (allout-next-visible-heading, allout-forward-current-level)
1140 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
1141 (allout-kill-line, allout-yank-processing, allout-show-children)
1142 (allout-expose-topic, allout-old-expose-topic)
1143 (allout-listify-exposed, allout-insert-latex-header)
1144 (allout-toggle-subtree-encryption, allout-encrypt-string)
1145 (remove-from-invisibility-spec, allout-hide-current-subtree):
1146 Ditched unused variables.
1147
a2a385a7
EZ
11482006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
1149
72e4724b 1150 * textmodes/ispell.el (ispell-change-dictionary): Call
a2a385a7
EZ
1151 ispell-buffer-local-dict instead of
1152 ispell-accept-buffer-local-defs.
72e4724b 1153 (ispell-local-dictionary-alist): Accept as valid any coding-system
dee503e5 1154 supported by Emacs.
72e4724b
EZ
1155 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
1156 changed to iso-8859-3.
a2a385a7 1157
c3229403
NR
11582006-02-17 Nick Roberts <nickrob@snap.net.nz>
1159
60b8fb50
NR
1160 * speedbar.el (speedbar-frame-width): Make an inline function
1161 instead of a macro. Use frame-width.
dee503e5 1162 (speedbar-try-completion, speedbar-update-contents)
60b8fb50
NR
1163 (speedbar-timer-fn): Use consp.
1164 (speedbar-update-localized-contents): Try to preserve point.
1165
1166 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
c3229403 1167 (menu): Re-order menu items.
60b8fb50
NR
1168 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
1169 field.
1170 (gdb-var-update-handler-1): Use it for GDB 6.4+.
1171 (gdb-post-prompt): Speed things by not forcing update.
c3229403 1172
bc7b6e08
CY
11732006-02-16 Chong Yidong <cyd@stupidchicken.com>
1174
1175 * wid-edit.el (widget-button-click): For mouse-1, cancel button
1176 press and perform default action if we get a mouse movement event.
1177
b5189759
JB
11782006-02-16 Juanma Barranquero <lekktu@gmail.com>
1179
1180 * calendar/icalendar.el (icalendar--get-event-property)
1181 (icalendar--get-event-property-attributes): Fix typos in
1182 docstrings.
1183
1184 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
1185 docstring.
1186
988deaf9
JB
11872006-02-15 Juanma Barranquero <lekktu@gmail.com>
1188
1189 * bs.el (bs-mode): Use `buffer-disable-undo'.
1190 (bs--get-file-name): Simplify.
1191 (bs-show-in-buffer): Mark the buffer as not modified.
1192
42078bb2
CY
11932006-02-14 Chong Yidong <cyd@stupidchicken.com>
1194
bb55f90e
CY
1195 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
1196 widget-button-click.
1197
1198 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
9ca66103 1199 (custom-mode): Update docstring.
bb55f90e 1200
50be33f5
CY
1201 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
1202 binding.
1203
42078bb2 1204 * files.el (hack-local-variables-confirm): Allow scrolling if the
0a158521 1205 file variable list is too long. Kill temp buffer after use.
42078bb2 1206
a4b354b7
NR
12072006-02-15 Nick Roberts <nickrob@snap.net.nz>
1208
1209 * progmodes/gud.el (gdb): Improve doc string.
1210 (gdb-script-font-lock-keywords): Expand allowed character set.
1211
1212 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
1213 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
1214 (gdb-separate-io-interrupt, gdb-separate-io-quit)
1215 (gdb-separate-io-stop, gdb-separate-io-eof):
1216 Rename from gdb-inferior-* to gdb-separate-*.
1217 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
1218
d7505da3
JB
12192006-02-14 Jay Belanger <belanger@truman.edu>
1220
1221 * calc/calc-arith.el (math-check-known-scalarp): Make sure
1222 expression is a symbol before checking that it is bound.
1223
1224 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
1225 test to see if equation can be solved.
1226
d450f2a2
CY
12272006-02-14 Chong Yidong <cyd@stupidchicken.com>
1228
e1ec62a5
CY
1229 * wid-edit.el (widget-button-click): Use :pressed-face property
1230 for overlay face, if it exists.
1231
1232 * cus-edit.el (custom-manual, custom-add-see-also)
1233 (custom-add-parent-links, custom-group-link): Add :pressed-face
1234 property to links.
1235
d450f2a2
CY
1236 * files.el (hack-local-variables): Remove ignored variables before
1237 checking if any variables need setting.
1238
0dd95b49
JD
12392006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1240
ef4cbfc0 1241 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
0dd95b49 1242
a5f43550
JB
12432006-02-14 Juanma Barranquero <lekktu@gmail.com>
1244
1245 * help.el (where-is): Fix message for remapped commands.
1246
ef4cbfc0
JB
1247 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
1248 Fix typos in docstrings.
1249
5a6c1d87
CY
12502006-02-13 Chong Yidong <cyd@stupidchicken.com>
1251
1252 * files.el (safe-local-variable-values): New option.
1253 (hack-local-variables-prop-line): Return a list of variable-value
1254 pairs if MODE-ONLY is non-nil.
1255 (hack-local-variables): Construct list of variable-value pairs,
1256 and apply or reject them in one go. Ask for confirmation if
1257 variables are not known safe.
1258 (hack-local-variables-confirm): Complete rewrite. Support
1259 `safe-local-variable-values'.
1260 (enable-local-variables): Update docstring to reflect new
1261 behavior.
1262 (ignored-local-variables): Ignore ignored-local-variables and
1263 safe-local-variable-values.
1264 (safe-local-variable-p): New function.
1265 (risky-local-variable-p): `safe-local-variable' property check
1266 moved to safe-local-variable-p.
1267 (hack-one-local-variable): Checks moved to hack-local-variables.
1268
a5f43550
JB
1269 (byte-compile-dynamic, c-basic-offset, c-file-style)
1270 (c-indent-level, comment-column, fill-column, fill-prefix)
1271 (indent-tabs-mode, kept-new-versions, no-byte-compile)
1272 (no-update-autoloads, outline-regexp, page-delimiter)
1273 (paragraph-start, paragraph-separate, sentence-end)
1274 (sentence-end-double-space tab-width, version-control):
1275 Add `safe-local-variable' property.
5a6c1d87
CY
1276
1277 * find-lisp.el: Delete nonexistent `autocompile' file variable.
1278
1279 * icomplete.el, play/landmark.el: Change nonexistent
1280 `outline-layout' file variable to `allout-layout'.
1281
ee517841
NR
12822006-02-14 Nick Roberts <nickrob@snap.net.nz>
1283
1284 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
1285 (gdb-get-changed-registers): Test value of gud-minor-mode relative
1286 to gud-comint-buffer.
1287 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
1288 gdb-ui.el for gdb-mi.el.
1289 (gdb-post-prompt, gdb-get-changed-registers): Move test for
1290 registers buffer to gdb-get-changed-registers.
1291 (gdb-breakpoint-regexp): New regexp. Allow toggling and
1292 deletion of catchpoints (throw and catch).
1293 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
1294 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
1295 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
1296 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
1297 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
1298
c3a1b861
JB
12992006-02-13 Jay Belanger <belanger@truman.edu>
1300
a5f43550 1301 * calc/calc-arith.el (math-check-known-matrixp): Make sure
c3a1b861
JB
1302 expression is a symbol before checking that it is bound.
1303
2c8ed538
RS
13042006-02-13 Richard M. Stallman <rms@gnu.org>
1305
f8d775e1
RS
1306 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
1307 for the minibuffer too, but not if resize-mini-windows will interfere.
1308
2c8ed538
RS
1309 * help.el (describe-key-briefly, describe-key): Do all arg-reading
1310 inside `interactive' spec.
1311 (describe-key-briefly-internal, describe-key-internal):
1312 Functions merged back into their callers.
a5f43550 1313
fd5b25da
JL
13142006-02-13 Martin Rudalics <rudalics@gmx.at> (tiny change)
1315
1316 * info.el (info-xref-visited): Inherit from info-xref too.
1317 (Info-set-mode-line): Replace occurrences of `%' by `%%'
1318 when propertizing Info-current-file and Info-current-node.
1319
ace665ea
JL
13202006-02-13 Juri Linkov <juri@jurta.org>
1321
1322 * tumme.el (tumme-thumbnail-storage): Fix docstring.
1323 (tumme-thumb-name): Fix per-directory format.
1324
50d16788
JB
13252006-02-13 Juanma Barranquero <lekktu@gmail.com>
1326
1327 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
1328
3715419e
MB
13292006-02-12 Miles Bader <miles@gnu.org>
1330
1331 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
1332
98da60f7
MD
13332006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
1334
50d16788 1335 * tumme.el: Remove history section. If someone needs the it, it
98da60f7
MD
1336 can always be found in CVS.
1337
fb453473
MD
13382006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
1339
50d16788
JB
1340 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
1341 about the Thumbnail Managing Standard option.
fb453473 1342
0283e339
RS
13432006-02-12 Richard M. Stallman <rms@gnu.org>
1344
1345 * subr.el (substitute-key-definition): Doc fix.
1346
1347 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
1348
1349 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
1350
1351 * info.el (Info-mode): Doc fix.
1352
1353 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
1354
7dbde7dd
MA
13552006-02-12 Michael Albinus <michael.albinus@gmx.de>
1356
1357 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
1358 because on Solaris a POSIX compatible "id" is needed. Reported by
1359 Magnus Henoch <mange@freemail.hu>.
1360
ea948bd6
JL
13612006-02-12 Juri Linkov <juri@jurta.org>
1362
1363 * tumme.el: Remove todo item about Thumbnail Managing Standard.
1364 (tumme) <defgroup>: Change :group to `multimedia'.
1365 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
1366 Managing Standard.
1367 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
1368 Fix dostring.
1369 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
1370 and %y. Fix docstring.
1371 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
1372 (tumme-cmd-create-standard-thumbnail-command): New user options.
1373 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
1374 is `standard'. Fix docstring.
1375 (tumme-thumb-width, tumme-thumb-height): New user options.
1376 (tumme-external-viewer): Try to find various viewers.
1377 (tumme-get-thumbnail-image): Use `create-image' instead of
1378 constructing the `image' structure.
1379 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
1380 `standard'.
1381 (tumme-thumb-name): Add file name generation for standard storage.
1382 Simplify code for other storages.
1383 (tumme-thumb-name): Use width %w and height %h instead of size %s.
1384 Add modification time %m and thumbnail-nq8 %q.
1385 Use `tumme-cmd-create-standard-thumbnail-command' if
1386 tumme-thumbnail-storage is `standard'.
1387 (tumme-dired-insert-marked-thumbs): New autoload command.
1388 (tumme-dired-after-readin-hook): New function.
1389 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
1390 `tumme-thumb-size'.
1391 (tumme-display-image): Replace size-x %x and size-y %y with
1392 width %w and height %h.
1393
1394 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
1395 `tumme-dired-insert-marked-thumbs'.
1396
c39343ca
MD
13972006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
1398
f828c6fc
JB
1399 * tumme.el (tumme-write-tag): Fix small bug (file name did not
1400 include path).
1401 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
1402 matching tag.
c39343ca 1403
324e4da7
MB
14042006-02-12 Miles Bader <miles@gnu.org>
1405
1406 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
1407 New variables.
1408 (rcirc-abbrev-nick): New function.
1409 (rcirc-format-response-string): Rewrite to use the formats in
1410 `rcirc-response-formats' and expand escape sequences therein.
1411 A text-property `rcirc-text' is added over the actual response
1412 text to make easy to find inside the returned string.
1413 (rcirc-print): When filling, just look for the `rcirc-text'
1414 text-property to find the appropriate fill prefix, instead of
1415 using hardwired patterns.
1416
e6b84d1f
MD
14172006-02-11 Mathias Dahl <brakjoller@hotmail.com>
1418
f828c6fc
JB
1419 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
1420 Managing Standard.
e6b84d1f 1421
ed096543
KS
14222006-02-11 Kim F. Storm <storm@cua.dk>
1423
1424 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
1425 Don't use insert-buffer; do insert-buffer-substring directly.
50d16788 1426 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
ed096543 1427
518dc5be
EZ
14282006-02-11 Martin Rudalics <rudalics@gmx.at>
1429
1430 * files.el (revert-buffer, recover-file): Replace buffer-read-only
0a9cef67 1431 with inhibit-read-only. Suggested by Stefan Monnier.
518dc5be
EZ
1432 (revert-buffer): Let insert-file-contents discard
1433 buffer-undo-list. Simplify code.
1434 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
1435
c54fb9ef
EZ
14362006-02-11 Eli Zaretskii <eliz@gnu.org>
1437
5fb64ecc
EZ
1438 * menu-bar.el (menu-bar-select-yank): Add a doc string.
1439
c54fb9ef
EZ
1440 * help.el (describe-key-briefly): Now a wrapper for
1441 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
8ee320fc 1442 to t. Populate yank-menu if empty.
c54fb9ef
EZ
1443 (describe-key-briefly-internal): Renamed from describe-key-briefly.
1444 (describe-key): Now a wrapper for describe-key-internal. Bind
8ee320fc 1445 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
c54fb9ef
EZ
1446 (describe-key-internal): Renamed from describe-key.
1447
08108577
EZ
14482006-02-11 Milan Zamazal <pdm@zamazal.org>
1449
1450 * progmodes/glasses.el (glasses-separator): Doc fix.
1451 (glasses-original-separator): New defcustom.
1452 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
1453
a348f5ba
EZ
14542006-02-11 Martin Rudalics <rudalics@gmx.at>
1455
1456 * mwheel.el (mouse-wheel-up-event): Doc fix.
1457
6295b3b1
MD
14582006-02-11 Mathias Dahl <brakjoller@hotmail.com>
1459
f828c6fc
JB
1460 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
1461 (tumme-dir): New function. Copied from thumbs.el.
6295b3b1 1462
be617bbf
JB
14632006-02-10 Juanma Barranquero <lekktu@gmail.com>
1464
1465 * desktop.el (desktop-outvar): Fix typo.
1466 (desktop-save-buffer-p): Doc fix.
1467
4f1a3949
JB
1468 * subr.el (substitute-key-definition): Fix typo.
1469
cbd488c4
YM
14702006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1471
1472 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
1473 when window-system is mac.
1474
1475 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
1476
d342156c
KS
14772006-02-10 Kim F. Storm <storm@cua.dk>
1478
1479 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
1480 indirect-function instead of using condition-case.
1481
13664bec
MD
14822006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
1483
f828c6fc
JB
1484 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
1485 less `colloquial'...
13664bec 1486
d03b98ad
MD
14872006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
1488
f828c6fc 1489 * tumme.el: Add a couple of todo items.
d03b98ad 1490
02501160 14912006-02-09 Lars Hansen <larsh@soem.dk>
9e722067 1492
4f1a3949 1493 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
9e722067
LH
1494 (highlight-changes-mode): Don't change desktop-locals-to-save.
1495
fcfc4732
CY
14962006-02-09 Chong Yidong <cyd@stupidchicken.com>
1497
1498 * image-mode.el (image-toggle-display): Clear image cache if using
1499 filename.
1500
02501160 15012006-02-09 Masatake YAMATO <jet@gyve.org>
d9674f33 1502
d2ea84be
MY
1503 * dired-x.el (dired-guess-shell-alist-default): Add .man as
1504 a `dired-man' target.
1bf6d4b5
RF
1505
1506 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
d9674f33
MY
1507 boundary of symbols.
1508
bf54d814
SM
15092006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
1510
1511 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
1512
ddd1e91e
JB
15132006-02-09 Juanma Barranquero <lekktu@gmail.com>
1514
1515 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
1516 `mapcar'; return nil.
1517
745cfc57
CY
15182006-02-08 Chong Yidong <cyd@stupidchicken.com>
1519
1520 * mouse.el (mouse-drag-track): Don't change window if we rebind to
1521 some other event.
1522
db58efbf
EZ
15232006-02-08 Ryan Yeske <rcyeske@gmail.com>
1524
bf54d814
SM
1525 * net/rcirc.el (rcirc-startup-channels-alist):
1526 Add irc.freenode.net and #emacs as defaults.
db58efbf
EZ
1527 (rcirc-ignore-all-activity-flag): Remove variable.
1528 (rcirc-authinfo): New variable.
1529 (rcirc-authinfo-filename): Remove variable.
1530 (rcirc-always-use-server-buffer-flag): New flag.
1531 (rcirc): M-x rcirc will automatically connect without prompting.
1532 C-u M-x rcirc will prompt. Use rcirc-connect to create a
1533 connection in lisp.
1534 (rcirc-process-server-response-1): Remove everything but the nick
1535 portion of the sender so it doesn't need to be done everywhere
1536 else. Update related code.
1537 (global-map): Remove global keybindings.
1538 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
1539 (rcirc-send-input): Split into several functions.
1540 (rcirc-process-input-line, rcirc-process-message)
1541 (rcirc-process-command): New functions.
1542 (rcirc-target-buffer): New function to determine where to route
1543 messages.
1544 (rcirc-user-nick): Save match data.
1545 (rcirc-toggle-ignore-buffer-activity)
bf54d814
SM
1546 (rcirc-update-activity-string): Remove global ignore functionality,
1547 which can be done now by toggling rcirc-track-minor-mode.
db58efbf
EZ
1548 (rcirc-track-minor-mode-map): New keymap.
1549 (rcirc-track-minor-mode): New minor-mode.
1550 (ignore): Make the ignore output nicer. Always print it when
1551 adding or removing nicks.
1552 (rcirc-url-regexp): Improve.
1553 (rcirc-mangle-text): Remove properties before using text in the
1554 modeline.
1555 (rcirc-authenticate): Authentication data comes from
1556 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
1557 (rcirc-server-prefix): Inherit from rcirc-server.
1558
063cd226
EZ
15592006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
1560
1561 * Makefile.in (compile): Append "|| true" to the end of the `find'
1562 command, like compile-always does.
1563
df2a9b12
SS
15642006-02-08 Sam Steingold <sds@gnu.org>
1565
1566 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
1567 output from a dead connection.
1568
6102da26
MD
15692006-02-07 Mathias Dahl <brakjoller@hotmail.com>
1570
cb192119 1571 * dired.el (dired-mode-map): Add more bindings for tumme.
6102da26 1572
cb192119 15732006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
d4f2cc77
SM
1574
1575 * wdired.el (wdired-mode-map): Use remap.
1576 (wdired-get-filename): Massage.
1577 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
1578 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
1579 `keymap' property rather than `local-map'.
1580
87ec3117
MD
15812006-02-07 Mathias Dahl <brakjoller@hotmail.com>
1582
bd91608b
KS
1583 * tumme.el (tumme-get-thumbnail-image): New utility function.
1584 Suggested by from Chong Yidong.
1585 (tumme-dired-with-window-configuration): Rename from
1586 `tumme-dired'. Add code to save window configuration.
87ec3117 1587 (tumme-restore-window-configuration): New command to restore the
bd91608b 1588 window configuration that `tumme-dired-with-window-configuration'
cb192119 1589 saves before it changes the window configuration.
bd91608b
KS
1590 (tumme-show-all-from-dir): New command to display thumbnails for
1591 all files in a directory entered by the user, like M-x thumbs.
1592 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
1593 have been created.
1594 (tumme-display-thumbnail-original-image): Call `display-buffer'.
87ec3117 1595 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
bd91608b 1596 Remove obsolete test function.
87ec3117 1597
9146d683
JB
15982006-02-07 Juanma Barranquero <lekktu@gmail.com>
1599
464540ed
JB
1600 * vc.el (small-temporary-file-directory): Remove defvar; there's
1601 a defcustom for it in files.el.
1602
9146d683
JB
1603 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
1604 Fix typo in message.
1605 (tumme-gallery-generate): Fix typo in `error' message.
1606 (tumme-display-window-height-correction)
1607 (tumme-display-window-width-correction, tumme-line-up-dynamic)
1608 (tumme-line-up-interactive): Dox fixes.
1609 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
1610 (tumme-restore-window-configuration, tumme-format-properties-string)
1611 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
1612 Fix typos in docstrings.
1613
1b505363
TTN
16142006-02-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
1615
1616 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
1617
25ef2475
NR
16182006-02-07 Nick Roberts <nickrob@snap.net.nz>
1619
1620 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
1621 User should use hook if desired.
1622
1623 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
1624 buffer if necessary.
1625 (gdb-delete-frame-or-window): New function.
1626 (gdb-breakpoints-mode-map): Bind "q" to it.
1627
b06ee3d2
SM
16282006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
1629
ea37fbb8
SM
1630 * textmodes/nroff-mode.el: Clean up name space.
1631 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
1632 (nroff-mode): Obey the global setting of nroff-electric-mode.
1633 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
1634
b06ee3d2
SM
1635 * calendar/calendar.el (calendar-increment-month): Typo in last change.
1636
cbbd2cd3
TTN
16372006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
1638
1639 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
1640
16412006-02-06 Lars Hansen <larsh@soem.dk>
3e54ab6c
LH
1642
1643 * generic-x.el (etc-fstab-generic-mode): Add file system types
b06ee3d2 1644 cifs and usbdevfs. Allow special chars in file names.
3e54ab6c 1645
4c003d2f
JB
16462006-02-05 Jay Belanger <belanger@truman.edu>
1647
1648 Update copyright notices of the files in lisp/calc.
1649
1004fadc
RF
16502006-02-05 Romain Francoise <romain@orebokech.com>
1651
1652 Update copyright notices of all files in the lisp/play directory.
1653
632966a7
LT
16542006-02-04 Luc Teirlinck <teirllm@auburn.edu>
1655
bec51011
LT
1656 * ldefs-boot.el: Regenerate.
1657
1658 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
632966a7 1659
53391989
KS
16602006-02-05 Kim F. Storm <storm@cua.dk>
1661
1662 * files.el (magic-mode-regexp-match-limit): New defvar.
1663 (set-auto-mode): Use it to limit magic-mode-alist matching.
1664
62ffcd76
EZ
16652006-02-04 Kevin Rodgers <ihs_4664@yahoo.com>
1666
aca2d9bb
EZ
1667 * simple.el (display-message-or-buffer): Compare the number of
1668 characters to the frame width when determining whether a 1-line
1669 message string will fit in the echo area. Count screen lines
1670 instead of buffer lines when determining whether a multi-line
1671 message will fit in the echo area/minibuffer window.
62ffcd76 1672
c1a055ca
EZ
16732006-02-04 Eli Zaretskii <eliz@gnu.org>
1674
4a99f153
EZ
1675 * info.el (Info-index, Info-mode): Improve the description of the
1676 `i' command.
1677
c1a055ca
EZ
1678 * ldefs-boot.el: Regenerate.
1679
cb8ec72a
WL
16802006-02-03 Werner Lemberg <wl@gnu.org>
1681
1682 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
1683 greedy to find the closing bracket in \*[...] and similar
1684 expressions. This is a first rough fix -- many additional
b06ee3d2 1685 refinements are necessary to make nroff mode really usable with groff.
cb8ec72a 1686
6bba8c70
KH
16872006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
1688
b06ee3d2
SM
1689 * international/mule-cmds.el (set-locale-environment):
1690 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
6bba8c70
KH
1691 libX11.
1692
24d5d3e2
EZ
16932006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
1694
1695 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
1696 archive are created in archive-tmpdir.
1697
070b3f44
JPW
16982006-02-02 John Paul Wallington <jpw@pobox.com>
1699
1700 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
1701 (ibuffer-fontification-alist): Use it.
1702 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
1703 to "* z" and the Ibuffer Mark menu.
1704
1705 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
1706
7b8e06aa
SM
17072006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
1708
1709 * textmodes/table.el (*table--cell-describe-mode)
1710 (*table--cell-describe-bindings): Undo last change since
1711 print-help-return-message is not obsoleted by anything at all.
1712
f079f5bc
LT
17132006-02-02 Luc Teirlinck <teirllm@auburn.edu>
1714
1715 * emulation/cua-base.el (cua-mode): Doc fix.
1716
8b730780
JB
17172006-02-02 Juanma Barranquero <lekktu@gmail.com>
1718
0ddb3356
JB
1719 * dframe.el (dframe-handle-make-frame-visible)
1720 (dframe-handle-iconify-frame, dframe-get-focus)
1721 (dframe-select-attached-frame, dframe-power-click)
1722 (dframe-frame-mode): Fix typos in docstrings.
1723
1724 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
1725 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
1726 Fix typos in docstrings.
1727
8b730780
JB
1728 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
1729 (hi-lock-face-buffer, hi-lock-font-lock-hook)
1730 (hi-lock-archaic-interface-message-used)
1731 (hi-lock-file-patterns-range): Fix typos in docstrings.
1732
0ddb3356 1733 * savehist.el (savehist-loaded, savehist-load, savehist-install)
7b8e06aa 1734 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
0ddb3356
JB
1735
1736 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
1737 Fix typo in docstring.
1738
475ffea4
JB
1739 * net/newsticker.el (newsticker--decode-iso8601-date)
1740 (newsticker--set-customvar, newsticker--buffer-insert-item)
1741 (newsticker--do-run-auto-mark-filter)
1742 (newsticker--parse-generic-feed): Doc fixes.
1743 (newsticker--retrieval-timer-list, newsticker-url-list)
1744 (newsticker-hide-immortal-items-in-echo-area)
1745 (newsticker-hide-obsolete-items-in-echo-area)
1746 (newsticker-new-item-face, newsticker--enclosure)
1747 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
1748 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
1749 (newsticker--parse-generic-feed, newsticker--cache-contains)
1750 (newsticker--stat-num-items, newsticker-download-enclosures):
1751 Fix typos in docstrings.
1752
1753 * net/rcirc.el (rcirc-debug): Doc fix.
0ddb3356
JB
1754 (rcirc-fill-column, rcirc-receive-message-hooks)
1755 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
1756 (rcirc-mode, rcirc-generate-new-buffer-name)
1757 (rcirc-startup-channels, rcirc-ignore-update-automatic)
1758 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
1759 Fix typos in docstrings.
1760 (rcirc-print): "?\ " -> "?\s".
f161b079 1761 (rcirc-cmd-join): Improve argument/docstring consistency.
0ddb3356 1762
e36cfca2
MH
17632006-02-01 Mark A. Hershberger <mah@everybody.org>
1764
1765 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
1766 before narrow-to-region.
1767
39eadb4a
RS
17682006-02-01 Richard M. Stallman <rms@gnu.org>
1769
1770 * simple.el (move-beginning-of-line): Scan properly for invis change.
1771
1772 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
1773
ca637b2a
MA
17742006-02-01 Michael Albinus <michael.albinus@gmx.de>
1775
1776 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
1777 change bit only when id-format is 'integer. Reported by Matt
1778 Hodges <M.P.Hodges@rl.ac.uk>.
1779
ea56cdf1
JB
17802006-02-01 Juanma Barranquero <lekktu@gmail.com>
1781
1782 * hilit-chg.el (highlight-changes-initial-state)
1783 (highlight-changes-global-initial-state): Doc fixes.
1784 (highlight-changes-global-modes, global-highlight-changes):
1785 Fix typos in docstrings.
1786
bb92c642
KS
17872006-02-01 Kim F. Storm <storm@cua.dk>
1788
1789 * emulation/cua-base.el (cua-mode): Mention that CUA enables
1790 transient-mark-mode in doc string.
1791
b2acecc1
RS
17922006-01-31 Richard M. Stallman <rms@gnu.org>
1793
1794 * replace.el (multi-occur): Doc fix.
7b8e06aa 1795 (multi-occur-in-matching-buffers): Rename from
b2acecc1
RS
1796 multi-occur-by-filename-regexp. Prefix arg says match
1797 buffer names instead of file names.
1798
4d84a8d0
JB
17992006-01-31 Juanma Barranquero <lekktu@gmail.com>
1800
1801 * bs.el: Allow non-default values of `bs-header-lines-length'.
1802 (bs--running-in-xemacs): Remove (not needed anymore).
1803 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
1804 instead of `shrink-window', thus avoiding having to compute the
1805 height of the window.
1806 (bs--up): Wrap around even when there's no header.
1807 (bs--down): Use `forward-line' instead of `next-line'.
1808
2bd53dc0
CY
18092006-01-30 Chong Yidong <cyd@stupidchicken.com>
1810
1811 * image-mode.el (image-toggle-display): Use file name if possible,
1812 instead of unnecessarily allocating a (possibly huge) lisp string.
1813
c45c309f
JPW
18142006-01-30 John Paul Wallington <jpw@pobox.com>
1815
1816 * subr.el (toplevel): Define `cl-assertion-failed' condition here
1817 because the `assert' macro signals it at runtime.
1818
1819 * emacs-lisp/cl.el (toplevel): Remove definition of
1820 `cl-assertion-failed' condition.
1821
75e49434
NR
18222006-01-30 Nick Roberts <nickrob@snap.net.nz>
1823
1824 * thumbs.el (thumbs-marked-list): Make buffer-local and
1825 permanent-local.
1826 (thumbs-insert-thumb): Make help-echo non-sticky.
1827 (thumbs-file-alist): Use eolp as check for (non)-image.
1828
520c451b
JB
18292006-01-30 Juanma Barranquero <lekktu@gmail.com>
1830
a3bc032f
JB
1831 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
1832 (ediff-before-session-group-setup-hooks)
1833 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
1834 Fix typos in docstrings.
1835
9872af18
JB
1836 * window.el (bw-dir, bw-eqdir, balance-windows)
1837 (split-window-keep-point): Fix typos in docstrings.
1838
b0a10108
JB
1839 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
1840 (org-quote-string, org-calendar-to-agenda-key)
1841 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
1842 (org-show-following-heading, org-tags-column)
1843 (org-use-tag-inheritance, org, org-allow-space-in-links)
1844 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
1845 (org-enable-table-editor, org-calc-default-modes)
1846 (org-table-allow-automatic-line-recalculation)
1847 (org-export-html-style, org-export-with-fixed-width)
1848 (org-export-with-sub-superscripts, org-special-keyword)
1849 (org-formula, org-time-grid, org-table-may-need-update)
1850 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
1851 (org-goto-quit, org-get-indentation, org-end-of-item)
1852 (org-move-item-down, org-move-item-up)
1853 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
1854 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
1855 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
1856 (org-agenda-log-mode, org-agenda-toggle-diary)
1857 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
1858 (org-agenda-file-to-end, org-agenda-no-heading-message)
1859 (org-agenda-get-closed, org-format-agenda-item)
1860 (org-cmp-priority, org-cmp-category, org-cmp-time)
1861 (org-agenda-change-all-lines, org-agenda-diary-entry)
1862 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
1863 (org-link-search, org-camel-to-words, org-open-file)
1864 (org-remember-handler, org-table-convert-region)
1865 (org-table-move-row-down, org-table-move-row-up)
1866 (org-table-copy-region, org-table-wrap-region)
1867 (org-table-toggle-vline-visibility)
1868 (org-table-get-vertical-vector, org-table-modify-formulas)
1869 (org-table-get-specials, org-recalc-commands)
1870 (org-table-rotate-recalc-marks, org-table-eval-formula)
1871 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
1872 (org-level-color-stars-only, org-insert-heading):
1873 Fix typos in docstrings.
1874 (last-arg): Add defvar.
1875
520c451b
JB
1876 * makefile.w32-in (WINS): Add erc.
1877 (MH_E_SRC): Update (copied from lisp/Makefile.in).
1878
68b88a6d
BW
18792006-01-29 Bill Wohler <wohler@newt.com>
1880
1881 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
1882 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
520c451b 1883 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
68b88a6d
BW
1884 (mh-autoloads): Don't use comments on otherwise empty lines.
1885
98c414c7
MB
18862006-01-29 Edward O'Connor <ted@oconnor.cx>
1887
1888 * emulation/viper.el (viper-major-mode-modifier-list): Add
1889 insert-state and vi-state entries for erc-mode.
1890 (viper-go-away, viper-set-hooks): Add and remove
1891 viper-comint-mode-hook from erc-mode-hook as appropriate.
1892
1893 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
1894
635ed242
JB
18952006-01-29 Juanma Barranquero <lekktu@gmail.com>
1896
1897 * bs.el (bs--format-aux): Implement `middle' alignment as
1898 described in the docstring for `bs-attributes-list'.
1899 (bs--get-name): Simplify. Don't pad the buffer name.
1900
dc86c16d
EZ
19012006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
1902
1903 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
1904 English aspell dictionary is installed, use the first entry of
1905 ispell-dictionary-alist-1.
1906
f9fe3e26
EZ
19072006-01-27 Kevin Rodgers <ihs_4664@yahoo.com>
1908
1909 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
1910 Doc fix.
1911
209bb3be
MA
19122006-01-27 Michael Albinus <michael.albinus@gmx.de>
1913
1914 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
1915 for `process-file', in order to let it work for older Emacsen too.
1916
c80977a1
EZ
19172006-01-27 Eli Zaretskii <eliz@gnu.org>
1918
1919 * international/latexenc.el: Add a suitable `coding:' tag.
a849f77d 1920 (latexenc-find-file-coding-system): Undo last change.
c80977a1 1921
df2a9b12 19222006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
c80977a1
EZ
1923
1924 * international/latexenc.el (latexenc-find-file-coding-system):
1925 Make sure latexenc-main-file is a regular file and is readable.
1926
c5b46a65
AS
19272006-01-27 Andre Spiegel <spiegel@gnu.org>
1928
1929 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
1930 Pass FILE to vc-user-login-name.
1931
1932 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
1933
6045b8ef
NR
19342006-01-27 Nick Roberts <nickrob@snap.net.nz>
1935
1936 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
1937 there are no more images to display.
1938 (thumbs-mark, thumbs-unmark): Revert change so that they move to
1939 the next image.
1940
57436ee7
RS
19412006-01-26 Richard M. Stallman <rms@gnu.org>
1942
1943 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
1944
1945 * wid-edit.el (advertised-widget-backward): New alias.
1946 (widget-keymap): Use advertised-widget-backward for S-TAB.
1947
1948 * tumme.el: Correct the keywords.
635ed242 1949 (tumme-dir-max-size): Use defvar.
57436ee7
RS
1950 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
1951
1952 * simple.el (move-beginning-of-line): Take account of fields.
1953 (clone-indirect-buffer-other-window): Take args like
1954 clone-indirect-buffer, and work like it.
1955
1956 * help-fns.el (describe-function): Don't pass `nil' as default.
1957
1958 * files.el (risky-local-variable-p): Follow var aliases.
1959
1960 * subr.el (lazy-completion-table): Doc fix.
1961
1962 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
1963 global binding of `line'.
1964
817f348a
AS
19652006-01-25 Andre Spiegel <spiegel@gnu.org>
1966
1967 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
1968 Tramp.
1969
1970 * vc.el (vc-default-dired-state-info): Pass FILE to
1971 vc-user-login-name.
1972 (vc-default-update-changelog): Don't use vc-user-login-name, we
1973 don't need it here.
1974
1975 * tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
1976 no longer necessary.
209bb3be 1977
d1efee22
KH
19782006-01-25 Kenichi Handa <handa@m17n.org>
1979
1980 * international/mule.el (decode-char): Avoid the overhead of
1981 calling utf-lookup-subst-table-for-decode if
1982 utf-translate-cjk-mode is nil.
1983 (encode-char): Avoid the overhead of calling
1984 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
1985 nil.
1986
19872006-01-22 Kenichi Handa <handa@m17n.org>
1988
1989 * international/mule.el (make-subsidiary-coding-system): Reset
1990 `coding-system-define-form' property of subsidiaries to nil.
1991 Avoid duplicated entry in coding-system-alist.
1992 (make-coding-system): Avoid duplicated entry in
1993 coding-system-alist.
1994 (define-coding-system-alias): Likewise.
1995
54c30f8d
LT
19962006-01-24 Luc Teirlinck <teirllm@auburn.edu>
1997
1998 * completion.el: Minor fixes in introductory comment.
1999 (completion-def-wrapper): Fix alist.
2000
3beca8d5
NR
20012006-01-25 Nick Roberts <nickrob@snap.net.nz>
2002
2003 * thumbs.el (thumbs-new-image-size): New function.
2004 (thumbs-increment-image-size-element)
2005 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
2006 (thumbs-decrement-image-size): Delete.
2007 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
2008 temp files and use to resize.
2009 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
2010 Use increment argument to enlarge/shrink. Preserve point.
2011 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
2012 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
2013 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
2014 (thumbs-mark, thumbs-unmark): Preserve point.
2015 (thumbs-modify-image): Keep old temp files and use to modify.
2016 Cleanup old temp files at load time. Preserve point.
2017 (thumbs-view-image-mode-map): Use new command names.
2018
5d1c8151
SM
20192006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
2020
243afed7
SM
2021 * log-view.el (log-view-minor-wrap): First rev is the one at point.
2022
b8823bf4
SM
2023 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
2024 the nastiest part of the cyclic dependency.
243afed7 2025 (cal-menu-update): Use dotimes and calendar-increment-month.
b8823bf4 2026
5d1c8151
SM
2027 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
2028 (calendar-week-start-day): Add an :initializer.
2029 (calendar-mode-map): Use suppress-keymap, and command remapping.
2030 (describe-calendar-mode): Setup xref-stack info for the back button.
2031 (calendar-star-date): Insert before delete.
2032 (calendar-set-mode-line): Add file-modified info if applicable.
2033 (calendar-increment-month): New function.
2034
317921ec
TTN
20352006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
2036
2037 * font-lock.el (lisp-font-lock-keywords-2):
2038 Recognize "& keywords" only at word boundaries.
2039
3d9d607a
NR
20402006-01-24 Nick Roberts <nickrob@snap.net.nz>
2041
2042 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
2043 and permanent-local.
635ed242
JB
2044 (thumbs-max-image-number): New variable.
2045 (thumbs-do-thumbs-insertion): Use them.
3d9d607a
NR
2046 (thumbs-per-line): Change default to 4.
2047 (thumbs-marked-list): Rename from thumbs-markedL.
2048 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
2049 (thumbs-rename-images): Use -list instead of L for internal variables.
2050 (thumbs-call-convert): Use call-process instead of shell-command.
2051 (thumbs-insert-thumb): Add filename as help-echo to each image.
2052 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
2053 Give dir to thumbs-show-thumbs-list.
2054 (thumbs-show-thumbs-list): Set default-directory to that of images.
2055 (thumbs-dired-show): Rename from thumbs-dired-show-all.
2056 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
2057 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
2058 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
2059
1e3b6bec
SM
20602006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
2061
2062 * ses.el (ses-read-cell): Provide a default value.
2063
9dd28cae
JB
20642006-01-23 Juanma Barranquero <lekktu@gmail.com>
2065
2066 * term/w32-win.el (image-library-alist): Add additional names for
2067 GIF library.
2068
e450a16a
RS
20692006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
2070
2071 * international/latexenc.el (latexenc-find-file-coding-system):
2072 Add file-regular-p check.
2073
0a487199
SM
20742006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
2075
af71d4c0
JB
2076 * simple.el (clone-buffer): Don't show the new buffer in the same
2077 window.
0a487199 2078
f9cd9582
JL
20792006-01-23 Juri Linkov <juri@jurta.org>
2080
2081 * faces.el (link, link-visited): New faces based on default values
2082 of `info-xref' and `info-xref-visited'.
2083
2084 * info.el (info-xref): Inherit from `link'.
2085 (info-xref-visited): Inherit from `link-visited'.
2086
2087 * cus-edit.el (custom-buffer-create-internal): Use widget type
2088 `custom-manual' instead of `info-link' and don't set properties
2089 `button-face' and `mouse-face' explicitly.
2090 (custom-browse-group-tag, custom-browse-variable-tag)
2091 (custom-browse-face-tag): Inherit from widget class
2092 `custom-group-link' instead of `push-button'.
2093 (custom-button-unraised): Inherit from `underline' face.
2094 (custom-link): Inherit from `link' face. Fix doc and group.
2095 (custom-add-parent-links, custom-group-value-create): Don't set
2096 properties `button-face' and `mouse-face' explicitly for
2097 `custom-group-link' widget.
2098 (custom-group-link): Add properties `button-face' and `mouse-face'
2099 to widget definition.
2100 (custom-field-keymap): New variable. Put `custom-field-keymap' to
2101 editable-field's :keymap property.
2102 (custom-mode): Fix docstring: substitute keybindings for
2103 `widget-forward' and `widget-backward' from `widget-keymap',
2104 `widget-complete' from `custom-field-keymap', replace old
2105 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
2106
2107 * desktop.el (desktop-load-file): Check for `fboundp' before
2108 calling `symbol-function'.
2109
2110 * simple.el (clone-buffer, clone-indirect-buffer)
2111 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
2112 `read-string'. Fix prompts.
2113
2114 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
2115
f1e73d84
NR
21162006-01-23 Nick Roberts <nickrob@snap.net.nz>
2117
2118 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
2119
0aa08453
LT
21202006-01-22 Luc Teirlinck <teirllm@auburn.edu>
2121
2122 * startup.el (inhibit-splash-screen, initial-scratch-message):
2123 Doc fixes.
2124
a69c01a0
MA
21252006-01-22 Michael Albinus <michael.albinus@gmx.de>
2126
2127 Sync with Tramp 2.0.52.
2128
2129 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
2130 net/tramp-vc.el: Add code for unloading Tramp. See comment before
2131 `tramp-unload-tramp' for checklist.
2132
2133 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
2134 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
2135 (tramp-unload-file-name-handler-alist)
2136 (tramp-unload-tramp): New defuns.
2137 (tramp-advice-PC-expand-many-files): New defadvice.
2138 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
2139 removed.
2140 (tramp-handle-expand-file-name): Remove double slash.
2141 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
2142 It doesn't matter, because it will be converted later on.
2143 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
2144 implementation was just heuristic.
2145 (tramp-post-connection): Set uid and gid properties.
2146 (tramp-convert-file-attributes): Set file's gid change bit.
2147 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
2148 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
2149 in case of su(do)? methods. The home directory of the local user
2150 will be taken else.
2151 (tramp-open-connection-telnet)
2152 (tramp-open-connection-rsh, tramp-open-connection-su)
2153 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
2154 local shell prompt could hurt. Reported by Romain Francoise
2155 <romain@orebokech.com>.
2156 (tramp-let-maybe): Add `edebug-form-spec' property.
2157 (tramp-handle-expand-file-name): Bind `default-directory' locally
2158 to "/" in order to avoid problems with UNC shares or Cygwin
2159 mounts.
2160 (tramp-md5-function): Fix typo in error message.
2161
2162 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
2163
2164 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
2165 for byte-compiler pacification.
2166
6e36b4ff
AS
21672006-01-22 Andre Spiegel <spiegel@gnu.org>
2168
2169 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
2170 ID-FORMAT `string'. This allows us to get rid of
2171 `vc-user-login-name UID'.
2172
2173 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
2174
a4c6ebf9
JPW
21752006-01-22 John Paul Wallington <jpw@pobox.com>
2176
2177 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
2178
3bdedbcb
EZ
21792006-01-21 Martin Rudalics <rudalics@gmx.at>
2180
2181 * emacs-lisp/find-func.el (find-definition-noselect)
2182 (find-variable-noselect): Search variables in C source code too.
2183 (find-function-C-source, find-function-noselect, find-function)
2184 (find-function-other-frame, find-variable-noselect, find-variable)
2185 (find-variable-other-frame, find-variable-at-point):
2186 Fix docstrings.
2187
44eca3f4
EZ
21882006-01-21 Francesco Potorti` <pot@gnu.org>
2189
2190 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
2191
f60117ac
EZ
21922006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
2193
2194 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
2195 Default to disabling the "Save affix" question.
2196
942d56b8
EZ
21972006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
2198
2199 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
2200 the first arg to run-python.
2201
6ff901c7
EZ
22022006-01-21 Eli Zaretskii <eliz@gnu.org>
2203
2204 * startup.el (command-line-1): Handle --no-desktop if desktop.el
2205 is not loaded.
2206
a6c72dc3
JB
22072006-01-20 Jay Belanger <belanger@truman.edu>
2208
2209 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
2210 limit is 0.
2211
6a056c5d
JB
2212 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
2213 the correct variable.
2214
d86e2d95
CD
22152006-01-20 Carsten Dominik <dominik@science.uva.nl>
2216
af71d4c0 2217 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
d86e2d95
CD
2218 link. Fixed buggy argument sequence in call to `org-view-tags'.
2219 (org-compile-prefix-format): Set `org-prefix-has-tag'.
2220 (org-prefix-has-tag): New variable.
2221 (org-format-agenda-item): Remove tags from headline if
2222 appropriate.
2223 (org-agenda-remove-tags-when-in-prefix): New option.
2224 (org-get-tags-at): New function.
2225
11f78f04
NR
22262006-01-20 Nick Roberts <nickrob@snap.net.nz>
2227
2228 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
2229 (thumbs-find-image): Move image name and number from buffer name
af71d4c0 2230 to mode name. Set thumbs-buffer. Preserve point so that large
11f78f04
NR
2231 images remain visible.
2232 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
2233 order.
2234 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
2235 mode name.
2236 (thumbs-next-image, thumbs-previous-image): Make them work.
2237
dc38351b
LT
22382006-01-19 Luc Teirlinck <teirllm@auburn.edu>
2239
4151840f
LT
2240 * cus-edit.el (custom-buffer-create-internal): State in the text above
2241 the whole buffer buttons that they do not operate on hidden items.
2242 (custom-face-menu): Use `custom-face-save' instead of
2243 `custom-face-save-command'.
2244 (custom-face-save-command): Make it an alias for `custom-face-save'
2245 and declare it obsolete.
2246 (custom-face-save): Doc fix.
2247
dc38351b
LT
2248 * dired.el (dired-no-confirm): Add quote.
2249 (dired-subdir-alist-pre-R): Add quote in
2250 `make-variable-buffer-local' form and remove unbalanced parenthesis.
2251
d2eed686
SM
22522006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
2253
2254 * textmodes/table.el (table-mode-indicator): Typo in last change.
2255
c94c4d0a
RS
22562006-01-19 Richard M. Stallman <rms@gnu.org>
2257
2258 * outline.el (hide-leaves): Don't call outline-end-of-heading.
2259 Fixes bug reported in Nov 2005.
2260
2261 * isearch.el (isearch-forward): Doc fix.
2262
2263 * dired.el (dired-move-to-filename-regexp): Define as alias.
2264 (dired-no-confirm): Use defcustom.
2265 (dired-subdir-alist-pre-R): Put defvar at top level.
2266
2267 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
2268
2269 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
2270 Mark as risky.
2271
2272 * simple.el (set-mark-command): Doc fix.
2273 (clone-indirect-buffer-other-window):
2274 Read arg like clone-indirect-buffer.
2275 (move-beginning-of-line): Skip invisible newlines.
2276
9a8ee448
MY
22772006-01-19 Masatake YAMATO <jet@gyve.org>
2278
d2eed686 2279 * progmodes/cpp.el (cpp-edit-load): Make the order of
9a8ee448
MY
2280 listed conditions in a base C code buffer and its associate
2281 CPP Edit buffer the same.
d2eed686 2282
194939e3
KH
22832006-01-19 Kenichi Handa <handa@m17n.org>
2284
d9bf0f5a
KH
2285 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
2286 (rmail-mime-feature): Likewise.
2287 (rmail-require-mime-maybe): Use display-warning to show a warning
2288 message.
2289
d2eed686 2290 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
194939e3
KH
2291 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
2292
d2eed686
SM
22932006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
2294
2295 * array.el: Move defvars out of eval-when-compile.
2296 (array-make-template): Replace undeclared global var with a local one.
2297 (array-mode): Inline initialization functions.
2298 (array-init-local-variables, array-init-max-row)
2299 (array-init-max-column, array-init-columns-per-line)
2300 (array-init-field-width, array-init-rows-numbered)
2301 (array-init-line-length, array-init-lines-per-row): Remove.
2302
2303 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
2304 (doc-mode-map): Define explicitly.
2305 (doctor-txtype): Use mapc.
2306
2307 * textmodes/table.el: Move defvars out of eval-when-compile.
2308 Remove harmful code meant to avoid byte-compiler warnings.
2309 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
2310 specification that checks table-fixed-width-mode directly.
2311 (table-recognize-region, table-recognize-cell):
2312 Use restore-buffer-modified-p.
2313 (table-fixed-width-mode): Remove code that refreshes
2314 table-fixed-mode-indicator.
2315 (*table--cell-describe-bindings, *table--cell-describe-mode):
2316 Avoid obsolete name print-help-return-message.
2317 (table--test-cell-list): Don't use replace-regexp from elisp.
2318 (table--point-entered-cell-function, table--point-left-cell-function):
2319 Don't set table-fixed-mode-indicator, use force-mode-line-update.
2320
2321 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
2322 that was after the end of file. Use buffer-file-name variable.
2323 (org-timestamp-change): Use with-current-buffer.
2324 (org-todo-list): Don't unnecessarily define a new buffer-local var.
2325 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
2326 `file'.
2327
2328 * progmodes/fortran.el: Move defvars out of eval-when-compile.
2329 (fortran-break-line): Remove unused var `opoint'.
2330 (fortran-abbrev-start): Obey help-event-list.
2331
b0aea09e
JH
23322006-01-18 Jesper Harder <harder@phys.au.dk>
2333
2334 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
2335
3968c89f
MY
23362006-01-18 Masatake YAMATO <jet@gyve.org>
2337
2338 * progmodes/make-mode.el (makefile-imake-mode): New mode
dc38351b 2339 derived from makefile-mode.
3968c89f
MY
2340 (makefile-imake-mode-syntax-table): New syntax table
2341 derived from makefile-mode-syntax-table.
d2eed686 2342 (makefile-mode): Write about makefile-imake-mode in doc string.
3968c89f
MY
2343 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
2344 (makefile-imake-font-lock-keywords): New font lock keywords.
2345
d2eed686 2346 * files.el (auto-mode-alist): Add Imakefile.
3968c89f 2347
11b07c37 23482006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
8e2e2956
SM
2349
2350 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
2351 loading the file rather than when turning on flyspell-mode.
2352
2e040f4e
LT
23532006-01-16 Luc Teirlinck <teirllm@auburn.edu>
2354
2355 * cus-edit.el (customize-rogue): Minor doc fix.
2356
83033a3a
JL
23572006-01-17 Juri Linkov <juri@jurta.org>
2358
84bf6ad8
JL
2359 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
2360 instead of the file at the mark as default if the file at the mark
2361 is the same as the file at point or if dired-dwim-target-directory
2362 is not the same as the current directory and the mark is not active.
2363
202e166d
JL
2364 * log-view.el (log-view-minor-wrap): Use the same logic to get
2365 revisions as `log-view-diff'.
2366
d247d0fe
JL
2367 * info.el (Info-revert-find-node): Check for Info-current-file
2368 before preserving new-history.
2369
202e166d
JL
2370 * man.el (Man-heading-regexp): Add `/'.
2371
2372 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
2373 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
2374
23752006-01-16 Juri Linkov <juri@jurta.org>
2376
83033a3a
JL
2377 * faces.el (mode-line-faces): New defgroup.
2378 (mode-line-highlight): Move definition after new defgroup.
2379 (mode-line, mode-line-inactive, mode-line-highlight):
2380 Replace :group `modeline' with `mode-line-faces'.
2381 (mode-line-buffer-id): New face.
2382 (modeline-buffer-id): New face alias.
2383 (vertical-border): Remove :group `modeline'.
2384
2385 * bindings.el (propertized-buffer-identification): Use face
2386 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
2387 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
2388 (mode-line-buffer-identification-keymap): For mouse-1 replace
2389 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
2390 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
2391 mouse-3.
2392
d247d0fe
JL
2393 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
2394 Buffer-menu-buffer. Doc fix.
2395 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
6bca59a3
JL
2396 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
2397 `Buffer-menu-buffer'.
d247d0fe 2398
83033a3a
JL
2399 * info.el (Info-mode-line-node-keymap): New defvar.
2400 (Info-set-mode-line): Use `stringp' to check Info-current-file.
2401 Propertize Info-current-node with `mode-line-buffer-id' and
2402 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
2403
2404 * time.el (display-time-mail-face): Replace :group `faces' with
2405 `mode-line-faces'.
2406
0814ca04
KH
24072006-01-16 Kenichi Handa <handa@m17n.org>
2408
8e2e2956 2409 * international/code-pages.el: Add autoload cookies for cp125[0345678].
0814ca04
KH
2410
2411 * language/european.el (cp1252): New alias for windows-1252.
2412
2413 * international/mule.el (autoload-coding-system): Prepare for EOL
2414 variants.
2415
14397ea7
DN
24162006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
2417
2418 * term.el (term-raw-map): Add mapping for insert.
2419 (term-send-insert): New.
2420 (term-mode): Make variables local here instead of doing it in
2421 `term-emulate-terminal'.
2422 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
af71d4c0
JB
2423 Scroll reverse needs to take into account the scroll region.
2424 Saving and restoring the cursor should save the color attributes too.
14397ea7
DN
2425 (term-reset-terminal): Reset the scroll region.
2426 (term-handle-ansi-escape): Cursor up and down should take into
2427 account the scroll region.
8e2e2956
SM
2428 (term-set-scroll-region): Rename from `term-scroll-region'.
2429 Move to 0,0 after setting the region.
14397ea7
DN
2430 (term-handle-scroll): Handle scroll up.
2431 (term-down): Fix off by one error.
2432 (term-delete-lines): Do not delete outside the scroll region.
2433 (term-insert-lines): Take into account the scroll region.
2434
2834b9b3
SM
24352006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
2436
d83d8efe
SM
2437 * textmodes/ispell.el (ispell-internal-change-dictionary)
2438 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
2439 (start, end): Move declaration outside of eval-when-compile.
2440
ef0f5f7e
SM
2441 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
2442 (flyspell-mode-on): Use it.
2443
2834b9b3
SM
2444 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
2445 ispell-kill-ispell-hook.
2446
b41e2e73
LT
24472006-01-14 Luc Teirlinck <teirllm@auburn.edu>
2448
2449 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
2450 (Custom-reset-saved): Do not ask for confirmation in single option
2451 buffers.
2452
c94c4d0a
RS
24532006-01-13 Richard M. Stallman <rms@gnu.org>
2454
2455 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
2456
97f4e87c
RF
24572006-01-13 Romain Francoise <romain@orebokech.com>
2458
2459 * add-log.el (add-change-log-entry, change-log-merge):
2460 Conditionally use `hard-newline'.
2461
83dc149d
EZ
24622006-01-13 Martin Rudalics <rudalics@gmx.at> (tiny change)
2463
e47f89f0
EZ
2464 * wid-edit.el (widget-field-end): If the overlay is no longer
2465 associated with a buffer, behave as if the overlay didn't exist.
2466
2834b9b3
SM
2467 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
2468 Make sure the links use the `custom-link' face.
83dc149d 2469
4c344753
SM
24702006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
2471
2472 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
2473 (ld-script-mode): Don't set indent-line-function since we don't
2474 have one.
2475
203ac7f3
CD
24762006-01-13 Carsten Dominik <dominik@science.uva.nl>
2477
2e040f4e 2478 * textmodes/org.el (org-open-file): Use mailcap for selecting an
203ac7f3
CD
2479 application.
2480 (org-file-apps-defaults-gnu): Use mailcap as the default for
2481 selecting an application on a UNIX system.
2482 (org-agenda-show-tags): New command.
4c344753 2483 (org-table-insert-hline): Keep cursor in current table line.
203ac7f3
CD
2484 (org-table-convert): Offset effect of modifying
2485 `org-table-insert-hline'.
2486 (org-format-agenda-item): New optional argument TAG.
2487 (org-compile-prefix-format): Handle %T format for the tag.
2488 (org-expand-wide-chars): New function.
4c344753
SM
2489 (org-table-insert-row, org-table-insert-hline):
2490 Use `org-expand-wide-chars'.
2491 (org-open-file): Fix bug in program launch.
2492 (org-get-time-of-day): Fix bug with times before 1am.
af71d4c0 2493 (org-agenda-menu): Add tags commands.
203ac7f3 2494
fc8a237d
EZ
24952006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
2496
2497 * textmodes/ispell.el (ispell-init-process): Include the used
2498 dictionary in ispell process start message.
2499 (ispell-internal-change-dictionary): When flyspell-mode is active
2500 and dictionary is changed, make sure ispell process is restarted
2501 and flyspell word cache cleared out for the current buffer.
2502 (ispell-change-dictionary): Make sure flyspell word cache is
2503 cleared out in all buffers with active flyspell mode when
4c344753
SM
2504 dictionary is globally changed.
2505 Call ispell-internal-change-dictionary after dictionary change.
fc8a237d 2506
53fad1e4
EZ
25072006-01-13 Eli Zaretskii <eliz@gnu.org>
2508
defe3b41
EZ
2509 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
2510
53fad1e4
EZ
2511 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
2512 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
2513 years. Fix small differences wrt Makefile.in.
2514 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
2515 Makefile.in does.
2516
d5ffcd96
BW
25172006-01-12 Bill Wohler <wohler@newt.com>
2518
2519 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
2520 mh-search.el.
2521
bf56fd4d 25222006-01-12 Masatake YAMATO <jet@gyve.org>
5f3996dc
MY
2523
2524 * progmodes/ld-script.el: Update copyright year.
2525
4c92479f
CY
25262006-01-12 Chong Yidong <cyd@stupidchicken.com>
2527
2528 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
2529 Don't add widget if setting undefined.
2530
e75b11f8
JPW
25312006-01-12 John Paul Wallington <jpw@pobox.com>
2532
2533 * help-fns.el (describe-variable): Remove newlines from void
2534 variable output.
2535
d33a7384
NR
25362006-01-13 Nick Roberts <nickrob@snap.net.nz>
2537
2538 * wdired.el (wdired-mode-map): Add help echo for
2539 wdired-abort-changes.
2540
2541 * man.el (Man-file-name-regexp): Adjust for a list of files.
2542
4ec7bdfd
MY
25432006-01-12 Masatake YAMATO <jet@gyve.org>
2544
2545 * progmodes/ld-script.el (auto-mode-alist): Support
2546 suffix conventions used in netbsd and eCos.
2547
52bcabfe
LT
25482006-01-11 Luc Teirlinck <teirllm@auburn.edu>
2549
2550 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
2551 (custom-variable-menu, custom-face-menu, custom-group-menu)
2552 (Custom-mode-menu): Change names of menu items. (As discussed on
2553 emacs-devel.)
2554 (custom-face-menu): Add "Undo Edits" item.
2555
2556 * startup.el (init-file-user): defcustom -> defvar.
2557
2558 * tooltip.el (tooltip-mode): Doc fix.
2559
23e0c1a3
SM
25602006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
2561
2562 * reveal.el (reveal-post-command): window-buffer signals an error on
2563 dead windows rather than returning nil.
2564 (reveal-open-new-overlays): An overlay might die while we open others.
2565
9c2cf222
BW
25662006-01-11 Bill Wohler <wohler@newt.com>
2567
6cc803de
BW
2568 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
2569 phrasing in docstring.
2570
9c2cf222 2571 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
23e0c1a3 2572 can give some systems gas. Add new file mh-buffers.el.
9c2cf222 2573
4076cbf6
MY
25742006-01-06 Masatake YAMATO <jet@gyve.org>
2575
2576 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
2577 C preprocessor forward ported from GNU Emacs 21.2.
2578
23e0c1a3
SM
2579 * progmodes/asm-mode.el (asm-font-lock-keywords):
2580 Use `cpp-font-lock-keywords'.
4076cbf6
MY
2581
2582 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
2583
2584 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
23e0c1a3 2585 of $ for "\\.ld[s]?".
4076cbf6 2586
587d108e
SM
25872006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2588
05794f14
SM
2589 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
2590 (tcl-indent-line): Return `noindent' if inside a string.
2591
587d108e
SM
2592 * progmodes/flymake.el (flymake-split-string): Remove more than one
2593 empty string at beg/end of the result.
2594 (flymake-find-buildfile, flymake-find-possible-master-files):
2595 Use expand-file-name.
2596 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
2597 since expand-file-name does it for us. Use directory-file-name.
2598 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
2599 (flymake-ler-get-type, flymake-ler-get-text)
2600 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
2601 (flymake-current-line-no): Remove spurious interactive spec.
2602 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
2603 (flymake-check-include): Remove arg inc-path merged into inc-name.
2604 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
2605 Arg regexp-list replaced by a simple regexp.
2606 (flymake-master-make-header-init, flymake-master-tex-init):
2607 Correspondingly replace regexp-list with a regexp. Fix regexp.
2608
0c91399a
SJ
26092006-01-10 Simon Josefsson <jas@extundo.com>
2610
2611 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
2612 describing AUTH PLAIN fix.
2613
9888f112
TTN
26142006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
2615
2616 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
2617 (report-emacs-bug): Don't record initial prompt text.
2618 Instead, add text properties to prompting text.
2619 (report-emacs-bug-hook): Delete prompting text.
2620
5f73367d
SM
26212006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
2622
2623 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
2624 `dirs'. Adjust callers.
2625
ee5137b3
JPW
26262006-01-09 John Paul Wallington <jpw@gnu.org>
2627
2628 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
2629
62c5f375
SM
26302006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
2631
ffb5fc37
SM
2632 * reveal.el (reveal-open-new-overlays): New extracted fun.
2633 (reveal-close-old-overlays): Idem. Check overlays's liveness before
2634 using them. Simplify the code.
2635 (reveal-post-command): Use them. Fix up obsolete windows in
2636 reveal-open-spots.
2637
6fee12e6
SM
2638 * progmodes/flymake.el: Use `require' rather than autoload for
2639 XEmacs's overlays.
2640 (flymake-get-common-file-prefix, flymake-build-relative-filename):
2641 Delete. Use file-relative-name instead.
2642 (flymake-get-syntax-check-program-args, flymake-perl-init):
2643 Simplify the resulting code.
2644
62c5f375
SM
2645 * log-view.el (log-view-file-re, log-view-message-re): Add support
2646 for DaRCS output.
2647
e1b3b7a2
AS
26482006-01-09 Alex Schroeder <alex@gnu.org>
2649
2650 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
2651 identifiers sometimes added in square brackets at the beginning of
2652 subject lines.
2653
67177975
RS
26542006-01-07 Richard M. Stallman <rms@gnu.org>
2655
2656 * cus-edit.el (Custom-set, Custom-save): Doc fix.
2657 (Custom-reset-current, Custom-reset-saved): Change question text.
2658 (Custom-reset-standard): Likewise.
2659 (custom-variable-reset-saved): Doc fix.
2660
d3a81eee
EZ
26612006-01-07 Eli Zaretskii <eliz@gnu.org>
2662
2663 * startup.el (init-file-user): Doc fix.
2664
53f831f3
AS
26652006-01-07 Alex Schroeder <alex@gnu.org>
2666
80068231
AS
2667 * mail/rmail.el (rmail-current-subject): New function.
2668 (rmail-current-subject-regexp): New function.
2669 (rmail-next-same-subject): Use it.
2670
62c5f375
SM
2671 * mail/rmailsum.el (rmail-summary-by-topic):
2672 Use rmail-current-subject and rmail-current-subject-regexp.
80068231
AS
2673 (rmail-summary-next-same-subject): Ditto.
2674
53f831f3
AS
2675 * net/rcirc.el (rcirc-send-input): No longer check whether the
2676 process is open, since not all commands need an open process.
2677 (rcirc-send-string): Check whether the process is open before
2678 sending anything.
2c8abe90
AS
2679 (rcirc-ignore-list): New option.
2680 (rcirc-ignore-list-automatic): New variable.
2681 (rcirc-print): Take rcirc-ignore-list into account.
2682 (rcirc-cmd-ignore): New command.
2683 (rcirc-ignore-update-automatic): New function.
2684 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
2685 list if ignored nicks.
2686 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
53f831f3 2687
53dab082
EZ
26882006-01-06 David Reitter <david.reitter@gmail.com>
2689
2690 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
2691 reflect the address to which the report will be sent.
2692
01b959a3
EZ
26932006-01-06 Eli Zaretskii <eliz@gnu.org>
2694
2695 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
2696 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
2697
8c722a81
EZ
26982006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
2699
2700 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
2701
2702 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
2703 the doc string: "functoin" => "function".
af71d4c0 2704 * ldefs-boot.el: Likewise.
8c722a81
EZ
2705
2706 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
2707 message text: "Duplicat" => "Duplicate".
2708
0133dab9
EZ
27092006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
2710
2711 * files.el (basic-save-buffer-2): If backing-up failed, reset
2712 buffer-backed-up to nil.
2713
753c278e
NR
27142006-01-06 Nick Roberts <nickrob@snap.net.nz>
2715
2716 * progmodes/gud.el (gdb-script-skip-to-head)
2717 (gdb-script-calculate-indentation): Indent for breakpoint command
2718 lists also.
2719
77a0dbd2
BW
27202006-01-05 Bill Wohler <wohler@newt.com>
2721
2722 * Makefile.in (compile-always): Add mh-autoloads dependency.
2723 (bootstrap): Remove mh-autoloads dependency, as compile dependency
2724 provides it.
600bc46c
BW
2725 (updates): Remove mh-autoloads dependency, since it probably has
2726 already run recently (via recompile).
77a0dbd2 2727
c07fa030
SM
27282006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
2729
bef9f82c
SM
2730 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
2731 argument `force' to disable the flyspell-last-buffer optimization.
2732 (flyspell-mode-on): Use it.
2733
c07fa030
SM
2734 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
2735 flymake-simple-cleanup.
2736 (flymake-allowed-file-name-masks): Use this new default.
2737 All the functions are now called in the right buffer rather than
2738 passing the buffer as argument.
2739 (flymake-process-sentinel): Switch to buffer before calling cleanup.
2740 (flymake-parse-err-lines): Remove redundant buffer arg.
2741 (flymake-get-program-dir): Comment out unused function.
2742 (flymake-start-syntax-check, flymake-start-syntax-check-process):
2743 Remove redundant buffer argument.
2744 (flymake-get-real-file-name, flymake-simple-java-cleanup)
2745 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
2746
f00239cf
RS
27472006-01-05 Richard M. Stallman <rms@gnu.org>
2748
a203a18c
RS
2749 * info.el (Info-find-node): Don't record previous node if have none.
2750 (info): Go to directory only if history is empty.
2751
f00239cf
RS
2752 * simple.el (mark): Doc fix.
2753
07f9b01c
YM
27542006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2755
2756 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
2757 already of desired type.
2758 (mac-ae-list): Coerce parameter to "list" type.
2759 (mac-dispatch-apple-event): Replace cadr part of event with a
2760 dummy position so that event-start returns it.
2761
8abe9d4f
CD
27622006-01-05 Carsten Dominik <dominik@science.uva.nl>
2763
2e040f4e 2764 * textmodes/org.el (org-end-of-subtree): New function.
c07fa030
SM
2765 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
2766 Use `org-end-of-subtree'.
8abe9d4f
CD
2767 (org-agenda, org-agenda-convert-date): Protect calls to
2768 `fit-window-to-buffer'.
2769 (org-tags-view): Force matching of sublevels when doing a
2770 todo-only search. Define the correct redo command, including the
2771 arguments.
2772 (org-agenda-redo): Display message.
2773 (org-check-for-org-mode): New function.
2774 (org-agenda-type): New variable.
c07fa030
SM
2775 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
2776 Set `org-agenda-type'.
8abe9d4f
CD
2777 (org-agenda-check-type): New function.
2778 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
2779 (org-agenda-week-view, org-agenda-day-view)
2780 (org-agenda-next-date-line, org-agenda-previous-date-line)
2781 (org-agenda-log-mode, org-agenda-toggle-diary)
2782 (org-agenda-toggle-time-grid, org-agenda-date-later)
2783 (org-agenda-date-prompt, org-agenda-diary-entry)
2784 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
c07fa030
SM
2785 (org-agenda-convert-date, org-agenda-menu):
2786 Use `org-agenda-check-type'.
8abe9d4f 2787 (org-make-overlay, org-delete-overlay)
c07fa030
SM
2788 (org-detatch-overlay, org-move-overlay, org-overlay-put):
2789 New compatibility functions.
8abe9d4f
CD
2790 (org-calendar-select-mouse): New command.
2791
73e60f53
CY
27922006-01-04 Chong Yidong <cyd@stupidchicken.com>
2793
eaa99205 2794 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
0c731046
CY
2795 (Custom-reset-standard): Fix y-or-n-p messages.
2796 (custom-link): New face for links.
73e60f53 2797 (custom-buffer-create-internal, custom-manual): Use it.
b76747af 2798 (custom-face-save): Push to theme-face before setting face spec.
73e60f53
CY
2799
2800 * wid-edit.el (widget-default-mouse-face-get): New function.
2801 (widget-specify-button): Handle mouse-face like button-face.
2802
2803 * custom.el (load-theme): Clear old theme settings if reloading.
2804
bdf743fe
LT
28052006-01-03 Luc Teirlinck <teirllm@auburn.edu>
2806
d5837ed3 2807 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
bdf743fe
LT
2808 "Erase Customization" button back to same position it occupies in
2809 the individual State menus.
2810
8a5db8ae
KS
28112006-01-04 Kim F. Storm <storm@cua.dk>
2812
2813 * wid-edit.el (key-sequence): Rework widget to read key binding
2814 using `kbd' syntax. Use C-q to insert literal key, event, or code.
2815 (widget-key-sequence-default-value): Default value for empty sequence.
2816 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
2817 (widget-key-sequence-read-event): New command for C-q.
2818 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
2819 (widget-key-sequence-value-to-external): New functions.
2820
1c360af3
SM
28212006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
2822
6df19241
SM
2823 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
2824 Use expand-file-name.
2825 (flymake-delete-temp-directory): Use expand-file-name,
2826 file-name-directory, and directory-file-name.
2827 (flymake-strrchr): Delete.
2828 (flymake-start-syntax-check): Don't pass the redundant buffer argument
2829 to the init-f function.
2830 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
2831 (flymake-init-find-buildfile-dir)
2832 (flymake-init-create-temp-source-and-master-buffer-copy)
2833 (flymake-simple-make-init-impl, flymake-simple-make-init)
2834 (flymake-master-make-init, flymake-master-make-header-init)
2835 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
2836 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
2837 (flymake-xml-init): Remove corresponding redundant buffer argument.
2838 (flymake-allowed-file-name-masks): Remove last elems that are equal to
2839 the default anyway. Clean up regexps.
2840
5bcef417
SM
2841 * progmodes/flymake.el (flymake-temp-source-file-name)
2842 (flymake-master-file-name, flymake-temp-master-file-name)
2843 (flymake-base-dir): New buffer-local vars.
2844 (flymake-buffer-data, flymake-get-buffer-value)
2845 (flymake-set-buffer-value): Replace those hash-tables by the new
2846 buffer-local vars. Update callers.
2847
43ed65ac
SM
2848 * progmodes/flymake.el (flymake-check-start-time)
2849 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
2850 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
2851 Move definition, so we can remove redundant earlier declaration.
2852 (flymake-replace-regexp-in-string, flymake-split-string)
2853 (flymake-get-temp-dir): Use defalias.
2854 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
2855 (flymake-xemacs-window-edges): Remove unused function.
2856 (flymake-get-point-pixel-pos): Move.
2857 (flymake-pid-to-names, flymake-reg-names)
2858 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
2859 Replace by a simple list flymake-processes and by process-buffer.
2860 Update callers. Other than simplify the code, it uses buffers rather
2861 than buffer-names so it doesn't get confused by uniquify.
2862 (flymake-buffer-data): The global value should just be nil.
2863
b7a5a208
SM
2864 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
2865 Optimize the body of a defalias like any other code.
2866
1c360af3
SM
2867 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
2868 Make sure we've setup font-lock's vars. It may influence which
2869 function we then call.
2870 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
2871 here since it's too late anyway.
2872
1ca41b97
RF
28732006-01-03 Romain Francoise <romain@orebokech.com>
2874
2875 * startup.el (fancy-splash-tail, normal-splash-screen):
2876 Update copyright year.
2877
fdbfa78e
S
28782006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
2879
b7a5a208 2880 * mouse.el (mouse-drag-track): Rename, from
fdbfa78e 2881 `mouse-drag-region-1'. Includes optional argument required to
b7a5a208
SM
2882 enable post-drag event processing (e.g. delete region keys).
2883 Can be used without this argument to track a mouse region and operate
fdbfa78e
S
2884 on it as soon as the drag completes.
2885 (mouse-drag-region): Use `mouse-drag-track'.
2886
d0f1e2f8
CY
28872006-01-02 Chong Yidong <cyd@stupidchicken.com>
2888
3ee07367
CY
2889 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
2890 Move to `custom-buffer' group.
2891
d0f1e2f8
CY
2892 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
2893 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
2894 (custom-theme-insert-face-marker, custom-theme-variable-menu)
2895 (custom-theme-face-menu): New variables.
2896 (custom-theme-add-variable, custom-theme-variable-action)
2897 (custom-variable-reset-theme, custom-theme-delete-variable)
2898 (custom-face-reset-theme, custom-theme-face-action)
2899 (custom-theme-delete-face, custom-theme-merge-theme)
2900 (custom-theme-add-face, custom-theme-visit-theme): New functions.
2901
d358aa10
CY
29022006-01-01 Chong Yidong <cyd@stupidchicken.com>
2903
2904 * custom.el: Move Custom Themes commentary to start of theme code.
2905 (custom-known-themes): Rename `standard' theme to `changed'.
2906 (custom-push-theme): Caller no longer specifies what theme to use
2907 when doing `reset'---the setting is simply removed from the theme.
2908 Delete MODE from `theme-value' and `theme-settings' properties.
2909 (custom-declare-theme): Ignore &rest args since we don't use them.
2910
2911 (custom-loaded-themes): Delete variable.
2912 (custom-theme-load-themes, custom-theme-loaded-p)
2913 (custom-theme-value): Delete functions.
2914
2915 (custom-declare-theme): Signal error on invalid theme names.
2916 (provide-theme): custom-loaded-themes was deleted.
2917 (load-theme): Load the file unconditionally.
2918 (enable-theme): Call `load-theme' if theme is undefined.
2919 (custom-enabled-themes): Only update value for successful loads.
2920 (disable-theme): Complete from enabled themes when interactive.
2921 (custom-variable-theme-value): Calculate theme value directly.
2922
2923 (custom-theme-reset-variables, custom-reset-variables): Mark as
2924 XEmacs compatibility functions. We don't actually use these.
2925
1c360af3
SM
2926 * cus-edit.el (custom-variable-state-set):
2927 Use custom-variable-theme-value instead of custom-theme-value.
d358aa10
CY
2928 (custom-face-state-set): Rename `standard' theme to `changed'.
2929 (custom-save-variables, custom-save-faces): Delete unneeded
2930 references to custom-reset-variables.
2931 (custom-save-resets): Delete function.
2932 (custom-save-variables, custom-save-faces): MODE argument deleted.
2933 (custom-save-variables, custom-save-faces): Ignore theme values.
2934
2935 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
2936 compatibility function.
2937
cbf090c4
RS
29382006-01-01 Richard M. Stallman <rms@gnu.org>
2939
107736a2
RS
2940 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
2941 (Custom-reset-current, Custom-reset-saved): Likewise.
b8919739 2942 (Custom-reset-standard): Show message if aborted.
107736a2
RS
2943 (custom-mode): Doc fix, describing those commands.
2944
cbf090c4
RS
2945 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
2946 put on event-kind property.
2947
85a5eb0e
CY
29482005-12-31 Chong Yidong <cyd@stupidchicken.com>
2949
b2a41d12
CY
2950 * custom.el (provide-theme): Ban `user' theme name.
2951 (custom-enabling-themes): New variable.
2952 (enable-theme): Don't enable user if custom-enabling-themes is t.
2953 (custom-enabled-themes): Make it a defcustom.
2954 (custom-theme-recalc-face): No-op if face is undefined.
2955
85a5eb0e
CY
2956 * cus-edit.el (custom-button-mouse): New variable.
2957 (custom-button-mouse): New face.
2958 (custom-raised-buttons, custom-mode): Use it.
2959
2960 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
2961
b5871831
EZ
29622005-12-31 Eli Zaretskii <eliz@gnu.org>
2963
2964 * progmodes/gud.el (gud-display-line): Support hl-line in the
2965 source buffer.
2966
5915523a
EZ
29672005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
2968
2969 * mouse.el (mouse-drag-window-above): Verify that the found window
2970 overlaps with the given window in the horizontal dimension.
2971
a9d25c79
EZ
29722005-12-31 Eli Zaretskii <eliz@gnu.org>
2973
2974 * Makefile.in (cvs-update): New target.
2975
2976 * makefile.w32-in (cvs-update): Ditto.
2977
8314bdb8
CY
29782005-12-30 Chong Yidong <cyd@stupidchicken.com>
2979
2980 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
bdeaa675 2981 (custom-new-theme-mode-map): New variable.
8314bdb8 2982
16ecd4c5
RS
29832005-12-30 Richard M. Stallman <rms@gnu.org>
2984
8913f945
RS
2985 * custom.el (custom-load-themes): Function deleted.
2986
a8d6ee3c 2987 * cus-edit.el (custom-save-loaded-themes): Function deleted.
16ecd4c5
RS
2988 (custom-save-variables): Don't delete or add custom-load-themes call.
2989
4dd68f44
SM
29902005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
2991
98e071b5
SM
2992 * cus-start.el: Add `visible-cursor'.
2993
4dd68f44
SM
2994 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
2995 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
2996 (flymake-process-filter): Switch to buffer before calling it instead.
2997 (flymake-post-syntax-check, flymake-highlight-err-lines)
2998 (flymake-delete-own-overlays, flymake-parse-err-lines)
2999 (flymake-start-syntax-check, flymake-start-syntax-check-process)
3000 (flymake-count-lines, flymake-parse-residual):
3001 Remove constant buffer argument.
3002 (flymake-start-syntax-check-for-current-buffer): Remove.
3003 Update callers to use flymake-start-syntax-check instead.
3004 (flymake-display-err-menu-for-current-line):
3005 Remove unused var `mouse-pos'.
3006 (flymake-restore-formatting): Comment out unused function.
3007 (flymake-report-status, flymake-report-fatal-status): Remove buffer
3008 argument, use current-buffer instead. Update callers.
3009
07467c09
RW
30102005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3011
3012 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
3013 buffer-local because choose-completion-delete-max-match requires
3014 that we set completion-ignore-case (i.e., binding via let is not
3015 sufficient).
3016 (bibtex-complete): Always set completion-ignore-case and
af71d4c0 3017 choose-completion-string-functions. The latter is needed because
07467c09
RW
3018 choose-completion-string-functions keeps its value if we quit the
3019 *Completions* buffer without requesting a completion.
3020
fe791b0c
AS
30212005-12-30 Andreas Schwab <schwab@suse.de>
3022
4dd68f44 3023 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
fe791b0c 3024
ef3f69f9
EZ
30252005-12-30 Eli Zaretskii <eliz@gnu.org>
3026
3027 * jit-lock.el (jit-lock-chunk-size): Doc fix.
3028
67d766e8
JL
30292005-12-30 Juri Linkov <juri@jurta.org>
3030
3031 * locate.el (locate-fcodes-file, locate-header-face)
3032 * progmodes/delphi.el (delphi-other-face)
3033 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
3034
3035 * paren.el (show-paren-match, show-paren-mismatch): Use existing
3036 group `paren-showing-faces'.
3037
3038 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
3039 (goto-address): Fix docstring.
3040
3041 * net/webjump.el (webjump-sample-sites): Update URLs.
3042
3043 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
3044
3045 * subr.el (cancel-change-group): Add listp around pending-undo-list.
3046
af3d4246
SM
30472005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
3048
3049 * font-lock.el (font-lock-compile-keywords): Signal an error when
3050 font-lock-set-defaults hasn't been called.
3051
9f126fd0
LT
30522005-12-29 Luc Teirlinck <teirllm@auburn.edu>
3053
3054 * subr.el (noreturn, 1value): Doc fixes.
3055
694ed36d
RW
30562005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3057
3058 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
3059 that assoc-string returns nil.
3060
ffc1e1db
RW
30612005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3062
3063 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
3064 (bibtex-entry-type-str, bibtex-empty-field-re)
3065 (bibtex-search-backward-string, bibtex-preamble-prefix)
af3d4246 3066 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
ffc1e1db
RW
3067 (bibtex-any-valid-entry-type): New variable.
3068 (bibtex-parse-field-name): Simplify.
af3d4246 3069 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
ffc1e1db 3070 (bibtex-preamble-prefix): Include left delimiter.
af3d4246
SM
3071 (bibtex-search-forward-field, bibtex-search-backward-field):
3072 Allow unbounded search past entry boundaries (required by bibtex-pop).
ffc1e1db
RW
3073 (bibtex-text-in-field-bounds): Use push.
3074 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
3075 (bibtex-parse-preamble, bibtex-valid-entry)
3076 (bibtex-beginning-first-field): New functions.
3077 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
3078 (bibtex-map-entries): Fix docstring.
af71d4c0 3079 (bibtex-flash-head): New arg prompt. Simplify.
ffc1e1db
RW
3080 (bibtex-enclosing-field): Include code of bibtex-inside-field.
3081 (bibtex-insert-kill): Simplify. Always insert text past the
3082 current field or entry.
3083 (bibtex-format-entry): Use bibtex-parse-field.
3084 (bibtex-pop): Use bibtex-beginning-of-entry and
3085 bibtex-end-of-entry to initiate the search. Insert empty field if
3086 we found ourselves.
af3d4246
SM
3087 (bibtex-print-help-message): New args field and comma.
3088 Handle entry keys.
ffc1e1db
RW
3089 (bibtex-make-field): Use bibtex-beginning-of-entry.
3090 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
3091 invalid entry.
3092 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
3093 Handle preambles. Simplify code for thorough test.
3094 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
3095 New arg comma. Handle entry heads.
3096 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
3097 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
3098 New arg comma.
3099 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
3100 (bibtex-fill-field): Simplify.
3101 (bibtex-fill-entry): Use bibtex-beginning-first-field and
3102 bibtex-parse-field.
af3d4246 3103 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
ffc1e1db
RW
3104 (bibtex-complete): Use bibtex-parse-preamble.
3105
bc2051e4
NR
31062005-12-29 Nick Roberts <nickrob@snap.net.nz>
3107
3108 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
3109 Display name of expression instead of convenience variable.
3110 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
3111
3112 * progmodes/gud.el (gud-tooltip-dereference): Rename from
3113 toggle-gud-tooltip-dereference.
3114 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
af71d4c0 3115 (gud-tooltip-tips): ...here when dereferencing.
bc2051e4 3116
0d887b77
BW
31172005-12-28 Bill Wohler <wohler@newt.com>
3118
af3d4246 3119 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
0d887b77 3120
07a95b81
SM
31212005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
3122
97461c84
SM
3123 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
3124 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
3125 (vc-annotate-display-autoscale): Adjust call.
3126 (vc-annotate-display-default): Adjust call. Make arg compulsory.
3127 Fix interactive spec.
3128 (vc-annotate-time-span): Remove.
3129 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
3130 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
3131 (vc-annotate-display-select): Use new name.
3132
07a95b81
SM
3133 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
3134 (vc-annotate-mode-menu): Remove left-over redundant declaration.
3135 Correct the construction of span entries. Simplify.
3136 (vc-annotate-display-select): Fix the nil case.
3137 (vc-annotate): Remove obsolete (and now broken) code.
3138 (vc-annotate-extract-revision-at-line): Remove obsolete code.
3139 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
3140
ba455131
LT
31412005-12-28 Luc Teirlinck <teirllm@auburn.edu>
3142
3143 * subr.el (lazy-completion-table): Correct typo in docstring.
3144
3145 * startup.el (command-line): Use `custom-reevaluate-setting' for
3146 `send-mail-function'.
3147
3148 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
3149
c3f69831
SJ
31502005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
3151
07a95b81
SM
3152 * mail/smtpmail.el (smtpmail-try-auth-methods):
3153 Send credentials together with "AUTH PLAIN" command.
c3f69831 3154
6281e1e8
RS
31552005-12-27 Richard M. Stallman <rms@gnu.org>
3156
3157 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
3158 mouse-2, go back to previously selected window, so it's selected
3159 when mouse-2 command runs.
3160
31612005-12-27 Juri Linkov <juri@jurta.org>
84116a13
JL
3162
3163 * descr-text.el (describe-text-sexp): Use square brackets for
3164 button [Show] to distinguish it from the property value `show'.
3165 (describe-property-list): Use `insert-text-button' with
3166 `help-face' type instead of putting face in quotes, because button
3167 is not created automatically for a list of faces.
3168 (describe-text-properties-1): Put button-type value in quotes to
3169 distinguish from plain text "button".
3170 (describe-char): Display code point values in hex. Don't use
3171 `symbol-name' for `current-input-method' because it is a string.
3172 Use `insert-text-button' with `help-face' type instead of putting
3173 hardcoded face in quotes, because button is not created automatically.
3174
51978cac
RS
31752005-12-27 Richard M. Stallman <rms@gnu.org>
3176
2926b5fb
RS
3177 * progmodes/glasses.el (glasses-face): More specific custom type.
3178
1af57101
RS
3179 * files.el (set-visited-file-name): Doc fix.
3180
51978cac
RS
3181 * textmodes/flyspell.el (flyspell-external-point-words):
3182 Use local var buffer-scan-pos to advance scan for next misspelling.
3183 Advance it only after we find the misspelling.
3184
31852005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
3186
3187 * textmodes/flyspell.el (flyspell-external-point-words):
3188 New criteria for finding the misspelling in the buffer.
3189
6281e1e8 31902005-12-27 Nick Roberts <nickrob@snap.net.nz>
84116a13
JL
3191
3192 * help-mode.el (help-insert-string): Set help-xref-stack-item
3193 rather than call help-setup-xref.
3194
3195 * descr-text.el (describe-char): Revert previous changes for
3196 optional buffer argument.
3197
6281e1e8 31982005-12-27 Juri Linkov <juri@jurta.org>
6280f20d
NR
3199
3200 * help-mode.el (help-insert-string): New function. Save buffer
07a95b81 3201 contents in cases where it is impossible to recompute the old contents.
6280f20d
NR
3202
3203 * descr-text.el (describe-char): Set help-xref-stack-item
84116a13 3204 explicitly after buffer has been generated.
6280f20d 3205
edd4b3ab
JD
32062005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3207
3208 * cus-start.el (all): Add x-gtk-show-hidden-files.
3209
d7504d5c
RS
32102005-12-26 Richard M. Stallman <rms@gnu.org>
3211
c0b45763
RS
3212 * replace.el (perform-replace): Calculate match-again
3213 before skipping read-only matches.
3214
d6f0f3e0
RS
3215 * paren.el (paren-showing-faces): New group.
3216 (show-paren-match, show-paren-mismatch): Move to that group.
3217
3218 * button.el (button): Put into group `basic-faces'.
3219
3220 * progmodes/make-mode.el: Remove faces from group `faces'.
3221
d7504d5c
RS
3222 * apropos.el (apropos, apropos-value): Doc fix.
3223 (apropos-documentation): Doc fix.
3224
1d5e15d0
SM
32252005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
3226
3227 * subr.el (lazy-completion-table): Remove argument `args'.
3228
3229 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
3230 Don't use the `args' argument of lazy-completion-table.
3231
6281e1e8 32322005-12-26 Nick Roberts <nickrob@snap.net.nz>
0932395f
NR
3233
3234 * descr-text.el (describe-char): Add optional argument for buffer.
3235 Set buffer appropriately. Call help-setup-xref.
3236 Suggested by Stefan Monnier.
3237
6281e1e8 32382005-12-26 Juri Linkov <juri@jurta.org>
0932395f 3239
84116a13
JL
3240 * descr-text.el: Require `help-fns' at runtime. Don't require
3241 `button' for byte compilation.
3242 (describe-text-widget): Add `help-echo' for first button.
119f6f17
RS
3243 Use `help-info' for second.
3244 (describe-property-list): Use `help-argument-name' instead of `italic'.
84116a13
JL
3245 (describe-text-category): Add prompt to interactive spec.
3246 Call `help-setup-xref'.
3247 (describe-char): Use `help-character-set'. Add `help-echo' for
3248 code point. Use `help-input-method'. Remove superfluous insert.
0932395f 3249
6728475c
RS
32502005-12-25 Richard M. Stallman <rms@gnu.org>
3251
cad1051b
RS
3252 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
3253 at point, in case of narrowing.
3254
6f9de17a
RS
3255 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
3256
3257 * locate.el (locate-header-face): Allow nil in type.
3258
6728475c
RS
3259 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
3260
180a4473
RF
32612005-12-25 Romain Francoise <romain@orebokech.com>
3262
3263 * battery.el (battery-linux-proc-acpi): Also try
3264 `/proc/acpi/thermal_zone/THM0/temperature'.
3265
c5d290fb
CY
32662005-12-24 Chong Yidong <cyd@stupidchicken.com>
3267
3268 * custom.el (custom-push-theme): Fix docstring.
3269
1d5e15d0
SM
3270 * cus-edit.el (custom-variable-set, custom-variable-save)
3271 (custom-variable-save): Custom-quote widget values.
c5d290fb
CY
3272 (customize-save-variable): Fix custom-push-theme call.
3273
7c417300
EZ
32742005-12-24 Eli Zaretskii <eliz@gnu.org>
3275
3276 * w32-fns.el (w32-batch-update-autoloads): New function.
3277
1d5e15d0
SM
3278 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
3279 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
7c417300
EZ
3280 from the command line.
3281
d820f1fb
CY
32822005-12-23 Chong Yidong <cyd@stupidchicken.com>
3283
3284 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
3285 reset means to remove setting from theme entirely. Don't keep
3286 expanding theme-settings list; delete old entries if necessary.
3287
3288 * cus-edit.el (custom-buffer-create-internal): Move "Erase
3289 customization" button one line up.
3290 (custom-themed): New face.
3291 (custom-magic-alist): New value, THEMED, for theme settings.
1d5e15d0
SM
3292 (custom-variable-state-set, custom-face-state-set):
3293 Check theme-value instead of saved-value.
d820f1fb 3294 (custom-variable-reset-standard, custom-face-reset-standard):
9ff7a71a 3295 Remove theme setting entirely. Recalculate new values.
25c6d447
CY
3296 (custom-variable-set, custom-variable-set)
3297 (custom-variable-reset-saved, custom-variable-reset-backup)
3298 (custom-face-set, custom-face-reset-saved): Update `user' theme.
3299 (custom-variable-save): Fix typos.
1d5e15d0 3300
eb533587
JL
33012005-12-23 Juri Linkov <juri@jurta.org>
3302
3303 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
3304 Add autoload cookies.
3305 (edebug-outside-d-c-i-n-s-w): New variable.
3306 (edebug-display, edebug-outside-excursion): Use it to save the
3307 original value of default-cursor-in-non-selected-windows.
3308 Set default-cursor-in-non-selected-windows to t while Edebug
3309 is active.
3310 (edebug-mode, edebug-eval-mode): Doc fix.
3311
3312 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
3313 with `buffer-substring-no-properties' to remove common substring
3314 highlighting.
3315
3316 * info.el (info-other-window, info): Rename function argument
3317 `file' to `file-or-node'.
3318 (Info-complete-menu-item): Use local variable `complete-nodes' to
3319 keep the global value of `Info-complete-nodes' unchanged for
3320 subsequent completions.
3321 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
3322
3323 * simple.el (get-next-valid-buffer, last-buffer)
3324 (next-error-buffer-p, next-error-find-buffer)
3325 (minibuffer-history-sexp-flag): Doc fix.
3326
3327 * savehist.el (savehist-mode-hook): Add `:group'.
3328
3329 * log-view.el: Call autoload for vc-find-version.
3330 (log-view-current-file): Adjust subgroup numbers.
3331 (log-view-current-tag): Add `length'.
3332
2b6abe1e
RS
33332005-12-23 Richard M. Stallman <rms@gnu.org>
3334
3335 * vc.el (vc-annotate-car-last-cons): Defn moved up.
3336
1fafa158
JL
33372005-12-23 Juri Linkov <juri@jurta.org>
3338
3339 * hi-lock.el (hi-lock-archaic-interface-message-used)
3340 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
3341 (hi-lock-mode): Display "Hi" in the mode line only when
3342 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
3343 (hi-lock-write-interactive-patterns):
3344 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
3345 (hi-lock-set-pattern, hi-lock-set-file-patterns)
3346 (hi-lock-font-lock-hook): Set 3rd arg `how' of
3347 font-lock-add-keywords to t.
3348
81dc5714
JL
33492005-12-23 David Koppelman <koppel@ece.lsu.edu>
3350
3351 * hi-lock.el (hi-lock-highlight-range): New variable.
3352 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
3353 only if font-lock-fontified is non-nil. Remove overlays.
3354 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
3355 font-lock-fontified is non-nil, otherwise use overlays (instead of
3356 text properties).
3357 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
3358 New variables.
3359 (hi-lock-string-serialize) New function.
3360
7b5836c7
JD
33612005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3362
3363 * menu-bar.el (menu-find-file-existing): New function.
3364 (menu-bar-file-menu): Use menu-find-file-existing for Open.
3365
af71d4c0 3366 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
7b5836c7 3367
04864eb0
SM
33682005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
3369
3370 * vc.el: Remove unnecessary leading * in docstrings.
3371 (vc-annotate-mode-map): Move initialization into declaration.
3372 (vc-static-header-alist): Nitpick on the regexp.
3373 (vc-default-init-version): New fun.
3374 (vc-register): Use it.
3375 (vc-insert-headers): Use dolist.
3376 (vc-annotate-get-backend): Remove unused function.
3377 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
3378 (vc-annotate-mode): Remove corresponding call.
3379 (vc-annotate-car-last-cons): Simplify.
3380 (vc-annotate-buffers): Remove var.
3381 (vc-annotate-backend): Make it buffer-local.
3382 (vc-annotate): Move the interaction to the interactive spec.
3383 Add a `buf' argument.
3384 (vc-annotate-warp-version): Use this new `buf' argument to avoid
3385 killing&creating a vc-annotate buffer, which is very disruptive when
3386 the buffers are shown in dedicated frames.
3387
d59e3c42
NR
33882005-12-23 Nick Roberts <nickrob@snap.net.nz>
3389
3390 * descr-text.el: Add FSF as maintainer.
3391 (describe-text-mode, describe-text-mode-map)
3392 (describe-text-mode-hook, describe-text-done): Delete. Use normal
3393 help-mode.
3394 (describe-text-widget, describe-text-sexp)
3395 (describe-property-list, describe-text-category)
3396 (describe-text-properties, describe-text-properties-1)
3397 (describe-char): Use help buttons instead of widgets.
3398 (describe-char-unicodedata-file): Make URL link in doc string.
3399
b758ae9a 34002005-12-22 Richard M. Stallman <rms@gnu.org>
04864eb0 3401
b758ae9a
RS
3402 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
3403 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
3404 Don't include buttons that write a file when there's no file.
3405 (custom-variable-menu, custom-face-menu, custom-group-menu):
3406 Don't include commands that write a file when there's no file.
bba50f8a
RS
3407 (customize-browse): Reword the top-of-buffer help intro.
3408 (custom-buffer-create-internal): Fix previous change.
3409 (customize-changed-options-previous-release): Prev release is 21.1.
3410 (customize-changed-options): Doc fix.
3411 (customize-changed): New alias.
50137744
RS
3412 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
3413 Say "standard values".
3414 (Custom-reset-standard): Doc fix.
3415 (custom-face-reset-standard): Doc fix.
b758ae9a 3416
e0be77f6
SM
34172005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
3418
3419 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
3420 even if font-lock-mode is non-nil since it may be t without having
3421 turned on font-lock-mode-internal.
3422 (font-lock-choose-keywords): Minor optimization.
3423 (font-lock-add-keywords, font-lock-remove-keywords)
3424 (font-lock-set-defaults): Don't call make-local-variable on a variable
3425 that we know to already be local.
3426
5e688290
RF
34272005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
3428
3429 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
3430 messages if in the minibuffer.
3431
c1b5a260
SM
34322005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
3433
9c841316
SM
3434 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
3435 (tex-mode-flyspell-verify, flyspell-get-word)
3436 (flyspell-external-point-words): Don't use point-min/max uselessly.
3437
c1b5a260
SM
3438 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
3439 by Kevin Rodgers. Instead, just hide the completions buffer if we
3440 don't need to show it.
3441
135db51a
LT
34422005-12-21 Luc Teirlinck <teirllm@auburn.edu>
3443
3444 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
3445
398de718
SM
34462005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
3447
3448 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
3449 delete-windows-on with an inexistent buffer.
3450
39b5238d
NR
34512005-12-22 Nick Roberts <nickrob@snap.net.nz>
3452
398de718 3453 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
39b5238d
NR
3454 Delete defcustom variable :tag names.
3455
aa230d94
SM
34562005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
3457
3458 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
3459 (log-view-font-lock-keywords): Ajust subgroup numbers.
3460 (log-view-current-tag): Don't hard code the number of subgroups.
3461
3bdba51d
JL
34622005-12-20 Juri Linkov <juri@jurta.org>
3463
3464 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
3465 (tooltip-x-offset, tooltip-y-offset): Doc fix.
3466
3467 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
3468 (menu-bar-non-minibuffer-window-p): Instead of checking
3469 display-multi-frame-p, use selected-frame when menu-updating-frame
3470 is nil.
3471
fdd5516e
TTN
34722005-12-20 Davis Herring <herring@lanl.gov> (tiny change)
3473
3474 * align.el (align-rules-list): Use [ \t] instead of \s-
3475 for column separators in text mode.
3476
84a00de9
NR
34772005-12-20 Nick Roberts <nickrob@snap.net.nz>
3478
fdd5516e 3479 * help-mode.el (help-customize-variable, help-customize-face):
84a00de9
NR
3480 Don't pop help-xref-stack as help-follow no longer pushes
3481 anything on to it.
3482
d924f2e5
CD
34832005-12-20 Carsten Dominik <dominik@science.uva.nl>
3484
2e040f4e 3485 * textmodes/org.el (org-agenda-custom-commands): New option.
d924f2e5
CD
3486 (org-agenda): Offer custom commands on splash screen.
3487 (org-make-tags-matcher): Parser for Boolean logic added.
3488 (org-agenda-set-tags): New command.
3489 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
3490 (org-set-tags): Efficiency improvements.
3491 (org-auto-align-tags): New option.
3492 (org-todo, org-demote, org-promote): Realign tags.
aa230d94 3493 (org-tags-completion-function): Use also "&" and "|" as separators.
d924f2e5
CD
3494 (org-org-menu): Agenda commands simplified.
3495
c8fee345
LT
34962005-12-19 Luc Teirlinck <teirllm@auburn.edu>
3497
3498 * cus-edit.el (customize-apropos, customize-apropos-options):
3499 Docstring changes.
3500
3501 * font-lock.el (font-lock): Add tags to the links in the defgroup.
3502
eb0d2864
CY
35032005-12-19 Chong Yidong <cyd@stupidchicken.com>
3504
3505 * longlines.el (longlines-mode): Wrap while widened.
3506 (longlines-decode-region, longlines-encode-region): Compute max
3507 just once.
3508
d6a90a49
YM
35092005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3510
3511 * cus-edit.el (mac): New group.
3512
3513 * cus-start.el (all): Add user options in macterm.c. Add test for
3514 Mac-related built-ins. Fix test for GTK-related built-ins.
3515
3516 * term/mac-win.el (mac-handle-language-change)
3517 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
3518 (mac-services-open-selection, mac-services-mail-selection)
3519 (mac-services-mail-to, mac-services-insert-text)
3520 (mac-dispatch-apple-event): Add docstrings.
3521 (x-get-selection, mac-select-convert-to-string): Select coding
3522 system from `utf-16be' and `utf-16le' using `byteorder'.
3523
8e77fbb4
SM
35242005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
3525
3526 * subr.el (lazy-completion-table): Don't be fooled if the var holds
3527 a "list" (lambda ...) rather than a real completion list.
3528
3529 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
3530 lexical-let when encountering ((lambda (...) ...) ...).
3531
1aa545c1
CY
35322005-12-17 Chong Yidong <cyd@stupidchicken.com>
3533
8e77fbb4 3534 * progmodes/sh-script.el (sh-mode):
1aa545c1
CY
3535 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
3536 * textmodes/picture.el (picture-mode): Update docstrings.
3537
abeb5855
EZ
35382005-12-17 Eli Zaretskii <eliz@gnu.org>
3539
3540 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
3541 commands enclosed in $(ARGQUOTE)s should not be split between two
3542 lines, as that will break with GNU Make >3.80, when sh.exe is used
3543 and arg quoting is with '..'.
3544 (autoloads): Don't break the quoted --eval expression between
3545 several lines.
3546
14e7cb94
CY
35472005-12-17 Chong Yidong <cyd@stupidchicken.com>
3548
8e77fbb4
SM
3549 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
3550 Capture error from printing circular structures.
14e7cb94 3551
6872b31c
EZ
35522005-12-17 Martin Rudalics <rudalics@gmx.at> (tiny change)
3553
3554 * wid-edit.el (widget-checkbox-action): Clear undo info.
3555
6eee5abf
BW
35562005-12-16 Bill Wohler <wohler@newt.com>
3557
3558 * menu-bar.el (kill-this-buffer): Set a good example by using menu
3559 bar, not menubar in comment.
3560
f3725983
SM
35612005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
3562
3563 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
3564 After-change-functions should not clobber the match data.
3565
2a502a32
JL
35662005-12-16 Juri Linkov <juri@jurta.org>
3567
3568 * simple.el (choose-completion): Use `buffer-substring-no-properties'
3569 instead of `buffer-substring'.
3570 (completion-common-substring): Doc fix.
3571 (completion-setup-function): Use minibuffer-completion-contents
3572 instead of minibuffer-contents. Don't set common-string-length
3573 initially. Remove special handling of partial-completion-mode.
f3725983
SM
3574 Move computation of completion-base-size into one cond.
3575 Call completion-base-size-function in mainbuf. In computation of
2a502a32
JL
3576 completion-base-size for file name completion don't move point to
3577 the end of the minibuffer. Move computation of common-string-length
3578 into one cond. Start putting faces only when common-string-length>=0.
f3725983
SM
3579 Add condition to put completions-common-part when
3580 common-string-length>0.
2a502a32
JL
3581
3582 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
3583 place point at the first different character in the minibuffer
3584 even if this position is at the beginning of the minibuffer.
3585
3586 * info.el (Info-read-node-name-1): In completion-base-size-function's
3587 lambda return 1 if common-substring or minibuffer-completion-contents
3588 starts with (, and 0 otherwise.
3589
3590 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
3591 Use `crm-current-element' for second arg of `display-completion-list'.
3592
ec6328a2
EZ
35932005-12-16 Klaus Zeitler <kzeitler@lucent.com>
3594
3595 * files.el (set-auto-mode): Look for an interpreter specified on
3596 the first line also if search for mode specification succeeded,
3597 but the mode is not known.
3598
f63bdfca
CD
35992005-12-16 Carsten Dominik <dominik@science.uva.nl>
3600
2e040f4e 3601 * textmodes/org.el (org-tags-match-list-sublevels): New option.
f3725983 3602 (org-open-at-point): Implement tag searches as links.
f63bdfca 3603 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
f3725983 3604 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
f63bdfca
CD
3605 (org-tags-sparse-tree, org-tags-view, org-set-tags)
3606 (org-agenda-dispatch): New commands.
3607 (org-use-tag-inheritance, org-tags-column): New options.
3608 (org-tab-follows-link, org-return-follows-link): New options.
3609 (org-tags): New customize group.
3610 (org-start-icalendar-file): Get local time zone.
3611 (org-tags-completion-function): New function.
f3725983 3612 (org-set-font-lock-defaults): Make sure links will also be
cfbc5709 3613 highlighted inside headlines.
f63bdfca 3614
e4fd12dd
EZ
36152005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
3616
f3725983
SM
3617 * term.el (term-emulate-terminal):
3618 Let term-handle-ansi-terminal-messages override what Bash says about
e4fd12dd
EZ
3619 its current directory.
3620
a74f9094
KL
36212005-12-16 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
3622
3623 * bindings.el (last-buffer): Move to simple.el.
3624 * simple.el (last-buffer): Move here.
3625 (get-next-valid-buffer): New function.
3626 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
af71d4c0 3627 (prev-buffer): Ditto. Rename to `previous-buffer'.
a74f9094 3628
f3725983 3629 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
a74f9094
KL
3630 * bindings.el (global-map): Ditto.
3631
6769aefa
LT
36322005-12-15 Luc Teirlinck <teirllm@auburn.edu>
3633
3634 * cus-edit.el: Introductory comment change.
3635 (custom-magic-alist): Change message string for the `rogue' state.
3636
62e5dd08
RS
36372005-12-15 Richard M. Stallman <rms@gnu.org>
3638
3639 * tooltip.el: Delete defcustom variable :tag names.
3640
3641 * complete.el (partial-completion-mode): Doc fix.
3642
3643 * textmodes/flyspell.el (flyspell-external-point-words):
3644 Use save-excursion to ensure we don't move backward in the
3645 search loop, not even one character.
3646 (flyspell-delete-all-overlays): Use remove-overlays directly.
3647
3648 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
3649 (ispell-start-process): Set that variable.
3650 Clear ispell-buffer-local-name.
3651 (ispell-internal-change-dictionary):
3652 Set ispell-current-dictionary after killing process.
3653 (ispell-buffer-local-dict):
3654 Don't set spell-personal-dictionary after killing process.
3655 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
af71d4c0
JB
3656 (ispell-tex-skip-alists, ispell-html-skip-alists)
3657 (ispell-skip-region-alist): Mark as risky.
62e5dd08
RS
3658
3659 * net/newsticker.el (newsticker--retrieval-timer-list)
3660 (newsticker--display-timer, newsticker-running-p)
3661 (newsticker-ticker-running-p): Definitions moved up.
3662
5df0c23b
NR
36632005-12-16 Nick Roberts <nickrob@snap.net.nz>
3664
f3725983 3665 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
5df0c23b 3666
d0ccae3e
DP
36672005-12-15 David Ponce <david@dponce.com>
3668
f3725983 3669 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
d0ccae3e
DP
3670 (recentf-edit-list, recentf-open-files): Signal an error when
3671 there is no recent file.
3672
9cfeca9e
RF
36732005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
3674
3675 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
3676 read-only except for texinfo-format-region evaluation.
6d298e78 3677
c94dca60
RS
36782005-12-14 Richard M. Stallman <rms@gnu.org>
3679
3680 * vc.el (vc-default-previous-version, vc-default-next-version)
3681 (vc-do-command): Doc fixes.
3682
cdc61d35
SM
36832005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3684
3685 * textmodes/bibtex.el (bibtex-expand-strings)
3686 (bibtex-autokey-expand-string, bibtex-name-part)
3687 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
3688 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
3689 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
3690 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
3691 (bibtex-entry-postfix, bibtex-known-entry-type-re)
3692 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
3693 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
3694 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
3695 (bibtex-beginning-of-last-entry): Remove.
3696 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
3697 message if comma is missing but buffer is read-only.
3698 (bibtex-parse-field-text): Handle whitespaces at the end of field
3699 text. Return 3-element list with beginning and end of field text
3700 and end of field.
3701 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
3702 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
3703 (bibtex-search-forward-field, bibtex-search-backward-field):
3704 Search always delimited by limits of entry. Use more efficient
3705 search algorithms.
3706 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
3707 bibtex-end-of-name-in-field.
3708 (bibtex-text-in-field-bounds): Handle BibTeX strings when
3709 extracting the content of a field.
3710 (bibtex-text-in-field): Use search limits.
3711 (bibtex-parse-string-prefix): Handle empty string keys based on
3712 bibtex-string-empty-key.
3713 (bibtex-parse-string): Fix docstring.
3714 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
3715 (bibtex-preamble-prefix, bibtex-strings): New functions.
3716 (bibtex-skip-to-valid-entry): Include preceding whitespace in
3717 BibTeX entries (consistent with other BibTeX functions).
3718 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
3719 (bibtex-search-entry): Fix docstring. Simplify.
3720 (bibtex-flash-head, bibtex-complete-string-cleanup)
3721 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
3722 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
3723 (bibtex-parse-entry): New optional arg content.
3724 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
3725 Use bibtex-text-in-field-bounds.
3726 (bibtex-print-help-message): Handle BibTeX strings and preambles.
3727 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
3728 bibtex-parse-string-postfix.
3729 (bibtex-find-text-internal): New function.
3730 (bibtex-remove-delimiters): Use it.
3731 (bibtex-find-text): Use it. New optional arg help.
3732 (bibtex-complete): Handle BibTeX string and preamble entries.
3733 (bibtex-Preamble): Fix order of closing delimiters.
3734
37352005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
3736
3737 * vc.el (vc-default-revert): New fun.
3738
3739 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
3740
28aa8148
RF
37412005-12-14 Romain Francoise <romain@orebokech.com>
3742
3743 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
3744 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
3745 (font-lock-remove-keywords): Likewise.
3746
fa81f010
JL
37472005-12-14 Juri Linkov <juri@jurta.org>
3748
e8171d36
JL
3749 * log-view.el (log-view-diff): Doc fix.
3750
fa81f010
JL
3751 * isearch.el (isearch-query-replace): Use (mark) instead of
3752 isearch-opoint if mark is active in transient-mark-mode.
3753
e7e4ea21
JL
37542005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
3755
3756 * isearch.el (isearch-query-replace): Check for isearch-other-end.
3757
cf717a0d
JL
37582005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
3759
3760 * progmodes/cpp.el (cpp-face): New widget.
3761 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
3762
ad25ebbb
JL
37632005-12-14 Juri Linkov <juri@jurta.org>
3764
3765 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
3766 around `erase-buffer' and `insert'.
3767
3768 * descr-text.el (describe-text-properties): Replace buffer name
3769 "*Help-2*" with "*Help*<2>".
3770 (describe-char): Add functions print-help-return-message,
3771 toggle-read-only. Use help-setup-xref with nil to not store
3772 describe-char in help-xref-stack. Use help-make-xrefs to
3773 make [back] button.
3774
3775 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
3776
3777 * wdired.el (wdired-old-point): New internal variable.
3778 (wdired-change-to-wdired-mode): Set it buffer-locally.
3779 (wdired-abort-changes): Restore point after aborting changes.
3780
df4da7f4
SM
37812005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
3782
3783 * vc.el (vc-do-command): Add a new value t for okstatus.
3784
3785 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
3786 frame in case of errors.
3787
4c0252a5
JD
37882005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3789
df4da7f4 3790 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
4c0252a5
JD
3791 so it comes after "On the Left" in the menu.
3792
2ac1d4ef
LT
37932005-12-12 Luc Teirlinck <teirllm@auburn.edu>
3794
3795 * cus-edit.el (customize-apropos, customize-apropos-options)
3796 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
3797
63fc53c9
BW
37982005-12-12 Bill Wohler <wohler@newt.com>
3799
3800 * vc-svn.el (vc-svn-registered): Fix problem of visiting
3801 non-writable Subversion-controlled files by saving window
df4da7f4 3802 configuration before calling vc-do-command. vc-do-command calls
63fc53c9
BW
3803 pop-to-buffer on error which is unexpected during registration.
3804
2da61afc
JB
38052005-12-12 Jay Belanger <belanger@truman.edu>
3806
3807 * calc/README: Update the summary of changes.
3808
25a3c9d1
SM
38092005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
3810
3811 * descr-text.el (describe-char): Rework last fix to solve the problem
3812 is the same way it's solved for everything else in that function
3813 (i.e. by extracting the info before setting up the *Help* buffer).
3814
0900f982
KS
38152005-12-12 Kim F. Storm <storm@cua.dk>
3816
3817 * subr.el (version-regexp-alist): Allow space as separator before
3818 non-numeric part, e.g. "1.0 alpha".
3819 (version-to-list): Interpret .X.Y version as 0.X.Y version.
3820
7d29e55d
CD
38212005-12-12 Carsten Dominik <dominik@science.uva.nl>
3822
2e040f4e 3823 * textmodes/org.el (org-agenda, org-timeline, org-todo):
7d29e55d
CD
3824 Implement Logging and the keep-modes setting.
3825 (org-get-category): Make sure a string is returned.
3826 (org-log-done): New function.
3827 (org-log-done, org-closed-string): New options.
3828
5621b83a
JD
38292005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3830
df4da7f4 3831 * tooltip.el (tooltip-y-offset): Change default to 20.
5621b83a 3832
eab52f48
RS
38332005-12-12 Richard M. Stallman <rms@gnu.org>
3834
3835 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
3836
3837 * frame.el (display-hourglass): Doc fix.
3838
3839 * help.el (help-for-help-internal): Simplify entry for `a'.
3840
3841 * info.el (Info-on-current-buffer): Doc fix.
3842 (info-insert-file-contents): Don't test (featurep 'jka-compr).
3843
3844 * startup.el (inhibit-splash-screen): Make this the real name.
3845 (inhibit-startup-message): Make this the alias.
3846 (command-line): Find only simple.el, and use its directory
3847 to fill in other preloaded files' names.
3848 (command-line): Deactivate the mark if deactivate-mark is set.
3849
3850 * international/mule.el (load-with-code-conversion):
3851 Bind deactivate-mark.
3852
3853 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
3854
39f617e5
LT
38552005-12-11 Luc Teirlinck <teirllm@auburn.edu>
3856
3857 * cus-edit.el (customize-apropos): Avoid listing an option more
3858 than once under different aliases. No longer list user options
3859 that are not defined with defcustom (unless a prefix arg is given).
3860 Doc fix.
3861 (customize-apropos-options): Doc fix.
3862
d4c6530f
JL
38632005-12-11 Juri Linkov <juri@jurta.org>
3864
3865 * frame.el (set-background-color, set-foreground-color)
3866 (set-cursor-color, set-mouse-color, set-border-color):
3867 Add explicit prompts to read colors by `facemenu-read-color'.
3868 (show-trailing-whitespace, blink-cursor-delay)
3869 (blink-cursor-interval, display-hourglass, hourglass-delay):
3870 Remove tags.
3871 (display-hourglass, hourglass-delay): Doc fix.
3872 (cursor-in-non-selected-windows): Capitalize words in tag.
3873
3874 * faces.el (frame-background-mode): Replace `choice-item' keywords
3875 with `const' to not make [default] button. Change default value tag
3876 from `default' to `automatic'. Doc fix.
3877 (trailing-whitespace) <defface>: Change group `whitespace' to
3878 `whitespace-faces'.
3879
4b1c16c2
RS
38802005-12-11 Richard M. Stallman <rms@gnu.org>
3881
3882 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
3883
ac8fcf0f
YM
38842005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3885
3886 * term/mac-win.el: Create keymap for mac-apple-event-map.
3887
35cd2d87
NR
38882005-12-11 Nick Roberts <nickrob@snap.net.nz>
3889
3890 * tooltip.el (tooltip-mode): Move to start of file so that it
3891 appears at top of customize buffer.
3892
3893 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
3894 Add the gud groupname.
3895 (gud-tooltip-mode): Add the tooltip groupname.
af71d4c0 3896 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
35cd2d87
NR
3897 avoid conflict with tooltip-use-echo-area.
3898
d50d22f1
RF
38992005-12-10 Romain Francoise <romain@orebokech.com>
3900
3901 * help.el (help-for-help-internal): Add `r' in doc string.
3902
5fdf9b7c
EZ
39032005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3904
f3725983
SM
3905 * align.el (align-regexp, align-highlight-rule):
3906 Use region-beginning and region-end instead of point and mark, so that
5fdf9b7c
EZ
3907 repetition (with `repeat-complex-command') recomputes the region
3908 bounds.
3909
d50d22f1 39102005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
614b38a9
EZ
3911
3912 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
3913 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
3914 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
3915 (balance-windows): Rewrite using the above new functions.
3916
71060bdd
EZ
39172005-12-10 David Koppelman <koppel@ece.lsu.edu>
3918
af71d4c0 3919 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
71060bdd
EZ
3920 react if global-hi-lock-mode seems intended.
3921 (global-hi-lock-mode) Renamed from hi-lock-mode.
3922 (hi-lock-archaic-interface-message-used)
d50d22f1 3923 (hi-lock-archaic-interface-deduce): New variables.
71060bdd
EZ
3924 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
3925 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
f3725983
SM
3926 (hi-lock-find-patterns, hi-lock-font-lock-hook):
3927 Replace hi-lock-buffer-mode with hi-lock-mode.
71060bdd 3928
57436ee7 39292005-12-10 Kevin Rodgers <ihs_4664@yahoo.com>
6d93e4aa
EZ
3930
3931 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
3932 completion list, even after a partial completion has been
3933 inserted in the current buffer. If there are more than 1
3934 completion, redisplay the *Completions* buffer; if the
3935 completion is unique, delete the *Completions* window.
3936
7c86d70e
EZ
39372005-12-10 Eli Zaretskii <eliz@gnu.org>
3938
3939 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
3940 strings and long subject lines that were broken into multiple
eba9bb5f
EZ
3941 lines at arbitrary places. Handle subjects that have "Re: " in
3942 the middle.
7c86d70e 3943
d9f9aa72
EZ
39442005-12-10 John W. Eaton <jwe@octave.org>
3945
3946 * emacs/octave-mod.el (octave-electric-space): Don't indent
3947 comments or strings if octave-auto-indent is nil.
3948
4b3eb407
YM
39492005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3950
f3725983
SM
3951 * term/mac-win.el: Require url when compiling.
3952 Call mac-process-deferred-apple-events after loading init files.
4b3eb407
YM
3953 (mac-apple-event-map): New defvar. Define event handlers in it.
3954 (core-event, internet-event): New Apple event class symbols.
3955 (open-application, reopen-application, open-documents)
3956 (print-documents, open-contents, quit-application)
f3725983
SM
3957 (application-died, show-preferences, autosave-now, get-url):
3958 New Apple event ID symbols.
4b3eb407
YM
3959 (about): New HICommand ID symbol.
3960 (mac-event-spec, mac-event-ae): New macros.
3961 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
3962 (mac-ae-selection-range, mac-ae-text-for-search)
3963 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
3964 (mac-application-menu-map): Remove keymap. Handlers for HICommand
3965 and Services menu events are now defined in mac-apple-event-map.
3966 (mac-drag-n-drop): Remove selection range handling.
3967
332ee544
KH
39682005-12-10 Kenichi Handa <handa@m17n.org>
3969
f3725983 3970 * simple.el (zap-to-char):
332ee544
KH
3971 * isearch.el (isearch-process-search-char): Translate CHAR by
3972 translation-table-for-input.
3973
b0562527
CY
39742005-12-09 Chong Yidong <cyd@stupidchicken.com>
3975
3976 * foldout.el (foldout-exit-fold): Properly hide subtree.
3977
e8f4db18
RS
39782005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
3979
3980 * files.el (save-buffer):
d50d22f1 3981 * international/ucs-tables.el (ucs-set-table-for-input):
e8f4db18
RS
3982 * mail/mail-extr.el (mail-extract-address-components):
3983 * mail/sendmail.el (mail-mode): Reformat doc string.
3984
37fec9be
JL
39852005-12-09 Juri Linkov <juri@jurta.org>
3986
3987 * isearch.el (isearch-highlight): Change main overlay priority
3988 from 1 to 1001. Simplify.
3989 (isearch-lazy-highlight-update): Change lazy overlay priority
3990 from 0 to 1000.
3991
3992 * replace.el (replace-highlight): Change overlay priority from
3993 1 to 1001.
3994
3995 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
3996 Change overlay priority from 1 to 1001. Reuse existing overlay.
3997
3998 * compare-w.el (compare-windows-highlight): Change overlay
3999 priority from 1 to 1000.
4000
4001 * menu-bar.el (menu-bar-edit-menu): Add listp around
4002 pending-undo-list to disable menu item "undo" when pending
4003 undo list is empty.
4004
4005 * locate.el (locate): Disable undo in *Locate* buffer.
4006
84fdb82c
KS
40072005-12-09 Kim F. Storm <storm@cua.dk>
4008
4009 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
4010
5a8781ad
DP
40112005-12-09 David Ponce <david@dponce.com>
4012
84fdb82c 4013 * recentf.el: Improvement of the menu code.
5a8781ad
DP
4014 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
4015 instead of menu hook.
4016 (recentf-show-menu, recentf-hide-menu): New functions.
4017 (recentf-menu-customization-changed, recentf-mode): Use them.
4018 (recentf-menu-action, recentf-max-menu-items)
4019 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
4020 (recentf-arrange-by-rule-others)
4021 (recentf-arrange-by-rules-min-items)
4022 (recentf-arrange-by-rule-subfilter) : Don't use
4023 `recentf-menu-customization-changed'.
4024 (recentf-arrange-rules): Likewise. Accept functions to compute
4025 sub-menu titles.
4026 (recentf-menu-filter): Likewise. Doc fix.
4027 (recentf-menu-value-shortcut): Doc fix.
4028 (recentf-dump-variable): Quote atom value.
4029 (recentf-make-menu-items): Update to use it as a menu filter.
4030 (recentf-match-rule): New function.
4031 (recentf-arrange-by-rule): Use it.
4032 (recentf-indirect-mode-rule): New function.
4033 (recentf-build-mode-rules): Use it.
4034 (recentf-dir-rule): New function.
4035 (recentf-arrange-by-dir): Use it.
4036 (recentf-filter-changer-current): Rename from
4037 `recentf-filter-changer-state'. All references updated.
4038 (recentf-filter-changer-alist): Update filter names.
4039 (recentf-filter-changer-select): New function.
4040 (recentf-filter-changer): Use it. Make a sub-menu from filters
4041 available in `recentf-filter-changer-alist'.
5a8781ad
DP
4042 (recentf-data-cache, recentf-clear-data)
4043 (recentf-update-menu): Remove. All references updated.
4044 (recentf-match-rule-p, recentf-build-dir-rules)
4045 (recentf-filter-changer-goto-next)
4046 (recentf-filter-changer-get-current)
4047 (recentf-filter-changer-get-next): Remove.
4048
30c02925
LT
40492005-12-08 Luc Teirlinck <teirllm@auburn.edu>
4050
4051 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
4052 buffer "Reset" button to "Reset to Current" for consistency with
4053 the State buttons.
4054
1c258d8c
JPW
40552005-12-08 John Paul Wallington <jpw@pobox.com>
4056
4057 * ibuf-ext.el (define-ibuffer-filter filename):
4058 If `dired-directory' is a list then really use its car.
4059
84574cf2
KS
40602005-12-08 Kim F. Storm <storm@cua.dk>
4061
af71d4c0
JB
4062 * emulation/cua-rect.el (cua--rectangle-aux-replace):
4063 Fix indention of text on right side of replaced rectangle.
84574cf2 4064
c48971b2
NR
40652005-12-09 Nick Roberts <nickrob@snap.net.nz>
4066
3d596891 4067 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
c48971b2
NR
4068 No need to check gud-comint-buffer is bound.
4069 (gdb): Prevent multiple debugging when first session uses gdba.
4070
9e04cba1
AM
40712005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4072
4073 CC Mode update to 5.31.
4074
4075 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
4076 Emacsen which lack `define-minor-mode'. (Currently Emacs <21. We
4077 might do this function properly in the future).
4078
4079 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el: New
4080 macros c-sentence-end and c-default-value-sentence end, to cope
4081 with Emacs 22's new function `sentence-end'.
4082
40832005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4084
4085 * progmodes/cc-cmds.el (c-show-syntactic-information): Solved the
4086 compat issue using `c-put-overlay' and `c-delete-overlay'.
4087
4088 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay): New
4089 compat macros to handle overlays/extents.
4090
40912005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4092
4093 * progmodes/cc-fix.el: Add definitions of the macros push and pop
4094 (for GNU Emacs 20.4)
4095
4096 * progmodes/cc-defs.el:
4097 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
4098
af71d4c0 4099 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
9e04cba1
AM
4100 highlighting mechanism so it will work in XEmacs too.
4101
4102 * progmodes/cc-defs.el: Insert c-int-to-char.
4103
4104 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
4105 call to the new macro c-int-to-char. This solves XEmacs's
4106 regarding characters as different from integers.
4107
41082005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4109
4110 * progmodes/cc-fonts.el (c-make-syntactic-matcher): New internal
4111 helper.
4112
4113 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
4114 construct to make the indirect face lookup work in XEmacs.
4115
4116 (c-cpp-matchers): Append the negation char face to the existing
4117 fontification, so that the cpp face doesn't disappear. Use
4118 `c-make-syntactic-matcher' to avoid negation chars in comments and
4119 strings.
4120
4121 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
4122 to map to `font-lock-negation-char-face' in emacsen where it
4123 exists.
4124
41252005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4126
4127 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
4128
af71d4c0
JB
4129 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
4130 Rename "c-subword-move-mode" as "c-subword-mode".
9e04cba1
AM
4131
4132 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
4133 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
4134
41352005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4136
4137 * progmodes/cc-mode.el: Added autoload directive for
4138 `c-subword-move-mode' for use in older emacsen.
4139
41402005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4141
4142 * progmodes/cc-mode.el:
4143 (i) Insert a binding for C-c C-backspace into
4144 c-bind-special-erase-keys which works in TTYs.
4145 (ii) Make sure that when file styles are used, any explicitly
4146 given style variables take priority over those in the style. Do
4147 this by calling `hack-local-variables' a second time.
4148
4149 * progmodes/cc-vars.el: Add language specific customization
4150 widgets for AWK to c-doc-comment-style, c-require-final-newline
4151 and c-default-style. Add a defcustom for awk-mode-hook. Give
4152 c-syntactic-element and c-syntactic-context doc-strings by
4153 directly setting their `variable-documentation' propery. This
4154 allows Emacs 22.1 to read these with C-h v.
4155
4156 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan
4157 Monnier).
4158
41592005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4160
4161 * progmodes/cc-fonts.el, cc-vars.el
af71d4c0
JB
4162 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
4163 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
9e04cba1
AM
4164 Masatake YAMATO.
4165
4166 (c-doc-comment-style): Made GtkDoc default in C mode.
4167
4168 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
4169 and C-c C-<delete>.
4170
4171 (c-bind-special-erase-keys): New function for use on
4172 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
4173
4174 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
4175 <delete> key behavior in XEmacs according to `delete-forward-p'.
4176 C.f. `c-electric-delete'.
4177
41782005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4179
4180 * progmodes/cc-mode.el: Give c-hungry-backspace and
d50d22f1 4181 c-hungry-delete-forward permanent key bindings.
9e04cba1
AM
4182
4183 * progmodes/cc-cmds.el (c-electric-semi&comma): Bind
4184 c-syntactic-context for calls to "criteria functions", for
4185 consistency with other calls to user functions.
4186
af71d4c0 4187 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
9e04cba1
AM
4188 `current-prefix-arg', since this might be the prefix arg to a
4189 command which calls c-indent-command as a function. Change the
4190 interactive spec from "p" to "P".
4191
4192 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
4193 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
4194 was difficult to understand.
4195
41962005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4197
4198 * progmodes/cc-engine.el (c-on-identifier): Fixed bug when at the
4199 first char of an identifier.
4200
4201 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
4202 +" syntax in C++.
4203
42042005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4205
af71d4c0 4206 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
9e04cba1
AM
4207 auto-fill doesn't split a c-comment's last word from a hanging
4208 "*/" when a space is typed between them after fill-column.
4209
4210 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
4211
af71d4c0
JB
4212 * progmodes/cc-styles.el (c-set-style)
4213 (c-setup-paragraph-variables): Abort the command if we're not in a
9e04cba1
AM
4214 CC Mode buffer.
4215
4216 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
4217 with blank comment-prefix, and a blank line as the comment's
4218 second line.
4219
42202005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4221
4222 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
4223 Incorporated the patterns added in the Emacs development branch
4224 for the new Emacs 22 face `font-lock-negation-char-face'.
4225
4226 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
4227 of "red" since it stands out better in xterms and DOS terminals.
4228
4229 * progmodes/cc-engine.el (c-literal-faces): Added
4230 `font-lock-comment-delimiter-face' which is new in Emacs 22.
4231
42322005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4233
4234 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
4235 forcibly enable c-electric-flag.
4236
4237 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
4238 `comment-close-slash' on c-electric-slash: if enabled, typing `/'
4239 just after the comment-prefix of a C-style comment will close that
4240 comment.
4241
42422005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4243
af71d4c0
JB
4244 * progmodes/cc-fonts.el (c-basic-matchers-before)
4245 (c-complex-decl-matchers): Fixed the "not-arrow-prefix" regexp used
9e04cba1
AM
4246 in Pike.
4247
4248 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
4249 digraphs.
4250
4251 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
af71d4c0
JB
4252 (c-cpp-message-directives, c-cpp-include-directives)
4253 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
4254 (c-cpp-expr-directives): Introduced new language constants to
9e04cba1
AM
4255 control cpp syntax in a cleaner way.
4256
4257 (c-cpp-expr-functions): Renamed from c-cpp-defined-fns.
4258
4259 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
4260
af71d4c0
JB
4261 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
4262 (c-multiline-string-start-char): New language constants and
9e04cba1
AM
4263 variables to specify how newlines in string literals work.
4264
4265 (c-font-lock-invalid-string): Use them.
4266
4267 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
4268 unbalanced close brace is entered. Optimization by avoiding going
4269 back over arbitrarily large blocks. Removed hints that this
4270 function only would be relevant/useful in AWK.
4271
4272 (c-electric-brace): Indent syntactically after the cleanups since
4273 lineup functions might do it differently then.
4274
4275 * progmodes/cc-engine.el, cc-langs.el
4276 (c-opt-op-identifier-prefix): New language constant and variable.
4277
af71d4c0
JB
4278 (c-just-after-func-arglist-p, c-after-special-operator-id)
4279 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
9e04cba1
AM
4280
4281 * progmodes/cc-align.el, cc-engine.el
4282 (c-after-special-operator-id): New helper to handle C++ operator
4283 identifiers.
4284
af71d4c0
JB
4285 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
4286 (c-guess-basic-syntax): Handle C++ operator identifiers in
9e04cba1
AM
4287 declarations.
4288
4289 * progmodes/cc-langs.el (c-assignment-operators): Added the
4290 trigraph version of ^= too.
4291
4292 * progmodes/cc-langs.el (c-assignment-operators): Added the
4293 trigraph version of |= in C++.
4294
4295 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle
4296 `c-decl-hangon-kwds' after the identifier name.
4297
4298 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
4299 whether an arglist is "nonempty", ignore a comment after the open
4300 paren if it isn't followed by a non-comment token on the same
4301 line.
4302
4303 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4: Enable
4304 heuristics below the point to cope with classes inside special
4305 brace lists in Pike.
4306
43072005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4308
4309 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
4310
43112005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4312
4313 * progmodes/cc-guess.el (cc-guess-install): New function to
4314 install an already guessed style in another buffer.
4315
4316 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
4317 sets `inhibit-read-only' - `c-save-buffer-state' should be used
4318 anyway if the change always is undone.
4319
43202005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4321
4322 Implement togglable electricity:
4323
4324 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
4325 saying when it should be used.
4326
4327 * progmodes/cc-engine.el: Add the new buffer-local variable,
4328 c-electric-flag.
4329
4330 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
4331 c-toggle-auto-newline.
4332
4333 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
4334 c-toggle-auto-newline. Remove the binding for
4335 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
4336 c-toggle-electric-state.
4337
4338 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
4339
4340 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
4341 c-\(forward\|backward\)-subword.
4342 (c-update-modeline): Add the new modeline flag `l' for
4343 `c-electric-flag'. Make the auto-newline flag `a' dependent on
4344 `l'.
4345 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'. Make
4346 the old name an alias of the new name.
4347 (c-toggle-electric-state): New function.
4348 c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\):
4349 Adapt these functions to do electric things only when
4350 c-electric-flag is non-nil.
4351 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
4352 new functions from c-electric-brace.
4353 (c-point-syntax): Add a check for "virtual semicolons" in AWK
4354 mode, so that the tentative extra newline doesn't change the
4355 syntax of the following brace.
af71d4c0 4356 (c-electric-brace): Restructure by extracting the above functions.
9e04cba1
AM
4357 Tidy up the coding somewhat.
4358 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
4359 restructure a bit.
4360
43612005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4362
4363 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
4364 anchor position(s) using faces. Thanks to Masatake YAMATO for the
4365 idea.
4366
4367 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
4368 (c-submode-indicators): Changed name from `c-auto-hungry-string'
4369 since it's now used to track another submode.
4370
4371 (c-update-modeline): Converted to function and extended to check
4372 `c-subword-move-mode'.
4373
4374 (c-forward-into-nomenclature, c-backward-into-nomenclature):
4375 Converted to compat aliases for `c-forward-subword' and
4376 `c-backward-subword'.
4377
4378 * progmodes/cc-subword.el: New functions and minor mode to handle
4379 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
4380
af71d4c0
JB
4381 (c-forward-subword, c-backward-subword, c-mark-subword)
4382 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
4383 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
9e04cba1
AM
4384 Functions corresponding to the standard word handling functions.
4385
4386 (c-subword-move-mode): Minor mode that replaces all the standard
4387 word handling functions with their subword equivalences.
4388
43892005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4390
4391 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
4392 entry for one-liner-defun.
4393
4394 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
4395 name in its def-edebug-spec.
4396
4397 * progmodes/cc-cmds.el (c-electric-brace): Make the
4398 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
4399 compacts space before a comment, if this will make things fit on
4400 one line.
4401
4402 Introduce an "awk" style, mainly for auto-newline and clean-ups.
4403
af71d4c0 4404 * progmodes/cc-align.el: New function c-snug-1line-defun-close
9e04cba1
AM
4405
4406 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
4407 clean-up one-liner-defun.
3d596891 4408
9e04cba1
AM
4409 * progmodes/cc-styles.el: Add the new "awk" style.
4410
4411 * progmodes/cc-vars.el: Add description of one-liner-defun to
4412 c-cleanup-list's doc-string. New user options,
4413 c-max-one-liner-length. In c-default-style, set the default style
4414 for AWK to "awk".
4415
44162005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4417
4418 * progmodes/cc-engine.el (c-forward-label): Fixed fontification of
4419 macros inside labels.
4420
4421 * progmodes/cc-engine.el (c-looking-at-bos): Obsoleted in favor of
4422 `c-at-statement-start-p' and `c-at-expression-start-p'.
4423
4424 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
4425 error if the mark isn't set.
4426
af71d4c0
JB
4427 * progmodes/cc-engine.el (c-guess-continued-construct)
4428 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
9e04cba1
AM
4429 accurately detect functions inside functions.
4430
4431 * progmodes/cc-engine.el (c-at-expression-start-p): New function
4432 like `c-at-statement-start-p' that additionally recognizes commas
4433 and expression parentheses as delimiters.
4434
4435 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Added flag
4436 to avoid heuristics that doesn't work for unclosed blocks.
4437
4438 (c-at-statement-start-p): New function.
4439
4440 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
4441 Objective-C directives, e.g. directives spanning lines should work
4442 reasonably well now.
4443
4444 (c-put-c-type-property, c-clear-c-type-property): New helpers.
4445
4446 (c-forward-objc-directive): New function to move over any ObjC
4447 directive.
4448
af71d4c0
JB
4449 (c-just-after-func-arglist-p, c-guess-basic-syntax)
4450 (c-basic-matchers-before): Use it.
9e04cba1
AM
4451
4452 (c-font-lock-objc-iip-decl): Removed.
4453
4454 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
4455 in the template arglist recognition.
4456
4457 * progmodes/cc-styles.el (c-style-alist): Fixed several
4458 inconsistencies in the Whitesmith style.
4459
af71d4c0
JB
4460 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
4461 New lineup function to get lines after Whitesmith style blocks
9e04cba1
AM
4462 correctly indented.
4463
4464 (c-lineup-whitesmith-in-block): Backed out the compensation for
4465 opening parens since it's done using `add' lists in the style
4466 definition instead. Don't use the anchor position since it varies
4467 too much between the syntactic symbols. :P
4468
4469 * progmodes/cc-vars.el (c-valid-offset): Updated.
4470
4471 * progmodes/cc-engine.el (c-evaluate-offset): Extended to handle
4472 lists where the offsets are combined according to several
4473 different methods: `first', `min', `max', and `add'. Report
4474 offset evaluation errors with `c-benign-error' so that some kind
4475 of reindentation still is done.
4476
4477 * progmodes/cc-engine.el (c-guess-basic-syntax): Anchor
4478 `arglist-intro' the same way as `arglist-cont-nonempty' and
4479 `arglist-close'.
4480
4481 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed similar
4482 situations for `arglist-cont-nonempty' and `arglist-close'.
4483
4484 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New
4485 constant.
4486
4487 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
4488 cc-bytecomp-boundp' in a number of places.
4489
4490 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fixed a
4491 macro related issue.
4492
44932005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4494
4495 * progmodes/cc-awk.el: Change the terminology of regexps: A char
af71d4c0
JB
4496 list is now [asdf], a char class [:alpha:]. Include code for char
4497 classes. Set c-awk-NL-prop on lines ending in open strings. (Bug
4498 fix.) Add character classes (e.g. "[:alpha:]") into AWK Mode's
4499 regexps.
9e04cba1
AM
4500
4501 Remove (nearly all of) the cruft associated with AWK Mode's former
4502 concept of "virtual semicolons":
4503
4504 Adapt c-beginning-of-statement, c-end-of-statement (together with
4505 subfunctions) to use the new notion of "virtual semicolon" in
4506 place of the old awkward special handling for AWK. There remains
4507 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
4508 * progmodes/cc-cmds.el:
4509 (c-ascertain-adjacent-literal): In the backwards direction, now
4510 recognises AWK regexp delimiters as string delimiters.
4511 (c-after-statement-terminator-p): Adapt for virtual semicolons;
4512 check more rigorously for "end of macro".
4513 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
4514 virtual semicolons;
4515 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
4516 out the code for forward movement into ...
4517 (c-end-of-statement): Now contains the code for forward movement,
4518 adapted for virtual semicolons.
4519
4520 * progmodes/cc-engine.el:
af71d4c0 4521 (c-ws*-string-limit-regexp): New regexp.
9e04cba1
AM
4522 (c-forward-single-comment, c-backward-single-comment): Comment out
4523 the (now redundant) "special" AWK stuff.
4524
4525 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
4526 c-string-par-start, c-string-par-separate to be more like Text
4527 Mode than Fundamental Mode.
4528
45292005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4530
4531 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
4532 to the fontified region so that fontification doesn't occur
af71d4c0
JB
4533 outside it (could happen e.g. when fontifying a line with an
4534 unfinished declaration).
9e04cba1
AM
4535
45362005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4537
4538 * progmodes/cc-awk.el: Regexps for analysing AWK code have been
4539 moved to near the start of the file. ^L now separate sections of
4540 the file. New defconsts: c-awk-non-eol-esc-pair-re,
4541 c-awk-blank-or-comment-line-re,
4542 c-awk-one-line-possibly-open-string-re,
4543 c-awk-regexp-one-line-possibly-open-char-class-re,
4544 c-awk-one-line-possibly-open-regexp-re,
4545 c-awk-one-line-non-syn-ws*-re. New functions: c-awk-at-vsemi-p,
4546 c-awk-vsemi-status-unknown-p.
4547
4548 Amend the concept of "virtual semicolons" (in the indentation
4549 engine) for languages like AWK, such that they are now
4550 conceptually attached to end of the last token of a statement, not
4551 the end of the line. (In AWK Mode, however, the pertinent text
4552 property is still physically set on the EOL.) Remove the specific
4553 tests for awk-mode, thus facilitating the introduction of other
4554 language modes where EOLs can end statements. (Note: The
4555 funtionality in cc-cmds.el, specifically
4556 c-beginning/end-of-statement has yet to be amended.)
4557
4558 * progmodes/cc-defs.el: New macros c-at-vsemi-p,
4559 c-vsemi-status-unknown-p.
4560
4561 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
4562 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
4563 c-vsemi-status-unknown-p-fn (in a new page).
4564
4565 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
4566 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
4567 numerous awkward forms like
4568 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
4569 with
4570 (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
4571 variable before-ws-ip, the place just after char-before-ip
4572 appears.
4573
4574 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
4575 a comment.
4576
45772005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4578
4579 * progmodes/cc-cmds.el (c-electric-brace): Cleaned up using
4580 `c-tentative-buffer-changes'.
4581
4582 * progmodes/cc-defs.el (c-region-is-active-p): Simplified and
4583 converted to macro to choose between Emacs and XEmacs at compile
4584 time.
4585
4586 (c-set-region-active): New set counterpart to
4587 `c-region-is-active-p'.
4588
4589 (c-tentative-buffer-changes): New macro to handle temporary buffer
4590 changes in a convenient way.
4591
4592 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
4593 for `c-tentative-buffer-changes'.
4594
4595 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tightened up
4596 the checks for paren sexps between the point and the keyword, to
4597 avoid some false alarms.
4598
4599 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
4600 Fixed a situation where an error could be thrown for unbalanced
4601 parens. Changed to make use of c-keyword-member' to avoid some
4602 repeated regexp matches.
4603
4604 (c-opt-lambda-key, c-opt-inexpr-block-key,
4605 c-opt-inexpr-class-key): These language variable are no longer
4606 necessary.
4607
4608 (c-block-stmt-kwds): New language constant used by
4609 c-looking-at-inexpr-block'.
4610
4611 (c-guess-basic-syntax): Removed an optional check that looked at
4612 the existence of the now removed language variables.
4613
4614 * progmodes/cc-engine.el (c-fdoc-shift-type-backward,
4615 c-forward-decl-or-cast-1): Fixed invalid recognition of C++ style
4616 object instantiation expressions as declarations in some contexts.
4617 This bug only affected languages where the declarator can't be
4618 enclosed in parentheses.
4619
4620 * progmodes/cc-styles.el (c-style-alist): Fixed the GNU style to
4621 insert newlines before and after substatement braces.
4622
4623 * progmodes/cc-engine.el: Improved the heuristics for recognizing
4624 function declaration headers and the handling of C++ style member
4625 init lists.
4626
4627 (c-just-after-func-arglist-p): Rewritten to use
4628 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
4629
4630 (c-beginning-of-member-init-list): Removed since it isn't used
4631 anymore.
4632
4633 (c-guess-basic-syntax): Case 5B adapted for the new
4634 `c-just-after-func-arglist-p'. Cases 5B.1 and 5B.3 merged. Cases
4635 5D.1 and 5D.2 removed since they aren't trigged anymore (case 5B.1
4636 covers all cases now).
4637
119f6f17 4638 * progmodes/cc-defs.el (c-point): Added `bosws' and `eosws'.
9e04cba1
AM
4639
46402005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4641
4642 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
4643 c-string-par-start/separate c-sentence-end-with-esc-eol,
4644 initialised in c-setup-paragraph-variables, used in string
4645 scanning subroutines of c-beginning-of-statement.
4646
af71d4c0 4647 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
9e04cba1
AM
4648 which precedes the newly inserted `{'.
4649
46502005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4651
4652 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
4653 function for declaration level blocks. It should now cope with
4654 templates better and also be a lot more comprehensible.
4655
4656 (c-looking-at-decl-block): The new function.
4657
4658 (c-search-uplist-for-classkey): The old one. It's now a wrapper
4659 for compatibility.
4660
4661 (c-add-class-syntax, c-guess-continued-construct,
4662 c-guess-basic-syntax): Adapted for `c-looking-at-decl-block'.
4663
4664 (c-decl-block-key): Changed to tell apart ambiguous and
4665 unambiguous keywords. Pike specials are now handled directly in
4666 the code instead.
4667
4668 (c-block-prefix-disallowed-chars, c-block-prefix-charset): New
4669 language constants and variables to make the backward skip in
4670 `c-looking-at-decl-block' as tight as possible.
4671
4672 (c-nonsymbol-token-char-list): New language constant.
4673
4674 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
4675 find balanced template arglists backwards.
4676
4677 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
4678 making char classes for `c-syntactic-skip-backward'.
4679
4680 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplified case
4681 16D - can't be a class-close at that point.
4682
af71d4c0
JB
4683 * progmodes/cc-engine.el (c-guess-basic-syntax)
4684 (c-add-class-syntax): Don't narrow out the enclosing declaration
9e04cba1
AM
4685 level. This makes everything a lot easier, and it was actually
4686 only four small places that needed it to work. Some places that
4687 previously did `widen' are removed now, which has the effect that
4688 `c-guess-basic-syntax' never will look at things outside the
4689 current narrowment now. The anchor position for `topmost-intro'
4690 is affected by this, but it was so bogus it was basically useless
4691 before, and now it's equally bogus but in a slightly different
4692 way.
4693
4694 (c-narrow-out-enclosing-class): Gone.
4695
4696 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
4697 the narrowed region.
4698
4699 (c-least-enclosing-brace): Removed silly optional argument.
4700
4701 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fixed bug where
4702 the point could be left directly after an open paren when finding
4703 the beginning of the first decl in the block.
4704
4705 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
4706 Specify which submatch to use.
4707
119f6f17 4708 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
9e04cba1 4709
af71d4c0 4710 (c-decl-start-re): No longer any need for special treatment of
9e04cba1
AM
4711 ObjC due to the above.
4712
4713 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
4714 presumably follows C in that regard.
4715
4716 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
4717 New language constants to specify operator tokens inside
4718 identifiers in a more high level way.
4719
4720 (c-opt-identifier-prefix-key): New internal language constant.
4721
af71d4c0
JB
4722 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
4723 (c-identifier-start, c-identifier-key): Now completely calculated
9e04cba1
AM
4724 from other constants.
4725
4726 (c-identifier-last-sym-match): Decommissioned since it's no longer
4727 used.
4728
4729 (c-operators): Use `c-identifier-ops'. Documented
4730 `postfix-if-paren'.
4731
4732 * progmodes/cc-engine.el (c-forward-name): Removed the
4733 optimization when c-identifier-key is equal to c-symbol-key since
4734 it doesn't work in byte compiled files. Don't record empty
4735 regions as identifiers.
4736
4737 * progmodes/cc-langs.el (c-filter-ops): New helper function to
4738 simplify access to `c-operators' and its likes.
4739
af71d4c0
JB
4740 (c-operator-list, c-all-op-syntax-tokens)
4741 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
4742 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
4743 (c-primary-expr-regexp, c-cast-parens): Use it.
9e04cba1
AM
4744
4745 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
4746 an explicit language in functions.
4747
4748 * progmodes/cc-defs.el (c-make-keywords-re): Added an appendable
4749 variant of adornment.
4750
4751 * progmodes/cc-langs.el (c-any-class-key): Removed unused language
4752 variable.
4753
4754 (c-type-decl-prefix-key): Removed some now unnecessary cruft from
4755 the Pike value.
4756
af71d4c0
JB
4757 * progmodes/cc-engine.el (c-on-identifier)
4758 (c-simple-skip-symbol-backward): Small fix for handling "-"
9e04cba1
AM
4759 correctly in `skip-chars-backward'. Affected the operator lfun
4760 syntax in Pike.
4761
4762 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disabled the
4763 diagnostic message about precompiled language vars not being used.
4764
4765 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
4766 "__attribute__" is followed by a parenthesis.
4767
af71d4c0
JB
4768 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
4769 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
9e04cba1
AM
4770 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
4771
4772 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el: Internal
4773 cleanups to properly detect the declared identifiers in various
4774 declarations.
4775
4776 (c-decl-start-kwds): New language constant to recognize
4777 declarations that can start anywhere. Used for class declarations
4778 in Pike.
4779
af71d4c0
JB
4780 (c-specifier-key, c-not-decl-init-keywords)
4781 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
4782 (c-find-decl-spots): Implement `c-decl-start-kwds'.
9e04cba1 4783
af71d4c0
JB
4784 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
4785 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separated the
9e04cba1
AM
4786 handling of the compiler specific extension keywords into a new
4787 language constant `c-decl-hangon-kwds' that defines keyword
4788 clauses to be ignored in declarations.
4789
4790 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
4791 past unrecognized tokens when handling `c-colon-type-list-kwds'.
4792 Necessary to stop at the declared identifier in e.g. IDL valuetype
4793 declarations.
4794
af71d4c0
JB
4795 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
4796 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
4797 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
4798 (c-forward-decl-or-cast-1): Recognize the declared identifier in
9e04cba1
AM
4799 class and enum declarations as such and not as part of the type.
4800
4801 (c-forward-decl-or-cast-1, c-forward-label): Relaxed the
4802 interpretation of PRECEDING-TOKEN-END when there's no preceding
4803 token.
4804
4805 (c-forward-decl-or-cast-1): Don't disregard sure signs of
4806 declarations when there's some syntax error later on.
4807
4808 (c-complex-decl-matchers): Did away with a reference to
4809 `c-specifier-key'.
4810
4811 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
4812 value - this variable is always dynamically bound.
4813
af71d4c0
JB
4814 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
4815 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
4816 * cc-cmds.el, cc-defs.el: Changed the policy for marking up
9e04cba1
AM
4817 functions that might do hidden buffer changes: All such internal
4818 functions are now marked instead of those that don't.
4819
af71d4c0
JB
4820 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
4821 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
4822 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
4823 (c-literal-type): Allow these functions to make hidden buffer changes,
9e04cba1
AM
4824 so that they are free to use text property caching later on.
4825
af71d4c0
JB
4826 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
4827 (c-electric-brace, c-electric-slash, c-electric-star)
4828 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
4829 (c-electric-paren, c-electric-continued-statement, c-indent-command)
4830 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
4831 (c-context-line-break): Added `c-save-buffer-state' calls to comply
9e04cba1
AM
4832 with the changed semantics of the functions above.
4833
4834 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fixed a bug
4835 when macros occur in obscure places. Optimized the sexp movement
4836 a bit.
4837
48382005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4839
4840 Enhancements for c-beginning-of-statement to work in AWK Mode:
4841
4842 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
4843 (completed statement) with `}' (statement completed by closing
4844 brace or semicolon) and `$' (statement completed by EOL).
4845
af71d4c0
JB
4846 (c-awk-virtual-semicolon-ends-prev-line-p)
4847 (c-awk-virtual-semicolon-ends-line-p)
4848 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
4849 (c-awk-at-statement-end-p): New functions.
9e04cba1
AM
4850
4851 * progmodes/cc-cmds.el: Simplify the structure of functions
4852 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
4853 two functions and c-beginning-of-statement to handle AWK Mode.
4854
4855 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
4856 c-backward-single-comment for AWK mode. Attempt to clarify their
4857 doc-strings.
4858
4859 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
4860
48612005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4862
4863 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
4864 label handling. Labels are now recognized in a uniform and more
4865 robust way, regardless of context. Text properties are put on all
4866 labels to recognize the following declarations better. Multiword
4867 labels are handled both in indentation and fontification for the
4868 benefit of language extensions like Qt. For consistency, keywords
4869 in labels are now fontified with the label face instead. That
4870 also applies to "case" and "default".
4871
4872 (c-beginning-of-statement-1): Fixed some bugs in the label
4873 handling. Disregard `c-nonlabel-token-key' in labels that begin
4874 with `c-label-kwds'.
4875
4876 (c-find-decl-spots): Support that the callback adds more
4877 `c-decl-end' spots to find.
4878
4879 (c-forward-decl-or-cast-1): Don't treat a list of plain
4880 identifiers followed by a colon as a declaration.
4881
4882 (c-forward-label): New function to recognize labels.
4883
4884 (c-guess-basic-syntax): Replaced uses of `c-label-key' with
4885 `c-forward-label'. Moved the label recognition cases (14 and 15)
4886 earlier since they aren't so context sensitive now. Handle labels
4887 on the top level gracefully. Moved access label recognition to
4888 the generic label case (CASE 15) - removed CASE 5E.
4889
4890 (c-font-lock-declarations): Added recognition of labels in the
4891 same round since we need to handle labels in parallell with other
4892 declarations to recognize both accurately. It should also improve
4893 speed.
4894
4895 (c-simple-decl-matchers, c-basic-matchers-after): Moved
4896 `c-font-lock-labels' so that it only is used on decoration level 2
4897 since `c-font-lock-declarations' handles it otherwise.
4898
4899 (c-complex-decl-matchers): Removed the simplistic recognition of
4900 access labels.
4901
4902 (c-decl-prefix-re): Removed the kludges that was necessary to cope
4903 with labels earlier.
4904
4905 (c-decl-start-re): New language variable to make
4906 `c-font-lock-declarations' stop for the special protection labels
119f6f17 4907 in Objective-C that start with `@'.
9e04cba1
AM
4908
4909 (c-label-key): Removed since it's no longer used.
4910
4911 (c-recognize-colon-labels, c-label-prefix-re): New language
4912 constants to support recognition of generic colon-terminated
4913 labels.
4914
4915 (c-type-decl-end-used): `c-decl-end' is now used whenever there
4916 are colon terminated labels.
4917
4918 * progmodes/cc-align.el (c-lineup-arglist): Fixed bug when the
4919 first argument starts with a special brace list.
4920
af71d4c0
JB
4921 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
4922 (c-font-lock-declarations): Broke out the declaration and cast
9e04cba1
AM
4923 recognition from `c-font-lock-declarations' to a new function, so
4924 that it can be used in the indentation engine.
4925
4926 * progmodes/cc-engine.el (c-find-decl-spots): Fixed bug in backing
4927 up to the start of the literal. Fixed bug with the point on the
4928 wrong side of the search limit that could happen when the start
4929 position is inside a literal.
4930
af71d4c0
JB
4931 * progmodes/cc-engine.el (c-parse-state)
4932 (c-invalidate-state-cache): Modified the use of `c-state-cache-end'
9e04cba1
AM
4933 so that it's kept a little bit back to increase the hit rate.
4934
4935 (c-parse-state): Changed the macro handling and fixed some
4936 glitches. Macro context is checked more often than necessary now,
4937 but otoh less garbage conses are generated.
4938
af71d4c0
JB
4939 * progmodes/cc-engine.el (c-parse-state)
4940 (c-invalidate-state-cache): Cache the last position where
9e04cba1
AM
4941 `c-state-cache' applies. This can speed up refontification quite
4942 a bit in blocks where there are many non-brace parens before the
4943 point.
4944
4945 (c-state-cache-end): New variable for this.
4946
4947 (c-guess-basic-syntax, c-debug-parse-state): Adapted for the new
4948 cache variable.
4949
4950 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
4951 get close initial continue positions when the start position is
4952 inside a literal or macro. Do not call the callback for spots
4953 before the start position (which can happen e.g. for `c-decl-end'
4954 spots inside comments). Optimize better in special cases when the
4955 region is a single line inside a literal or macro (typically when
4956 the current line is refontified).
4957
4958 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplified calls
4959 to `c-add-stmt-syntax' - there's no need to explicitly whack off
4960 entries from the paren state.
4961
4962 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrowed down the
4963 special case for "else if" clauses.
4964
af71d4c0
JB
4965 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
4966 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
9e04cba1
AM
4967
4968 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks): New
4969 language variable to recognize the gcc extension with statement
4970 blocks inside expressions.
4971
4972 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructured to make
4973 it somewhat more comprehensible. The argument AT-BLOCK-START is
4974 no longer used and hence removed.
4975
4976 (c-guess-continued-construct, c-guess-basic-syntax): Updated calls
4977 to `c-add-stmt-syntax'.
4978
4979 * progmodes/cc-engine.el (c-backward-to-decl-anchor): Use
4980 `c-beginning-of-statement-1' instead of duplicating parts of it.
4981 This fixes bogus label recognition.
4982
af71d4c0
JB
4983 * progmodes/cc-engine.el (c-add-type, c-check-type)
4984 (c-forward-name, c-forward-type): Improved storage of template
9e04cba1
AM
4985 types in `c-found-types' so that they can be recognized better.
4986
4987 (c-syntactic-content): Added option to skip past nested parens.
4988
4989 * progmodes/cc-engine.el (c-forward-name): Set
4990 `c-last-identifier-range' all the time. It's less work that way.
4991 Handle that there might not be an identifier to store in
4992 `c-last-identifier-range'.
4993
4994 (c-forward-type): Handle that `c-last-identifier-range' might be
4995 nil from `c-forward-name'.
4996
af71d4c0
JB
4997 * progmodes/cc-defs.el (c-safe-scan-lists)
4998 (c-(go-)?(up|down)-list-(forward|backward)): Added limit arguments.
9e04cba1
AM
4999
5000 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
5001 to work even if the form fails.
5002
5003 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
5004 down in a large file in one go.
5005
5006 (c-get-fallback-start-pos): New helper function for
5007 `c-parse-state'.
5008
5009 * progmodes/cc-align.el (c-lineup-assignments): New lineup
5010 function which is like `c-lineup-math' but returns nil instead of
5011 `c-basic-offset' when it doesn't match.
5012
5013 (c-lineup-math): Changed to use `c-lineup-assignments'.
5014
50152005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5016
5017 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
5018 c-beginning-of-statement. New subfunctions
5019 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
5020
50212005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5022
5023 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
5024 hardcoded char classes whereever possible. Changed a couple of
5025 places to use skip by syntax instead of skip by char class.
5026
5027 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
5028 Fixed a bug in the regexp that caused extreme backtracking.
5029
af71d4c0
JB
5030 * progmodes/cc-langs.el (c-block-comment-starter)
5031 (c-block-comment-ender): New language constants to specify in a
9e04cba1
AM
5032 single place how block comments look.
5033
af71d4c0
JB
5034 (c-comment-start-regexp, c-block-comment-start-regexp)
5035 (comment-start, comment-end, comment-start-skip)
5036 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
5037 (c-syntactic-ws, c-nonempty-syntactic-ws)
5038 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
9e04cba1
AM
5039 `c-line-comment-starter', `c-block-comment-starter' and
5040 `c-block-comment-ender'.
5041
af71d4c0
JB
5042 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
5043 New language constants to break up things a bit.
9e04cba1
AM
5044
5045 (c-simple-ws): New language constant for simple whitespace.
5046
5047 * progmodes/cc-defs.el (c-concat-separated): New convenience
5048 function.
5049
5050 * progmodes/cc-defs.el (c-make-keywords-re): Added kludge for bug
5051 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
5052 newlines. Allow and ignore nil elements in the list.
5053
50542005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5055
5056 * progmodes/cc-cmds.el: Comment out a (n almost certainly
5057 superfluous) check, (eq here (point-max)) in
5058 c-beginning-of-statement.
5059
5060 * progmodes/cc-cmds.el: Tidy up the comments in
5061 c-beginning-of-statement and subfunctions.
5062
5063 * progmodes/cc-awk.el: Replace calls to put-text-property to the
5064 more flexible c-put-char-property and c-clear-char-properties.
5065 Add the author's email address.
5066
5067 * progmodes/cc-langs.el: New variable,
5068 c-block-comment-start-regexp.
5069
5070 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
5071 closing "*/" of a block comment.
5072
5073 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
5074 subfunctions) so that it works at BOB and EOB.
5075
5076 * progmodes/cc-cmds.el, cc-vars.el: More updating of
5077 c-beginning-of-statement, including new variable
5078 c-block-comment-start-regexp.
5079
50802005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5081
5082 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
5083 symbols from `*-font-lock-extra-types' so that there's no need to
5084 use `regexp-opt' on those lists.
5085
5086 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
5087 `c-type-modifier-kwds' is empty.
5088
5089 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
5090 there are several strings on the same line.
5091
5092 * progmodes/cc-engine.el (c-literal-limits): Removed the
5093 compatibility function for older emacsen. `c-literal-limits-fast'
5094 has now taken the place of this function.
5095
5096 * progmodes/cc-vars.el (c-emacs-features): Removed compatibility
119f6f17 5097 with older emacsen: We now require `pps-extended-state'.
9e04cba1
AM
5098
50992005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5100
5101 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
5102 which obviates the need to hack sentence-end. This now handles
5103 escaped newlines in strings correctly. Correct minor bugs in
5104 c-move-over-sentence and in c-beginning-of-statement.
5105
5106 * progmodes/cc-cmds.el (c-beginning-of-statement (and
5107 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
5108 that movement over macros and code are rigorously separated from
5109 eachother. Correct a few incidental bugs.
5110
5111 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
5112 Improve its doc-string. Improve the handling of certain specific
5113 cases.
5114
51152005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5116
5117 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
5118 (c-guess-basic-syntax): Changed the way class-level labels are
5119 recognized; they can now contain essentially any symbols.
5120
5121 (c-opt-extra-label-key): New language variable to cope with the
5122 special protection label syntax in Objective-C.
5123
5124 (c-opt-access-key): Removed; this is now handled better by
5125 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
5126
5127 (c-complex-decl-matchers): Update to handle that
5128 `c-opt-access-key' no longer exists.
5129
5130 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
5131 improved label recognition in `c-beginning-of-statement-1'.
5132
5133 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
5134 Recognize bitfields better.
5135
5136 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
5137 Removed some cruft and fixed a bug that could cause it to go to a
5138 position further down.
5139
5140 * progmodes/cc-langs.el, cc-engine.el
5141 (c-beginning-of-statement-1): Improved detection of labels in
5142 declaration contexts.
5143
5144 (c-beginning-of-decl-1): Use it.
5145
5146 (c-nonlabel-token-key): New language constant and variable needed
5147 by `c-beginning-of-statement-1'.
5148
5149 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug that
5150 manifested itself due to the correction in `c-forward-sexp'.
5151
5152 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp): Made
5153 these behave as documented when used at the buffer limits.
5154
5155 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
5156 (c-type-decl-end-used): Made this a language variable.
5157
5158 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
5159 correctly when `combine-after-change-calls' is used together with
5160 temporary narrowings.
5161
5162 * progmodes/cc-engine.el (c-beginning-of-statement-1): Report
5163 labels correctly when the start point is immediately after the
5164 colon.
5165
5166 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties): Removed
5167 since it isn't used anymore.
5168
5169 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
5170 bracket arglists such as template parens in C++.
5171
5172 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fixed a bug
5173 in the last check-in. Some optimization.
5174
5175 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fixed bug
5176 where it could stop at the same level in a preceding sexp when
5177 PAREN-LEVEL is set.
5178
5179 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
5180 text property lookup only when it's needed.
5181
5182 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
5183 Changed the policy for paren marked angle brackets to be more
5184 persistent; once marked they remain marked even when they're found
5185 to be unbalanced in the searched region. This should keep the
5186 paren syntax around even when individual lines are refontified in
5187 multiline template arglists.
5188
5189 (c-parse-and-markup-<>-arglists): New dynamically bound variable
5190 to control markup so that incorrect angle bracket arglists aren't
5191 marked in contexts where the correct value for
5192 `c-disallow-comma-in-<>-arglists' isn't known.
5193
5194 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
5195 argument has become `c-parse-and-markup-<>-arglists'.
5196
5197 (c-remove-<>-arglist-properties): Removed - no longer used.
5198
5199 (c-after-change-check-<>-operators): New function used on
5200 `after-change-functions' to avoid that "<" and ">" characters that
5201 are part of longer operators have paren syntax.
5202
5203 (c-<>-multichar-token-regexp): New language variable used by
5204 `c-after-change-check-<>-operators'.
5205
5206 (c-after-change): Call `c-after-change-check-<>-operators'.
5207
5208 (c-font-lock-<>-arglists): Use the context properties set by
5209 `c-font-lock-declarations' to set
5210 `c-disallow-comma-in-<>-arglists' correctly to avoid doing invalid
5211 markup.
5212
5213 (c-font-lock-declarations): Removed code that undoes the invalid
5214 markup done by `c-font-lock-<>-arglists'.
5215
5216 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
5217 after `c-font-lock-declarations'.
5218
5219 * progmodes/cc-engine.el (c-syntactic-skip-backward): Added
5220 paren-level feature.
5221
5222 (c-guess-basic-syntax): Improved the anchor position for
5223 `template-args-cont' in nested template arglists. There's still
5224 much to be desired in this area, though.
5225
52262005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5227
5228 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
5229 Make the "Text Filling and Line Breaking" commands work for AWK
5230 buffers.
5231
52322005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5233
5234 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
af71d4c0 5235 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
9e04cba1
AM
5236
5237 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
5238 it doesn't work no longer are supported.
5239
af71d4c0
JB
5240 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
5241 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
9e04cba1
AM
5242 requires support for the syntax-table' text property, which rules
5243 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
5244 cruft associated with those versions.
5245
5246 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
5247 for the `syntax-table' text property, which rules out Emacs 19 and
5248 XEmacs < 21.4. Removed various compatibility cruft associated
5249 with those versions.
5250
5251 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
5252 support for the `syntax-table' text property.
5253
5254 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
5255 variable and use an extra quoted face name instead. All the
5256 emacsen flavors handle that correctly.
5257
af71d4c0
JB
5258 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
5259 (c-font-lock-declarators, c-font-lock-declarations)
5260 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
9e04cba1
AM
5261 property to mark the items in in declarator lists to handle
5262 refontification inside multiline declarations better.
5263
5264 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
5265 construct like "a * b = c;" as a declaration.
5266
3dd63dc3
KS
52672005-12-08 Kim F. Storm <storm@cua.dk>
5268
3d596891
KS
5269 * emulation/cua-base.el (cua-use-hyper-key): Replaced by ...
5270 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
5271 select either meta, hyper, or super modifier for rectangle commands.
5272 (cua--rectangle-modifier-key): New defvar.
119f6f17 5273 (cua--M/H-key): Use it. Remove special case for `space'.
3d596891
KS
5274 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
5275 on X, to meta otherwise. Always bind C-return to toggle
119f6f17 5276 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
3d596891
KS
5277
5278 * emulation/cua-rect.el (cua-help-for-rectangle): Use
5279 cua--rectangle-modifier-key. Handle super modifier too.
5280 (cua--init-rectangles): Always bind C-return to toggle rectangle.
119f6f17 5281 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
3d596891 5282
ad668f10
KS
5283 * ido.el: Move Acknowledgements and History after Commentary.
5284 Minor changes to Commentary.
5285
3dd63dc3 5286 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
119f6f17 5287 keymap if cua--prefix-override-timer is `shift'.
3dd63dc3
KS
5288 (cua--shift-control-prefix): New function; emulate "type prefix
5289 key twice" functionality to handle shifted prefix key override.
5290 (cua--shift-control-c-prefix, cua--shift-control-x-prefix): New
5291 commands.
5292 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
5293
9992b124
CD
52942005-12-08 Carsten Dominik <dominik@science.uva.nl>
5295
30c02925 5296 * textmodes/org.el (org-insert-heading): Try to do items before
9992b124
CD
5297 headings.
5298 (org-agenda-mode): Quote `org-agenda-mode-hook'.
5299 (org-insert-item): New function.
5300 (org-renumber-ordered-list): Don't skip to higher level lists.
5301
3f30c272
JL
53022005-12-08 Juri Linkov <juri@jurta.org>
5303
5304 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
5305
5306 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
5307
5308 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
5309
5310 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
5311 the constructed function name fun-1.
5312
5313 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
5314 because such links don't lead to parent documentation.
5315
086c5b2b
KH
53162005-12-08 Kenichi Handa <handa@m17n.org>
5317
5318 * descr-text.el (describe-char): Use *Help-2* buffer if the
5319 current buffer is *Help*. Call describe-text-properties while
5320 setting the original buffer.
5321
4af6c011
BW
53222005-12-07 Bill Wohler <wohler@newt.com>
5323
af71d4c0 5324 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
4af6c011
BW
5325 and causes problems with non-MH users (such as Gnus users).
5326
a25e15ea
NR
53272005-12-08 Nick Roberts <nickrob@snap.net.nz>
5328
5329 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
5330 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
5331 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
5332 command "info sources". Move calls to GDB command "list".
5333 (gdb-find-file-hook): Just use gdb-source-file-list.
5334 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
5335 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
5336 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
5337 (gdb-data-list-register-values-handler): Use correct trigger name.
5338
b89a8e1a
KS
53392005-12-07 Kim F. Storm <storm@cua.dk>
5340
af71d4c0 5341 * ido.el (ido-completion-map): Rename from ido-mode-map.
b89a8e1a
KS
5342 (ido-common-completion-map, ido-file-completion-map)
5343 (ido-file-dir-completion-map, ido-buffer-completion-map):
af71d4c0
JB
5344 Rename from ido-mode-....-map.
5345 (ido-init-completion-maps): Rename from ido-init-mode-maps.
5346 (ido-setup-completion-map): Rename from ido-define-mode-map.
b89a8e1a
KS
5347 (ido-read-internal): Bind minibuffer-local-filename-completion-map
5348 to ido-completion-map.
5349
735b7c87
KH
53502005-12-07 Kenichi Handa <handa@m17n.org>
5351
5352 * international/mule-cmds.el
5353 (set-display-table-and-terminal-coding-system): If the coding
5354 system specified in `unibyte-display' property is different from
5355 the arg coding-system, don't setup standard-display-table.
5356
6a6e859a
SM
53572005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
5358
5359 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
5360 that comments end at \n, regardless of selective-display.
5361
7a96cae6
NR
53622005-12-07 Nick Roberts <nickrob@snap.net.nz>
5363
5364 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
5365 (gdb-version): New variables.
5366 (gdb-source-file-list, gdb-register-names)
5367 (gdb-changed-registers): New variables for use with GDB 6.4+.
5368 (gdb-ann3): Replace with...
5369 (gdb-init-1, gdb-init-2): ...two new functions.
5370 (gdba, gdb-prompt): Call gdb-init-1.
5371 (gdb-get-version): New function. Call gdb-init-2 from here.
5372 (gud-watch): Make it work with mouse events too.
5373 (gdb-post-prompt): Don't add to queue until GDB version is known.
5374 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
5375 (gdb-locals-mode): Use gdb-version.
5376 (gdb-memory-format-map, gdb-memory-unit-map)
5377 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
5378 (gdb-locals-font-lock-keywords-1)
5379 (gdb-locals-font-lock-keywords-2): New variables.
c48971b2 5380 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
7a96cae6
NR
5381 (gdb-set-gud-minor-mode-existing-buffers-1)
5382 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
5383 (gdb-var-update-1, gdb-var-update-handler-1)
5384 (gdb-data-list-register-values-handler)
5385 (gdb-data-list-register-values-custom)
5386 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
6a6e859a
SM
5387 (gdb-stack-list-locals-handler, gdb-get-register-names):
5388 New functions for use with GDB 6.4+.
7a96cae6
NR
5389 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
5390 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
5391 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
5392 (gdb-stack-list-locals-regexp)
5393 (gdb-data-list-register-names-regexp): New regexps for use with
5394 GDB 6.4+.
5395
6277435b
SM
53962005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
5397
5398 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
5399
af71d4c0 54002005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
98b537f7
SJ
5401
5402 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
5403 prompts work for AUTH PLAIN. Also reported by Steve Allan
5404 <seallan@verizon.net>.
5405
0dac35b8
KL
54062005-12-06 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
5407
5408 * frame.el (set-frame-parameter): Add doc string.
5409
634d5d19
CD
54102005-12-06 Carsten Dominik <dominik@science.uva.nl>
5411
30c02925 5412 * textmodes/org.el (org-occur-highlights): New variable.
6277435b 5413 (org-highlight-new-match, org-remove-occur-highlights): New functions.
634d5d19
CD
5414 (org-highlight-sparse-tree-matches): New option.
5415 (org-do-occur): New function.
5416 (org-get-heading): Make it work also at beginning of line.
5417 (org-category-table): New variable.
5418 (org-get-category-table, org-get-category)
5419 (org-camel-to-words, org-link-search): New functions.
5420 (org-select-this-todo-keyword): New variable.
5421 (org-todo-list): New command.
5422 (org-shiftright, org-shiftleft): New commands.
6277435b 5423 (org-agenda-todo): Add prefix argument.
634d5d19
CD
5424 (org-show-hierarchy-above): New option.
5425 (org-show-todo-tree): Numerical prefix creates tree for specific
5426 TODO keyword.
5427 (org-outline-level): New function, to assign a level to plain
5428 lists items.
5429 (org-cycle-include-plain-lists): New option.
5430 (org-mode): Use `org-outline-level' as value of `outline-level'.
5431 (org-cycle): Temporarily switch `outline-regexp' if
5432 `org-cycle-include-plain-lists' is non-nil.
6277435b 5433 (org-start-icalendar-file): Fix format bug.
634d5d19
CD
5434 (org-agenda-get-day-entries): Create category table.
5435 (org-agenda-get-todos, org-agenda-get-timestamps)
5436 (org-agenda-get-deadlines, org-agenda-get-scheduled)
5437 (org-agenda-get-blocks): Use `org-get-category'.
6277435b 5438 (org-context-in-file-links): Rename from
af71d4c0 5439 `org-line-numbers-in-file-links'.
634d5d19 5440
239f263d
RF
54412005-12-06 Romain Francoise <romain@orebokech.com>
5442
69fc2f2b
RF
5443 * window.el (balance-windows): Delete extraneous third arg in call
5444 to `enlarge-window'.
239f263d 5445
522d8129
KH
54462005-12-06 Kenichi Handa <handa@m17n.org>
5447
5448 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
5449
5701678a
NR
54502005-12-06 Nick Roberts <nickrob@snap.net.nz>
5451
5452 * progmodes/gdb-ui.el (gdb-var-create-handler)
5453 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
5454 (gdb-var-list-children-handler, gdb-var-update-handler):
5455 Current buffer is already gdb-partial-output-buffer, don't
5456 make it current again.
5457
a9692abf
LT
54582005-12-05 Luc Teirlinck <teirllm@auburn.edu>
5459
5460 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
5461 (list-buffers-noselect): Use it.
5462
95fe848e
SM
54632005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
5464
5465 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
5466 (mail-yank-ignored-headers): Use regexp-opt.
5467 (mail-mode-map): Move initialization into declaration.
5468 (mail-sent-via): Remove unused shadowed var `to-line'.
5469 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
5470 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
5471 (mail-do-fcc): Use dolist and push.
5472 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
bb61f0fd 5473 (mail-yank-ignored-headers): Don't autoload.
95fe848e 5474
eec5c8f9
KH
54752005-12-05 Kenichi Handa <handa@m17n.org>
5476
95fe848e 5477 * international/mule-cmds.el (set-language-info-internal): New fun.
eec5c8f9
KH
5478 (set-language-info): Call set-language-info-internal to update
5479 language-info-alist. If LANG-ENV is the current one, call
5480 set-language-environment to make INFO effective now.
5481 (set-language-info-alist): Likewise.
5482 (locale-language-names): With locale "en", use English
5483 lang. env. but set the default codings to iso-8859-1.
5484
d85af294
NR
54852005-12-04 Nick Roberts <nickrob@snap.net.nz>
5486
5487 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
5488 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
5489 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
5490 for plain strings.
5491 (gdb-frames-mode): Remove redundant call to font-lock-mode.
95fe848e
SM
5492 (gdb-all-registers): Rename from toggle-gdb-all-registers.
5493 Create registers buffer if necessary. Echo new state in minibuffer.
5494 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
d85af294 5495
d8fbba22
CY
54962005-12-03 Chong Yidong <cyd@stupidchicken.com>
5497
5498 * info.el (Info-fontify-node): Match external links using
5499 non-directory part of filename.
5500
19437ce5
JL
55012005-12-04 Juri Linkov <juri@jurta.org>
5502
5503 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
5504 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
3f30c272
JL
5505 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
5506 because there is no customization option for it.
19437ce5
JL
5507
5508 * font-lock.el (lisp-font-lock-keywords-1):
5509 Add define-global-minor-mode.
5510
5511 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
5512
5513 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
5514 properties on the constructed variable names.
5515
5516 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
5517 Put `definition-name' properties on the constructed function names
5518 next-sym and prev-sym.
5519
5520 * emacs-lisp/find-func.el (find-function-regexp):
5521 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
5522 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
5523 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
5524 and easy-menu-define.
5525
5526 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
5527 easy-mmode-define-global-mode and define-global-minor-mode.
5528 (lisp-imenu-generic-expression): Add define-global-minor-mode.
5529
5530 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
5531 instead of easy-mmode-define-global-mode.
5532
5533 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
5534 Use define-minor-mode instead of easy-mmode-define-minor-mode.
5535
5536 * cus-edit.el (customize-group, customize-group-other-window):
5537 Filter out autoloaded options from the group completion list by
5538 using heuristics that autoloaded groups don't have `custom-autoload'
5539 property on their symbols (they have only `custom-loads').
5540
5541 * simple.el (completion-setup-function): Put completions-common-part
3f30c272
JL
5542 face on complete completion string too (i.e. completion string
5543 without completions-first-difference face).
19437ce5
JL
5544
5545 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
5546
a8e7142c
EZ
55472005-12-03 Eli Zaretskii <eliz@gnu.org>
5548
2f33468c
EZ
5549 * view.el (view-mode): Doc fix.
5550
79019cc9
EZ
5551 * disp-table.el (standard-display-european): Add to the warning
5552 message a reference to the doc string.
5553
7a5ea63f
EZ
5554 * play/yow.el (apropos-zippy): Call print-help-return-message,
5555 similar to other Help and Apropos commands.
5556
a8e7142c
EZ
5557 * help.el (print-help-return-message): If pop-up-frames is
5558 non-nil, set up help-return-method to delete the help window and,
7a5ea63f
EZ
5559 possibly, its frame as well, and don't display message about
5560 scrolling the help window. Doc fix.
a8e7142c
EZ
5561 (help-return-method): Doc fix.
5562
d20a1ebb
EZ
55632005-12-03 Martin Rudalics <rudalics@gmx.at> (tiny change)
5564
5565 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
5566 whereby names of length one or names starting with a
5567 symbol-constituent character would not be returned.
5568
6273dc68
JPW
55692005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
5570
5571 * subr.el (atomic-change-group): Add edebug and indentation spec.
5572
21b15ee8
SM
55732005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
5574
5575 * completion.el (save-completions-file-name): Fix typo in last change.
5576
ed0e3879
JD
55772005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5578
5579 * info.el: Move back/forward history to the beginning of the tool bar.
5580
0a79da1b
EZ
55812005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
5582
af71d4c0 5583 * allout.el (eval-when-compile): Remove unnecessary load of cl.
0a79da1b
EZ
5584 Add fset of allout-real-isearch-abort during compile to fix
5585 byte-compilation warnings.
5586 (allout-mode-p): Move definition of this macro above all uses, or
5587 byte compilation in barren emacs (eg, during emacs build) will
5588 lack the definition.
5589 (allout-mode): Move this variable above any uses, or byte
5590 compilation will fail.
21b15ee8 5591 (allout-resolve-xref): Remove use of personal file-reference function.
0a79da1b 5592 (allout-toggle-current-subtree-encryption): Do the current (ie,
21b15ee8 5593 visible containing) topic, rather than nearest around point. Doc fix.
0a79da1b
EZ
5594 (allout-toggle-subtree-encryption): New function, workhorse that
5595 works on nearest topic containing point.
5596 (allout-encrypt-string): Signal requirement for newer version of pgg.
5597 (allout-resumptions): Doc fix.
5598
eac5c1f6
EZ
55992005-12-02 Eli Zaretskii <eliz@gnu.org>
5600
5601 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
5602
27e0edcd
EZ
56032005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
5604
21b15ee8
SM
5605 * textmodes/flyspell.el (flyspell-external-point-words):
5606 Consider a misspelling as found in the string search if: (a) misspelling
27e0edcd
EZ
5607 and found string lengths match, or (b) misspelling is found as
5608 element in a boundary-chars separated longer string, or (c)
5609 ispell-program-name is really ispell and misspelling is found as
5610 part of a TeX string. After successful match move beginning of
5611 search region to end of match. Warn about not found misspellings
5612 once the process is done.
21b15ee8 5613 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
27e0edcd 5614
dcf4db16
NR
56152005-12-02 Nick Roberts <nickrob@snap.net.nz>
5616
5617 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
21b15ee8 5618 tool bar (removed inadvertently).
dcf4db16 5619
e7d42ea7
NR
56202005-12-02 Juri Linkov <juri@jurta.org>
5621
5622 * log-view.el (log-view-diff): Clarify doc string.
5623
3166ee65
BW
56242005-12-01 Bill Wohler <wohler@newt.com>
5625
5626 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
5627 triggers lm-verify errors.
5628
94261ba3
LT
56292005-12-01 Luc Teirlinck <teirllm@auburn.edu>
5630
5631 * simple.el (transient-mark-mode, line-number-mode)
21b15ee8 5632 (column-number-mode, size-indication-mode): Remove `:require nil'.
94261ba3 5633
68b38146
NR
56342005-12-01 Nick Roberts <nickrob@snap.net.nz>
5635
5636 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
5637 in the margin also.
5638 (gdb-breakpoints-mode-map): Use D instead of d for
5639 gdb-delete-breakpoint.
5640 (gdb-get-frame-number): Require a number to match on.
5641 (gdb-threads-mode-map): Add follow-link binding.
5642
896bd166
JR
56432005-11-30 Jason Rumney <jasonr@gnu.org>
5644
5645 * isearch.el (isearch-mode-map): Avoid exiting search on
5646 language-change event.
5647
8a2c27b9
RF
56482005-11-30 Romain Francoise <romain@orebokech.com>
5649
64db3923
RF
5650 * speedbar.el (speedbar-default-position): New defcustom.
5651 (speedbar-frame-reposition-smartly): Use it.
5652
8a2c27b9 5653 * dframe.el (dframe-reposition-frame-emacs): Fix position
b330c3e9 5654 computation for `left' location.
8a2c27b9
RF
5655 Update copyright year.
5656
33d434cd
SM
56572005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
5658
604aa5f0
SM
5659 * help.el (help-map): Move initialization into declaration.
5660
1bddeeed
SM
5661 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
5662
33d434cd
SM
5663 * help-fns.el (help-argument-name): Don't autoload.
5664 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
5665 to be re-loaded when customizing the `help' group.
5666
24374f5a
JPW
56672005-11-30 John Paul Wallington <jpw@gnu.org>
5668
5669 * help-fns.el (describe-function-1): Fill arglist output.
5670
80cda39a
KS
56712005-11-30 Kim F. Storm <storm@cua.dk>
5672
4269a2fd
KS
5673 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
5674 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
5675 after revert-buffer (or anything else which kills all local variables).
5676
80cda39a
KS
5677 * apropos.el (apropos-parse-pattern): Doc fix.
5678 Set apropos-regexp directly, rather than expecting callers to do so.
5679 (apropos-command, apropos, apropos-value, apropos-documentation):
5680 Simplify calls to apropos-parse-pattern.
5681
597767da
CY
56822005-11-29 Chong Yidong <cyd@stupidchicken.com>
5683
5684 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
5685 (hi-lock-face-phrase-buffer): Use hi-yellow face.
5686 (hi-lock-write-interactive-patterns): Use comment-region.
5687
15575807
CY
5688 * longlines.el (longlines-mode): Add mail-setup-hook.
5689
5690 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
5691
5692 * simple.el (sendmail-user-agent-compose, next-line):
5693 Conditionally use hard-newline.
5694
06e2cc3d
RS
56952005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
5696
33d434cd
SM
5697 * international/latexenc.el (latex-inputenc-coding-alist):
5698 Reword doc string.
06e2cc3d 5699
2c30b450
CY
57002005-11-29 Chong Yidong <cyd@stupidchicken.com>
5701
5702 * help.el (describe-key-briefly, describe-key): Recognize default
5703 bindings.
5704
1c0484e2
RF
57052005-11-29 Romain Francoise <romain@orebokech.com>
5706
5707 * view.el (view-inhibit-help-message): New defcustom.
5708 (view-mode-enter): Use it.
5709
59f1b058 57102005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
1c0484e2 5711
4ce3c91a 5712 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
33d434cd 5713 Preserve user position.
1c0484e2 5714
daa7197c
LT
57152005-11-28 Luc Teirlinck <teirllm@auburn.edu>
5716
846e22f8
LT
5717 * font-lock.el: Throw error if facemenu is not loaded to prevent
5718 accidental change of loading order in loadup.el. (Suggested by RMS.)
5719
daa7197c
LT
5720 * loadup.el: Add comment explaining why facemenu must be loaded
5721 before font-lock.
5722
867e8d9a
JB
57232005-11-28 Jay Belanger <belanger@truman.edu>
5724
5725 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
5726 (calc-dispatch-map): Add more keys for `calc-same-interface'.
5727
5728 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
5729
5730 * calc/calc-embed.el (calc-do-embedded): Update help message.
5731
5732 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
5733
cedbd3f0
SM
57342005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
5735
21227135
SM
5736 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
5737
d9532403
SM
5738 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
5739 called-interactively-p.
5740 (elp-profilable-p): Rename from elp-not-profilable-p.
5741 Invert result and take into account macros and autoloaded functions.
5742 (elp-instrument-function): Update call.
5743 (elp-instrument-package): Update call. Add completion.
5744 (elp-pack-number): Use match-string.
5745 (elp-results-jump-to-definition-by-mouse): Merge into
5746 elp-results-jump-to-definition and then remove.
5747 (elp-output-insert-symname): Make help echo text single-line.
5748
cedbd3f0
SM
5749 * replace.el (query-replace-map): Move initialization into declaration.
5750 (occur-engine): Use with-current-buffer.
5751 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
5752 (occur-mode-mouse-goto): Replace with an alias.
5753
1f57934c
JL
57542005-11-28 Juri Linkov <juri@jurta.org>
5755
5756 * simple.el (quoted-insert): Let-bind input-method-function to nil.
5757
756bfad5
JL
5758 * term/w32-win.el: Bind [S-tab] to [backtab].
5759
5760 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
5761 `Info-find-file' to t.
5762
1f57934c
JL
5763 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
5764 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
5765 and same-window-regexps.
5766 (occur-next-error): Don't move point for arg 0.
5767
7e1d31d4
CY
57682005-11-28 Chong Yidong <cyd@stupidchicken.com>
5769
5770 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
5771
6a99c272
SM
57722005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
5773
f7eeab0d
SM
5774 * log-edit.el (log-edit-changelog-use-first): New var.
5775 (log-edit-changelog-ours-p): Use it.
5776 (log-edit-insert-changelog): Set it with new arg `use-first'.
5777 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
5778 (log-edit-hook): Add them to the list of suggested options.
5779
6a99c272
SM
5780 * textmodes/flyspell.el (flyspell-last-buffer): New var.
5781 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
5782 redundant work.
5783 (flyspell-mode-on): Use add-hook for after-change-functions.
5784 (flyspell-mode-off): Use remove-hook for after-change-functions.
5785 (flyspell-changes): Make it buffer-local.
5786 (flyspell-after-change-function): Make it non-interactive. Use push.
5787 (flyspell-post-command-hook): Check input-pending-p while processing
5788 the potentially long list of buffer changes.
5789
e99c9ada
KL
57902005-11-28 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
5791
5792 * buff-menu.el (list-buffers-noselect): Display the selected
5793 frame's buffer list, not the global one.
5794
17550579
NR
57952005-11-28 Nick Roberts <nickrob@snap.net.nz>
5796
5797 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
5798 that (list last-input-event) works as in interactive spec.
5799
db9c3f6b
LT
58002005-11-27 Luc Teirlinck <teirllm@auburn.edu>
5801
5802 * loadup.el ("facemenu"): Load facemenu before font-lock, because
5803 `facemenu-keymap' needs to be defined when font-lock is loaded.
5804 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
5805
36cc948e
SM
58062005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
5807
5808 * completion.el: Remove useless leading * in defcustom docstrings.
5809 (save-completions-file-name): Use ~/.emacs.d if available.
5810 (completion-standard-syntax-table): Rename from
5811 cmpl-standard-syntax-table and fold initialization into declaration,
5812 thus removing cmpl-make-standard-completion-syntax-table.
5813 (completion-lisp-syntax-table, completion-c-syntax-table)
5814 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
5815 (cmpl-saved-syntax, cmpl-saved-point): Remove.
5816 (symbol-under-point, symbol-before-point)
5817 (symbol-under-or-before-point, symbol-before-point-for-complete)
5818 (add-completions-from-c-buffer): Use with-syntax-table.
5819 (make-completion): Don't return a list of completion entries.
5820 Update callers.
5821 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
5822 (completion-initialize): Rename from initialize-completions.
5823 (completion-find-file-hook): Rename from cmpl-find-file-hook.
5824 (kill-emacs-save-completions): Collect stats here.
5825 (save-completions-to-file, load-completions-from-file):
5826 Use with-current-buffer.
5827 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
5828 into a function. Move all calls to toplevel.
5829 (completion-lisp-mode-hook): New fun.
5830 (completion-c-mode-hook, completion-setup-fortran-mode):
5831 Set the syntax-table here. Use local-set-key.
5832 (completion-saved-bindings): New var.
5833 (dynamic-completion-mode): Make it into a proper minor mode.
5834 (load-completions-from-file): Remove unused var `num-uses'.
5835
5836 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
5837 constructor if it is explicitly overridden.
5838
5839 * complete.el (PC-completion-as-file-name-predicate):
5840 Use minibuffer-completing-file-name.
5841 (partial-completion-mode): Use find-file-not-found-functions.
5842 (PC-lisp-complete-symbol): Use with-syntax-table.
5843 (PC-look-for-include-file): Remove dead setq.
5844 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
5845 (PC-complete): Use with-current-buffer.
5846
5847 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
5848 escape single quotes.
5849
0ee83bc6
LT
58502005-11-27 Luc Teirlinck <teirllm@auburn.edu>
5851
5852 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
5853 of `if' whose condition always returned nil. Doc fix.
5854
5855 * buff-menu.el (Buffer-menu-revert-function): Make the selected
5856 window's buffer the current buffer around the call to
5857 `list-buffers-noselect'. This is necessary to mark that buffer
5858 with a `.' in the Buffer Menu when called from Lisp, for instance
5859 by Auto Revert Mode.
5860
3f6d4fb5
NR
58612005-11-28 Nick Roberts <nickrob@snap.net.nz>
5862
17550579
NR
5863 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
5864 attaching to it.
3f6d4fb5 5865 (gdb-pre-prompt): Make sure gdb-error is reset.
0ee83bc6 5866
3f6d4fb5 5867 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
17550579 5868 with a child process, detect it.
3f6d4fb5
NR
5869 (gud-speedbar-buttons): Match regexp more carefully.
5870
161ef3be
RS
58712005-11-27 Richard M. Stallman <rms@gnu.org>
5872
5873 * mouse.el (mouse-drag-move-window-bottom):
5874 Use adjust-window-trailing-edge.
5875
cb0a2595
LT
58762005-11-27 Luc Teirlinck <teirllm@auburn.edu>
5877
5878 * simple.el (blink-matching-open): Ignore
5879 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
181fcf00 5880 (blink-matching-paren-on-screen): Update docstring.
cb0a2595
LT
5881
5882 * paren.el (show-paren-mode): No longer change
5883 `blink-matching-paren-on-screen'.
5884
d05877b4
NR
58852005-11-27 John Paul Wallington <jpw@pobox.com>
5886
5887 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
940ed7e4
JPW
5888 (gdb-threads-select, gdb-edit-register-value):
5889 Use `posn-set-point' instead of `mouse-set-point' because the
5890 latter is not fbound when configured without X.
d05877b4 5891
b14935df
KS
58922005-11-27 Kim F. Storm <storm@cua.dk>
5893
5894 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
5895 existing face when partially highlighting a TAB in a rectangle.
5896
46801e4c
KS
58972005-11-26 Kim F. Storm <storm@cua.dk>
5898
5899 * ido.el (ido-mode-map): Doc fix.
5900 (ido-mode-common-map, ido-mode-file-map)
5901 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
5902 (ido-define-mode-map): Rewrite. Select one of the new maps as
5903 parent for ido-mode-map instead of building from scratch.
5904 (ido-init-mode-maps): New defun to initialize new maps.
5905 (ido-mode): Call it.
5906 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
5907 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
5908
440e20fc
JPW
59092005-11-26 John Paul Wallington <jpw@pobox.com>
5910
46801e4c 5911 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
440e20fc
JPW
5912 `mouse-set-point' because the latter is not fbound when configured
5913 without X.
5914
1be0210d
TTN
59152005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
5916
5917 * files.el (file-relative-name): Doc fix.
5918
02b1a164
EZ
59192005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
5920
5921 * progmodes/octave-inf.el (inferior-octave-startup): Force a
5922 non-empty string for secondary prompt PS2.
5923
49d11c49
CY
59242005-11-25 Chong Yidong <cyd@stupidchicken.com>
5925
02b1a164 5926 * progmodes/compile.el (compilation-setup): Fix last change.
49d11c49 5927
1c5a7258
NR
59282005-11-26 Nick Roberts <nickrob@snap.net.nz>
5929
5930 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
5931 (gdb-mouse-toggle-breakpoint-margin)
46801e4c 5932 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
1c5a7258
NR
5933 Add gdb-server-prefix to keep out of command history.
5934 (gdb-edit-register-value): New function.
5935 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
5936 (gdb-info-registers-custom): Use above map.
5937
d590dbd2
CY
59382005-11-25 Chong Yidong <cyd@stupidchicken.com>
5939
e335f09e
CY
5940 * custom.el (enable-theme): Signal error if argument is not a
5941 theme. Don't recalculate a face if it's not loaded yet.
5942
5943 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
5944 the `user' theme is in effect.
5945
d590dbd2
CY
5946 * info.el (Info-on-current-buffer): Record actual filename in
5947 Info-current-file, instead of t, or a fake filename if a non-file
5948 buffer. Make autoload.
5949 (Info-find-node, Info-revert-find-node): No need to check for
5950 Info-current-file nil.
5951 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
5952 Info-current-file is now never `t'.
5953 (Info-fontify-node): Many simplifications due to Info-current-file
5954 always being valid. Use Info-find-file to find node filename.
5955
e5ad37ee
DK
59562005-11-25 David Kastrup <dak@gnu.org>
5957
5958 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
5959 new character, then delete" in order to preserve markers.
5960
f81b92f2
DP
59612005-11-25 David Ponce <david@dponce.com>
5962
5963 * recentf.el (recentf-arrange-by-rule): Handle a special
5964 `auto-mode-alist'-like "strip suffix" rule.
5965 (recentf-build-mode-rules): Handle second level auto-mode entries.
5966
0680ea10 59672005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
93a06865 5968
9b01475d 5969 * viper-keym.el (viper-ESC-key): Use different values in terminal and
0680ea10 5970 window modes.
93a06865 5971
9b01475d 5972 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
0680ea10 5973 jde-javadoc-checker-report-mode.
93a06865 5974
9b01475d 5975 * ediff-wind (ediff-make-wide-display): Slight simplification.
93a06865
KS
5976
5977 * ediff.el (ediff-date): Change the date of last update.
5978
963b2040
CY
59792005-11-24 Chong Yidong <cyd@stupidchicken.com>
5980
5981 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
93a06865 5982 Use define-minor-mode, and make it a local mode. Turn on font-lock.
963b2040
CY
5983 (hi-lock-mode): New global minor mode.
5984 (turn-on-hi-lock-if-enabled): New function.
93a06865
KS
5985 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
5986 Change arguments to regexp and face instead of a font-lock pattern.
5987 Directly set face property, instead of refontifying.
963b2040
CY
5988 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
5989 (hi-lock-find-patterns): Use line-number-at-pos.
5990
5991 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
5992 arguments for hi-lock-set-pattern.
af71d4c0
JB
5993 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
5994 Call font-lock-fontify-buffer.
963b2040 5995 (hi-lock-find-file-hook, hi-lock-current-line)
93a06865 5996 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
e4d59066
CY
5997
5998 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
5999 turned off.
963b2040
CY
6000
6001 * progmodes/compile.el (compilation-setup): Don't fiddle with
6002 font-lock-defaults.
6003
e5a690f1
NR
60042005-11-25 Nick Roberts <nickrob@snap.net.nz>
6005
6006 * progmodes/gdb-ui.el (gdb-var-create-handler)
6007 (gdb-var-list-children-handler): Find values for all variable
6008 objects. gud-speedbar-buttons decides whether to display them.
6009
357e6045
RF
60102005-11-24 Romain Francoise <romain@orebokech.com>
6011
6012 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
6013 buffer name with a space.
6014
9981213c
CD
60152005-11-24 Carsten Dominik <dominik@science.uva.nl>
6016
30c02925 6017 * textmodes/org.el (org-export-plain-list-max-depth): Renamed from
93a06865
KS
6018 `org-export-local-list-max-depth'. Change default value to 3.
6019 (org-auto-renumber-ordered-lists)
6020 (org-plain-list-ordered-item-terminator): New options.
6021 (org-at-item-p, org-beginning-of-item, org-end-of-item)
6022 (org-get-indentation, org-get-string-indentation)
af71d4c0
JB
6023 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
6024 New functions.
9981213c
CD
6025 (org-move-item-down, org-move-item-up): New commands.
6026 (org-export-as-html): New classes for CSS support. Bug fix in
6027 regular expression detecting fixed-width regions. Respect
6028 `org-local-list-ordered-item-terminator'.
6029 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
6030 also a list item.
6031 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
93a06865 6032 New item moving functions.
9981213c 6033
ece75c05
JL
60342005-11-24 Juri Linkov <juri@jurta.org>
6035
93a06865
KS
6036 * isearch.el (isearch-repeat): With empty search ring set
6037 `isearch-error' to the error string instead of signaling error
6038 with the function `error'.
ece75c05 6039
b9c7cbf9
YM
60402005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6041
93a06865 6042 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
b9c7cbf9 6043
55b2dea3
NR
60442005-11-24 Nick Roberts <nickrob@snap.net.nz>
6045
6046 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
6047 and variable.
6048 (gdb-var-create-handler, gdb-var-list-children-handler):
6049 Don't match on "char **...".
6050 (gdb-var-update-handler): Find values for all variable objects.
6051 (gdb-info-frames-custom): Identify frames by leading "#".
6052
6053 * progmodes/gud.el (gud-speedbar-menu-items): Add
6054 gdb-speedbar-auto-raise as radio button.
6055 (gud-speedbar-buttons): Raise speedbar if requested.
6056 Don't match on "char **...".
6057 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
6058 Make it editable.
6059
98b37eab
CY
60602005-11-23 Chong Yidong <cyd@stupidchicken.com>
6061
6062 * info.el (Info-fontify-node): Handle the case where
6063 Info-current-file is t.
6064
9c03d478
SM
60652005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
6066
6067 * simple.el (blink-matching-open): Fix off-by-one in last change.
6068
2c012c41
YM
60692005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6070
6071 * term/mac-win.el: Don't change default directory.
6072
2036ac73
LT
60732005-11-22 Luc Teirlinck <teirllm@auburn.edu>
6074
6075 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
6076 buffers correctly. (It used to throw an error in such buffers.)
6077 Make it ask for confirmation in group buffers and other Custom
6078 buffers containing more than one customization item.
6079
43fb082d
JPW
60802005-11-22 John Paul Wallington <jpw@gnu.org>
6081
6082 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
6083 property on mail and url overlays.
6084 (goto-address-at-point): Use `posn-set-point' instead of
6085 `mouse-set-point' because the latter is not fbound when configured
6086 without X.
6087
5c4ce34d
RF
60882005-11-22 Lars Hansen <larsh@soem.dk>
6089
5eba3394
LH
6090 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
6091 (ls-lisp-classify, ls-lisp-format): Delete call to
6092 ls-lisp-parse-symlink.
6093 (ls-lisp-handle-switches): Handle symlinks to directories as
6094 directories when ls-lisp-dirs-first in non-nil.
6095
84ad29ae
LT
60962005-11-21 Luc Teirlinck <teirllm@auburn.edu>
6097
6098 * startup.el (command-line): Make sure that loaddefs.el is handled
6099 correctly in load-history.
6100
b581a727
NR
61012005-11-22 Nick Roberts <nickrob@snap.net.nz>
6102
6103 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
6104 (gdb-struct-string, gdb-array-string): New constants.
6105 (gdb-info-locals-handler): Use them.
6106 (gdb-reset): Reset gdb-var-list to nil.
6107
bd24684b
SM
61082005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
6109
6110 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
6111 in patterns.
6112
17c1971a
JL
61132005-11-21 Juri Linkov <juri@jurta.org>
6114
6115 * custom.el (defcustom): Update link types in docstring.
6116
74b99d45
SM
61172005-11-20 Martin Rudalics <rudalics@gmx.at> (tiny change)
6118
6119 * custom.el (defgroup): Add doc-string-elt info.
6120
6121 * widget.el (define-widget): Don't use declare for the doc-string-elt.
6122
3cc4b076
SM
61232005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
6124
1cb40089
SM
6125 * newcomment.el (comment-enter-backward): Fix last fix.
6126
3cc4b076
SM
6127 * simple.el (blink-matching-open):
6128 * paren.el (show-paren-function): Allow new paren-class info.
6129
a7b0a0e3
CY
61302005-11-20 Chong Yidong <cyd@stupidchicken.com>
6131
6132 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
6133 handled automagically.
6134
13ea43e9
AS
61352005-11-20 Andreas Schwab <schwab@suse.de>
6136
6137 * descr-text.el (describe-char): When copying overlays put them
6138 over the full char description instead of just the first character
6139 of it.
6140
695effcc
JL
61412005-11-20 Juri Linkov <juri@jurta.org>
6142
6143 * simple.el (what-cursor-position):
6144 * descr-text.el (describe-char): Use Lisp-readable syntax
6145 for octal and hex. Reorder decimal, octal and hex values.
6146 Remove excess whitespace in the output. Use `=' in `column='
6147 like in `point=' and `Hscroll='.
6148
6149 * international/mule-cmds.el (encoded-string-description):
6150 Use Lisp-readable syntax for hex.
6151
602ad1ad
SM
61522005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
6153
6154 * newcomment.el (comment-enter-backward): Handle the case where the
6155 comment is closed by EOB.
6156
b39aa4fd
CY
61572005-11-19 Chong Yidong <cyd@stupidchicken.com>
6158
6159 * longlines.el (longlines-before-revert-hook)
6160 (longlines-after-revert-hook): New functions.
6161 (longlines-mode): Turn off longlines temporarily when reverting.
2c127d45
CY
6162 Add a message-setup-hook.
6163 (longlines-decode-buffer): New function.
cee723fb 6164 (longlines-wrap-line): Preserve marker positions.
b39aa4fd 6165
da49096f
AS
61662005-11-19 Andreas Schwab <schwab@suse.de>
6167
6168 * emacs-lisp/shadow.el: Handle compressed files.
6169
f0f98146
RF
61702005-11-19 Romain Francoise <romain@orebokech.com>
6171
6172 * net/browse-url.el (browse-url-default-browser): Signal an error
6173 if no usable browser can be found, rather than try to load w3.
6174
ad8121fe
EZ
61752005-11-16 Ryan Yeske <rcyeske@gmail.com>
6176
6177 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
6178 replacing existing properties.
6179 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
6180 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
6181 tty specs.
6182 (rcirc-server-prefix, rcirc-server): New faces.
6183 (rcirc-url-regexp): Generate with rx macro.
6184 (rcirc-last-server-message-time): New variable.
6185 (rcirc-filter): Record time of last message.
6186 (rcirc-keepalive): Kill processes that did not send a message
6187 since the last ping.
6188 (rcirc-mode): Give rcirc-topic a local binding here.
6189
a4b1de6e
EZ
61902005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org> (tiny change)
6191
6192 * subr.el (read-passwd): Fontify the prompt as we do with other
6193 prompts.
6194
e27de09e
EZ
61952005-11-19 Ryan Yeske <rcyeske@gmail.com>
6196
6197 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
6198 binding buffer-read-only to nil.
6199
71726072
EZ
62002005-11-19 Eli Zaretskii <eliz@gnu.org>
6201
602ad1ad
SM
6202 * complete.el (partial-completion-mode):
6203 Mention completion-auto-help in the doc string.
10156852 6204
71726072
EZ
6205 * man.el (Man-highlight-references): Doc fix. Reformat code in a
6206 more Lisp-ish way.
6207
af71d4c0 62082005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
e0d47340
EZ
6209
6210 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
6211 digits, not 8, to avoid misalignment for files larger than 100MB.
6212
eeb935fd
EZ
62132005-11-19 Eli Zaretskii <eliz@gnu.org>
6214
602ad1ad
SM
6215 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
6216 Mention "keyboard shortcuts" in the help text.
eeb935fd 6217
125ce9ec
YM
62182005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6219
6220 * startup.el (fancy-splash-default-action): Discard only
6221 mouse-down and succeeding mouse-up events in the splash screen
6222 window so that drag-n-drop event can be processed.
6223
0f157ad5
CY
62242005-11-18 Chong Yidong <cyd@stupidchicken.com>
6225
6226 * longlines.el (longlines-mode): Add hacks for mail-mode and
6227 message-mode.
6228
35af3490
CD
62292005-11-18 Carsten Dominik <dominik@science.uva.nl>
6230
30c02925 6231 * textmodes/org.el (org-table-sort-lines): New command.
35af3490
CD
6232 (org-tbl-menu): Add entry for `org-table-sort-lines'.
6233 (org-add-file): Command removed, use `org-agenda-file-to-front'
6234 instead.
6235 (org-export-icalendar): Use `org-icalendar-combined-name'.
6236 (org-cycle-agenda-files, org-agenda-file-to-end)
6237 (org-agenda-file-to-front): New commands.
af71d4c0
JB
6238 (org-table-tab-jumps-over-hlines, org-export-html-style):
6239 New options.
35af3490 6240 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
af71d4c0 6241 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
35af3490
CD
6242 New functions.
6243 (org-fill-paragraph): Call `org-table-align' in tables.
6244 (org-mode): Call `org-set-autofill-regexps'.
6245 (org-export-as-html): Support for local handformatted lists.
af71d4c0 6246 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
35af3490
CD
6247 (org-export-local-list-max-depth): New option.
6248 (org-html-expand): Use `org-html-protect'.
6249
3d18d677
NR
62502005-11-18 Nick Roberts <nickrob@snap.net.nz>
6251
6252 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
6253 to "p".
6254 (gdb): Move definition of gud-pp to...
6255
6256 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
6257 speedbar.
6258 (gdb-find-watch-expression): New function.
f0f98146 6259
fbe8d007
CY
62602005-11-17 Chong Yidong <cyd@stupidchicken.com>
6261
6262 * faces.el (face-attribute, set-face-attribute): Mention existence
6263 of `:ignore-defface' setting in docstring.
6264
39c7cde2
SM
62652005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
6266
6267 * simple.el (completion-setup-function): Fix last change.
6268
f5723ff5
JPW
62692005-11-17 John Paul Wallington <jpw@pobox.com>
6270
6271 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
6272 Use `posn-set-point' instead of `mouse-set-point' because the
6273 latter is not fbound when configured without X.
6274
6275 * comint.el (comint-insert-input): Likewise.
6276
4ea0018b
CY
62772005-11-17 Chong Yidong <cyd@stupidchicken.com>
6278
6279 * simple.el (hard-newline): New variable.
2fbbeaf1 6280 (sendmail-user-agent-compose, next-line): Use it.
4ea0018b
CY
6281
6282 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
6283 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
6284 (mail-mail-reply-to, mail-mail-followup-to)
6285 (mail-position-on-field, mail-signature, mail-yank-original)
bcd8c291 6286 (mail-attach-file): Likewise.
4ea0018b 6287
225dad8e
RF
6288 * mail/mailheader.el (mail-header-format)
6289 (mail-header-format-function): Likewise.
4ea0018b
CY
6290
6291 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
6292
9f5f5ff2
JL
62932005-11-17 Juri Linkov <juri@jurta.org>
6294
6295 * font-lock.el (font-lock-faces): Rename this defgroup from
6296 `font-lock-highlighting-faces'.
6297 (font-lock-comment-face, font-lock-comment-delimiter-face)
6298 (font-lock-string-face, font-lock-doc-face)
6299 (font-lock-keyword-face, font-lock-builtin-face)
6300 (font-lock-function-name-face, font-lock-variable-name-face)
6301 (font-lock-type-face, font-lock-constant-face)
6302 (font-lock-warning-face, font-lock-negation-char-face)
6303 (font-lock-preprocessor-face)
6304 (font-lock-regexp-grouping-backslash)
6305 (font-lock-regexp-grouping-construct): Rename :group from
6306 `font-lock-highlighting-faces' to `font-lock-faces'.
6307
6308 * cus-edit.el (lisp, c, tex):
6309 * progmodes/ada-mode.el (ada):
6310 * progmodes/asm-mode.el (asm):
6311 * progmodes/cperl-mode.el (cperl-faces):
6312 * progmodes/cpp.el (cpp):
6313 * progmodes/dcl-mode.el (dcl):
6314 * progmodes/f90.el (f90):
6315 * progmodes/fortran.el (fortran):
6316 * progmodes/icon.el (icon):
6317 * progmodes/idlwave.el (idlwave-misc):
6318 * progmodes/m4-mode.el (m4):
6319 * progmodes/make-mode.el (makefile):
6320 * progmodes/meta-mode.el (meta-font):
6321 * progmodes/modula2.el (modula2):
6322 * progmodes/octave-mod.el (octave):
6323 * progmodes/pascal.el (pascal):
6324 * progmodes/perl-mode.el (perl):
6325 * progmodes/prolog.el (prolog):
6326 * progmodes/ps-mode.el (PostScript-edit):
6327 * progmodes/scheme.el (scheme):
6328 * progmodes/sh-script.el (sh-script):
6329 * progmodes/simula.el (simula):
6330 * progmodes/tcl.el (tcl):
6331 * textmodes/nroff-mode.el (nroff):
6332 * textmodes/reftex-vars.el (reftex-fontification-configurations):
6333 * textmodes/sgml-mode.el (sgml):
6334 * textmodes/texinfo.el (texinfo):
6335 Add :link (custom-group-link font-lock-faces) to defgroup.
6336
6337 * hi-lock.el (hi-lock): Rename this defgroup from
6338 `hi-lock-interactive-text-highlighting'. Change parent group from
6339 `faces' to `font-lock'. Add link to the manual.
6340 (hi-lock-mode, hi-lock-file-patterns-range)
6341 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
6342 `hi-lock-interactive-text-highlighting' to `hi-lock'.
6343 (hi-lock-faces): Add :group `faces'.
6344
6345 * cus-edit.el (custom-variable-prompt): Clarify the code.
6346
6347 * faces.el (face-read-string): Set the default value arg of
6348 completing-read.
6349
4bbd5b69
LT
63502005-11-16 Luc Teirlinck <teirllm@auburn.edu>
6351
6352 * rfn-eshadow.el (file-name-shadow-properties)
39c7cde2
SM
6353 (file-name-shadow-tty-properties, file-name-shadow-mode):
6354 Remove autoloads, because the file is now preloaded.
4bbd5b69 6355
bead134f
SM
63562005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
6357
6358 * printing.el (easy-menu-intern): Don't define.
6359 (pr-get-symbol): Use easy-menu-intern only if defined.
6360
6361 * simple.el (blink-matching-open): Simplify a bit.
6362 (completion-setup-function): Fix the case of partial-completion-mode
6363 when the minibuffer's contents start with "-".
6364 Obey completion-base-size-function even when
6365 minibuffer-completing-file-name is non-nil.
6366
afabbb4d
RS
63672005-11-16 Richard M. Stallman <rms@gnu.org>
6368
6369 * net/eudcb-ph.el (eudc-ph-open-session):
6370 Use set-process-query-on-exit-flag.
6371
6372 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
6373
6374 * international/ucs-tables.el (ucs-set-table-for-input):
6375 Use make-local-variable, not make-variable-buffer-local.
6376
6377 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
6378 Improve warning message text.
6379
6380 * savehist.el (savehist-save-hook): Add :group.
6381
6382 * menu-bar.el (menu-bar-help-menu):
6383 Rename Find Extra Packages to External Packages.
6384
6385 * cus-edit.el (Custom-reset-standard): Verify that
6386 :custom-standard-value prop exists before calling it.
6387
6388 * apropos.el (apropos-calc-scores): Use apropos-pattern.
6389
63902005-11-16 Martin Rudalics <rudalics@gmx.at> (tiny change)
6391
6392 * wid-edit.el (color): Enclose %t in %{...%}.
6393
6394 * cus-edit.el (face): Enclose %t in %{...%}.
6395
c01f0ed3
SM
63962005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
6397
6398 * savehist.el (savehist-mode-hook): Re-add the var.
6399 (savehist-mode): Use it.
6400
66a85723
SM
64012005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
6402
042c6fb7
SM
6403 * textmodes/flyspell.el: Fix commenting convention.
6404 Remove unnecessary leading * in custom docstrings.
6405 (flyspell-emacs): Remove unused var.
6406 (flyspell-delete-region-overlays): Use remove-overlays.
6407 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
6408 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
6409 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
6410 (flyspell-debug-signal-word-checked): Use with-current-buffer.
6411 (make-flyspell-overlay): Don't locally reuse a global name.
6412 (flyspell-highlight-incorrect-region)
6413 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
6414 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
6415 (flyspell-notify-misspell): Remove unused args `start' and `end'.
6416 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
6417 Wrap calls to accept-process-output inside with-local-quit since it's
6418 often called from a post-command-hook.
6419 (flyspell-correct-word, flyspell-auto-correct-word):
6420 Use ispell-send-string.
6421 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
5cb35db5 6422
66a85723
SM
6423 * calendar/diary-lib.el (diary-list-entries): Also hide the
6424 terminating newline.
6425
c194b021
CD
64262005-11-16 Carsten Dominik <dominik@science.uva.nl>
6427
66a85723
SM
6428 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
6429 window-system, to allow fonts on tty.
c194b021 6430
20eff2b2
NR
64312005-11-17 Nick Roberts <nickrob@snap.net.nz>
6432
6433 * progmodes/gud.el (gud-speedbar-item-info): New function.
3d18d677
NR
6434 (gud-install-speedbar-variables): Use it to display data type
6435 of watch expression as a tooltip in speedbar.
20eff2b2 6436
8ab84823
LT
64372005-11-15 Luc Teirlinck <teirllm@auburn.edu>
6438
e7295594 6439 * font-core.el (global-font-lock-mode): Add :version keyword,
33bf8118 6440 because default was changed.
e7295594
LT
6441
6442 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
6443
8ab84823
LT
6444 * startup.el (command-line): Use `custom-reevaluate-setting' for
6445 `file-name-shadow-mode'.
6446
6447 * loadup.el: Preload rfn-eshadow.
6448
6449 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
1cc9e877 6450 Add :version keyword.
9fc0053d
LT
6451 (file-name-shadow-properties, file-name-shadow-tty-properties)
6452 (file-name-shadow): Add :version keyword.
8ab84823
LT
6453
6454 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
6455 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
6456 in the custom-group property of the symbol frames and the fringe
6457 group got no link to its parent group frames.
6458 Doc fix.
6459
3671718b
NR
64602005-11-16 Nick Roberts <nickrob@snap.net.nz>
6461
6462 * progmodes/gud.el (gud-stop-subjob): New function.
6463 (gud-menu-map, gud-tool-bar-map): Use it.
6464
7ecef1e9
KS
64652005-11-16 Kim F. Storm <storm@cua.dk>
6466
6467 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
6468 than kill it.
6469 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
6470 to a more useful/logical place.
6471
18468a1e
NR
64722005-11-16 Nick Roberts <nickrob@snap.net.nz>
6473
6474 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
6475 go buttons complementary.
6476
2fe3d6ec
SM
64772005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
6478
6479 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
6480 (rfn-eshadow-sifn-equal): New function.
6481 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
6482
54b171c7 64832005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
7ecef1e9 6484
4ce3c91a
KS
6485 * viper-utils.el (viper-non-word-characters-reformed-vi):
6486 Quote `-' in string.
7ecef1e9 6487
54b171c7
MK
6488 * viper.el (viper-emacs-state-mode-list): Ensure that
6489 rcirc-mode buffers come up in Emacs state.
7ecef1e9 6490
4ce3c91a 6491 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
7ecef1e9 6492 operation.
54b171c7 6493
59c560f7
DN
64942005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
6495
6496 * term.el (term-termcap-format): Fix typos.
6497 (term-down): Fix the negative argument case.
6498
a354cf39
NR
64992005-11-16 Nick Roberts <nickrob@snap.net.nz>
6500
6501 * progmodes/gdb-ui.el: Remove face-alias left over from change on
6502 2005-08-15.
6503 (gdb-ann3): New command gud-go.
6504 (menu): Accomodate gdb-mi.el.
6505 (gdb-assembler-custom): Make buffer of selected window current
6506 so that set-window-point works.
6507
6508 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
6509 buttons and include new ones.
6510
65112005-11-16 Kim F. Storm <storm@cua.dk>
6512
2fe3d6ec 6513 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
a354cf39
NR
6514 (gud-menu-map): Use it.
6515
7cb1a551
LT
65162005-11-14 Luc Teirlinck <teirllm@auburn.edu>
6517
70acba5d
LT
6518 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
6519 that works correctly for Custom and that does not override a user
6520 who disables it.
6521
7cb1a551
LT
6522 * help-mode.el (help-make-xrefs, help-xref-on-pp)
6523 (help-xref-interned, help-follow): Make hyperlinks for variables
6524 that are unbound, but have a non-nil variable-documentation property.
6525
6526 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
6527 mode hook. (It conflicted with defcustoms for some mode hooks.)
6528 Use the `variable-documentation' property to give the mode hook a
6529 docstring and expand that docstring.
6530
2d10b62b
SM
65312005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
6532
8ab84823
LT
6533 * savehist.el (savehist-mode): Don't bother with
6534 `custom-set-minor-mode'.
2d10b62b
SM
6535 (savehist-coding-system): Check XEmacs version.
6536 (history-length): Declare also at run time.
6537 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
6538 Don't set the customize state.
6539 (savehist-minibuffer-hook): Special case for when
6540 minibuffer-history-variable is equal to t.
6541
2f0e4846
SM
65422005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
6543
8e5c7b90
SM
6544 * files.el (write-file): Refresh VC status.
6545
2f0e4846
SM
6546 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
6547 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
6548 than fundamental-mode to see if the mode was set.
6549
670d3fce
RF
65502005-11-14 Romain Francoise <romain@orebokech.com>
6551
6552 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
6553 dummy function in `eval-when-compile' to avoid compiler warning.
6554 Require `man' at compile time.
6555
d0158f73
JB
65562005-11-14 Jay Belanger <belanger@truman.edu>
6557
6558 * calc-alg.el (calcFunc-write-out-power): Rename it to
6559 calcFunc-powerexpand.
6560 (math-write-out-power): Rename it to math-powerexpand; have it
6561 handle negative exponents.
6562 (calc-writeoutpower): Rename it to calc-powerexpand.
6563
6564 * calc-ext.el: Change calcFunc-writeoutpower and
6565 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
6566 autoloads.
6567 Add calcFunc-ldiv to autoloads.
6568
6569 * calc-arith.el (calcFunc-ldiv): New function.
6570
6571 * calc.el (calc-left-divide): New function.
6572
882108c7
JL
65732005-11-14 Juri Linkov <juri@jurta.org>
6574
6575 * cus-edit.el (custom-variable-prompt): Set the default value arg
6576 of completing-read.
6577
6578 * cus-dep.el (custom-make-dependencies): Reverse the list of
6579 found dependencies.
6580
cadb1c90
DN
65812005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
6582
6583 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
6584 Highlighting" entry, it is on by default now.
dea24608 6585 (menu-bar-options-save): Do not save global-font-lock-mode.
cadb1c90 6586
b8b7c66e
RS
65872005-11-13 Richard M. Stallman <rms@gnu.org>
6588
6589 * textmodes/flyspell.el (flyspell-large-region):
6590 Call flyspell-accept-buffer-local-defs.
6591
65922005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
6593
6594 * textmodes/flyspell.el (flyspell-notify-misspell):
6595 Fix misspelling of "Misspelling".
6596 (flyspell-process-localwords): New function.
6597 (flyspell-large-region): Call flyspell-process-localwords and
6598 flyspell-delete-region-overlays.
6599 (flyspell-delete-region-overlays): New function.
6600 (flyspell-delete-all-overlays): Call that.
6601
7e1b6c2c
RS
66022005-11-13 Richard M. Stallman <rms@gnu.org>
6603
6604 * help.el (help-for-help-internal): Improve doc of C-h a.
afabbb4d 6605 (describe-key): Improve prompt; doc fix.
225dad8e 6606
1c32c9d6
SM
66072005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
6608
1508b91a
SM
6609 * vc-svn.el (vc-svn-registered): Catch all errors.
6610
1c32c9d6
SM
6611 * cus-dep.el (custom-make-dependencies): Typo.
6612
75b19c39
MA
66132005-11-13 Michael Albinus <michael.albinus@gmx.de>
6614
6615 * net/tramp-util.el (top): Fix compilation warning.
6616
8965e9c1
KS
66172005-11-13 Kim F. Storm <storm@cua.dk>
6618
6619 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
6620
9ecc27d0
NR
66212005-11-13 Nick Roberts <nickrob@snap.net.nz>
6622
225dad8e 6623 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
9ecc27d0
NR
6624 (gud-speedbar-buttons): Match on "const char *" too.
6625
6626 * progmodes/gdb-ui.el (gdb-var-create-handler)
6627 (gdb-var-list-children-handler): Match on "const char *" too.
6628 (gdb-var-evaluate-expression-handler): Match on empty string.
6629 (gdb-var-update-handler): Only call
6630 gdb-var-evaluate-expression-handler when required.
6631
e79b7435
NR
66322005-11-13 Nick Roberts <nickrob@snap.net.nz>
6633
6634 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
6635 selected window. This still doesn't work for speedbar.
9ecc27d0 6636 (gud-speedbar-buttons): Handle string expressions properly.
e79b7435 6637
47b3cf39
NR
6638 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
6639 (gdb-var-create-handler): Handle string expressions properly.
e79b7435 6640 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
1c32c9d6 6641 Handle string expressions properly. Move "type" field into regexp.
e79b7435 6642
9a9f1fdd 66432005-11-12 Karl Fogel <kfogel@red-bean.com>
8965e9c1 6644
9a9f1fdd 6645 * bookmark.el (bookmark-maybe-message): New function to reduce
8965e9c1 6646 code duplication: invokes `message' iff baud-rate is high enough.
9a9f1fdd
KF
6647 (bookmark-write-file): Use above instead of an inline conditional.
6648 (bookmark-load): Same.
8965e9c1 6649
a506054a
KF
66502005-11-12 Karl Fogel <kfogel@red-bean.com>
6651
6652 * bookmark.el (bookmark-write-file): Don't visit the destination
6653 file, just write the data to it using write-region. This is
6654 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
6655 change to avoid visiting the file in the first place.
6656
71dd9295
CY
66572005-11-12 Chong Yidong <cyd@stupidchicken.com>
6658
6659 * hi-lock.el (hi-lock-mode): Set the default value of
6660 font-lock-defaults.
6661
81d7d0d6
LT
66622005-11-11 Luc Teirlinck <teirllm@auburn.edu>
6663
ee8fdb13 6664 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
81d7d0d6
LT
6665 arg to `file-attributes'.
6666 (find-lisp-format): The UID and GID can now be strings.
6667
42aad0f6
KS
66682005-11-12 Kim F. Storm <storm@cua.dk>
6669
9f49f577
KS
6670 * help.el (help-map): Bind C-h d to apropos-documentation.
6671
0820b753
KS
6672 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
6673 when point is at end-of-buffer.
6674
42aad0f6
KS
6675 * apropos.el (apropos-match-face): Doc fix.
6676 (apropos-sort-by-scores): Add new choice `verbose'.
6677 (apropos-documentation-sort-by-scores): New defcustom.
6678 (apropos-pattern): Now contains the pattern entered by the user.
6679 (apropos-pattern-quoted): New defvar.
6680 (apropos-regexp): New defvar, containing the regexp corresponding
6681 to apropos-pattern.
1c32c9d6 6682 (apropos-all-words-regexp): Rename from apropos-all-regexp.
42aad0f6
KS
6683 (apropos-read-pattern): New defun. Use it to read pattern arg in
6684 interactive calls; returns list of words for a word list, and
6685 string for a regexp.
1c32c9d6 6686 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
42aad0f6
KS
6687 parses a list of words or regexp as returned by apropos-read-pattern.
6688 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
6689 (apropos-score-doc): Return a very high score if the string
6690 entered by the user matches literally.
6691 (apropos-variable): Doc fix. Use apropos-read-pattern.
6692 (apropos-command): Doc fix. Use apropos-read-pattern and
6693 apropos-parse-pattern. Call apropos-print with nosubst=t.
af71d4c0 6694 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
42aad0f6 6695 apropos-parse-pattern.
af71d4c0 6696 (apropos-documentation): Doc fix. Use apropos-read-pattern and
42aad0f6
KS
6697 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
6698 apropos-documentation-sort-by-scores. Call apropos-print with
6699 nosubst=t.
6700 (apropos-documentation-internal): Pass doc string through
6701 substitute-key-definition before adding text properties.
6702 Highlight substring matching literal user input if possible.
6703 (apropos-documentation-check-doc-file): Remove locals beg and end.
6704 Fix calculation of score (as added twice). Pass doc string through
6705 substitute-key-definition before adding text properties.
6706 (apropos-documentation-check-elc-file): Pass doc string through
6707 substitute-key-definition before adding text properties.
6708 Highlight substring matching literal user input if possible.
6709 (apropos-print): Add new arg NOSUBST; if set, command and variable
6710 doc strings have already been passed through substitute-key-definition.
6711 Add code to handle apropos-accumulator items without score element
6712 for backwards compatibility (e.g. with woman package).
6713 Only show scores if apropos-sort-by-scores is `verbose'.
6714
be93a2c4
SM
67152005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
6716
6717 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
6718 Add jka-compr-load-suffixes to load-suffixes.
6719
119f6f17 6720 * jka-compr.el: Require jka-cmpr-hook.
be93a2c4
SM
6721 (jka-compr-info-compress-message, jka-compr-info-compress-program)
6722 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
6723 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
6724 (jka-compr-info-can-append, jka-compr-info-strip-extension)
6725 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
6726 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
6727 (jka-compr-uninstall): Remove entries from
6728 jka-compr-added-to-file-coding-system-alist after they are used.
6729 (jka-compr-error): Remove unused var `curbuf'.
6730 (jka-compr-file-local-copy): Remove unused var `notfound'.
6731
7127d508
RF
67322005-11-10 Romain Francoise <romain@orebokech.com>
6733
6734 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
6735
46faf25e
NR
67362005-11-11 Nick Roberts <nickrob@snap.net.nz>
6737
6738 * progmodes/gud.el (gud-menu-map): Move parentheses.
6739 (gdb): New command gud-pv.
6740
be93a2c4
SM
67412005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
6742
6743 * tar-mode.el: Remove spurious or unnecessary leading stars
6744 in docstrings.
6745 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
6746 (tar-parse-octal-integer-safe): Use mapc.
6747 (tar-header-block-summarize): Remove unused var `ck'.
6748 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
6749 cleared before. Obey default-enable-multibyte-characters.
6750 Use mapconcat. Simplify setting of tar-header-offset.
6751 (tar-mode-map): Move initialization inside delcaration.
6752 (tar-flag-deleted): Use `abs'.
6753 (tar-expunge-internal): Remove unused var `line'.
6754 (tar-expunge-internal): Don't hardcode point-min==1.
6755 (tar-expunge): Widen while doing set-buffer-multibyte.
6756 (tar-rename-entry): Use file-name-coding-system.
6757 (tar-alter-one-field): Don't hardcode point-min==1.
6758 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
6759 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
6760
94b073f3
MY
67612005-11-10 Masatake YAMATO <jet@gyve.org>
6762
af94256b 6763 * add-log.el (add-log-current-defun): Handle class::method
af71d4c0 6764 notation of c++. Fix incorrect comment.
94b073f3 6765
f192689e
AM
67662005-11-10 Alan Mackenzie <acm@muc.de>
6767
6768 * help-fns.el (describe-variable): Make C-h v work when a variable
6769 has variable documentation yet is unbound.
6770
af8308ec
MY
67712005-11-10 Masatake YAMATO <jet@gyve.org>
6772
6773 * man.el (Man-highlight-references): Set an empty
6774 string to `Man-arguments' if it is nil.
d730a9fc 6775 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
af8308ec 6776
be93a2c4
SM
67772005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
6778
6779 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
6780 commenting conventions.
6781
6782 * cus-dep.el (custom-make-dependencies): Simplify.
6783 Better follow the commenting conventions.
6784
fe8bc3fa
RS
67852005-11-09 Richard M. Stallman <rms@gnu.org>
6786
be93a2c4
SM
6787 * apropos.el (apropos-pattern): Rename from apropos-regexp.
6788 (apropos-orig-pattern): Rename from apropos-orig-regexp.
fe8bc3fa
RS
6789 All uses changed.
6790 (apropos-rewrite-regexp): Doc fix.
af94256b 6791 (apropos-variable, apropos-command, apropos, apropos-value):
fe8bc3fa
RS
6792 Change prompt; carry through the argument renaming.
6793
6e128e32
LT
67942005-11-09 Luc Teirlinck <teirllm@auburn.edu>
6795
6796 * find-lisp.el: Require dired.
6797 (find-lisp-find-dired-internal): Do not call
6798 `abbreviate-file-name' on DIR.
6799
78e5988d
NR
68002005-11-10 Nick Roberts <nickrob@snap.net.nz>
6801
6802 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
6803
31fa5025
NR
68042005-11-09 Nick Roberts <nickrob@snap.net.nz>
6805
6806 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
6807 when using the speedbar.
6808 (gdb): New command gud-pp.
6809 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
6810
58b6f884
JL
68112005-11-09 Juri Linkov <juri@jurta.org>
6812
6813 * replace.el (occur-excluded-properties): New defcustom.
6814 (occur-1, occur-engine, occur-accumulate-lines): Use it.
6815
65b62d0a
JB
68162005-11-08 Jay Belanger <belanger@truman.edu>
6817
217d155e 6818 * calc/calc-units.el (math-convert-units): Replace any composite
65b62d0a
JB
6819 unit by its definition.
6820
77f996e5 68212005-11-08 Lars Hansen <larsh@soem.dk>
217d155e
RF
6822
6823 * emacs-lisp/autoload.el (update-directory-autoloads):
6824 Add obsolete function alias.
6825
4acbd507
SM
68262005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
6827
5a3859e6
SM
6828 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
6829 comment-indent-function.
6830 (lisp-comment-indent): Replace by an alias for comment-indent-default.
6831
4acbd507
SM
6832 * reveal.el (reveal-post-command): Rework the handling of
6833 reveal-open-spots, so as to be more reliable. There were several
6834 tricky corner cases where an open spot might be lost, or where
6835 a closed spot might end up on the list of open spots.
6836 Only reveal text that's ellipsised.
6837
b58b00ca
CD
68382005-11-07 Carsten Dominik <dominik@science.uva.nl>
6839
4acbd507 6840 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
b58b00ca 6841
f5723ff5
JPW
68422005-11-07 John Paul Wallington <jpw@gnu.org>
6843
6844 * ibuffer.el (ibuffer): Search iconified frames too when
6845 getting Ibuffer buffer's window.
6846
fda12b27
RS
68472005-11-06 Richard M. Stallman <rms@gnu.org>
6848
6849 * progmodes/compile.el (compilation-internal-error-properties):
6850 save-excursion around the computation of MARKER.
6851
68522005-11-06 Piet van Oostrum <piet@cs.uu.nl>
6853
6854 * textmodes/flyspell.el (flyspell-external-point-words):
6855 flyspell-get-word returns a list, not just a string.
6856
9514fb7f
JPW
68572005-11-06 John Paul Wallington <jpw@pobox.com>
6858
6859 * ibuffer.el (ibuffer): Search all visible frames when getting
6860 Ibuffer buffer's window.
6861
30abc4f4
MY
68622005-11-07 Masatake YAMATO <jet@gyve.org>
6863
d730a9fc 6864 * man.el (Man-reference-regexp): Accept spaces between
30abc4f4
MY
6865 `Man-name-regexp' and `Man-section-regexp'.
6866 (Man-apropos-regexp): New variable.
6867 (Man-abstract-xref-man-page): Use value for `Man-target-string'
6868 if available.
4acbd507
SM
6869 (Man-highlight-references, Man-highlight-references0):
6870 Handle the case when `Man-arguments' includes "-k".
6871 (Man-highlight-references0): Rename the argument `TARGET-POS' to
30abc4f4
MY
6872 `TARGET'. `TARGET' can be a number, function or nil.
6873
2dd3b43b
NR
68742005-11-06 Nick Roberts <nickrob@snap.net.nz>
6875
6876 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
c660a322
KS
6877 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
6878 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
2dd3b43b
NR
6879 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
6880 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
c660a322 6881 (gdb-send-item): Use buffer-local-value and simplify.
2dd3b43b 6882
1b0ee2ce
LT
68832005-11-05 Luc Teirlinck <teirllm@auburn.edu>
6884
6885 * startup.el (command-line): Use `custom-reevaluate-setting' for
6886 `global-font-lock-mode'.
6887
c660a322
KS
6888 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
6889 by default, except in batch mode or when the -D option is given.
1b0ee2ce
LT
6890
6891 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
6892 specified keyword args on to `define-minor-mode'. Update docstring.
6893
61f570e2
RF
68942005-11-05 Romain Francoise <romain@orebokech.com>
6895
6896 * replace.el (occur-engine): Add marker at end of line, too.
6897
af71d4c0 68982005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
dd7c6f21
RS
6899
6900 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
6901 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
6902 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
119f6f17 6903 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
dd7c6f21
RS
6904 argument to all these routines, so the passphrase can be managed
6905 externally and passed in to the system.
6906 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
6907 pgg-add-passphrase-to-cache function.
6908
6909 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
6910 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
6911 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
119f6f17 6912 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
dd7c6f21
RS
6913 argument to all these routines, so the passphrase can be managed
6914 externally and passed in to the system.
6915 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
6916 function.
6917
d60b49ac
DN
69182005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
6919
6920 * font-lock.el: Don't deal with font-lock-face-attributes here,
6921 move the code ...
6922
af71d4c0 6923 * startup.el (command-line): ... here. Use face-spec-set instead
d60b49ac
DN
6924 of custom-declare-face.
6925
6926 * faces.el (face-spec-set): Reset the face if spec is not nil.
6927
45f6a663
SM
69282005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
6929
6930 * newcomment.el (comment-region-internal): Box more tightly in the
6931 common case where there's no TAB in the boxed text.
6932
db2cf961
JD
69332005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6934
6935 * info.el (info-tool-bar-map): Use images prev-node, next-node and
6936 up-node.
6937
dc9cfe1e
EZ
69382005-11-04 Ulf Jasper <ulf.jasper@web.de>
6939
af71d4c0 6940 * newsticker.el: Commentary updated. Code formatting changed.
45f6a663 6941 (newsticker-version): Change to "1.9".
dc9cfe1e 6942 (newsticker, newsticker-feed): Doc fix.
45f6a663
SM
6943 (newsticker-url-list): Doc fix. Add option "Weekly".
6944 (newsticker-retrieval-interval): Add option "Weekly".
dc9cfe1e 6945 (newsticker-headline-processing): Doc fix.
45f6a663 6946 (newsticker-auto-mark-filter): Remove.
dc9cfe1e
EZ
6947 (newsticker-auto-mark-filter-list): New.
6948 (newsticker-layout, newsticker-sort-method): Doc fix.
6949 (newsticker-hide-old-items-in-newsticker-buffer)
6950 (newsticker-heading-format, newsticker-item-format)
6951 (newsticker-desc-format): Doc fix.
45f6a663 6952 (newsticker-show-all-rss-elements): Remove.
dc9cfe1e
EZ
6953 (newsticker-show-all-news-elements): New.
6954 (newsticker-faces, newsticker-ticker): Doc fix.
6955 (remove-from-invisibility-spec): Code formatting.
6956 (newsticker--process-ids): New.
6957 (newsticker-mode): Doc fix.
45f6a663
SM
6958 (newsticker-mode): Change mode-line-format.
6959 (newsticker-start): Remove debug output.
af71d4c0 6960 (newsticker-start-ticker): Doc fix. Add autoload cookie.
dc9cfe1e
EZ
6961 (newsticker-w3m-show-inline-images): Code formatting.
6962 (newsticker-next-item): Call `force-mode-line-update'.
6963 (newsticker-previous-item): Call `force-mode-line-update'.
6964 (newsticker-next-feed): Call `force-mode-line-update'.
6965 (newsticker-previous-feed): Call `force-mode-line-update'.
6966 (newsticker-mark-all-items-at-point-as-read): Code formatting.
6967 (newsticker-show-old-items): Do not show descs.
45f6a663 6968 (newsticker-hide-entry): Hide too much.
dc9cfe1e
EZ
6969 (newsticker-hide-entry, newsticker-show-entry)
6970 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
6971 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
6972 (newsticker-toggle-auto-narrow-to-item): Code formatting.
6973 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
6974 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
45f6a663
SM
6975 (newsticker-get-news): Call `force-mode-line-update'.
6976 Collect process ids.
6977 (newsticker--sentinel): Change coding system handling.
6978 Move image retrieval to new functions newsticker--get-logo-url-*.
6979 Move feed parsing to new functions newsticker--parse-*.
6980 Update list of process ids.
dc9cfe1e
EZ
6981 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
6982 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
6983 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
6984 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
6985 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
6986 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
6987 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
45f6a663
SM
6988 (newsticker--decode-coding-string): Remove.
6989 (newsticker--decode-numeric-entities): Check input. Format code.
dc9cfe1e
EZ
6990 (newsticker--remove-whitespace): Check input.
6991 (newsticker--do-forget-preformatted): Doc fix.
6992 (newsticker--decode-rfc822-date): Allow for missing time.
6993 (newsticker--update-process-ids): New.
45f6a663
SM
6994 (newsticker--image-sentinel): Change comment.
6995 (newsticker--image-read): Change error message.
dc9cfe1e
EZ
6996 (newsticker--imenu-goto): Doc fix. Show headline title.
6997 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
6998 (newsticker--buffer-do-insert-text): Clean whitespace in
45f6a663
SM
6999 html-rendered headline title. Code formatting.
7000 Call `newsticker--buffer-print-extra-elements'.
7001 (newsticker--buffer-print-extra-element): Remove.
dc9cfe1e
EZ
7002 (newsticker--buffer-print-extra-elements): New.
7003 (newsticker--buffer-do-print-extra-element): New.
7004 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
7005 large sizes.
7006 (newsticker--run-auto-mark-filter)
45f6a663
SM
7007 (newsticker--do-run-auto-mark-filter):
7008 Use `newsticker-auto-mark-filter-list'.
dc9cfe1e 7009
c97f3d3c
EZ
70102005-11-04 Ryan Yeske <rcyeske@gmail.com>
7011
7012 * net/rcirc.el: Use split-string OMIT-NULLS argument.
7013 (rcirc-print): Force redisplay before running hooks. Do long
7014 buffer truncation after making new text read-only. Deal with nil
7015 text when decoding strings. If TARGET is nil, use either the
7016 currently selected buffer, if it is an rcirc buffer and of the
7017 same process or the process buffer.
7018 (rcirc-mode): Remove header-line. Recompute short buffer names.
45f6a663 7019 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
c97f3d3c 7020 (rcirc-short-buffer-name): Add variable.
45f6a663
SM
7021 (rcirc-kill-buffer-hook): Recompute short buffer names.
7022 Remove nick from private channel.
7023 (rcirc-send-input): Send command text to current-buffer.
7024 Don't clear overlay arrow here.
c97f3d3c
EZ
7025 (rcirc-short-buffer-name): Return a short buffer name.
7026 (rcirc-update-short-buffer-names, rcirc-abbreviate)
7027 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
7028 buffer-name abbreviations.
45f6a663
SM
7029 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
7030 Do not touch nick-table when killing a parted channel.
c660a322
KS
7031 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
7032 Clear arrow from current buffer if it is now hidden.
c97f3d3c
EZ
7033 (rcirc-current-buffer): Add variable.
7034 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
7035 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
7036 Remove -face from names.
7037 (rcirc-update-activity-string): Print "DND" when globally ignoring
7038 activity.
7039 (rcirc-ignore-buffer-activity-flag): Rename from
7040 rcirc-ignore-channel-activity.
7041 (rcirc-ignore-all-activity-flag): Doc fix.
7042 (rcirc-channels): Remove variable.
7043 (rcirc-kill-buffer-hook):
7044 (rcirc-get-buffer-create): Add nick to private channel.
7045 (rcirc-multiline-edit-submit): Remove tabs.
7046 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
7047 folded.
7048 (rcirc-remove-nick-channel): Bug fix.
7049 (rcirc-toggle-ignore-buffer-activity): Rename from
7050 rcirc-toggle-ignore-channel-activity.
7051 (rcirc-record-activity): Add buffers to the front of the list.
7052 (rcirc-update-activity): Remove killed buffers from list.
7053 (rcirc-process-server-response-1): Remove last argument if it is
7054 null before calling handler.
7055 (rcirc): Add "rcirc" defcustom prefix.
45f6a663
SM
7056 (rcirc-prompt): Simplify default prompt.
7057 Use custom-initialize-default.
c97f3d3c
EZ
7058 (rcirc-private-chats): Remove variable.
7059 (rcirc-prompt): Change initialization.
7060 (rcirc-version): Remove function.
7061 (rcirc-id-string): Add constant.
7062 (rcirc-last-buffer): Remove variable.
7063 (rcirc-buffer-alist): Add variable.
7064 (rcirc-connect): Update variable setup.
7065 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
7066 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
7067 default.
7068 (rcirc-handler-generic): Trigger activity.
7069 (rcirc-send-message): Create the buffor of the target.
45f6a663
SM
7070 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
7071 (rcirc-get-buffer): Just return nil if there is no matching buffer.
c97f3d3c
EZ
7072 (rcirc-multiline-edit-cancel): Remove function.
7073 (rcirc-set-last-buffer): Remove function.
7074 (rcirc-get-any-buffer): Add function.
7075 (rcirc-join-channels): Don't print /join text.
7076 (rcirc-toggle-ignore-channel-activity): Add and update echo area
7077 messages.
7078 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
7079 (rcirc-handler-NOTICE): Recognize CTCP responses.
7080 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
7081 constructing TOPIC string for buffers we are not JOINed.
7082 (rcirc-handler-CTCP-response): Add handler.
7083 (rcirc-multiline-edit-submit): Restore the window-configuration
7084 before adjusting point.
7085 (rcirc): Add customization group.
7086 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
7087 (rcirc-user-full-name, rcirc-startup-channels-alist)
7088 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
7089 (rcirc-ignore-all-activity-flag, rcirc-time-format)
7090 (rcirc-input-ring-size, rcirc-read-only-flag)
7091 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
7092 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
7093 Change defvar to defcustom.
7094 (rcirc-update-prompt): Add optional ALL arg, which will update
7095 prompts in all rcirc buffers. Regexp quote replacement text.
119f6f17 7096 (rcirc-fill-column): Accept frame-width as a value.
c97f3d3c
EZ
7097 (rcirc-set-changed): Add function.
7098 (rcirc-next-active-buffer): Write more meaningful messages.
7099 (rcirc-faces): Add customization group.
7100 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
7101 (rcirc-nick-in-message-face, rcirc-prompt-face)
7102 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
7103 (with-rcirc-process-buffer): Move before first usage.
7104 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
7105 (rcirc-debug-flag): Rename from `rcirc-log-p'.
7106 (rcirc-debug): Rename from `rcirc-log'.
119f6f17 7107 (rcirc-format-response-string): Do not print `-' chars for a
c97f3d3c 7108 NOTICE with no sender. Simplify output of server responses.
45f6a663 7109
c97f3d3c
EZ
71102005-11-04 Henrik Enberg <henrik.enberg@telia.com>
7111
7112 (rcirc-browse-url-map, rcirc-browse-url-at-point)
af71d4c0
JB
7113 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
7114 Make urls mouse and RET clickable.
c97f3d3c 7115
ffce4757
EZ
71162005-11-04 Henrik Enberg <henrik.enberg@telia.com>
7117
7118 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
7119
77f996e5 71202005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
9e673321
EZ
7121
7122 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
7123 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
7124 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
119f6f17 7125 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
9e673321
EZ
7126 argument to all these routines, so the passphrase can be managed
7127 externally and passed in to the system.
7128 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
7129 pgg-add-passphrase-to-cache function.
7130
7131 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
7132 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
7133 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
119f6f17 7134 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
9e673321
EZ
7135 argument to all these routines, so the passphrase can be managed
7136 externally and passed in to the system.
7137 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
7138 function.
7139
98945794
EZ
71402005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
7141
7142 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
7143 from goto-address-url-regexp.
7144
94539089
CD
71452005-11-04 Carsten Dominik <dominik@science.uva.nl>
7146
c660a322 7147 * textmodes/org.el (org-read-date, org-goto-calendar)
45f6a663 7148 (org-recenter-calendar, org-agenda-goto-calendar):
119f6f17 7149 Temporarily clear `calendar-move-hook'.
94539089 7150
39bcfe5f 71512005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
45f6a663
SM
7152
7153 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
39bcfe5f 7154 merging.
45f6a663
SM
7155
7156 * ediff-util.el (ediff-previous-difference): Don't skip regions that
39bcfe5f 7157 have merge clashes.
45f6a663 7158
97a7dbee
YM
71592005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7160
45f6a663
SM
7161 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
7162 Undo previous change.
97a7dbee
YM
7163
7164 * startup.el (command-line): Use `custom-reevaluate-setting' for
51f47f64
YM
7165 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
7166 tty-register-default-colors on Mac.
97a7dbee 7167
c72ff615
NR
71682005-11-04 Nick Roberts <nickrob@snap.net.nz>
7169
45f6a663 7170 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
c72ff615
NR
7171 (gdb-buffer-type): Make it automatically buffer local...
7172 (gdb-get-create-buffer): ...and set it accordingly.
7173 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
7174 actually work.
7175
11ec76b7
DN
71762005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
7177
7178 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
7179 not red.
7180
2b02eddf
NR
71812005-11-04 Nick Roberts <nickrob@snap.net.nz>
7182
7183 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
7184 case GUD buffer is not visible.
7185 (gdb-goto-breakpoint): Try to force display in source buffer.
7186 (gdb-frame-gdb-buffer): Copy other similar functions.
7187 (gdb-restore-windows): Don't display source if not asked for.
7188 (gdb-assembler-buffer-name): Don't capitalise.
7189
e082564e
RS
71902005-11-03 Richard M. Stallman <rms@gnu.org>
7191
7192 * wid-edit.el (key-sequence): New widget type.
7193
7194 * simple.el (set-mark-command-repeat-pop): New variable.
7195 (set-mark-command): Only interpret plan C-@ after a pop as a pop
7196 if set-mark-command-repeat-pop is true.
7197
7198 * info.el (Info-fontify-node): Don't display extra "see" if there
7199 already is one here.
7200
7201 * mouse.el: Fix special handling of DEL after dragging a region:
7202 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
171aaa8a 7203 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
e082564e
RS
7204
7205 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
7206
7207 * textmodes/ispell.el (ispell-command-loop): Change `i' description
7208 not to assume it pertains to an affix.
7209
7210 * textmodes/flyspell.el (flyspell-post-command-hook):
7211 Bind deactivate-mark to prevent deactivation.
7212
438fc253 72132005-11-03 Lars Hansen <larsh@soem.dk>
2b02eddf 7214
438fc253
LH
7215 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
7216 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
7217 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
7218
ebce92c7
RF
72192005-11-03 Romain Francoise <romain@orebokech.com>
7220
7221 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
7222 Update copyright years.
7223
c7280fb5
SS
72242005-11-03 Sam Steingold <sds@gnu.org>
7225
13d65a03
SM
7226 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
7227 Use system-type instead of window-system because window-system is not
c7280fb5
SS
7228 correctly defined during loadup.
7229
aaaa8abb
MH
72302005-11-02 Mark A. Hershberger <mah@everybody.org>
7231
7232 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
7233 (xml-parse-tag): Join strings separated by a comment properly.
7234
c80eca71
AS
72352005-11-02 Andreas Schwab <schwab@suse.de>
7236
13d65a03
SM
7237 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
7238
72392005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
7240
7241 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
7242 (byte-optimize-pure-func): Quote the eval'd value.
7243
7244 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
7245 Rename from perl-font-lock-syntactic-face-function.
7246 Change the calling convention so it can be used as a font-lock MATCHER.
7247 Do the parse-partial-sexp loop outselves.
7248 (perl-font-lock-syntactic-keywords): Use it.
7249 (perl-mode): Don't set font-lock-syntactic-face-function any more.
c80eca71 7250
c2205a03
NR
72512005-11-02 Nick Roberts <nickrob@snap.net.nz>
7252
2b02eddf
NR
7253 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
7254 disassembly buffer too.
c2205a03
NR
7255 (gdb-exited): Remove overlay arrows when execution has finished.
7256 (gdb-info-frames-custom, gdb-info-threads-custom)
7257 (gdb-info-registers-custom): Don't add inappropriate text
7258 properties if inferior is not active.
7259
c046af95
GM
72602005-11-02 Glenn Morris <rgm@gnu.org>
7261
13d65a03
SM
7262 * progmodes/fortran.el (fortran-blink-match):
7263 Use `blink-matching-delay'.
c046af95 7264
af71d4c0 72652005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
3631f993
GM
7266
7267 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
7268
e89cd3e6 72692005-11-02 Lars Hansen <larsh@soem.dk>
ebce92c7 7270
e89cd3e6
LH
7271 * net/tramp.el (tramp-action-out-of-band): Handle scp message
7272 "Permission denied".
7273
b5714852
RS
72742005-11-01 Richard M. Stallman <rms@gnu.org>
7275
7276 * textmodes/flyspell.el (flyspell-external-point-words):
7277 Pass nil to flyspell-get-word.
7278
8f15921b
KS
72792005-11-02 Kim F. Storm <storm@cua.dk>
7280
7281 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
7282 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
7283
e5f64be2
SM
72842005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
7285
7286 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
7287 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
7288 (calendar-mouse-print-dates): Add optional `event' argument.
7289 Update interactive-spec.
7290 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
7291 Use `calendar-event-to-date' instead of `event'.
7292
6f9a47ab
MY
72932005-11-02 Masatake YAMATO <jet@gyve.org>
7294
e5f64be2
SM
7295 * progmodes/ld-script.el (ld-script-builtins):
7296 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
7297 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
6f9a47ab
MY
7298 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
7299
7bba5cae
RF
73002005-11-01 Romain Francoise <romain@orebokech.com>
7301
7302 * vc-sccs.el: Update copyright year.
7303 * ezimage.el: Likewise.
7304
af71d4c0 73052005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
4dacf0ff
JL
7306
7307 * info.el (Info-fontify-node): Use `string-width' for fontifying
7308 underlined titles.
7309
99315976
JL
73102005-11-01 Juri Linkov <juri@jurta.org>
7311
7312 * info.el (Info-fontify-node): Downcase node header keywords Node,
7313 Prev, Next, Up before comparison.
7314 (Info-history): Insert absolute directory name, and put invisible
7315 property on it.
7316
94b10022
JL
73172005-11-01 Juri Linkov <juri@jurta.org>
7318
7319 * info.el (Info-file-supports-index-cookies): New variable.
7320 (Info-find-node-2): Check makeinfo version for index cookie support.
7321 (Info-index-nodes): Search for nodes with index cookies only when
7322 Info-file-supports-index-cookies is t. Otherwise, search nodes
7323 with "Index" in the node name.
7324 (Info-index-node): Search index cookie in the current node only when
7325 Info-file-supports-index-cookies is t. Otherwise, check the word
7326 "Index" in the node name.
7327 (Info-find-emacs-command-nodes): Remove code that searches nodes
7328 with "Index" node name in the top menu.
7329
c7deede0
SM
73302005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
7331
7332 * progmodes/scheme.el (scheme-mode-variables): Use the default
7333 comment-indent-function.
7334
7335 * faces.el (face-attribute): Handle the case where a face inherits from
7336 a non-existent face.
7337
7338 * simple.el (eval-expression-print-format): Use lisp-readable syntax
7339 for octal and hexa output, and merge the char into the paren.
7340 (kill-new): Use push.
7341 (copy-to-buffer): Use with-current-buffer.
7342 (completion-setup-function): Move code in loop to remove redundancy.
7343 (minibuffer-local-must-match-map): Don't add bindings that duplicate
7344 those inherited from minibuffer-local-completion-map.
7345
7346 * savehist.el (savehist-mode) <defcustom>:
7347 Use custom-set-minor-mode if available.
7348 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
7349 and emit a message if applicable.
7350
73512005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
7352
7353 * savehist.el: Sync up to version 19.
7354 (savehist-mode): New minor mode.
7355 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
7356 (savehist-length): Remove (use history-length instead).
7357 (savehist-file-modes): Rename from savehist-modes.
7358 (savehist-save-hook, savehist-loaded): New vars.
7359 (savehist-load): Use savehist-mode. Try to smooth up transition from
7360 old format to new format.
7361 (savehist-install): Allow savehist-autosave-interval to be nil.
7362 (savehist-save): Run the new hook. Be more careful to only trim the
7363 history variables.
7364 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
7365 (savehist-printable): Print into a buffer rather than char-by-char.
7366
769b5f0a
JW
73672005-11-01 John Wiegley <johnw@newartisans.com>
7368
c7deede0 7369 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
bff4d65f
JW
7370 toggle-ignore keybinding (C-a). The author said it had been
7371 disabled much earlier due to a possible incompatibility, but after
7372 many months of usage I have encountered no problems (and it is a
7373 rather useful option, especially for switching to " *temp*").
7374
c7deede0 7375 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
73f99a66
JW
7376 support for OS/X's AddressBook, by calling out to the open source
7377 program "contacts" (installable through Fink).
7378
7379 * net/eudc.el (eudc-expand-inline): If the
7380 `eudc-multiple-match-handling-method' is set to `all', delete the
7381 query string before inserting the query result.
7382
c7deede0 7383 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
769b5f0a
JW
7384 flag, to prevent Eshell from using the system ls when
7385 `eshell-ls-insert-directory' is in used.
7386 (eshell-ls-insert-directory): Disable font-lock in directory
7387 buffer so that Eshell's own fontification is seen. This broke
7388 recently due to changes in font-lock, so this goes back to version
7389 21 behavior.
7390
e5beba32
NR
73912005-11-01 Nick Roberts <nickrob@snap.net.nz>
7392
7393 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
7394 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
7395 (gdb-many-windows): Doc fix.
7396
ac8c0cce
RF
73972005-10-31 Romain Francoise <romain@orebokech.com>
7398
7399 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
7400
c94f08ff
DN
74012005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
7402
7403 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
7404 that global-font-lock-mode can be enabled by default.
7405
7406 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
7407 (font-lock-add-keywords, font-lock-remove-keywords)
7408 (font-lock-fontify-buffer): Remove autoload cookies.
7409
7410 * jit-lock.el (jit-lock-register): Likewise.
7411
7412 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
7413
c8010cbb
NR
74142005-10-31 Nick Roberts <nickrob@snap.net.nz>
7415
7416 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
7417 intact if there is no gud-comint-buffer.
7418
74192005-10-31 Luc Teirlinck <teirllm@auburn.edu>
7420
7421 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
7422 old prompt comint-prompt-read-only is t and GDB commands are
7423 issued from tool bar etc.
7424
9a36031f
MY
74252005-10-31 Masatake YAMATO <jet@gyve.org>
7426
7427 * vc.el (vc-directory-exclusion-list): Add "{arch}".
7428
6c060884
CY
74292005-10-30 Chong Yidong <cyd@stupidchicken.com>
7430
7431 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
7432 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
7433
55880756
MA
74342005-10-30 Michael Albinus <michael.albinus@gmx.de>
7435
7436 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
7437 starting at beginning of line. Fontification is messed up when
c7deede0
SM
7438 `open-paren-in-column-0-is-defun-start' set to t.
7439 Reported by John Paul Wallington <jpw@pobox.com>.
55880756 7440
8c633bb4
LT
74412005-10-30 Luc Teirlinck <teirllm@auburn.edu>
7442
7443 * comint.el (comint-send-input): Call `comint-update-fence' when
7444 `comint-process-echoes' and `comint-prompt-read-only' are both
7445 non-nil, to avoid leftover read-only newline.
7446
b9c5959e
RS
74472005-10-30 Richard M. Stallman <rms@gnu.org>
7448
7449 * textmodes/flyspell.el (flyspell-external-point-words):
7450 Detect when WORD can't be checked properly because
7451 flyspell-get-word finds just part of it, and move on.
7452
7453 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
7454 boundarychar for Polish.
7455 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
7456 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
7457
f3be774b
NR
74582005-10-31 Nick Roberts <nickrob@snap.net.nz>
7459
7460 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
7461 (gdb-registers-font-lock-keywords): Delete.
7462 (gdb-registers-mode): Don't fontify.
7463 (gdb-info-registers-custom): Use text properties instead as, in
7464 future, changed register values will use font-lock-warning-face.
7465 (gdb-local-font-lock-keywords): Rename to...
7466 (gdb-locals-font-lock-keywords): ...for consistency.
7467
5e7ae3bd
AS
74682005-10-30 Andre Spiegel <spiegel@gnu.org>
7469
7470 * vc.el (vc-switch-backend): Better error message if the buffer is
7471 not visiting a file under version control.
7472
6aecefa8 7473 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
8c633bb4 7474
c3ab3701
CY
74752005-10-29 Chong Yidong <cyd@stupidchicken.com>
7476
7477 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
7478 ~/.emacs.d/.emacs.
7479
685abb98
RS
74802005-10-29 Richard M. Stallman <rms@gnu.org>
7481
7482 * replace.el (occur-mode-mouse-goto): Always go to other window.
7483 (occur-mode-goto-occurrence): Always switch in same window.
7484
7485 * simple.el (undo): Display message at end, not at start.
7486
7487 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
7488 New arg REUSE-CELL.
7489 (cancel-timer-internal): New function.
7490 (timer-event-handler): Use cancel-timer-internal,
7491 and pass the cell it returns to timer-activate...
7492
7493 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
7494 (jit-lock-deferred-fontify, jit-lock-context-fontify)
7495 (jit-lock-after-change): Test memory-full.
7496
dd7c6f21
RS
74972005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
7498
7499 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
7500 part of the decoded armor to find the key-identifier.
7501 (pgg-gpg-lookup-key-owner): New function to return the
7502 human-readable identifier of a key owner.
7503 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
7504 key itself.
7505 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
7506 the key value) if we have a key and can match it against a secret
7507 key. Also, added a note pointing out fact that the prompt only
7508 indicates the first matching key.
7509
119f6f17 7510 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
dd7c6f21
RS
7511 pgg-decrypt-region.
7512 (pgg-pending-timers): A new hash for tracking the passphrase cache
7513 timers, so that new ones supercede old ones.
7514 (pgg-add-passphrase-to-cache): Rename from
7515 `pgg-add-passphrase-cache' to reduce confusion (all callers
7516 changed). Modified to cancel old timers when new ones are added.
7517 (pgg-remove-passphrase-from-cache): Rename from
7518 `pgg-remove-passphrase-cache' to reduce confusion (all callers
7519 changed). Modified to cancel old timers when their keys are
7520 removed from the cache.
7521 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
7522 XEmacs, an indirection to delete-itimer.
7523 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
7524 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
7525 users can only check cache without risk of prompting. Correct bug in
7526 notruncate behavior.
7527 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
7528 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
7529 Add informative docstrings.
7530 (pgg-decrypt): Convey provided passphrase in subordinate call to
7531 pgg-decrypt-region.
7532
7533 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
7534 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
7535 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
af71d4c0 7536 `passphrase' argument, so the passphrase can be managed externally
dd7c6f21
RS
7537 and then passed in to the system.
7538
7539 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
119f6f17 7540 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
dd7c6f21
RS
7541 so the passphrase cache can be used reliably with identifiers
7542 besides a pgp packet's key id.
7543
7544 * pgg-gpg.el (pgg-pgp-encrypt-region)
7545 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
7546 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
119f6f17 7547 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
dd7c6f21
RS
7548 argument to all these routines, so the passphrase can be managed
7549 externally and passed in to the system.
7550
7551 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
af71d4c0 7552 `notruncate' argument, so the passphrase cache can be used
dd7c6f21
RS
7553 reliably with identifiers besides a pgp packet's key id.
7554
75552005-10-29 Sascha Wilde <swilde@sha-bang.de>
7556
7557 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
7558 symmetric encryption.
7559 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
7560 encrypted session key.
7561 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
7562 message ask for the passphrase in a proper way.
7563
7564 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
7565 New user commands for symmetric encryption.
7566
c390e28c
SM
75672005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
7568
7569 * textmodes/conf-mode.el (conf-assignment-sign)
7570 (conf-assignment-regexp): Fix docstrings.
7571 (conf-mode-initialize): New function.
7572 (conf-mode): Remove optional args. Use delay-mode-hooks to
7573 recognize recursive calls.
7574 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
7575 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
7576 (conf-xdefaults-mode): Use define-derived-mode and
7577 conf-mode-initialize.
7578
1cf586a4
RF
75792005-10-29 Romain Francoise <romain@orebokech.com>
7580
7581 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
7582
feb2f364
EZ
75832005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
7584
c390e28c
SM
7585 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
7586 part of the decoded armor to find the key-identifier.
feb2f364
EZ
7587 (pgg-gpg-lookup-key-owner): New function to return the
7588 human-readable identifier of a key owner.
7589 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
7590 key itself.
7591 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
7592 the key value) if we have a key and can match it against a secret
7593 key. Also, added a note pointing out fact that the prompt only
7594 indicates the first matching key.
7595
119f6f17 7596 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
feb2f364
EZ
7597 pgg-decrypt-region.
7598 (pgg-pending-timers): A new hash for tracking the passphrase cache
7599 timers, so that new ones supercede old ones.
c390e28c 7600 (pgg-add-passphrase-to-cache): Rename from
feb2f364
EZ
7601 `pgg-add-passphrase-cache' to reduce confusion (all callers
7602 changed). Modified to cancel old timers when new ones are added.
c390e28c 7603 (pgg-remove-passphrase-from-cache): Rename from
feb2f364
EZ
7604 `pgg-remove-passphrase-cache' to reduce confusion (all callers
7605 changed). Modified to cancel old timers when their keys are
7606 removed from the cache.
7607 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
7608 XEmacs, an indirection to delete-itimer.
c390e28c
SM
7609 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
7610 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
7611 users can only check cache without risk of prompting. Correct bug in
feb2f364
EZ
7612 notruncate behavior.
7613 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
c390e28c
SM
7614 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
7615 Add informative docstrings.
feb2f364
EZ
7616 (pgg-decrypt): Convey provided passphrase in subordinate call to
7617 pgg-decrypt-region.
7618
af71d4c0 76192005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
feb2f364
EZ
7620
7621 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
7622 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
7623 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
af71d4c0 7624 `passphrase' argument, so the passphrase can be managed externally
feb2f364
EZ
7625 and then passed in to the system.
7626
7627 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
119f6f17 7628 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
feb2f364
EZ
7629 so the passphrase cache can be used reliably with identifiers
7630 besides a pgp packet's key id.
7631
7632 * pgg-gpg.el (pgg-pgp-encrypt-region)
7633 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
7634 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
119f6f17 7635 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
feb2f364
EZ
7636 argument to all these routines, so the passphrase can be managed
7637 externally and passed in to the system.
7638
7639 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
af71d4c0 7640 `notruncate' argument, so the passphrase cache can be used
feb2f364
EZ
7641 reliably with identifiers besides a pgp packet's key id.
7642
76432005-10-29 Sascha Wilde <swilde@sha-bang.de>
7644
7645 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
7646 symmetric encryption.
7647 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
7648 encrypted session key.
7649 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
7650 message ask for the passphrase in a proper way.
7651
7652 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
7653 New user commands for symmetric encryption.
7654
5c825567
BW
76552005-10-28 Bill Wohler <wohler@newt.com>
7656
af71d4c0 7657 * help-mode.el (help-url): New button type. Calls browse-url.
5c825567
BW
7658 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
7659 Similar to Info nodes: URL `url'.
7660 (help-make-xrefs): Create help-url buttons for
7661 help-xref-url-regexp matches.
7662
147ebaca
NR
76632005-10-29 Nick Roberts <nickrob@snap.net.nz>
7664
7665 * tool-bar.el (tool-bar-add-item-from-menu)
7666 (tool-bar-local-item-from-menu): Fix doc strings.
7667
059a552c
RF
76682005-10-28 Romain Francoise <romain@orebokech.com>
7669
6a9e60bc
RF
7670 * ldefs-boot.el: Update.
7671
059a552c
RF
7672 * subr.el (locate-library): Move from help-fns.el.
7673 * help-fns.el (locate-library): Move to subr.el.
7674
8cee983d
RS
76752005-10-28 Richard M. Stallman <rms@gnu.org>
7676
7677 * net/tramp.el (tramp-completion-mode): defvar moved up.
7678
7679 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
7680
7681 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
7682
7683 * files.el (find-file-noselect): Use %d to format large file size.
7684
107fb6c9 7685 * bindings.el (mode-line-format): Add %e.
8cee983d
RS
7686
7687 * loadup.el ("facemenu"): Load unconditionally.
7688 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
7689 ("x-dnd"): Load, when appropriate.
7690
7691 * startup.el (command-line): Call before-init-hook earlier.
7692 Warn about some bad characters in -u user name.
7693
7694 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
7695 (flyspell-external-point-words): Error if misspelled word is not found.
7696 Set flyspell-large-region-beg at end of word.
059a552c 7697
a312f214
AS
76982005-10-28 Andreas Schwab <schwab@suse.de>
7699
c390e28c
SM
7700 * view.el (View-revert-buffer-scroll-page-forward):
7701 Use view-page-size-default.
a312f214 7702
895725e1
JL
77032005-10-28 Juri Linkov <juri@jurta.org>
7704
7705 * international/quail.el (quail-get-current-str): Translate last
7706 raw character for deterministic input methods.
7707
887ec6f1
JB
77082005-10-27 Jay Belanger <belanger@truman.edu>
7709
7710 * calc/calc-ext.el: Add functions to autoloads.
7711 (math-identity-matrix-p, math-ident-row-p): New functions.
7712
7713 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
7714 multiplication by an identity matrix; don't turn multiplication by
7715 an inverse matrix into division.
af71d4c0 7716 (math-div-symbol-fancy): Replace division by matrices with
887ec6f1
JB
7717 multiplication by inverse.
7718
7719 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
7720
7721 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
7722 (calc-writeoutpower): New functions.
7723
2d29381c
RF
77242005-10-27 Romain Francoise <romain@orebokech.com>
7725
1e0ab2f0
RF
7726 * replace.el (occur-engine): Include colon in mouse-face highlight.
7727
2d29381c
RF
7728 * dired-x.el: Change Maintainer field.
7729
a145b41c
CY
77302005-10-26 Chong Yidong <cyd@stupidchicken.com>
7731
7732 * longlines.el (longlines-mode): Bind after-change-functions to
7733 nil during initial decoding and final encoding.
7734
51d96f88
DN
77352005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
7736
7737 * term.el (term-emulate-terminal, term-handle-colors-array)
7738 (term-handle-ansi-escape): Specify the terminfo capabilities
7739 implemented.
7740
d75baf12
RS
77412005-10-26 Richard M. Stallman <rms@gnu.org>
7742
7743 * info.el (Info-fontify-node): Fix detection of sentence-break
7744 before *Note.
7745
9700a45f
RF
77462005-10-26 Romain Francoise <romain@orebokech.com>
7747
d75baf12 7748 * smerge-mode.el: Add `tools' to file keywords.
9700a45f 7749
14924bb1
NR
77502005-10-26 Nick Roberts <nickrob@snap.net.nz>
7751
7752 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
7753 when the fringe is not available.
7754
7755 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
7756 (def-gdb-auto-update-trigger): Simplify construction.
7757 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
7758 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
7759 defined explicitly.
7760 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
7761 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
7762 defined explicitly.
7763 (gdb-info-locals-custom): Remove as it's a no-op.
7764
e7b382ed
CY
77652005-10-25 Chong Yidong <cyd@stupidchicken.com>
7766
7767 * longlines.el (longlines-mode): Remove narrowing before
7768 performing the initial decoding or final encoding.
7769
53aaf457
RF
77702005-10-25 Romain Francoise <romain@orebokech.com>
7771
7772 * emacs-lisp/find-func.el (find-library-name): Also strip
7773 extension if library name ends in .el, to take advantage of
7774 `find-library-suffixes'.
7775
8e7af2c6
RS
77762005-10-25 Richard M. Stallman <rms@gnu.org>
7777
7778 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
7779
f344e9d2
JL
77802005-10-25 Juri Linkov <juri@jurta.org>
7781
7782 * textmodes/texinfo.el (texinfo-mode): Change charset of one
7783 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
7784
47b5f6d6
SM
77852005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
7786
7787 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
7788 (blackbox-redefine-key): Add argument `map'.
7789
7790 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
7791 regions when moving the jit-lock-context-unfontify-pos boundary.
7792
2e167dc4
RS
77932005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
7794
c390e28c 7795 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
2e167dc4 7796
fc50a3be
MY
77972005-10-25 Masatake YAMATO <jet@gyve.org>
7798
7799 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
7800
35b1f2e9
EZ
78012005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
7802
7803 * play/blackbox.el (blackbox-redefine-key): New function.
7804 (blackbox-mode-map): Use it to remap existing bindings for cursor
7805 motion instead of binding literal keys.
7806
3e99f6ee
GM
78072005-10-25 Glenn Morris <rgm@gnu.org>
7808
7809 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
7810 diary does not end in a newline. Do not assume a blank line at
7811 the start of the diary file.
7812
1f1ce6ab
KH
78132005-10-25 Kenichi Handa <handa@m17n.org>
7814
7815 * international/quail.el (quail-translate-key): If the input
7816 method is deterministic and failed to handle the last key, restart
7817 the key handling loop from an appropriate key.
7818
ead91593
MA
78192005-10-25 Michael Albinus <michael.albinus@gmx.de>
7820
7821 * vc.el (vc-dired-mode): Extend comment for binding of
7822 `directory-listing-before-filename-regexp'.
7823
bc6785f3
SM
78242005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
7825
7826 * textmodes/texinfo.el (texinfo-mode):
7827 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
7828 not to unnecessarily expose emacs-mule's internal char codes.
7829
56da68fc
NR
78302005-10-25 Nick Roberts <nickrob@snap.net.nz>
7831
e29a4981
NR
7832 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
7833 Display hand pointer and help-echo on disabled icon too.
7834 (gdb-mouse-until): New function.
7835 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
56da68fc 7836
24bdbffe
CY
78372005-10-24 Chong Yidong <cyd@stupidchicken.com>
7838
7839 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
7840 with 2005-10-23 change to doctor.el.
7841
7842 * finder.el (finder-mode-map): Add follow-link binding.
7843
47ab3ac3
KS
78442005-10-25 Kim F. Storm <storm@cua.dk>
7845
7846 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
7847 to gdb-mouse-toggle-breakpoint-fringe.
7848 (gdb-mouse-toggle-breakpoint-margin): Rename from
af71d4c0 7849 gdb-mouse-toggle-breakpoint. Fix doc.
47ab3ac3
KS
7850 (gdb-mouse-toggle-breakpoint-fringe): New defun.
7851 (gdb-put-string): Add optional SPROPS arg. Add props to string.
7852 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
7853 string properties also for fringe breakpoint bitmaps.
7854
6bcf30dc
CD
78552005-10-24 Carsten Dominik <dominik@science.uva.nl>
7856
bc6785f3 7857 * textmodes/org.el (org-start-icalendar-file): Fix format form.
6bcf30dc 7858
dc447cc5
MY
78592005-10-25 Masatake YAMATO <jet@gyve.org>
7860
567ecdfb
SM
7861 * simple.el (completion-common-substring):
7862 Use `completion-common-substring' prior to `completion-base-size'.
7863
78642005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
7865
7866 * savehist.el: Require CL while compiling.
7867 (savehist-history-variables): Remove.
7868 (savehist-save-minibuffer-history, savehist-additional-variables)
7869 (savehist-minibuffer-history-variables): New vars.
7870 (savehist-save): Use them.
7871 (savehist-uninstall, savehist-minibuffer-hook): New funs.
7872 (savehist-install): New fun, extracted from savehist-load.
7873 (savehist-load): Use them.
7874
78752005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
7876
7877 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
7878 a dummy doc-string-elt property.
7879 (defalias, defvaralias, define-category): Add a docstring property.
7880
7881 * image.el (defimage):
7882 * widget.el (define-widget):
7883 * custom.el (defface, defcustom): Add `doc-string' declaration.
7884
7885 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
7886 (defadvice): Add `doc-string' declaration.
7887
7888 * emacs-lisp/byte-run.el (macro-declaration-function):
7889 Handle `doc-string' declarations.
7890 (define-obsolete-function-alias, define-obsolete-variable-alias):
7891 Add `doc-string' declaration.
dc447cc5 7892
1cbe1e4b
KH
78932005-10-24 Kenichi Handa <handa@m17n.org>
7894
31a8d39f
KH
7895 * international/utf-7.el (utf-7): Add autoload cookie.
7896
1cbe1e4b
KH
7897 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
7898
28e48287
EZ
78992005-10-24 Eli Zaretskii <eliz@gnu.org>
7900
81293113
EZ
7901 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
7902 list of directories passed to batch-update-autoloads. Add "." to
7903 the list of the echoed directories.
7904
28e48287
EZ
7905 * pgg-def.el:
7906 * pgg-gpg.el:
7907 * pgg-parse.el:
7908 * pgg-pgp.el:
7909 * pgg-pgp5.el:
7910 * pgg.el: Moved here from the gnus subdirectory.
7911
11422095
NR
79122005-10-24 Nick Roberts <nickrob@snap.net.nz>
7913
7914 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
7915 in case comint-prompt-read-only is set to t.
7916
7917 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
7918 in case comint-prompt-read-only is set to t.
7919
ad1eff1b
GM
79202005-10-24 Ulf Jasper <ulf.jasper@web.de>
7921
567ecdfb
SM
7922 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
7923 Now a string.
7924 (icalendar-import-format): Handle CLASS, STATUS, URL.
7925 Rename `subject' to `summary'.
ad1eff1b
GM
7926 (icalendar-import-format-summary): Rename from
7927 `icalendar-import-format-subject'.
7928 (icalendar-import-format-url, icalendar-import-format-status)
7929 (icalendar-import-format-class): New variables.
7930 (icalendar--rris): Take variable argument list.
7931 (icalendar--datestring-to-isodate): Remove unnecessary
567ecdfb 7932 calendar-style check when converting dates with explicit month names.
ad1eff1b
GM
7933 (icalendar-export-region): Change return type of conversion
7934 subroutines. Bury current buffer unless error occurred.
7935 (icalendar--convert-to-ical)
7936 (icalendar--parse-summary-and-rest): New functions.
7937 (icalendar--convert-ordinary-to-ical)
7938 (icalendar--convert-weekly-to-ical)
7939 (icalendar--convert-yearly-to-ical)
7940 (icalendar--convert-block-to-ical)
7941 (icalendar--convert-cyclic-to-ical)
7942 (icalendar--convert-anniversary-to-ical): Change return type.
7943 Strip trailing blanks from subject.
7944 (icalendar--convert-sexp-to-ical): Change return type.
7945 Strip trailing blanks from subject. Handle simple sexp
7946 entries as generated by icalendar.el.
7947 (icalendar--convert-float-to-ical)
567ecdfb 7948 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
ad1eff1b
GM
7949 (icalendar-import-file): Doc fix.
7950 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
7951 Correct call to icalendar--rris.
7952 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
7953 `summary'.
7954 (icalendar--add-diary-entry): Rename `subject' to `summary'.
7955
c7cad90c
RF
79562005-10-24 Romain Francoise <romain@orebokech.com>
7957
cbfc02e4
RF
7958 * server.el (server-sentinel): Set query-on-exit flag to nil on
7959 new client processes (it isn't inherited from the server process).
7960
c7cad90c
RF
7961 * replace.el (occur-engine): Rearrange text properties.
7962
7c5ba0d2
SM
79632005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
7964
7965 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
7966 case-fold-search is nil.
7967 (debug-help-follow): Use help-xref-interned directly.
7968
3a20e510
CY
79692005-10-23 Chong Yidong <cyd@stupidchicken.com>
7970
7971 * thumbs.el (thumbs-image-type): Add .pbm.
7972
24c324f9
RS
79732005-10-23 Richard M. Stallman <rms@gnu.org>
7974
1df64254
RS
7975 * faces.el (inhibit-face-set-after-frame-default): New variable.
7976 (set-face-attribute): Bind it.
7977 (face-set-after-frame-default): Test it.
7978
6a897887
RS
7979 * help-fns.el (describe-simplify-lib-file-name): New function.
7980 (describe-function-1, describe-variable): Use it.
7981
7982 * faces.el (describe-face): Use describe-simplify-lib-file-name.
7983
24c324f9
RS
7984 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
7985 Eliminate nil as possible value.
7986 (tooltip-hide-delay): Reduce internal-border-width.
7987
7988 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
7989 (menu-bar-file-menu) <new-file>: Likewise.
7990
7991 * simple.el (line-move-finish): Ignore fields computing LINE-END.
7992
96664fc0 7993 * international/mule.el (load-with-code-conversion):
24c324f9
RS
7994 Pass full file name to `eval-buffer' unless preloading.
7995
7996 * textmodes/flyspell.el (flyspell-large-region):
7997 Call ispell-check-version.
7998
96664fc0 7999 * textmodes/ispell.el (ispell-local-dictionary-overridden):
24c324f9
RS
8000 Fix the make-variable-buffer-local call that was supposed
8001 to be for this variable.
8002 (ispell-aspell-supports-utf8): Doc fix.
8003 (ispell-find-aspell-dictionaries): Preserve elements of
8004 ispell-dictionary-alist for dictionaries that aspell doesn't report.
8005 (ispell-aspell-find-dictionary): Return nil on error.
8006
8007 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
8008 (doctor-symptoms): Likewise.
8009
8010 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
8011
87911bdb
CY
80122005-10-23 Chong Yidong <cyd@stupidchicken.com>
8013
8014 * cus-edit.el (custom-button, custom-button-pressed): New vars.
8015 (custom-raised-buttons): Add :set spec.
567ecdfb
SM
8016 (custom-button-unraised, custom-button-pressed-unraised):
8017 New faces, so that custom-raised-buttons actually does something.
87911bdb
CY
8018 (custom-mode): Use custom-button and custom-button-pressed.
8019
8020 * wid-edit.el (widget-specify-button): Don't ignore
8021 widget-mouse-face on graphic terminals.
8022 (widget-move-and-invoke): Cleanup.
8023
04f0adee
TTN
80242005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
8025
8026 * whitespace.el (whitespace-cleanup): Doc fix.
8027
90066cb5
RF
80282005-10-23 Romain Francoise <romain@orebokech.com>
8029
8030 * emulation/viper.el (viper-set-hooks): Quote forms passed to
8031 `eval-after-load' to avoid evaluating their result.
8032
9bc260cf
MA
80332005-10-23 Michael Albinus <michael.albinus@gmx.de>
8034
567ecdfb
SM
8035 * files.el (directory-listing-before-filename-regexp):
8036 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
9bc260cf 8037
567ecdfb
SM
8038 * dired.el (dired-move-to-filename-regexp): Remove.
8039 All occurences replaced by `directory-listing-before-filename-regexp'.
9bc260cf 8040
567ecdfb
SM
8041 * dired-x.el, locate.el, vc.el:
8042 Replace `dired-move-to-filename-regexp' by
9bc260cf
MA
8043 `directory-listing-before-filename-regexp'. In vc.el it is
8044 overwritten locally; maybe this can be handled in files.el too.
8045
567ecdfb 8046 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
9bc260cf
MA
8047 replaced by `directory-listing-before-filename-regexp'.
8048
9f40e1d5
AS
80492005-10-23 Andreas Schwab <schwab@suse.de>
8050
8051 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
8052 and eval-next-after-load.
8053
4bdce438
RF
80542005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
8055
8056 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
8057 exist, create it.
8058
0949617b
EZ
80592005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
8060
96664fc0 8061 * allout.el: Remove autoloads for mailcrypt and crypt++.
0949617b
EZ
8062 Require pgg, pgg-gpg during compilation.
8063 (allout-version): Increment version number to 2.1, and use a literal
96664fc0
KS
8064 rather than RCS Id.
8065 (allout-default-encryption-scheme): Remove.
8066 (allout-passphrase-verifier-handling)
8067 (allout-passphrase-verifier-string)
8068 (allout-file-passphrase-verifier-string)
8069 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
8070 (allout-passphrase-hint-handling): Rename and simplify.
0949617b
EZ
8071 (allout-init): Use `find-file-hook' if available, otherwise
8072 `find-file-hooks'.
8073 (allout-mode): Use `write-file-functions' if available, otherwise
8074 `local-write-file-hooks' and, instead of making auto-save-hook
8075 buffer local, make the write-file-hook activity contingent to
8076 allout-mode.
96664fc0 8077 (allout-mode): Use key-binding substitution in the docstring.
0949617b
EZ
8078 (allout-kill-line): Spell-out kill ring data structure mutation
8079 instead of using byte-compiler-complaint-provoking `pop'.
8080 (allout-insert-listified): Use `insert' rather than `insert-string'
96664fc0
KS
8081 (allout-toggle-current-subtree-encryption): Update docstring, adjust
8082 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
0949617b
EZ
8083 (allout-encrypt-string): Totally revamped vis new underlying
8084 encryption facilities.
96664fc0 8085 (allout-mc-activate-passwd): Remove.
0949617b
EZ
8086 (allout-obtain-passphrase): New, more or less replaces
8087 allout-mc-activate-passwd.
8088 (allout-encrypted-key-info): More or less replaces
8089 allout-encrypted-text-type.
8090 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
96664fc0 8091 (my-mark-marker): Use `(featurep 'xemacs)'.
0949617b 8092
af71d4c0 80932005-10-23 Lars Hansen <larsh@soem.dk>
0949617b 8094
96664fc0 8095 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
4ec5239c
LH
8096 (byte-compile-file-form-defmumble, byte-compile-defun)
8097 (byte-compile-defmacro): Use it.
8098 (byte-compile-form): Don't call byte-compile-set-symbol-position
8099 when a byte-compile handler is called.
8100
e8fbc5e0
RF
81012005-10-22 Romain Francoise <romain@orebokech.com>
8102
02c583a4
RF
8103 * savehist.el (savehist-history-variables): Add `grep-find-history'.
8104
e8fbc5e0
RF
8105 * subr.el (eval-after-load): Convert library name to an absolute
8106 file name using locate-library, since load-history no longer has
8107 library names in it.
8108
41e7ed3a
RS
81092005-10-22 Richard M. Stallman <rms@gnu.org>
8110
567ecdfb
SM
8111 * files.el (make-temp-file): Move from subr.el.
8112 * subr.el (make-temp-file): Move to files.el.
e8fbc5e0 8113
567ecdfb
SM
8114 * window.el (get-buffer-window-list): Move from subr.el.
8115 * subr.el (get-buffer-window-list): Move to window.el.
db5fe0a6 8116
41e7ed3a
RS
8117 * image.el (image-load-path): Use eval-at-startup to initialize.
8118
8119 * subr.el (eval-at-startup): New macro.
8120
8121 * subr.el: Much rearrangement of functions and division
8122 into pages. No code changes.
8123
c286104c
KH
81242005-10-22 Kenichi Handa <handa@m17n.org>
8125
8126 * tar-mode.el (tar-extract): Be sure to call
8127 find-operation-coding-system if set-auto-coding doesn't find a
8128 coding system.
8129
76b581f2
KS
81302005-10-22 Kim F. Storm <storm@cua.dk>
8131
8132 * image.el (image-type-header-regexps): Rename from image-type-regexps.
8133 Change users.
8134 (image-type-file-name-regexps): New defconst.
8135 (image-type-from-data): Simplify loop.
8136 (image-type-from-buffer): New defun.
8137 (image-type-from-file-header): Use it instead of image-type-from-data.
8138 Use image-search-load-path instead of only looking in data-directory.
8139 (image-type-from-file-name): New defun.
567ecdfb
SM
8140 (image-search-load-path): Change `pathname' to `filename'.
8141 Make PATH arg optional, default to image-load-path.
76b581f2 8142
bb66398d
RS
81432005-10-21 Richard M. Stallman <rms@gnu.org>
8144
8145 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
8146
8147 * textmodes/paragraphs.el (sentence-end-base): New variable.
8148 (sentence-end): Use sentence-end-base.
8149
5ae158bf
SM
81502005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
8151
8152 * font-lock.el (font-lock-default-fontify-region): Check the multiline
8153 property independently from the font-lock-multiline variable.
8154
45158e77
RS
81552005-10-21 Richard M. Stallman <rms@gnu.org>
8156
8157 * emacs-lisp/find-func.el (find-library-name): Doc fix.
8158
8159 * startup.el (command-line): Convert library names
8160 in `load-history' to absolute file names.
8161
8162 * subr.el (symbol-file): Doc fix.
8163
8164 * loadhist.el (file-loadhist-lookup): Call locate-library
8165 instead of find-library-name. Don't try converting
8166 abs file names to library names, since load-history no longer
8167 has library names in it.
8168 (file-dependents, file-provides, file-requires): Doc fixes.
8169
2ac050ce
JL
81702005-10-21 Juri Linkov <juri@jurta.org>
8171
8172 * progmodes/etags.el (tags-table-mode): New function.
8173 (tags-verify-table): Replace initialize-new-tags-table with
8174 tags-table-mode.
8175
8176 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
8177 default value.
8178 (desktop-modes-not-to-save): Add tags-table-mode to the
8179 default value.
8180
8181 * info.el (Info-index-next): Add total number of index
8182 alternatives to the message.
8183
8184 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
8185 backward only space (instead of space and period) before looking
8186 at sentence end.
8187
8188 * simple.el (set-variable): Use user-variable-p instead of symbolp.
8189 Add the old variable value as 4th default-value arg of read-string.
8190
bb9404d6
YM
81912005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8192
8193 * cus-face.el (custom-declare-face): Make face from X resources
8194 also on Mac.
8195
8196 * disp-table.el (standard-display-g1, standard-display-graphic):
8197 Refuse to use string glyphs also on Mac.
8198 (standard-display-european): Don't set terminal coding system also
8199 on Mac.
8200
8201 * frame.el (display-screens): Use x-display-screens also on Mac.
8202
b71cef5c
RF
82032005-10-21 Romain Francoise <romain@orebokech.com>
8204
8205 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
8206
1712cca5
SM
82072005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
8208
8209 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
8210 and $? into sexps.
8211
8212 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
8213 warning face on open-paren-in-column-0.
8214
8215 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
8216 boundary case. Fix typo.
8217 Suggested by Martin Rudalics <rudalics@gmx.at>.
8218
50031d0d
CD
82192005-10-21 Carsten Dominik <dominik@science.uva.nl>
8220
30c02925 8221 * textmodes/org.el (org-combined-agenda-icalendar-file)
1712cca5 8222 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
50031d0d
CD
8223 (org-export-icalendar-this-file)
8224 (org-export-icalendar-all-agenda-files)
8225 (org-export-icalendar-combine-agenda-files): New commands.
8226 (org-export-icalendar, org-print-icalendar-entries)
8227 (org-start-icalendar-file, org-finish-icalendar-file)
8228 (org-ical-ts-to-string): New functions.
8229 (org-read-date, org-goto-calendar)
8230 (org-agenda-goto-calendar): Inhibit displaying diary entries by
8231 call to `calendar'.
1712cca5 8232 (orgtbl-setup): Remove the :keys arguments from the menu description.
50031d0d
CD
8233 (org-after-save-iCalendar-file-hook): New variable.
8234
dfa1cd4d
KH
82352005-10-21 Kenichi Handa <handa@m17n.org>
8236
8237 * language/vietnamese.el (tcvn-5712): Make it an alias of
8238 vietnamese-tcvn coding-system.
8239
6e967b19
MA
82402005-10-20 Michael Albinus <michael.albinus@gmx.de>
8241
8242 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
8243 group id is given.
8244
1712cca5
SM
82452005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
8246
8247 * progmodes/sh-script.el (sh-escaped-line-re): New var.
8248 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
8249 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
8250 whose line is either continued or ends with a comment.
8251
4bfa31ba
RF
82522005-10-20 Romain Francoise <romain@orebokech.com>
8253
8254 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
8255
8256 * replace.el (occur-engine): Add follow-link property.
8257
8258 * font-core.el (font-lock-mode): Doc fix.
8259
10625c3c
RS
82602005-10-20 Richard M. Stallman <rms@gnu.org>
8261
8262 * net/rcirc.el: New file.
8263
a12ba300
EZ
82642005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
8265
8266 * term.el (term-term-name): Initialize to "eterm-color".
8267
ce13796f
EZ
82682005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
8269
ce13796f
EZ
8270 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
8271 for encryption functionality.
47888c87 8272 Move allout customization subgroup from `editing' to `outlines' group.
119f6f17 8273 Fix commentary keywords to legitimate ones.
47888c87 8274 Update author info (using my current email address, obscurified).
ce13796f
EZ
8275 (allout-encrypt-string, allout-encryption-produce-work-buffer)
8276 (allout-encrypted-topic-p, allout-encrypted-text-type)
8277 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
8278 (allout-situate-encryption-key-verifier)
8279 (allout-get-encryption-key-verifier, allout-verify-key)
8280 (allout-next-topic-pending-encryption)
47888c87 8281 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
ce13796f
EZ
8282 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
8283 (outline-key-verifier-handling, outline-key-hint-handling)
8284 (outline-encrypt-unencrypted-on-saves): New defcustoms.
8285 (allout-file-key-verifier-string, allout-encryption-scheme)
8286 (allout-key-verifier-string, allout-key-hint-string)
8287 (allout-after-save-decrypt): New variables.
8288 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
8289 (allout-after-saves-handler): New hook functions.
8290 (allout-post-command-business): Do allout-after-save-decrypt.
8291 (allout-enable-file-variable-adjustment): Custom var to enable
8292 mechanism for adding and adjusting settings of Emacs file variables.
47888c87
KS
8293 (allout-adjust-file-variable, allout-file-vars-section-data):
8294 New functions, implement the mechanism.
ce13796f
EZ
8295 (outlineify-sticky): Use the file vars mechanism.
8296 (allout-inhibit-protection, allout-during-write-cue)
47888c87
KS
8297 (allout-override-protect, allout-before-change-protect): Remove.
8298 (allout-flag-region, allout-open-topic): Adjust read-only text.
8299 (allout-open-line-not-read-only): Add to facilitate read-only
ce13796f 8300 text based protection.
47888c87 8301 (allout-kill-line): Revise to adjust read-only text, clue the
ce13796f 8302 user about the inhibition.
47888c87 8303 (allout-unprotected): Use unwind-protect.
ce13796f
EZ
8304 (allout-shift-in, allout-shift-out): Disallow manually shifting a
8305 topic deeper than the offspring depth of the previous topic -
8306 avoiding confusing "containment discontinuities".
47888c87 8307 (allout-reindent-bodies): Fix retention of body relative hanging
ce13796f 8308 indent during promotion of collapsed bodies.
47888c87 8309 (allout-open-topic): Make it easy to open new topic with same
ce13796f
EZ
8310 bullet as current topic - topic creation functions provided with
8311 any universal argument provokes now prompt for bullet, defaulting
8312 to the bullet of the previous topic.
8313 (allout-plain-bullets-string, allout-distinctive-bullets-string):
119f6f17 8314 Plain bullet alternates `.' period and `,' comma only. All other
ce13796f 8315 bullets are relegated to special status (but customizable).
119f6f17 8316 (allout-end-of-entry): Rename from allout-end-of-current-entry
ce13796f
EZ
8317 since it actually operates w.r.t. most immediately containing
8318 entry, visible or not.
8319 (allout-hide-current-entry, allout-show-current-entry): Use the
8320 revised version.
8321 (allout-old-expose-topic): Solidify deprecation.
47888c87 8322 (allout-end-of-subtree): Add so we can span concealed as well
ce13796f
EZ
8323 as visible topics.
8324 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
47888c87
KS
8325 (allout-end-of-current-heading): Tweak to just respect the first line.
8326 (allout-get-body-text): Add.
ce13796f
EZ
8327 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
8328 when invoked interactively.
8329 (allout-up-current-level): Use `interactive-p'.
8330 (allout-mode, allout-init): Miscellaneous docstring and
8331 operational refinements, as well as hookups of new encryption stuff.
8332 (allout-beginning-of-current-entry): Now works as advertised.
47888c87
KS
8333 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
8334 (allout-isearch-rectification): Refine condition for isearching.
8335 (allout-isearch-abort, allout-enwrap-isearch)
8336 (allout-flag-region, my-region-active-p): Relocate some macros.
119f6f17
RS
8337 (allout-title): Fallback title is (buffer-name), not
8338 non-existing (current-buffer-name).
ce13796f 8339 (subst-char-in-string): Define if absent (for some XEmacs versions).
ce13796f 8340
214d5640
EZ
83412005-10-20 Jari Aalto <jari.aalto@cante.net>
8342
8343 * mail/sendmail.el (mail-setup-hook, mail-aliases)
8344 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
8345 (mail-citation-prefix-regexp, mail-signature-file)
8346 (mail-default-headers, mail-bury-selects-summary)
8347 (mail-send-nonascii): Add autoload cookies.
8348
ad9c16d3
EZ
83492005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
8350
8351 * frame.el (blink-cursor-mode): Add `mac' to the list of
8352 window-system's that support blinking cursor.
8353
8198ba6e
RS
83542005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
8355
1712cca5 8356 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
8198ba6e 8357
a5f271ab
EZ
83582005-10-20 Eli Zaretskii <eliz@gnu.org>
8359
1712cca5
SM
8360 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
8361 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
a5f271ab
EZ
8362 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
8363
e50165ec
KS
83642005-10-20 Kim F. Storm <storm@cua.dk>
8365
8366 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
8367 (ido-set-current-directory): Don't add / after final @.
8368 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
8369 Explicitly handle ange-ftp completion oddities.
8370 (ido-make-file-list): Don't rotate list at tramp root to avoid
8371 triggering tramp file handler for expand-file-name via get-file-buffer.
8372
1712cca5
SM
83732005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
8374
1712cca5
SM
8375 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
8376
cf39c182
JB
83772005-10-19 Jay Belanger <belanger@truman.edu>
8378
8379 * calc/calc-units.el (math-standard-units): Add units, adjust
8380 symbols and update values.
af71d4c0 8381 (math-unit-prefixes): Add more prefixes.
cf39c182 8382
37789292
RF
83832005-10-19 Romain Francoise <romain@orebokech.com>
8384
8385 * bookmark.el (bookmark-menu-heading): New face.
8386 (bookmark-bmenu-list): Use it.
8387 Don't fiddle with `baud-rate' at top-level.
8388
8646a62e
CY
83892005-10-18 Chong Yidong <cyd@stupidchicken.com>
8390
8391 * image.el (create-image, find-image): Mention max-image-size in
8392 docstring.
8393
d902d95e
SM
83942005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
8395
1712cca5
SM
8396 * savehist.el (savehist-load): Revert to checking XEmacs.
8397
d902d95e
SM
8398 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
8399 Various docstring and line-width fixups.
8400 (conf-mode): Use cond.
8401 Set font-lock-defaults. Don't set comment-use-syntax.
8402
93883b09
DP
84032005-10-18 David Ponce <david@dponce.com>
8404
8405 * tree-widget.el (tree-widget-button-click): New function.
8406 (tree-widget-button-keymap): Use it.
8407
57eb2e24
RF
84082005-10-18 Romain Francoise <romain@orebokech.com>
8409
ee9791af
RF
8410 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
8411 (bookmark-bmenu-hide-filenames): Add follow-link property.
8b1b6461 8412 Improve help-echo text.
ee9791af 8413
57eb2e24
RF
8414 * ffap.el (find-file-at-point): Doc fix.
8415
bcbdafce
YM
84162005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8417
8418 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
8419
283780dc
MY
84202005-10-18 Masatake YAMATO <jet@gyve.org>
8421
ab945c47 8422 Install to the CVS repository what I forgot to install in my
283780dc
MY
8423 2005-10-16 changes.
8424
8425 * progmodes/python.el (python-complete-symbol): Pass the common
8426 prefix substring of completion to `display-completion-list'.
8427
8428 * textmodes/org.el (org-complete): Ditto.
8429
50071f01
MY
84302005-10-18 Masatake YAMATO <jet@gyve.org>
8431
8432 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
ab945c47 8433
50071f01
MY
8434 * woman.el (WoMan-xref-man-page): New button type derived
8435 from `Man-abstract-xref-man-page'.
ab945c47 8436 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
cafc272c 8437
50071f01
MY
8438 * man.el (Man-abstract-xref-man-page): New button type.
8439 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
ab945c47 8440 (Man-highlight-references): Add new optional argument `xref-man-type'.
50071f01
MY
8441
84422005-10-18 Nick Roberts <nickrob@snap.net.nz>
ab945c47 8443
cafc272c
NR
8444 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
8445
e6038ca3
CY
84462005-10-17 Chong Yidong <cyd@stupidchicken.com>
8447
d902d95e 8448 * cus-edit.el (Custom-move-and-invoke): Delete.
e6038ca3
CY
8449 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
8450
8451 * wid-edit.el (widget-move-and-invoke): New function, from
8452 Custom-move-and-invoke.
8453
ffda926c
BW
84542005-10-17 Bill Wohler <wohler@newt.com>
8455
d902d95e
SM
8456 Move all remaining images from lisp/toolbar to etc/images, move
8457 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
8458 the low resolution images in their own directory (low-color).
ffda926c 8459
af71d4c0
JB
8460 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
8461 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
8462 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
8463 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
8464 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
8465 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
d902d95e
SM
8466 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
8467
8468 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
8469 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
8470 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
8471 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
8472 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
8473 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
8474 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
8475 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
8476 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
8477 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
8478 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
8479 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
8480 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
8481 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
8482 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
8483
8484 To conform with convention, replace the underscore (_) in the
8485 following image names with dash (-) or (/) as appropriate.
8486
8487 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
8488 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
8489 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
8490 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
8491 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
8492 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
8493 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
8494 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
8495 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
8496 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
8497 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
8498 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
8499 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
8500 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
8501 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
8502
8503 * info.el (info-tool-bar-map): Replace underscores in image names
ffda926c
BW
8504 with dashes.
8505
d902d95e 8506 * makefile.w32-in (WINS): Remove toolbar.
ffda926c 8507
d902d95e 8508 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
ffda926c 8509
d902d95e
SM
8510 * tool-bar.el: Move to lisp from toolbar. Now that
8511 toolbar is empty, it should be deleted when folks run "cvs up -P".
ffda926c 8512
3c4f0698
JB
85132005-10-18 Jay Belanger <belanger@truman.edu>
8514
cf39c182 8515 * calc/calc-store.el (calc-store-into): Get the proper variable name
3c4f0698
JB
8516 to display in message.
8517
425fbda6
NR
85182005-10-18 Nick Roberts <nickrob@snap.net.nz>
8519
8520 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
8521 expressions display in speedbar for all buffers when debugging.
1712cca5 8522 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
425fbda6
NR
8523
8524 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
ab945c47 8525 (speedbar-insert-button, speedbar-make-button):
425fbda6
NR
8526 Use add-text-properties.
8527 (speedbar-update-localized-contents)
8528 (speedbar-update-directory-contents)
8529 (speedbar-update-special-contents): Use dolist.
8530 (speedbar-buffer-easymenu-definition): Add a menu separator.
8531
595f93ac
JR
85322005-10-17 Jason Rumney <jasonr@gnu.org>
8533
4fc267d0
JR
8534 * makefile.w32-in: Use $(lisp) consistently.
8535 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
8536 for shell specific generation of mh-autoloads.
595f93ac 8537
f8252852
RS
85382005-10-17 Richard M. Stallman <rms@gnu.org>
8539
8540 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
8541
c4ac63d0
SM
85422005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
8543
8544 * jit-lock.el (jit-lock-fontify-now):
8545 Move jit-lock-context-unfontify-pos to avoid wasted work.
8546
c1253aad
MA
85472005-10-17 Michael Albinus <michael.albinus@gmx.de>
8548
8549 * net/tramp.el (tramp-completion-mode): New defvar. Used in
8550 `tramp-completion-mode' for checking if we are in completion mode.
8551 (tramp-completion-handle-file-name-all-completions): Reorder code
8552 in order to complete for file names only in case there are no
8553 method/user/host completions. This is necessary for cooperation
ab945c47 8554 with ido. Reported by Kim F. Storm <storm@cua.dk>.
c1253aad 8555
625fca9a
CY
85562005-10-16 Chong Yidong <cyd@stupidchicken.com>
8557
8558 * longlines.el (longlines-search-forward)
8559 (longlines-search-backward): Match any number of spaces.
8560
72147c53
TTN
85612005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
8562
8563 * diff-mode.el (diff-mode): Doc fix.
8564
af71d4c0 85652005-10-16 David Reitter <david.reitter@gmail.com>
255d8b22
RS
8566
8567 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
8568 as default on darwin and windows systems.
8569
74725d46
RS
85702005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
8571
8572 * arc-mode.el (archive-zip-extract): Doc fix.
8573
97b1270c
RF
85742005-10-16 Romain Francoise <romain@orebokech.com>
8575
8576 * mouse.el (mouse-1-click-follows-link): Doc fix.
8577
71790d57
SM
85782005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
8579
8580 * savehist.el: Don't require CL at runtime.
8581 (savehist-xemacs): Remove.
c4ac63d0 8582 (savehist-coding-system): Use utf-8 if present, regardless of religion.
71790d57
SM
8583 (savehist-no-conversion): Use (featurep 'xemacs).
8584 (savehist-load): Check existence of start-itimer rather than XEmacs.
8585 Use an idle timer.
8586 (savehist-process-for-saving): Replace use of CL funs `subseq' and
8587 `delete-if-not'.
8588
85892005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
8590
8591 * savehist.el: Newer version.
8592 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
8593 (savehist-last-checksum, savehist-no-conversion): New vars.
8594 (savehist-autosave, savehist-process-for-saving, savehist-printable):
8595 New functions.
8596 (savehist-load, savehist-save): Use them.
8597 (savehist-delimit): Remove.
8598
e5456e73
SM
85992005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
8600
8601 * progmodes/compile.el (compilation-goto-locus): Display the
8602 compilation buffer first and the source buffer second, in case they're
8603 in overlapping frames. Don't raise the compilation frame if it was the
8604 selected window upon entry. Pass the `other-window' arg to
8605 pop-to-buffer.
8606
8607 * info.el (Info-fontify-node): Use dolist.
8608 Change add-text-properties to put-text-property.
8609
86102005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8611
8612 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
8613 bound of search.
8614
f5fab556
MY
86152005-10-16 Masatake YAMATO <jet@gyve.org>
8616
8617 * dabbrev.el (dabbrev-completion): Pass the common
8618 prefix substring of completion to `display-completion-list'.
8619
8620 * filecache.el (file-cache-minibuffer-complete)
8621 (file-cache-complete): Ditto.
8622
8623 * tempo.el (tempo-display-completions): Ditto.
8624
8625 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
8626
8627 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
8628
8629 * eshell/em-hist.el (eshell-list-history): Ditto.
8630
8631 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
8632
8633 * mail/mailalias.el (mail-complete): Ditto.
8634
8635 * progmodes/etags.el (complete-tag): Ditto.
8636
8637 * progmodes/make-mode.el (makefile-complete): Ditto.
8638
8639 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
8640
8641 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
8642
8643 * progmodes/pascal.el (pascal-complete-word)
8644 (pascal-show-completions): Ditto.
8645
f5fab556
MY
8646 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
8647
f5fab556
MY
8648 * simple.el (completion-common-substring): New variable.
8649 (completion-setup-function): Use `completion-common-substring'
8650 to put faces.
8651
2ef1363e
YM
86522005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8653
8654 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
8655 (x-get-selection, mac-select-convert-to-string): Convert from/to
8656 UTF-16 clipboard data as in native byte order, no BOM.
8657
eae86e67
NR
86582005-10-16 Nick Roberts <nickrob@snap.net.nz>
8659
8660 * progmodes/gud.el (gud-tool-bar-map): Rename the images
8661 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
8662 (gud-sentinel): Use speedbar-frame to check for speedbar.
8663
a19a0003
RS
86642005-10-15 Richard M. Stallman <rms@gnu.org>
8665
089a682e 8666 * savehist.el: New file.
a19a0003
RS
8667
86682005-10-14 Karl Chen <quarl@cs.berkeley.edu>
8669
71790d57
SM
8670 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
8671 Fix bug in \bf fontification.
a19a0003 8672
bad3da7a
SM
86732005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
8674
8675 * pcvs.el (cvs-edit-log-files): New var.
8676 (cvs-mode-edit-log): New arg `file'.
8677 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
8678 Instead force the use of the original file and nothing else.
8679 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
8680 the cvs-minor-wrap-function is set.
8681 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
8682
c7ddd701
BW
86832005-10-14 Bill Wohler <wohler@newt.com>
8684
8685 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
8686 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
8687 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
8688 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
8689 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
8690 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
8691 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
8692 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
8693 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
8694 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
8695 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
8696 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
8697 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
8698 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
8699 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
8700
c4ac63d0 8701 * progmodes/gud.el (gud-tool-bar-map): Rename the images
c7ddd701
BW
8702 appropriately (for example, gud-break to gud/break).
8703
f28e9cbd
CY
87042005-10-14 Chong Yidong <cyd@stupidchicken.com>
8705
930aae96 8706 * longlines.el (longlinges-search-function)
c4ac63d0 8707 (longlines-search-forward, longlines-search-backward): New functions.
930aae96
CY
8708 (longlines-mode): Set isearch-search-fun-function to
8709 longlinges-search-function.
8710
f28e9cbd
CY
8711 * mouse.el (mouse-drag-region-1): Handle the case where a
8712 double-click event is bound to an arbitrary function.
8713
b6b5618c
DP
87142005-10-14 David Ponce <david@dponce.com>
8715
8716 * recentf.el (recentf-track-opened-file)
8717 (recentf-track-closed-file, recentf-update-menu)
8718 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
8719 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
8720 mouse-1-click-follows-link.
8721
e1f1d047
JD
87222005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8723
8724 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
8511877a 8725 Gnome file-manager.png. Suggested by
e1f1d047
JD
8726 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
8727
8728 * toolbar/README: Add diropen.xpm.
8729
e9b28650
BW
87302005-10-13 Bill Wohler <wohler@newt.com>
8731
8511877a
SM
8732 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
8733 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
8734
87352005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
8736
8737 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
8738 Don't waste the byte-compiler's time on constant data.
e9b28650 8739
f086544b
KH
87402005-10-13 Kenichi Handa <handa@m17n.org>
8741
179f2d7b
KH
8742 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
8743 byte with `escape-glyph' face.
8744
8511877a
SM
8745 * international/fontset.el (ccl-encode-unicode-font):
8746 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
8747 Handle the case that ucs-mule-to-mule-unicode translates a character to
f086544b
KH
8748 ASCII (usually for IPA characters).
8749
e5456e73
SM
87502005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
8751
8752 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
8753 Don't hide the underline of titles if font-lock-mode is disabled.
8754
ba2b2673
BW
87552005-10-12 Bill Wohler <wohler@newt.com>
8756
af71d4c0
JB
8757 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
8758 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
ba2b2673
BW
8759 files in MH-E-SRC have been updated.
8760 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
8761
0471d426
SM
87622005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
8763
8764 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
8765 (mixal-mode-syntax-table): Add \n as end-comment.
8766 (mixal-operation-codes-alist): Immediately initialize to full value.
8767 (mixal-add-operation-code): Remove.
8768 (mixal-describe-operation-code): Make the arg non-optional.
8769 Use the interactive spec instead.
8770 Use mixal-operation-codes-alist rather than mixal-operation-codes.
8771 (mixal-font-lock-keywords): Don't highlight comments here any more.
8772 (mixal-font-lock-syntactic-keywords): New var.
8773 (mixal-mode): Use it. Fix comment-start-skip.
8774
c755acf3
JD
87752005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8776
8777 * startup.el (command-line-x-option-alist): -nb => -nbi
8778
78f3b91f
KS
87792005-10-12 Kim F. Storm <storm@cua.dk>
8780
8781 * startup.el (fancy-splash-default-action): Discard mouse click in
125ce9ec 8782 the splash screen window, as it has no sensible meaning in the
78f3b91f
KS
8783 next window to be selected. Fixes error reported by Jan D.
8784
136b3a73 87852005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
97b3a214
LH
8786
8787 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
97b3a214 8788
0471d426
SM
87892005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
8790
8791 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
8792 Try to fix up minor layout issues like indentation, line break, etc...
8793 (mixal-mode-syntax-table): Don't try to specify comment syntax,
8794 because it doesn't work.
8795 (mixal-operation-codes): Add some more codes.
8796 (mixal-font-lock-keywords): Process comments here.
8797 (mixal-mode): mixasm no longer needs -g option.
8798
79a57082 87992005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
decb2a9e
RS
8800
8801 * progmodes/sh-script.el (sh-tmp-file):
8802 Use mktemp -t. Finish support for es and rc shells.
8803
125df7f5
JB
88042005-10-11 Jay Belanger <belanger@truman.edu>
8805
8806 * calc/calcalg2.el (calc-integral): With an argument, compute the
8807 definite integral.
8808
351b3bee
CY
88092005-10-11 Chong Yidong <cyd@stupidchicken.com>
8810
8811 * mouse.el (mouse-drag-region-1): Don't try to catch a
8812 double-click when doing follow-link (it's overridden anyway).
8813
4e0c0d75
JB
88142005-10-11 Juanma Barranquero <lekktu@gmail.com>
8815
8816 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
8817 (autoload-print-form-outbuf): Add docstring.
8818
25f7a98c
JL
88192005-10-11 Juri Linkov <juri@jurta.org>
8820
8821 * info.el (Info-mode-menu): Delete menu item "Edit".
8822 (Info-mode): Delete description of Info-edit from docstring,
8823 and rearrange descriptions of Info commands in the order
8824 they are documented in the Info manual.
8825
a120694f
SM
88262005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
8827
8828 * calendar/appt.el (appt-check): Use diary-selective-display var.
8829
dba0acf6
RS
88302005-10-10 Richard M. Stallman <rms@gnu.org>
8831
8832 * net/newsticker.el (newsticker-start, newsticker-show-news):
8833 Add autoload cookies.
8834
17a3b6da
RS
88352005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
8836
8837 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
8838
9c40111a
RS
88392005-10-10 Karl Chen <quarl@cs.berkeley.edu>
8840
8841 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
8842
bbcaa3e3
JB
88432005-10-10 Jay Belanger <belanger@truman.edu>
8844
8845 * calc/calc-arith.el (math-check-known-scalarp)
8846 (math-check-known-matrixp): Check the values of arguments that are
8847 variables.
8848 (math-check-known-square-matrixp): New function.
8849 (math-known-square-matrixp): Use math-check-known-square-matrixp.
8850 (math-super-types): Add sqmatrix type.
8851
8852 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
119f6f17 8853 mode name `square' to `sqmatrix'.
bbcaa3e3
JB
8854
8855 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
119f6f17 8856 mode name `square' to `sqmatrix'.
bbcaa3e3 8857
720a5d03
SM
88582005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
8859
8860 * progmodes/etags.el (select-tags-table-mode): Don't use
8861 selective-display.
8862 (tags-select-tags-table): Pass `button' to the action function.
8863 (select-tags-table): Place the side-info on button properties rather
8864 than in hidden text. Abbreviate file names.
8865 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
8866 (select-tags-table-select): Add `button' argument.
8867 Get side-info from the button property rather than from hidden text.
8868
4e5f12ee
NR
88692005-10-11 Nick Roberts <nickrob@snap.net.nz>
8870
720a5d03 8871 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
4e5f12ee
NR
8872 (gud-speedbar-buttons): Preserve point if possible.
8873 (gud-sentinel): Restore previous speedbar display type.
8874
8875 * progmodes/gdb-ui.el (gdba): Improve diagram.
8876 (def-gdb-auto-update-handler, gdb-info-locals-handler)
720a5d03
SM
8877 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
8878 Call get-buffer-window once.
8879
88802005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
8881
8882 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
8883 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
8884 (pascal-indent-command): Remove unused var `ind'.
8885 (pascal-indent-case): Remove unused var `oldpos'.
8886 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
8887 since it's now used as a proper minor mode map.
8888 (pascal-outline): Rename to pascal-outline-mode.
8889 (pascal-outline-mode): Use define-minor-mode.
8890 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
8891 selective-display.
4e5f12ee 8892
fde7576e
AS
88932005-10-10 Andreas Schwab <schwab@suse.de>
8894
9bf211ad
AS
8895 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
8896 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
8897
fde7576e
AS
8898 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
8899 outside source directory.
8900
86bebbbc
CD
89012005-10-10 Carsten Dominik <dominik@science.uva.nl>
8902
30c02925 8903 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
86bebbbc
CD
8904 C-x' as a prefix.
8905 (orgtbl-mode-map): Full keymap instead of sparse, because all
e61d3a56 8906 `self-insert-command' keys are redefined in this map.
86bebbbc
CD
8907 (org-export-as-html): Specify charset for HTML file, by taking it
8908 from the coding system.
8909
1fb7ce77
RS
89102005-10-10 Kenichi Handa <handa@m17n.org>
8911
8912 * textmodes/flyspell.el (flyspell-check-word-p):
8913 If unread-command-events is non-empty, don't call sit-for.
8914
cc8556d9
RS
89152005-10-09 Richard M. Stallman <rms@gnu.org>
8916
9bab4985
RS
8917 * font-lock.el (font-lock-syntactic-keywords)
8918 (font-lock-keywords): Doc fixes.
8919
720a5d03
SM
8920 * textmodes/flyspell.el (flyspell-external-point-words):
8921 Simplify logic, and don't try to check for consecutive appearances
8922 of one incorrect word.
cc8556d9 8923
1919ed22
NR
89242005-10-10 Nick Roberts <nickrob@snap.net.nz>
8925
8926 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
8927 separator.
8928
8929 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
78d67e10 8930 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
1919ed22
NR
8931 (gud-expansion-speedbar-buttons): New function.
8932 (gud-speedbar-buttons): Check for gud-comint-buffer.
8933
9af14567
BW
89342005-10-09 Bill Wohler <wohler@newt.com>
8935
78d67e10 8936 * Makefile.in (updates): Add mh-loaddefs dependency.
9af14567 8937
74ab0905
CY
89382005-10-09 Chong Yidong <cyd@stupidchicken.com>
8939
8940 * speedbar.el (speedbar-file-key-map): Fix typo.
8941
e61d3a56 89422005-10-09 Daniel Brockman <daniel@brockman.se>
4b9f0de2
RS
8943
8944 * cus-start.el (line-spacing): Add custom spec.
8945
865729da
RF
89462005-10-09 Romain Francoise <romain@orebokech.com>
8947
8948 * textmodes/ispell.el (ispell-check-version): Fix last change.
8949
1c1db08a
JD
89502005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8951
4e0c0d75 8952 * term/x-win.el: Remove -i, --icon-type from comment.
2323b3ab 8953
720a5d03 8954 * startup.el (command-line-x-option-alist): Remove options -i,
1c1db08a
JD
8955 -itype, --icon-type, added -nb, --no-bitmap-icon
8956
7d808714
NR
89572005-10-09 Nick Roberts <nickrob@snap.net.nz>
8958
8959 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
8960 instead of :active.
8961
6ecca7d1 89622005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
344066e6
RS
8963
8964 * textmodes/ispell.el (ispell-check-version):
8965 Ignore hyphen, and all that follows, in aspell's version text.
8966
89672005-10-08 Jay Belanger <belanger@truman.edu>
d7791136
JB
8968
8969 * calc/calc-arith.el (math-known-square-matrixp): New function.
8970 (math-pow-fancy): Check for matrices before distributing exponent
8971 across products.
8972
8973 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
7cf7e30f 8974 fullscreen keypad. Suggested by Luc Teirlinck.
d7791136
JB
8975 (calc-keypad-show-input): Add space for formatting.
8976
8977 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
8978 Add square matrix option.
8979
8980 * calc/calc-poly.el (math-expand-term): Check for matrices instead
8981 of checking calc-matrix-mode when deciding how to expand.
8982
8983 * calc/calc.el (calc-set-mode-line): Add square matrix option.
8984
8cb0a559 89852005-10-08 Lars Hansen <larsh@soem.dk>
78d67e10 8986
720a5d03
SM
8987 * net/tramp.el (tramp-perl-directory-files-and-attributes):
8988 Add error handling.
7cf7e30f 8989 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
8cb0a559 8990
11948172
MA
89912005-10-08 Michael Albinus <michael.albinus@gmx.de>
8992
8993 Sync with Tramp 2.0.51.
8994
8995 * net/tramp.el (tramp-handle-set-visited-file-modtime)
7cf7e30f
KS
8996 (tramp-handle-insert-file-contents, tramp-handle-write-region):
8997 Insert special handling for `last-coding-system-used', again
8998 it still seems to be necessary (unlike stated before).
8999 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
11948172
MA
9000 (tramp-password-prompt-regexp): There might be other words before
9001 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
9002 (tramp-chunksize): Improve docstring.
9003 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
9004 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
9005 Christian Joergensen <bugs@razor.dk>.
9006
6f137189
GM
90072005-10-07 Glenn Morris <rgm@gnu.org>
9008
9009 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
9010 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
9011 precision'.
9012
4fe3f297
RF
90132005-10-07 Romain Francoise <romain@orebokech.com>
9014
9015 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
9016 (ibuffer-do-shell-command-pipe-replace)
9017 (ibuffer-do-shell-command-file, ibuffer-do-eval)
9018 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
9019 (ibuffer-do-revert, ibuffer-do-replace-regexp)
9020 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
9021 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
9022 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
9023 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
9024 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
9025 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
9026 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
9027 Autoload file sans suffix.
9028
9029 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
9030
4e8cb311
DP
90312005-10-07 David Ponce <david@dponce.com>
9032
9033 * recentf.el (recentf-menu-open-all-flag): New option.
9034 (recentf-digit-shortcut-command-name): New function.
9035 (recentf--shortcuts-keymap): New variable.
9036 (recentf-menu-shortcuts): New variable.
9037 (recentf-make-menu-items): Initialize it. Replace the "More..."
9038 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
9039 (recentf-menu-value-shortcut): New function.
9040 (recentf-make-menu-item): Use it. No more in-lined.
9041 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
9042 (recentf-open-most-recent-file): Rename from
9043 `recentf-open-file-with-key'. Don't depend on key binding.
9044 (recentf-mode-map): New variable.
9045 (recentf-mode): Use it.
9046
1eee3de4
BW
90472005-10-06 Bill Wohler <wohler@newt.com>
9048
4e0c0d75 9049 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
1eee3de4 9050
720a5d03
SM
9051 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
9052 (MH-E-SRC): New. Used by mh-autoloads.
9053 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
1eee3de4
BW
9054 files in MH-E-SRC have been updated.
9055 (compile, recompile, bootstrap): Depend on mh-autoloads.
9056
bd5497c2 90572005-10-07 Nick Roberts <nickrob@snap.net.nz>
4fe3f297 9058
bd5497c2
NR
9059 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
9060 gud-break and gud-remove icons when the fringe is not available.
9061
9062 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
9063 Typo.
9064
4e0c0d75 90652005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
03c609c1
TTN
9066
9067 * play/zone.el (zone): Wrap body with save-window-excursion.
03c609c1 9068
a04b6191
SM
90692005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
9070
9071 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
9072 Use the new `list-only' arg to diary-list-entries.
9073
9074 * calendar/diary-lib.el: Use overlays rather than selective-display.
9075 (diary-selective-display): New var.
9076 (diary-header-line-format): Use it.
9077 (diary-list-entries): Add argument `list-only'.
9078 Put the buffer in diary-mode. Don't add \^M at beg and end.
9079 Replace \^M by invisible overlays.
9080 (diary-unhide-everything): Replace \^M by invisible overlays.
9081 (print-diary-entries): Look for overlays rather than \^M.
9082 Add a space to the temp buffer name.
9083 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
9084 Put the buffer in diary-mode.
9085 (list-sexp-diary-entries): Replace \^M by invisible overlays.
9086 (diary-anniversary): Make the year arg optional.
9087 (diary-time-regexp): New const.
9088 (diary-font-lock-keywords): Use it to accept a few more time formats.
9089
9090 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
9091
de4ce191
TTN
90922005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
9093
9094 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
9095 Fix bug introduced 2005-07-03: Use (car (last ...))
9096 to faithfully reproduce replaced artist-last.
9097 (artist-set-arrow-points-for-poly): Likewise.
9098 Suggested by Johan Bockg\e,Ae\e(Brd.
9099
a5e6116d
JB
91002005-10-06 Juanma Barranquero <lekktu@gmail.com>
9101
9102 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
9103 * wid-edit.el (widget):
8dc8d895 9104 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
a5e6116d
JB
9105 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
9106
a41b50ca
KH
91072005-10-06 Kenichi Handa <handa@m17n.org>
9108
a04b6191
SM
9109 * international/mule-cmds.el (set-language-environment):
9110 Fix setting up of case-table for unibyte mode.
c8d21d09 9111
a41b50ca
KH
9112 * simple.el (what-cursor-position): If the character is displayed
9113 by some `display' text property, show that. Don't use
9114 single-key-description for eight-bit characters in multibyte mode.
9115
cf85afc9
NR
91162005-10-06 Nick Roberts <nickrob@snap.net.nz>
9117
9118 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
9119 (gdb-ann3): Set it.
a04b6191 9120 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
7f778452
NR
9121 (gdb-info-frames-custom): Use inverse-video for first five
9122 characters of selected frame only.
9123 (gdb-get-frame-number): Select frame even when point is on frame
9124 number.
cf85afc9 9125
20ef8673
MY
91262005-10-06 Masatake YAMATO <jet@gyve.org>
9127
a5e6116d
JB
9128 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
9129 Put `font-lock-function-name-face'.
20ef8673
MY
9130 (gdb-info-frames-custom): Put `font-lock-function-name-face'
9131 and `font-lock-variable-name-face'
9132 (gdb-registers-font-lock-keywords): New font lock keywords definition.
9133 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
9134 (gdb-memory-font-lock-keywords): New font lock keywords definition.
9135 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
9136 (gdb-local-font-lock-keywords): New font lock keywords definition.
9137 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
9138 (gdb-threads-font-lock-keywords): New font lock keywords definition.
9139 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
a5e6116d 9140
e2de3a29 91412005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
a5e6116d
JB
9142
9143 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
9144 (ediff-merge-region-is-non-clash-to-skip): Previously called
e2de3a29 9145 ediff-merge-region-is-non-clash.
a5e6116d
JB
9146
9147 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
9148 Use insert-buffer-substring.
9149
9150 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
9151 selecting files to patch. Also bug fixes.
9152
9153 * ediff-util.el (ediff-setup): Bug fix.
9154 (ediff-next-difference): Never skip clashes that differ in white
9155 space only.
9156
9157 * ediff-wind.el (ediff-setup-control-frame)
9158 (ediff-destroy-control-frame): Check the menubar feature.
9159
9160 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
9161 (viper-refresh-mode-line): Use make-local-variable to localize
9162 some vars instead of make-variable-buffer-local. Suggested by
e2de3a29 9163 Stefan Monnier.
a5e6116d
JB
9164
9165 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
9166 (viper-restore-cursor-type, viper-set-insert-cursor-type):
9167 Use make-local-variable instead of make-variable-buffer-local.
9168 Suggested by Stefan Monnier.
9169
9170 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
9171 (viper-comint-mode-hook): Use make-local-variable on
e2de3a29 9172 require-final-newline.
a5e6116d 9173 (viper-non-hook-settings): Don't use make-variable-buffer-local.
20ef8673 9174
21c3ef84
SM
91752005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
9176
9177 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
9178 also the second char of a comment-start sequence.
9179 (scheme-sexp-comment-syntax-table): New var.
9180 (lambda, define): Set their scheme-doc-string-elt property.
9181 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
9182 Use lisp-font-lock-syntactic-face-function now that it properly
9183 handles |...| symbols.
9184 (scheme-mode-variables): Set lisp-doc-string-elt-property,
9185 parse-sexp-lookup-properties and font-lock-extra-managed-props.
9186
9187 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
9188 bit from # to |.
9189 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
9190
9191 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
9192 (lisp-doc-string-elt-property): New var.
9193 (lisp-font-lock-syntactic-face-function): Use it.
9194 Rewrite to recognize docstrings even for forms not at toplevel.
9195
9196 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
9197 annotation on the | part of #| rather than on the # part.
9198 (scheme-font-lock-syntactic-face-function): New function, to
9199 distinguish strings from |...| symbols.
9200 (scheme-mode-variables): Use it. Also fix up the font-lock-time
9201 syntax-table so that #|...|# is properly highlighted.
9202
9203 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
9204 Don't mark as docstring the 3rd elem of an unknown toplevel form.
9205
0cb7f2c0
SM
92062005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
9207
f88febbb
SM
9208 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
9209 and C-e.
9210
9211 * emacs-lisp/eldoc.el: Move comments into docstrings.
9212 (eldoc-message-commands): Initialize in its declaration.
9213 Add move-beginning-of-line and move-end-of-line.
9214 (eldoc-add-command, eldoc-add-command-completions)
9215 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
9216
9217 * outline.el (outline-mark-subtree): Activate the mark.
9218
0cb7f2c0
SM
9219 * calendar/appt.el (appt-time-regexp): New var.
9220 (appt-add, appt-make-list): Use it.
9221 (appt-convert-time): Clean up.
9222
9223 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
9224 Don't set any syntax-table property here.
9225 (tex-font-lock-verb): New function. Do it here.
9226 (tex-font-lock-syntactic-keywords): Use it.
9227
d315fc0f
RS
92282005-10-04 Richard M. Stallman <rms@gnu.org>
9229
9230 * wid-edit.el (widget-file-complete): Get the widget start point
9231 the right way. Default directory to `/' if file has none.
9232
9233 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
9234
9235 * textmodes/flyspell.el (flyspell-mode-on):
9236 Call ispell-maybe-find-aspell-dictionaries.
9237
9238 * textmodes/ispell.el (ispell-word, ispell-region):
9239 Call ispell-maybe-find-aspell-dictionaries.
9240 (ispell-accept-buffer-local-defs):
9241 Don't call ispell-maybe-find-aspell-dictionaries
0cb7f2c0 9242
d315fc0f
RS
92432005-10-04 Richard M. Stallman <rms@gnu.org>
9244
9245 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
9246
92472005-10-04 Emilio C. Lopes <eclig@gmx.net>
9248
9249 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
9250 instead of `fboundp' in order to allow for anonymous functions.
9251
222a6c9b
CY
92522005-10-04 Chong Yidong <cyd@stupidchicken.com>
9253
9254 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
9255 case the user clicks on the link while another window is selected.
9256 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
9257
9258 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
9259 functionality.
9260 (dframe-help-echo): Save point in case mouse tracking is off.
9261
c7bef55f
TTN
92622005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
9263
9264 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
9265
6d1f4dc4
SM
92662005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
9267
9268 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
9269 not change the global value of those vars.
9270
9271 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
9272 make-local-variable which we do not need any more.
9273
7752250e
CY
92742005-10-03 Chong Yidong <cyd@stupidchicken.com>
9275
9276 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
9277 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
9278 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
9279 (speedbar-path-line): Define obsolete aliases.
9280 (speedbar-line-directory): Doc fix.
9281
9282 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
9283 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
9284 instead of speedbar-line-path.
9285
03714c7f
JD
92862005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9287
9288 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
9289 to nil if dropping on a window. Handle dropping on a minibuffer window
9290 like dropping on a non-window part of Emacs.
9291
1430e7f9
SM
92922005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
9293
6d1f4dc4
SM
9294 * net/ange-ftp.el: Use with-current-buffer.
9295 (ange-ftp-insert-directory): Do not follow symlinks any more.
9296
1430e7f9
SM
9297 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
9298 Remove interactive spec.
9299
f4f5169f
KS
93002005-10-03 Kim F. Storm <storm@cua.dk>
9301
9302 * ido.el (ido-mode): Use custom-initialize-set.
9303
cde3239f
RS
93042005-10-02 Richard M. Stallman <rms@gnu.org>
9305
9306 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
9307 Use insert-buffer-substring.
9308
9309 * net/tramp.el: Pacify byte compiler warnings in pacification code.
9310 (tramp-handle-file-local-copy): Use insert-buffer-substring.
9311
402893bb
SM
93122005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
9313
9314 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
9315 in last change.
edb18c43
SM
9316 (ange-ftp-insert-directory): Fix up the search for the case where
9317 `file' is absolute.
402893bb 9318
942c40e3
RF
93192005-10-02 Romain Francoise <romain@orebokech.com>
9320
9321 * progmodes/compile.el (compile-goto-error): Delete extra paren.
9322
aae3725f
AS
93232005-10-02 Andreas Schwab <schwab@suse.de>
9324
9325 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
9326 directory component in the session info.
9327
b059f7d0
RS
93282005-10-01 Richard M. Stallman <rms@gnu.org>
9329
9330 * comint.el (comint-redirect-subvert-readonly): Doc fix.
9331
9332 * simple.el (next-error-internal): New function.
9333
9334 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
9335 (compilation-start): Pass new arg to compilation-buffer-name.
9336 (compile-goto-error): Use next-error-internal.
9337
24bbdbef
CY
93382005-10-01 Chong Yidong <cyd@stupidchicken.com>
9339
9340 * speedbar.el: Remove RCS tag.
9341 (speedbar-check-read-only): Handle non-existent files.
9342
9343 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
9344
9345 * info.el (Info-speedbar-hierarchy-buttons)
9346 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
9347
1fdecd0c
RF
93482005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9349
9350 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
9351 Do not match newline.
9352 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
9353 (bibtex-summary): Remove unnecessary save-excursion.
9354 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
9355
ddcb7665
YM
93562005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9357
1430e7f9
SM
9358 * term/mac-win.el: Add charset info for "iso10646-1".
9359 Modify default fontset to use ATSUI-compatible fonts for some charsets
9360 if available.
ddcb7665 9361
35d884a9
CY
93622005-10-01 Chong Yidong <cyd@stupidchicken.com>
9363
9364 * speedbar.el: Re-apply arch tag.
ff48d32d 9365 (speedbar-version): Rename to version 1.0. Suggested by Eric
35d884a9
CY
9366 M. Ludlam.
9367 Reapply two changes from Emacs CVS' version of speedbar lost
9368 during the merge:
ff48d32d 9369 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
35d884a9
CY
9370 (speedbar-frame-parameters): Improve customize type.
9371
ff48d32d
SM
93722005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
9373
9374 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
9375 (ange-ftp-file-directory-p): Fix the symlink case.
9376 (ange-ftp-insert-directory): When listing a single file, get a list of
9377 the parent buffer and extract the relevant line. Inspired from a patch
9378 by Katsumi Yamaoka <yamaoka@jpl.org>.
9379 (ange-ftp-file-name-sans-versions): Simplify.
9380
c727526b
BW
93812005-09-30 Bill Wohler <wohler@newt.com>
9382
ff48d32d 9383 Move MH-E image files from toolbar and mail directories into
c727526b
BW
9384 etc/images.
9385
ff48d32d 9386 * mail/reply2.*: Move to etc/images/mail/reply*.
c727526b
BW
9387
9388 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
ff48d32d 9389 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
c727526b 9390 etc/images.
dc42e019 9391
c727526b 9392 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
ff48d32d 9393 * toolbar/reply*: Move to etc/images/mail.
c727526b 9394
ff48d32d 9395 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
c727526b 9396
af71d4c0 93972005-09-30 Eric M. Ludlam <zappo@gnu.org>
58bd8bf9
CY
9398
9399 * speedbar.el: New version 1.0pre3.
9400
56e2a181
CY
9401 Frame management code (including timer, and mouse click specifics)
9402 moved to dframe.el:
9403 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
9404 (speedbar-timer): Removed. Use dframe-timer.
9405 (speedbar-close-frame): Removed. Use dframe-close-frame.
9406 (speedbar-activity-change-focus-flag): Removed. Use
9407 dframe-activity-change-focus-flag.
9408 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
9409 dframe-update-speed.
c7bef55f 9410
56e2a181
CY
9411 (speedbar-current-frame): New macro. Use this instead of the
9412 variable speedbar-frame.
9413
9414 (speedbar-use-images, speedbar-expand-image-button-alist)
9415 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
9416
9417 (speedbar-find-image-on-load-path): Removed. Replaced by
9418 defezimage in ezimage.el.
9419 (speedbar-expand-image-button-alist): Removed. Replaced by
9420 ezimage-expand-image-button-alist in ezimage.el.
c7bef55f 9421
56e2a181
CY
9422 (speedbar-ignored-directory-regexp)
9423 (speedbar-add-ignored-directory-regexp)
9424 (speedbar-ignored-directory-expressions)
9425 (speedbar-line-directory, speedbar-buffers-line-directory)
9426 (speedbar-directory-line, speedbar-buffers-line-directory):
9427 Renamed, replacing `path' with `directory'.
9428
9429 (speedbar-create-directory, speedbar-expand-line-descendants)
9430 (speedbar-toggle-line-expansion)
9431 (speedbar-contract-line-descendants): New commands.
9432
9433 (speedbar-query-confirmation-method, speedbar-select-frame-method)
9434 (speedbar-use-tool-tips-flag): New options.
9435
9436 (speedbar-check-read-only, speedbar-require-version)
9437 (speedbar-insert-separator, speedbar-buffers-tail-notes)
9438 (speedbar-handle-delete-frame, speedbar-try-completion)
9439 (speedbar-update-localized-contents): New functions.
9440
9441 (speedbar-incompatible-version, speedbar-ro-to-do-point)
9442 (speedbar-object-read-only-indicator): New variables.
9443
9444 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
9445 New hooks.
9446
9447 (speedbar-separator-face): New face.
9448
9449 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
9450 (speedbar-ignored-modes): Add fundamental-mode.
9451 (speedbar-directory-unshown-regexp): Add . directories.
9452
9453 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
9454 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
9455 `]' for full expand/close.
9456 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
9457
9458 (speedbar-check-vc): Support hidden files.
9459 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
9460 (speedbar-this-file-in-vc): Use vc-state if available. If VC
9461 state is nil, it is not checked out.
9462
9463 (speedbar-line-text, speedbar-line-token): Support expand buttons
9464 with no text.
9465 (speedbar-refresh): Universal argument acts as power-click.
9466 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
9467 that buffer to get variable values.
9468
9469 And many other bugfixes.
9470
7cfc18c4 9471 * dframe.el, ezimage.el, sb-image.el: New files.
58bd8bf9 9472
ff48d32d 9473 * sb-*.xpm: Remove files. New image files installed into
58bd8bf9
CY
9474 etc/images/ezimage.
9475
070860c3
KH
94762005-09-30 Kenichi Handa <handa@m17n.org>
9477
9478 * ps-mule.el (ps-mule-show-warning): If a character is in
9479 ps-print-translation-table, don't treat it as non-printable.
9480
6aabfecf
DP
94812005-09-30 David Ponce <david@dponce.com>
9482
50a9d14a
DP
9483 * tree-widget.el (tree-widget-themes-load-path): New variable.
9484 (tree-widget-themes-directory): Doc fix.
9485 (tree-widget-image-formats) [Emacs]: Doc fix.
9486 (tree-widget--locate-sub-directory): New function.
9487 (tree-widget-themes-directory): Use it.
9488
6aabfecf
DP
9489 * recentf.el (recentf-filename-handlers): Rename from
9490 `recentf-filename-handler'. Allow a list of functions.
9491 (recentf-menu-items-for-commands): Fix :help strings.
9492 (recentf-apply-filename-handlers): New function.
9493 (recentf-expand-file-name): Use it.
9494 (recentf-cleanup): Remove duplicates too.
9495
477ca0e8
JL
94962005-09-29 Juri Linkov <juri@jurta.org>
9497
9498 * faces.el: Rearrange face definitions to be in the same order as
9499 their face descriptions in "(emacs)Standard Faces".
9500
9501 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
9502
9503 * tooltip.el (tooltip): Add group `basic-faces'.
9504
9505 * buff-menu.el (Buffer-menu-buffer): Remove group
9506 `font-lock-highlighting-faces'.
9507
9508 * progmodes/compile.el (compilation-error, compilation-warning)
9509 (compilation-info, compilation-line-number, compilation-column-number):
9510 Change group from `font-lock-highlighting-faces' to `compilation'.
9511
9512 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
9513 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
9514 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
9515 (vhdl-font-lock-reserved-words-face)
9516 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
9517 `font-lock-highlighting-faces'.
9518
9519 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
9520
1add9010
KS
95212005-09-28 Kim F. Storm <storm@cua.dk>
9522
9523 * emulation/cua-base.el: Set CUA move property on additional commands:
9524 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
1a765705 9525 forward-sexp, backward-sexp, forward-list, backward-list.
1add9010 9526
07f1355e
RF
95272005-09-28 Romain Francoise <romain@orebokech.com>
9528
9529 * comint.el (comint-show-output): Really set point at the
9530 beginning of the output when not using `comint-use-prompt-regexp'.
9531
d1b76779
JB
95322005-09-27 Jay Belanger <belanger@truman.edu>
9533
9534 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
9535 in TeX mode.
9536
cd0899ab
JB
95372005-09-26 Juanma Barranquero <lekktu@gmail.com>
9538
9539 * textmodes/org.el (org-table-sum): Fix format string.
9540
9541 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
9542 Quote face names.
9543
1b1fb2ef
RF
95442005-09-26 Romain Francoise <romain@orebokech.com>
9545
9546 * isearch.el (isearch-forward-regexp): Close doc string.
9547
f0685ed1
RS
95482005-09-25 Richard M. Stallman <rms@gnu.org>
9549
c769dcac
RS
9550 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
9551
9552 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
9553
f0685ed1
RS
9554 * progmodes/compile.el (compilation-error-properties):
9555 When getting the file from the previous error message,
9556 correctly decode the new data format.
9557
9558 * progmodes/cc-cmds.el (c-electric-paren):
9559 Call old-blink-paren only for close-paren.
9560
0d1460c3
DN
95612005-09-24 Andreas Schwab <schwab@suse.de>
9562
9563 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
16f72af0
RF
9564 condition.
9565
ce5a3ac0
RF
95662005-09-25 Romain Francoise <romain@orebokech.com>
9567
9568 * dired-aux.el (dired-copy-file-recursive):
9569 * dired.el (dired-delete-file):
9570 * ediff-mult.el (ediff-dir-diff-copy-file):
9571 * ediff-util.el (ediff-test-save-region):
9572 * forms.el (forms-mode):
9573 * ido.el (ido-file-internal, ido-delete-file-at-head):
9574 * log-edit.el (log-edit-done):
9575 * ses.el (ses-yank-resize):
9576 * play/gomoku.el (gomoku-human-plays, gomoku)
9577 (gomoku-human-resigns, gomoku-prompt-for-other-game)
9578 (gomoku-offer-a-draw):
9579 * play/landmark.el (lm-human-resigns, lm):
9580 * net/eudcb-ldap.el (eudc-ldap-check-base):
9581 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
9582 * progmodes/ebrowse.el (ebrowse-find-pattern):
9583 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
cd0899ab 9584 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
ff48d32d 9585 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
ce5a3ac0
RF
9586
9587 * vc.el (vc-delete-file):
9588 * play/gomoku.el (gomoku-terminate-game, gomoku)
9589 (gomoku-prompt-for-move, gomoku-human-takes-back):
9590 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
ff48d32d 9591 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
ce5a3ac0 9592
08c583db
DN
95932005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
9594
9595 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
ce5a3ac0 9596 color rxvt terminals by using the code xterm.el used to use before
08c583db
DN
9597 2005-04-09 in order to match the colors used by rxvt.
9598
af71d4c0 95992005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
836c8f06
DN
9600
9601 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
9602 colors rxvt-unicode terminals by using the same code as xterm.el.
9603
621f893a
SM
96042005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
9605
9606 * textmodes/tex-mode.el (tex-font-lock-append-prop)
9607 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
9608 new symbol used for the tex-verbatim face.
9609
5b76833f
RF
96102005-09-24 Emilio C. Lopes <eclig@gmx.net>
9611
9612 * woman.el (woman-file-name):
9613 * wid-edit.el (widget-file-prompt-value)
9614 (widget-coding-system-prompt-value):
9615 * w32-fns.el (set-w32-system-coding-system):
9616 * vc.el (vc-version-diff, vc-annotate):
9617 * textmodes/reftex-auc.el (reftex-arg-cite)
9618 (reftex-arg-index-tag):
9619 * textmodes/refer.el (refer-get-bib-files):
9620 * textmodes/artist.el (artist-figlet-choose-font):
9621 * terminal.el (terminal-emulator):
9622 * replace.el (occur-read-primary-args):
9623 * rect.el (string-rectangle, string-insert-rectangle):
9624 * ps-print.el (ps-print-preprint):
9625 * progmodes/pascal.el (pascal-goto-defun):
9626 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
9627 * progmodes/compile.el (compilation-find-file):
9628 * printing.el (pr-interactive-n-up):
9629 * play/animate.el (animate-birthday-present):
9630 * net/rcompile.el (remote-compile):
9631 * man.el (man, Man-goto-section, Man-follow-manual-reference):
9632 * mail/rmailsum.el (rmail-summary-search-backward)
9633 (rmail-summary-search):
9634 * mail/rmailout.el (rmail-output-read-rmail-file-name)
9635 (rmail-output-read-file-name):
9636 * mail/rmail.el (rmail-search, rmail-search-backwards):
9637 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
9638 * locate.el (locate):
9639 * international/quail.el (quail-show-keyboard-layout):
9640 * international/mule.el (set-buffer-file-coding-system)
9641 (revert-buffer-with-coding-system, set-file-name-coding-system)
9642 (set-terminal-coding-system, set-keyboard-coding-system)
9643 (set-next-selection-coding-system):
9644 * international/mule-diag.el (describe-coding-system)
9645 (describe-font, describe-fontset):
9646 * international/mule-cmds.el (universal-coding-system-argument)
9647 (search-unencodable-char, describe-input-method)
9648 (set-language-environment, describe-language-environment):
9649 * international/codepage.el (codepage-setup):
9650 * international/code-pages.el (codepage-setup):
9651 * info.el (Info-search, Info-follow-reference)
9652 (Info-search-backward):
9653 * emacs-lisp/advice.el (ad-read-advised-function)
9654 (ad-read-advice-class, ad-clear-cache, ad-activate)
9655 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
9656 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
9657 (ad-read-regexp):
9658 * ediff-util.el (ediff-toggle-regexp-match):
9659 * ediff-ptch.el (ediff-prompt-for-patch-file):
9660 * dired-aux.el (dired-diff):
9661 * diff.el (diff):
9662 * cus-edit.el (custom-variable-prompt):
9663 * calendar/timeclock.el (timeclock-ask-for-project):
9664 * calc/calcalg3.el (calc-get-fit-variables):
9665 * calc/calc-store.el (calc-edit-variable)
9666 (calc-permanent-variable):
9667 * vc-mcvs.el (vc-mcvs-register):
9668 * shadowfile.el (shadow-define-literal-group):
9669 * woman.el (woman-file-name):
9670 * vc.el (vc-version-diff, vc-merge):
9671 * textmodes/reftex-index.el (reftex-index-complete-tag):
9672 * format.el (format-decode-buffer, format-decode-region):
9673 * emulation/viper-cmd.el (viper-read-string-with-history):
9674 * emacs-lisp/debug.el (cancel-debug-on-entry):
9675 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
9676 * ediff.el (ediff-merge-revisions)
9677 (ediff-merge-revisions-with-ancestor, ediff-revision):
9678 * completion.el (interactive-completion-string-reader):
9679 * calc/calc-prog.el (calc-user-define-formula):
9680 Follow convention for reading with the minibuffer.
9681
f7938fdd 96822005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
917551f2
EZ
9683
9684 * progmodes/python.el (python-describe-symbol): Add globals() and
9685 locals() to the arguments of emacs.ehelp.
9686
999f7d65
EZ
96872005-09-24 Magnus Henoch <mange@freemail.hu>
9688
621f893a
SM
9689 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
9690 New function, code extracted from ispell-valid-dictionary-list.
999f7d65
EZ
9691 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
9692 Call it.
9693
d74a5c91
EZ
96942005-09-24 Eli Zaretskii <eliz@gnu.org>
9695
9696 * subr.el (version-regexp-alist): Extend valid syntax for version
9697 strings: allow any of the characters -,_,+ to separate the
9698 alpha/beta/rc part from the version part. Doc fix.
621f893a 9699 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
d74a5c91 9700
8dbf19c7
RS
97012005-09-23 David Reitter <david.reitter@gmail.com>
9702
9703 * mail/mailclient.el: New file.
9704
91346f54
RS
97052005-09-23 Richard M. Stallman <rms@gnu.org>
9706
9707 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
9708 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
9709 Doc fixes.
9710
621f893a
SM
9711 * progmodes/cc-mode.el (c-font-lock-init):
9712 Specify font-lock-lines-before.
91346f54 9713
91773964
SM
97142005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
9715
9716 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
9717 whole conflict.
9718
de07af38
CD
97192005-09-23 Carsten Dominik <dominik@science.uva.nl>
9720
91773964
SM
9721 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
9722 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
de07af38
CD
9723 of `remap' feature when available. Additional key bindings for
9724 better tty support.
9725 (org-mode-restart, org-force-self-insert): New commands.
9726 (org-time-stamp-inactive): New command.
9727 (org-remap): New function.
91773964
SM
9728 (org-table-auto-blank-field, org-level-color-stars-only): New options.
9729 (org-enable-fixed-width-editor): Move to `org-structure'
de07af38 9730 customization group.
91773964 9731 (org-self-insert-command, orgtbl-self-insert-command): Modify to
de07af38
CD
9732 blank field after field motion commands.
9733
8fb7dc77
KH
97342005-09-23 Kenichi Handa <handa@m17n.org>
9735
91773964
SM
9736 * international/mule-cmds.el (set-language-environment):
9737 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
8fb7dc77
KH
9738 have to call utf-translate-cjk-load-tables.
9739
39739f21
SM
97402005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
9741
9742 * mouse.el (mouse-move-drag-overlay): Fix last change.
9743
e5534f18
DP
97442005-09-22 David Ponce <david@dponce.com>
9745
9746 * tree-widget.el (tree-widget-value-create): Fix previous change.
9747
0278364c
DN
97482005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
9749
39739f21 9750 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
0278364c 9751
aaf15b8b
SM
97522005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
9753
9754 * mouse.el (mouse-move-drag-overlay): New function.
9755 (mouse-drag-region-1): Use it.
9756 Try to simplify a bit the state handling. Handle clicks on links
9757 inside intangible areas.
9758 (mouse-save-then-kill): Minor simplification.
9759 (mouse-secondary-overlay): Make it always non-nil instead of
9760 recreating it each time.
9761 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
9762 (mouse-kill-secondary, mouse-secondary-save-then-kill):
9763 Simplify accordingly.
9764
b778ed18
DN
97652005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
9766
9767 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
9768
15c77b9e 97692005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
2f2db7cc 9770
76de4b0d
KS
9771 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
9772 (ediff-file-name-sans-prefix): Treat nil as an empty string.
aaf15b8b
SM
9773 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
9774 to patch.
2f2db7cc 9775
76de4b0d 9776 * ediff-util.el: Use insert-buffer-substring.
2f2db7cc 9777
cb9214f2 9778 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
2f2db7cc 9779
aaf15b8b
SM
9780 * emulation/viper-cmd.el (viper-change-state): Don't move over the
9781 field boundaries in the minibuffer.
cb9214f2
JB
9782 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
9783 (viper-minibuffer-post-command-hook): New hook.
9784 (viper-line): Don't move cursor at bolp.
2f2db7cc 9785
aaf15b8b 9786 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
2f2db7cc 9787
76de4b0d 9788 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
aaf15b8b 9789 avoid compiler warnings.
2f2db7cc 9790
aaf15b8b 9791 * emulation/viper-macs.el (ex-map): Better messages.
2f2db7cc 9792
aaf15b8b 9793 * emulation/viper-utils.el (viper-beginning-of-field): New function.
2f2db7cc 9794
76de4b0d 9795 * emulation/viper.el: Replace make-variable-buffer-local with
15c77b9e 9796 viper-make-variable-buffer-local everywhere, to avoid warnings.
2f2db7cc 9797
f002506f
SM
97982005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
9799
9800 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
9801 Delete unused var `old-selected-window'.
cb9214f2 9802 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
f002506f
SM
9803 (mouse-drag-secondary): Delete unused var `start-frame'.
9804
cb9214f2 98052005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
fac3f386
SM
9806
9807 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
9808
f09cfd28
SM
98092005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
9810
9811 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
9812 Re-indent within 80 columns. Use inhibit-read-only.
9813
12b8cf53
RF
98142005-09-19 Romain Francoise <romain@orebokech.com>
9815
9816 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
9817
5d4247d3
SM
98182005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
9819
8d18935d 9820 * font-lock.el (font-lock-default-fontify-region): Don't add a line
a762b7b8 9821 unconditionally, since the after-change-function already did it.
5d4247d3 9822
e3fba586
MB
98232005-09-19 Miles Bader <miles@gnu.org>
9824
9825 * net/newsticker.el: Get rid of CVS keyword.
9826
b7201644
RF
98272005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
9828
9829 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
9830 The prompt is formatted later.
9831
4ff094a8
DP
98322005-09-19 David Ponce <david@dponce.com>
9833
9834 * tree-widget.el (tree-widget-value-create): Save the converted
9835 tree :node widget.
9836
900d1698
JB
98372005-09-19 Juanma Barranquero <lekktu@gmail.com>
9838
9839 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
9840 variable `message'.
9841
bc103d00
MA
98422005-09-18 Michael Albinus <michael.albinus@gmx.de>
9843
9844 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
9845 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
9846 <slawomir.nowaczyk.847@student.lu.se>.
9847
93a75651
CY
98482005-09-18 Chong Yidong <cyd@stupidchicken.com>
9849
9850 * image.el (image-load-path): Use symbol `data-directory' instead
9851 of its value, for backward compatibility with packages that bind
9852 it during `find-image'. Suggested by Katsumi Yamaoka.
9853 (image-search-load-path): Handle symbols whose values are strings.
9854
71773400
RF
98552005-09-18 Romain Francoise <romain@orebokech.com>
9856
9857 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
9858 with-current-buffer form in save-excursion.
9859
8a26c165
DG
98602005-09-18 D Goel <deego@gnufans.org>
9861
39739f21
SM
9862 * apropos.el (apropos-command): Fix `message' call: first arg
9863 should be a format spec. In this and all other cases that appear
9864 below and elsewhere in the source code, I made a change only when
9865 two conditions were satisfied: [1] I can think of a possibility
9866 that the arguments would cause an error, for example, the code in
9867 question relies on external variables such as filenames. [2] I
9868 was sure that the arg to `message' could not have been nil in the code.
9869
9870 * textmodes/tildify.el (tildify-region): Ditto.
9871
8a26c165 9872 * textmodes/reftex-index.el (reftex-index-change-entry)
a762b7b8
KS
9873 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
9874 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
8a26c165 9875 * textmodes/org.el (org-complete, org-deadline, org-schedule)
a762b7b8
KS
9876 (org-priority, org-table-sum):
9877 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
9878 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
9879 (flyspell-word, flyspell-display-next-corrections):
9880 * textmodes/bibtex.el (bibtex-print-help-message):
9881 * textmodes/artist.el (artist-key-set-point-poly):
9882 * term/mac-win.el (mac-services-insert-text):
8a26c165
DG
9883 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
9884 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
9885 (vhdl-port-paste-testbench, vhdl-compose-new-component)
a762b7b8 9886 (vhdl-compose-configuration):
8a26c165 9887 * progmodes/sh-script.el (sh-blink, sh-show-indent)
a762b7b8
KS
9888 (sh-set-indent, sh-learn-line-indent):
9889 * progmodes/ps-mode.el (ps-mode-target-column):
8a26c165 9890 * progmodes/idlwave.el (idlwave-make-tags)
a762b7b8
KS
9891 (idlwave-scan-library-catalogs):
9892 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
9893 * progmodes/gud.el (gud-jdb-analyze-source):
9894 * progmodes/flymake.el (flymake-log):
9895 * progmodes/ebnf2ps.el (ebnf-generate-region):
9896 * progmodes/cmacexp.el (c-macro-expansion):
9897 * progmodes/ada-xref.el (ada-treat-cmd-string):
8a26c165 9898 * progmodes/ada-mode.el (ada-create-case-exception-substring)
a762b7b8
KS
9899 (ada-justified-indent-current, ada-batch-reformat):
9900 * play/zone.el (zone):
9901 * play/landmark.el (lm-move):
9902 * play/decipher.el (decipher-show-alphabet):
8a26c165 9903 * net/newsticker.el (newsticker--display-jump)
a762b7b8 9904 (newsticker--display-scroll):
8a26c165 9905 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
a762b7b8
KS
9906 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
9907 * mail/feedmail.el (feedmail-dump-message-to-queue):
9908 * eshell/esh-proc.el (eshell-remove-process-entry):
9909 * emulation/ws-mode.el (ws-last-error):
8a26c165 9910 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
a762b7b8
KS
9911 (viper-record-kbd-macro):
9912 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
9913 * emacs-lisp/lisp-mnt.el (lm-report-bug):
9914 * emacs-lisp/find-func.el (find-function-noselect):
8a26c165 9915 * calendar/timeclock.el (timeclock-status-string)
a762b7b8
KS
9916 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
9917 (timeclock-when-to-leave-string):
9918 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
9919 * calc/calc-units.el (calc-enter-units-table):
9920 * calc/calc-mode.el (calc-mode-record-mode):
9921 * woman.el (woman-mini-help):
9922 * wdired.el (wdired-change-to-wdired-mode):
9923 * vc.el (vc-retrieve-snapshot):
9924 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
9925 * startup.el (display-startup-echo-area-message):
9926 * simple.el (set-goal-column):
9927 * ses.el (ses-command-hook, ses-recalculate-cell):
9928 * server.el (server-process-filter):
8a26c165 9929 * printing.el (pr-interface-txt-print, pr-interface-printify)
a762b7b8
KS
9930 (pr-interface-ps):
9931 * pcvs.el (cvs-help):
9932 * log-edit.el (log-edit, log-edit-mode-help):
9933 * iswitchb.el (iswitchb-possible-new-buffer):
9934 * isearch.el (isearch-edit-string):
9935 * image-mode.el (image-mode, image-minor-mode):
9936 * ibuf-macs.el (define-ibuffer-filter):
9937 * hi-lock.el (hi-lock-find-patterns):
9938 * files.el (toggle-read-only):
8a26c165 9939 * ediff-util.el (ediff-copy-diff)
a762b7b8
KS
9940 (ediff-write-merge-buffer-and-maybe-kill):
9941 * echistory.el (Electric-history-undefined):
9942 * dnd.el (dnd-insert-text):
9943 * dired-aux.el (dired-query):
9944 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
9945 * bookmark.el (bookmark-bmenu-locate):
9946 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
9947 Fix `message' calls to ensure first arg is a format string.
9948 The change was made only when these two conditions were satisfied:
9949 [1] when there is a possibility that the arguments would cause an error
9950 for example, if the code in question relies on external variables
9951 such as filenames, and
9952 [2] if the arg to `message' could not have been nil in the code.
8a26c165 9953
900d1698
JB
9954 * pcomplete.el (pcomplete--help): Fix `message' format spec.
9955 Not having a %s would be weird, though not technically wrong.
8a26c165 9956
be9bb408
YM
99572005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9958
9959 * term/mac-win.el (mac-add-charset-info): Doc fix.
9960
77689ea3
RF
99612005-09-17 Romain Francoise <romain@orebokech.com>
9962
9963 * shell.el (shell-resync-dirs): Handle echoing processes more
9964 reliably. Don't insert resync command if `comint-process-echoes'
9965 is non-nil.
9966
4ac3afdb
EZ
99672005-09-17 Magnus Henoch <mange@freemail.hu>
9968
9969 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
9970 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
9971 aspell versions >= 0.60.
9972 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
9973 only if ispell-aspell-supports-utf8 is non-nil.
9974
4f46dc87
EZ
99752005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
9976
9977 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
9978 buffer-local value to lisp-indent-function.
9979
debe6451
EZ
99802005-09-17 Milan Zamazal <pdm@zamazal.org>
9981
9982 * progmodes/glasses.el (glasses-make-readable): If
9983 glasses-separator differs from underscore, put appropriate
9984 overlays over underscore characters.
9985 (glasses-convert-to-unreadable): If glasses-separator differs from
9986 underscore, try to convert glasses-separator characters to
9987 underscores.
9988
f52e8e86
SM
99892005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
9990
9991 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
9992 Use with-syntax-table and dolist.
9993
7b07114a
CD
99942005-09-16 Carsten Dominik <dominik@science.uva.nl>
9995
23006f3e
KS
9996 * textmodes/reftex-auc.el:
9997 * textmodes/reftex-cite.el:
9998 * textmodes/reftex-dcr.el:
9999 * textmodes/reftex-global.el:
10000 * textmodes/reftex-parse.el:
10001 * textmodes/reftex-ref.el:
10002 * textmodes/reftex-sel.el:
10003 * textmodes/reftex-toc.el:
10004 * textmodes/reftex-vars.el:
10005 * textmodes/reftex.el: Small changes to remove compiler warnings.
7b07114a 10006
23006f3e 10007 * textmodes/reftex-index.el: Likewise.
7b07114a
CD
10008 (reftex-query-index-phrase): More efficient use of markers.
10009
5fc5ac38
CY
100102005-09-15 Chong Yidong <cyd@stupidchicken.com>
10011
10012 * image.el (image-load-path): New variable.
10013 (image-search-load-path): New function.
10014 (find-image): Search for images in `image-load-path'.
10015
8ccd3630
RS
100162005-09-15 Richard M. Stallman <rms@gnu.org>
10017
10018 * follow.el: Change Maintainer field.
10019
9be6a039
DP
100202005-09-15 David Ponce <david@dponce.com>
10021
10022 * recentf.el (recentf-save-file-modes): New option.
10023 (recentf-save-list): Use it.
10024
94e55b87
NR
100252005-09-15 Nick Roberts <nickrob@snap.net.nz>
10026
10027 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
10028 (mode-line-mule-info, mode-line-modified): Move bindings from
10029 mouse-3 to mouse-1.
10030
a9267c2c
CY
100312005-09-15 Chong Yidong <cyd@stupidchicken.com>
10032
10033 * simple.el (sendmail-user-agent-compose): Revert last change.
10034
c6ea7612
SM
100352005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
10036
503ac8a4
SM
10037 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
10038 Use with-current-buffer.
10039 (ange-ftp-gwp-start): Remove unused var `gw-user'.
10040 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
10041 (ange-ftp-insert-directory): Remove unused var `short'.
10042 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
10043
c6ea7612
SM
10044 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
10045 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
10046
10047 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
10048 (check-calendar-holidays, diary-list-entries): Autoload.
10049 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
10050 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
10051
10052 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
10053 which mistakenly removed a call to display-buffer.
10054
ef19e610
JB
100552005-09-14 Juanma Barranquero <lekktu@gmail.com>
10056
10057 * obsolete/iso-insert.el: Move to obsolete/ from international/.
10058
a5b101dc
TTN
100592005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
10060
10061 * progmodes/hideshow.el
10062 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
10063 (hs-allow-nesting): New user var.
10064 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
10065 (hs-hide-block-at-point): When nesting allowed,
10066 if there is already an overlay in place, delete it.
10067 (hs-safety-is-job-n): Delete func; remove call sites.
10068 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
10069 (hs-overlay-at): New func.
10070 (hs-already-hidden-p, hs-show-block): Use it.
10071 (hs-hide-all): Don't pre-clean if nesting allowed.
10072 (hs-show-all): Temporarily disallow
10073 nesting around call to `hs-discard-overlays'.
10074
40cfe0d8
CY
100752005-09-14 Chong Yidong <cyd@stupidchicken.com>
10076
10077 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
10078 Delete unused local var.
10079
9dc08dc9
JB
100802005-09-13 Juanma Barranquero <lekktu@gmail.com>
10081
7a650da0
JB
10082 * help-fns.el (describe-categories): "?\ " -> "?\s".
10083 (help-do-arg-highlight): Recognize also ARG-n, as in
10084 `move-to-left-margin' (ARG+n is already recognized). Simplify.
10085
9dc08dc9
JB
10086 * international/codepage.el (dos-unsupported-char-glyph):
10087 * net/newsticker.el (tool-bar-map, w3-mode-map)
10088 (w3m-minor-mode-map):
10089 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
10090 (ent-alist):
10091 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
10092
1db2d450
CY
100932005-09-13 Chong Yidong <cyd@stupidchicken.com>
10094
d5c16b05
CY
10095 * custom.el (custom-push-theme): Handle the case where a symbol is
10096 bound but face properties have not yet been assigned.
10097
09c9e6bb
CY
10098 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
10099 Fix behavior if noerase is `t' and there is no mail buffer.
9dc08dc9 10100
09c9e6bb
CY
10101 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
10102 if `continue' is nil, rather than signal an error.
1db2d450 10103
5629e04f
RS
101042005-09-12 Richard M. Stallman <rms@gnu.org>
10105
595f66af
RS
10106 * font-lock.el (font-lock-keywords): Add autoload.
10107
10108 * help-fns.el (describe-variable): Rearrange to put source link
10109 in a predictable place.
10110
5629e04f
RS
10111 * net/newsticker.el: New file.
10112
344f1111
SM
101132005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
10114
34cb0115
SM
10115 * calendar/calendar.el (calendar-for-loop): Add edebug info.
10116 (calendar-basic-setup): Use the new nil arg.
10117 (number-of-diary-entries): Move to diary-lib.el.
10118
10119 * calendar/diary-lib.el: Use with-current-buffer, match-string.
10120 (diary-list-entries): Use with-syntax-table and dolist.
10121 Rename from list-diary-entries.
10122 Use number-of-diary-entries if `number' is nil.
10123 (diary, diary-view-entries): Use this new name and new nil arg value.
10124 (number-of-diary-entries): Move from calendar.el.
10125 (diary-unhide-everything): New function.
10126 (include-other-diary-files, fancy-diary-display)
10127 (diary-show-all-entries, make-diary-entry): Use it.
10128 (diary-mail-entries): Use buffer-string.
10129 (mark-diary-entries): Fix long standing paren typo.
10130 (diary-sexp-entry): Use count-lines.
10131 (make-diary-entry): Avoid `previous-line'.
10132 (diary-mode-map): New var.
10133 (diary-mode): Redraw cal after saving. Setup header-line.
10134 (fancy-diary-display-mode): Use local-set-key.
10135
10136 * startup.el (command-line): Try calling various terminal-init-foo-bar
10137 functions by stripping hyphenated suffixes from $TERM.
10138
344f1111
SM
10139 * files.el (normal-mode): Check boundness of font-lock-keywords.
10140
7957baea
RS
101412005-09-12 Richard M. Stallman <rms@gnu.org>
10142
10143 * progmodes/compile.el: Don't decide a file's directory
10144 until the user actually tries to go there.
10145 (compilation-next-error-function):
10146 Pass compilation-find-file the directory from the file-struct.
10147 (compilation-internal-error-properties): Separate local FILE-STRUCT
10148 from FILE. Doc the args better. Rename arg FMT to FMTS.
10149 (compilation-find-file): Arg DIR renamed to DIRECTORY.
10150 Expand it, and if nil, use default-directory.
10151 (compilation-get-file-structure): Don't mix specified directory
10152 with default directory. Put specified directory into
10153 file-struct. Don't make the file name absolute.
10154
10155 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
10156 (compile-command): Add autoload.
10157 (compilation-disable-input): Add autoload.
10158
7318a7a3
SG
101592005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
10160
10161 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
10162 strings of the variables it can override.
344f1111 10163 (time-stamp): New (as yet undocumented) time-stamp-format escapes
7318a7a3
SG
10164 %Q and %q, for fully-qualified domain name and unqualified host name.
10165
f172343a
KS
101662005-09-11 Kim F. Storm <storm@cua.dk>
10167
10168 * emacs-lisp/authors.el (authors-aliases): Update list.
10169 (authors-fixed-entries): Update mldrag.el entry.
10170
0e435430
EZ
101712005-09-10 Alan Mackenzie <acm@muc.de>
10172
10173 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
10174 from the region narrowed to.
10175
c10b0abc
EZ
101762005-09-10 Magnus Henoch <mange@freemail.hu>
10177
10178 * textmodes/ispell.el (ispell-check-version): Signal an error if
10179 aspell version is less than 0.60.
10180
4ca7c468
EZ
101812005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
10182
344f1111
SM
10183 * progmodes/octave-inf.el (inferior-octave-startup):
10184 Resync current dir at the end.
4ca7c468 10185
72f0712b 101862005-09-10 Emilio C. Lopes <eclig@gmx.net>
99580cde 10187
344f1111
SM
10188 * woman.el (woman-topic-at-point-default):
10189 Rename to woman-use-topic-at-point-default.
10190 (woman-topic-at-point): Rename to woman-use-topic-at-point.
72f0712b
EZ
10191 (woman-file-name): Reflect renames above. Automatically use the
10192 word at point as topic if woman-use-topic-at-point is non-nil.
10193 Otherwise offer it as default but don't insert it in the
10194 minibuffer. Also use `test-completion' instead of `assoc' as
10195 suggested by Stefan Monnier.
10196
de21740d
AS
101972005-09-10 Andre Spiegel <spiegel@gnu.org>
10198
10199 * vc.el (vc-directory, vc-update-change-log): Throw an error on
10200 the attempt to do it over Tramp. This is not yet supported.
10201
6ee37599
EZ
102022005-09-10 Eli Zaretskii <eliz@gnu.org>
10203
10204 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
10205 (menu-bar-non-minibuffer-window-p): New functions.
10206 ("Split Window", "Save As..."): Use them.
10207 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
344f1111
SM
10208 ("Print Buffer", "Truncate Long Lines in this Buffer"):
10209 Use menu-bar-menu-frame-live-and-visible-p.
6ee37599 10210 ("Save Buffer", "Insert File", "Open Directory...")
344f1111
SM
10211 ("Open File...", "Visit New File..."):
10212 Use menu-bar-non-minibuffer-window-p.
10213 (kill-this-buffer-enabled-p, dired <menu-enable>):
10214 Use menu-bar-non-minibuffer-window-p.
6ee37599 10215
50a6ff15
EZ
102162005-09-09 Eli Zaretskii <eliz@gnu.org>
10217
6eb33acb
EZ
10218 * cus-start.el (all): Don't complain about fringe-related
10219 built-ins if fringes are not supported. Ditto about
344f1111 10220 selection-related built-ins. Fix the test for GTK-related built-ins.
6eb33acb 10221
50a6ff15
EZ
10222 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
10223 ("Postscript Print Buffer", "Print Region", "Save As...")
10224 ("Save", "Insert File...", "Open Directory...")
10225 ("Open File...", "Visit New File..."")
10226 ("Truncate Long Lines in this Buffer"): Don't look at
344f1111 10227 menu-updating-frame if this display does not support multiple frames.
50a6ff15 10228
012a2196
EZ
102292005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
10230
10231 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
10232
9198ee0e
EZ
102332005-09-09 Emilio Lopes <eclig@gmx.net>
10234
10235 * woman.el: Format- and whitespace-related changes.
10236
f64b6c63
EZ
102372005-09-09 Eli Zaretskii <eliz@gnu.org>
10238
10239 * woman.el: Fix my email address.
10240
47b8bc5d
RS
102412005-09-08 Richard M. Stallman <rms@gnu.org>
10242
10243 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
10244 (sh-mode): Locally set skeleton-pair-default-alist.
10245
10246 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
10247
10248 * progmodes/flymake.el: Require `compile' unconditionally.
10249
10250 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
10251
10252 * woman.el (woman-file-name): Provide a default, not initial input.
10253
10254 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
10255
10256 * font-lock.el (font-lock-support-mode): Doc fix.
10257
10258 * descr-text.el (describe-property-list): Handle non-symbol prop names.
10259
2a56faf1 102602005-09-08 Richard M. Stallman <rms@gnu.org>
47b8bc5d
RS
10261
10262 * simple.el (blink-matching-open): Get rid of text props from
10263 the string shown in echo area. Don't permanently set point.
10264 Some rearrangements.
10265
6fbb1eb0
RS
102662005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
10267
9815ca3d
RS
10268 * recentf.el (recentf-filename-handler): Add custom choice
10269 `abbreviate-file-name'.
10270
8e2c8d3e
RS
10271 * msb.el (msb--very-many-menus): Fix typo.
10272
6fbb1eb0
RS
10273 * disp-table.el (standard-display-european): Don't set
10274 enable-multibyte-characters to nil.
10275
844c6ee7
DP
102762005-09-08 David Ponce <david@dponce.com>
10277
10278 * recentf.el (recentf-show-file-shortcuts-flag): New option.
10279 (recentf-expand-file-name): Doc fix.
10280 (recentf-dialog-mode-map): Define digit shortcuts.
10281 (recentf--files-with-key): New variable.
10282 (recentf-show-digit-shortcut-filter): New function.
10283 (recentf-open-files-items): New function.
10284 (recentf-open-files): Use it.
10285 (recentf-open-file-with-key): New command.
10286
344f1111
SM
102872005-09-08 Chong Yidong <cyd@stupidchicken.com>
10288
10289 * buff-menu.el (Buffer-menu-sort-by-column): New function.
10290 Suggested by Kim F. Storm.
10291 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
10292 (Buffer-menu-make-sort-button): Use global keymap.
10293
553f03bc
MA
102942005-09-07 Michael Albinus <michael.albinus@gmx.de>
10295
29499b82 10296 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
553f03bc
MA
10297 (Man-getpage-in-background-advice): Remove defadvice; it isn't
10298 necessary any longer with the remapped command.
10299 (Man-bgproc-sentinel-advice): Remove defadvice which counts
10300 formatting time only.
10301
10302 * net/tramp.el (tramp-action-password)
10303 (tramp-multi-action-password): Compile the password prompt from
10304 `method', `user' and `host'. Sometimes it isn't obvious which
10305 password to enter, for example with remote files offered by
10306 recentf.el, or with multiple steps. Suggested by Robert Marshall
10307 <robert@chezmarshall.freeserve.co.uk>.
10308
dcc6da3a
SM
103092005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
10310
10311 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
10312 Fix regexp for when "s///" is at the beginning of line.
10313
2ccc02f2
JB
103142005-09-07 Jay Belanger <belanger@truman.edu>
10315
10316 * calc/calc-poly.el (math-expand-term): Multiply out any powers
10317 when in matrix mode.
10318
3076c726
SM
103192005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
10320
10321 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
10322 non-anonymous functions.
10323
efe4e5af
CY
103242005-09-06 Chong Yidong <cyd@stupidchicken.com>
10325
3076c726
SM
10326 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
10327 when using a header line. Otherwise, use mouse-1-click-follows-link.
efe4e5af
CY
10328
10329 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
10330 can't be moved; don't signal an error.
f4885d81 10331
79a0aa11
CY
103322005-09-05 Chong Yidong <cyd@stupidchicken.com>
10333
10334 * cus-theme.el (custom-theme-write-faces): Save the current face
10335 spec, not the defface spec.
10336
10337 * custom.el (custom-known-themes): Clarify meaning of "standard".
10338 (custom-push-theme): Save old values in the standard theme.
10339 (disable-theme): Correct typo.
10340 (custom-face-theme-value) Deleted unused function.
3076c726 10341 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
79a0aa11 10342
1550ae60
SM
103432005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
10344
10345 * progmodes/compile.el (compilation-goto-locus): Take into account
10346 iconified frames when determining whether the buffer is
10347 already visible.
10348 Don't reset window height if the window already existed.
10349
87d737ae
CY
103502005-09-04 Chong Yidong <cyd@stupidchicken.com>
10351
1550ae60 10352 * custom.el (load-theme): Rename from require-theme.
87d737ae 10353 Add interactive spec.
1550ae60 10354 (enable-theme): Rename from custom-enable-theme.
87d737ae 10355 Add interactive spec.
1550ae60 10356 (disable-theme): Rename from custom-disable-theme.
87d737ae
CY
10357 Add interactive spec.
10358 (custom-make-theme-feature): Doc fix.
10359 (custom-theme-directory): Doc fix.
10360 (provide-theme): Call enable-theme.
10361
928f12c9
SM
103622005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
10363
10364 * obsolete/lazy-lock.el (lazy-lock-mode):
10365 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
10366 font-lock-mode if it's off. Print a warning instead.
10367
10368 * progmodes/compile.el (compilation-start): Ignore errors if the
10369 process died before we get to send-eof.
10370
10371 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
10372 Undo last change. Enclosing the result in quotes broke things on Unix
10373 since tex-send-command passes it through shell-quote-argument.
10374 (tex-send-command): Pass `file' through convert-standard-filename
10375 when possible.
10376 (tex-uptodate-p): Handle the case where TeX hasn't put additional
10377 info in a transcript.
10378
f47877ee
DN
103792005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
10380
10381 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
af71d4c0 10382 fix compilation warning. Reorder the key definitions to group
f47877ee
DN
10383 together keys emitted by the current version of xterm.
10384
10385 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
10386 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
10387 Reorder predicates to correct min-color usage.
10388
6fd388f3
CY
103892005-09-01 Chong Yidong <cyd@stupidchicken.com>
10390
10391 * longlines.el (longlines-mode): Inhibit read-only when encoding.
10392 Kill local variables when longlines-mode is turned off.
10393
bdb4d6d8
SM
103942005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
10395
928f12c9
SM
10396 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
10397
bdb4d6d8
SM
10398 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
10399
10400 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
10401
10402 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
10403 (font-lock-lines-before): Change default to being inactive.
10404 (font-lock-default-fontify-region): Obey font-lock-lines-before.
10405 (font-lock-after-change-function): Don't handle f-l-lines-before here.
10406
00cec167
MA
104072005-08-31 Michael Albinus <michael.albinus@gmx.de>
10408
bdb4d6d8
SM
10409 * net/tramp.el (tramp-handle-make-auto-save-file-name):
10410 Deactivate temporarily advice if active (not needed for Emacs 22,
10411 but for backwards compatibility).
00cec167
MA
10412 (tramp-exists-file-name-handler): Rewrite. First implementation
10413 was too simple.
bdb4d6d8
SM
10414 (tramp-advice-make-auto-save-file-name):
10415 Call `tramp-handle-make-auto-save-file-name' (again, just for
10416 backwards compatibility).
00cec167 10417
0a2e512a
RF
104182005-08-31 Reto Zimmermann <reto@gnu.org>
10419
10420 * progmodes/vhdl-mode.el
bdb4d6d8 10421 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
0a2e512a 10422 (vhdl-end-p): Fix indentation bug "else" after "-- when".
bdb4d6d8 10423 (vhdl-set-default-project): New function (easier setting of default).
0a2e512a 10424 (vhdl-port-copy): Handle extended identifiers for generics.
bdb4d6d8 10425 (vhdl-compiler-alist): Better description for error message regexp.
0a2e512a 10426 (vhdl-make): Query for target, use previous as default.
bdb4d6d8 10427 (vhdl-port-copy): Fix port copy for port names starting with "signal".
0a2e512a
RF
10428 (vhdl-font-lock-keywords-2): Fix fontification for record
10429 el. assign.
10430 (vhdl-speedbar-make-subpack-line): Add package body link.
10431 (vhdl-generate-makefile-1): Not include itself as dependency.
10432 (vhdl-font-lock-init): Highlight c-preprocessor directives.
10433 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
10434 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
10435 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
10436 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
bdb4d6d8 10437 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
0a2e512a 10438 (vhdl-import-project): Add string argument for `error'.
bdb4d6d8
SM
10439 (vhdl-compose-configuration)
10440 (vhdl-compose-configuration-architecture): Add configuration
0a2e512a
RF
10441 declaration generation.
10442 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
10443 (vhdl-trailer-re): Add "record" keyword (better indentation).
10444 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
10445 "[^ \t-\"]+".
119f6f17 10446 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
bdb4d6d8
SM
10447 (vhdl-testbench-entity-file-name)
10448 (vhdl-testbench-architecture-file-name): Allow separate
0a2e512a 10449 customization of testbench file names.
bdb4d6d8
SM
10450 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
10451 (vhdl-get-visible-signals): Allow newline within alias declaration.
10452 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
10453 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
0a2e512a 10454 (member-ignore-case): Alias for missing function in XEmacs.
bdb4d6d8 10455 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
0a2e512a
RF
10456 (vhdl-update-sensitivity-list): Ignore case on read signals.
10457 (vhdl-replace-string): Adjust case only for file names.
10458 (vhdl-update-sensitivity-list): Fix search for read signals.
10459 (vhdl-update-sensitivity-list): Exclude formal parameters.
10460 (vhdl-get-visible-signals): Include aliases of signals.
10461 (vhdl-get-visible-signals): Fix signal name searching.
10462 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
10463 (vhdl-fixup-whitespace-region): Fix for character
af71d4c0 10464 literals (e.g. `:').
0a2e512a 10465
d8aa9ea9
JB
104662005-08-31 Juanma Barranquero <lekktu@gmail.com>
10467
41e11121
JB
10468 * ansi-color.el (comint-last-output-start):
10469 * bs.el (font-lock-verbose):
10470 * diff-mode.el (add-log-buffer-file-name-function):
10471 * dired-x.el (vm-folder-directory):
10472 * faces.el (help-xref-stack-item):
10473 * files.el (font-lock-keywords):
10474 * find-lisp.el (dired-buffers, dired-subdir-alist):
10475 * ido.el (cua-inhibit-cua-keys):
10476 * log-view.el (cvs-minor-wrap-function):
10477 * outline.el (font-lock-warning-face):
10478 * simple.el (compilation-current-error):
10479 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
10480 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
10481 * tooltip.el (comint-prompt-regexp):
10482 * w32-fns.el (explicit-shell-file-name):
10483 * term/mac-win.el (mac-charset-info-alist)
10484 (mac-services-selection, mac-system-script-code):
10485 * term/tty-colors.el (msdos-color-values):
10486 * term/w32-win.el (xlfd-regexp-registry-subnum):
10487 * term/x-win.el (x-keysym-table, x-selection-timeout)
10488 (x-session-id, x-session-previous-id):
10489 * textmodes/ispell.el (mail-yank-prefix):
10490 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
10491 * textmodes/org.el (calc-embedded-close-formula)
10492 (calc-embedded-open-formula)
10493 (font-lock-unfontify-region-function):
10494 * textmodes/reftex-global.el (isearch-next-buffer-function)
10495 (TeX-master):
10496 * textmodes/reftex.el (font-lock-keywords):
10497 * textmodes/tex-mode.el (font-lock-comment-face)
10498 (font-lock-doc-face):
10499 * textmodes/texinfo.el (outline-heading-alist):
10500 Add defvars.
10501
10502 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
10503 (artist-spray-chars, artist-mode-init, artist-replace-string)
10504 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
10505 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
10506 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
10507
10508 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
10509 (conf-align-assignments): "?\ " -> "?\s".
10510
10511 * textmodes/reftex-index.el (TeX-master): Add defvar.
10512 (reftex-index-phrases-marker): Move up defvar.
10513
10514 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
10515 (reftex-toc-include-labels-indicator)
10516 (reftex-toc-include-index-indicator)
10517 (reftex-toc-max-level-indicator): Move up declarations.
10518
d8aa9ea9 10519 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
bdb4d6d8 10520 of args to `tramp-run-real-handler', even if it's empty in this case.
d8aa9ea9 10521
07c5948c
YM
105222005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10523
10524 * dired.el (dired-move-to-filename-regexp): Add date format for
10525 Mac OS X 10.3 in East Asian locales.
10526
c1105d05
MA
105272005-08-31 Michael Albinus <michael.albinus@gmx.de>
10528
10529 * files.el (make-auto-save-file-name): Add file name handler call
10530 if applicable.
10531
10532 * net/tramp.el (tramp-file-name-handler-alist)
10533 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
d8aa9ea9 10534 (tramp-handle-make-auto-save-file-name): Rename from
c1105d05
MA
10535 `tramp-make-auto-save-file-name'.
10536 (tramp-exists-file-name-handler): New defun.
10537 (tramp-advice-make-auto-save-file-name): Make defadvice only when
10538 `make-auto-save-file-name' is not a magic file name operation.
10539
47b8bc5d
RS
105402005-08-30 Richard M. Stallman <rms@gnu.org>
10541
10542 * files.el (risky-local-variable-p):
10543 Match `-predicates' and `-commands.
10544
10545 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
10546 (custom-save-all): Visit the file if necessary;
10547 kill the buffer if we created it.
10548 (custom-save-delete): Don't visit file or kill buffer here.
10549
25afa2cf
CD
105502005-08-30 Carsten Dominik <dominik@science.uva.nl>
10551
10552 * textmodes/org.el (org-special-keyword): New face.
10553 (org-table-copy-down, org-table-eval-formula)
bdb4d6d8
SM
10554 (org-table-recalculate, org-init-section-numbers):
10555 Use `string-to-number' instead of `string-to-int'.
25afa2cf
CD
10556 (org-get-location): Use `insert-buffer-substring' instead of
10557 `insert-buffer'.
10558 (org-modify-diary-entry-string): New function.
bdb4d6d8 10559 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
d8aa9ea9 10560 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
25afa2cf
CD
10561 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
10562 active region.
10563 (org-export-as-html): Handle QUOTE keyword.
10564 (org-quote-string): New option.
10565 (org-bookmark-jump-unhide): New function, used for
10566 `bookmark-after-jump-hook'.
10567 (org-diary-default-entry): Apply only when not called through
10568 `org-agenda'.
10569
f720b30e
JB
105702005-08-30 Juanma Barranquero <lekktu@gmail.com>
10571
10572 * net/eudc.el (mode-popup-menu):
10573 * play/handwrite.el (ps-printer-name, ps-lpr-command):
10574 * progmodes/ada-mode.el (compile-auto-highlight)
10575 (skeleton-further-elements):
10576 * progmodes/autoconf.el (font-lock-syntactic-keywords):
10577 * progmodes/cmacexp.el (msdos-shells):
10578 * progmodes/compile.el (font-lock-extra-managed-props)
10579 (font-lock-keywords, font-lock-maximum-size)
10580 (font-lock-support-mode):
10581 * progmodes/grep.el (font-lock-lines-before):
10582 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
10583 * progmodes/mixal-mode.el (compile-command):
10584 * progmodes/perl-mode.el (font-lock-comment-face)
10585 (font-lock-doc-face, font-lock-string-face):
10586 * progmodes/prolog.el (comint-prompt-regexp):
10587 * progmodes/sh-script.el (font-lock-comment-face)
10588 (font-lock-set-defaults, font-lock-string-face):
10589 * progmodes/sql.el (font-lock-keyword-face)
10590 (font-lock-set-defaults, font-lock-string-face):
10591 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
10592 (itimer-version, lazy-lock-defer-contextually)
10593 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
10594 Add defvars.
10595
10596 * progmodes/cperl-mode.el (cperl-electric-lbrace)
10597 (cperl-electric-keyword, cperl-electric-pod)
10598 (cperl-electric-backspace, cperl-forward-re)
10599 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
10600 (vc-rcs-header, vc-sccs-header): Add defvars.
10601
10602 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
10603 (font-lock-syntactic-keywords, gud-find-expr-function):
10604 Add defvars.
10605
10606 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
10607 (gdb-frame-parameters): Declare before use.
10608
10609 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
10610 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
10611 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
10612 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
10613
10614 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
10615 (idlwave-help-with-source): Use `insert-buffer-substring', not
10616 `insert-buffer'.
10617
0f0b350b
JL
106182005-08-29 Juri Linkov <juri@jurta.org>
10619
10620 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
10621 Put outline-back-to-heading function call inside save-excursion.
10622
e0f58980
JB
106232005-08-29 Juanma Barranquero <lekktu@gmail.com>
10624
10625 * man.el (Man-init-defvars, Man-translate-references)
10626 (Man-support-local-filenames, Man-highlight-references):
10627 * progmodes/sql.el (sql-interactive-mode):
bdb4d6d8 10628 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
e0f58980
JB
10629
10630 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
10631 (compilation-mode-font-lock-keywords): Add defvars.
10632 (checkdoc-interactive-loop): "?\ " -> "?\s".
10633
10634 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
10635 (font-lock-doc-face, font-lock-string-face)
10636 (font-lock-keywords-case-fold-search): Add defvars.
10637 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
10638
10639 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
10640 Don't pass X and Y (they are ignored anyway).
10641 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
10642 (mouse-delete-window): Make arguments optional.
10643
bdb4d6d8 10644 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
e0f58980
JB
10645 (caesar-translate-table, minor-modes, news-buffer-save)
10646 (news-group-name, news-minor-modes): Add defvars.
10647
10648 * emacs-lisp/lselect.el (mouse-highlight-priority)
10649 (x-lost-selection-functions, zmacs-regions):
10650 * emacs-lisp/pp.el (font-lock-verbose):
10651 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
10652 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
10653 (ses-mode-map):
10654 * emacs-lisp/tcover-unsafep.el (safe-functions):
3675c8b1
JB
10655 * international/mule-cmds.el (mac-system-coding-system)
10656 (mac-system-locale):
10657 * language/ethio-util.el (rmail-current-message)
10658 (rmail-message-vector):
10659 * language/thai-util.el (thai-auto-composition-mode):
10660 * mail/metamail.el (rmail-current-message, rmail-message-vector):
10661 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
10662 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
10663 (vm-primary-inbox, vm-spool-files):
10664 * mail/rmail.el (deleted-head, font-lock-fontified)
10665 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
10666 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
10667 (total-messages):
10668 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
10669 (rmail-summary-mode-map):
10670 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
10671 (rmail-last-label, rmail-last-multi-labels)
10672 (rmail-summary-vector, rmail-total-messages):
10673 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
10674 * mail/rmailsum.el (msgnum):
10675 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
10676 (rmail-current-message):
e0f58980
JB
10677 * obsolete/fast-lock.el (font-lock-face-list):
10678 * obsolete/rnewspost.el (mail-reply-buffer):
10679 * obsolete/scribe.el (compile-command):
10680 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
10681
11b227ac 106822005-08-28 John Paul Wallington <jpw@gnu.org>
f215a1b4 10683
bdb4d6d8
SM
10684 * ibuf-ext.el (ibuffer-auto-update-changed):
10685 Use `frame-or-buffer-changed-p' to check whether we need to update.
f215a1b4
JPW
10686 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
10687 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
10688 as a `frame-or-buffer-changed-p' state vector instead.
10689
a24c45d2
RF
106902005-08-27 Romain Francoise <romain@orebokech.com>
10691
bdb4d6d8
SM
10692 * textmodes/makeinfo.el (makeinfo-compile):
10693 Use `compilation-start'. Set `next-error-function' according to
713fbb79
RF
10694 `disable-errors'.
10695 (makeinfo-next-error): New function.
10696 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
10697 (makeinfo-buffer): Likewise.
10698
a24c45d2
RF
10699 * progmodes/compile.el (compilation-start): Add autoload cookie.
10700
10701 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
10702 * textmodes/sgml-mode.el: Likewise.
10703 * progmodes/python.el: Likewise.
10704
b0c9a334
EZ
107052005-08-27 Eli Zaretskii <eliz@gnu.org>
10706
0fb57cc0
EZ
10707 * simple.el (blink-matching-paren-distance): Document the meaning
10708 of nil value, and allow to customize to nil.
10709
b0c9a334
EZ
10710 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
10711 command.com, not command.exe.
10712
35595517
JW
107132005-08-26 John Wiegley <johnw@newartisans.com>
10714
bdb4d6d8 10715 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
3bab4a46
JW
10716 code around a bit so that an extraneous nil argument is not added
10717 to a command when no args are given.
10718
35595517
JW
10719 * eshell/esh-arg.el (eshell-parse-double-quote): If a
10720 double-quoted argument resolves to nil, return it as an empty
10721 string rather than as nil. This made it impossible to pass "" to
10722 a shell script as a null string argument.
10723
797d92ed
SM
107242005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
10725
10726 * outline.el (outline-invent-heading): New fun.
10727 (outline-promote, outline-demote): Use it.
10728 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
10729 (outline-end-of-subtree): Remove unused var `opoint'.
10730
8248b7ca
EZ
107312005-08-26 David Reitter <david.reitter@gmail.com>
10732
10733 * menu-bar.el (truncate-lines, write-file, print-buffer)
797d92ed
SM
10734 (ps-print-buffer-faces, ps-print-buffer, split-window):
10735 Disable menu items when the frame they refer to is invisible, or when
10736 they refer to a buffer and the minibuffer is selected.
8248b7ca 10737
1f33471d
EZ
107382005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
10739
797d92ed
SM
10740 * progmodes/flymake.el (flymake-highlight-err-lines):
10741 Use save-excursion around flymake-highlight-line to preserve point.
1f33471d 10742
d0943d40
EZ
107432005-08-26 Eli Zaretskii <eliz@gnu.org>
10744
10745 * progmodes/octave-mod.el: Change Author and Maintainer address.
10746 (octave-maintainer-address): Change Kurt's email address.
10747 * progmodes/octave-inf.el: Change Author and Maintainer address.
10748 * progmodes/octave-hlp.el: Change Author and Maintainer address.
10749
7cb53373
KS
107502005-08-26 Kim F. Storm <storm@cua.dk>
10751
6fe57d11 10752 * subr.el (version-list-<, version-list-<=, version-list-=):
aa230d94 10753 Rename from integer-list-*.
7cb53373
KS
10754 (version-list-not-zero): Likewise. Fix while loop.
10755 (version=): Use version-list-= instead of string-equal.
10756
db47a36e
RS
107572005-08-26 Richard M. Stallman <rms@gnu.org>
10758
10759 * outline.el (outline-promote): Try shortening the heading.
10760 As last resort, read the heading to use.
10761 (outline-demote): As last resort, read the heading to use.
10762
27024d2f
RF
107632005-08-26 Romain Francoise <romain@orebokech.com>
10764
5b317d74
RF
10765 * progmodes/compile.el (compilation-start): Doc fix.
10766
b0f9d85b
RF
10767 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
10768 (antlr-font-lock-additional-keywords): Fix reference to
10769 `antlr-font-lock-literal-regexp' erroneously changed during the
10770 mass face rename.
10771 (antlr-run-tool): Use `compilation-start'.
10772
27024d2f
RF
10773 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
10774 instead of the obsolete `compile-internal'.
10775
a6022f15
JB
107762005-08-26 Juanma Barranquero <lekktu@gmail.com>
10777
04ec3414
JB
10778 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
10779 (number, original-date):
10780 * calendar/cal-china.el (date):
10781 * calendar/cal-coptic.el (date):
10782 * calendar/cal-french.el (date):
10783 * calendar/cal-hebrew.el (date, entry, number, original-date):
10784 * calendar/cal-islam.el (date, number, original-date):
10785 * calendar/cal-iso.el (date):
10786 * calendar/cal-julian.el (date):
10787 * calendar/cal-mayan.el (date):
10788 * calendar/cal-menu.el (date, event):
10789 * calendar/cal-persia.el (date):
10790 * calendar/lunar.el (date):
10791 * calendar/solar.el (date): Add defvars.
10792
623f1465
JB
10793 * emerge.el:
10794 * ibuffer.el:
10795 * info-xref.el:
10796 * obsolete/bg-mouse.el:
10797 * obsolete/sun-curs.el:
10798 * obsolete/swedish.el: Move the `defvar's to the top level.
10799
a6022f15
JB
10800 * smerge-mode.el (smerge-refined-change): Add :group.
10801
41796d09
SM
108022005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
10803
10804 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
10805 (smerge-keep-n): Remove props.
10806 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
10807 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
10808 now that it's done in smerge-keep-n.
10809 (smerge-refined-change): New face.
10810 (smerge-refine-chopup-region, smerge-refine-highlight-change)
10811 (smerge-refine): New funs.
10812 (smerge-basic-map): Bind smerge-refine.
10813
537fd670
JL
108142005-08-25 Juri Linkov <juri@jurta.org>
10815
10816 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
10817 compilation-process-setup-function and compilation-disable-input
10818 in grep-mode instead of let-bindings in grep.
10819
10820 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
10821 Delete "Automatic File De/compression" (auto-compression-mode).
10822
654078da
JB
108232005-08-25 Juanma Barranquero <lekktu@gmail.com>
10824
10825 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
10826 Silence warning about non-existent variable.
10827
c6a816df
RS
108282005-08-25 Richard M. Stallman <rms@gnu.org>
10829
10830 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
10831 Rename "Describe Key" to "Describe Key or Mouse Operation".
10832
10833 * mail/mailalias.el (build-mail-aliases): Delete comments
10834 from the contents before processing them.
10835
10836 * isearch.el (isearch-edit-string): Erase the Search prompt
10837 if user enters an empty string and there is no default.
10838
10839 * comint.el (comint-file-name-prefix): Add autoload.
10840
108412005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
10842
10843 * subr.el (play-sound): Rearrange to avoid warning.
10844
822fcf5b
CD
108452005-08-25 Carsten Dominik <dominik@science.uva.nl>
10846
10847 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
10848 New hook.
10849 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
10850
1550ae60
SM
108512005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
10852
10853 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
10854
10855 * custom.el (custom-theme-set-variables): Sort minor modes last.
10856
e9454757
VJL
108572005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10858
10859 * subr.el (version-separator, version-regexp-alist): New vars used by
10860 version comparison funs.
10861 (integer-list-<, integer-list-=, integer-list-<=)
10862 (integer-list-not-zero): New funs for integer list comparison.
10863 (version-to-list, version=, version<, version<=): New funs for version
10864 comparison.
10865
bbf40036
JB
108662005-08-24 Juanma Barranquero <lekktu@gmail.com>
10867
4add8580
JB
10868 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
10869 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
10870 time to silence the byte-compiler.
10871
bbf40036
JB
10872 * ibuffer.el (ibuffer-compile-make-eliding-form)
10873 (ibuffer-check-formats): Use `with-no-warnings' to hide references
10874 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
10875 so it's silly to get warnings for it).
10876 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
10877 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
10878 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
10879 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
10880 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
10881 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
10882 Defvar at compile time.
10883 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
10884 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
10885 Declare them before use.
10886
4add8580
JB
10887 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
10888 (info-xref-good, info-xref-bad): Defvar at compile time.
10889
10890 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
10891 Use `let*' instead of `let'.
10892
10893 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
10894 (*mouse-y*, menu, char): Defvar at compile time.
10895 (sc::menu): Declare it before use.
10896 (sc::pack-one-line): Use `let', not `let*'.
10897
10898 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
10899 (mail-send-hook): Defvar at compile time.
10900
10901 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
10902 Defvar at compile time.
10903
10904 * term/sun-mouse.el (current-global-mousemap)
10905 (current-local-mousemap): Declare them before use.
bbf40036 10906
6cd70a8c
CD
109072005-08-24 Carsten Dominik <dominik@science.uva.nl>
10908
10909 * bookmark.el (bookmark-after-jump-hook): New hook.
10910 (bookmark-jump): Run `bookmark-after-jump-hook'.
10911
9ed779e8
JL
109122005-08-23 Juri Linkov <juri@jurta.org>
10913
10914 * faces.el (minibuffer-prompt): Doc fix.
10915
f28d4b0f
JB
109162005-08-23 Juanma Barranquero <lekktu@gmail.com>
10917
10918 * progmodes/xscheme.el: Trivial changes to silence warnings.
10919 (xscheme-previous-mode, xscheme-previous-process-state):
10920 Add defvars.
10921 (xscheme-last-input-end, xscheme-process-command-line)
10922 (xscheme-process-name, xscheme-buffer-name)
10923 (xscheme-expressions-ring-max, xscheme-expressions-ring)
10924 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
10925 (xscheme-control-g-synchronization-p)
10926 (xscheme-control-g-disabled-p, xscheme-string-receiver)
10927 (default-xscheme-runlight, xscheme-runlight)
10928 (xscheme-runlight-string, xscheme-process-filter-state)
10929 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
10930 Move to beginning of file.
10931 (scheme-interaction-mode-commands-alist)
1550ae60
SM
10932 (scheme-interaction-mode-map, scheme-debugger-mode-map):
10933 Declare them before use. Note: the initialization code for the variables
10934 has not been moved because it uses functions that reference the variables.
f28d4b0f
JB
10935 (xscheme-control-g-message-string, xscheme-process-filter-alist)
10936 (xscheme-prompt-for-expression-map): Declare them before use.
10937 (scheme-debugger-mode-commands): "?\ " -> "?\s".
10938
109392005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
12d96c20 10940
1550ae60 10941 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
12d96c20 10942
bac3a1c9
JL
109432005-08-22 Juri Linkov <juri@jurta.org>
10944
10945 * faces.el (set-face-underline): Delete this duplicate function
10946 and make an obsolete alias to set-face-underline-p.
10947 (set-face-underline-p): Use docstring of set-face-underline.
10948 (describe-face): Create hyperlink to parent face.
10949
10950 * info.el (Info-insert-dir): Use save-excursion around
10951 insert-buffer-substring.
10952 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
10953 (Info-escape-percent): Delete function.
10954 (Info-fontify-node): Replace Info-escape-percent by
10955 replace-regexp-in-string with REP arg set to lambda that
10956 duplicates `%' and preserves text properties.
10957
10958 * progmodes/compile.el (compilation-disable-input): Doc fix.
10959 (define-compilation-mode): Doc fix and refill.
10960 (kill-compilation): Use `mode-name' in the error message.
10961 (compilation-find-file): Use `compilation-error' in the
10962 read-file-name's prompt.
10963
48d59eda
SM
109642005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
10965
10966 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
10967 (smerge-auto-leave): Make undo re-enable the mode.
10968 (debug-ignored-errors): Add the user-error of impossible resolution.
10969 (smerge-resolve): Move things around a bit, in preparation for later.
10970 (smerge-diff): Don't fail if the buffer has no associated file.
10971 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
10972 (smerge-conflict-overlay): New function.
10973 (smerge-match-conflict): Don't add text properties here.
10974 (smerge-find-conflict): Instead, add an overlay here.
10975 Also check for the case where we're inside a conflict already, so as to
10976 obviate the need for font-lock-multiline, which is unbearably slow with
10977 large conflicts and ciomplex font-lock patterns.
10978 (smerge-remove-props): Remove overlay rather than text-properties.
10979 (smerge-mode): Don't set font-lock-multiline.
10980 Remove overlays when turned off.
10981
0f467468
KS
109822005-08-21 Kim F. Storm <storm@cua.dk>
10983
10984 * ido.el (ido-ignore-item-p): Use save-match-data.
10985 Bind case-fold-search to ido-case-fold locally.
10986
6e86be0b
RS
109872005-08-20 Richard M. Stallman <rms@gnu.org>
10988
10989 * files.el (normal-mode): If font lock is on, turn it off and on.
10990
10991 * subr.el (replace-regexp-in-string): Doc fix.
10992
10993 * startup.el (command-line-1): Don't suppress startup screen
10994 due to existing processes.
10995
10996 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
10997
10998 * progmodes/compile.el (compilation-disable-input): Default to nil.
10999
217b694f
EZ
110002005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
11001
11002 * progmodes/compile.el (compilation-disable-input): New defcustom.
11003 (compilation-start): If compilation-disable-input is non-nil, send
11004 EOF to the compilation process.
11005
966e4990
EZ
110062005-08-20 Eli Zaretskii <eliz@gnu.org>
11007
11008 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
11009 Run the argument of tex-shell-cd-command through
11010 convert-standard-filename, to get the correct style of slashes on
11011 Windows, and enclose the result in quotes, in case the file name
11012 includes whitespace or other special characters.
11013
6a7df22f
AS
110142005-08-19 Andreas Schwab <schwab@suse.de>
11015
11016 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
11017 process.
11018
eaa12728
LT
110192005-08-18 Luc Teirlinck <teirllm@auburn.edu>
11020
11021 * cus-start.el (minibuffer-prompt-properties): Correct typo.
11022
8573477e
KS
110232005-08-18 Kim F. Storm <storm@cua.dk>
11024
11025 * scroll-lock.el: Fix errors due to incorrect line wrapping.
11026
94396ace
RS
110272005-08-18 Richard M. Stallman <rms@gnu.org>
11028
11029 * scroll-lock.el: New file.
11030
dd52fff6
TTN
110312005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
11032
11033 * dired.el (dired-move-to-end-of-filename):
11034 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
11035
60955068
KS
110362005-08-18 Kim F. Storm <storm@cua.dk>
11037
11038 * ido.el (ido-everywhere): Fix defcustom :set function to disable
11039 rather than toggle mode when custom value is nil.
11040 (ido-everywhere): Fix defun doc string.
11041
255a2507
RS
110422005-08-17 Richard M. Stallman <rms@gnu.org>
11043
11044 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
11045 as tag instead of "Inviolable".
11046
99cb6791
KS
110472005-08-17 Kim F. Storm <storm@cua.dk>
11048
0eefa6fb
KS
11049 * windmove.el (windmove-coordinates-of-position): Remove.
11050 (windmove-coordinates-of-window-position): Remove.
11051 (windmove-reference-loc): Use posn-at-point instead.
11052
4ec9e784
KS
11053 * subr.el (insert-for-yank-1): Doc fix.
11054
99cb6791 11055 * ido.el (ido-enter-matching-directory): Rename from
119f6f17
RS
11056 ido-enter-single-matching-directory. Change `slash' choice to
11057 `only'. Add `first' choice.
99cb6791
KS
11058 (ido-exhibit): Adapt to above changes.
11059
1ee1d0ee
LT
110602005-08-16 Luc Teirlinck <teirllm@auburn.edu>
11061
11062 * Makefile.in: Expand comment about building loaddefs.el.
11063
58d75444
NR
110642005-08-16 Nick Roberts <nickrob@snap.net.nz>
11065
1ee1d0ee 11066 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
58d75444
NR
11067 Comment use of defadvice.
11068
11069 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
11070
ed8e0f0a
DN
110712005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
11072
58d75444
NR
11073 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
11074 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
11075 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
11076 * progmodes/idlw-shell.el, progmodes/ld-script.el,
11077 * progmodes/which-func.el, ruler-mode.el, strokes.el,
11078 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
11079 for backward compatibility for faces that did not appear in the
11080 previous Emacs release.
e95e5f81 11081
8573477e 11082 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
ed8e0f0a 11083
4ccda9c3
KS
110842005-08-15 Kim F. Storm <storm@cua.dk>
11085
11086 * emulation/cua-base.el (cua-delete-region): Return t if
11087 deleted region was non-empty.
11088 (cua-replace-region): Inhibit overwrite-mode for
11089 self-insert-command if replaced region was non-empty.
11090 (cua--explicit-region-start, cua--status-string): Make them
11091 buffer-local at top-level...
11092 (cua-mode): ...rather than when mode is enabled.
11093
9e5538bc
TTN
110942005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
11095
11096 * progmodes/vhdl-mode.el (vhdl-emacs-21):
11097 Set t for Emacs 21, 22, and so on.
11098
86ae23f8
DP
110992005-08-15 David Ponce <david@dponce.com>
11100
99580cde 11101 * tree-widget.el: Update Commentary header.
86ae23f8
DP
11102 (tree-widget-theme): Doc fix.
11103 (tree-widget-space-width): New option.
11104 (tree-widget-image-properties): Look up in the default theme too.
11105 (tree-widget--cursors): Only for images with arrow pointer shape.
11106 (tree-widget-lookup-image): Pointer shape is hand by default.
48d59eda 11107 (tree-widget-icon): Rename generic icon widget from
86ae23f8
DP
11108 `tree-widget-control'.
11109 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
11110 derive from `tree-widget-icon'.
11111 (tree-widget-handle): Improve default look and feel of the text
11112 representation.
11113 (tree-widget): Rename :*-control properties to :*-icon properties.
11114 Add :action and :help-echo properties.
11115 (tree-widget-after-toggle-functions): Move.
11116 (tree-widget-close-node, tree-widget-open-node): Remove.
11117 (tree-widget-before-create-icon-functions): New hook.
11118 (tree-widget-value-create): Update to allow customization of icons
11119 and nodes at run-time via that new hook.
11120 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
11121 (tree-widget-icon-action, tree-widget-icon-help-echo)
11122 (tree-widget-action, tree-widget-help-echo): New functions.
11123
0781c303
KS
111242005-08-15 Kim F. Storm <storm@cua.dk>
11125
11126 * ido.el (ido-buffer-internal): Use with-no-warnings.
11127 (ido-make-merged-file-list): Use while-no-input.
11128
255a2507
RS
111292005-08-15 Richard M. Stallman <rms@gnu.org>
11130
48d59eda
SM
11131 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
11132 (flyspell-large-region): Fix doc and custom type.
255a2507 11133
eda12ca3
RS
111342005-08-14 Richard M. Stallman <rms@gnu.org>
11135
0bf14bfd
RS
11136 * files.el (interpreter-mode-alist): Doc fix.
11137
11138 * mail/rmail.el (rmail-nonignored-headers): New variable.
11139 (rmail-clear-headers): Use it.
11140 (rmail-reply): Better handling of mail-followup-to header.
11141
48d59eda
SM
11142 * progmodes/sh-script.el (sh-font-lock-keywords-var):
11143 Rename variable from sh-font-lock-keywords. In the `shell' entry,
11144 don't try to refer to executable-font-lock-keywords.
11145 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
11146 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
8573477e 11147 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
ca19f3f1
AS
11148 (sh-mode): Set comment-start-skip, local-abbrev-table,
11149 imenu-case-fold-search.
0bf14bfd
RS
11150 (sh-set-shell): Don't set them here.
11151 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
ca19f3f1
AS
11152 Don't cache the results in the original alist; don't ever modify
11153 that alist.
0bf14bfd
RS
11154
11155 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
11156
ca19f3f1
AS
11157 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
11158 empty.
eda12ca3 11159
9e7357b0
AS
111602005-08-15 Andreas Schwab <schwab@suse.de>
11161
48d59eda 11162 * desktop.el: Put autoload cookie at risky-local-variable declarations.
498eb267 11163
9e7357b0
AS
11164 * dired.el, info.el, mail/rmail.el: Revert last change.
11165
91859276
TTN
111662005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
11167
11168 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
11169 modification in `eval-after-load' form.
7806e573 11170 * info.el: Likewise.
8fbee87c 11171 * mail/rmail.el: Likewise.
91859276 11172
ec08e2f4
JL
111732005-08-14 Juri Linkov <juri@jurta.org>
11174
11175 * progmodes/compile.el (compilation-mode-font-lock-keywords):
11176 Remove highlighting of "Compilation started". Highlight only
11177 the word "finished" in "Compilation finished". Add highlighting
11178 of "interrupt", "killed", "terminated" and the exit code.
11179 (compilation-start): Add newline after header. Use exactly the
11180 same time stamp format as the finishing message.
11181 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
11182
11183 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
11184 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
11185 Add highlighting of "interrupt", "killed", "terminated".
11186
11187 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
11188 enabled and the current command is self-insert-command, call it
11189 explicitly with overwrite-mode bound to nil, to not allow it
11190 to delete the character after the selected region.
11191
c9ed8176
EZ
111922005-08-12 Matt Hodges <MPHodges@member.fsf.org>
11193
11194 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
11195 move-end-of-line, end-of-line, and beginning-of-line to the list
11196 of commands after which the echo area is updated.
11197
5cabd50e
EZ
111982005-08-12 Eli Zaretskii <eliz@gnu.org>
11199
48d59eda
SM
11200 * cus-edit.el (custom-save-all, custom-save-delete):
11201 Bind recentf-exclude to exclude custom-file.
5cabd50e 11202
a67e5425
EZ
112032005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
11204
234d828a
EZ
11205 * mail/rmailsum.el (rmail-summary-end-of-message): New command
11206 to go to the bottom of the mail message. Added to
11207 `rmail-summary-mode-map' with key "/".
11208 (rmail-summary-show-message): New (internal) function for use by
11209 both `rmail-summary-beginning/end-of-message'.
48d59eda 11210 (rmail-summary-beginning-of-message): Change to use
234d828a
EZ
11211 rmail-summary-show-message.
11212
11213 * mail/rmail.el (rmail-end-of-message): New command to go to the
11214 end of the current message. Added to `rmail-mode-map' with key "/".
48d59eda 11215 (rmail-beginning-of-message): Fix to work as documented.
234d828a
EZ
11216 (rmail-mode): Change documentation.
11217
a67e5425
EZ
11218 * progmodes/compile.el (compilation-start): Add the line
11219 "Compilation started" with compilation start time.
48d59eda 11220 (compilation-mode-font-lock-keywords): Add `started' to keywords.
a67e5425 11221
e40b86bb
LT
112222005-08-11 Luc Teirlinck <teirllm@auburn.edu>
11223
11224 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
11225 of menu items.
11226
bda2c1ff
LK
112272005-08-11 Richard M. Stallman <rms@gnu.org>
11228
6e2d14c8
RS
11229 * simple.el (pop-global-mark): Reverse test of widen-automatically.
11230
bda2c1ff
LK
11231 * battery.el (battery-status-function): Don't use ignore-errors.
11232
112332005-08-11 Lute Kamstra <lute@gnu.org>
11234
11235 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
11236 define-obsolete-variable-alias.
11237
aa6f7b96
SM
112382005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
11239
11240 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
11241 (ange-ftp-send-cmd): Revert last change, and expand
11242 the comment explaining the problem.
11243
928aa821
LT
112442005-08-10 Luc Teirlinck <teirllm@auburn.edu>
11245
11246 * ldefs-boot.el: Update.
11247
11248 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
11249 item to "Time, Load and Mail". Change help echo text.
11250
11251 * time.el (display-time-use-mail-icon, display-time-format)
11252 (display-time-string-forms): Shorten first line of docstrings.
11253
e6de37c5 112542005-08-10 Lars Hansen <larsh@soem.dk>
aa6f7b96
SM
11255
11256 * desktop.el (desktop-buffer-mode-handlers):
af71d4c0 11257 Make non-customizable. Add autoload cookie. Change initial value to
48d59eda 11258 nil; add elements in respective modules instead. Fix doc string.
e6de37c5
LH
11259 (desktop-load-file): New function.
11260 (desktop-minor-mode-handlers): New autoloaded variable.
aa6f7b96
SM
11261 (desktop-create-buffer): Call minor mode handlers.
11262 Use desktop-load-file to load major and minor mode modules prior to
e6de37c5
LH
11263 checking for a handler.
11264 (desktop-save): Don't add nil to desktop-minor-modes for minor
48d59eda 11265 modes with nil function in desktop-minor-mode-table. Don't delete
e6de37c5 11266 desktop file before rewriting it.
48d59eda 11267 (desktop-locals-to-save): Add autoload cookie. Don't make
e6de37c5
LH
11268 automatically buffer-local. Add variables column-number-mode,
11269 size-indication-mode, indent-tabs-mode,
11270 indicate-buffer-boundaries, indicate-empty-lines and
11271 show-trailing-whitespace.
11272 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
af71d4c0 11273 regexps. Don't use desktop-clear-preserve-buffers-regexp.
e6de37c5 11274 (desktop-clear-preserve-buffers-regexp): Delete.
aa6f7b96 11275 (desktop-clear-preserve-buffers): Update initial value and docstring.
e6de37c5
LH
11276 (desktop-save-buffer): Fix doc string.
11277
11278 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
11279 (hilit-chg-desktop-restore): New function.
11280 (highlight-changes-mode): Add highlight-changes-mode to
11281 desktop-locals-to-save.
11282
11283 * dired.el: Add handler to desktop-buffer-mode-handlers.
11284 (dired-restore-desktop-buffer): Remove autoload cookie.
11285 (dired-mode): Add autoload cookie.
11286
11287 * info.el: Add handler to desktop-buffer-mode-handlers.
11288 (Info-restore-desktop-buffer): Remove autoload cookie.
11289 (Info-mode): Add autoload cookie.
11290
11291 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
11292 (mh-restore-desktop-buffer): Remove autoload cookie.
11293 (mh-folder-mode): Add autoload cookie.
11294
11295 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
11296 (rmail-restore-desktop-buffer): Remove autoload cookie.
1ea286a7 11297
2d77d354
MY
112982005-08-11 Masatake YAMATO <jet@gyve.org>
11299
1ea286a7
LT
11300 * hexl.el (hexl-address-region):
11301 (hexl-ascii-region, hexl-font-lock-keywords):
2d77d354
MY
11302 (hexl-highlight-line-range): Use the term "region"
11303 instead of "area" for consistency with the other symbols
11304 defined in hexl.el.
11305
682591cf
LT
113062005-08-09 Luc Teirlinck <teirllm@auburn.edu>
11307
11308 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
11309 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
11310 out by Juri Linkov). Add `display-battery-mode'.
11311
5ebbfd96
JL
113122005-08-09 Juri Linkov <juri@jurta.org>
11313
11314 * progmodes/compile.el (compilation-mode-font-lock-keywords):
11315 Remove `-text' from face variable names.
11316 (compilation-error-file-name, compilation-warning-file-name)
11317 (compilation-info-file-name): Delete faces.
11318 (compilation-line-number, compilation-column-number):
11319 Remove face underlining.
11320 (compilation-message-face): Set to `underline' value by default.
11321 (compilation-error-face, compilation-warning-face)
11322 (compilation-info-face): Remove `-file-name' from face names.
11323 (compilation-error-text-face, compilation-warning-text-face)
11324 (compilation-info-text-face): Delete face variables.
11325 (compilation-text-face): Delete function.
11326
48d59eda 11327 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
5ebbfd96
JL
11328 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
11329 (grep-error-face): Set to `compilation-error' instead of
11330 `compilation-error-face' (which is redefined to `grep-hit-face' in
11331 grep buffers).
ca19f3f1 11332 (grep-mode-font-lock-keywords): Remove `-text' from face variable
48d59eda 11333 names. Use `grep-error-face' instead of `compilation-error-text-face'.
5ebbfd96
JL
11334
11335 * dired-aux.el (dired-do-query-replace-regexp):
11336 Use `query-replace-read-args'.
11337
11338 * replace.el (query-replace-read-from, query-replace-read-to)
11339 (query-replace-read-args): Rename arg `string' to `prompt'.
11340
11341 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
11342
8012c835
MA
113432005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
11344
11345 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
11346 uploading files.
11347 (ange-ftp-canonize-filename): Handle file names beginning with ~
11348 correctly.
11349
8ad8316c
JB
113502005-08-09 Juanma Barranquero <lekktu@gmail.com>
11351
11352 * textmodes/fill.el (canonically-space-region)
11353 (fill-context-prefix, fill-french-nobreak-p)
11354 (fill-delete-newlines, fill-comment-paragraph)
11355 (justify-current-line): "?\ " -> "?\s".
11356
113572005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
11358
11359 * textmodes/fill.el (fill-nonuniform-paragraphs):
11360 Improve argument/docstring consistency.
11361
e8f30180
RS
113622005-08-09 Richard M. Stallman <rms@gnu.org>
11363
e7cdb3e0
RS
11364 * textmodes/ispell.el (ispell-word): More fboundp checks.
11365
e8f30180
RS
11366 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
11367 (find-file-noselect-1): Call it here, only if RAWFILE.
11368 (normal-mode): Always set some major mode.
11369 (save-some-buffers-action-alist): Change some explanation strings.
11370 (file-name-non-special): In the `quote' method, use unwind-protect.
11371
113722005-08-09 Magnus Henoch <mange@freemail.hu>
11373
e7cdb3e0 11374 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
8012c835 11375 (ispell-have-aspell-dictionaries): New variable.
e7cdb3e0
RS
11376 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
11377 (ispell-get-aspell-config-value): New function.
11378 (ispell-aspell-find-dictionary): New function.
11379 (ispell-aspell-add-aliases): New function.
11380 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
11381 appropriate. Don't look for ispell dictionaries if we use aspell.
11382 (ispell-menu-map): Don't build a submenu of dictionaries.
8012c835 11383
61298e17
RS
113842005-08-09 Richard M. Stallman <rms@gnu.org>
11385
11386 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
11387 (sql-read-passwd): Use read-passwd.
11388
11389 * progmodes/idlw-toolbar.el (idlwave-toolbar)
11390 (idlwave-toolbar-is-possible): Add defvars.
11391
11392 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
11393 Avoid warnings.
11394
11395 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
11396 (idlwave-system-class-info, idlwave-executive-commands-alist):
11397 Use defvar.
11398
11399 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
11400
11401 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
11402 Avoid warnings.
11403
11404 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
11405 and content-type: headers.
11406
11407 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
11408
11409 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
11410 and rename some of them to be more self-explanatory.
11411
11412 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
11413
11414 * startup.el (command-line-1): Implement -scriptload.
11415
11416 * replace.el (occur-engine): Initial *Occur* output not undoable.
11417
11418 * menu-bar.el (menu-bar-file-menu): Rename some menu items
11419 and improve help strings.
11420
11421 * isearch.el (isearch-repeat): When changing direction,
11422 mark search successful.
11423
11424 * ediff-init.el: Use (featurep 'xemacs).
11425
11426 * comint.el (send-invisible): Identify buffer, if not selected.
11427
11428 * align.el: Delete autoload for c-guess-basic-syntax.
11429
a165d05e
JB
114302005-08-09 Juanma Barranquero <lekktu@gmail.com>
11431
11432 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
11433 Improve argument/docstring consistency. Doc fixes.
11434 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
11435 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
11436 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
11437 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
11438 (r2bv-organization, r2bv-pages, r2bv-primary-author)
11439 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
11440 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
11441 Defvar at compile time.
11442
196a121b
JL
114432005-08-09 Juri Linkov <juri@jurta.org>
11444
ec08e2f4 11445 * info.el: Replace `info' with upper-case `Info' where appropriate.
196a121b
JL
11446 (info-title-1, info-title-2, info-title-3, info-title-4)
11447 (info-menu-header): Move up face definitions.
11448 (info-menu-star): Rename from `info-menu-5'.
11449 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
11450 (Info-fontify-visited-nodes): Fix docstring.
11451 (Info-hide-note-references): Fix docstring.
11452 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
11453 menu items in the same way as on cross-references.
11454 (info-apropos): Fix sorting order and formatting to be like in the
11455 stand-alone Info browser. Display error messages for 1 sec.
11456 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
11457 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
11458 from the menu bar.
11459 (Info-insert-dir): Restore point after calling
11460 `insert-buffer-substring'.
11461
48b194fd
RS
114622005-08-08 Richard M. Stallman <rms@gnu.org>
11463
11464 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
11465 (recompute-lucid-menubar): Add defvars.
11466
11467 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
11468
11469 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
11470
aa6f7b96 11471 * net/net-utils.el (run-dig): Rename from `dig'.
48b194fd
RS
11472
11473 * play/gametree.el (gametree-mode): Use make-local-variable,
11474 not make-variable-buffer-local.
11475
11476 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
11477
11478 * ansi-color.el (ansi-color-make-extent)
11479 (ansi-color-set-extent-face): Use fboundp, not functionp.
11480
11481 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
11482 not make-variable-buffer-local.
11483
11484 * bookmark.el (Info-current-file): Add defvar.
11485 (bookmark-jump-noselect): Use with-no-warnings.
11486
11487 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
11488
11489 * ebuff-menu.el (Helper-return-blurb): Add defvar.
11490
11491 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
11492
11493 * find-file.el (ada-procedure-start-regexp)
11494 (ada-package-start-regexp): Add defvars.
11495
11496 * info.el (Info-insert-dir): Use insert-buffer-substring.
11497
11498 * xml.el (xml-att-def-re): Add defvar.
11499
11500 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
11501 calling convention.
11502
11503 * subr.el (while-no-input): Return t if there is input.
11504
98605c6f
LT
115052005-08-08 Luc Teirlinck <teirllm@auburn.edu>
11506
11507 * cus-start.el (all): Add `overflow-newline-into-fringe'.
11508
0c737c20
JB
115092005-08-08 Juanma Barranquero <lekktu@gmail.com>
11510
11511 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
11512 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
11513
115142005-08-08 Emilio C. Lopes <eclig@gmx.net>
11515
11516 * cmuscheme.el (scheme-start-file): Replace reference to
11517 `user-emacs-directory' by "~/.emacs.d/".
11518
b499789c
TTN
115192005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
11520
11521 * info.el (Info-dir-remove-duplicates): Avoid case folding
11522 in loop; instead, keep downcased strings for comparison.
11523 Suggested by Helmut Eller.
11524
d2a2c17f
MA
115252005-08-07 Michael Albinus <michael.albinus@gmx.de>
11526
11527 Sync with Tramp 2.0.50.
11528
11948172 11529 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
d2a2c17f
MA
11530 XEmacs case; not necessary anymore.
11531 (tramp-user-regexp): Allow "@" as part of user name.
11532 (tramp-handle-set-visited-file-modtime)
11533 (tramp-handle-insert-file-contents)
11534 (tramp-handle-write-region): No special handling for
11535 `last-coding-system-used, because this is done in
11536 `tramp-accept-process-output' now.
11537 (tramp-accept-process-output): New defun.
11538 (tramp-process-one-action, tramp-process-one-multi-action)
11539 (tramp-wait-for-regexp, tramp-wait-for-output)
11540 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
11541 Howells <dhowells@redhat.com>.
11542 (clear-visited-file-modtime): Defadvice removed. The check for
11543 unset buffer's modtime does not need to be based on
11544 `tramp-buffer-file-attributes'. Suggested by RMS.
11545 (tramp-message): Insert "\n" if not being at beginning of line.
11546 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
11547 sequence with same logic.
11548 (tramp-completion-handle-expand-file-name): Discard call of
11549 `tramp-drop-volume-letter'. It is not necessary, and there have
11550 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
aa6f7b96 11551 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
d2a2c17f
MA
11552 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
11553 should always be visible.
11554 (tramp-handle-insert-directory, tramp-setup-complete)
11555 (tramp-set-process-query-on-exit-flag)
11556 (tramp-append-tramp-buffers): Pacify byte-compiler.
aa6f7b96
SM
11557 (tramp-bug): Delete non-existing variables from list.
11558 Apply `tramp-load-report-modules' as pre-hook.
11559 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
11560 `shell-prompt-pattern' because of non-7bit characters.
11561 Reported by Sebastian Luque <sluque@mun.ca>.
11562 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
d2a2c17f 11563 (tramp-match-string-list): Remove function.
aa6f7b96
SM
11564 (tramp-wait-for-regexp): Remove call of that function.
11565 Suggested by Kim F. Storm <storm@cua.dk>.
d2a2c17f
MA
11566 (tramp-set-auto-save-file-modes): Use octal integer code #o600
11567 instead of octal character code ?\600. The latter resulted in a
11568 syntax error with XEmacs.
11569
11948172 11570 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
d2a2c17f
MA
11571 XEmacs case; not necessary anymore.
11572 (tramp-smb-handle-write-region): No special handling for
11573 `last-coding-system-used, because this is done in
11574 `tramp-accept-process-output' now.
11575 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
11576
07a15941
LT
115772005-08-06 Luc Teirlinck <teirllm@auburn.edu>
11578
48d59eda
SM
11579 * wid-edit.el (widget-choice-value-create):
11580 Unconditionally respect user choice. Set :explicit-choice back to nil
11581 when no longer needed.
ff2b1744
LT
11582 (widget-choice-action): Unconditionally respect user choice.
11583 Eliminate :explicit-choice-value.
11584
07a15941
LT
11585 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
11586
11587 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
11588 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
11589 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
11590 running new function `toggle-indicate-empty-lines'.
11591 Rename "Customize" item to "Customize fringe".
11592 Rename "Indicators" item to "Buffer boundaries" and change help echo.
11593 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
11594 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
11595 Delete "Empty lines only" item.
11596 (menu-bar-showhide-fringe-ind-customize): New function.
11597 (menu-bar-showhide-fringe-ind-mixed)
11598 (menu-bar-showhide-fringe-ind-box)
11599 (menu-bar-showhide-fringe-ind-right)
11600 (menu-bar-showhide-fringe-ind-left)
11601 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
11602 instead of `fringe-indicators'.
11603
44766d63 116042005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
cb5ccc08
JB
11605
11606 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
44766d63 11607 Change the date of last update.
cb5ccc08 11608
38685583 116092005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
cb5ccc08
JB
11610
11611 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
11612 (viper-exec-yank, viper-put-back): Don't display modification msg
11613 if in the minibuffer.
11614
11615 * viper-init.el (viper-replace-overlay-cursor-color)
11616 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
11617 Make variables frame local.
11618
11619 * viper-util.el (viper-append-filter-alist): Use append instead of
38685583 11620 nconc.
cb5ccc08
JB
11621
11622 * viper.el (viper-vi-state-mode-list)
11623 (viper-emacs-state-mode-list): Move help-mode and
11624 completion-list-mode from the first list to the second.
11625 (viper-mode): Docstring.
11626 (viper-go-away, viper-non-hook-settings): Don't localize
11627 minor-mode-alist in newer Emacsen. Add advice to
11628 set-cursor-color. Don't bind "\C-c\\".
11629
cb8fc40a
EZ
116302005-08-06 Emilio C. Lopes <eclig@gmx.net>
11631
11632 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
11633 (scheme-macro-expand-command): New user options.
11634 (scheme-trace-procedure, scheme-expand-current-form): New commands.
11635 (scheme-form-at-point, scheme-start-file)
11636 (scheme-interactively-start-process): New functions.
11637 (scheme-get-process): New function, extracted from `scheme-proc'.
11638 (run-scheme): Call `scheme-start-file' to get start file, and pass
11639 it to `make-comint'.
aa6f7b96
SM
11640 (switch-to-scheme, scheme-proc):
11641 Call `scheme-interactively-start-process' if no Scheme buffer/process
cb8fc40a
EZ
11642 is available.
11643
ba65be24
JL
116442005-08-06 Juri Linkov <juri@jurta.org>
11645
11646 * progmodes/compile.el (compilation-mode-font-lock-keywords):
11647 Use `compilation-text-face', `compilation-info-text-face' and
11648 `compilation-error-text-face' instead of `font-lock-keyword-face'.
11649 (compilation-error): New face.
11650 (compilation-error-file-name): Inherit from
11651 `compilation-error' instead of `font-lock-warning-face'.
11652 (compilation-warning-file-name): Inherit from
11653 `compilation-warning' instead of `font-lock-warning-face'.
11654 (compilation-info, compilation-error-file-name)
11655 (compilation-warning-file-name, compilation-info-file-name)
11656 (compilation-line-number, compilation-column-number): Doc fix.
11657 (compilation-error-text-face, compilation-warning-text-face)
11658 (compilation-info-text-face): New face variables.
11659 (compilation-line-face, compilation-column-face)
11660 (compilation-enter-directory-face)
11661 (compilation-leave-directory-face): Doc fix.
11662 (compilation-text-face): New function.
11663
ca19f3f1
AS
11664 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
11665 instead of 1 to display binary file names as info file links.
ba65be24
JL
11666 (grep-error-face): Use `compilation-error-face' instead of
11667 `font-lock-keyword-face'.
11668 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
ca19f3f1
AS
11669 and `compilation-warning-text-face' instead of
11670 `font-lock-keyword-face'. Use `compilation-error-text-face'
11671 instead of `grep-error-face'.
ba65be24 11672
4f27bfc3
KH
116732005-08-05 Kenichi Handa <handa@m17n.org>
11674
11675 * international/code-pages.el: Add autoload cookies for all coding
11676 systems.
11677
eaf99616
LT
116782005-08-04 Luc Teirlinck <teirllm@auburn.edu>
11679
11680 * cus-start.el (all): Put undo.c where it alphabetically belongs.
11681
35952129
JL
116822005-08-04 Juri Linkov <juri@jurta.org>
11683
94c713b2
JL
11684 * progmodes/compile.el (compilation-mode-map):
11685 * progmodes/grep.el (grep-mode-map):
11686 Bind TAB to `compilation-next-error' and [backtab] to
11687 `compilation-previous-error'.
11688
35952129
JL
11689 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
11690 matching line numbers, column numbers and their ranges with regexp
11691 matching only line numbers.
11692 (grep-context-face): New face variable.
11693 (grep-mode-font-lock-keywords): Use it.
11694
11695 * faces.el (read-face-name): Delete duplicate faces.
11696
6f08431c
JB
116972005-08-02 Juanma Barranquero <lekktu@gmail.com>
11698
6ced5724
JB
11699 * thumbs.el (thumbs-find-image): Don't make variables
11700 automatically buffer local.
11701 (thumbs-current-tmp-filename, thumbs-current-image-filename)
11702 (thumbs-image-num): Make automatically buffer local.
11703 (thumbs-show-thumbs-list): Use `make-local-variable', not
11704 `make-variable-buffer-local'.
aa6f7b96 11705 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
6ced5724 11706
6f08431c
JB
11707 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
11708 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
11709 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
11710 (bother, bye, canyou, chatlst, continue, deathlst, describe)
11711 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
11712 (feelings-about, foullst, found, hello, history, howareyoulst)
11713 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
11714 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
11715 (neglst, obj, object, owner, please, problems, qlist)
11716 (random-adjective, relation, remlst, repetitive-shortness)
11717 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
11718 (shortlst, something, sportslst, stallmanlst, states, subj)
11719 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
11720 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
11721 Defvar at compile time.
11722
6ced5724
JB
11723 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
11724 not `make-variable-buffer-local'.
11725
f8a9926b
KS
117262005-08-02 Kim F. Storm <storm@cua.dk>
11727
11728 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
11729 rectangle overlay in selected window.
11730
121e80cf
LT
117312005-08-01 Luc Teirlinck <teirllm@auburn.edu>
11732
11733 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
11734 instead of display group. Make `indicate-buffer-boundaries'
11735 customizable through Custom.
11736
1e5b5dc0
JB
117372005-08-01 Juanma Barranquero <lekktu@gmail.com>
11738
11739 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
11740 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
11741 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
11742 (gdb-put-string): Fix typos in docstrings.
11743
e37a0f2d
NR
117442005-08-01 Nick Roberts <nickrob@snap.net.nz>
11745
201dc594 11746 Update copyright notices of files in progmodes directory for
aa6f7b96 11747 release of Emacs 22.1.
201dc594 11748
e37a0f2d
NR
11749 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
11750
aa6f7b96
SM
11751 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
11752 Don't barf if the GUD buffer has been killed.
e37a0f2d 11753
b68eddb4
KS
117542005-08-01 Kim F. Storm <storm@cua.dk>
11755
11756 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
11757
01e4a4fa
SM
117582005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
11759
48d59eda
SM
11760 * simple.el (next-error-follow-minor-mode):
11761 make-variable-buffer-local -> make-local-variable.
11762
11763 * emacs-lisp/cl-extra.el: Require CL also when compiling.
11764
01e4a4fa
SM
11765 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
11766 (byte-compile-form-make-variable-buffer-local): New functions to warn
11767 about misuses of make-variable-buffer-local where make-local-variable
11768 was meant.
11769
b89c5a72
JB
117702005-07-29 Juanma Barranquero <lekktu@gmail.com>
11771
f2e48473
JB
11772 * bs.el (bs-attributes-list): Doc fix.
11773 (bs): Update url-link.
11774
b89c5a72
JB
11775 * desktop.el (desktop-save-buffer): Fix typos in docstring.
11776 (desktop-load-default): Simplify.
11777
972b8f82
JB
11778 * ibuffer.el (ibuffer-columnize-and-insert-list)
11779 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
11780 (ibuffer-unmark-all, ibuffer-toggle-marks)
11781 (ibuffer-unmark-forward, ibuffer-unmark-backward)
11782 (ibuffer-compile-make-format-form, ibuffer-format-column)
11783 (ibuffer-current-buffers-with-marks)
11784 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
11785 (ibuffer): Doc fix.
11786 (ibuffer-mode): Fix typo in docstring.
11787 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
11788 with `define-obsolete-variable-alias'.
11789 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
11790
dfc434d0
KH
117912005-07-29 Kenichi Handa <handa@m17n.org>
11792
01e4a4fa
SM
11793 * international/mule-cmds.el (select-message-coding-system):
11794 Be sure to use LF for end-of-line. If no coding system is decided,
dfc434d0
KH
11795 return iso-8859-1-unix.
11796
92482d77
SM
117972005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
11798
11799 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
11800 (ange-ftp-pending-error-line): New vars.
11801 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
11802 to handle the non-fatal no-route-to-host messages.
11803 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
11804
6480c508
JB
118052005-07-28 Juanma Barranquero <lekktu@gmail.com>
11806
11807 * isearch.el (isearch-mode-map, isearch-other-meta-char)
11808 (isearch-quote-char, isearch-printing-char)
11809 (isearch-text-char-description): "?\ " -> "?\s".
11810 (isearch-lazy-highlight-cleanup)
11811 (isearch-lazy-highlight-initial-delay)
11812 (isearch-lazy-highlight-interval)
11813 (isearch-lazy-highlight-max-at-a-time)
11814 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
11815 Declare with define-obsolete-*-alias macros.
11816 (isearch-forward): Fix typo in docstring.
11817 (search-invisible, search-ring-yank-pointer)
11818 (regexp-search-ring-yank-pointer): Doc fixes.
11819
11820 * recentf.el (recentf-menu-append-commands-p): Declare with
11821 `define-obsolete-variable-alias'.
11822 (recentf-max-saved-items, recentf-menu-filter)
11823 (recentf-arrange-by-rule-subfilter): Doc fixes.
11824 (recentf-menu-append-commands-flag)
11825 (recentf-initialize-file-name-history, recentf-expand-file-name)
11826 (recentf-clear-data): Fix typos in docstrings.
11827
8aa9ad9f
NR
118282005-07-28 Nick Roberts <nickrob@snap.net.nz>
11829
11830 * progmodes/gdb-ui.el: Smarten comments.
11831 (gdb-info-breakpoints-custom): Use nowarn when finding file.
11832
4f0c9ba7
DN
118332005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
11834
11835 * term/apollo.el (terminal-init-apollo): New function containing
11836 all former top level forms in the file.
11837 * term/bobcat.el (terminal-init-bobcat):
11838 * term/cygwin.el (terminal-init-cygwin):
11839 * term/iris-ansi.el (terminal-init-iris-ansi):
11840 * term/linux.el (terminal-init-linux):
11841 * term/news.el (terminal-init-news):
11842 * term/rxvt.el (terminal-init-rxvt):
11843 * term/sun.el (terminal-init-sun):
11844 * term/tvi970.el (terminal-init-tvi970):
11845 * term/vt100.el (terminal-init-vt100):
11846 * term/vt102.el (terminal-init-vt102):
11847 * term/vt125.el (terminal-init-vt125):
11848 * term/vt200.el (terminal-init-vt200):
11849 * term/vt201.el (terminal-init-vt201):
11850 * term/vt220.el (terminal-init-vt220):
11851 * term/vt240.el (terminal-init-vt240):
11852 * term/vt300.el (terminal-init-vt300):
11853 * term/vt320.el (terminal-init-vt320):
11854 * term/vt400.el (terminal-init-vt400):
11855 * term/vt420.el (terminal-init-vt420):
11856 * term/wyse50.el (terminal-init-wyse50):
11857 * term/xterm.el (terminal-init-xterm): Likewise.
11858
11859 * term/README: Describe the terminal-init-* functionality.
11860
01e4a4fa
SM
11861 * startup.el (command-line): After loading the terminal initialization
11862 file call the corresponding terminal initialization function.
4f0c9ba7 11863
3509543c
KH
118642005-07-27 Kenichi Handa <handa@m17n.org>
11865
11866 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
11867 negative.
11868
01e4a4fa 11869 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
2f3a9d50
KH
11870 (ps-mule-composition-prologue): Fix for the case that
11871 RelativeCompose is false.
3509543c 11872
cbfde7a0
SM
118732005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
11874
a34ed813
SM
11875 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
11876
cbfde7a0
SM
11877 * descr-text.el (describe-char): Handle the case where the list of
11878 chars is displayed in a separate frame.
11879 Be a bit more discriminating when looking for the char.
11880
d32ff76a
JB
118812005-07-26 Juanma Barranquero <lekktu@gmail.com>
11882
11883 * bookmark.el (bookmark-automatically-show-annotations)
11884 (bookmark-read-annotation-text-func): Doc fixes.
11885 (bookmark-save): Improve argument/docstring consistency.
11886 (bookmark-get-bookmark, bookmark-get-bookmark-record)
11887 (bookmark-alist-from-buffer)
11888 (bookmark-upgrade-file-format-from-0)
11889 (bookmark-grok-file-format-version)
11890 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
11891 (bookmark-read-annotation-mode)
11892 (bookmark-insert-current-bookmark, bookmark-jump)
11893 (bookmark-exit-hook): Fix typos in docstrings.
11894 (bookmark-exit-hooks): Define as obsolete alias.
11895 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
11896 not `bookmark-exit-hooks'. Fix docstring.
11897 (bookmark-bmenu-select): "?\ " -> "?\s".
11898
af71d4c0 118992005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
5e4c9744
LT
11900
11901 * startup.el (command-line): Fix typo.
11902
5eca5ecd
RS
119032005-07-24 Richard M. Stallman <rms@gnu.org>
11904
11905 * tooltip.el (tooltip-mode): Test emacs-basic-display,
11906 not emacs-quick-startup.
11907
ac0385c8
JB
119082005-07-24 Juanma Barranquero <lekktu@gmail.com>
11909
48ce962e
JB
11910 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
11911 (reb-next-match, reb-show-subexp): Use `with-selected-window'
11912 instead of `reb-with-current-window'.
11913 (reb-prev-match): Likewise. Also, don't move left if the search
11914 was unsuccessful.
11915 (reb-initialize-buffer): New function.
11916 (re-builder, reb-change-syntax): Use it.
11917
ac0385c8
JB
11918 * man.el (Man-goto-page): Make second argument NOERROR optional.
11919
55fb4ff7
RS
119202005-07-23 Richard M. Stallman <rms@gnu.org>
11921
11922 * man.el (Man-bgproc-sentinel): Check here for failure to find
11923 any man page in the output, and report the error here.
11924 (Man-arguments): Make it permanent local.
11925 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
11926 (Man-mode): Pass t for NOERROR.
11927
ac0385c8
JB
11928 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
11929 (grep-mode-font-lock-keywords):
55fb4ff7
RS
11930 Don't use compilation-...-face for messages that are not file names.
11931
11932 * progmodes/compile.el (compilation-mode-font-lock-keywords):
11933 Don't use compilation-...-face for messages that are not file names.
11934
1050234a
JL
119352005-07-22 Juri Linkov <juri@jurta.org>
11936
1050234a
JL
11937 * startup.el (normal-splash-screen): Update menu name.
11938
11939 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
11940
19292318
DN
119412005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
11942
6a55dae2
DN
11943 * term/xterm.el: Load term/rxvt if the terminal is actually an
11944 rxvt terminal.
11945 (xterm-rxvt-set-background-mode): Remove, not used anymore.
11946
19292318 11947 * term/rxvt.el (function-key-map): Use substitute-key-definition
af71d4c0 11948 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
19292318
DN
11949
11950 * term/cygwin.el: New file.
11951
80362dd2
KS
119522005-07-22 Kim F. Storm <storm@cua.dk>
11953
a34ed813
SM
11954 * image-file.el (insert-image-file, image-file-yank-handler):
11955 Fix last change to maintain a (unique) yank-handler on yanked images.
80362dd2 11956
4be27839
EZ
119572005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
11958
11959 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
11960 of the file size (as in "177B" for 177 bytes). This happens with
11961 "ls -lh" on FreeBSD.
11962
3dd89635
JB
119632005-07-22 Juanma Barranquero <lekktu@gmail.com>
11964
11965 * hilit-chg.el (highlight-changes-global-initial-state)
11966 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
11967 (hilit-chg-fixup, highlight-changes-mode):
11968 Fix typos in docstrings.
11969 (highlight-changes-global-modes, highlight-changes-rotate-faces):
11970 Doc fixes.
11971
8a469c77
LT
119722005-07-21 Luc Teirlinck <teirllm@auburn.edu>
11973
11974 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
11975 mode function using `eval-after-load'.
11976
5543c8b7
KS
119772005-07-21 Kim F. Storm <storm@cua.dk>
11978
11979 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
11980 included when reporting an emacs crash, and tell about the DEBUG file.
11981
11982 * image-file.el (insert-image-file): Add yank-handler.
11983 (image-file-yank-handler): Yank handler to make unique copies of
11984 images when they are yanked into a buffer next to each other.
11985
69c3280d
JB
119862005-07-21 Juanma Barranquero <lekktu@gmail.com>
11987
d6ff789c
JB
11988 * comint.el (comint-use-prompt-regexp, comint-send-input)
11989 (comint-source-default, comint-extract-string)
11990 (comint-get-source, comint-word, comint-completion)
11991 (comint-source, comint-prompt-read-only, comint-update-fence):
11992 Fix typos in docstrings.
11993 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
11994 Declare with define-obsolete-*-alias macros.
11995 (comint-previous-matching-input-from-input)
11996 (comint-next-matching-input-from-input)
11997 (comint-previous-matching-input, comint-next-matching-input)
11998 (comint-forward-matching-input):
11999 Improve argument/docstring consistency.
12000
4880a274
JB
12001 * desktop.el (desktop-clear-preserve-buffers-regexp):
12002 Also preserve the *server* buffer.
12003
69c3280d
JB
12004 * simple.el (clone-indirect-buffer): Doc fix.
12005 (fixup-whitespace, just-one-space)
12006 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
12007 (next-error, next-error-highlight)
12008 (next-error-highlight-no-select, next-error-last-buffer)
12009 (next-error-buffer-p, next-error-find-buffer, next-error)
12010 (previous-error, next-error-no-select, previous-error-no-select)
12011 (open-line, split-line, minibuffer-prompt-width, kill-new)
12012 (binary-overwrite-mode): Fix typos in docstrings.
12013 (set-fill-column): Fix typo in message.
12014
12015 * skeleton.el (skeleton-proxy-new): Doc fix.
12016
12017 * strokes.el (strokes-load-hook): Doc fix.
12018 (strokes-grid-resolution, strokes-get-grid-position)
12019 (strokes-renormalize-to-grid, strokes-read-stroke)
12020 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
12021 (strokes-global-map): Fix typos in docstrings.
12022 (strokes-help): Doc fix. Fix help message and pass it through
12023 `substitute-command-keys'.
12024
4880a274
JB
12025 * tempo.el (tempo-insert-prompt, tempo-interactive)
12026 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
12027 (tempo-insert-string-functions, tempo-local-tags)
12028 (tempo-define-template, tempo-insert-template)
12029 (tempo-insert-prompt-compat, tempo-is-user-element)
12030 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
12031 Fix typos in docstrings.
12032
12033 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
12034 (vcursor-key-bindings, vcursor-use-vcursor-map)
12035 (vcursor-find-window, vcursor-scroll-down)
12036 (vcursor-disable, vcursor-beginning-of-buffer)
12037 (vcursor-end-of-buffer): Fix typos in docstrings.
12038 (vcursor-relative-move, vcursor-get-char-count):
12039 Improve argument/docstring consistency.
12040
12041 * version.el: "?\ " -> "?\s".
12042
12043 * wid-edit.el (widget-default-create, widget-after-change)
12044 (widget-default-format-handler, widget-checklist-add-item)
12045 (widget-radio-add-item, widget-choose, widget-specify-secret)
12046 (widget-field-value-create, widget-field-value-get)
12047 (widget-editable-list-format-handler)
12048 (widget-editable-list-entry-create, widget-group-value-create)
12049 (widget-documentation-link-add)
12050 (widget-documentation-string-value-create): "?\ " -> "?\s".
12051 (widget-convert-text): Doc fix.
12052 (widget-narrow-to-field, widget-field-find)
12053 (widget-url-link-action, widget-emacs-library-link-action)
12054 (widget-color-notify): Fix typos in docstrings.
12055
12056 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
12057 (x-select-text, set-w32-system-coding-system)
12058 (w32-add-charset-info): Fix typos in docstrings.
12059
12060 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
12061 (cua-enable-cua-keys, cua-use-hyper-key)
12062 (cua-virtual-rectangle-edges): Fix typos in docstrings.
12063 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
12064
12065 * net/tramp.el (tramp-handle-load): Fix typo in error message.
12066
12067 * emacs-lisp/re-builder.el (regexp-builder): Declare with
12068 `defalias' instead of faking it.
12069
12070 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
12071 (eshell-ls-missing, eshell-ls-dired-initial-args)
12072 (eshell-ls-use-in-dired): Fix typos in docstrings.
12073
200576f6
KS
120742005-07-20 Kim F. Storm <storm@cua.dk>
12075
12076 * emulation/cua-base.el (cua-mode): Improve doc string.
12077
3f32d6a3
JB
120782005-07-20 Juanma Barranquero <lekktu@gmail.com>
12079
a5b5bf44
JB
12080 * abbrev.el (expand-region-abbrevs): Doc fix.
12081 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
12082 Improve argument/docstring consistency.
12083
12084 * arc-mode.el (archive-get-descr, archive-alternate-display):
12085 Doc fixes.
12086 (archive-l-e): Improve argument/docstring consistency.
12087 (archive-tmpdir, archive-unixdate, archive-unixtime)
12088 (archive-chmod-entry): Fix typos in docstrings.
12089 (archive-unflag, archive-unflag-backwards)
12090 (archive-unmark-all-files): "?\ " -> "?\s".
12091
12092 * buff-menu.el (Buffer-menu-unmark): Doc fix.
12093 (Buffer-menu-not-modified, Buffer-menu-execute)
12094 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
12095 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
12096
12097 * composite.el (compose-string, encode-composition-rule)
12098 (compose-last-chars): Fix typos in docstrings.
12099
3f32d6a3
JB
12100 * desktop.el (desktop-enable, desktop-basefilename):
12101 Declare with `define-obsolete-variable-alias'.
12102 (desktop-internal-v2s): Don't quote keywords.
12103 (desktop-clear): "?\ " -> "?\s".
12104
a5b5bf44
JB
12105 * dired.el (dired-align-file, dired-flag-backup-files)
12106 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
12107 (dired-listing-switches, dired-ls-F-marks-symlinks)
12108 (dired-dwim-target, dired-load-hook, dired-mode-hook)
12109 (dired-directory, dired-faces, dired, dired-revert)
12110 (dired-mode, dired-summary, dired-view-file)
12111 (dired-copy-filename-as-kill, dired-delete-file)
12112 (dired-no-confirm, dired-unmark-all-marks)
12113 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
12114 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
12115 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
12116 Fix typos in message strings.
12117
12118 * dired-x.el (virtual-dired): Declare with `defalias'.
12119 (dired-mark-unmarked-files, dired-local-variables-file)
12120 (dired-omit-here-always): Doc fix.
12121 (dired-omit-mode, dired-find-subdir)
12122 (dired-enable-local-variables, dired-clean-up-buffers-too)
12123 (dired-extra-startup, dired-mark-extension, dired-jump)
12124 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
12125 (dired-smart-shell-command, dired-guess-shell-alist-user)
12126 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
12127 (dired-x-bind-find-file, dired-x-submit-report):
12128 Fix typos in docstrings.
12129 (dired-mark-unmarked-files): "?\ " -> "?\s".
12130
12131 * dirtrack.el (dirtrack-list): Fix typos in docstring.
12132
12133 * faces.el (describe-face): "?\ " -> "?\s".
12134 (read-all-face-attributes, read-face-font, modify-face)
12135 (face-attr-construct, italic): Fix typos in docstrings.
12136 (frame-update-face-colors): Declare with
12137 `define-obsolete-function-alias'.
12138
26b9ecbc
JB
12139 * files.el (find-file-noselect, recode-file-name): Doc fixes.
12140 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
12141 (magic-mode-alist, buffer-file-numbers-unique)
12142 (write-file-functions, get-free-disk-space):
12143 Fix typos in docstrings.
12144 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
12145 (write-contents-hooks, write-file-hooks):
12146 Declare with `define-obsolete-variable-alias'.
12147
f33321ad
JB
12148 * forms-d2.el (arch-rj): Fix typo in docstrings.
12149 (arch-tocol): Likewise. "?\ " -> "?\s".
12150
12151 * frame.el (set-frame-font, cursor-in-non-selected-windows):
12152 Fix typo in docstring.
12153 (set-screen-width, set-screen-height): Delete redundant info in
12154 doctrings.
12155 (new-frame, screen-height, screen-width): Declare with
12156 `define-obsolete-function-alias'.
12157 (delete-frame-hook, blink-cursor): Declare with
12158 `define-obsolete-variable-alias'.
12159
12160 * paths.el (prune-directory-list): Fix typos in docstring.
12161
12162 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
12163 (cvs-prefix-get): Fix typos in docstrings.
12164
12165 * ps-print.el (ps-extend-face-list, ps-extend-face)
12166 (ps-print-background-image): Fix typos in docstrings.
12167 (ps-default-fg, ps-default-bg): Doc fixes.
12168
12169 * s-region.el (s-region-bind): Doc fix.
12170 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
12171
3f32d6a3
JB
12172 * textmodes/org.el (org-table-formula-substitute-names)
12173 (org-table-get-vertical-vector): Doc fixes.
12174 (org-table-recalculate): Remove unused argument to `message'.
12175
376b811b
CD
121762005-07-19 Carsten Dominik <dominik@science.uva.nl>
12177
3f32d6a3
JB
12178 * textmodes/org.el (org-table-column-names)
12179 (org-table-column-name-regexp)
a34ed813
SM
12180 (org-table-named-field-locations): New variables.
12181 (org-archive-subtree): Protect `this-command' when calling
376b811b
CD
12182 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
12183 the kill buffer.
a34ed813
SM
12184 (org-complete): Remove fixed-formula completion.
12185 (org-edit-formulas-map): New variable.
12186 (org-table-edit-formulas): New command.
12187 (org-finish-edit-formulas, org-abort-edit-formulas)
3f32d6a3 12188 (org-show-variable, org-table-get-vertical-vector): New functions.
a34ed813
SM
12189 (org-table-maybe-eval-formula): Handle `:=' fields.
12190 (org-table-get-stored-formulas, org-table-store-formulas)
12191 (org-table-get-formula, org-table-modify-formulas)
12192 (org-table-replace-in-formulas): Handle named field formulas.
12193 (org-table-get-specials): Store locations of named fields.
376b811b 12194
09ca8329
JL
121952005-07-19 Juri Linkov <juri@jurta.org>
12196
12197 * progmodes/grep.el (grep-regexp-alist)
12198 (grep-mode-font-lock-keywords, grep-process-setup):
12199 Use default GNU grep match color "01;31m" instead of "01;41m".
12200 (grep-regexp-alist, grep-mode-font-lock-keywords):
12201 Use `\\[[0-9]*m' instead of `\\[00m'.
12202 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
12203 sgr_start where its handling is more important. Use the real
12204 length of sgr_start instead of constant 8.
12205 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
12206 specially. Delete all remaining escape sequences.
12207 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
12208 (grep-regexp-alist): Make hyperlink only for binary file name
12209 instead of the whole line.
12210 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
12211 (grep-mode): Add autoload.
12212
12213 * emacs-lisp/find-func.el (find-function-regexp):
12214 Add `define-compilation-mode'.
12215
09cab23d
JL
122162005-07-19 Juri Linkov <juri@jurta.org>
12217
12218 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
12219 (compare-windows-sync-string-size, compare-windows-recenter)
12220 (compare-windows-highlight, compare-windows): Add version 22.1.
12221 (compare-windows) <defface>: Inherit from lazy-highlight instead
12222 of duplicating its default value.
12223
12224 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
12225 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
12226
12227 * descr-text.el (describe-char): Create link buttons for `charset'
12228 and `code point'. Add the current input method name with a link
12229 button to `to input' field. Print face names of display table
12230 characters in `The display table entry is displayed by' section
12231 instead of printing face-id in the `display' field.
12232 Guess hardcoded faces and create a link button for them.
12233 Skip empty fields when calculating max-width.
12234 Treat `widget-create' specially while inserting strings from the
12235 collected field list.
12236 (describe-char-after): Made obsolete in version 22.1, not 21.5.
12237
12238 * diff-mode.el (diff-file-header): Change foreground color from
12239 yellow to green on light backgrounds.
12240 (diff-context): Inherit from `shadow' only for color/grayscale
12241 with more than 88 colors.
12242 (diff-indicator-removed, diff-indicator-added)
12243 (diff-indicator-changed): New faces.
12244 (diff-font-lock-keywords): Use new faces. Regroup rules.
12245 Add "^---$" for `normal' diff format. Fontify `#' lines with
12246 font-lock-comment-delimiter-face and font-lock-comment-face.
12247 Add `#' to ^[^...] in the rule for `diff-context-face'.
12248
12249 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
12250 a button-like box. Inherit from `highlight' on low colors.
12251 (shadow): Use shades of gray only for color/grayscale with
12252 more than 88 colors. Use green for light backgrounds with
12253 8 colors, and yellow for dark backgrounds with 8 colors.
12254
a34ed813
SM
12255 * font-lock.el (font-lock-regexp-grouping-backslash):
12256 Don't inherit from escape-glyph (use bold for all cases).
09cab23d
JL
12257
12258 * info.el (info-xref-visited): Use light foreground color `violet'
12259 for dark backgrounds instead of dark color `magenta3'.
12260 (info-title-1): Use `yellow' color for dark backgrounds.
12261
12262 * isearch.el (isearch): Use not-too-dark magenta3 instead of
12263 too-light magenta2.
12264
12265 * replace.el (match): Use slightly more light RoyalBlue3 instead
12266 of dark RoyalBlue4.
12267
12268 * wid-edit.el (widget-inactive): Inherit from `shadow'.
12269
cc8b76bf
JB
122702005-07-19 Juanma Barranquero <lekktu@gmail.com>
12271
6d9c9ad9
JB
12272 * novice.el (disabled-command-hook): Declare it with
12273 `define-obsolete-variable-alias'.
12274
cc8b76bf
JB
12275 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
12276 (desktop-buffer-misc-functions, desktop-buffer-handlers)
12277 (desktop-load-default): Add release to obsolescence info.
12278 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
12279 (desktop-append-buffer-args, desktop-read):
12280 Fix typos in docstrings.
12281 (desktop-kill): Fix typo in message.
12282 (desktop-save): Doc fix.
12283
acfb6f24 122842005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
cc8b76bf
JB
12285
12286 * viper-cmd.el (viper-escape-to-state): Bug fix.
12287 (viper-envelop-ESC-key): Change the definition of fast
12288 keysequence so it'll work with keyboard macros.
12289
12290 * ediff.el (ediff-patch-buffer): Change the docstring.
12291
e9b01d1f
KH
122922005-07-19 Kenichi Handa <handa@m17n.org>
12293
12294 * international/mule-cmds.el (select-safe-coding-system): Try to
12295 use an auto-coding (if any) before anything else. If the found
12296 auto-coding is invalid, show a warning message.
12297
12298 * international/mule.el (find-auto-coding): New function created
12299 by modifying the body of set-auto-coding.
12300 (set-auto-coding): Use find-auto-coding to find a coding.
12301
b4fb325f
RS
123022005-07-18 Richard M. Stallman <rms@gnu.org>
12303
12304 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
12305 not isearch-mode-end-hook-error.
12306 (allout-before-change-protect): Fix error message.
12307
1bef8597
JL
123082005-07-18 Juri Linkov <juri@jurta.org>
12309
12310 * allout.el (allout-mode):
12311 * calculator.el (calculator-copy):
12312 * custom.el (custom-known-themes):
12313 * dired.el (dired-desktop-buffer-misc-data)
12314 (dired-restore-desktop-buffer):
12315 * dired-x.el (dired-omit-marker-char):
12316 * files.el (basic-save-buffer):
12317 * font-core.el (font-lock-mode):
12318 * calendar/calendar.el (calendar-goto-hebrew-date)
12319 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
12320 (calendar-goto-persian-date):
12321 * language/ethio-util.el (ethio-sera-to-fidel-region):
12322 * textmodes/picture.el (picture-mode):
12323 Delete duplicate duplicate words.
12324
57cfde4d
JL
123252005-07-18 Juri Linkov <juri@jurta.org>
12326
12327 * isearch.el (isearch-mode-map): Remove key bindings for regexp
12328 chars * ? } |.
12329 (isearch-fallback): Don't call `isearch-process-search-char'.
12330 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
12331 (isearch-process-search-char): Call `isearch-fallback' for regexp
12332 chars * ? } |.
12333 (isearch-return-char): Make obsolete with `make-obsolete' instead
12334 of simply documenting it as obsolete in the docstring.
12335 (isearch-fallback): Refill docstring.
12336
12337 * international/isearch-x.el
ca19f3f1
AS
12338 (isearch-process-search-multibyte-characters): Remove unneeded
12339 `concat'. Add intermediate values to `junk-hist' instead of
12340 `minibuffer-history'. Test the length of `str'.
57cfde4d 12341
d34f0136
JB
123422005-07-18 Juanma Barranquero <lekktu@gmail.com>
12343
12344 * allout.el (allout-resolve-xref): Fix typos in error strings.
12345 (allout-before-change-protect): Remove unneeded `concat'.
12346
12347 * array.el (array-mode, array-reconfigure-rows)
12348 (untabify-backward): Fix typos in docstrings.
12349 (array-reconfigure-rows): Use `insert-buffer-substring', not
12350 `insert-buffer'.
12351
12352 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
a34ed813
SM
12353 * progmodes/ada-mode.el (ada-make-body):
12354 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
d34f0136
JB
12355
12356 * dired.el (dired-log):
12357 * tar-mode.el (tar-subfile-save-buffer):
12358 * play/zone.el (zone-pgm-stress-destress):
12359 Use `insert-buffer-substring', not `insert-buffer'.
12360
e81c51f0
SJ
123612005-07-17 Simon Josefsson <jas@extundo.com>
12362
c5fb0bd6 12363 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
e81c51f0 12364
4effb112
SJ
123652005-07-16 Jose E. Marchesi <jemarch@gnu.org>
12366
c5fb0bd6
KS
12367 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
12368 Add plain auth method.
12369 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
4effb112 12370
4f8efafc
KS
123712005-07-17 Kim F. Storm <storm@cua.dk>
12372
f64d5328 12373 * ido.el (dired-other-window): Add ido property.
4f8efafc 12374
e41acc77
JB
123752005-07-16 Juanma Barranquero <lekktu@gmail.com>
12376
12377 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
12378 Fix typo in docstring.
12379 (byte-compile-interactive-only-functions): Add `insert-buffer' and
12380 `insert-file-literally'.
12381
12382 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
12383 info and delete redundant message. Doc fix.
12384 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
12385 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
12386
ad50a502
RS
123872005-07-16 Richard M. Stallman <rms@gnu.org>
12388
12389 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
12390 (byte-compile-and): Use byte-compile-and-recursion.
12391 (byte-compile-or-recursion): New function.
12392 (byte-compile-or): Use that.
12393 (byte-compile-if): Guard the else-clause too.
12394 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
4185451d
RS
12395
12396 * isearch.el (isearch-mode-end-hook-quit): New variable.
12397 (isearch-done): Bind it.
12398 (isearch-mode-end-hook): Doc fix.
12399
12400 * allout.el (allout-isearch-did-quit): Variable deleted.
12401 (allout-real-isearch-abort): Function name no longer used.
12402 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
12403 (allout-isearch-rectification): isearch-mode always exists.
12404 Don't set allout-isearch-did-quit.
12405 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
12406 allout-isearch-did-quit.
12407 (allout-enwrap-isearch): Just add the hook.
12408 (allout-isearch-abort): Function deleted.
12409 (allout-pre-command-business): Avoid warning.
ad50a502
RS
12410
12411 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
12412 Correctly avoid warnings.
12413 (pascal-outline): Likewise.
12414
12415 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
12416
12417 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
12418
12419 * play/tetris.el (tetris-mode): Avoid warning.
12420
12421 * play/snake.el (snake-mode): Avoid warning.
12422
12423 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
12424 (gamegrid-set-display-table): Avoid warning.
12425 (gamegrid-set-timer): Likewise.
12426 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
12427 (gamegrid-add-score-with-update-game-score-1): Take FILE
12428 as argument.
12429 (gamegrid-add-score-with-update-game-score): Pass that argument.
12430 Rename have-shared-game-dir to gamegrid-shared-game-dir.
12431
12432 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
12433
12434 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
12435 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
12436
12437 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
12438 and insert-file.
e41acc77 12439
ad50a502
RS
12440 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
12441 (sc-ask): Avoid warnings.
12442
12443 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
12444 (eshell-hist-initialize): Use that var the natural way.
12445
12446 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
12447
a34ed813
SM
12448 * emacs-lisp/re-builder.el (reb-cook-regexp):
12449 Avoid warning calling lre-compile-string.
ad50a502
RS
12450 (reb-color-display-p): Avoid warning.
12451
12452 * calculator.el (calculator-last-input): Guard uses
12453 of event-key and key-press-event-p.
12454 (event-key, key-press-event-p): Delete definitions.
12455
12456 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
dc9c856d
RS
12457 (find-gc-source-directory, find-gc-subrs-callers)
12458 (find-gc-noreturn-list, find-gc-source-files)
12459 (find-gc-subrs-called): Vars renamed and defvar'd.
ad50a502
RS
12460
12461 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
12462 (checkdoc-overlay-put, checkdoc-delete-overlay)
12463 (checkdoc-overlay-start, checkdoc-overlay-end)
e41acc77 12464 (checkdoc-mode-line-update, checkdoc-char=):
ad50a502 12465 Define such that compiler knows they are defined.
a34ed813
SM
12466 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
12467 (checkdoc-read-event): Delete. Use read-event directly.
ad50a502
RS
12468
12469 * whitespace.el (whitespace-make-overlay)
12470 (whitespace-overlay-put, whitespace-delete-overlay)
12471 (whitespace-overlay-start, whitespace-overlay-end):
12472 Define such that compiler knows they are defined.
12473 (whitespace): Move conditional inside.
12474
12475 * tempo.el (tempo-insert-template): Suppress warning.
12476
12477 * ediff-diff.el (longlines-mode): Add defvar.
12478
9ebc3953
EZ
124792005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
12480
12481 * server.el: Bind "C-x #" in a way that works even if C-x is
12482 redefined to a command key, not a prefix key.
12483
2e9c1c6d
EZ
124842005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
12485
12486 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
12487 cl-make-type-test till execution time.
12488
6bdeff3e
EZ
124892005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
12490
12491 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
12492 arg ARG and use it.
12493
578f8106
EZ
124942005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
12495
12496 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
12497
9f8a6f72
LT
124982005-07-15 Luc Teirlinck <teirllm@auburn.edu>
12499
12500 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
12501 a defcustom with two :set or :type keywords.
12502
e4b477a1
RS
125032005-07-15 Richard M. Stallman <rms@gnu.org>
12504
12505 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
12506 Don't give ^M comment-end syntax.
12507
bb7e5329
NR
125082005-07-16 Nick Roberts <nickrob@snap.net.nz>
12509
9ab281f0 12510 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
bb7e5329
NR
12511 Don't consider gdbmi (gdb-mi.el has its own update functions).
12512 (gdb-var-delete): Make it work for gdbmi as well.
12513 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
12514
12515 * progmodes/gud.el (etags, sdb): Only require etags when needed.
12516 (gud-speedbar-menu-items): Correct logic for enabling items.
12517
075e33b3
KS
125182005-07-15 Kim F. Storm <storm@cua.dk>
12519
2994c5cf 12520 * ido.el: Fix commentary.
9ab281f0 12521 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
075e33b3 12522 Use with-no-warnings around ffap-guesser.
2994c5cf
KS
12523 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
12524 Let bind minibuffer-completing-file-name to t.
075e33b3 12525
fea34e9f
JB
125262005-07-15 Juanma Barranquero <lekktu@gmail.com>
12527
9ab281f0
JB
12528 * startup.el (site-run-file, keyboard-type): Doc fixes.
12529 (command-line): Check for "--basic-display" argument; also for
12530 "--quick", not "--bare-bones" (which was renamed).
12531 (fancy-splash-text): Add missing item "Getting New Versions".
12532 (normal-splash-screen): Fix typos and improve consistency with
12533 `fancy-splash-text'. Update copyright year.
12534
1930e8f0
JB
12535 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
12536 valid binding for `help-char'.
12537
3c8dd9b9 12538 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
fea34e9f 12539
9ea818ab
DN
125402005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
12541
12542 * term.el (term-mode): Disable cua-mode for term buffers.
12543
edc8ec9f
JB
125442005-07-14 Juanma Barranquero <lekktu@gmail.com>
12545
1930e8f0
JB
12546 * add-log.el (add-log-mailing-address, change-log-merge):
12547 Doc fixes.
edc8ec9f
JB
12548 (change-log-get-method-definition): Fix typo in docstring.
12549
44016d9d
KS
125502005-07-14 Kim F. Storm <storm@cua.dk>
12551
12552 * emulation/cua-base.el:
12553 (cua--pre-command-handler-1, cua--pre-command-handler)
12554 (cua--post-command-handler-1, cua--post-command-handler):
12555 Split in two. Check (buffer local) value of cua-mode.
12556 (cua-selection-mode): New command.
12557
fd90b80c
LT
125582005-07-13 Luc Teirlinck <teirllm@auburn.edu>
12559
12560 * custom.el (custom-initialize-safe-set)
12561 (custom-initialize-safe-default): Doc fixes.
12562
12563 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
12564 and simplify :init-value again.
12565
12566 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
12567 and simplify :init-value again. Delete autoload.
12568
12569 * startup.el (command-line): Use `custom-reevaluate-setting' again
12570 for tooltip-mode.
12571
9f8a6f72
LT
12572 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
12573 a defcustom with two :initialize keywords.
fd90b80c 12574
a937cb39
JB
125752005-07-13 Juanma Barranquero <lekktu@gmail.com>
12576
12577 * allout.el (my-mark-marker, allout-isearch-prior-pos)
12578 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
12579 (allout-post-command-business, allout-flag-region)
12580 (isearch-reenable-font-lock, allout-yank)
12581 (allout-insert-latex-header, allout-insert-latex-trailer)
12582 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
12583 (allout-latex-verb-quote): Fix typos in docstrings.
1930e8f0 12584 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
a937cb39
JB
12585 (allout-unprotected, allout-prefix-data):
12586 Improve argument/docstring consistency.
12587 (allout-chart-subtree): Fix argument spec.
12588 (allout-open-topic): Rename `use_sib_bullet' argument to
12589 `use-sib-bullet'. Doc fix.
12590
12591 * whitespace.el (whitespace-check-buffer-leading)
12592 (whitespace-check-buffer-trailing)
12593 (whitespace-check-buffer-indent)
12594 (whitespace-check-buffer-spacetab)
12595 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
12596 (whitespace-check-leading-whitespace)
12597 (whitespace-check-trailing-whitespace)
12598 (whitespace-check-spacetab-whitespace)
12599 (whitespace-check-indent-whitespace)
12600 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
12601 (whitespace-modes): Fix typos in docstrings.
1930e8f0 12602 (defgroup, defcustom): Doc fixes.
a937cb39
JB
12603
12604 * winner.el (winner-mode, winner-boring-buffers)
12605 (winner-pending-undo-ring): Doc fixes.
12606 (winner-ring): Remove unneeded `progn'.
12607 (winner-equal): `defsubst' it.
12608 (winner-redo): Fix message.
12609
010b9a45
KS
126102005-07-13 Kim F. Storm <storm@cua.dk>
12611
12612 * simple.el (line-move-1): Always use vertical-motion to
12613 do the last (or only) line move to ensure some movement.
12614 Undo 2005-06-23 change--don't check for overlays.
12615
c229fb15
YM
126162005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12617
12618 * term/mac-win.el (ccl-encode-mac-roman-font)
12619 (ccl-encode-mac-centraleurroman-font)
12620 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
2af9d879
SM
12621 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
12622 Change charset-id boundary of dimension to ?\xef.
c229fb15
YM
12623 (mac-char-fontspec-list): New constant.
12624 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
12625 argument. Nil uses itself as family in font-spec. Previous
12626 behavior for nil is now provided by non-nil non-string argument.
12627 All callers changed. Add font-specs for Mac fonts to
12628 "fontset-default" unless iso8859-1 fonts are installed.
12629
69d05d83
SM
126302005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
12631
12632 * progmodes/sh-script.el (sh-get-indent-info): Only indent
12633 a continuation line if the \ is preceded by SPC or TAB.
12634 (sh-get-indent-info): Simplify.
12635 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
12636 Use with-current-buffer.
12637
12638 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
12639 when the matched text is empty.
12640
d8a9fbf0
LT
126412005-07-12 Luc Teirlinck <teirllm@auburn.edu>
12642
12643 * startup.el (command-line): Revert to previous handling of
12644 tooltip-mode. Explain in comment why the complexity is needed.
12645
12646 * tooltip.el (tooltip-mode): Revert to previous implementation of
12647 its defcustom.
12648
12649 * frame.el (blink-cursor-mode): Revert to previous implementation
f3eb269f 12650 of its defcustom. Update comment.
d8a9fbf0 12651
70f35cb1
LH
126522005-07-12 Lars Hansen <larsh@soem.dk>
12653
12654 * desktop.el: Update e-mail address.
12655
c37efb7a
YM
126562005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12657
12658 * term/mac-win.el (mac-services-mail-selection)
12659 (mac-services-mail-to): New functions.
12660 (mac-application-menu-map): Bind them.
12661
af71d4c0 126622005-07-12 wulei <milton@wulei.net> (tiny change)
7ea9de71
NR
12663
12664 * progmodes/gdb-ui.el: Add note about buffering with Windows.
12665
350ecc49
LT
126662005-07-11 Luc Teirlinck <teirllm@auburn.edu>
12667
12668 * custom.el (custom-reevaluate-setting): Doc fix.
12669
ea6bc45d
JB
126702005-07-11 Jay Belanger <belanger@truman.edu>
12671
12672 * calc/calc.el (calc-embedded-announce-formula-alist)
12673 (calc-embedded-open-close-plain-alist)
69d05d83 12674 (calc-embedded-open-close-mode-alist): Add checks for additional
a937cb39 12675 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
ea6bc45d 12676
ba2c4279
JB
126772005-07-11 Juanma Barranquero <lekktu@gmail.com>
12678
12679 * custom.el (custom-enable-theme): Don't add theme to
12680 `custom-enabled-themes' with `push' because there is no
12681 setf-method for `delq'.
12682
3cc9e6d8
RS
126832005-07-11 Richard M. Stallman <rms@gnu.org>
12684
8989771d
RS
12685 * custom.el (custom-declare-variable): Doc fix.
12686
5176af43
RS
12687 * dired-aux.el (dired-compare-directories): Remove "." and ".."
12688 from the alists.
12689
3cc9e6d8
RS
12690 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
12691 Do nothing if edebug-active.
12692
12693 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
12694 (edebug-display): Do it here instead.
12695
126962005-07-10 Richard M. Stallman <rms@gnu.org>
12697
12698 * cus-face.el (custom-theme-set-faces): Make it work.
12699 (custom-reset-faces): Doc fix.
12700 (custom-theme-reset-internal-face, custom-theme-face-value):
12701 Functions deleted.
12702
12703 * custom.el (custom-push-theme): Maintain list of the settings
12704 of a given theme in its theme-settings property.
12705 Maintain position of old settings in the theme-value
12706 or theme-face property.
12707 (custom-enabled-themes): New variable.
12708 (custom-theme-enabled-p): New function.
12709 (provide-theme): Update custom-enabled-themes.
12710 Disable and reenable the `user' theme.
12711 (require-theme): Doc fix.
12712 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
12713 (custom-theme-value, custom-theme-variable-value): Likewise.
12714 (custom-theme-reset-internal): Likewise.
12715 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
12716 (custom-enable-theme, custom-disable-theme): New functions.
12717 (custom-variable-theme-value, custom-face-theme-value): Likewise.
12718 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
12719 (custom-theme-reset-variables): Simplify.
12720 (deftheme, custom-declare-theme, custom-make-theme-feature):
12721 Definitions moved.
12722
1a3b7cd5
RS
127232005-07-10 Chong Yidong <cyd@stupidchicken.com>
12724
12725 * longlines.el (longlines-show-region)
12726 (longlines-unshow-hard-newlines): Recognize hard newlines by
12727 non-nil hard property, instead of t.
12728
8ea74b0e 127292005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
4ff7373a
KS
12730
12731 * viper-cmd.el (viper--key-maps): New variable.
12732 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
8ea74b0e 12733 emulation-mode-map-alists.
4ff7373a
KS
12734 (viper-envelop-ESC-key): Use viper-subseq.
12735 (viper-search-forward/backward/next): Disable debug-on-error.
12736
12737 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
12738 (viper-ESC-key): New defcustoms.
12739
12740 * viper-macs.el (ex-map-read-args): Use viper-subseq.
12741
12742 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
12743 (viper-subseq): Copy of subseq from cl.el.
12744
12745 * viper.el (viper-go-away, viper-set-hooks): Use
8ea74b0e 12746 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
4ff7373a
KS
12747
12748 * viper-mous.el (viper-current-frame-saved): Use defvar.
12749
12750 * viper-init.el: Get rid of -face in face names.
12751
12752 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
8ea74b0e 12753 Make it work with longlines mode
4ff7373a
KS
12754
12755 * ediff-mult.el (ediff-meta-mode-hook): New variable.
12756
12757 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
12758
99580cde 12759 * ediff-init.el: Get rid of -face in face names.
4ff7373a 12760
e2dacaac
RS
127612005-07-10 Richard M. Stallman <rms@gnu.org>
12762
12763 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
12764 and with-timeout-unsuspend.
12765
12766 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
12767 and with-timeout-unsuspend.
12768
12769 * emacs-lisp/timer.el (with-timeout-timers): New variable.
12770 (with-timeout): Bind that variable to record timers.
12771 (with-timeout-suspend, with-timeout-unsuspend): New functions.
12772
12773 * emacs-lisp/debug.el (debug-help-follow): New function.
12774 (debugger-mode-map): Use that instead of help-follow.
12775 (debugger-setup-buffer): Use eval-buffer-list
12776 to handle eval-buffer frames.
12777
127782005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
12779
69d05d83 12780 * timezone.el (timezone-parse-date): Change first regexp
e2dacaac
RS
12781 so it will not mistakenly match dates with no time zone.
12782
127832005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
12784
12785 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
12786
72df78c9
LT
127872005-07-10 Luc Teirlinck <teirllm@auburn.edu>
12788
0a2eeb92
LT
12789 * custom.el (custom-initialize-safe-set)
12790 (custom-initialize-safe-default): New functions.
12791
12792 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
12793 and simplify :init-value.
12794
12795 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
12796 and simplify :init-value. Delete obsolete comment.
12797
12798 * startup.el (command-line): Use `custom-reevaluate-setting' to
12799 handle `tooltip-mode'. Delete obsolete comment.
12800
72df78c9
LT
12801 * files.el (set-visited-file-name): Avoid calling
12802 `file-name-nondirectory' with a nil argument.
12803
e2dacaac
RS
128042005-07-09 Richard M. Stallman <rms@gnu.org>
12805
12806 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
12807 was called with nil for the buffer, handle the read position right.
12808 Handle read position for eval-region, too.
12809
4a65d2b3
JL
128102005-07-09 Juri Linkov <juri@jurta.org>
12811
12812 * fringe.el (fringe-mode): Add period in docstring.
12813 (fringe-query-style): Build prompt depending on `all-frames' arg.
12814
12815 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
12816 to not create links to unrelated functions in the Help buffer.
12817
12818 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
12819 Doc fix.
12820
12821 * simple.el (next-error-hook): New variable.
12822 (next-error): Use it. Doc fix.
12823
12824 * textmodes/ispell.el (ispell-command-loop): Add current
12825 dictionary name and program name to mode-line-format.
12826 (ispell-region, ispell-process-line): Add current dictionary name
12827 and program name to messages.
12828
31f3c79b
JB
128292005-07-08 Jay Belanger <belanger@truman.edu>
12830
12831 * calc/calc.el (calc-embedded-announce-formula-alist)
12832 (calc-embedded-open-close-formula-alist)
12833 (calc-embedded-open-close-word-alist)
12834 (calc-embedded-open-close-plain-alist)
12835 (calc-embedded-open-close-new-formula-alist)
12836 (calc-embedded-open-close-mode-alist)
12837 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
12838 (calc-embedded-mode-hook): New variables.
12839
12840 * calc/calc-embed.el (calc-embedded-firsttime)
12841 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
12842 New variables.
12843 (calc-do-embedded): Use calc-embedded-firsttime,
12844 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
12845 determine whether or not to run hooks.
12846 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
12847 calc-embedded-firsttime-formula appropriately.
12848 Set calc-embedded delimiter variables according to mode.
12849
917e0c95
RS
128502005-07-08 Richard M. Stallman <rms@gnu.org>
12851
12852 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
12853 Check for "emacs", etc., as entire symbol, not just as word.
12854 (checkdoc-file-comments-engine): Use regexp-quote on FN.
12855
12856 * files.el (set-visited-file-name): Report the error
12857 for "empty filename" earlier.
12858 (kill-some-buffers): Ignore buffers already dead.
12859
12860 * fringe.el (fringe-mode): Doc fix.
12861
12862 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
12863 Check for (featurep 'xemacs) and turn off warnings in what it guards.
12864 Use unwind-protect to ensure byte-compile-unresolved-functions
12865 is updated.
12866
12867 * whitespace.el (whitespace-buffer-leading-cleanup):
12868 Simplify w/ skip-chars-forward.
12869 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
12870
12871 * mail/rmail.el (rmail-only-expunge): Fix paren error.
12872 Unconditionally try to leave point at the same old place.
12873
8774406b
EZ
128742005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
12875
12876 * comint.el (comint-postoutput-scroll-to-bottom)
69d05d83 12877 (comint-show-maximum-output): Take scroll-margin into consideration.
8774406b 12878
c380c937
KS
128792005-07-08 Kim F. Storm <storm@cua.dk>
12880
3aaa5e26
KS
12881 * ido.el (ido-use-filename-at-point): New choice `guess'.
12882 (ido-file-internal): Try ffap-guesser if selected.
12883
c380c937
KS
12884 * ido.el (ido-before-fallback-functions): New hook.
12885 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
12886 (ido-read-file-name): Run it.
12887
2af9d879
SM
128882005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
12889
12890 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
12891 strings rather than a list of symbols to the completion function.
12892
f3414bd4
JB
128932005-07-07 Jay Belanger <belanger@truman.edu>
12894
9ab281f0 12895 * calc/calc-units.el (math-apply-units): Change the places in
f3414bd4
JB
12896 which units are simplified.
12897
a1306094
LT
128982005-07-07 Luc Teirlinck <teirllm@auburn.edu>
12899
12900 * cus-edit.el (customize-option, customize-option-other-window):
12901 Make them handle aliases.
12902
12903 * custom.el (custom-variable-p): Make it recursively follow
12904 aliases. Mention that in the docstring.
12905
bc4c8456
RS
129062005-07-07 Richard M. Stallman <rms@gnu.org>
12907
12908 * cus-start.el (exec-path): Use `directory' instead of `file'.
b713c813 12909 Fix tag for nil.
bc4c8456 12910
a653724b
JB
129112005-07-07 Juanma Barranquero <lekktu@gmail.com>
12912
12913 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
12914 when called non-interactively. Doc fix.
12915
9d42fe6f
LK
129162005-07-07 Lute Kamstra <lute@gnu.org>
12917
12918 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
12919 new address as well.
12920
43b557d5
KH
129212005-07-07 Kenichi Handa <handa@m17n.org>
12922
69d05d83
SM
12923 * international/mule.el (make-coding-system):
12924 Describe `ascii-incompatible' property in the docstring.
43b557d5
KH
12925 (set-file-name-coding-system): Signal an error if coding-system is
12926 ascii-incompatible.
12927 (set-keyboard-coding-system): Likewise.
12928
a653724b
JB
12929 * international/mule-cmds.el (set-default-coding-systems):
12930 Don't set default-file-name-coding-system and
69d05d83 12931 default-keyboard-coding-system if coding-system is ASCII-incompatible.
43b557d5
KH
12932
12933 * international/utf-16.el: Declare that all UTF-16-based coding
a653724b 12934 systems are ASCII-incompatible.
43b557d5 12935
811ade5c
NR
129362005-07-07 Nick Roberts <nickrob@snap.net.nz>
12937
12938 * progmodes/gud.el: Require font-lock for displaying errors.
12939 Used by gdb-ui.el.
12940
ed6773fa
JB
129412005-07-07 Juanma Barranquero <lekktu@gmail.com>
12942
12943 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
12944 values for the pattern lists which are `read'able but not
12945 `append'able (like symbols).
12946
7ea8834e
RS
129472005-07-06 Richard M. Stallman <rms@gnu.org>
12948
12949 * progmodes/flymake.el (flymake-float-time): Instead of
12950 with-no-warnings, test for xemacs.
12951 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
12952 to avoid warning.
12953
d25dfeed
JB
129542005-07-06 Juanma Barranquero <lekktu@gmail.com>
12955
12956 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
12957
68003d6b 129582005-07-05 Lute Kamstra <lute@gnu.org>
71d21198
LK
12959
12960 * battery.el: Add support for Darwin (with much debugging help
12961 from Samuel Lauber <sam124@operamail.com>).
12962 (battery-status-function, battery-echo-area-format)
12963 (battery-mode-line-format): Add support for pmset on Darwin.
12964 (battery-load-low, battery-load-critical): New user options.
12965 (battery-pmset): New function.
12966
68003d6b
LK
129672005-07-05 Lute Kamstra <lute@gnu.org>
12968
12969 Update FSF's address in GPL notices.
12970
12971 * textmodes/page-ext.el: Update FSF's address.
12972
c13ce396
SM
129732005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
12974
12975 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
12976 filling from using prefix when filling a single-line docstring.
12977
12978 * progmodes/flymake.el: Remove useless eval-when-compile.
12979
12980 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
12981
4af33176
RS
129822005-07-04 Richard M. Stallman <rms@gnu.org>
12983
12984 * textmodes/org.el (org-file-apps-defaults-gnu):
c13ce396 12985 Rename from org-file-apps-defaults-linux.
4af33176
RS
12986 (org-default-apps): Don't test system-type for `linux'.
12987 (org-file-apps): Doc fix.
12988
6ea54413
DP
129892005-07-04 David Ponce <david@dponce.com>
12990
12991 * tree-widget.el: Improve header Commentary section.
12992 (tree-widget) [defgroup]
12993 (tree-widget-image-enable, tree-widget-themes-directory)
12994 (tree-widget-theme, tree-widget-image-properties-emacs)
12995 (tree-widget-image-properties-xemacs, tree-widget-create-image)
12996 (tree-widget-image-formats, tree-widget-control)
12997 (tree-widget-empty-control, tree-widget-leaf-control
12998 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
12999 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
13000 (tree-widget-keep, tree-widget-after-toggle-functions)
13001 (tree-widget-open-node, tree-widget-close-node): Doc fix.
13002 (tree-widget-open-control, tree-widget-close-control): Fix doc and
13003 :help-echo message.
13004 (tree-widget-set-theme): Doc fix. Use `string-equal'.
13005 (tree-widget-image-properties): Doc fix. Clearer implementation.
13006 (tree-widget--cursors): New constant.
13007 (tree-widget-lookup-image): New function split from
13008 `tree-widget-find-image'. Clearer implementation.
13009 (tree-widget-find-image): Use it.
13010 (tree-widget-button-keymap): Use `set-keymap-parent'.
13011 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
13012 Define the sub-widgets here.
13013 (tree-widget-node): Check that :node is not a tree-widget.
13014 (tree-widget-get-super, tree-widget-open-control)
13015 (tree-widget-close-control, tree-widget-empty-control)
13016 (tree-widget-leaf-control, tree-widget-guide)
13017 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
13018 (tree-widget-no-handle, tree-widget-value-delete)
13019 (tree-widget-map): Remove.
13020 (tree-widget-children-value-save): Doc fix. Simplified.
13021 (tree-widget-value-create): Update according to previous changes.
13022
576ae47a
CD
130232005-07-04 Carsten Dominik <dominik@science.uva.nl>
13024
13025 * textmodes/org.el: Leading space replaced by TABS.
13026 (org-recalc-marks, org-table-rotate-recalc-marks)
13027 (org-table-get-specials): Treat "^" and "_" marks.
13028 (org-table-justify-field-maybe): Optional argument NEW.
c13ce396
SM
13029 (org-table-eval-formula): Parsing of the format simplified.
13030 New modes C,I. Honor the %= parameter in the current table.
13031 Avoid unnecessary re-align by using the NEW argument to
576ae47a 13032 `org-table-justify-field-maybe'.
c13ce396
SM
13033 (org-calc-default-modes): Default for date-format mimicks org-mode.
13034 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
576ae47a 13035
29a05cd1
LT
130362005-07-03 Luc Teirlinck <teirllm@auburn.edu>
13037
13038 * cus-face.el (custom-theme-set-faces): Make it handle face
13039 aliases whose alias declarations are pre- or autoloaded.
13040
45cbf2fe
JL
130412005-07-04 Juri Linkov <juri@jurta.org>
13042
13043 * faces.el (read-face-name): Put the code for getting a face name
13044 from the buffer before adding the faces from the `face' property.
13045 Use `completing-read-multiple' instead of `completing-read'.
13046 Require `crm'. Add default value and post-process the returned
13047 list of faces.
13048
13049 * emacs-lisp/crm.el (crm-find-current-element)
13050 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
13051
13052 * emacs-lisp/lisp-mode.el (eval-defun-1):
13053 * emacs-lisp/edebug.el (edebug-eval-defun):
13054 Remove unnecessary quotes.
13055
ec0421f3
JB
130562005-07-04 Juanma Barranquero <lekktu@gmail.com>
13057
c6c5714e
JB
13058 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
13059 (prolog-indent-level): Fix typo in docstring.
13060
13061 * info.el (Info-history, Info-history-forward)
13062 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
13063
6db8cbf5
JB
13064 * add-log.el (add-change-log-entry):
13065 * comint.el (comint-dynamic-list-input-ring)
13066 (comint-dynamic-list-completions):
13067 * dabbrev.el (dabbrev-expand):
13068 * delim-col.el (delimit-columns-rectangle-line):
13069 * diff-mode.el (diff-context->unified, diff-reverse-direction)
13070 (diff-unified->context):
13071 * ediff-init.el (ediff-abbrev-jobname):
13072 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
13073 (ediff-replace-session-activity-marker-in-meta-buffer):
13074 * info.el (Info-summary):
13075 * lpr.el (printify-region):
13076 * printing.el (pr-create-interface):
13077 * ps-print.el (ps-print-quote):
13078 * ses.el (ses-column-widths, ses-print-cell)
13079 (ses-adjust-print-width, ses-center):
13080 * shell.el (shell-file-name-quote-list):
13081 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
13082 (strokes-fill-current-buffer-with-whitespace)
13083 (strokes-xpm-for-stroke, strokes-list-strokes)
13084 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
13085 * term.el (term-dynamic-list-input-ring)
13086 (term-dynamic-list-completions):
13087 * calc/calc.el (math-format-stack-value):
13088 * emacs-lisp/edebug.el (edebug-display-freq-count):
13089 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
13090 (delphi-new-comment-line):
13091 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
13092 * progmodes/executable.el (executable-set-magic):
13093 * progmodes/python.el (inferior-python-mode):
13094 * progmodes/scheme.el (scheme-mode-syntax-table):
13095 * progmodes/sh-script.el (sh-maybe-here-document):
13096 * progmodes/sql.el (sql-copy-column):
13097 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
13098 * textmodes/bibtex.el (bibtex-mode):
13099 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
13100 (sgml-auto-attributes):
13101 * textmodes/table.el (table-insert, table-shorten-cell)
13102 (table--generate-source-scan-lines, table-delete-row)
13103 (*table--cell-delete-char, table--spacify-frame)
13104 (table--horizontally-shift-above-and-below)
13105 (table--cell-insert-char, table--cell-blank-str)
13106 (table--fill-region-strictly):
13107 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
13108 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
13109
13110 * add-log.el (change-log):
13111 * apropos.el (apropos):
13112 * comint.el (comint-completion, comint-source):
13113 * dabbrev.el (dabbrev):
13114 * delim-col.el (columns):
13115 * diff-mode.el (diff-mode):
13116 * ediff.el (ediff):
13117 * ediff-diff.el (ediff-diff):
13118 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
13119 * ediff-mult.el (ediff-mult):
13120 * ediff-ptch.el (ediff-ptch):
13121 * ediff-wind.el (ediff-window):
13122 * facemenu.el (facemenu):
13123 * indent.el (indent):
13124 * info.el (info):
13125 * jka-cmpr-hook.el (compression, jka-compr):
13126 * lpr.el (lpr):
13127 * outline.el (outlines):
13128 * pcmpl-cvs.el (pcmpl-cvs):
13129 * pcmpl-rpm.el (pcmpl-rpm):
13130 * printing.el (printing):
13131 * ps-print.el (postscript, ps-print, ps-print-horizontal)
13132 (ps-print-vertical, ps-print-headers, ps-print-font)
13133 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
13134 (ps-print-background, ps-print-printer, ps-print-page)
13135 (ps-print-miscellany):
13136 * ses.el (ses):
13137 * shell.el (shell, shell-directories, shell-faces):
13138 * startup.el (initialization):
13139 * strokes.el (strokes):
13140 * term.el (term):
13141 * uniquify.el (uniquify):
13142 * w32-vars.el (w32):
13143 * calc/calc.el (calc):
13144 * emacs-lisp/bytecomp.el (bytecomp):
13145 * emacs-lisp/cl-indent.el (lisp-indent):
13146 * emacs-lisp/edebug.el (edebug):
13147 * emacs-lisp/elp.el (elp):
13148 * emacs-lisp/testcover.el (testcover):
13149 * emacs-lisp/trace.el (trace):
13150 * emulation/viper-ex.el (viper-ex):
13151 * emulation/viper-mous.el (viper-mouse):
13152 * mail/mailalias.el (mailalias):
13153 * mail/supercite.el (supercite, supercite-frames)
13154 (supercite-attr, supercite-cite, supercite-hooks):
13155 * net/rcompile.el (remote-compile):
13156 * net/rlogin.el (rlogin):
13157 * obsolete/ooutline.el (outlines):
13158 * progmodes/delphi.el (delphi):
13159 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
13160 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
13161 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
13162 (ebnf-optimization):
13163 * progmodes/etags.el (etags):
13164 * progmodes/executable.el (executable):
13165 * progmodes/idlwave.el (idlwave):
13166 * progmodes/pascal.el (pascal):
13167 * progmodes/prolog.el (prolog):
13168 * progmodes/python.el (python):
13169 * progmodes/scheme.el (scheme):
13170 * progmodes/sh-script.el (sh, sh-script):
13171 * progmodes/sql.el (SQL):
13172 * progmodes/tcl.el (tcl):
13173 * textmodes/bibtex.el (bibtex, bibtex-autokey):
13174 * textmodes/enriched.el (enriched):
13175 * textmodes/makeinfo.el (makeinfo):
13176 * textmodes/sgml-mode.el (sgml):
13177 * textmodes/table.el (table-hooks):
13178 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
13179 * textmodes/texinfo.el (texinfo):
13180 * textmodes/two-column.el (two-column):
13181 Finish `defgroup' description with period.
59fda2fa 13182
ec0421f3 13183 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
6db8cbf5 13184 * eshell/esh-var.el (eshell-var):
bc25429a 13185 * progmodes/vhdl-mode.el (vhdl-testbench):
6db8cbf5
JB
13186 * textmodes/org.el (org): Fix typos in docstrings.
13187
13188 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
13189 consistency.
ec0421f3
JB
13190
13191 * progmodes/flymake.el (flymake-find-file): Remove.
13192 (flymake-float-time): Use `with-no-warnings'.
13193 (flymake-check-start-time, flymake-check-was-interrupted)
13194 (flymake-err-info, flymake-is-running, flymake-last-change-time)
13195 (flymake-new-err-info): `defvar' at compile time.
13196
131972005-07-03 Juanma Barranquero <lekktu@gmail.com>
13198
13199 * replace.el (occur-hook): Doc fix.
13200 (occur-1): Don't call `occur-hook' if there are no matches.
13201
3d393029
RS
132022005-07-03 Richard M. Stallman <rms@gnu.org>
13203
f24cd32e
RS
13204 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
13205 global-map, save the same map.
13206 (global-map): Don't alter it at top level.
13207 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
13208 Then alter it here instead.
13209 (tpu-edt-off): Set global-map to the saved one.
13210
13211 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
13212 All references simplified.
c13ce396 13213 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
7fe48b75
RS
13214 (zmacs-regions): Add defvar.
13215 (repeat-complex-command-map): Everything about that deleted.
f24cd32e 13216
3d393029
RS
13217 * textmodes/artist.el (artist-key-is-drawing)
13218 (artist-key-endpoint1, artist-key-poly-point-list)
13219 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
13220 (artist-key-compl-table, artist-rb-save-data)
13221 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
13222 Don't put them in eval-when-compile.
13223 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
13224
13225 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
13226 Use with-no-warnings.
13227
13228 * net/browse-url.el (dos-windows-version): Add defvar.
13229
13230 * mail/supercite.el (filladapt-prefix-table): Add defvar.
13231
13232 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
13233 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
c13ce396 13234 (rmail-new-summary-line-count): Rename from new-summary-line-count.
3d393029
RS
13235 Add defvar.
13236 (rmail-summary-beginning-of-message): Use with-no-warnings.
13237 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
13238
13239 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
13240 Use with-no-warnings.
13241
13242 * emulation/vi.el (vi-mark-region): Use c-mark-function.
13243 (c-mark-function): Add point-moving-unit property.
13244 (vi-goto-line): Use with-no-warnings.
13245
13246 * emulation/edt.el (edt-last-copied-word): Add defvar.
13247 (zmacs-region-stays): Likewise.
13248 (edt-mark-section-wisely): Use c-mark-function for C.
13249 Use makr-defun for Fortran.
13250 (time-string): defvar deleted.
13251 (edt-display-the-time): Don't set time-string.
13252
13253 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
13254
13255 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
13256 Don't warn when name is not constant
13257 or for defining the group `emacs'.
13258
13259 * tooltip.el (gud-tooltip-mode): Add defvar.
13260
13261 * startup.el (default-frame-background-mode): Add defvar.
13262
13263 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
13264
13265 * info.el (tool-bar-map): Add defvar.
13266
13267 * dired.el (dnd-protocol-alist): Add defvar.
13268
13269 * dired-aux.el (dired-query): Display question with answer, when
13270 the user answers.
13271
13272 * custom.el (custom-add-option): Doc fix.
13273
13274 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
13275
112abe24
EZ
132762005-07-03 Eli Zaretskii <eliz@gnu.org>
13277
13278 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
13279 bogus name from the last change.
13280
e1db6c78
LT
132812005-07-02 Luc Teirlinck <teirllm@auburn.edu>
13282
13283 * custom.el (custom-declare-variable): Fix typos in comment.
13284 (custom-known-themes): Doc fix.
13285 (custom-theme-directory): New defcustom.
13286 (require-theme): Make it check `custom-theme-directory'.
13287
13288 * cus-theme.el (custom-new-theme-mode): New function.
13289 (custom-theme-name, custom-theme-variables, custom-theme-faces)
13290 (custom-theme-description): Add compiler defvars.
13291 (customize-create-theme): Add doc to the "*New Custom Theme*"
13292 buffer. Use `custom-new-theme-mode'.
13293 (custom-theme-write): Put the created buffer in emacs-lisp-mode
13294 and save it to the `custom-theme-directory'. Make this the
13295 default directory of the buffer.
13296
ec0421f3 132972005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
bd6a83d5 13298
ec0421f3
JB
13299 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
13300 Fix unbalanced parentheses.
bd6a83d5 13301
1953295b
SM
133022005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
13303
13304 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
13305 into flymake-mode and delegate to flymake-mode.
13306
13307 * find-file.el (ff-which-function-are-we-in): Clean up.
13308
1324d580
JB
133092005-07-02 Juanma Barranquero <lekktu@gmail.com>
13310
b1f71b43
JB
13311 * replace.el (occur-rename-buffer): Fix docstring.
13312
1324d580
JB
13313 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
13314 (edt-last-copied-word, edt-learn-macro-count)
13315 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
13316 (edt-rect-start-point, edt-user-global-map, rect-start-point)
13317 (time-string, zmacs-region-stays):
13318 * emulation/edt-mapper.el (edt-save-function-key-map)
13319 (EDT-key-name): `defvar' to silence the byte-compiler.
13320
d6951bb4
EZ
133212005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
13322
13323 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
13324 font-lock-regexp-backslash. Doc fix.
13325 (font-lock-regexp-backslash-grouping-construct): Rename from
13326 font-lock-regexp-backslash-construct. Doc fix.
588c0770 13327 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
d6951bb4
EZ
13328 grouping constructs.
13329
014b37b6
EZ
133302005-07-02 Eli Zaretskii <eliz@gnu.org>
13331
13332 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
13333 updating all the prerequisites.
13334
64f72ae1
JB
133352005-07-01 Juanma Barranquero <lekktu@gmail.com>
13336
13337 * textmodes/org.el (org-agenda-start-on-weekday)
13338 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
13339 (org-agenda-use-time-grid, org-archive-location)
13340 (org-allow-space-in-links, org-usenet-links-prefer-google)
13341 (org-enable-table-editor, org-export-default-language)
13342 (org-export-html-show-new-buffer, org-fill-paragraph)
13343 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
13344 (org-goto-quit, org-occur, org-eval-in-calendar)
13345 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
13346 (org-agenda-diary-entry, org-remember-help)
13347 (org-table-convert-region, org-at-table-p)
13348 (org-table-move-row-down, org-table-move-row-up)
13349 (org-table-copy-region, org-table-toggle-vline-visibility)
13350 (org-table-get-stored-formulas, org-table-get-specials)
13351 (org-recalc-commands, org-table-eval-formula)
13352 (org-table-formula-substitute-names, orgtbl-make-binding)
13353 (org-format-org-table-html, org-format-table-table-html)
13354 (org-format-table-table-html-using-table-generate-source)
13355 (org-customize): Fix typos in docstrings.
13356 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
13357 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
13358 (org-back-to-heading): Doc fixes.
13359 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
13360 (org-agenda-change-all-lines, org-get-header):
13361 Improve argument/docstring consistency.
13362 (orgtbl-error): Fix error message.
13363
13364 * progmodes/flymake.el (flymake-find-possible-master-files)
13365 (flymake-master-file-compare, flymake-get-line-err-count)
13366 (flymake-highlight-line, flymake-gui-warnings-enabled):
13367 Fix typos in docstrings.
13368 (flymake-parse-line, flymake-get-project-include-dirs-function)
13369 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
13370 Doc fixes.
13371 (flymake-get-project-include-dirs-function)
13372 (flymake-make-err-menu-data):
13373 Improve argument/docstring consistency.
13374
b97c98ad
LK
133752005-07-01 Lute Kamstra <lute@gnu.org>
13376
12d6b124
LK
13377 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
13378 Catch errors with ignore-errors. Use temporary buffer.
13379 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
13380
b97c98ad
LK
13381 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
13382 background color faces.
1953295b
SM
13383 (facemenu-set-foreground, facemenu-set-background):
13384 Use facemenu-set-face-from-menu.
b97c98ad
LK
13385 (facemenu-set-face-from-menu): Treat face names that start with
13386 "fg:" or "bg:" as special.
13387 (facemenu-add-new-color): Don't create faces. Simplify.
13388
11bc6e51
RS
133892005-06-30 Richard M. Stallman <rms@gnu.org>
13390
13391 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
13392 (crm-find-current-element): Likewise.
13393
133942005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
13395
1953295b 13396 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
11bc6e51 13397
01bf52cb
SM
133982005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
13399
13400 * arc-mode.el (archive-extract): Make it work as a mouse binding.
13401 (archive-mouse-extract): Make it an obsolete alias.
13402 (archive-mode-map): Don't use archive-mouse-extract any more.
13403 (archive-mode, archive-extract): write-contents-hooks ->
13404 write-contents-functions.
13405 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
13406 first arg.
13407 (archive-rename-entry): Update the call.
13408 (archive-zip-summarize): Remove unused var `method'.
13409 (archive-lzh-summarize): Remove unused var `creator'.
13410
1953295b
SM
13411 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
13412 dedicated frame upon exit.
01bf52cb
SM
13413
13414 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
13415 (archive-zip-extract, archive-zip-expunge)
13416 (archive-zip-update, archive-zip-update-case): Use executable-find.
13417 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
13418 Use restore-buffer-modified-p.
13419 (archive-extract, archive-add-new-member, archive-write-file-member):
13420 Use with-current-buffer.
13421 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
13422
0a0157ba
AS
134232005-06-30 Andreas Schwab <schwab@suse.de>
13424
13425 * progmodes/gud.el (gud-filter): Remove unneeded progn.
13426
5026b8ee
GM
134272005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
13428
13429 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
13430
63f7ffb3
JL
134312005-06-30 Juri Linkov <juri@jurta.org>
13432
13433 * faces.el (vertical-border): Inherit from mode-line-inactive
13434 only on tty.
13435
c665bf4b
JB
134362005-06-30 Juanma Barranquero <lekktu@gmail.com>
13437
27bbbadb
JB
13438 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
13439 example, -NLINES in the `occur' docstring).
13440
426674a8
JB
13441 * replace.el (occur-1): When no matches are found, do not set the
13442 `buffer-read-only' and modified flags for the occur buffer,
13443 because it is deleted.
13444
c665bf4b
JB
13445 * emulation/cua-base.el (cua-check-pending-input)
13446 (cua-repeat-replace-region, cua-mode, cua-debug)
13447 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
13448 Fix typos in docstrings.
13449
13450 * emulation/cua-gmrk.el (cua-toggle-global-mark)
13451 (cua-cut-region-to-global-mark)
13452 (cua--cut-rectangle-to-global-mark):
13453 Remove period from end of messages.
13454
13455 * emulation/cua-rect.el (cua-do-rectangle-padding):
13456 Remove period from end of messages.
13457 (cua--rectangle-seq-format): Fix typo in docstring.
13458 (cua-sequence-rectangle, cua-fill-char-rectangle):
13459 Improve argument/docstring consistency.
13460
9b07ab0a
JL
134612005-06-29 Juri Linkov <juri@jurta.org>
13462
13463 * faces.el (default-frame-background-mode): New internal variable.
13464 (frame-set-background-mode): Use it.
13465
13466 * startup.el (normal-top-level): Set default-frame-background-mode
13467 instead of frame-background-mode. Before setting it, test for its
13468 nil value. Remove tests for frame-background-mode and frame
13469 parameter `reverse'. Add test for "unspecified-fg".
13470
13471 * term/xterm.el (xterm-rxvt-set-background-mode):
13472 * term/rxvt.el (rxvt-set-background-mode):
13473 Set default-frame-background-mode instead of frame-background-mode.
13474
16f43910
JB
134752005-06-29 Juanma Barranquero <lekktu@gmail.com>
13476
0684376b
JB
13477 * simple.el (set-variable): Warn about obsolete user variables.
13478
16f43910
JB
13479 * imenu.el (imenu--completion-buffer):
13480 * mouse.el (mouse-buffer-menu-alist):
13481 * msb.el (msb-invisible-buffer-p):
13482 * calendar/diary-lib.el (diary-header-line-format):
13483 * emacs-lisp/pp.el (pp-buffer):
13484 * progmodes/cperl-mode.el (cperl-do-auto-fill):
13485 * textmodes/picture.el (picture-replace-match):
13486 Change space constants followed by a sexp to "?\s ".
13487
13488 * play/decipher.el (decipher-loop-with-breaks):
13489 * textmodes/texinfo.el (texinfo-insert-@item): Change space
13490 constants "protected" from end of line by a comment to "?\s".
13491
4b2f6649
SM
134922005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
13493
9a1505e9
SM
13494 * font-lock.el (save-buffer-state): Use `declare'.
13495
4b2f6649
SM
13496 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
13497 reset the syntax-table to cperl-mode-syntax-table.
13498 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
13499 "foo_print_bar" is not matched as a reserved keyword.
13500
01d37825
CD
135012005-06-29 Carsten Dominik <dominik@science.uva.nl>
13502
16f43910 13503 * textmodes/org.el (orgtbl-setup): New function, for delayed
01d37825
CD
13504 setup for the orgtbl commands.
13505 (org-calc-default-modes): New option.
13506 (orgtbl-make-binding): Use `defun' to get better help display.
13507 (org-diary): Call `org-compile-prefix-format'.
13508 (org-table-formula-substitute-names): New function.
13509 (org-agenda-day-view, org-agenda-week-view): New commands.
13510 (org-agenda-toggle-week-view): Command removed.
13511 (org-tbl-menu): Split off from org-org-menu.
4b2f6649 13512 (org-mode): Move removal of outline-mode menus to here.
01d37825
CD
13513 (org-table-formula-debug): New option.
13514 (org-table-insert-row): Keep first field if just "#" or "*".
13515 (org-mode): Paragraph regexps fixed.
13516 (org-table-recalculate-regexp): New constant.
13517 (org-table-justify-field-maybe): Avoid replace if not necessary.
13518 (org-copy-special, org-cut-special): Use `call-interactively'.
13519 (org-table-copy-region): Take region from `interactive' call.
13520 (org-trim): Return string even if no match.
13521 (org-formula): New face.
4b2f6649
SM
13522 (org-set-font-lock-defaults): No longer highlight "FIXME".
13523 But highlight formula-related fields in table.
01d37825
CD
13524 (org-table-p): Use regexp, not fontification.
13525 (org-table-align): Handle white space at end of line.
13526 (org-table-formula-evaluate-inline): New option.
13527 (org-mode): Auto-wrapping in comment lines turned off.
13528 (org-table-copy-down): Evaluate only in copied field, not in
13529 destination.
13530 (org-table-current-formula): Variable removed.
13531 (org-table-store-formulas, org-table-get-stored-formulas)
13532 (org-table-modify-formulas, org-table-replace-in-formulas)
13533 (org-table-maybe-eval-formula): New functions.
4b2f6649 13534 (org-table-get-formula): Modify to use stored formulas.
01d37825
CD
13535 (org-table-insert-column, org-table-delete-column)
13536 (org-table-move-column): Call `org-table-modify-formulas'.
13537 (org-complete): Add completion for keyword formulas.
13538 (orgtbl-mode): Pull orgtbl-mode-map to start of
13539 minor-mode-map-alist.
13540
8c39e595
SM
135412005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
13542
4b2f6649
SM
13543 * progmodes/python.el (python-check): Require `compile' before
13544 modifying its variables.
13545
8c39e595
SM
13546 * newcomment.el (comment-indent-default): Don't get fooled by an early
13547 end of buffer.
13548
27484eb0
VJL
135492005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13550
8c39e595 13551 * ps-print.el (ps-print-version): Fix version number.
27484eb0 13552
34e60863
LT
135532005-06-28 Luc Teirlinck <teirllm@auburn.edu>
13554
9569175e 13555 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
34e60863 13556
025691ed
RS
135572005-06-28 Richard M. Stallman <rms@gnu.org>
13558
13559 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
13560 (flyspell-local-mouse-map): Declaration deleted.
13561 (flyspell-mouse-map): Bind only mouse-2.
13562 (flyspell-mode-map): Don't test flyspell-use-local-map.
13563 (flyspell-overlay-keymap-property-name): Var deleted.
13564 (flyspell-mode-on): Don't make local bindings for
13565 flyspell-mouse-map and flyspell-mode-map.
13566 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
13567
13568 * textmodes/ispell.el (ispell-word): Do not ignore short words.
13569
13570 * progmodes/compile.el (compilation-next-error-function):
13571 Don't switch buffers; operate on the current buffer.
13572
a1522a36
JL
13573 * progmodes/compile.el (compilation-error-file-name)
13574 (compilation-warning-file-name, compilation-info-file-name)
13575 (compilation-line-number, compilation-column-number): New faces.
13576 (compilation-error-face, compilation-warning-face)
13577 (compilation-info-face, compilation-line-face)
13578 (compilation-column-face): Use them.
13579
025691ed
RS
13580 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
13581
13582 * comint.el (comint-password-prompt-regexp): Accept ", try again".
13583
13584 * bindings.el (global-map): Bind insertchar and its variants.
13585
135862005-06-27 Richard M. Stallman <rms@gnu.org>
13587
13588 * textmodes/artist.el (artist-text-overwrite)
13589 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
13590
9dae638c
VJL
135912005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13592
13593 * ps-print.el: It was not working the page selection for printing.
13594 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
13595 (ps-print-version): New version 6.6.7.
13596 (ps-end-sheet): New fun.
13597 (ps-header-sheet, ps-end-job): Call it.
13598
efd6ebec
LT
135992005-06-27 Luc Teirlinck <teirllm@auburn.edu>
13600
b61bfa4d 13601 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
efd6ebec 13602
019b1899
LK
136032005-06-27 Lute Kamstra <lute@gnu.org>
13604
13605 * facemenu.el (facemenu-unlisted-faces): Add foreground and
13606 background color faces.
13607 (facemenu-get-face): Delete function.
13608 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
8c39e595 13609 (facemenu-add-new-color): Make second argument mandatory.
588c0770 13610 Create the appropriate face and return it. Simplify.
019b1899
LK
13611 (facemenu-set-foreground, facemenu-set-background): Don't check if
13612 color is defined. Use return value of facemenu-add-new-color.
13613
32da5de9
NR
136142005-06-26 Nick Roberts <nickrob@snap.net.nz>
13615
13616 * progmodes/gud.el (gud-filter): Add missing argument to
13617 with-selected-window.
13618
62350cdd
SM
136192005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
13620
13621 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
13622 a :require to the defcustom.
13623
13624 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
13625 defcustoms corresponding to minor modes.
13626
ec9ac2be
DP
136272005-06-26 David Ponce <david@dponce.com>
13628
025691ed 13629 * recentf.el: Require tree-widget instead of wid-edit.
ec9ac2be
DP
13630 (recentf-filename-handler): Fix widget :type.
13631 (recentf-cancel-dialog, recentf-open-more-files)
13632 (recentf-open-files-action): Doc fix.
13633 (recentf-dialog-goto-first): New function.
13634 (recentf-dialog-mode-map): Set parent keymap first.
62350cdd
SM
13635 (recentf-dialog-mode): Define with define-derived-mode.
13636 Don't display continuation lines in dialogs.
ec9ac2be
DP
13637 (recentf-edit-list): Rename from recentf-edit-selected-items.
13638 (recentf-edit-list-select): Rename from recentf-edit-list-action.
13639 Simplify.
13640 (recentf-edit-list-validate): New function.
13641 (recentf-edit-list): Update accordingly.
13642 (recentf-open-files-item-shift): Remove.
13643 (recentf-open-files-item): Convert menu elements into tree and
13644 link widgets. Don't create the widgets.
13645 (recentf-open-files): Update accordingly.
13646 (recentf-save-list): Untabify.
13647
33b79ce4
LT
136482005-06-25 Luc Teirlinck <teirllm@auburn.edu>
13649
dd716cec
LT
13650 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
13651 (keep-lines): Add INTERACTIVE arg. Never delete lines only
13652 partially contained in the active region. Do not take active
13653 region into account when called from Lisp, unless INTERACTIVE arg
13654 is non-nil. Use `forward-line' instead of `beginning-of-line' to
13655 avoid trouble with fields. Make marker point nowhere when no
13656 longer used. Always return nil. Doc fix.
13657 (flush-lines): Add INTERACTIVE arg. Do not take active region
13658 into account when called from Lisp, unless INTERACTIVE arg is
13659 non-nil. Use `forward-line' instead of `beginning-of-line' to
13660 avoid trouble with fields. Make marker point nowhere when no
13661 longer used. Always return nil. Doc fix.
13662 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
13663 interchangeable. Do not take active region into account when
13664 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
13665 message in echo area when called from Lisp, unless INTERACTIVE arg
13666 is non-nil. Avoid saying "1 occurrences". Do not use markers.
13667 Return the number of matches. Doc fix.
13668 (occur): Doc fix.
13669 (perform-replace): Make comment follow double space convention for
13670 the sake of `outline-minor-mode'.
13671
33b79ce4
LT
13672 * faces.el (facep): Doc fix.
13673
df13531d
RS
136742005-06-25 Richard M. Stallman <rms@gnu.org>
13675
a68d870b
RS
13676 * facemenu.el (facemenu-enable-faces-p): New function.
13677 (facemenu-background-menu, facemenu-foreground-menu)
13678 (facemenu-face-menu): Add menu-enable property.
13679
df13531d
RS
13680 * jka-compr.el (jka-compr-insert-file-contents):
13681 Special handling if cannot find the uncompression program.
13682
13683 * cus-face.el (custom-face-attributes): Add autoload.
13684
13685 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
13686 Bind comment-indent-function locally.
13687
13688 * window.el (save-selected-window): Use save-current-buffer.
13689
13690 * subr.el (with-selected-window): Use save-current-buffer.
13691
13692 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
13693 and with-current-buffer.
13694
19cfc561
RS
136952005-06-24 Richard M. Stallman <rms@gnu.org>
13696
13697 * simple.el (line-move-1): Fix previous change.
13698
8346425e
JB
136992005-06-24 Juanma Barranquero <lekktu@gmail.com>
13700
13701 * replace.el (occur-1): Set `buffer-read-only' and the
13702 buffer-modified flag before running `occur-hook' to protect
13703 against unintentional buffer switches that can lead to data loss.
13704
1c955542
NR
137052005-06-24 Nick Roberts <nickrob@snap.net.nz>
13706
13707 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
13708 (gud-gdb-marker-filter): Use font-lock-warning-face for any
13709 initial error.
8346425e 13710
1c955542
NR
13711 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
13712 after fresh input.
13713 (gdb-var-create-handler): Put name of expression in quotes.
8346425e 13714
6fb276bd
LT
137152005-06-23 Luc Teirlinck <teirllm@auburn.edu>
13716
13717 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
13718 elements of RING in order, and without bogus nil elements.
13719
528b6abc
RS
137202005-06-23 Richard M. Stallman <rms@gnu.org>
13721
13722 * simple.el (set-variable): Args renamed; doc fix.
13723 (line-move-1): When there are overlays around, use vertical-motion.
13724
13725 * faces.el (escape-glyph): Use brown against light background.
62350cdd 13726 (nobreak-space): Rename from no-break-space.
528b6abc
RS
13727 Fix previous change.
13728
13729 * dired-aux.el (dired-do-copy): Fix arg prompt.
13730
13731 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
13732
aed4a603
GM
137332005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
13734
13735 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
13736 rather than "Distributor".
13737
9180519b
LK
137382005-06-23 Lute Kamstra <lute@gnu.org>
13739
13740 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
13741 (debug-on-entry): Use it. New interactive declaration that uses
13742 function-called-at-point.
13743
9d12e52b
KS
137442005-06-23 Kim F. Storm <storm@cua.dk>
13745
13746 * subr.el (save-match-data): Add comment about using evaporate arg
13747 to set-match-data.
13748
6d44324c
GM
137492005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
13750
13751 * cus-edit.el (customize-face)
13752 (customize-face-other-window): Handle face aliases.
13753
13754 * faces.el (face-documentation, set-face-attribute)
13755 (face-spec-set): Handle face aliases.
13756
a1ef2eab
JB
137572005-06-22 Juanma Barranquero <lekktu@gmail.com>
13758
13759 * help-mode.el (help-make-xrefs): If a symbol representing a face
13760 name is not followed by the word "face", it could still be a
13761 function or variable name, so don't bypass other checks.
13762
8906db27
JL
137632005-06-22 Juri Linkov <juri@jurta.org>
13764
13765 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
13766 Replace aliased functions with calls where second arg `inherit' is t.
13767
8431b136
NR
137682005-06-22 Nick Roberts <nickrob@snap.net.nz>
13769
13770 * progmodes/gdb-ui.el (gdb-error): New variable.
13771 (gdb-error): New function.
13772 (gdb-annotation-rules): Act on error-begin and error annotations.
13773 (gdb-concat-output): Use font-lock-warning-face for errors.
13774
53abc3bf
MB
137752005-06-22 Miles Bader <miles@gnu.org>
13776
5715f853
MB
13777 * bindings.el (propertized-buffer-identification): Use renamed
13778 `Buffer-menu-buffer' face.
13779
62350cdd 13780 * faces.el (vertical-border): Rename from `vertical-divider'.
73106994 13781 (escape-glyph): Change dark-background color back to `cyan'.
53abc3bf 13782
36a3b076
JL
137832005-06-21 Juri Linkov <juri@jurta.org>
13784
13785 * faces.el (face-user-default-spec): Try getting `customized-face'
13786 prior to `saved-face'.
13787 (frame-background-mode): Refill docstring.
13788
13789 * emacs-lisp/lisp-mode.el (eval-defun-1):
13790 * emacs-lisp/edebug.el (edebug-eval-defun):
13791 Set `saved-face' temporarily to nil before calling form.
13792 Set `customized-face' to the new spec after that.
13793
23873c96
JB
137942005-06-21 Juanma Barranquero <lekktu@gmail.com>
13795
13796 * subr.el (1value, lambda, key-substitution-in-progress):
13797 Doc fixes.
13798
13799 * autoinsert.el (auto-insert-alist):
13800 * ses.el (ses-call-printer):
13801 * subr.el (noreturn):
13802 * emacs-lisp/lisp.el (check-parens):
13803 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
13804 * net/browse-url.el (browse-url-mosaic):
13805 * progmodes/cc-defs.el (c-safe-scan-lists):
13806 * progmodes/ebnf-abn.el (ebnf-abn-lex):
13807 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
13808 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
13809 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
13810 * progmodes/ebnf-iso.el (ebnf-iso-lex):
13811 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
13812
c224c19a
RS
138132005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
13814
13815 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
13816
006b1390
GM
138172005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
13818
13819 * calendar/appt.el (appt-make-list): Activate the package, if
13820 not already active (for backwards compatibility).
13821
b7d1f38f
KS
138222005-06-20 Kim F. Storm <storm@cua.dk>
13823
13824 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
13825
b4e49aee
MB
138262005-06-20 Miles Bader <miles@gnu.org>
13827
13828 * faces.el (vertical-divider): New face.
13829
01ba9662
JB
138302005-06-20 Juanma Barranquero <lekktu@gmail.com>
13831
13832 * simple.el (kill-whole-line): Doc fix.
13833 (next-error-buffer-p, next-error-find-buffer)
13834 (clone-indirect-buffer): Fix typos in docstrings.
cc4cb0f5
JB
13835 (comment-line-break-function): Doc fix: don't say variable
13836 is automatically buffer-local (it isn't).
01ba9662 13837
ebd06e28
MA
138382005-06-19 Michael Albinus <michael.albinus@gmx.de>
13839
13840 * net/tramp-ftp.el (top):
13841 * net/tramp-smb.el (top):
13842 * net/tramp-util.el (top):
13843 * net/tramp-uu.el (top):
13844 * net/tramp-vc.el (top):
13845 * net/tramp.el (top): Revert copyright years back to original
13846 ones. Tramp has a life outside GNU Emacs.
13847
5dafe00b
NR
138482005-06-19 Nick Roberts <nickrob@snap.net.nz>
13849
01ba9662 13850 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
5dafe00b 13851
f04a8969
JL
138522005-06-18 Juri Linkov <juri@jurta.org>
13853
13854 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
13855 end of first regexp to limit the match to the position between
13856 line number and source line with same separator character as used
13857 between file name and line number. In the second regexp limit
13858 mouse-face area to file name and line number by adding new group
13859 for them and referring it in HYPERLINK arg.
13860 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
13861 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
13862 previous line where grep markers may be already removed.
13863
e7c2398a
EZ
138642005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
13865
62350cdd 13866 * progmodes/ps-mode.el: Update version and maintainer's email address.
e7c2398a 13867
7ceb6e54 138682005-06-18 Steve Youngs <steve@xemacs.org>
49866ff8
EZ
13869
13870 * net/browse-url.el (browse-url-browser-function)
13871 (browse-url-default-browser): Add firefox.
13872 (browse-url-firefox-program, browse-url-firefox-arguments)
13873 (browse-url-firefox-startup-arguments)
13874 (browse-url-firefox-new-window-is-tab): New defcustoms.
13875 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
13876
f19b57e3
RS
138772005-06-17 Richard M. Stallman <rms@gnu.org>
13878
0ad6717d
RS
13879 * startup.el (command-line): Warn if specified user name has
13880 no home directory.
13881
f19b57e3
RS
13882 * term.el (term-get-old-input, term-input-filter, term-input-sender)
13883 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
13884
ebd06e28 13885 * longlines.el (longlines-mode, longlines-show-hard-newlines):
f19b57e3
RS
13886 Doc fixes.
13887
13888 * faces.el (underline): Try bold if terminal doesn't support underline.
13889
13890 * mail/sendmail.el (mail-setup-with-from): New variable.
13891 (mail-insert-from-field): New function.
13892 (sendmail-send-it): Call it.
13893 (mail-setup): Optionally call it here.
13894
13895 * term/linux.el: Call tty-no-underline.
13896
043f95ab
LT
138972005-06-17 Luc Teirlinck <teirllm@auburn.edu>
13898
13899 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
13900
579322ca
MB
139012005-06-17 Miles Bader <miles@gnu.org>
13902
fa735daa
MB
13903 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
13904 (ediff-current-diff-C, ediff-current-diff-Ancestor)
13905 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
13906 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
13907 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
13908 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
13909 Remove "-face" suffix from face names.
13910 (ediff-current-diff-face-A, ediff-current-diff-face-B)
13911 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
13912 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
13913 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
13914 (ediff-even-diff-face-A, ediff-even-diff-face-B)
13915 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
13916 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
13917 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
13918 New backward-compatibility aliases for renamed faces.
13919 (ediff-current-diff-face-A, ediff-current-diff-face-B)
13920 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
13921 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
13922 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
13923 (ediff-even-diff-face-A, ediff-even-diff-face-B)
13924 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
13925 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
13926 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
13927 Use renamed ediff faces.
13928
958e6876
MB
13929 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
13930 Remove "-face" suffix from face names.
53099cfc 13931 (eshell-test-ok-face, eshell-test-failed-face):
958e6876
MB
13932 New backward-compatibility aliases for renamed faces.
13933 (eshell-run-test): Use renamed eshell-test faces.
13934
ca19f3f1
AS
13935 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
13936 face name.
13937 (eshell-prompt-face): New backward-compatibility alias for renamed
13938 face.
958e6876
MB
13939 (eshell-emit-prompt): Use renamed eshell-prompt face.
13940
13941 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
13942 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
13943 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
13944 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
13945 Remove "-face" suffix from face names.
13946 (eshell-ls-directory-face, eshell-ls-symlink-face)
13947 (eshell-ls-executable-face, eshell-ls-readonly-face)
13948 (eshell-ls-unreadable-face, eshell-ls-special-face)
13949 (eshell-ls-missing-face, eshell-ls-archive-face)
13950 (eshell-ls-backup-face, eshell-ls-product-face)
53099cfc 13951 (eshell-ls-clutter-face):
958e6876
MB
13952 New backward-compatibility aliases for renamed faces.
13953 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
13954
62350cdd
SM
13955 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
13956 Remove "-face" suffix from face name.
579322ca
MB
13957 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
13958 instead of literal face.
13959
289824a3
JB
139602005-06-17 Juanma Barranquero <lekktu@gmail.com>
13961
53099cfc
JB
13962 * emacs-lisp/warnings.el (display-warning, lwarn)
13963 (warning-minimum-log-level): Doc fixes.
13964 (warning-minimum-level, warning-minimum-log-level):
13965 Add :debug to :type choices.
13966
289824a3
JB
13967 * progmodes/ada-mode.el (ada-format-paramlist)
13968 (ada-get-indent-case, ada-check-matching-start)
13969 (ada-check-defun-name, ada-goto-matching-decl-start)
13970 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
13971 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
13972 (ada-make-subprogram-body): Follow error conventions.
13973 (ada-case-exception-file, ada-indent-comment-as-code)
13974 (ada-indent-handle-comment-special, ada-indent-renames)
13975 (ada-indent-return, ada-search-directories-internal)
13976 (ada-tab-policy, ada-case-exception-substring)
13977 (ada-other-file-alist, ada-matching-start-re)
13978 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
13979 (ada-imenu-generic-expression, ada-compile-goto-error)
13980 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
13981 (ada-popup-menu, ada-add-extensions, ada-mode)
13982 (ada-region-selected, ada-create-case-exception)
13983 (ada-create-case-exception-substring, ada-after-keyword-p)
13984 (ada-activate-keys-for-case, ada-adjust-case-region)
13985 (ada-adjust-case-buffer, ada-format-paramlist)
13986 (ada-scan-paramlist, ada-insert-paramlist)
13987 (ada-indent-newline-indent)
13988 (ada-indent-newline-indent-conditional)
13989 (ada-justified-indent-current, ada-goto-previous-word)
13990 (ada-indent-current, ada-get-indent-open-paren)
13991 (ada-get-indent-paramlist, ada-get-indent-end)
13992 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
13993 (ada-get-indent-block-start, ada-get-indent-subprog)
13994 (ada-get-indent-noindent, ada-get-indent-label)
13995 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
13996 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
13997 (ada-goto-stmt-end, ada-goto-next-word)
13998 (ada-check-matching-start, ada-check-defun-name)
13999 (ada-goto-matching-decl-start, ada-goto-matching-start)
14000 (ada-goto-matching-end, ada-search-ignore-string-comment)
14001 (ada-in-decl-p, ada-looking-at-semi-or)
14002 (ada-looking-at-semi-private, ada-in-paramlist-p)
14003 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
14004 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
14005 (ada-next-procedure, ada-previous-procedure, ada-next-package)
14006 (ada-previous-package, ada-create-menu)
14007 (ada-fill-comment-paragraph-justify)
14008 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
14009 (ada-other-file-name, ada-last-which-function-line)
14010 (ada-last-which-function-subprog, ada-which-function)
14011 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
14012 (ada-gen-treat-proc, ada-check-emacs-version)
14013 (ada-continuation-indent, ada-align-region-separate):
14014 Fix typos in docstrings.
14015 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
14016
52167727
LK
140172005-06-16 Lute Kamstra <lute@gnu.org>
14018
14019 * simple.el (fundamental-mode): Run after-change-major-mode-hook
14020 conditionally.
14021
04cedb11
JB
140222005-06-16 Juanma Barranquero <lekktu@gmail.com>
14023
246d1dba
JB
14024 * comint.el (comint-replace-by-expanded-filename)
14025 (comint-prompt-regexp, comint-delimiter-argument-list)
14026 (comint-preinput-scroll-to-bottom):
14027 * info.el (Info-hide-cookies-node):
14028 * ls-lisp.el (ls-lisp-classify):
14029 * find-file.el (ff-search-directories, ff-special-constructs)
14030 (ff-find-other-file):
14031 * font-lock.el (font-lock-keywords):
14032 * shell.el (shell-prompt-pattern)
14033 (shell-dynamic-complete-functions, shell-mode)
14034 (shell-delimiter-argument-list):
14035 * term.el (term-replace-by-expanded-filename)
14036 (term-prompt-regexp, term-delimiter-argument-list):
14037 * woman.el (woman-ignore, woman0-if):
14038 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
14039 * emacs-lisp/elint.el (elint-init-env):
14040 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
14041 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
14042 * language/ethio-util.el (ethio-tilde-escape)
14043 (ethio-use-three-dot-question):
14044 * net/zone-mode.el (zone-mode-load-time-setup):
14045 * progmodes/cc-align.el (c-lineup-argcont):
14046 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
14047 * progmodes/cperl-mode.el (cperl-set-style-back):
14048 * progmodes/inf-lisp.el (inferior-lisp-prompt):
14049 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
14050 Fix spellings in docstrings.
14051
14052 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
14053 * progmodes/modula2.el (m2-for): Fix spellings.
14054
14055 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
14056
14057 * simple.el (undo-more): Don't use `format' on `error' arguments.
14058 Improve argument/docstring consistency.
14059 (pending-undo-list): Doc fix.
14060
14061 * smerge-mode.el (smerge-ensure-match):
14062 * emulation/vip.el (vip-ex):
14063 * net/zone-mode.el (zone-mode-update-serial):
14064 * progmodes/idlwave.el (idlwave-complete):
14065 * progmodes/vhdl-mode.el (vhdl-visit-file)
14066 (vhdl-compose-wire-components):
14067 Don't use `format' on `error' arguments.
14068
04cedb11
JB
14069 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
14070 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
14071 (tooltip-help-tips): Fix typos in docstrings.
14072
c25ae380
DP
140732005-06-16 David Ponce <david@dponce.com>
14074
14075 * tree-widget.el (tree-widget-value-create): Simplify last change.
14076
e6838581
KS
140772005-06-15 Matt Hodges <MPHodges@member.fsf.org>
14078
14079 * ido.el (ido-incomplete-regexp): New variable.
14080 (ido-set-matches-1): Handle invalid-regexp error and set
14081 ido-incomplete-regexp.
14082 (ido-incomplete-regexp): New face.
14083 (ido-completions): Use it.
62350cdd
SM
14084 (ido-complete, ido-exit-minibuffer, ido-completions):
14085 Handle incomplete regexps.
e6838581
KS
14086 (ido-completions): Add check for complete match when entering a regexp.
14087
10f401d2
SM
140882005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
14089
14090 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
14091
c202dc91
SM
140922005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14093
14094 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
14095 by field delimiters.
14096
763e7cf6
DP
140972005-06-15 David Ponce <david@dponce.com>
14098
3b2f3d1a
DP
14099 * tree-widget.el: eval-and-compile inlined functions so they will
14100 be available at run-time too.
14101 (tree-widget-super-format-handler)
763e7cf6
DP
14102 (tree-widget-format-handler): Remove.
14103 (tree-widget-value-create): Handle the :indent property.
14104
e6572f79
MB
141052005-06-15 Miles Bader <miles@gnu.org>
14106
ef88a999
MB
14107 * progmodes/which-func.el (which-func): Only inherit
14108 `font-lock-function-name-face' when that makes sense against the
14109 default mode-line face, otherwise set the face color explicitly.
14110
e6572f79
MB
14111 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
14112 faces instead of (non-existent) variables.
14113
f1b6d70f
SM
141142005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
14115
14116 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
14117 (iswitchb-get-matched-buffers): Likewise. Simplify.
14118
b6116bd2
MB
141192005-06-14 Miles Bader <miles@gnu.org>
14120
a5d37031
MB
14121 * progmodes/ld-script.el (ld-script-location-counter):
14122 Remove "-face" suffix from face name.
e6838581 14123 (ld-script-location-counter-face):
a5d37031
MB
14124 New backward-compatibility alias for renamed face.
14125 (ld-script-location-counter-face): Use renamed face.
14126
e4c067b5
MB
14127 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
14128 (cperl-hash): Remove "-face" suffix from face names.
14129 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
a5d37031 14130 New backward-compatibility aliases for renamed faces.
e4c067b5
MB
14131 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
14132 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
14133
9ce2eb5e
MB
14134 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
14135 name.
14136 (which-func-face): New backward-compatibility alias for renamed face.
14137 (which-func-format): Use renamed which-func face.
14138
63a5fd63
MB
14139 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
14140 (vhdl-function, vhdl-directive, vhdl-reserved-word)
14141 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
14142 names.
14143 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
14144 (vhdl-speedbar-configuration, vhdl-speedbar-package)
14145 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
14146 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
14147 (vhdl-speedbar-architecture-selected)
14148 (vhdl-speedbar-configuration-selected)
14149 (vhdl-speedbar-package-selected)
14150 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
14151 names.
14152 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
14153 Use renamed faces.
14154 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
14155 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
14156 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
14157 Use renamed faces.
14158 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
14159 names.
14160 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
14161 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
14162 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
14163 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
14164 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
14165 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
14166
33595ec6
MB
14167 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
14168 face name.
14169 (sh-heredoc-face): New backward-compatibility alias for renamed face.
14170 (sh-heredoc-face): Use renamed sh-heredoc face.
14171
57267a95
MB
14172 * progmodes/idlw-help.el (idlwave-help-link):
14173 Remove "-face" suffix from face name.
14174 (idlwave-help-link-face):
14175 New backward-compatibility alias for renamed face.
14176 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
14177
14178 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
14179 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
14180 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
14181 New backward-compatibility aliases for renamed faces.
14182 (idlwave-shell-disabled-breakpoint-face)
14183 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
14184
10f401d2 14185 * progmodes/flymake.el (flymake-errline, flymake-warnline):
ded09abd
MB
14186 Remove "-face" suffix from face names.
14187 (flymake-errline-face, flymake-warnline-face):
14188 New backward-compatibility aliases for renamed faces.
14189 (flymake-highlight-line): Use renamed flymake faces.
14190
4f2d55da
MB
14191 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
14192 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
14193 (ebrowse-member-class, ebrowse-progress):
14194 Remove "-face" suffix from face names.
14195 (ebrowse-tree-mark-face, ebrowse-root-class-face)
14196 (ebrowse-file-name-face, ebrowse-default-face)
14197 (ebrowse-member-attribute-face, ebrowse-member-class-face)
e6838581 14198 (ebrowse-progress-face):
4f2d55da
MB
14199 New backward-compatibility aliases for renamed faces.
14200 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
14201 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
14202 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
14203 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
14204
ca19f3f1
AS
14205 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
14206 antlr-syntax)
7a3dfaee 14207 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
ca19f3f1
AS
14208 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
14209 names.
7a3dfaee
MB
14210 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
14211 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
14212 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
ca19f3f1
AS
14213 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
14214 backward-compatibility aliases for renamed faces.
7a3dfaee
MB
14215 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
14216 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
ca19f3f1
AS
14217 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
14218 remove "font-lock-". Use renamed antlr-mode faces.
14219 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
14220 literal face-names with face variable references.
7a3dfaee 14221
b6116bd2
MB
14222 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
14223 face name.
14224 (Buffer-menu-buffer-face): New backward-compatibility alias for
14225 renamed face.
14226 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
14227
14901265
DP
142282005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
14229
14230 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
14231 Eliminate "-face" suffix.
10f401d2 14232 (makefile-targets): Inherit from font-lock-function-name-face and
14901265
DP
14233 eliminate "-face" suffix.
14234 (makefile-shell): Remove attributes and eliminate "-face" suffix.
14235 (makefile-*-font-lock-keywords): Append makefile-targets in rule
14236 actions, instead of prepending, to make it less visible.
10f401d2
SM
14237 (makefile-previous-dependency, makefile-match-dependency):
14238 Don't match a target on a continuation line.
14901265
DP
14239
14240 * files.el (auto-mode-alist): Put Makefile in gmake mode.
14241
3da629bd
NR
142422005-06-15 Nick Roberts <nickrob@snap.net.nz>
14243
1c955542
NR
14244 * progmodes/gdb-ui.el (menu): Re-order menu items.
14245 (gdb-tooltip-print): Respect tooltip-use-echo-area.
8346425e 14246
3da629bd
NR
14247 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
14248 Define in tooltip.el.
14249 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
14250 (gud-tooltip-tips): Respect tooltip-use-echo-area and
14251 gud-tooltip-echo-area.
14252
14253 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
14254 backward compatibility and make obsolete.
14255 (tooltip-help-tips): Use tooltip-use-echo-area.
14256 (tooltip-show-help-function): Rename to...
14257 (tooltip-show-help): ...this, because it is a function.
14258 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
14259
197a7aaa
LT
142602005-06-14 Luc Teirlinck <teirllm@auburn.edu>
14261
14262 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
14263 (edebug-print-length, edebug-print-level, edebug-print-circle)
14264 (edebug-modify-breakpoint, edebug-eval-last-sexp)
14265 (edebug-eval-print-last-sexp): Doc fixes.
14266
6de5b135
KS
142672005-06-14 Kim F. Storm <storm@cua.dk>
14268
14269 * ido.el (ido-mode): Make a new keymap every time we enable ido,
14270 as the coverage buffer/file/both may change.
14271
b59f605b
LK
142722005-06-14 Lute Kamstra <lute@gnu.org>
14273
14274 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
14275 and run-mode-hooks. Simplify.
14276
14277 * mail/rmailedit.el (rmail-edit-mode):
14278 * progmodes/octave-inf.el (inferior-octave-mode):
14279 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
14280
14281 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
14282 and run-mode-hooks.
14283 (recentf-edit-list, recentf-open-files): Don't call
14284 kill-all-local-variables directly.
14285
14286 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
14287
ca0a6900
JB
142882005-06-14 Juanma Barranquero <lekktu@gmail.com>
14289
0b46b379
JB
14290 * emacs-lisp/byte-run.el (make-obsolete)
14291 (define-obsolete-function-alias): Rename arguments FUNCTION and
14292 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
10f401d2
SM
14293 (make-obsolete-variable, define-obsolete-variable-alias):
14294 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
0b46b379
JB
14295 respectively.
14296
14297 * isearchb.el (isearchb-activate):
14298 * pcvs.el (cvs-mode):
14299 * ses.el (ses-load):
14300 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
14301 * net/tramp.el (tramp-find-file-exists-command)
14302 (tramp-find-shell):
14303 * progmodes/ada-mode.el (ada-create-case-exception)
14304 (ada-create-case-exception-substring, ada-make-subprogram-body):
14305 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
14306 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
14307 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
14308 * textmodes/org.el (org-promote, org-evaluate-time-range)
14309 (org-agenda-next-date-line, org-agenda-previous-date-line)
14310 (org-agenda-error, org-open-at-point, org-table-move-row)
14311 (org-format-table-table-html-using-table-generate-source)
14312 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
14313 * textmodes/reftex.el (reftex-access-scan-info):
14314 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
14315 (reftex-toc-promote-prepare): Follow error conventions.
14316
14317 * diff-mode.el (diff-mode): Fix typo in docstring.
14318
ca0a6900
JB
14319 * forms.el (forms--intuit-from-file): Fix reference to
14320 `forms-number-of-fields' in error message.
14321 (forms-print): Fix quoting in error message.
14322
14323 * forms.el (forms-mode):
14324 * emulation/vi.el (vi-goto-insert-state):
14325 * progmodes/flymake.el (flymake-new-err-info)
14326 (flymake-start-syntax-check-for-current-buffer)
14327 (flymake-simple-cleanup):
14328 * eshell/esh-var.el (eshell/export):
14329 * progmodes/gud.el (xdb):
14330 * textmodes/flyspell.el (flyspell-incorrect-hook)
14331 (flyspell-maybe-correct-transposition)
14332 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
14333
7efb41ae
LT
143342005-06-13 Luc Teirlinck <teirllm@auburn.edu>
14335
14336 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
14337 minibuffer prompt.
14338
929129ff
KS
143392005-06-13 Kim F. Storm <storm@cua.dk>
14340
14341 * subr.el (add-to-ordered-list): New defun.
14342
14343 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
14344 add cua--keymap-alist to emulation-mode-map-alists.
14345
5aa6db57
SM
143462005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
14347
14348 * subr.el (complete-in-turn): New macro.
14349 (dynamic-completion-table, lazy-completion-table): Add debug info.
14350
14351 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
14352 in preference to face aliases.
14353
14354 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
14355 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
14356 Remove unused vars `start' and `firstline'.
14357 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
14358 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
14359
2702394e
EZ
143602005-06-13 Eli Zaretskii <eliz@gnu.org>
14361
14362 * cus-start.el (all): Don't complain about missing GTK-related
14363 variables, unless either `gtk' is boundp or this isn't a
14364 `windows-nt' build.
14365
dd72a03a
LK
143662005-06-13 Lute Kamstra <lute@gnu.org>
14367
4da76c6a
LK
14368 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
14369 run-mode-hooks.
14370
14371 * ediff-mult.el (ediff-meta-mode):
14372 * ediff-util.el (ediff-mode): Use run-mode-hooks.
14373
14374 * ledit.el (ledit-mode): Use delay-mode-hooks.
14375
63e9aa8e
LK
14376 * woman.el (woman-mode-line-format): Delete constant.
14377 (woman-mode-map): Initialize it properly.
5aa6db57
SM
14378 (woman-mode): Set mode-class property to special.
14379 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
14380 Set major-mode and mode-name. Don't set mode-line-format directly.
14381 (Man-getpage-in-background): Don't reference woman-mode-line-format.
63e9aa8e 14382
dd72a03a
LK
14383 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
14384 string argument obsolete.
14385
30313b90
CD
143862005-06-13 Carsten Dominik <dominik@science.uva.nl>
14387
0b46b379 14388 * textmodes/org.el (org-CUA-compatible): New option.
30313b90
CD
14389 (org-disputed-keys): New variable.
14390 (org-key): New function.
14391 (orgtbl-make-binding): Add docstring to the created function.
14392 (org-mode): Set paragraph start/separate regexps.
14393 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
14394 (org-archive-location, org-archive-mark-done)
14395 (org-archive-stamp-time): New options.
14396 (org-archive-subtree): New command.
14397 (org-fill-paragraph): New function.
14398 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
14399 (org-fake-empty-table-line): Function removed.
14400 (org-format-org-table-html): Do not create empty table lines at
14401 separator lines. Improved table header treatment.
14402 (org-link-format): New option.
14403 (org-make-link): New function.
14404 (org-insert-link, org-store-link): Use org-make-link.
14405 (org-open-file): Quote file name for shell command, to allow
14406 spaces in file names.
5aa6db57
SM
14407 (org-link-regexp): Fix bug with mailto link.
14408 (org-link-maybe-angles-regexp, org-protected-link-regexp):
14409 New constants.
30313b90
CD
14410 (org-export-as-html): Deal with the optional angles around a link.
14411 Better treatment of file: links.
14412 (org-open-at-point): Replace @{ and @} with < and >.
14413 (org-run-mode-hooks): Function removed.
14414 (org-agenda-mode): No longer use `org-run-mode-hooks'.
14415
3fd355d4
NR
144162005-06-13 Nick Roberts <nickrob@snap.net.nz>
14417
14418 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
14419 MI command -data-list-register-values.
14420 (gdb-post-prompt): Indent properly.
14421
b1412131
JB
144222005-06-13 Juanma Barranquero <lekktu@gmail.com>
14423
14424 * hilit-chg.el (highlight-changes-colors): Rename from
14425 `highlight-changes-colours'.
14426 (highlight-changes-colours): Keep as obsolete alias.
14427 (highlight-changes-face-list): Doc fix.
14428 (hilit-chg-make-list): Use `highlight-changes-colors'.
14429
defa8e19
MH
144302005-06-12 Mark A. Hershberger <mah@everybody.org>
14431
14432 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
14433 defun-prompt-regexp.
14434
a1e8cad6
EZ
144352005-06-12 Eli Zaretskii <eliz@gnu.org>
14436
0e659f57
EZ
14437 * loadup.el: Don't say we are dumping under 2 names on windows-nt
14438 and cygwin.
14439
5aa6db57
SM
14440 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
14441 Don't use an old loaddefs.el, as in Makefile.in.
a1e8cad6 14442
ca0113b8
LK
144432005-06-12 Lute Kamstra <lute@gnu.org>
14444
f586d18e
LK
14445 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
14446
3a1524ed
LK
14447 * man.el (Man-mode-map): Initialize it properly.
14448 (Man-mode): Set mode-class property to special.
14449
ca0113b8
LK
14450 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
14451
32cc0b00
LT
144522005-06-11 Luc Teirlinck <teirllm@auburn.edu>
14453
14454 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
14455 A newline is needed in the docstring there.
14456
14457 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
14458 Doc fixes.
14459
ac9abffe
VJL
144602005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14461
14462 * printing.el: Doc fix. The menubar is no more changed when printing
14463 is loaded, it only changes when pr-menu-bind or pr-update-menus is
b2c9cbd3 14464 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
ac9abffe
VJL
14465 (pr-version): New version number (6.8.4).
14466 (pr-menu-bind): New command.
14467 (pr-update-menus): Docstring and code fix.
14468 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
14469 Docstring fix.
14470 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
14471 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
14472
d4ddf783
TTN
144732005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
14474
14475 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
14476 "Returns" to "return", document useful return values, etc.
14477
98d1a1cf
EZ
144782005-06-11 Alan Mackenzie <acm@muc.de>
14479
14480 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
14481 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
14482 (adaptive-file-function): Minor amendment to doc-string.
14483
e0dcaa3f
EZ
144842005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
14485
67ed6461 14486 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
5aa6db57
SM
14487 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
14488 Fix :type--it is `integer', not `string'.
67ed6461 14489
e0dcaa3f
EZ
14490 * faces.el (modeline-highlight): Rename from (the erroneous)
14491 `modeline-higilight'.
14492
e5d79aa5
LK
144932005-06-11 Lute Kamstra <lute@gnu.org>
14494
14495 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
14496 lisp-interaction-mode-map but make it the parent.
14497 (edebug-eval-mode): Use define-derived-mode.
14498
480c8cd3
AS
144992005-06-11 Andreas Schwab <schwab@suse.de>
14500
14501 * bindings.el: Add binding of `ESC functionkey' for every
14502 `M-functionkey'.
14503 * hexl.el (hexl-mode-map): Likewise.
14504
d11f8e1a
JR
145052005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
14506
14507 * progmodes/compile.el (compilation-error-regexp-alist-alist)
14508 [msft]: update regexp for newer msft compilers.
14509
23d519e4
MH
145102005-06-10 Mark A. Hershberger <mah@everybody.org>
14511
14512 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
14513 ATTLIST portions of included DTDs.
14514 (xml-parse-dtd): Eliminate use of inefficient match-data.
14515
62d39a42
MB
145162005-06-10 Miles Bader <miles@gnu.org>
14517
530b0472
MB
14518 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
14519 (mpuz-text): Remove "-face" suffix from face names.
14520 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
14521 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
14522 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
14523
62d39a42
MB
14524 * play/gomoku.el (gomoku-O, gomoku-X):
14525 Remove "-face" suffix from face names.
14526 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
14527 New backward-compatibility aliases for renamed faces.
14528 (gomoku-font-lock-keywords): Use renamed gomoku faces.
14529
83acf231
JB
145302005-06-10 Juanma Barranquero <lekktu@gmail.com>
14531
578c1340
JB
14532 * thumbs.el: Fixes for changes of 2005-06-09.
14533 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
14534 as a directory.
14535 (thumbs-thumbname): Remove directory separator from format string;
14536 `thumbs-thumbsdir' now returns a valid directory name.
14537 (thumbs-temp-dir): New defsubst.
14538 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
14539 Use it.
14540
466c78c0
JB
14541 * cus-edit.el (minibuffer):
14542 * files.el (make-backup-file-name-function):
14543 * filesets.el (filesets-external-viewers):
14544 * hilit-chg.el (highlight-changes-colours)
14545 (highlight-changes-face-list, highlight-changes-rotate-faces):
14546 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
14547 * kmacro.el (kmacro-call-macro):
14548 * log-edit.el (log-edit-changelog-full-paragraphs):
14549 * mouse.el (mouse-1-click-follows-link):
14550 * skeleton.el (skeleton-autowrap):
14551 * subr.el (insert-for-yank-1):
14552 * tempo.el (tempo-insert-region):
14553 * terminal.el (terminal-emulator):
14554 * time.el (display-time-mail-face):
14555 * vc.el (vc-annotate):
14556 * vcursor.el (vcursor-copy-line):
14557 * woman.el (woman-bold-headings, woman-ignore)
14558 (woman-default-faces, woman-monochrome-faces):
14559 * calendar/todo-mode.el (todo-insert-threshold):
14560 * emulation/pc-select.el (pc-select-selection-keys-only)
14561 (pc-selection-mode):
14562 * emulation/vip.el (vip-find-char-forward):
14563 * emulation/viper-cmd.el (viper-find-char-forward):
ca19f3f1
AS
14564 * international/mule-cmds.el
14565 (select-safe-coding-system-accept-default-p)
466c78c0
JB
14566 (input-method-exit-on-invalid-key):
14567 * international/mule-diag.el (describe-coding-system):
14568 * international/ucs-tables.el (unify-8859-on-encoding-mode):
14569 * net/browse-url.el (browse-url-xterm-program):
14570 * obsolete/lazy-lock.el (lazy-lock-mode):
14571 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
14572 (cperl-mode):
14573 * progmodes/cpp.el (cpp-face-light-name-list)
14574 (cpp-face-dark-name-list):
14575 * progmodes/delphi.el (delphi-newline-always-indents):
14576 Fix spellings in docstrings.
14577
83acf231
JB
14578 * ido.el (ido-mode, ido-file-extensions-order)
14579 (ido-default-file-method, ido-default-buffer-method)
14580 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
14581 (ido-decorations, ido-read-file-name-as-directory-commands)
14582 (ido-read-file-name-non-ido, ido-work-directory-list)
14583 (ido-ignore-item-temp-list, ido-current-directory)
14584 (ido-magic-forward-char, ido-enter-find-file)
14585 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
14586 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
14587
257914aa
LK
145882005-06-10 Lute Kamstra <lute@gnu.org>
14589
14590 * play/dunnet.el (dun-mode): Use define-derived-mode.
14591 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
14592 obsolete alias.
14593
2aa8e74a
LK
14594 * play/doctor.el (doctor-mode-map): Remove defvar.
14595 (doctor-mode): Use define-derived-mode.
14596
7bdd8beb
LK
14597 * mail/mspools.el (mspools-mode):
14598 * net/eudc-hotlist.el (eudc-hotlist-mode):
2aa8e74a
LK
14599 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
14600
0efefc52
MB
146012005-06-10 Miles Bader <miles@gnu.org>
14602
c43aed5a
MB
14603 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
14604 Remove "-face" suffix from face names.
14605 (flyspell-incorrect-face, flyspell-duplicate-face):
14606 New backward-compatibility aliases for renamed faces.
14607 (flyspell-mode-on, make-flyspell-overlay)
14608 (flyspell-highlight-incorrect-region)
14609 (flyspell-highlight-duplicate-region)
14610 (flyspell-display-next-corrections)
14611 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
14612
e639491a
MB
14613 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
14614 from face name.
14615 (texinfo-heading-face): New backward-compatibility alias for
14616 renamed face.
14617 (texinfo-heading-face): Use renamed texinfo-heading face.
14618
ad49d9d6
MB
14619 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
14620 suffix from face names.
83acf231 14621 (tex-math-face, tex-verbatim-face):
ad49d9d6
MB
14622 New backward-compatibility aliases for renamed faces.
14623 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
14624 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
14625 literal face name.
14626
b4c925d8
MB
14627 * textmodes/table.el (table-cell): Remove "-face" suffix from face
14628 name.
14629 (table-cell-face): New backward-compatibility alias for renamed face.
14630 (table--put-cell-face-property, table--update-cell-face):
14631 Use renamed table-cell face.
14632
b390eb09
MB
14633 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
14634 from face name.
14635 (sgml-namespace-face): New backward-compatibility alias for
14636 renamed face.
14637 (sgml-namespace-face): Use renamed sgml-namespace face.
14638
8e49668e
MB
14639 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
14640 (org-level-4, org-level-5, org-level-6, org-level-7)
14641 (org-level-8, org-warning, org-headline-done)
14642 (org-deadline-announce, org-scheduled-today)
14643 (org-scheduled-previously, org-link, org-done, org-table)
14644 (org-time-grid): Remove "-face" suffix from face names.
14645 (org-level-1-face, org-level-2-face, org-level-3-face)
14646 (org-level-4-face, org-level-5-face, org-level-6-face)
14647 (org-level-7-face, org-level-8-face, org-warning-face)
14648 (org-headline-done-face, org-deadline-announce-face)
14649 (org-scheduled-today-face, org-scheduled-previously-face)
14650 (org-link-face, org-done-face, org-table-face)
14651 (org-time-grid-face):
14652 New backward-compatibility aliases for renamed faces.
14653 (org-level-faces, org-set-font-lock-defaults, org-timeline)
14654 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
14655 (org-agenda-get-timestamps, org-agenda-get-scheduled)
14656 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
14657
25c06649
MB
14658 * emulation/viper-init.el (viper-search, viper-replace-overlay)
14659 (viper-minibuffer-emacs, viper-minibuffer-insert)
14660 (viper-minibuffer-vi): Remove "-face" suffix from face names.
14661 (viper-search-face, viper-replace-overlay-face)
14662 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
14663 (viper-minibuffer-vi-face):
14664 New backward-compatibility aliases for renamed faces.
14665 (viper-search-face, viper-replace-overlay-face)
14666 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
14667 (viper-minibuffer-vi-face): Use renamed viper faces.
14668
4719d184
MB
14669 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
14670 Remove "-face" suffix from face names.
14671 (testcover-nohits-face, testcover-1value-face):
14672 New backward-compatibility aliases for renamed faces.
14673 (testcover-mark): Use renamed testcover faces.
14674
ccacbcec
MB
14675 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
14676 face name.
14677 (diary-button-face): New backward-compatibility alias for renamed face.
14678 (diary-entry): Use renamed diary-button face.
14679
75eb05f6
MB
14680 * calendar/calendar.el (diary, calendar-today, holiday)
14681 (mark-visible-calendar-date): Remove "-face" suffix from face names.
14682 (diary-face, calendar-today-face, holiday-face):
14683 New backward-compatibility aliases for renamed faces.
14684 (eval-after-load "facemenu", diary-entry-marker)
14685 (calendar-today-marker, calendar-holiday-marker, diary-face):
14686 Use renamed calendar faces.
14687
37af2dd3
MB
14688 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
14689 (compare-windows-face): New backward-compatibility alias for
14690 renamed face.
14691 (compare-windows-highlight): Use renamed compare-windows face.
14692
10853fc3
MB
14693 * strokes.el (strokes-char): Remove "-face" suffix from face name.
14694 (strokes-char-face): New backward-compatibility alias for renamed face.
14695 (strokes-encode-buffer): Use renamed strokes-char face.
14696
2058218e
MB
14697 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
14698 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
14699 Remove "-face" suffix from face names.
14700 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
14701 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
14702 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
83acf231 14703 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
2058218e 14704 Use renamed pcvs faces.
4a9ad3c6
MB
14705 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
14706 * pcvs-defs.el (cvs-mode-map): Likewise.
14707 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
2058218e 14708
a335c06e
MB
14709 * info.el (info-title-1, info-title-2, info-title-3)
14710 (info-title-4): Remove "-face" suffix from and downcase face names.
14711 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
14712 (Info-title-4-face):
14713 New backward-compatibility aliases for renamed faces.
14714 (Info-fontify-node): Use renamed info faces.
14715
a01853d7
MB
14716 * hilit-chg.el (highlight-changes, highlight-changes-delete):
14717 Remove "-face" suffix from face names.
14718 (highlight-changes-face, highlight-changes-delete-face):
14719 New backward-compatibility aliases for renamed faces.
14720 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
14721 (hilit-chg-make-list): Use renamed highlight-changes faces.
14722
f0b3dcbf
MB
14723 * generic-x.el (show-tabs-tab, show-tabs-space):
14724 Remove "-face" suffix from face names.
14725 (show-tabs-tab-face, show-tabs-space-face):
14726 New backward-compatibility aliases for renamed faces.
14727 (show-tabs-generic-mode-font-lock-defaults-1)
14728 (show-tabs-generic-mode-font-lock-defaults-2):
14729 Use renamed show-tabs faces.
14730
e8bfdf82
MB
14731 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
14732 (smerge-markers): Remove "-face" suffix from face names.
14733 (smerge-mine-face, smerge-other-face, smerge-base-face)
83acf231 14734 (smerge-markers-face):
e8bfdf82
MB
14735 New backward-compatibility aliases for renamed faces.
14736 (smerge-mine-face, smerge-other-face, smerge-base-face)
14737 (smerge-markers-face): Use renamed smerge faces.
14738
ca19f3f1
AS
14739 * log-view.el (log-view-file, log-view-message): Remove "-face"
14740 suffix from face names.
8511877a
SM
14741 (log-view-file-face, log-view-message-face):
14742 New backward-compatibility aliases for renamed faces.
ca19f3f1
AS
14743 (log-view-file-face, log-view-message-face): Use renamed log-view
14744 faces.
d842de85 14745
83acf231 14746 * paren.el (show-paren-match, show-paren-mismatch):
2ec46551 14747 Remove "-face" suffix from face names.
83acf231 14748 (show-paren-match-face, show-paren-mismatch-face):
2ec46551
MB
14749 New backward-compatibility aliases for renamed faces.
14750 (show-paren-function): Use renamed show-paren faces.
14751
42e64878
MB
14752 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
14753 (ruler-mode-margins, ruler-mode-fringes)
14754 (ruler-mode-column-number, ruler-mode-fill-column)
14755 (ruler-mode-comment-column, ruler-mode-goal-column)
ca19f3f1
AS
14756 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
14757 suffix from face names.
42e64878
MB
14758 (ruler-mode-default-face, ruler-mode-pad-face)
14759 (ruler-mode-margins-face, ruler-mode-fringes-face)
14760 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
14761 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
8511877a
SM
14762 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
14763 New backward-compatibility aliases for renamed faces.
42e64878
MB
14764 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
14765 (ruler-mode-column-number, ruler-mode-fill-column)
14766 (ruler-mode-comment-column, ruler-mode-goal-column)
14767 (ruler-mode-tab-stop, ruler-mode-current-column)
ca19f3f1
AS
14768 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
14769 faces.
42e64878 14770
ee01ad0e
MB
14771 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
14772 face name.
14773 (whitespace-highlight-the-space): Use renamed face.
10853fc3
MB
14774 (whitespace-highlight-face): New backward-compatibility alias for
14775 renamed face.
ee01ad0e 14776
b66e8575
MB
14777 * woman.el (woman-italic, woman-bold, woman-unknown)
14778 (woman-addition, woman-symbol-face):
14779 Remove "-face" suffix from face names.
14780 (woman-italic-face, woman-bold-face, woman-unknown-face)
14781 (woman-addition-face):
14782 New backward-compatibility aliases for renamed faces.
14783 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
14784 (woman-decode-region, woman-replace-match)
14785 (woman-display-extended-fonts, woman-special-characters)
14786 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
14787 Use renamed woman faces.
14788
041a6e47
MB
14789 * longlines.el (longlines-visible-face): Face removed.
14790
221711eb
MB
14791 * diff-mode.el (diff-header, diff-file-header, diff-index)
14792 (diff-hunk-header, diff-removed, diff-added, diff-changed)
041a6e47 14793 (diff-function, diff-context, diff-nonexistent): Remove "-face"
221711eb
MB
14794 suffix from face names.
14795 (diff-header-face, diff-file-header-face, diff-index-face)
14796 (diff-hunk-header-face, diff-removed-face, diff-added-face)
14797 (diff-changed-face, diff-function-face, diff-context-face)
041a6e47 14798 (diff-nonexistent-face): New backward-compatibility aliases for
221711eb
MB
14799 renamed faces.
14800 (diff-header-face, diff-file-header-face)
14801 (diff-index, diff-index-face, diff-hunk-header)
14802 (diff-hunk-header-face, diff-removed, diff-removed-face)
14803 (diff-added, diff-added-face, diff-changed-face, diff-function)
14804 (diff-function-face, diff-context-face, diff-nonexistent)
14805 (diff-nonexistent-face): Use renamed diff-mode faces.
14806
541a6d0d
MB
14807 * progmodes/compile.el (compilation-warning-face)
14808 (compilation-info-face): Remove "-face" suffix from face names.
83acf231 14809 (compilation-warning-face, compilation-info-face):
541a6d0d
MB
14810 New backward-compatibility aliases for renamed faces.
14811 (compilation-warning-face, compilation-info-face):
14812 Use renamed compilation faces.
14813
fe735a8d
MB
14814 * add-log.el (change-log-date, change-log-name)
14815 (change-log-email, change-log-file, change-log-list)
14816 (change-log-conditionals, change-log-function)
14817 (change-log-acknowledgement): Remove "-face" suffix from face names.
14818 (change-log-date-face, change-log-name-face)
14819 (change-log-email-face, change-log-file-face)
14820 (change-log-list-face, change-log-conditionals-face)
83acf231 14821 (change-log-function-face, change-log-acknowledgement-face):
fe735a8d
MB
14822 New backward-compatibility aliases for renamed faces.
14823 (change-log-font-lock-keywords): Use renamed change-log faces.
14824
d478e69d
MB
14825 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
14826 (custom-set, custom-changed, custom-saved, custom-button)
14827 (custom-button-pressed, custom-documentation, custom-state)
14828 (custom-comment, custom-comment-tag, custom-variable-tag)
14829 (custom-variable-button, custom-face-tag, custom-group-tag-1)
14830 (custom-group-tag): Remove "-face" suffix from face names.
14831 (custom-magic-alist, custom-magic-value-create)
14832 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
14833 (custom-invalid-face, custom-rogue-face, custom-modified-face)
14834 (custom-set-face, custom-changed-face, custom-saved-face)
14835 (custom-button-face, custom-button-pressed-face)
14836 (custom-documentation-face, custom-state-face)
14837 (custom-comment-face, custom-comment-tag-face)
14838 (custom-variable-tag-face, custom-variable-button-face)
14839 (custom-face-tag-face, custom-group-tag-face-1)
83acf231 14840 (custom-group-tag-face):
d478e69d
MB
14841 New backward-compatibility aliases for renamed faces.
14842
0efefc52
MB
14843 * wid-edit.el (widget-documentation, widget-button)
14844 (widget-field, widget-single-line-field, widget-inactive)
14845 (widget-button-pressed): "-face" suffix removed from face names.
14846 (widget-documentation-face, widget-button-face)
14847 (widget-field-face, widget-single-line-field-face)
14848 (widget-inactive-face, widget-button-pressed-face):
14849 New backward-compatibility aliases for renamed faces.
14850 (widget-documentation-face, widget-button-face)
14851 (widget-button-pressed-face, widget-specify-field)
14852 (widget-specify-inactive): Use renamed widget faces.
14853
d8338794
KH
148542005-06-10 Kenichi Handa <handa@m17n.org>
14855
14856 * term/x-win.el (x-clipboard-yank): Remove condition-case
14857 wrapping.
14858
148592005-06-11 Kenichi Handa <handa@m17n.org>
14860
14861 * add-log.el (change-log-font-lock-keywords): Make the regexp for
14862 date lines stricter.
14863
63e88db3
KH
148642005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
14865
14866 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
14867 of x-get-selection.
14868
63baed99
JB
148692005-06-10 Juanma Barranquero <lekktu@gmail.com>
14870
14871 * comint.el (comint-mode, comint-snapshot-last-prompt):
14872 * frame.el (frame-current-scroll-bars):
14873 * term.el (term-mode, term-check-proc, term-input-sender)
14874 (term-simple-send, term-extract-string, term-word)
14875 (term-match-partial-filename):
14876 * window.el (window-current-scroll-bars):
14877 * emulation/cua-base.el (cua-normal-cursor-color)
14878 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
14879 (cua-global-mark-cursor-color):
14880 * mail/undigest.el (rmail-forward-separator-regex):
14881 Fix typos in docstrings.
14882
14883 * comint.el (comint-check-proc, make-comint-in-buffer)
14884 (comint-source-default): Doc fixes.
14885
8511877a 14886 * term.el (term-send-string): Improve argument/docstring consistency.
63baed99 14887
3c28ffec
LT
148882005-06-09 Luc Teirlinck <teirllm@auburn.edu>
14889
14890 * comint.el (comint-send-input): Bind `inhibit-read-only' around
14891 call to `delete-region'.
14892 (comint-mode-hook): Do not enable Font Lock by default.
14893
420adcc6
LK
148942005-06-09 Lute Kamstra <lute@gnu.org>
14895
14896 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
14897 could be void.
14898
6c06bd88
SM
148992005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
14900
14901 * emacs-lisp/debug.el (debugger-will-be-back): New var.
14902 (debug): Use it.
14903 (debugger-step-through, debugger-continue, debugger-jump)
14904 (debugger-return-value): Set it when needed.
14905 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
14906 Use inhibit-read-only.
14907
f271d3c7
JB
149082005-06-09 Juanma Barranquero <lekktu@gmail.com>
14909
fd8529d0
JB
14910 * window.el (shrink-window-if-larger-than-buffer)
14911 (window-size-fixed): Fix typo in docstring.
9fa87e0d 14912
f271d3c7
JB
14913 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
14914 thumbnails directory on loading.
14915 (thumbs-conversion-program): Use `eq' to check the system type,
14916 not `equal'.
14917 (thumbs-temp-dir): Initialize to `temporary-file-directory',
14918 not "/tmp". Fix docstring.
14919 (thumbs-thumbsdir): New function to return the thumbnails
14920 directory, creating it if needed.
14921 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
14922 (thumbs-temp-file): Delete variable and make it into a function.
14923 (thumbs-resize-image, thumbs-modify-image): Use it.
14924 (thumbs-kill-buffer): Simplify.
14925 (thumbs-gensym): Defalias or duplicate CL `gensym'.
14926 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
14927 docstrings.
14928
b7aae902
KS
149292005-06-09 Kim F. Storm <storm@cua.dk>
14930
14931 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
14932 set-match-data to free markers in match-data.
14933
14934 * replace.el (replace-match-data): Pass RESEAT arg `t' to
14935 match-data to unchain markers in match-data.
14936
72f23b85
SM
149372005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
14938
14939 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
14940 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
14941 unnecessary now.
14942
99598737
RS
149432005-06-08 Richard M. Stallman <rms@gnu.org>
14944
14945 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
14946 give the variable a doc string that doesn't say don't set it directly.
14947
14948 * textmodes/ispell.el (ispell-check-version):
14949 Use match-string-no-properties.
af71d4c0 14950 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
99598737
RS
14951 (ispell-buffer-local-words): Likewise.
14952
14953 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
14954 except on terminals with enough colors to really display it.
14955 (makefile-dependency-regex): Delete spurious `bb'.
14956
14957 * faces.el (escape-glyph): Use blue once again in last case.
72f23b85 14958 (no-break-space): Redefine so that it isn't invisible on a tty.
99598737 14959
4a29de23
KS
149602005-06-08 Kim F. Storm <storm@cua.dk>
14961
14962 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
14963 also when reading directory name.
14964
b978659c
LK
149652005-06-08 Lute Kamstra <lute@gnu.org>
14966
14967 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
f8820a55
LK
14968 (flyspell-mode-line-string): Remove autoload cookie.
14969 (flyspell-mode): Remove defvar.
b978659c 14970
6d64c191
LK
149712005-06-07 Lute Kamstra <lute@gnu.org>
14972
14973 * textmodes/org.el (org-run-mode-hooks): New function.
14974 (org-agenda-mode): Use it.
14975
590bc48b
JB
149762005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
14977
99598737 14978 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
590bc48b 14979
3d031334
SM
149802005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
14981
14982 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
14983
a54aae9e
LT
149842005-06-06 Luc Teirlinck <teirllm@auburn.edu>
14985
14986 * font-lock.el (font-lock-add-keywords): Doc fix.
14987
ed975fa6
SM
149882005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
14989
29a47b89
SM
14990 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
14991 (tex-compile-default): In the absence of any history, use the order in
14992 tex-compile-alist to choose the preferred command.
14993 (tex-compile-commands): Reorder a bit.
14994
7ad04640
SM
14995 * textmodes/flyspell.el (flyspell-auto-correct-binding)
14996 (flyspell-incorrect-face, flyspell-duplicate-face):
14997 Use (X)Emacs-agnostic code.
14998 (flyspell-mode-map): Don't overwrite at each load. Remove code
14999 redundant with the subsequent add-minor-mode. Merge Emacs and
15000 XEmacs code.
15001 (flyspell-word): Minor simplification.
15002 (flyspell-math-tex-command-p): Quieten the byte-compiler.
8511877a
SM
15003 (flyspell-external-point-words): Remove unused vars `size' and `start'.
15004 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
15005 Merge the corresponding Emacs code.
15006 (flyspell-correct-word, flyspell-xemacs-popup):
15007 Use flyspell-do-correct.
7ad04640 15008
532c188a
SM
15009 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
15010 a dedicated window.
15011
ed975fa6
SM
15012 * international/latexenc.el (latexenc-find-file-coding-system):
15013 Undo part of last patch, to turn off a compiler warning.
15014
e43cbeae
JL
150152005-06-06 Juri Linkov <juri@jurta.org>
15016
15017 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
15018 Rename `tmm-inactive-face' to `tmm-inactive'.
15019
4bad17c2
KS
150202005-06-06 Matt Hodges <MPHodges@member.fsf.org>
15021
15022 * iswitchb.el: Rename faces.
15023
c7b96d76
KS
150242005-06-06 Kim F. Storm <storm@cua.dk>
15025
15026 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
15027 (cua-global-mark): Remove -face suffix from face names.
15028
ed975fa6
SM
15029 * emulation/cua-gmrk.el (cua--init-global-mark):
15030 Remove cua-global-mark face setup.
c7b96d76 15031
ce6e10af
RS
150322005-06-06 Richard M. Stallman <rms@gnu.org>
15033
15034 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
15035 just like other allowed characters.
15036 (makefile-match-dependency): Exclude leading and training whitespace
15037 from the range of regexp subexp 1.
15038 (makefile-macroassign-regex): Don't try to match the body,
15039 just the name of the macro being defined.
15040
15041 * info.el (Info-read-node-name-2): New function.
15042 (Info-read-node-name-1): Use that.
15043 Add a completion-base-size-function property.
15044
15045 * simple.el (completion-setup-function): Look for
8511877a 15046 completion-base-size-function property of minibuffer-completion-table.
ce6e10af
RS
15047
15048 * files.el (locate-file-completion): Doc fix.
15049
15050 * printing.el: Don't call pr-update-menus; user must do that.
15051
15052 * emacs-lisp/debug.el (debugger-window): New variable.
15053 (debug): Use debugger-window if it is set and still alive.
15054 Record debugger-window for next entry.
c7b96d76 15055
ce6e10af
RS
15056 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
15057
c7b96d76 150582005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
ce6e10af
RS
15059
15060 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
15061 (hack-one-local-variable, hack-local-variables)
15062 (hack-local-variables-prop-line): Pass that arg.
15063
9c7f6bb3
KS
150642005-06-06 Kim F. Storm <storm@cua.dk>
15065
15066 * ido.el (ido-first-match, ido-only-match, ido-subdir)
15067 (ido-indicator): Remove -face suffix from face names.
15068
c476bcb0
JL
150692005-06-06 Juri Linkov <juri@jurta.org>
15070
15071 * font-lock.el (font-lock-regexp-backslash)
15072 (font-lock-regexp-backslash-construct): New faces.
15073 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
15074 after `('. Add `while-no-input' to control structures.
15075
15076 * faces.el (no-break-space, shadow): New faces.
15077 (escape-glyph): Use less loud colors pink2 and red4.
15078
15079 * diff-mode.el (diff-context-face)
15080 * dired.el (dired-ignored)
15081 * rfn-eshadow.el (file-name-shadow)
15082 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
15083
15084 * info.el (Info-title-1-face): Use green instead of yellow because
15085 bold yellow is not readable on light backgrounds.
15086
15087 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
15088 before selecting the desired mode to not spend time fontifying
15089 old contents.
15090
f7f17975
JB
150912005-06-06 Juanma Barranquero <lekktu@gmail.com>
15092
b3c70578
JB
15093 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
15094 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
15095
01f438b9
JB
15096 * ps-print.el (ps-default-fg, ps-default-bg):
15097 Fix typos in docstrings.
15098
f7f17975
JB
15099 * isearchb.el (isearchb): Don't pass a spurious second argument to
15100 `iswitchb-completions'.
15101
c1205dad
NR
151022005-06-05 Nick Roberts <nickrob@snap.net.nz>
15103
15104 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
15105 to preserve point.
15106 (gdb-find-file-hook): Add doc string.
15107
15108 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
eb78dfb8 15109 C dereferenced pointer expression.
32759db5 15110 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
c1205dad
NR
15111
15112 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
15113
eb78dfb8
JB
15114 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
15115 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
15116 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
15117 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
15118 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
c1205dad
NR
15119 Make background transparent.
15120
bfe5418b
LT
151212005-06-04 Luc Teirlinck <teirllm@auburn.edu>
15122
15123 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
15124 (font-lock-remove-keywords): Doc fix.
15125 (font-lock-mode-major-mode): Compiler defvar.
15126 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
15127
15128 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
15129 (font-lock-mode): Update `font-lock-mode-major-mode'.
15130 (font-lock-set-defaults): Compiler defvar.
15131 (font-lock-default-function): Take `font-lock-mode-major-mode'
15132 into account.
15133
15134 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
15135 keep track of which major mode it enabled the minor mode for.
15136 Use find-file-hook again. Update docstring.
15137
15138 * simple.el (eval-expression-print-level)
15139 (eval-expression-print-length, eval-expression-debug-on-error):
15140 Doc fixes.
15141
91018229
EZ
151422005-06-04 Matt Hodges <MPHodges@member.fsf.org>
15143
b6f0a397
EZ
15144 * iswitchb.el (iswitchb-single-match-face)
15145 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
15146 (iswitchb-invalid-regexp-face): New faces.
15147 (iswitchb-completions): Use them.
ed975fa6 15148 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
b6f0a397
EZ
15149 now marked as an obsolete alias.
15150 (iswitchb-read-buffer): Remove check for bound font variables.
15151 (iswitchb-invalid-regexp): New free variable.
15152 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
15153 set iswitchb-invalid-regexp.
15154 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
15155 invalid regexps.
15156 (iswitchb-completions): Add check for complete match when entering
15157 a regexp.
15158 (iswitchb-completions): Remove require-match argument.
bfe5418b 15159 (iswitchb-exhibit): Fix caller.
b6f0a397
EZ
15160 (iswitchb-common-match-inserted): New variable.
15161 (iswitchb-complete, iswitchb-completion-help): Use it.
91018229 15162
94d4bafb
EZ
151632005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
15164
15165 * url-http.el (url-http-chunked-encoding-after-change-function):
15166 Use `url-http-debug' instead of `message'.
15167
86b21ac3
EZ
151682005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
15169
15170 * url-http.el (url-http-parse-headers): Pass redirected URL as a
15171 callback argument.
15172
61e40b6d
KS
151732005-06-04 Kim F. Storm <storm@cua.dk>
15174
555228aa
KS
15175 * simple.el (line-move): Only call sit-for when moving backwards.
15176
61e40b6d
KS
15177 * ido.el (ido-make-merged-file-list-1): New defun split from
15178 ido-make-merged-file-list.
15179 (ido-make-merged-file-list): Bind throw-on-input around call to
15180 ido-make-merged-file-list-1. Return input-pending-p if
15181 interrupted by more input available.
15182 (ido-read-internal): Handle input-pending-p return value from
15183 ido-make-merged-file-list.
15184
10b234c0
SM
151852005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
15186
fab31ec3
SM
15187 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
15188 compatibility code.
15189
10b234c0
SM
15190 * international/latexenc.el (latexenc-find-file-coding-system):
15191 Don't inherit the EOL part of the coding-system from the
15192 tex-main buffer. Fit within 80 columns.
15193
76668788
NR
151942005-06-03 Matt Hodges <MPHodges@member.fsf.org>
15195
15196 * tmm.el (tmm-inactive-face): New face.
15197 (tmm-remove-inactive-mouse-face): New function.
15198 (tmm-prompt, tmm-add-one-shortcut)
15199 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
15200 but not selectable.
15201
6312e5f7
JB
152022005-06-03 Juanma Barranquero <lekktu@gmail.com>
15203
15204 * faces.el (face-equal): Improve argument/docstring consistency.
15205
30edba6e
DP
152062005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
15207
15208 * progmodes/make-mode.el (makefile-targets-face)
15209 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
15210 (makefile-bsdmake-dependency-regex)
15211 (makefile-makepp-rule-action-regex)
15212 (makefile-bsdmake-rule-action-regex): New constants.
15213 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
15214
15215 * progmodes/compile.el (compilation-error-regexp-alist-alist):
15216 Allow (...) within `...' for makepp messages.
15217
899a431b 152182005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
30edba6e 15219
85268d70 15220 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
30edba6e 15221
85268d70
JB
15222 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
15223 "." files are deleted from all file lists before comparison.
30edba6e 15224
85268d70
JB
15225 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
15226 (viper-ESC-key): Made them customizable.
30edba6e 15227
10b234c0 15228 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
30edba6e 15229
bfadb7ec
LT
152302005-06-01 Luc Teirlinck <teirllm@auburn.edu>
15231
15232 * autorevert.el (auto-revert-buffers): Use save-match-data.
15233
6cb9fac3
SM
152342005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
15235
15236 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
15237 menu items with a nil command binding.
15238
011131fd
JB
152392005-06-01 Juanma Barranquero <lekktu@gmail.com>
15240
358e4d6d
JB
15241 * emacs-lisp/cl-macs.el (defsetf):
15242 Improve argument/docstring consistency.
15243
011131fd
JB
15244 * faces.el (list-faces-display): Improve the formatting by
15245 computing the maximum length required for any face-name (reworked
15246 patch of 1999-01-11, accidentally deleted on 1999-07-21).
15247 (internal-find-face): Remove redundant info in docstring.
15248
7653a3dc
NR
152492005-06-01 Nick Roberts <nickrob@snap.net.nz>
15250
15251 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
15252 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
15253 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
15254 (gdb-assembler-custom): Improve regexps.
ed975fa6 15255 (def-gdb-auto-update-handler): Use window point to preserve point.
7653a3dc 15256
9ccee7d0
SM
152572005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
15258
15259 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
15260
ad83e1f4
JB
152612005-05-31 Jay Belanger <belanger@truman.edu>
15262
15263 * calc/calc-embed.el (calc-embedded-word): Change argument passed
15264 to calc-embedded.
15265 (calc-embedded-make-info): Have plain prefix argument select
15266 entire line.
15267
2cd16d74
JB
152682005-05-31 Juanma Barranquero <lekktu@gmail.com>
15269
d0213ee1
JB
15270 * faces.el (list-faces-display): Signal error if passed a regexp
15271 that matches no face name.
15272
2cd16d74
JB
15273 * simple.el (filter-buffer-substring): Fix typo in docstring.
15274
f35aff82
RS
152752005-05-31 Richard M. Stallman <rms@gnu.org>
15276
9ccee7d0 15277 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
f35aff82
RS
15278 (vhdl-emacs-21): Doc fix.
15279 (vhdl-mode): Unconditionally set comment-padding.
15280 (vhdl-fixup-whitespace-region): Insert spaces only where
15281 there are none.
15282 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
15283
c7a4ce37
JW
152842005-05-30 John Wiegley <johnw@newartisans.com>
15285
881b07f9
JB
15286 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
15287 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
15288 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
c7a4ce37
JW
15289 `directory-sep-char' to ?/, and all uses of `string-to-int' to
15290 `string-to-number'.
15291
e39f3cfe
JB
152922005-05-30 Jay Belanger <belanger@truman.edu>
15293
15294 * calc/calc.el (calc-bug-address): Fix docstring.
15295 (calc-window-hook, calc-trail-window-hook): New variables.
15296 (calc-trail-display): Restore use of calc-trail-window-hook.
15297 (calc): Restore use of calc-window-hook.
15298
6dfa731f
MY
152992005-05-31 Masatake YAMATO <jet@gyve.org>
15300
3c1ebc5a 15301 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
6dfa731f 15302
3c1ebc5a 15303 * help-fns.el (help-C-file-name): Add autoload mark for
6dfa731f
MY
15304 `find-function-noselect'.
15305
3c1ebc5a
SM
153062005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
15307
15308 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
15309 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
15310
3f72dc73
GM
153112005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
15312
15313 * calendar/diary-lib.el (mark-included-diary-files): Only kill
15314 included diary buffer if it was not already being visited.
15315 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
15316
119f6f17 15317 * calendar/icalendar.el (top-level): Do not require appt.
3f72dc73
GM
15318
15319 * mail/supercite.el (sc-select-attribution): Only use a list
15320 element from sc-attrib-selection-list if it returns a string.
15321 Reported by Davide G. M. Salvetti <salve@debian.org>.
15322
0df06447
JB
153232005-05-30 Juanma Barranquero <lekktu@gmail.com>
15324
588c0770 15325 * thumbs.el (thumbs-thumbname): The resulting thumbname now
0df06447
JB
15326 includes a hash value to improve its uniqueness, and has a ".jpg"
15327 extension. Also, it is now a valid filename on all systems.
15328 (thumbs-make-thumb): Use `let', not `let*'.
15329 (thumbs-show-thumbs-list): Check for JPEG availability.
15330
b8caac06
RS
153312005-05-30 Richard M. Stallman <rms@gnu.org>
15332
15333 * filesets.el (filesets-menu-ensure-use-cached):
15334 Prevent warning when emacs-version>= is undefined.
15335
15336 * printing.el (pr-interactive-n-up): Use string-to-number.
15337
15338 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
15339
15340 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
15341 Warn only when name to be defined is quoted.
15342
4809e59f
NR
153432005-05-30 Nick Roberts <nickrob@snap.net.nz>
15344
15345 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
15346 Make regexp more robust.
0df06447 15347 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
4809e59f
NR
15348 Force regeneration of disassembly.
15349
2a1669a2
JB
153502005-05-29 Jay Belanger <belanger@truman.edu>
15351
15352 * calc/calc.el (calc-user-invocation): Check if
15353 calc-invocation-macro is non-nil.
15354
5f43c63c
JL
153552005-05-29 Juri Linkov <juri@jurta.org>
15356
15357 * add-log.el (change-log-font-lock-keywords):
15358 Add `+' to e-mail regexp to accept mail address with keywords.
15359
15360 * man.el (Man-name-regexp): Add `:' to accept qualified names.
15361
7fa9f4eb
LT
153622005-05-29 Luc Teirlinck <teirllm@auburn.edu>
15363
15364 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
15365
15366 * ielm.el (inferior-emacs-lisp-mode): Ditto.
15367
cad2b414
RS
153682005-05-29 Richard M. Stallman <rms@gnu.org>
15369
15370 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
15371 Undo the change that moves to end of the current word.
15372
8c6fb9d0
NR
153732005-05-29 Nick Roberts <nickrob@snap.net.nz>
15374
15375 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
15376 Throw error when count <= 0 to ensure input is a number.
15377 (gdb-read-memory-custom): Pick up address from buffer.
15378 (gdb-memory-mode): Allow user to increment and decrement
15379 memory address from header line.
15380
c16b1394
RS
153812005-05-29 Richard M. Stallman <rms@gnu.org>
15382
a8c453e6
RS
15383 * flyspell.el (flyspell-version): Function deleted.
15384 (flyspell-auto-correct-previous-hook): Doc fix.
7fa9f4eb 15385
c16b1394
RS
15386 * jit-lock.el (jit-lock-function, jit-lock-after-change):
15387 Do nothing if memory is full.
15388
15389 * font-lock.el (font-lock-fontify-syntactically-region):
15390 Pass t for GREEDY to looking-back.
15391
15392 * saveplace.el (save-place-alist-to-file): Write the file
15393 using write-region.
15394
15395 * subr.el (looking-back): New argument GREEDY.
15396
15397 * progmodes/compile.el (compilation-start): Set the mode
15398 before inserting the initial text.
15399
15400 * progmodes/which-func.el (which-func-update-1): Turn the mode
15401 off in case of error by setting which-func-mode.
7fa9f4eb 15402
52eb0373 154032005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
c16b1394 15404
cad2b414 15405 * flyspell.el (flyspell-auto-correct-previous-word):
7fa9f4eb 15406 Narrow down to what's on the screen, and recenter overlays
cad2b414 15407 at the end of the next word.
7fa9f4eb 15408
52eb0373 154092005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
7fa9f4eb 15410
a8c453e6 15411 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
0df06447 15412 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
a8c453e6
RS
15413 (flyspell-abbrev-p): Default to nil.
15414 (flyspell-use-global-abbrev-table-p): Doc fix.
15415 (flyspell-large-region): Allow nil as value.
15416 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
15417
15418 (mail-mode-flyspell-verify): More robust handling
15419 of `mail-header-separator'. More efficient signature detection.
15420 Allow for regexp metacharacters in message-header-separator.
85be564d 15421 Adding `To' not to be checked in mail-mode-flyspell-verify.
a8c453e6
RS
15422
15423 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
15424 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
15425 Bind flyspell-auto-correct-binding.
15426 Bind C-. and C-, .
15427 (flyspell-mode-map): Likewise.
15428 (flyspell-mode): Doc fix.
15429 (flyspell-accept-buffer-local-defs): Preserve current buffer.
15430 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
15431 (flyspell-word-cache-result): New var, always local.
15432 (flyspell-check-pre-word-p): Doc fix.
15433 (flyspell-check-changed-word-p): Handle spc like newline.
15434 (flyspell-post-command-hook): Set flyspell-word-cache-result.
15435 (flyspell-word-search-backward, flyspell-word-search-forward):
15436 New functions.
15437 (flyspell-word): Return t if nothing to check.
15438 When parsing TeX code, check for after } or \.
15439 Use flyspell-word-search-backward to find previous word.
15440 Return nil if duplicated word.
15441 For word already checked, return same value as last time.
15442 Set flyspell-word-cache-result after checking.
15443 Don't clobber the return value.
15444 (flyspell-get-word): Major rewrite.
15445 (flyspell-external-point-words): New locals pword, pcount.
15446 Fix size used in progress message.
15447 Find the proper corresponding word in flyspell-large-region-buffer.
15448 (flyspell-region): Check for flyspell-large-region = nil.
15449 (flyspell-highlight-incorrect-region): Clean up overlays in region.
15450 (flyspell-auto-correct-word): Check that WORD is a cons.
15451 (flyspell-correct-word): Likewise.
a8c453e6 15452
adde7693
DP
154532005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
15454
15455 * progmodes/make-mode.el (makefile-rule-action-regex)
d85d15c8
DP
15456 (makefile-macroassign-regex, makefile-makepp-mode)
15457 (makefile-bsdmake-mode): Continuation lines may be empty.
adde7693
DP
15458 Reported by Joshua Varner.
15459 (makefile-makepp-font-lock-keywords): Add $(stem).
15460
b5352ff5
KB
154612005-05-28 Karl Berry <karl@gnu.org>
15462
0df06447 15463 * textmodes/tex-mode.el: Now that tex-send-command calls
b5352ff5
KB
15464 shell-quote-argument (2005-03-31 change), remove all calls to
15465 shell-quote-argument; they all end up invoking tex-send-command.
15466 The double quoting loses on filenames with non-safe characters,
15467 such as "@". Reported by Frederik Fouvry.
15468
3daabddd
NR
154692005-05-29 Nick Roberts <nickrob@snap.net.nz>
15470
15471 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
15472 about preserving point.
15473
1565a620
JB
154742005-05-27 Jay Belanger <belanger@truman.edu>
15475
15476 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
15477 Info-goto-node.
15478
05294d63
JB
15479 * calc/calc-embed.el (calc-embed-arg): New variable.
15480 (calc-do-embedded-activate, calc-embedded-activate-formula)
15481 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
15482 variable by new variable.
15483 (calc-embedded-make-info): Replace undeclared variable by new
15484 variable. When selecting region with positive prefix
15485 argument, use end of previous line instead of beginning of line.
15486
15487 * calc/calc-aent.el (calc-arg-values): Declare it.
15488
15489 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
15490 Declare them.
15491
15492 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
15493
15494 * calc/calc.el (calc-alg-map): Declare it.
15495
15496 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
15497
f8916156
NR
154982005-05-28 Nick Roberts <nickrob@snap.net.nz>
15499
15500 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
15501 (gdb-registers-buffer, toggle-gdb-all-registers):
15502 Toggle display of floating point registers.
15503 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
15504
0df06447 15505 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
f8916156
NR
15506 (toggle-gud-tooltip-dereference):
15507 Rename from gud-toggle-tooltip-dereference.
15508
83040cb0
SM
155092005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
15510
15511 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
15512
63971eab
JB
155132005-05-27 Jay Belanger <belanger@truman.edu>
15514
15515 * calc/calc-prog.el (calc-kbd-report): Remove.
15516 (calc-kbd-query): Rewrite.
15517
d5e1a786
JB
155182005-05-27 Juanma Barranquero <lekktu@gmail.com>
15519
83040cb0 15520 * image.el (image-library-alist): Move to image.c.
d5e1a786
JB
15521 (image-type-available-p): Doc fix.
15522
6c5a38fa
LK
155232005-05-27 Lute Kamstra <lute@gnu.org>
15524
18a8c773 15525 * calc/calc.el (calc):
1f2503a5 15526 * outline.el (outline-1, outline-2, outline-3, outline-4)
18a8c773
LK
15527 (outline-5, outline-6, outline-7, outline-8):
15528 * textmodes/dns-mode.el (dns-mode):
15529 * textmodes/sgml-mode.el (sgml-namespace-face):
15530 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
3ec0e903 15531 (tex-verbatim-face, tex-use-reftex):
83040cb0
SM
15532 * textmodes/texinfo.el (texinfo-heading-face):
15533 Specify customization group.
1f2503a5 15534
6c5a38fa
LK
15535 * longlines.el: Don't require easy-mmode.
15536 (longlines-visible-face): Specify customization group.
15537
7cf49add
KH
155382005-05-27 Kenichi Handa <handa@m17n.org>
15539
15540 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
15541 encoding table of windows-1251.
15542
83040cb0
SM
15543 * international/ucs-tables.el (ucs-set-table-for-input):
15544 If translation-table-for-input of a coding system is a symbol, get
7cf49add
KH
15545 its translation-table property.
15546
15547 * international/code-pages.el: Don't register a coding system into
15548 non-iso-charset-alist more than once.
15549 (cp-make-coding-system): Likewise.
1f2503a5 15550
9c041409
JW
155512005-05-26 John Wiegley <johnw@newartisans.com>
15552
6b6f91b3
JW
15553 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
15554 `eshell-resume-eval' is wrapped in a list, it indicates that the
15555 command was run asynchronously. In that case, unwrap the value
15556 before checking the delimiter value.
15557
9c041409 15558 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
83040cb0
SM
15559 character before a space at the end of a line is \, assume the space
15560 is part of the last argument rather than a final argument separator.
9c041409 15561
83040cb0
SM
15562 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
15563 is in use, and the target is `t' or `nil' (which are the most common
15564 values), don't assume that the symbol target is a buffer.
9c041409 15565
ddfbe5db
LT
155662005-05-26 Luc Teirlinck <teirllm@auburn.edu>
15567
15568 * calendar/calendar.el (calendar-mode-line-format):
15569 Use mode-line-highlight as mouse-face.
15570
15571 * time.el (display-time-string-forms, display-time-update):
15572 Use mode-line-highlight as mouse-face.
15573
04e9c13c
JB
155742005-05-26 Jay Belanger <belanger@truman.edu>
15575
15576 * calc/calc.el (calc-language-alist): Remove extra defvar.
15577
6441d280
LK
155782005-05-26 Lute Kamstra <lute@gnu.org>
15579
15580 * arc-mode.el (archive-mode):
15581 * bookmark.el (bookmark-read-annotation-mode)
15582 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
15583 * bs.el (bs-mode):
15584 * calc/calc-yank.el (calc-edit-mode):
15585 * calc/calc.el (calc-mode, calc-trail-mode):
15586 * calculator.el (calculator-mode):
15587 * chistory.el (command-history-mode):
15588 * comint.el:
15589 * cus-edit.el (custom-mode):
15590 * descr-text.el (describe-text-mode):
15591 * ebuff-menu.el (Electric-buffer-menu-mode):
15592 * ediff-util.el (ediff-mode):
4b66bdf0
LK
15593 * emacs-lisp/re-builder.el (reb-mode):
15594 * emulation/vi.el (vi-mode-setup):
15595 * emulation/ws-mode.el (wordstar-mode):
15596 * eshell/esh-mode.el (eshell-mode):
6441d280
LK
15597 * forms.el (forms-mode):
15598 * help-mode.el (help-mode):
15599 * hexl.el (hexl-mode):
15600 * ibuffer.el (ibuffer-mode):
15601 * ielm.el (inferior-emacs-lisp-mode):
15602 * info.el (Info-mode, Info-edit-mode):
4b66bdf0 15603 * international/swedish.el:
6441d280
LK
15604 * ledit.el (ledit-from-lisp-mode):
15605 * locate.el (locate-mode):
4b66bdf0
LK
15606 * mail/rmail.el (rmail-mode):
15607 * mail/rmailedit.el (rmail-edit-mode):
15608 * mail/rmailsum.el (rmail-summary-mode):
15609 * mail/supercite.el (sc-electric-mode):
15610 * net/eudc.el (eudc-mode):
15611 * net/quickurl.el (quickurl-list-mode):
15612 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
15613 * obsolete/ooutline.el (outline-mode):
15614 * obsolete/options.el (Edit-options-mode):
15615 * obsolete/rnews.el (news-mode):
15616 * obsolete/rnewspost.el (news-reply-mode):
15617 * play/5x5.el (5x5-mode):
15618 * play/decipher.el (decipher-mode, decipher-stats-mode):
15619 * play/gomoku.el (gomoku-mode):
15620 * play/snake.el (snake-mode):
15621 * play/solitaire.el (solitaire-mode):
15622 * play/tetris.el (tetris-mode):
681c6a37
LK
15623 * progmodes/ada-mode.el (ada-mode):
15624 * progmodes/antlr-mode.el (antlr-mode):
15625 * progmodes/autoconf.el (autoconf-mode):
15626 * progmodes/dcl-mode.el (dcl-mode):
15627 * progmodes/delphi.el (delphi-mode):
9a969196
LK
15628 * progmodes/ebrowse.el (ebrowse-tree-mode)
15629 (ebrowse-electric-list-mode, ebrowse-member-mode)
681c6a37
LK
15630 (ebrowse-electric-position-mode):
15631 * progmodes/f90.el (f90-mode):
15632 * progmodes/fortran.el (fortran-mode):
15633 * progmodes/icon.el (icon-mode):
15634 * progmodes/idlw-help.el (idlwave-help-mode):
15635 * progmodes/idlw-shell.el (idlwave-shell-mode):
15636 * progmodes/idlwave.el (idlwave-mode):
15637 * progmodes/inf-lisp.el (inferior-lisp-mode):
15638 * progmodes/m4-mode.el (m4-mode):
15639 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
15640 * progmodes/modula2.el (modula-2-mode):
15641 * progmodes/octave-inf.el (inferior-octave-mode):
15642 * progmodes/octave-mod.el (octave-mode):
15643 * progmodes/pascal.el (pascal-mode):
15644 * progmodes/sh-script.el (sh-mode):
15645 * progmodes/sql.el (sql-mode, sql-interactive-mode):
15646 * progmodes/vhdl-mode.el (vhdl-mode):
15647 * progmodes/xscheme.el (scheme-interaction-mode):
6441d280
LK
15648 * replace.el (occur-mode):
15649 * ses.el (ses-mode):
15650 * simple.el (completion-list-mode):
15651 * skeleton.el:
15652 * speedbar.el (speedbar-mode):
48985adc 15653 * term.el (term-mode):
6441d280 15654 * terminal.el (terminal-edit-mode):
681c6a37
LK
15655 * textmodes/reftex-index.el (reftex-index-mode)
15656 (reftex-index-phrases-mode):
15657 * textmodes/reftex-sel.el (reftex-select-label-mode)
15658 (reftex-select-bib-mode):
15659 * textmodes/reftex-toc.el (reftex-toc-mode):
6441d280 15660 * wdired.el (wdired-change-to-wdired-mode):
48985adc
KS
15661 * wid-browse.el (widget-browse-mode):
15662 Use run-mode-hooks.
6441d280
LK
15663
15664 * array.el (array-mode):
4b66bdf0
LK
15665 * calendar/todo-mode.el (todo-mode):
15666 * man.el (Man-mode):
15667 * play/landmark.el (lm-mode):
48985adc
KS
15668 * play/mpuz.el (mpuz-mode):
15669 Use kill-all-local-variables and run-mode-hooks.
6441d280
LK
15670
15671 * subr.el (delay-mode-hooks): Specify indentation.
15672
4b66bdf0
LK
156732005-05-26 Mark A. Hershberger <mah@everybody.org>
15674
ca19f3f1
AS
15675 * xml.el (xml-substitute-special): Don't die for undefined xml
15676 entities.
4b66bdf0 15677
3e00c50e
JB
156782005-05-26 Jay Belanger <belanger@truman.edu>
15679
15680 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
15681 of nil.
15682
8da4dd76
NR
156832005-05-27 Nick Roberts <nickrob@snap.net.nz>
15684
15685 * progmodes/gdb-ui.el (gdb-frame-address):
15686 Rename from gdb-current-address.
15687 (gdb-previous-frame-address): Rename from gdb-previous-address.
15688 (gdb-selected-frame): Rename from gdb-current-frame.
15689 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
15690 (gdb-frame-number): Rename from gdb-current-stack-level.
15691 (gdb-ann3): Match new mode-name for disassembly buffer.
588c0770 15692 Extend initialization of variables.
8da4dd76
NR
15693 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
15694 (gdb-memory-mode): Use mouse-face in header line.
15695 (gdb-assembler-buffer-name): Call it disassembly and give frame
15696 in mode line.
15697 (gdb-source-spec-regexp, gdb-assembler-custom)
15698 (gdb-invalidate-assembler, gdb-frame-handler):
15699 Make robust to leading zeroes in address format.
15700
8ba93b1c
CD
157012005-05-26 Carsten Dominik <dominik@science.uva.nl>
15702
d5e1a786 15703 * textmodes/org.el (org-mode): Use `define-derived-mode' to
8ba93b1c
CD
15704 define `org-mode'.
15705 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
15706
83040cb0 157072005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
04c71a26
NR
15708
15709 * log-edit.el (log-edit-changelog-entries): Distinguish between
15710 filenames like xfns.c and fns.c.
04c71a26 15711
dd53d2c8
LT
157122005-05-25 Luc Teirlinck <teirllm@auburn.edu>
15713
15714 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
15715 point after reverting.
15716 (Buffer-menu-make-sort-button): Handle the case where
15717 `Buffer-menu-use-header-line' is nil.
15718
214dd398
TTN
157192005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
15720
15721 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
15722 New funcs. In minibuffer-local-completion-map bind `]', `/'
15723 and `:' to them.
15724
b6666b5f
SM
157252005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
15726
15727 * startup.el (normal-top-level): Allow modification of load-path while
15728 we're iterating over it.
15729
f75049fc
JB
157302005-05-25 Juanma Barranquero <lekktu@gmail.com>
15731
15732 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
15733 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
15734 (thumbs-resize-interactive, thumbs-insert-image)
15735 (thumbs-insert-thumb, thumbs-dired-show-marked)
15736 (thumbs-find-image-at-point, thumbs-delete-images)
15737 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
15738 (thumbs-increment-image-size, thumbs-decrement-image-size):
15739 Fix typos in docstrings.
15740
ccc90048
AS
157412005-05-24 Andre Spiegel <spiegel@gnu.org>
15742
83040cb0 15743 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
ccc90048
AS
15744 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
15745 (cperl-mode): Use them.
15746
18fde850
JB
157472005-05-24 Juanma Barranquero <lekktu@gmail.com>
15748
15749 * window.el (quit-window, shrink-window-if-larger-than-buffer):
15750 Doc fixes.
15751
86041bae
NR
157522005-05-24 Nick Roberts <nickrob@snap.net.nz>
15753
b6666b5f 15754 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
04c71a26 15755 Bind C-d to gdb-inferior-io-eof.
86041bae
NR
15756
15757 * dired.el (dired-dnd-popup-notice): Use message-box.
15758
359e4563
MY
157592005-05-23 Masatake YAMATO <jet@gyve.org>
15760
b6666b5f
SM
15761 * bindings.el (mode-line-major-mode-keymap):
15762 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
359e4563
MY
15763
15764 * faces.el (mode-line-highlight): New face.
15765
15766 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
15767 as mouse-face.
15768
15769 * bindings.el (top-level, help-echo, mode-line-modified)
15770 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
15771 as mouse-face.
15772
28fdc86a
JB
157732005-05-23 Juanma Barranquero <lekktu@gmail.com>
15774
a4632380
JB
15775 * progmodes/cc-engine.el (c-guess-basic-syntax):
15776 Remove spurious call to `zerop'.
15777
28fdc86a
JB
15778 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
15779
7c09345f
MS
157802005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
15781
15782 CC Mode update to 5.30.10:
15783
83040cb0 15784 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
7c09345f
MS
15785 could go past the limit in decoration level 2, thereby causing
15786 errors during interactive fontification.
15787
83040cb0 15788 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
7c09345f
MS
15789 the file is evaluated interactively.
15790
15791 * cc-engine.el (c-guess-basic-syntax): Handle operator
15792 declarations somewhat better in C++.
15793
15794 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
15795 make use of `run-mode-hooks' which has been added in Emacs 21.1.
28fdc86a
JB
15796 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
15797 (awk-mode): Use it.
7c09345f
MS
15798 (make-local-hook): Suppress warning about obsoleteness.
15799
15800 * cc-engine.el, cc-align.el, cc-cmds.el
28fdc86a
JB
15801 (c-append-backslashes-forward, c-delete-backslashes-forward)
15802 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
7c09345f
MS
15803 Compensate for return value from `forward-line' when it has moved
15804 but not to a different line due to eob.
15805
83040cb0 15806 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
7c09345f
MS
15807 `objc-method-intro' and `objc-method-args-cont'.
15808
158092005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
15810
15811 CC Mode update to 5.30.10:
15812
15813 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
15814 in the copyright statement. Incidentally, change "along with GNU
15815 Emacs" to "along with this program" where it occurs.
15816
15817 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
15818 so that it is interactive, hence can be found by M-x awk-mode
15819 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
15820 <gmorris+emacs@ast.cam.ac.uk>.
15821
15822 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
15823 Mode's regexps.
15824
28fdc86a 158252005-05-23 Kevin Ryde <user42@zip.com.au>
7c09345f
MS
15826
15827 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
15828 c-parse-state, to avoid a lisp error (on bad code).
15829
f1e9abb9
LK
158302005-05-23 Lute Kamstra <lute@gnu.org>
15831
15832 * subr.el (font-lock-defaults): Remove defvar as it's already
15833 defined in font-core.el.
15834
83040cb0 15835 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
f1e9abb9 15836
28fdc86a
JB
158372005-05-23 Nick Roberts <nickrob@snap.net.nz>
15838
15839 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
15840 more general and work when GDB variable "print pretty" is on,
15841 as with Emacs, for example.
15842
21178fee
LT
158432005-05-22 Luc Teirlinck <teirllm@auburn.edu>
15844
15845 * font-core.el: Update comment.
15846
83040cb0
SM
15847 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
15848 Use `after-change-major-mode-hook' instead of `find-file-hook'.
21178fee
LT
15849
15850 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
15851
a0e8eaa3
EZ
158522005-05-22 Eli Zaretskii <eliz@gnu.org>
15853
15854 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
15855 and `yank-handler' in the doc strings.
15856
6cd0254f
SM
158572005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
15858
15859 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
15860
724e07b9
RS
158612005-05-22 Richard M. Stallman <rms@gnu.org>
15862
1b12fa9d
RS
15863 * help.el (describe-key): Move print-help-return-message call
15864 out of conditional.
15865
724e07b9
RS
15866 * progmodes/etags.el (list-tags): Use with-no-warnings.
15867
15868 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
15869 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
15870 (starttls-extra-args, starttls-extra-arguments): Add defvars.
15871
15872 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
15873
15874 * language/viet-util.el (viet-viscii-nonascii-translation-table):
15875 Add defvar.
15876
15877 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
15878 Use defvar, not defconst.
15879
15880 * hexl.el (hexl-follow-line): Use with-no-warnings.
15881
15882 * emulation/tpu-extras.el: Use write-file-functions instead of
15883 write-file-hooks.
15884
15885 * dired.el (dired-font-lock-keywords): Fontify files with junk
15886 extensions even if marked by -F.
15887
2641cc63
JB
158882005-05-22 Juanma Barranquero <lekktu@gmail.com>
15889
3187ba1c
JB
15890 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
15891 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
15892 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
15893 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
15894 (concatenate, list-length, get*, getf, cl-remprop):
15895 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
15896 (etypecase, progv, lexical-let, lexical-let*)
15897 (multiple-value-bind, multiple-value-setq, shiftf):
15898 Improve argument/docstring consistency.
15899
aa230d94 15900 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
2641cc63 15901
a41c216f
AS
159022005-05-22 Andre Spiegel <spiegel@gnu.org>
15903
15904 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
15905 doesn't exist.
15906
83040cb0
SM
15907 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
15908 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
3187ba1c 15909
fdd55b6a
NR
159102005-05-22 Nick Roberts <nickrob@snap.net.nz>
15911
15912 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
15913 already deleted variables: auto-fill-hook, blink-paren-hook,
52eb0373 15914 lisp-indent-hook, inhibit-local-variables, unread-command-event,
fdd55b6a
NR
15915 suspend-hooks, comment-indent-hook, meta-flag,
15916 before-change-function, after-change-function,
15917 font-lock-doc-string-face.
15918
71f800cf
LT
159192005-05-21 Luc Teirlinck <teirllm@auburn.edu>
15920
15921 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
15922
bb4afd09
EZ
159232005-05-21 Eli Zaretskii <eliz@gnu.org>
15924
15925 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
15926 rmail-dont-reply-to.
15927
a2c9aee6
EZ
159282005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
15929
15930 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
15931 literal blank when splitting new-header-values.
15932
6e50f7e0
EZ
159332005-05-21 Matt Hodges <MPHodges@member.fsf.org>
15934
15935 * calendar/cal-menu.el (cal-menu-update): Add separator as a
15936 string so that tmm doesn't create a completion entry for it.
15937
15938 * textmodes/table.el (table-disable-menu): Ditto.
15939
a527b753
RS
159402005-05-21 Richard M. Stallman <rms@gnu.org>
15941
15942 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
15943
15944 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
15945
15946 * net/rcompile.el (remote-compile): Use compilation-start.
15947
15948 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
15949
774cd454
DP
159502005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
15951
15952 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
15953 Default to makefile-bsdmake-mode on BSD systems.
15954
15955 * imenu.el (imenu-generic-expression, imenu--generic-function'):
15956 REGEXP may also be a search function now. The part of doc-string
15957 for describing the structure was 95% identical to that of
15958 `imenu--generic-function'. Unify it there.
15959
6cd0254f
SM
15960 * progmodes/make-mode.el (makefile-imenu-generic-expression):
15961 Use function to find dependencies, because regexp alone is so complex,
774cd454
DP
15962 it easily goes into an endless loop.
15963 (makefile-makepp-mode): Also add submenu for Perl functions
15964 defined in the makefile.
15965 (makefile-bsdmake-mode): Special imenu-generic-expression no
15966 longer needed, due to function call.
15967 (makefile-match-dependency): Take BOUND into account when checking
15968 if we're through.
15969
ed8060d9
JB
159702005-05-20 Jay Belanger <belanger@truman.edu>
15971
15972 * calc/calc-units.el (calc-invalidate-units-table):
15973 Use inhibit-read-only.
15974 (math-build-units-table-buffer): Use view-mode.
15975
8292be61
DK
159762005-05-20 David Kastrup <dak@gnu.org>
15977
15978 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
15979 easy-menu-add is not a nop on Emacs; and clarify when to call it.
15980
0a418fa1
JB
159812005-05-20 Lute Kamstra <lute@gnu.org>
15982
15983 * diff-mode.el (diff-header-face, diff-file-header-face)
15984 (diff-index-face, diff-hunk-header-face, diff-removed-face)
15985 (diff-added-face, diff-changed-face, diff-function-face)
15986 (diff-context-face, diff-nonexistent-face): Put them in the
15987 diff-mode customization group.
15988
159892005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
15990
15991 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
15992
15993 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
15994
15995 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
15996 Minor regexp-optimization.
15997
24e9a727
CD
159982005-05-20 Carsten Dominik <dominik@science.uva.nl>
15999
16000 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
16001 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
16002 (org-agenda-add-time-grid-maybe): New function.
16003 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
16004 (org-table-create): `dotimes' instead of `mapcar'.
44a91a68 16005 (org-xor): Simplify implementation.
24e9a727
CD
16006 (org-agenda): `inhibit-redisplay' turned on.
16007 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
16008 a consistent line after a state change.
16009 (org-agenda-remove-times-when-in-prefix): New option.
16010 (org-prefix-has-time): New variable.
16011 (org-parse-time-string): Optional argument NODEFAULT.
16012 (org-format-agenda-item): Parse items for time-of-day
16013 specifications and move these into the prefix if possible.
16014 (org-agenda-priority): Get current heading, not previous heading
16015 during agenda remote editing.
16016
a18ff988
JB
160172005-05-20 Juanma Barranquero <lekktu@gmail.com>
16018
47bc4b3f
JB
16019 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
16020 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
16021 (remove-duplicates, delete-duplicates, substitute)
16022 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
16023 (nsubstitute-if-not, find, find-if, find-if-not, position)
16024 (position-if, position-if-not, count, count-if, count-if-not)
16025 (mismatch, search, sort*, stable-sort, merge, member*)
16026 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
16027 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
16028 (intersection, nintersection, set-difference, nset-difference)
16029 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
16030 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
16031 (nsublis, tree-equal): Improve argument/docstring consistency.
16032
aa230d94 16033 * subr.el (send-string, send-region): Remove obsolescence declaration.
a18ff988
JB
16034 (window-dot, set-window-dot, read-input, show-buffer)
16035 (eval-current-buffer, string-to-int):
16036 Add release number to obsolescence declarations.
16037
f4056bf7
KS
160382005-05-19 Kim F. Storm <storm@cua.dk>
16039
16040 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
16041 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
16042
35a0a8aa
NR
160432005-05-20 Matt Hodges <MPHodges@member.fsf.org>
16044
16045 * faces.el (list-faces-display): Make back button respect optional
16046 regexp arg.
16047
bfd187c8
JB
160482005-05-19 Juanma Barranquero <lekktu@gmail.com>
16049
16050 * calculator.el (calculator-radix-grouping-mode)
16051 (calculator-radix-grouping-digits, calculator-displayer)
16052 (calculator-radix-grouping-separator, calculator-copy-displayer):
16053 * dabbrev.el (dabbrev-search-these-buffers-only):
16054 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
16055 (diff-advance-after-apply-hunk, diff-mode-hook)
16056 (diff-minor-mode-prefix):
16057 * imenu.el (imenu-use-popup-menu):
16058 * jit-lock.el (jit-lock-context-time):
16059 * newcomment.el (comment-fill-column, comment-column)
16060 (comment-style, comment-padding, comment-multi-line)
16061 (comment-empty-lines, comment-auto-fill-only-comments):
16062 * reveal.el (reveal-around-mark):
16063 * uniquify.el (uniquify-buffer-name-style)
16064 (uniquify-after-kill-buffer-p)
16065 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
16066 (uniquify-min-dir-content, uniquify-separator)
16067 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
16068 * w32-vars.el (w32-fixed-font-alist):
16069 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
16070 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
16071 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
16072 * progmodes/perl-mode.el (perl-indent-level)
16073 (perl-continued-statement-offset, perl-continued-brace-offset)
16074 (perl-brace-offset, perl-brace-imaginary-offset)
16075 (perl-label-offset, perl-indent-continued-arguments)
16076 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
16077 * progmodes/tcl.el (tcl-indent-level)
16078 (tcl-continued-indent-level, tcl-auto-newline)
16079 (tcl-tab-always-indent, tcl-electric-hash-style)
16080 (tcl-help-directory-list, tcl-use-smart-word-finder)
16081 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
16082 (inferior-tcl-source-command):
16083 * textmodes/fill.el (enable-kinsoku):
16084 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
16085 * textmodes/table.el (table-yank-handler):
16086 Specify missing group (and type, if simple) in defcustom.
16087
620d3304
LT
160882005-05-19 Luc Teirlinck <teirllm@auburn.edu>
16089
16090 * progmodes/compile.el (compilation-finish-function): Fix defvar.
16091
e1c45277
RS
160922005-05-19 Richard M. Stallman <rms@gnu.org>
16093
16094 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
16095
16096 * subr.el (event-basic-type): Don't get an error.
16097 (left-fringe-p): Function deleted.
16098
16099 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
a527b753 16100 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
e1c45277
RS
16101
16102 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
16103 in recursive copy.
16104
16105 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
16106
16107 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
16108
ca19f3f1 16109 * emacs-lisp/bytecomp.el
aa230d94
SM
16110 (byte-compile-file-form-custom-declare-variable):
16111 Call byte-compile-nogroup-warn if appropriate.
e1c45277
RS
16112
16113 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
16114 (compilation-set-window): Don't call left-fringe-p; do it directly.
620d3304 16115
de327926
JB
161162005-05-19 Jay Belanger <belanger@truman.edu>
16117
16118 * calc/calc-graph.el (calc-graph-format-data): Make sure
16119 var-PlotRejects is bound before trying to check its value.
16120
73d5f668
CD
161212005-05-19 Carsten Dominik <dominik@science.uva.nl>
16122
b6666b5f 16123 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
73d5f668
CD
16124 definition of this variable from reftex-global.el to reftex.el,
16125 because it is needed in the menu.
16126
96474944
LK
161272005-05-19 Lute Kamstra <lute@gnu.org>
16128
16129 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
16130 years are fixed. Don't insert a space after a dash.
16131
8d9386a1
KS
161322005-05-19 Kim F. Storm <storm@cua.dk>
16133
16134 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
16135
dfa89b5d
DP
161362005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
16137
16138 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
16139 strings, because (eq ... ?\\) is fairly frequent.
16140
16141 * progmodes/make-mode.el (makefile-add-this-line-targets):
16142 Simplify and integrate into `makefile-pickup-targets'.
16143 (makefile-add-this-line-macro): Simplify and integrate into
16144 `makefile-pickup-macros.
16145 (makefile-pickup-filenames-as-targets): Simplify.
b6666b5f
SM
16146 (makefile-previous-dependency, makefile-match-dependency):
16147 Don't stumble over `::'.
dfa89b5d 16148
2fcd33fe
NR
161492005-05-19 Nick Roberts <nickrob@snap.net.nz>
16150
dfa89b5d 16151 * subr.el (post-command-idle-hook, post-command-idle-delay):
24d40bc2
NR
16152 Remove obsoletion of post-command-idle-hook and
16153 post-command-idle-delay.
16154
639ec765 16155 * faces.el (list-faces-display): Provide button when describe-face
85be564d 16156 is called to take user back to the list of faces.
639ec765
NR
16157
16158 * help-fns.el (describe-variable): Remove hyperlinks in a
16159 variable's value as these are quite frequently inappropriate.
16160
b6666b5f
SM
16161 * follow.el (follow-submit-feedback, follow-mode):
16162 Remove references to post-command-idle-hook.
2fcd33fe 16163
5c8b5442
DP
161642005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
16165
16166 * progmodes/make-mode.el (makefile-previous-dependency)
16167 (makefile-match-dependency): Check for := (and in bsd mode also
16168 !=) to give a better result, even when font-lock is not on.
16169
ec249c71
JB
161702005-05-18 Jay Belanger <belanger@truman.edu>
16171
44a91a68
JB
16172 * calc/calc-help.el (calc-s-prefix-help):
16173 Add `calc-copy-special-constant' to help string.
ec249c71 16174
2e5df9ac
LT
161752005-05-18 Luc Teirlinck <teirllm@auburn.edu>
16176
16177 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
16178
73b990b1
JB
161792005-05-18 Jay Belanger <belanger@truman.edu>
16180
16181 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
16182 in linear factors are in proper order.
3a1e8128
CD
16183
161842005-05-18 Carsten Dominik <dominik@science.uva.nl>
16185
44a91a68
JB
16186 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
16187 Support for jurabib.
3a1e8128
CD
16188
16189 * textmodes/reftex.el (featurep): Define aliases for overlay
16190 commands, for XEmacs compatibility, and use these aliases in
16191 overlay initializations.
16192 (reftex-highlight): Use `reftex-move-overlay'.
16193 (reftex-unhighlight): Use `reftex-delete-overlay'.
588c0770 16194 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
3a1e8128
CD
16195 (reftex-access-search-path): Use `reftex-uniquify' instead of
16196 `reftex-uniq'
16197
ca19f3f1
AS
16198 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
16199 `before-string' property modification enables for Emacs as well.
3a1e8128
CD
16200 (reftex-select-item): Use `reftex-delete-overlay'.
16201 (reftex-select-mark): Use `reftex-make-overlay' and
16202 `reftex-overlay-put'.
16203 (reftex-select-unmark): Use `reftex-delete-overlay' and
16204 `reftex-overlay-put'.
16205
7bc10886
LK
162062005-05-18 Lute Kamstra <lute@gnu.org>
16207
16208 * emacs-lisp/lisp.el (check-parens): Fix docstring.
16209
d11ad5a7
JB
162102005-05-18 Juanma Barranquero <lekktu@gmail.com>
16211
1902b5b6
JB
16212 * add-log.el (add-change-log-entry):
16213 * array.el (array-make-template, array-reconfigure-rows)
16214 (array-init-max-row, array-init-max-column)
16215 (array-init-columns-per-line, array-init-field-width):
16216 * replace.el (replace-match-maybe-edit, perform-replace):
16217 * textmodes/spell.el (spell-region):
16218 Replace `read-input' by `read-string'.
16219
16220 * forms.el (forms-mode):
16221 * finder.el (finder-compile-keywords):
16222 * shadowfile.el (shadow-read-files):
16223 Replace `eval-current-buffer' by `eval-buffer'.
16224
16225 * terminal.el (te-pass-through):
16226 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
16227 (ange-ftp-raw-send-cmd):
16228 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
16229 (send-process-next-char, telnet-initial-filter, telnet):
16230 Replace `send-string' by `process-send-string'.
16231
16232 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
16233 (prolog-consult-region): Replace `send-string' by
44a91a68 16234 `process-send-string'; replace `send-region' by `process-send-region'.
1902b5b6
JB
16235
16236 * progmodes/delphi.el (delphi-log-msg):
16237 Replace `set-window-dot' by `set-window-point'.
16238
d11ad5a7
JB
16239 * subr.el (window-dot, set-window-dot, read-input, send-string)
16240 (send-region, show-buffer, eval-current-buffer):
16241 Make really obsolete, as the comment says.
16242
77e2c652
KS
162432005-05-17 Kim F. Storm <storm@cua.dk>
16244
16245 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
16246 (cua--init-keymaps): Bind C-return instead of S-return to set
16247 rectangle mark.
16248
16249 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
16250 instead of S-return to toggle/clear rectangle mark.
16251
0b11ce59
DP
162522005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
16253
16254 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
8ade3c25
DP
16255 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
16256 Also fontify plain strings assigned to variables, mostly so that a
16257 colon has a face and is thus not taken as a dependency separator.
0b11ce59
DP
16258 (makefile-previous-dependency): Inline the new matcher, because it
16259 is too complex to work in both directions.
16260 (makefile-match-dependency): Eliminate `backward' arg (see above).
16261 Completely reimplemented so as to not sometimes go into an endless
16262 loop. It should also be more efficient, because first it only
16263 searches for `:', instead of applying the very complex regexp.
8ade3c25 16264 (makefile-mode): Cancel `font-lock-support-mode', because blocks
44a91a68
JB
16265 to be fontified in one piece can be too long for JIT.
16266 Makefiles are never *that* big.
0b11ce59 16267
6ae53dc1
RS
162682005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
16269
16270 * dired.el (dired-mode): Simplify.
16271
77777daf
LK
162722005-05-17 Lute Kamstra <lute@gnu.org>
16273
f8d0b769
LK
16274 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
16275 defcustom for the mode hook variable.
16276
77777daf
LK
16277 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
16278 Emacs Lisp Reference Manual.
16279
430c1c66
JB
162802005-05-17 Juanma Barranquero <lekktu@gmail.com>
16281
213233f0
JB
16282 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
16283 (evenp, list*):
16284 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
16285 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
16286
430c1c66
JB
16287 * net/tramp-smb.el (tramp-smb-open-connection):
16288 Pass `tramp-chunksize' as fifth (required) argument.
16289
71994ae7
DP
162902005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
16291
44a91a68
JB
16292 * font-lock.el (lisp-font-lock-keywords-1):
16293 Set `font-lock-negation-char-face' for [^...] char group.
71994ae7
DP
16294 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
16295
16296 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
16297 a var, and refine it to mask one more level of nested vars.
16298 (makefile-rule-action-regex): Turn it into a var, and refine it so
16299 it recognizes backslashed continuation lines as belonging to the
16300 same command.
16301 (makefile-macroassign-regex): Refine it so it recognizes
16302 backslashed continuation lines as belonging to the same command.
16303 (makefile-var-use-regex): Don't look at the next char, because it
16304 might be the same one to be skipped by the initial [^$], leading
16305 to an overlooked variable use.
16306 (makefile-make-font-lock-keywords): Remove two parameters, which
44a91a68
JB
16307 are now variables that some of the modes set locally.
16308 Handle dependency and rule action matching through functions, because
71994ae7 16309 regexps alone match too often. Dependency matching now comes
44a91a68 16310 last, so it can check, whether a colon already matched something else.
71994ae7
DP
16311 (makefile-mode): Inform that font-lock improves makefile parsing
16312 capabilities.
16313 (makefile-match-dependency, makefile-match-action): New functions.
16314
cc211a0f
JB
163152005-05-16 Juanma Barranquero <lekktu@gmail.com>
16316
1e866943
JB
16317 * emacs-lisp/cl-extra.el (equalp): Doc fix.
16318
027a4b6b
JB
16319 * align.el (align-regexp):
16320 * ansi-color.el (ansi-color-get-face):
16321 * array.el (array-reconfigure-rows, array-init-max-row)
16322 (array-init-max-column, array-init-columns-per-line)
16323 (array-init-field-width):
16324 * dired-aux.el (dired-trample-file-versions):
16325 * dired-x.el (dired-mark-sexp):
16326 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
16327 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
16328 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
16329 * faces.el (face-read-integer):
16330 * files.el (backup-extract-version, insert-directory):
16331 * hexl.el (hexl-insert-decimal-char):
16332 * server.el (server-process-filter):
16333 * shell.el (shell-extract-num):
16334 * startup.el (command-line-1):
16335 * term.el (term-command-hook):
16336 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
16337 (time-stamp-do-number):
16338 * time.el (display-time-update):
16339 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
16340 (timezone-fix-time):
16341 * vms-patch.el (vms-suspend-resume-hook):
16342 * calendar/appt.el (appt-convert-time):
16343 * calendar/cal-bahai.el (mark-bahai-diary-entries):
16344 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
16345 * calendar/cal-islam.el (mark-islamic-diary-entries):
16346 * calendar/calendar.el (calendar-cursor-to-date)
16347 (calendar-star-date):
16348 * calendar/diary-lib.el (diary-attrtype-convert)
16349 (mark-diary-entries, diary-entry-time):
16350 * calendar/solar.el (solar-get-number):
16351 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
16352 * emacs-lisp/re-builder.el (reb-display-subexp):
16353 * emulation/edt.el (edt-set-scroll-margins):
16354 * emulation/tpu-extras.el (tpu-set-scroll-margins):
16355 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
16356 (vip-get-ex-count):
16357 * emulation/viper-ex.el (viper-get-ex-token)
16358 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
16359 * international/fontset.el (fontset-plain-name):
16360 * mail/feedmail.el (feedmail-look-at-queue-directory):
16361 * mail/mailalias.el (mail-get-names):
16362 * mail/rmail.el (rmail-convert-to-babyl-format):
16363 * mail/rmailsum.el (rmail-make-basic-summary-line)
16364 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
16365 (rmail-summary-goto-msg):
16366 * mail/smtpmail.el (smtpmail-read-response):
16367 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
16368 (ange-ftp-vms-add-file-entry):
16369 * play/gametree.el (gametree-looking-at-ply)
16370 (gametree-current-branch-score):
16371 * progmodes/ada-xref.el (ada-prj-find-prj-file)
16372 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
16373 * progmodes/cperl-mode.el (condition-case):
16374 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
16375 (ebrowse-set-member-buffer-column-width)
16376 (ebrowse-select-1st-to-9nth):
16377 * progmodes/etags.el (etags-snarf-tag):
16378 * progmodes/flymake.el (flymake-parse-line):
16379 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
16380 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
16381 (idlwave-shell-menu-def):
16382 * progmodes/ps-mode.el (ps-run-goto-error):
16383 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
16384 (vhdl-speedbar-contract-level):
16385 * term/mac-win.el (x-handle-numeric-switch):
16386 * term/sun-mouse.el (sun-get-frame-data):
16387 * term/w32-win.el (x-handle-numeric-switch):
16388 * term/x-win.el (x-handle-numeric-switch):
16389 * textmodes/ispell.el (ispell-parse-output):
16390 * textmodes/nroff-mode.el (nroff-outline-level):
16391 * textmodes/reftex-cite.el (reftex-bib-sort-year)
16392 (reftex-bib-sort-year-reverse, reftex-format-citation):
16393 * textmodes/reftex-parse.el (reftex-init-section-numbers)
16394 (reftex-section-number):
44a91a68
JB
16395 * textmodes/texinfmt.el (texinfo-paragraphindent):
16396 Replace `string-to-int' by `string-to-number'.
027a4b6b 16397
cc211a0f
JB
16398 * international/latexenc.el: Add page marker to force the "Local
16399 Variables:" string out of the last page.
16400
c65a8e73
NR
164012005-05-16 Nick Roberts <nickrob@snap.net.nz>
16402
16403 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
16404 tooltip-change-major-mode.
16405 (gud-tooltip-print-command): Remove case where gud-minor-mode
16406 is gdb ("--fullname").
16407 (gud-tooltip-tips): Turn GUD tooltips off for this case and
16408 explain to user.
16409
97c66d74
JB
164102005-05-16 Jay Belanger <belanger@truman.edu>
16411
16412 * calc/calc-store.el (calc-copy-special-constant): New function.
16413
16414 * calc/calc-ext.el (calc-init-extensions): Add binding for
16415 `calc-copy-special-constant'.
16416
16417 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
16418 for the `calc-copy-special-constant' command.
16419
0f182ca2
NR
164202005-05-16 Nick Roberts <nickrob@snap.net.nz>
16421
16422 * subr.el (left-fringe-p): New function.
16423
e6467bba
NR
16424 * progmodes/compile.el (compilation-setup): Set local value of
16425 overlay-arrow-string to "" always.
52eb0373
JB
16426 (compilation-set-window): Left fringe then don't scroll.
16427 No left fringe then no arrow and scroll message to top.
0f182ca2
NR
16428 (compilation-context-lines): Adjust doc string accordingly.
16429
bffc3c6e
KS
164302005-05-16 Kim F. Storm <storm@cua.dk>
16431
16432 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
16433 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
16434 (ido-wide-find-dir-or-delete-dir): New command for M-d.
16435 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
16436 (ido-read-file-name): Handle commands with ido property value
16437 equal to find-file as reading a file name, to allow C-d to enter dired.
16438 (ibuffer-find-file): Add ido property with value find-file.
16439
294c599c
KS
164402005-05-15 Kim F. Storm <storm@cua.dk>
16441
16442 * subr.el (open-network-stream-nowait): Remove.
16443 (open-network-stream-server): Remove.
16444
85ddb888
RS
164452005-05-15 Richard M. Stallman <rms@gnu.org>
16446
f1bc6e52
RS
16447 * faces.el (describe-face): Output a definition link button.
16448
16449 * help-mode.el (help-face-def): New button type.
16450
02d9d682
RS
16451 * emacs-lisp/copyright.el (copyright-fix-years):
16452 Match properly if the first year is 2-digit.
16453 Don't mess up the whitespace after the years by filling.
16454
16455 * dired-aux.el (dired-mark-confirm):
16456 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
16457
16458 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
16459 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
16460 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
16461
85ddb888
RS
16462 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
16463 Set font-lock-comment-start-skip.
16464
16465 * font-lock.el (font-lock-comment-start-skip): New variable.
16466 (font-lock-comment-end-skip): New variable.
16467 (font-lock-fontify-syntactically-region): Use them if non-nil.
16468
fcd6e601
JB
164692005-05-15 Jay Belanger <belanger@truman.edu>
16470
16471 * calc/calc-store.el (calc-store-value): Return a string rather
16472 than display it as a message.
16473 Use calc-var-name for variable name.
16474 (calc-store-into): Add the result of calc-store-value to message.
16475 (calc-copy-variable): Add a message.
16476 (calc-store-exchange): Improve error messages.
16477 (calc-store-binary, calc-store-map): Don't reset the values of
16478 special constants.
16479
af415106
LT
164802005-05-14 Luc Teirlinck <teirllm@auburn.edu>
16481
16482 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
16483 manual to docstring.
16484
16485 * files.el (hack-local-variables-confirm): Add STRING argument.
16486 Make the function handle non file visiting buffers correctly.
16487 (hack-local-variables-prop-line, hack-local-variables)
16488 (hack-one-local-variable): Use STRING arg of
16489 `hack-local-variables-confirm'.
16490
7177e2a3
MA
164912005-05-14 Michael Albinus <michael.albinus@gmx.de>
16492
16493 Sync with Tramp 2.0.49.
16494
11948172 16495 * net/tramp.el (tramp-handle-dired-call-process)
7177e2a3
MA
16496 (tramp-handle-insert-directory):`insert-buffer' cannot be used
16497 because the contents of the Tramp buffer is changed before
16498 insertion (`expand-file' and alike).
16499 (tramp-handle-insert-directory): If `localname' has an empty
16500 nondirectory name, it must not be quoted.
16501 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
16502 variable `tramp-chunksize'. Change callees.
16503 (tramp-open-connection-setup-interactive-shell): Check remote host
44a91a68
JB
16504 for buggy `send-process-string' implementation.
16505 Set `tramp-chunksize' if found. Reported by Michael Kifer
7177e2a3
MA
16506 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
16507 (tramp-handle-shell-command): `insert-buffer' cannot be used
16508 because the contents of the Tramp buffer is changed before
e0ad342f 16509 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
7177e2a3
MA
16510 <frederic.bothamy@free.fr>.
16511 (tramp-set-auto-save): Actions should be done for Tramp file name
44a91a68
JB
16512 handler only. Ange-FTP has its own auto-save mechanism.
16513 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
7177e2a3
MA
16514 (tramp-set-auto-save-file-modes): Set file modes of
16515 `buffer-auto-save-file-name' to ?\600 as fallback solution.
16516 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
16517 (tramp-bug): Remove obsolete variable.
16518 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
44a91a68 16519 for presence of `mml-mode'. Make it running for older Emacsen as well.
7177e2a3 16520
39c7eb8a
JPW
165212005-05-14 John Paul Wallington <jpw@pobox.com>
16522
7177e2a3 16523 * ibuf-ext.el (define-ibuffer-filter filename):
39c7eb8a
JPW
16524 If `dired-directory' is a list, use its car.
16525
165262005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
16527
16528 * ibuffer.el (define-ibuffer-column filename):
16529 If `dired-directory' is a list, use its car.
16530
bbf87c29
RS
165312005-05-14 Richard M. Stallman <rms@gnu.org>
16532
e72e5833
RS
16533 * subr.el (symbol-file): Doc fix.
16534
11efeb9b
RS
16535 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
16536 (byte-compile-form): Call byte-compile-nogroup-warn.
16537 (byte-compile-warning-types): Doc fix.
16538
d06ba294
RS
16539 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
16540
bbf87c29
RS
16541 * progmodes/cc-engine.el (c-literal-faces):
16542 Add font-lock-comment-delimiter-face.
16543
16544 * net/net-utils.el (dig): Use with-no-warnings.
16545
16546 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
16547 (sc-recite-frame-alist, sc-default-cite-frame)
16548 (sc-default-uncite-frame, sc-default-recite-frame)
7177e2a3 16549 (sc-attrib-selection-list, sc-rewrite-header-list):
bbf87c29
RS
16550 Mark as risky-local-variable.
16551
16552 * international/ogonek.el (ogonek-jak, ogonek-how):
16553 Don't use beginning-of-buffer.
16554
16555 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
16556
16557 * calendar/solar.el (solar-data-list): Move definition up.
16558
16559 * dnd.el (dnd-protocol-alist): Add autoload.
16560
16561 * progmodes/sh-script.el: Many doc usage fixes.
16562 (sh-indent-after-do): Change default to match common styles.
16563
043fa787
LT
165642005-05-13 Luc Teirlinck <teirllm@auburn.edu>
16565
16566 * files.el (interpreter-mode-alist)
16567 (auto-mode-interpreter-regexp): Doc fixes.
16568
90713743
NR
165692005-05-13 Matt Hodges <MPHodges@member.fsf.org>
16570
44a91a68 16571 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
90713743
NR
16572
16573 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
16574
d90b02af
JD
165752005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16576
16577 * dired.el (dired-mode): make-variable-buffer-local =>
44a91a68 16578 make-local-variable.
d90b02af 16579
5063dbbf
YM
165802005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16581
16582 * term/mac-win.el (mac-select-convert-to-string): Try coding
16583 systems in mac-script-code-coding-systems if specified one cannot
16584 encode string for `com.apple.traditional-mac-plain-text'.
16585
27a7c83f
DP
165862005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
16587
16588 * progmodes/make-mode.el (makefile-targets-face)
16589 (makefile-shell-face, makefile-makepp-perl-face): New faces.
16590 (makefile-dependency-regex): Fix it to not make the colon in
16591 $(var:a=b) special.
16592 (makefile-rule-action-regex): New regexp for highlighting embedded
16593 Shell strings.
16594 (makefile-macroassign-regex): Handle != for highlighting as
16595 embedded Shell strings.
16596 (makefile-var-use-regex): New const.
16597 (makefile-statements, makefile-automake-statements)
16598 (makefile-gmake-statements, makefile-makepp-statements)
16599 (makefile-bsdmake-statements): New consts.
16600 (makefile-make-font-lock-keywords): New function.
16601 (makefile-automake-font-lock-keywords)
16602 (makefile-gmake-font-lock-keywords)
16603 (makefile-makepp-font-lock-keywords)
16604 (makefile-bsdmake-font-lock-keywords): New consts.
16605 (makefile-mode-map): Add switchers between the various submodes.
16606 (makefile-mode): Document the availability of the variants.
16607 (makefile-automake-mode, makefile-gmake-mode)
16608 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
16609
16610 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
16611 new variants of makefile-mode.
16612
3989c3e7
SM
166132005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
16614
16615 * font-lock.el (font-lock-comment-delimiter-face): Fix up
16616 the inheritance.
16617
0cc61511
LT
166182005-05-12 Luc Teirlinck <teirllm@auburn.edu>
16619
0de01c28
LT
16620 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
16621 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
16622
0cc61511
LT
16623 * files.el (normal-mode): Extend the scope of the
16624 `enable-local-variables' binding to include the `set-auto-mode' call.
16625 (magic-mode-alist): Doc fix.
16626
bf2cea1d
SM
166272005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
16628
16629 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
16630 font-lock-comment-face rather than copying its setting.
16631
e94dae7f
AS
166322005-05-12 Andreas Schwab <schwab@suse.de>
16633
16634 * eshell/esh-mode.el (eshell-send-input): Doc fix.
16635
19958124
LK
166362005-05-12 Lute Kamstra <lute@gnu.org>
16637
16638 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
16639 defcustom for the mode hook variable. Delete the last argument.
16640 * generic-x.el: Fix callers of define-generic-mode.
16641 (generic-x-modes): Delete group.
16642 (show-tabs-tab-face, show-tabs-space-face): Put them in the
16643 generic-x customization group.
16644
6da4411e
KS
166452005-05-12 Kim F. Storm <storm@cua.dk>
16646
16647 * font-lock.el (font-lock-negation-char-face): Default to "off".
16648
16649 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
16650 font-lock-negation-char-face to ! in !=.
16651
218cf475
MY
166522005-05-12 Masatake YAMATO <jet@gyve.org>
16653
16654 * add-log.el (find-change-log): Fix typos in the docstring
16655 of function.
16656
405cb12a
LK
166572005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
16658
16659 * international/latexenc.el (latexenc-find-file-coding-system):
16660 Avoid `re-search-forward' when looking for input encoding because
16661 of speed and safety. Better regular expressions for recognizing
16662 input encoding. Limit a search for TeX-master/tex-main-file to
16663 the local variable section.
16664
8cec35c4
DN
166652005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
16666
16667 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
16668 syntax of $ to "'" (quote).
16669
1ed8284d
RS
166702005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
16671
16672 * dnd.el (dnd-protocol-alist): Improve custom type.
16673
16674 * dired.el (dired-dnd-protocol-alist): New variable.
16675 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
16676 `dired-mode-hook' to the end.
16677
3989c3e7
SM
166782005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
16679
16680 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
16681 comment-end if comment-start-skip is not set.
16682 Obey the font-lock-comment-delimiter-face variables.
16683
b71813cb
SM
166842005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
16685
ca19f3f1
AS
16686 * files.el (executable-find): Move from executable.el. Use
16687 locate-file.
ba47dcb2
SM
16688 * progmodes/executable.el (executable-find): Move to files.el.
16689
b71813cb
SM
16690 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
16691 when trying to ensure forward progress.
16692
1f9d439a
KS
166932005-05-11 Chong Yidong <cyd@stupidchicken.com>
16694
16695 * mouse-sel.el (mouse-sel-follow-link-p): New function.
16696 (mouse-select, mouse-select-internal, mouse-extend-internal):
16697 Use it to implement mouse-1-click-follows-link functionality.
16698
c50089c9
RS
166992005-05-11 Richard M. Stallman <rms@gnu.org>
16700
16701 * font-lock.el (font-lock-fontify-syntactically-region):
16702 Use font-lock-comment-delimiter-face for comment delimiters.
16703
cfb79865
JB
167042005-05-10 Jay Belanger <belanger@truman.edu>
16705
16706 * calc/calc-help.el (calc-m-prefix-help): Add mention of
16707 preserving embedded modes.
16708
d101bf56
RS
167092005-05-10 Richard M. Stallman <rms@gnu.org>
16710
16711 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
16712
16713 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
ba47dcb2 16714 Move from ada-stmt.el.
d101bf56
RS
16715 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
16716
16717 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
b71813cb
SM
16718 Move to ada-mode.el.
16719 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
d101bf56
RS
16720
16721 * cus-edit.el (custom-file): Call file-chase-links.
16722
16723 * files.el (read-directory-name): Fix previous change.
af415106
LT
16724 (hack-local-variables-confirm): New function.
16725 (hack-local-variables-prop-line, hack-local-variables)
16726 (hack-one-local-variable): Use it.
d101bf56 16727
0003d2e3
LK
167282005-05-10 Lute Kamstra <lute@gnu.org>
16729
16730 * font-lock.el (font-lock-keywords-alist)
16731 (font-lock-removed-keywords-alist): Clarify docstrings.
16732
556dd15d
NR
167332005-05-10 Nick Roberts <nickrob@snap.net.nz>
16734
16735 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
16736 (gdb-source-info): Check for preprocessor info.
52eb0373 16737 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
556dd15d 16738 a macro for a function.
556dd15d 16739 (gdb-info-breakpoints-custom): Try to find file again if not already
52eb0373 16740 found (user might have used GDB dir command).
556dd15d
NR
16741 (gdb-get-location): Update gdb-location-alist correctly for change
16742 to gdb-info-breakpoints-custom.
16743
16744 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
16745 (gud-tooltip-print-command): Add gdbmi case.
16746 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
16747 preprocessor info.
16748
a8a64bf4
RS
167492005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
16750
16751 * startup.el (fancy-splash-insert): Fix typo in doc string.
16752
f1701e65
JB
167532005-05-09 Juanma Barranquero <lekktu@gmail.com>
16754
78640104
JB
16755 * obsolete/float.el (string-to-float):
16756 * obsolete/hilit19.el (hilit-add-pattern):
16757 * obsolete/rnews.el (news-parse-range, news-select-message)
16758 (news-get-pruned-list-of-files): Replace `string-to-int' by
16759 `string-to-number'.
16760
f1701e65
JB
16761 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
16762 `find-file-not-found-hooks'; use `add-hook'.
16763 (uncompress-while-visiting): Set `write-file-functions', not
16764 `write-file-hooks'; use `add-hook'.
16765
a0e6f952
KS
167662005-05-09 Kim F. Storm <storm@cua.dk>
16767
16768 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
16769 (cua-paste): Handle clipboard action.
16770 (cua--init-keymaps): Remap clipboard-kill-region and
16771 clipboard-kill-ring-save.
16772
c29d24ea
EZ
167732005-05-08 Eli Zaretskii <eliz@gnu.org>
16774
b659edce
SM
16775 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
16776 Improve commentary.
906aee93 16777
c29d24ea
EZ
16778 * simple.el (next-error-overlay-arrow-position): Revert the change
16779 made on 2005-04-30.
16780
1d64910f
JB
167812005-05-07 Jay Belanger <belanger@truman.edu>
16782
16783 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
16784 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
16785 `calc-sel-reselect'.
16786
16787 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
16788 Calc is in embedded mode.
16789
55b958f0
EZ
167902005-05-07 Eli Zaretskii <eliz@gnu.org>
16791
b659edce
SM
16792 * progmodes/compile.el (compilation-setup):
16793 Set overlay-arrow-string to an empty string on text terminals.
6a4fb78f 16794
55b958f0
EZ
16795 * textmodes/ispell.el (ispell-program-name): Try looking for
16796 "aspell" along exec-path, and if found, use it as the default
16797 speller program.
16798
c2c51a11
EZ
167992005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
16800
b659edce
SM
16801 * international/mule.el (sgml-xml-auto-coding-function):
16802 Recognize encoding='FOO' in single quotes as well as in double quotes.
c2c51a11 16803
f1701e65 168042005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
a5ad278d
EZ
16805
16806 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
16807 as well as `interactive', so that defmacro* would recognize
16808 `declare' forms.
16809
e6469973
EZ
168102005-05-07 Eli Zaretskii <eliz@gnu.org>
16811
b659edce
SM
16812 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
16813 Explain more about the LIGHTER arg's usage in the doc string.
16814 Add commentary to clarify what the code does. Fix the regexp that
e6469973
EZ
16815 strips whitespace from LIGHTER. Quote LIGHTER before using it,
16816 since it could have characters special to regular expressions.
16817
06df7f87
EZ
168182005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
16819
16820 * replace.el (occur-1): Bind inhibit-read-only so that
16821 erase-buffer doesn't barf on read-only text properties (likewise
b659edce 16822 for add-text-properties in occur-engine). Mark buffer as unmodified.
06df7f87
EZ
16823 (occur-engine): Don't set buffer-read-only here.
16824
5f4d0dd9
SM
168252005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
16826
16827 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
16828 list-buffers-directory. This caused the *cvs-commit* buffer to be
16829 sometimes mistakenly reused as a *cvs* buffer.
16830
ffdb022f
NR
168312005-05-07 Nick Roberts <nickrob@snap.net.nz>
16832
16833 * tooltip.el: Move code for GUD tooltips into gud.el.
16834 (require): CL no longer needed to compile case.
16835 (tooltip-mode): Do not toggle functions for GUD tooltips.
52eb0373 16836 (tooltip-gud-tips-p): Remove. Replace with minor mode
ffdb022f
NR
16837 gud-tooltip-mode in gud.el.
16838 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
16839 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
16840 tooltip-gud prefix with gud-tooltip and obsolete.
16841 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
16842 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
16843 (tooltip-mouse-motion): Mouse movement functions/variable.
16844 Rename in gud.el by adding gud prefix.
16845 (tooltip-gud-original-filter, tooltip-gud-dereference)
16846 (tooltip-gud-event, tooltip-toggle-gud-tips)
16847 (tooltip-gud-process-output, tooltip-gud-print-command)
52eb0373 16848 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
ffdb022f
NR
16849 gud.el by replacing tooltip-gud prefix with gud-tooltip.
16850 (gdb-tooltip-print): Move to gdb-ui.el.
16851
16852 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
16853 (require): CL needed to compile case.
588c0770 16854 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
52eb0373 16855 tooltip-gud-tips-p. Make it a minor-mode.
ffdb022f
NR
16856 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
16857 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
16858 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
16859 (gud-tooltip-change-major-mode)
16860 (gud-tooltip-activate-mouse-motions-if-enabled)
16861 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
16862 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
16863 (gud-tooltip-original-filter, gud-tooltip-dereference)
16864 (gud-tooltip-event, tooltip-toggle-gud-tips)
16865 (gud-tooltip-process-output, gud-tooltip-print-command)
5f4d0dd9 16866 (gud-tooltip-tips): Move from tooltip.el.
ffdb022f 16867
5f4d0dd9 16868 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
ffdb022f
NR
16869 (gdb-cpp-define-alist-flags): Doc fix.
16870 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
16871 gud-tooltip-mode is t.
16872
64981116
SM
168732005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
16874
16875 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
16876 evaporate if their text is deleted.
16877 (goto-address-at-point): Make it work as a mouse binding as well.
16878 (goto-address-at-mouse): Obsolete it. Update users.
16879
860f2506
GM
168802005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
16881
16882 * calendar/appt.el (top-level): No longer activate on load.
16883
19f26a89
JB
168842005-05-06 Juanma Barranquero <lekktu@gmail.com>
16885
16886 * calendar/cal-bahai.el (mark-bahai-diary-entries):
16887 * net/webjump.el (webjump):
16888 * progmodes/idlw-help.el (idlwave-do-context-help1)
16889 (idlwave-highlight-linked-completions):
64981116
SM
16890 * textmodes/po.el (po-find-file-coding-system-guts):
16891 Replace `assoc-ignore-case' by `assoc-string'.
19f26a89 16892
6ff95f1d
EZ
168932005-05-06 Eli Zaretskii <eliz@gnu.org>
16894
2c6b25c7
EZ
16895 * files.el (locate-file): Doc fix.
16896
38a300b1
EZ
16897 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
16898 Remove the redundant test for ms-dos.
16899
ab3290cb
EZ
16900 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
16901 look for the preprocessor with exec-suffixes. If not found in
16902 standard places, look in exec-path. Remove most of the tests that
16903 used system-type.
16904
6ff95f1d
EZ
16905 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
16906
16907 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
16908
16909 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
16910 file-name clash with jka-compr.el on 8+3 filesystems.
16911
17d28d26
YM
169122005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16913
16914 * term/mac-win.el: Don't define or bind scroll bar functions if
16915 x-toolkit-scroll-bars is t.
ca19f3f1
AS
16916 (x-select-text, x-get-selection-value): Clear
16917 x-last-selected-text-clipboard if x-select-enable-clipboard is
16918 nil.
17d28d26
YM
16919 (PRIMARY): Put mac-scrap-name property.
16920 (mac-select-convert-to-file-url): New function.
16921 (public.file-url): New selection target type. Add to
16922 selection-converter-alist.
16923 (x-get-selection, x-selection-value): Handle it.
16924 (x-cut-buffer-or-selection-value): New alias.
16925
b659edce
SM
169262005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16927
16928 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
16929 entry to avoid calling bibtex-find-entry with arg global
16930 being t. Remove arg key.
16931 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
16932 (bibtex-copy-summary-as-kill): Change accordingly.
16933
169342005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
16935
16936 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
16937 (org-agenda-date-later): Use with-current-buffer.
16938
643b4cf5
LT
169392005-05-05 Luc Teirlinck <teirllm@auburn.edu>
16940
16941 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
16942 (define-obsolete-variable-alias): Doc Fixes.
16943
dc1a7e26
KS
169442005-05-06 Kim F. Storm <storm@cua.dk>
16945
8a370783
KS
16946 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
16947 vertical-motion when selective-display is active.
16948
dc1a7e26
KS
16949 * ido.el (ido-setup-hook): New hook.
16950 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
16951 (ido-input-stack): New var.
52eb0373 16952 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
dc1a7e26
KS
16953 ido-next-work-file binding to M-O.
16954 Bind M-f to ido-wide-find-file-or-pop-dir.
16955 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
16956 (ido-read-internal): Run ido-setup-hook.
16957 Catch quit in read-file-name and read-string to cancel edit.
16958 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
16959 Automatically pop-all when completing a directory name (RET).
16960 (ido-file-internal): Add with-no-warnings around ffap and dired code.
16961 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
16962 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
64981116
SM
16963 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
16964 New functions for M-b/M-f to move among the directory components.
dc1a7e26
KS
16965 (ido-make-merged-file-list): Catch quit to cancel merge.
16966 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
16967 (ido-completion-help): No warnings for ido-completion-buffer-full.
10f518f7 16968
dc1a7e26 169692005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
10f518f7 16970
dc1a7e26 16971 * font-lock.el (font-lock-negation-char-face): New face and variable.
10f518f7 16972 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
10f518f7 16973 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
10f518f7 16974 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
10f518f7
DP
16975 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
16976
dc75b163
JB
169772005-05-05 Juanma Barranquero <lekktu@gmail.com>
16978
64981116
SM
16979 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
16980 Fix typo in docstring.
3fe26922 16981
1c1d2dc8
JB
16982 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
16983 (ebrowse-print-statistics-line)
16984 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
16985
dc75b163
JB
16986 * term/w32-win.el (image-library-alist): Add additional name for
16987 Xpm library.
16988
ae23f980
NR
169892005-05-05 Nick Roberts <nickrob@snap.net.nz>
16990
16991 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
16992 use gcc instead of cpp.
16993
16994 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
3fe26922 16995 (gdb-create-define-alist): Use it.
19f26a89 16996 (gdb-cpp-define-alist-program): Update for MS-DOS.
ae23f980 16997
02636b9c
NR
169982005-05-04 Nick Roberts <nickrob@snap.net.nz>
16999
588c0770 17000 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
02636b9c 17001
01a50b51
KS
170022005-05-04 Richard M. Stallman <rms@gnu.org>
17003
d101bf56
RS
17004 * help.el (describe-key): No error when UNTRANSLATED is nil.
17005
01a50b51
KS
17006 * simple.el (line-move-1): Fix previous change to signal errors
17007 appropriately.
17008
fa2b23e5 170092005-05-03 Ulf Jasper <ulf.jasper@web.de>
832e0e22
GM
17010
17011 * calendar/icalendar.el (icalendar-version): Now at 0.12.
17012 (icalendar-duration-correction): Remove.
17013 (icalendar--get-event-properties): Split result at commas.
17014 (icalendar--decode-isoduration): New optional argument
17015 DURATION-CORRECTION.
fa2b23e5
KS
17016 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
17017 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
17018 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
17019 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
832e0e22
GM
17020 (icalendar--convert-anniversary-to-ical): New functions, extracted
17021 from icalendar-export-region, with bug fixes.
17022 (icalendar-export-region): Use the above functions.
17023 (icalendar-import-buffer): Check before saving diary file.
17024 (icalendar--convert-recurring-to-diary)
17025 (icalendar--convert-non-recurring-all-day-to-diary)
fa2b23e5
KS
17026 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
17027 extracted from icalendar--convert-ical-to-diary, with bug fixes.
832e0e22
GM
17028 (icalendar--convert-ical-to-diary): Use the above functions.
17029
be50a727
NR
170302005-05-03 Nick Roberts <nickrob@snap.net.nz>
17031
17032 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
17033 Remove these recent additions.
17034 (c-mode): Restore to before 2005-04-28.
17035
17036 * progmodes/cc-vars.el (cc-define-list-program): Remove this
17037 recent addition.
17038
17039 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
17040 (gdb-define-alist): New variables.
17041 (gdb-create-define-alist): New function.
17042 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
17043 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
17044 with string-to-number.
52eb0373 17045 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
be50a727
NR
17046
17047 * progmodes/gud.el: Replace string-to-int with string-to-number.
17048 (gud-find-file): Handle gdb-define-alist.
17049
17050 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
17051
bc446113
JB
170522005-05-02 Jay Belanger <belanger@truman.edu>
17053
fa2b23e5
KS
17054 * calc/calc-aent.el (math-read-token):
17055 * calc/calc-bin.el (calc-word-size):
17056 * calc/calc-ext.el (calc-read-number-fancy):
17057 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
bc446113 17058 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
fa2b23e5 17059 * calc/calc-frac.el (calc-over-notation):
bc446113 17060 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
fa2b23e5 17061 (calc-graph-num-points, calc-graph-init):
bc446113 17062 * calc/calc-prog.el (calc-read-parse-table-part)
fa2b23e5
KS
17063 (calc-edit-macro-repeats):
17064 * calc/calc-yank.el (calc-do-grab-rectangle):
17065 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
17066 Replace `string-to-int' by `string-to-number'.
bc446113 17067
e40527dc
KS
170682005-05-02 Kim F. Storm <storm@cua.dk>
17069
17070 * kmacro.el: Use executing-kbd-macro-index variable.
17071
9a479835
TTN
170722005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
17073
17074 * net/rlogin.el (rlogin-parse-words): Delete func.
17075 (rlogin): Use split-string, not rlogin-parse-words.
17076 Also, if there are option-like elements in the parsed args,
17077 take the host to be the first arg immediately following them.
17078 Suggested by Michael Mauger.
17079
f6b1b15a
LT
170802005-05-01 Luc Teirlinck <teirllm@auburn.edu>
17081
17082 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
17083
975e5c47 170842005-05-02 Nick Roberts <nickrob@snap.net.nz>
9a479835 17085
975e5c47
NR
17086 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
17087 (cc-mode-cpp-program): Rename to cc-define-list-program and
17088 move to cc-vars.el.
f6b1b15a 17089
975e5c47 17090 * progmodes/cc-vars.el (cc-define-list-program):
52eb0373 17091 Change to "gcc -E -dM -". Make customizable.
975e5c47 17092
5c2e5a5e
KS
170932005-05-02 Kim F. Storm <storm@cua.dk>
17094
17095 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
17096
95bb5b56
NR
170972005-05-02 Nick Roberts <nickrob@snap.net.nz>
17098
b161ea4e
NR
17099 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
17100
95bb5b56
NR
17101 * international/mule-util.el (truncate-string): Remove alias and
17102 obsolete declaration.
17103
17104 * international/mule-cmds.el (update-iso-coding-systems):
17105 Remove alias and obsolete declaration.
17106
17107 * international/mule.el (coding-system-parent): Remove alias and
17108 obsolete declaration.
17109
17110 * subr.el (define-function, sref): Remove aliases and obsolete
17111 declarations.
17112 (chars-in-region): Remove obsolete declaration.
17113
ebbfa918
RS
171142005-05-01 Richard M. Stallman <rms@gnu.org>
17115
17116 * info.el (Info-mode): Set widen-automatically to nil, locally.
17117
17118 * simple.el (widen-automatically): New variable.
17119 (pop-global-mark): Obey widen-automatically.
17120
656c316d
DN
171212005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
17122
17123 * term/xterm.el (function-key-map): Call substitute-key-definition
5c2e5a5e 17124 before the keymap size is increased by a lot of define-key calls.
656c316d 17125
b2cfb30b
RS
171262005-05-01 Richard M. Stallman <rms@gnu.org>
17127
5c2e5a5e 17128 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
b2cfb30b
RS
17129 Rename ARG to ELEMENT. Doc fix.
17130
5c2e5a5e 171312005-05-01 Nick Roberts <nickrob@snap.net.nz>
9ded0282 17132
92bedc0e
NR
17133 * allout.el (allout-exposure): Remove macro and obsolete declaration.
17134 Remove references to allout-exposure/change to allout-new-exposure.
17135
9ded0282
NR
17136 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
17137 bytecode symbols.
17138
17139 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
17140 (compiled-function-p, focus-frame, unfocus-frame):
17141 Remove aliases and obsolete declarations.
52eb0373 17142 Back out inadvertent changes from previous commit.
9ded0282 17143
a87fdbbd
LT
171442005-05-01 Luc Teirlinck <teirllm@auburn.edu>
17145
17146 * files.el (require-final-newline): Make Custom tags consistent
17147 with mode-require-final-newline.
17148 (mode-require-final-newline): Doc fix.
17149
af71d4c0 171502005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
0003d2e3
LK
17151
17152 * international/latexenc.el (latexenc-find-file-coding-system):
17153 Fix regular expressions.
17154
af71d4c0 171552005-05-01 David Kastrup <dak@gnu.org>
b7f29772
LK
17156
17157 * international/latexenc.el (latexenc-find-file-coding-system):
0003d2e3 17158 Fix regular expressions.
b7f29772 17159
bdf7ae41
NR
171602005-05-01 Nick Roberts <nickrob@snap.net.nz>
17161
17162 * subr.el (string-to-int): Make obsolete.
17163
0b1fc48a
RS
171642005-04-30 Richard M. Stallman <rms@gnu.org>
17165
7e995a23 17166 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
0b1fc48a
RS
17167
17168 * loadup.el: load jka-comp-hook.
17169
6ff95f1d 17170 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
0b1fc48a 17171 (jka-compr-handler): Add autoload. `put' calls moved
6ff95f1d
EZ
17172 to jka-comp-hook.el.
17173 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
0b1fc48a 17174 (jka-compr-inhibit): Autoload.
a87fdbbd 17175
0b1fc48a
RS
17176 * jka-comp-hook.el: New file.
17177 Enable the mode by default.
17178
17179 * files.el (backup-buffer-copy): Use copy-file instead
17180 of write-region, and put back the 'excl.
17181
171822005-04-30 Chong Yidong <cyd@stupidchicken.com>
17183
17184 * progmodes/flymake.el (flymake-split-string)
17185 (flymake-split-string, flymake-log, flymake-pid-to-names)
17186 (flymake-reg-names, flymake-get-source-buffer-name)
17187 (flymake-unreg-names, flymake-add-line-err-info)
17188 (flymake-add-err-info): Clarify docstrings.
17189 (flymake-popup-menu, flymake-make-emacs-menu)
17190 (flymake-make-xemacs-menu): Add docstrings.
17191 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
17192 Set variables directly throughout.
17193
80b61a0f
NR
171942005-04-30 Nick Roberts <nickrob@snap.net.nz>
17195
17196 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
588c0770 17197 exists. Initialize cc-define-alist.
80b61a0f 17198 (c-mode): Add cc-create-define-alist locally to after-save-hook.
898d58d7 17199 If there is no file (Macroexpansion) don't create an alist.
80b61a0f 17200
bb9c1f2a
SS
172012005-04-29 Sam Steingold <sds@gnu.org>
17202
17203 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
17204 (cc-create-define-alist): Use it instead of the hard-coded string.
17205
2d5e5eb8
SM
172062005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
17207
17208 * international/mule-conf.el (file-coding-system-alist): Fix regexp
17209 for latexenc.
17210
57efa539
LK
172112005-04-29 Lute Kamstra <lute@gnu.org>
17212
17213 * emacs-lisp/generic.el: Improve commentary section.
17214 (define-generic-mode): Improve docstring.
17215
56c91423
CD
172162005-04-29 Carsten Dominik <dominik@science.uva.nl>
17217
b67a4e9f 17218 * textmodes/org.el (many places): Change to quiet the byte compiler.
56c91423
CD
17219 (org-prefix-format-compiled): New variable.
17220 (org-compile-prefix-format): New function.
b67a4e9f 17221 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
af71d4c0 17222 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
b67a4e9f
KS
17223 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
17224 (org-get-entries-from-diary): Use `org-get-time-of-day' for
56c91423 17225 consistency with entries from `org-mode' files.
b67a4e9f 17226 (org-get-time-of-day): Fix bug with partial matches early in a line.
56c91423
CD
17227 (org-non-link-chars): New constant.
17228 (org-link-regexp): Respect `org-non-link-chars'.
b67a4e9f
KS
17229 (org-agenda-day-view): Remove command.
17230 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
56c91423
CD
17231 (org-follow-bbdb-link, org-store-link): Search also company field.
17232 (org-highlight-overlay): New variable.
17233 (org-highlight, org-unhighlight): New functions.
b67a4e9f
KS
17234 (org-agenda-mode): Add pre-command-hook to remove highlight.
17235 (org-evaluate-time-range): Behavior depends upon whether time stamp
17236 contains a time or not.
56c91423
CD
17237 (org-show-subtree, org-show-entry): New functions.
17238 (org-agenda-cleanup-fancy-diary): Remove empty lines.
56c91423 17239
7eb6ede5
LT
172402005-04-28 Luc Teirlinck <teirllm@auburn.edu>
17241
17242 * comint.el (comint-output-filter-functions): Add autoload cookie.
17243
b7ce4173
KS
172442005-04-28 Kim F. Storm <storm@cua.dk>
17245
17246 * ido.el (ido-everywhere): Fix last change.
17247
0b606bb2
TTN
172482005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
17249
17250 * international/latexenc.el: New file.
17251 * international/mule-conf.el (file-coding-system-alist): For .tex,
17252 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
17253
d79b6c21
LK
172542005-04-28 Lute Kamstra <lute@gnu.org>
17255
0a20b1dc
LK
17256 * font-lock.el (font-lock-add-keywords)
17257 (font-lock-remove-keywords): Clarify docstring.
17258 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
17259 Don't start docstrings with a `*'.
17260 (font-lock-update-removed-keyword-alist): Give it a docstring.
17261
d79b6c21
LK
17262 * generic-x.el: Update commentary section.
17263 Only require font-lock when compiling.
17264 Define all modes conditionally.
17265 Place all generic modes in the generic-x-modes customization group.
17266 (generic-x-modes): New customization group.
17267 (generic-default-modes, generic-mswindows-modes)
17268 (generic-unix-modes, generic-other-modes): New constants.
17269 (generic-define-mswindows-modes, generic-define-unix-modes):
17270 Update docstrings. Make them obsolete.
2d5e5eb8
SM
17271 (generic-extras-enable-list): New default value. Update docstring.
17272 Improve :type. Change :set function.
d79b6c21
LK
17273 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
17274 Fix docstring.
17275
2d5e5eb8
SM
17276 * emacs-lisp/generic.el (generic-mode-internal):
17277 Simplify font-lock-defaults.
817edb15 17278 (define-generic-mode): Fix docstring.
d79b6c21
LK
17279
172802005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
17281
17282 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
17283 font-lock-face property to highlight matches.
17284
8c75afbf
NR
172852005-04-28 Nick Roberts <nickrob@snap.net.nz>
17286
52eb0373 17287 * progmodes/cc-mode.el (cc-create-define-alist): New function.
8c75afbf 17288 (cc-define-alist): New variable.
588c0770 17289 (c-mode): Make it local and initialize it.
8c75afbf
NR
17290
17291 * progmodes/gdb-ui.el (gdb-active-process): New variable.
17292 (gdb-exited): New function.
17293 (gdb-annotation-rules): Use it.
17294 (gdb-starting): Set gdb-active-process to t.
17295 (gdb-stopping): Amend doc string.
17296 (gdb-reset): Set gdb-active-process to nil.
17297
17298 * tooltip.el (tooltip-gud-tips): Show the associated #define
17299 directives when a C program under GDB is not executing.
17300
b8a04883
SM
173012005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
17302
17303 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
17304 font-lock-fontify-syntactic-keywords.
17305
17306 * font-lock.el (font-lock-default-fontify-region): Don't force
17307 parse-sexp-lookup-properties to nil.
17308
a46f2d6d
EZ
173092005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
17310
17311 * man.el (man-mode-syntax-table): Set up `:' to have
17312 word-constituent syntax.
17313
b2b46494
LK
173142005-04-27 Lute Kamstra <lute@gnu.org>
17315
17316 * novice.el (disable-command): Don't add spurious newlines to the
17317 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
17318
a715531f
JB
173192005-04-26 Jay Belanger <belanger@truman.edu>
17320
17321 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
17322 than one window before deleting window.
17323
85ab9f4e
LT
173242005-04-26 Luc Teirlinck <teirllm@auburn.edu>
17325
17326 * shell.el (shell-prompt-pattern): Doc fix.
17327 (shell-mode): Set paragraph-separate buffer locally to "\\'".
17328
17329 * comint.el (comint-prompt-regexp, comint-get-old-input)
17330 (comint-use-prompt-regexp)
17331 (comint-use-prompt-regexp-instead-of-fields)
17332 (comint-replace-by-expanded-history, comint-send-input)
17333 (comint-output-filter, comint-get-old-input-default)
17334 (comint-line-beginning-position, comint-bol, comint-show-output)
17335 (comint-backward-matching-input, comint-forward-matching-input)
b8a04883
SM
17336 (comint-next-prompt, comint-previous-prompt):
17337 Rename `comint-use-prompt-regexp-instead-of-fields' to
85ab9f4e
LT
17338 `comint-use-prompt-regexp'. Keep old name as alias and declare
17339 obsolete.
17340 (comint-use-prompt-regexp): Shorten first line of doc string.
17341
17342 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
17343 Set paragraph-separate buffer locally to "\\'".
17344
17345 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
17346 Adapt to above name change.
17347
17348 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
17349 (smbclient-prompt-regexp): Ditto.
17350
17351 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
17352
19475957
NR
173532005-04-27 Nick Roberts <nickrob@snap.net.nz>
17354
17355 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
17356 gdb-location-list.
17357 Break lines that are over 80 characters wide.
17358
2231c2bc
SM
173592005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
17360
17361 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
17362 New fun and var, to preserve compatibility.
17363
17364 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
17365
173662005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
17367
17368 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
17369 name to file-newer-than-file-p.
17370
68a94f5a
RS
173712005-04-26 Richard M. Stallman <rms@gnu.org>
17372
f03f317a
RS
17373 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
17374
68a94f5a
RS
17375 * progmodes/python.el (python-mode):
17376 Use new name eldoc-documentation-function.
17377
17378 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
17379
17380 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
17381 (eldoc-documentation-function):
2231c2bc 17382 Rename from eldoc-print-current-symbol-info-function. Calls changed.
68a94f5a 17383
c9c1312d
NR
173842005-04-26 Nick Roberts <nickrob@snap.net.nz>
17385
17386 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
17387
35b1b8ab
DN
173882005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
17389
17390 * term/xterm.el (function-key-map): Fix strings for
2231c2bc 17391 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
35b1b8ab
DN
17392 {C,S,A,C-S}-{f1-f12}.
17393
bc10bcbd
KH
173942005-04-26 Kenichi Handa <handa@m17n.org>
17395
2231c2bc
SM
17396 * international/mule-cmds.el (select-safe-coding-system):
17397 Fix previous change.
bc10bcbd 17398
ec1e11a9
LK
173992005-04-26 Lute Kamstra <lute@gnu.org>
17400
c25eec81
LK
17401 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
17402
17403 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
17404 (font-lock-comment-delimiter-face): Ditto.
17405
ec1e11a9
LK
17406 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
17407
2b2920a9
JB
174082005-04-25 Jay Belanger <belanger@truman.edu>
17409
17410 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
17411 to t while inserting information; use help-mode.
17412
c9b630f7
DN
174132005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
17414
17415 * term.el (ansi-term-color-vector): Use the xterm colors.
52eb0373 17416 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
c9b630f7 17417
8ba81e93
LK
174182005-04-25 Lute Kamstra <lute@gnu.org>
17419
17420 * font-core.el (font-lock-defaults): Fix docstring.
17421
17422 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
17423
901ae597
KH
174242005-04-25 Kenichi Handa <handa@m17n.org>
17425
2231c2bc
SM
17426 * international/mule-cmds.el (select-safe-coding-system):
17427 Don't check consistency with coding: spec, etc if raw-text or
901ae597
KH
17428 no-conversion was found to be safe.
17429
a6390474
RS
174302005-04-24 Richard M. Stallman <rms@gnu.org>
17431
17432 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
17433 citation markers at start of each line.
17434
17435 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
17436 citation markers at start of each line.
17437
17438 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
17439
17440 * files.el (mode-require-final-newline): Fix previous change.
17441 (require-final-newline): Fix type label.
17442
2538808f
GM
174432005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
17444
17445 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
17446 statement in buffer (broken by 2004-11-24 change).
17447
456986fd
KS
174482005-04-24 Kim F. Storm <storm@cua.dk>
17449
17450 * ido.el (ido-everywhere): Save and restore old read-buffer-function
17451 and read-file-name-function values. Don't overwrite existing
17452 non-nil values if ido-mode is enabled without ido-everywhere.
17453
e5baf107
LT
174542005-04-24 Luc Teirlinck <teirllm@auburn.edu>
17455
17456 * files.el (mode-require-final-newline): Minor doc fix.
17457
1441edfe
EZ
174582005-04-24 Eli Zaretskii <eliz@gnu.org>
17459
9d1ffd5a 17460 * subr.el (syntax-after): Doc fix.
f3714ab2
EZ
17461 (syntax-class): If argument is nil, return nil. Mask off upper 16
17462 bits, not 8 bits.
9d1ffd5a 17463
1441edfe
EZ
17464 * files.el (mode-require-final-newline): Doc fix.
17465 (backup-buffer-copy): Fix last change.
17466
49ed33c7
YM
174672005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17468
17469 * term/mac-win.el: Require select. Set selection-coding-system to
17470 mac-system-coding-system. Call menu-bar-enable-clipboard.
17471 (x-last-selected-text-clipboard, x-last-selected-text-primary)
17472 (x-select-enable-clipboard): New variables.
17473 (x-select-text, x-get-selection, x-selection-value)
17474 (x-get-selection-value, mac-select-convert-to-string)
17475 (mac-services-open-file, mac-services-open-selection)
17476 (mac-services-insert-text): New functions.
17477 (CLIPBOARD, FIND): Put mac-scrap-name property.
17478 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
17479 (public.tiff): Put mac-ostype property.
17480 (selection-converter-alist): Add entries for them.
17481 (mac-application-menu-map): New keymap.
17482 (interprogram-cut-function, interprogram-paste-function): Set to
17483 x-select-text and x-get-selection-value, respectively.
17484 (split-window-keep-point): Set to t.
17485
469bc679
RS
174862005-04-23 Richard M. Stallman <rms@gnu.org>
17487
17488 * files.el (read-directory-name): Always pass non-nil
17489 DEFAULT-FILENAME arg to read-file-name.
17490 (backup-buffer-copy, basic-save-buffer-2): Take care against
17491 writing thru an unexpected existing symlink.
17492 (revert-buffer): In indirect buffer, revert the base buffer.
17493 (magic-mode-alist): Doc fix.
17494 (buffer-stale-function): Doc fix.
17495 (minibuffer-with-setup-hook): Avoid warning.
17496 (mode-require-final-newline): Doc and custom fix.
e5baf107 17497
469bc679
RS
17498 * follow.el (follow-end-of-buffer): Use with-no-warnings.
17499
17500 * font-lock.el (font-lock-comment-face): On terminals with few colors,
17501 use the default appearance.
17502 (font-lock-comment-delimiter-face): New face, new variable.
17503
17504 * imenu.el (imenu--generic-function): The official position of a
17505 definition is the start of the line that BEG is in.
17506
17507 * midnight.el (midnight-timer): Move defvar up.
17508
17509 * mouse.el (mouse-drag-region-1): Delete some debugging code.
17510
17511 * saveplace.el (save-place-to-alist): Use with-no-warnings.
17512
17513 * startup.el (command-line): Use with-no-warnings.
17514
17515 * window.el (window-size-fixed): New defvar.
17516
17517 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
17518
e5baf107 17519 * mail/rmail.el (rmail-font-lock-keywords):
469bc679
RS
17520 Use font-lock-comment-delimiter-face.
17521
17522 * mail/sendmail.el (mail-font-lock-keywords):
17523 Use font-lock-comment-delimiter-face.
17524
17525 * progmodes/compile.el (next-error-highlight-timer): New defvar.
17526
175272005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
17528
e5baf107 17529 * progmodes/compile.el (compilation-mode-font-lock-keywords):
469bc679
RS
17530 Specify t for LAXMATCH when matching directories.
17531 Save match data around compilation-compat-error-properties form.
17532
1639cc2e
DK
175332005-04-23 David Kastrup <dak@gnu.org>
17534
17535 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
17536 Mention that the autoloaded aliases should be kept for AUCTeX.
17537
d379c558
AS
175382005-04-23 Andreas Schwab <schwab@suse.de>
17539
17540 * isearch.el (isearch-forward): Doc fix.
17541
4739237d
EZ
175422005-04-23 Eli Zaretskii <eliz@gnu.org>
17543
17544 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
17545 (jit-lock-stealth-nice): Change default value to 0.5.
17546
71baa28f
EZ
175472005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
17548
17549 * abbrev.el (write-abbrev-file): Write table entries in
17550 alphabetical order by table name.
17551
e271742d
KS
175522005-04-22 Kim F. Storm <storm@cua.dk>
17553
17554 * ido.el (ido-read-internal): Fix `list' completion.
17555
9a9c3a4b
KH
175562005-04-22 Kenichi Handa <handa@m17n.org>
17557
17558 * recentf.el (recentf-save-file-coding-system): New variable.
17559 (recentf-save-list): Encode the file by
17560 recentf-save-file-coding-system and add coding: tag.
17561
230e1e80
NR
175622005-04-22 Nick Roberts <nickrob@snap.net.nz>
17563
17564 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
17565
e1573595
LK
175662005-04-21 Lute Kamstra <lute@gnu.org>
17567
9721d904
LK
17568 * loadhist.el (unload-feature): Don't remove a function from hooks
17569 if it is about to be restored to an autoload . Remove functions
17570 that will become unbound from auto-mode-alist. Simplify the code.
17571
2c7b5da1
LK
17572 * subr.el (assq-delete-all): New implementation that is linear,
17573 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
17574 (rassq-delete-all): New function.
17575
2231c2bc
SM
17576 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
17577 Add size-indication-mode.
e1573595 17578
2375e71a
KH
175792005-04-21 Kenichi Handa <handa@m17n.org>
17580
17581 * international/mule-cmds.el: Add autoload for widget-value in
2231c2bc 17582 eval-when-compile.
2375e71a 17583
8e447172
NR
175842005-04-21 Nick Roberts <nickrob@snap.net.nz>
17585
e271742d 17586 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
8e447172
NR
17587 Add tooltip-mode.
17588
17589 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
17590
fcd9d525
LT
175912005-04-20 Luc Teirlinck <teirllm@auburn.edu>
17592
17593 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
17594 (inferior-lisp-filter-regexp, inferior-lisp-program)
17595 (inferior-lisp-load-command, inferior-lisp-prompt)
17596 (inferior-lisp-mode-hook, lisp-source-modes)
17597 (inferior-lisp-load-hook): defvar->defcustom.
17598 (inferior-lisp-program, inferior-lisp-prompt)
17599 (inferior-lisp-load-hook): Doc fixes.
17600 (inferior-lisp-install-letter-bindings): Small change in
17601 introductory comment.
17602
57428691
DN
176032005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
17604
17605 * vc.el (vc-annotate-color-map): Change some colors so that text
17606 using them as foreground is readable on both white and black
17607 backgrounds.
17608
c791cb54
SM
176092005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
17610
17611 * international/mule-conf.el (translation-table-for-input):
17612 Remove redundant declaration.
17613
396fdf3c
NR
176142005-04-20 Nick Roberts <nickrob@snap.net.nz>
17615
17616 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
17617
17618 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
17619 (tooltip-toggle-gud-tips): New function.
17620
37c5c4a7
YM
176212005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17622
17623 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
17624 right angle brackets.
17625
64cb0f82
NR
176262005-04-20 Nick Roberts <nickrob@snap.net.nz>
17627
17628 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
17629
95ed7b42
SM
176302005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
17631
b8471a02
SM
17632 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
17633 Remove. Update callers to use expand-file-name instead.
17634
95ed7b42
SM
17635 * subr.el (syntax-class): New function.
17636
17637 * simple.el (blink-matching-open): Use it.
17638
17639 * paren.el (show-paren-function): Use it to recognize parens that are
17640 also used in 2-char comment markers.
17641
191652f8
LK
176422005-04-19 Lute Kamstra <lute@gnu.org>
17643
17644 * loadhist.el (unload-feature): Update for new format of
17645 load-history. Simplify the code.
17646
327a3376
YM
176472005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17648
17649 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
17650 (mac-add-charset-info): New function. Initialize variable
17651 mac-charset-info-alist using it.
17652 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
17653 for translation.
17654 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
95ed7b42
SM
17655 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
17656 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
17657 New CCL programs.
327a3376 17658
5827e9d4
KS
176592005-04-19 Kim F. Storm <storm@cua.dk>
17660
17661 * simple.el (next-buffer, prev-buffer, next-error)
17662 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
17663 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
17664
17665 * bindings.el (next-buffer, prev-buffer, next-error)
17666 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
17667 (clone-indirect-buffer-other-window): Move bindings from simple.el.
17668 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
17669 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
17670
e5feeb31
SM
176712005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
17672
17673 * isearch.el (isearch-edit-string): Make the search-ring available for
17674 minibuffer history commands.
17675 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
17676 the default history commands now work just as well.
17677 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
17678
77580d18
KS
176792005-04-18 Kim F. Storm <storm@cua.dk>
17680
17681 * emulation/cua-base.el (cua--pre-command-handler): Add more
17682 elaborate check for shift modifier on non-window systems.
17683
adbb89ef
LH
176842005-04-18 Lars Hansen <larsh@math.ku.dk>
17685
17686 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
17687
2e764c66
KS
176882005-04-18 Kim F. Storm <storm@cua.dk>
17689
17690 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
17691 and make it optional. Don't test tooltip-gud-echo-area here.
e5feeb31
SM
17692 (tooltip-gud-process-output, gdb-tooltip-print):
17693 Pass tooltip-gud-echo-area to tooltip-show.
cae07240 17694 (tooltip-help-tips): Remove second optional arg to tooltip-show.
2e764c66 17695
3f4413f8
YM
176962005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17697
17698 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
17699 `display-graphic-p' may not be bound yet.
17700
742220b6
LT
177012005-04-17 Luc Teirlinck <teirllm@auburn.edu>
17702
17703 * startup.el (command-line): No longer enable Xterm Mouse mode by
17704 default in terminals compatible with xterm.
17705
17706 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
17707
01c515bb
NR
177082005-04-18 Nick Roberts <nickrob@snap.net.nz>
17709
17710 * tooltip.el (tooltip-gud-echo-area): Rename from
17711 tooltip-use-echo-area.
17712 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
17713 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
17714 area independently of where help tooltips are displayed.
17715
bbeb3055
DK
177162005-04-17 David Kastrup <dak@gnu.org>
17717
17718 * cus-theme.el (custom-theme-write-variables): Quote variables
17719 where necessary.
17720
ec0cf966
RS
177212005-04-17 Richard M. Stallman <rms@gnu.org>
17722
9e60c724
RS
17723 * simple.el (yank-excluded-properties): Add follow-link to value.
17724
ec0cf966
RS
17725 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
17726
17727 * startup.el (fancy-splash-max-time): Just 30 seconds.
17728 (fancy-splash-delay): Just 7.
17729 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
17730
17731 * loadhist.el (unload-feature): Update for new format of load-history.
17732 Simplify the code.
17733
17734 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
17735 (rmail-font-lock-keywords): Don't fontify the text of a citation.
17736
17737 * mail/sendmail.el (mail-font-lock-keywords):
17738 Don't fontify subject text.
17739 Don't fontify the text of a citation.
17740
177412005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
17742
17743 * comint.el (comint-output-filter): Run comint-output-filter-functions
17744 with point where the user had it.
17745
b72c5a86
SM
177462005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
17747
17748 * international/ucs-tables.el (ucs-set-table-for-input):
17749 Disable when using unify-on-decoding.
17750
fbcaad36
DN
177512005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
17752
17753 * emulation/cua-base.el (cua-global-mark-face): Add special case
17754 for displays supporting a high number of colors.
17755
ccb9871d
EZ
177562005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
17757
b72c5a86 17758 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
ccb9871d 17759
3d70f279
EZ
177602005-04-16 Chong Yidong <cyd@stupidchicken.com>
17761
17762 * filesets.el (filesets-add-buffer): If user supplies a name of a
17763 non-existing fileset, create a new fileset.
17764
bf94eed3
CD
177652005-04-16 Carsten Dominik <dominik@science.uva.nl>
17766
b72c5a86 17767 * textmodes/org.el (org-up-heading-all): Fix bug with
742220b6 17768 `outline-up-heading-all'.
bf94eed3 17769
a35d9075
AS
177702005-04-16 Andreas Schwab <schwab@suse.de>
17771
17772 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
17773 /etc/permissions.d/* and /etc/aliases.d/*.
17774
5f400376
KH
177752005-04-16 Kenichi Handa <handa@m17n.org>
17776
b72c5a86
SM
17777 * international/code-pages.el (cp-make-coding-system):
17778 Set `translation-table-for-input' property value to the symbol
5f400376
KH
17779 ucs-mule-to-mule-unicode, not to that value.
17780 (pt154): Escape guillemet by `\'.
17781
9e5b2858
LT
177822005-04-15 Luc Teirlinck <teirllm@auburn.edu>
17783
17784 * loadup.el: Load tooltip if x-show-tip is fboundp.
17785
17786 * startup.el (command-line): Add comment.
17787
17788 * tooltip.el (tooltip-mode): Specify correct standard value for
17789 Custom in init-value.
17790
3698ff2e
NR
177912005-04-15 Nick Roberts <nickrob@snap.net.nz>
17792
17793 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
17794 possible.
17795
a9f07b61
CD
177962005-04-15 Carsten Dominik <dominik@science.uva.nl>
17797
fe38e3b0 17798 * textmodes/org.el (org-agenda-date-prompt): Rename from
a9f07b61
CD
17799 `org-agenda-date-today'.
17800 (org-evaluate-time-range): Insert at point instead of directly
17801 after time range.
17802 (org-first-headline-recenter, org-subtree-end-visible-p)
17803 (org-optimize-window-after-visibility-change): New functions
17804 (org-agenda-post-command-hook): Don't allow point at end of line,
17805 to make sure it always hits the text properties.
b72c5a86
SM
17806 (org-agenda-next-date-line, org-agenda-previous-date-line):
17807 New commands.
a9f07b61 17808 (org-set-regexps-and-options): Category may contain white space.
b72c5a86
SM
17809 (org-agenda-get-deadlines, org-agenda-get-scheduled):
17810 Improve marker positions.
a9f07b61
CD
17811 (org-agenda-new-marker): Argument POS made optional.
17812 (org-agenda-get-timestamps): Deadlines which are done are listed
17813 in org-done-face now.
17814 (org-agenda-get-todos, org-agenda-get-timestamps)
b72c5a86
SM
17815 (org-agenda-get-deadlines, org-agenda-get-scheduled):
17816 Set `undone-face' and `done-face' properties.
a9f07b61
CD
17817 (org-last-todo-state-is-todo): New variable.
17818 (org-todo): Set `org-last-todo-state-is-todo'.
17819 (org-agenda-todo): Change face according to
588c0770 17820 `org-last-todo-state-is-todo'. And change other lines referring to
a9f07b61
CD
17821 the same entry.
17822 (org-calendar-goto-agenda): New command.
17823 (org-calendar-to-agenda-key): New option.
17824 (org-startup-folded): New allowed value `content'.
17825 (org-set-regexps-and-options): Accept new value `content' for
17826 `org-startup-folded'.
17827 (org-get-current-options): Handle new value `content' for
17828 `org-startup-folded'.
17829 (org-insert-todo-heading): New command.
17830 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
17831 interactively in empty file and option
17832 `org-insert-mode-line-in-empty-file' has been set.
af71d4c0 17833 (org-agenda-todo, org-agenda-priority): Modify to use
a9f07b61 17834 `org-agenda-change-all-lines'.
b72c5a86 17835 (org-warning-face): Change color on dark background
a9f07b61 17836
c6588b4e
YM
178372005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17838
17839 * international/mule-cmds.el (set-locale-environment): On Mac OS,
17840 use preferences AppleLocale and AppleLanguages, and variable
17841 mac-system-locale for default locale. On Mac OS Classic, use
17842 mac-system-coding-system for default coding systems.
17843
b72c5a86
SM
17844 * term/mac-win.el: Don't set file-name-coding-system.
17845 Decode variables system-name, emacs-build-system, user-login-name, and
c6588b4e
YM
17846 user-full-name by mac-system-coding-system on Mac OS Classic.
17847 (mac-system-coding-system): New variable.
17848
b3a623d0
LT
178492005-04-13 Luc Teirlinck <teirllm@auburn.edu>
17850
17851 * startup.el (command-line): Handle `xterm-mouse-mode' before
17852 reading init file.
4d727d1a
LT
17853
17854 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
b3a623d0 17855
328fc313
GM
178562005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
17857
17858 * progmodes/sh-script.el (sh-here-document-word): Make it a
17859 defcustom. Doc fix.
17860 (sh-add): Bash uses $(( )) for arithmetic.
17861 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
17862 (sh-maybe-here-document): Remove quotes and leading whitespace
17863 from heredoc word when closing. Indent heredoc with tabs if word
17864 starts with "-".
17865
0047373b
RS
178662005-04-13 Richard M. Stallman <rms@gnu.org>
17867
17868 * simple.el (undo): Fix previous change.
17869
17870 * custom.el (defface): Doc fix.
17871
a2d66c78
LK
178722005-04-13 Lute Kamstra <lute@gnu.org>
17873
5c156fdf
LK
17874 * Makefile.in (DONTCOMPILE): Remove list.
17875 (compile, compile-always): Don't use DONTCOMPILE.
17876 (update-authors): Load the library in which batch-update-authors
17877 is defined.
17878 * makefile.w32-in (DONTCOMPILE): Remove list.
17879 (compile, compile-always): Fix comments.
17880 (update-authors): Load the library in which batch-update-authors
17881 is defined.
17882
a2d66c78
LK
17883 * generic-x.el (generic-mode-ini-file-find-file-hook):
17884 Rename to ini-generic-mode-find-file-hook.
17885 Keep generic-mode-ini-file-find-file-hook as an alias.
17886 (ini-generic-mode-find-file-hook): Rename from
17887 generic-mode-ini-file-find-file-hook. Fix docstring.
17888 (ini-generic-mode): Docstring change.
17889 (bat-generic-mode-run-as-comint): Silence the byte compiler.
17890
17891 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
17892 called from lisp.
17893
17894 * generic.el: Move to the emacs-lisp subdir.
17895
759e9f0c
DN
178962005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
17897
17898 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
17899 and C-S- function and cursor motion keys.
17900
dc56fc01
LT
179012005-04-12 Luc Teirlinck <teirllm@auburn.edu>
17902
17903 * startup.el (command-line): Enable Xterm Mouse mode by default.
17904 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
ed77be1d
LT
17905 for Custom. No longer show "Mouse" in mode line when enabled.
17906 Doc fix.
dc56fc01 17907
d50285de
KS
179082005-04-12 Kim F. Storm <storm@cua.dk>
17909
17910 * emulation/cua-base.el (cua-rectangle-face)
17911 (cua-rectangle-noselect-face): Define face attributes here.
17912
17913 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
17914
ed0fb1f1
JD
179152005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17916
17917 * startup.el (command-line): Turn off blinking cursor if
17918 cursorBlink in resources is off or false.
17919
a56e6111
YM
179202005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17921
17922 * term/mac-win.el (dnd): Require dnd.
17923 (mac-drag-n-drop): Call dnd-handle-one-url.
b7461be9
YM
17924 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
17925 (kTextEncodingISOLatin2): Remove constants.
17926 (mac-script-code-coding-systems): New constant.
17927 (mac-handle-language-change): New function.
17928 (special-event-map): Bind it to `language-change' event.
17929 (mac-centraleurroman, mac-cyrillic): New coding systems.
17930 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
17931 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
17932 and mac-cyrillic-encoder to encode-mac-centraleurroman and
17933 encode-mac-cyrillic, respectively.
a56e6111 17934
a1b6a089
NR
179352005-04-12 Nick Roberts <nickrob@snap.net.nz>
17936
17937 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
17938 Don't set overlay-arrow-string to "=>" as this is done
17939 globally in C now.
17940
4d88e0ad
LK
179412005-04-12 Lute Kamstra <lute@gnu.org>
17942
b72c5a86
SM
17943 * generic-x.el (rc-generic-mode, rul-generic-mode):
17944 Fix auto-mode-alist entries.
4d88e0ad
LK
17945 (etc-fstab-generic-mode): Tweak fontification.
17946
17947 * generic.el (generic-make-keywords-list): Fix docstring.
17948 (generic-mode-internal): Simplify generic-font-lock-keywords.
17949
df5e8d2c
RV
179502005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
17951
b72c5a86 17952 * whitespace.el (whitespace-buffer-leading)
2231c2bc
SM
17953 (whitespace-buffer-trailing): Revert the incorrect test inversion.
17954 However, fix the highlight area for the leading and
df5e8d2c
RV
17955 trailing whitespaces to show space.
17956
7a15a271
RV
179572005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
17958
17959 * whitespace.el (whitespace-version): Bump to 3.5
17960
b72c5a86
SM
17961 (whitespace-buffer-leading, whitespace-buffer-trailing):
17962 Invert sense of the test to highlight the whitespace.
7a15a271 17963
c80b3945
NR
179642005-04-12 Nick Roberts <nickrob@snap.net.nz>
17965
17966 * progmodes/gud.el (gud-display-line): GUD uses its own
17967 overlay arrow now so don't set overlay-arrow-string.
17968 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
17969
22c061d6
DN
179702005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
17971
17972 * term.el (term-ansi-current-bold, term-ansi-current-underline)
17973 (term-ansi-current-reverse, term-ansi-current-invisible)
17974 (term-ansi-face-already-done): Change to boolean.
17975 (term-reset-terminal, term-handle-colors-array): Handle the above
17976 vars accordingly.
17977 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
17978 (term-emulate-terminal): Use the new name.
17979
17980 * faces.el (secondary-selection): Use yellow1, not yellow.
17981 (trailing-whitespace): Use red1, not red.
17982
b438e670
JD
179832005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17984
17985 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
17986 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
17987 (dired-dnd-handle-file): Call dnd-get-local-file-uri
17988
17989 * cus-edit.el (dnd): New group.
17990
17991 * term/w32-win.el (dnd): Require dnd
17992 (w32-drag-n-drop): Call dnd-handle-one-url.
17993
17994 * x-dnd.el: Require dnd.
b72c5a86
SM
17995 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
17996 Call dnd-handle-one-url.
b438e670
JD
17997 (x-dnd-types-alist, x-dnd-insert-utf8-text)
17998 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
17999 to dnd-insert-text.
4d88e0ad
LK
18000 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
18001 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
fe38e3b0 18002 (x-dnd-get-local-file-name, x-dnd-open-local-file)
b72c5a86 18003 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
b438e670
JD
18004
18005 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
18006
0047373b 180072005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
a8f8c390
SM
18008
18009 * wdired.el: Doc fixes.
18010 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
18011 (wdired-use-dired-vertical-movement): Rename from
18012 wdired-always-move-to-filename-beginning.
18013 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
18014 (wdired-change-to-wdired-mode): Change mode name.
18015 (wdired-newline): Delete.
18016
713c9020
RS
180172005-04-11 Richard M. Stallman <rms@gnu.org>
18018
7dbe67a4
RS
18019 * whitespace.el (whitespace-highlight-the-space):
18020 Don't call whitespace-unhighlight-the-space here.
18021
713c9020
RS
18022 * simple.el (undo): Record t in undo-equiv-table
18023 for the redo record made by an undo-in-region.
18024
45bd9a1a
NR
180252005-04-12 Nick Roberts <nickrob@snap.net.nz>
18026
18027 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
18028 (gdb-frame-inferior-io-buffer): New Functions to control
18029 display of separate IO buffer.
18030 (menu): Add them to menu-bar.
18031 (gdb-display-buffer): Check for buffer another frame.
18032 Protect GUD buffer.
18033 (gdb-setup-windows): Create IO buffer if not already there.
18034 (gdb-memory-mode): Remove purecopy noops.
18035
055e0d88
GM
180362005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
18037
18038 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
18039 and pass to self-insert-command.
18040
9285b8bc
LK
180412005-04-11 Lute Kamstra <lute@gnu.org>
18042
18043 * generic.el: Commentary section cleanup.
18044 (generic): Delete.
18045 (generic-use-find-file-hook, generic-lines-to-scan)
18046 (generic-find-file-regexp, generic-ignore-files-regexp)
18047 (default-generic-mode, generic-mode-find-file-hook)
18048 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
18049 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
18050 (generic-use-find-file-hook, generic-lines-to-scan)
18051 (generic-find-file-regexp, generic-ignore-files-regexp)
18052 (default-generic-mode, generic-mode-find-file-hook)
18053 (generic-mode-ini-file-find-file-hook): Move from generic.el.
18054
9552bee8
KF
180552005-04-10 Karl Fogel <kfogel@red-bean.com>
18056
18057 * bookmark.el (bookmark-write-file): Catch errors writing file.
18058 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
18059
6695c528
RS
180602005-04-10 Richard M. Stallman <rms@gnu.org>
18061
18062 * startup.el (fancy-splash-tail): Update copyright year.
18063 (command-line): Split part of -Q into -D.
18064 (emacs-basic-display): New defvar.
18065 (fancy-splash-text): Correct name of menu item.
18066
18067 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
18068
18069 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
18070 lines in one node.
18071
18072 * comint.el (comint-send-input): New arg ARTIFICIAL.
18073 Callers in this file changed.
18074
18075 * abbrev.el (define-abbrevs): Read system abbrevs properly.
18076
18077 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
18078
180792005-04-10 Chong Yidong <cyd@stupidchicken.com>
18080
18081 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
18082 `ldap-search-internal'.
18083
35f257bb
SM
180842005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
18085
f587e30b
SM
18086 * files.el (set-auto-mode-1): Use line-end-position.
18087
35f257bb
SM
18088 * international/latin-1.el:
18089 * international/latin-2.el:
18090 * international/latin-3.el:
18091 * international/latin-4.el:
18092 * international/latin-5.el:
18093 * international/latin-8.el:
18094 * international/latin-9.el: Give punctuation syntax to NBSP.
18095
18096 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
18097 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
18098 Use char-classes to accept non-ascii letters, accepted in some recent
18099 bibtex implementations.
18100
223bc577
LT
181012005-04-10 Luc Teirlinck <teirllm@auburn.edu>
18102
18103 * custom.el (custom-set-minor-mode): Any non-nil value for the
18104 variable should enable the mode when set through Custom.
18105
4bcb9c95
SM
181062005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
18107
18108 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
18109 TAB binding so tab-always-indent is obeyed.
18110 (vhdl-minibuffer-local-map): Move initialization into declaration.
18111 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
18112 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
18113 (vhdl-hooked-abbrev): Avoid test for XEmacs.
18114 (vhdl-current-line): Use line-beginning-position.
18115 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
18116 with-output-to-temp-buffer, so the current position can be recorded.
18117
0c9a01ff
MY
181182005-04-10 Masatake YAMATO <jet@gyve.org>
18119
4bcb9c95
SM
18120 * progmodes/compile.el (compilation-error-regexp-alist-alist):
18121 Add regexp for gcov.
0c9a01ff 18122
91472578
MB
181232005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
18124
4bcb9c95
SM
18125 * calendar/time-date.el (time-to-seconds, seconds-to-time)
18126 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
91472578 18127 syntax which Emacs 20 doesn't support.
91472578 18128
6695c528
RS
181292005-04-09 Richard M. Stallman <rms@gnu.org>
18130
b72c5a86
SM
18131 * help.el (describe-key-briefly, describe-key):
18132 Replace strings as event types with "(any string)".
6695c528 18133
941f9778
SM
181342005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
18135
18136 * arc-mode.el (archive-mode-map): Move initialization into
18137 the declaration. Override *all* bindings of `undo'.
18138 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
18139
1d1bf521
JB
181402005-04-09 Jay Belanger <belanger@truman.edu>
18141
941f9778 18142 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
1d1bf521 18143
ce102cb1
DN
181442005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
18145
18146 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
18147 (xterm-register-default-colors): Update color values computation
18148 to match xterm-200.
18149
2a9e192d
KH
181502005-04-09 Kenichi Handa <handa@m17n.org>
18151
18152 * international/code-pages.el (iso-latin-7): Fix the map.
18153
e790a4a3
LT
181542005-04-08 Luc Teirlinck <teirllm@auburn.edu>
18155
18156 * emacs-lisp/lisp.el (defun-prompt-regexp)
18157 (parens-require-spaces, buffer-end, end-of-defun)
18158 (insert-parentheses): Doc fixes.
18159
3306ed3b
KS
181602005-04-08 Kim F. Storm <storm@cua.dk>
18161
18162 * comint.el (comint-highlight-prompt): Fix face spec.
e0d815a2 18163 * hi-lock.el (hi-green): Likewise.
3306ed3b 18164
099dcdcf
DN
181652005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
18166
3306ed3b 18167 * cus-edit.el (custom-modified-face):
099dcdcf
DN
18168 * comint.el (comint-highlight-input): Fix previous changes.
18169 * term.el (term-handle-ansi-escape): Add a comment.
18170
c22c3db0
SM
181712005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
18172
18173 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
18174 in the buffer and in whitespace-highlighted-space.
18175 (whitespace-unhighlight-the-space): Simplify.
18176 (whitespace-buffer): Simplify.
18177
ea81d57e
DN
181782005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
18179
18180 * textmodes/table.el (table-cell-face): Add special case for
18181 displays supporting a high number of colors.
18182 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
18183 (vhdl-font-lock-reserved-words-face)
18184 (vhdl-speedbar-architecture-face)
18185 (vhdl-speedbar-instantiation-face)
18186 (vhdl-speedbar-architecture-selected-face)
c22c3db0
SM
18187 (vhdl-speedbar-instantiation-selected-face): Likewise.
18188 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
18189 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
ea81d57e
DN
18190 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
18191 (ebrowse-root-class-face, ebrowse-member-attribute-face)
c22c3db0
SM
18192 (ebrowse-progress-face): Likewise.
18193 * progmodes/compile.el (compilation-info-face): Likewise.
18194 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
18195 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
18196 * calendar/calendar.el (diary-face): Likewise.
ea81d57e 18197 * woman.el (woman-italic-face, woman-bold-face)
c22c3db0
SM
18198 (woman-unknown-face): Likewise.
18199 * wid-edit.el (widget-button-pressed-face): Likewise.
18200 * whitespace.el (whitespace-highlight-face): Likewise.
18201 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
18202 * pcvs-info.el (cvs-marked-face): Likewise.
18203 * info.el (info-xref): Likewise.
18204 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
ea81d57e 18205 * hilit-chg.el (highlight-changes-face)
c22c3db0 18206 (highlight-changes-delete-face): Likewise.
ea81d57e 18207 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
c22c3db0
SM
18208 (hi-red-b): Likewise.
18209 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
ea81d57e 18210 * font-lock.el (font-lock-keyword-face)
c22c3db0 18211 (font-lock-function-name-face, font-lock-warning-face): Likewise.
ea81d57e
DN
18212 * cus-edit.el (custom-invalid-face, custom-modified-face)
18213 (custom-set-face, custom-changed-face, custom-variable-tag-face)
c22c3db0
SM
18214 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
18215 * comint.el (comint-highlight-prompt): Likewise.
ea81d57e 18216
67b4790b
LK
182172005-04-08 Lute Kamstra <lute@gnu.org>
18218
18219 * font-lock.el (font-lock-keywords): Docstring fixes.
18220
9741224e
KH
182212005-04-08 Kenichi Handa <handa@m17n.org>
18222
18223 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
18224 chars are more than a limit, print " and more..." at the tail.
18225
3a10b9ce
KS
182262005-04-08 Kim F. Storm <storm@cua.dk>
18227
18228 * emacs-lisp/authors.el (authors-aliases): Update list.
18229 (authors-ignored-files): New list.
18230 (authors-fixed-entries): Fix typo.
18231 (authors-renamed-files-alist): Update list.
18232 (authors-add): Check authors-ignored-files.
18233
eaf779a7
CD
182342005-04-08 Carsten Dominik <dominik@science.uva.nl>
18235
214e2d48 18236 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
eaf779a7
CD
18237 optional, to ensure backward compatibility.
18238
fc2cae59
SE
182392005-04-08 Stephen Eglen <stephen@gnu.org>
18240
18241 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
18242
859b8989
KS
182432005-04-08 Kim F. Storm <storm@cua.dk>
18244
b72c5a86 18245 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
859b8989
KS
18246
18247 * mouse.el (mouse-on-link-p): Doc fix.
18248
709bfdaf
LT
182492005-04-07 Luc Teirlinck <teirllm@auburn.edu>
18250
db648b84
LT
18251 * ielm.el (ielm-prompt-read-only): Doc fix.
18252
709bfdaf
LT
18253 * comint.el (comint-prompt-read-only): Doc fix.
18254
5b523a77
JL
182552005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
18256
18257 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
18258 ensure dired always handles wildcards passed to ffap.
18259 (find-file-at-point): Use it.
18260 (ffap-dired-wildcards): Doc fix.
18261
34d86208
JL
182622005-04-07 Juri Linkov <juri@jurta.org>
18263
18264 * simple.el (next-error-overlay-arrow-position): New defvar.
18265 Put "=>" on its property `overlay-arrow-string'. Add it to
18266 `overlay-arrow-variable-list'.
18267
18268 * progmodes/compile.el (compilation-setup):
18269 Set `next-error-overlay-arrow-position' to nil. Also set it to
18270 nil in the local hook `kill-buffer-hook'. Make local variable
18271 `overlay-arrow-string' and set it to "=>".
18272 (compilation-goto-locus): Set BOL position to
18273 `next-error-overlay-arrow-position' instead of
18274 `overlay-arrow-position'.
18275
18276 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
18277 locally instead of adding it to the global hook.
18278 (Info-kill-buffer): Move up.
18279
9fb518aa
DN
182802005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
18281
18282 * term/xterm.el (xterm-standard-colors): Update color values from
4c23089d 18283 xterm-200.
9fb518aa 18284
5c8b653b
SM
182852005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
18286
797bf075
SM
18287 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
18288
5c8b653b
SM
18289 * fast-lock.el:
18290 * lazy-lock.el: Move them to the obsolete subdir.
18291
969ee2ad
SM
182922005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
18293
18294 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
18295 (wdired-add-replace-advice): Remove.
18296 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
18297
73f0d996
KS
182982005-04-06 Kim F. Storm <storm@cua.dk>
18299
18300 * startup.el (command-line): Add --bare-bones alias for -Q.
18301
369f76bb
YM
183022005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18303
18304 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
18305 create the startup fontset if a font specification ends with
18306 `mac-roman'.
18307
e0e5f076
LK
183082005-04-06 Lute Kamstra <lute@gnu.org>
18309
9e4b54a0
LK
18310 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
18311 change.
18312
e0e5f076
LK
18313 * emacs-lisp/copyright.el (copyright-update-year): Replace the
18314 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
18315
ab7bc290
LK
183162005-04-05 Lute Kamstra <lute@gnu.org>
18317
6a8cf883
LK
18318 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
18319 (define-generic-mode): Ditto. Fix debug declaration.
d9c39305 18320
969ee2ad
SM
18321 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
18322 Put them in the generic-x group.
6a8cf883 18323
d9c39305 18324 * calendar/timeclock.el (timeclock): Doc fix.
6a8cf883 18325
ab7bc290
LK
18326 * generic.el (define-generic-mode): Don't use custom-current-group.
18327 Document default :group value.
18328 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
18329 (define-global-minor-mode): Don't use custom-current-group.
18330
39b32c06
GM
183312005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
18332
f4564cfd
GM
18333 * startup.el (command-line-1): Display startup-echo-area-message
18334 when fancy splash screen is in use.
18335
d6d43bde
GM
18336 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
18337 (sh-escaped-newline): New face.
18338 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
18339 newline, and use sh-escaped-newline face.
18340
39b32c06
GM
18341 * progmodes/tcl.el (tcl-escaped-newline): New face.
18342 (tcl-builtin-list): New variable.
18343 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
18344 newlines. Fix keywords subexpression number.
18345
da659ce6
CD
183462005-04-05 Carsten Dominik <dominik@science.uva.nl>
18347
d9c39305 18348 * textmodes/org.el (org-diary-default-entry): Fix call to
39b32c06 18349 `add-to-diary-entry'.
da659ce6 18350
7ed08c01
KS
183512005-04-05 Kim F. Storm <storm@cua.dk>
18352
18353 * ediff-init.el: Use (featurep 'xemacs).
18354
f1c7de69
DP
183552005-04-05 David Ponce <david@dponce.com>
18356
18357 * cus-edit.el (face): Derive from symbol widget. Display sample
18358 of the current face on the fly.
18359 (widget-face-sample-face-get, widget-face-notify): New functions.
18360 (widget-face-value-create): Remove.
18361
18362 * wid-edit.el (widget-field-end): Temporarily remove field
18363 narrowing before to call `get-char-property'.
18364
32503b32
JB
183652005-04-04 Jay Belanger <belanger@truman.edu>
18366
18367 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
18368 (math-read-subscripts): New variable.
18369 (math-read-preprocess-string): Process subscripts.
18370
47b143f3
LT
183712005-04-04 Luc Teirlinck <teirllm@auburn.edu>
18372
a9aa7c74
LT
18373 * comint.el (comint-prompt-read-only): Doc fix.
18374
47b143f3
LT
18375 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
18376 `-1'. Doc fix.
18377
6eb49472
CD
183782005-04-04 Carsten Dominik <dominik@science.uva.nl>
18379
969ee2ad
SM
18380 * textmodes/org.el (org-insert-mode-line-in-empty-file):
18381 Change default value to nil.
6eb49472 18382
171c707b
LK
183832005-04-04 Lute Kamstra <lute@gnu.org>
18384
8c6ef2ca
LK
18385 * autorevert.el (auto-revert-mode): Specify :group.
18386 * battery.el (display-battery-mode): Specify :group.
18387 * diff-mode.el (diff-minor-mode): Specify :group.
18388 * font-core.el (font-lock-mode): Specify :group.
18389 * hl-line.el (hl-line-mode): Specify :group.
18390 * iimage.el (iimage): New customization group.
18391 (iimage-mode): Specify :group.
18392 * longlines.el (longlines-mode): Specify :group.
18393 * master.el: Don't require easy-mmode.
18394 (master): New customization group.
18395 (master-mode): Specify :group.
18396 * msb.el (msb-mode): Specify :group.
18397 * reveal.el (reveal-mode): Specify :group.
18398 * simple.el (next-error-follow-minor-mode): Specify :group.
18399 * smerge-mode.el (smerge-mode): Specify :group.
18400 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
18401 * emulation/cua-base.el (cua-mode): Specify :group.
18402 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
18403 * language/thai-util.el (thai-auto-composition-mode)
18404 (thai-word-mode): Specify :group.
18405 * mail/supercite.el (sc-minor-mode): Specify :group.
18406 * progmodes/cwarn.el (cwarn-mode): Specify :group.
18407 * progmodes/flymake.el (flymake-mode): Specify :group.
18408 * progmodes/glasses.el (glasses-mode): Specify :group.
18409 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
18410 * textmodes/enriched.el (enriched-mode): Specify :group.
18411 * textmodes/refill.el (refill-mode): Specify :group.
18412
171c707b
LK
18413 * add-log.el (change-log-font-lock-keywords): Names in
18414 parenthesized lists can contain spaces.
18415
e3039e63
TTN
184162005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
18417
18418 * startup.el (fancy-splash-text): Shorten default text of
18419 "Emacs Tutorial" line. Also, if the current language env
18420 indicates an available tutorial file other than TUTORIAL,
18421 extract its title and append it to the line in parentheses.
18422 (fancy-splash-insert): If arg is a thunk, funcall it.
18423
1151215a
JB
184242005-04-04 Jay Belanger <belanger@truman.edu>
18425
18426 * calc.el (calc-language-alist): Add tags to customization type.
18427
745986d5
LT
184282005-04-03 Luc Teirlinck <teirllm@auburn.edu>
18429
81fb9e86 18430 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
745986d5
LT
18431 Doc fix.
18432
28cfe103 184332005-04-03 Marcelo Toledo <marcelo@gnu.org>
e9fd21e8 18434
969ee2ad
SM
18435 * add-log.el (change-log-font-lock-keywords): The manual
18436 describing a Change Log entry, says: (...) "Aside from these
18437 header lines, every line in the change log starts with a space or
52eb0373 18438 a tab.". The font-lock was not highlighting lines started with
969ee2ad 18439 spaces, added support for it.
e9fd21e8 18440
63d516ce
SM
184412005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18442
18443 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
52eb0373 18444 (bibtex-generate-url-list): Update docstring accordingly. Put the
63d516ce
SM
18445 complex example in the docstring.
18446 (bibtex-font-lock-url): Use pop.
18447
59bb9410
SM
184482005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
18449
4c5113c7
SM
18450 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
18451
59bb9410
SM
18452 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
18453
6c381cba
GM
184542005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
18455
18456 * filesets.el (filesets-set-default): Doc fix.
18457
07e5fb9e
LK
184582005-04-03 Lute Kamstra <lute@gnu.org>
18459
c85465f9
LK
18460 * generic.el (define-generic-mode): Add argument to specify
18461 keywords for defcustom.
18462 (default-generic-mode): Specify :group.
59bb9410 18463
0c0a9c99
LK
18464 * generic-x.el: Specify :group for all generic modes.
18465
07e5fb9e 18466 * desktop.el (desktop-no-desktop-file-hook)
d9c39305 18467 (desktop-after-read-hook): Doc fix.
07e5fb9e 18468
2a0af9db
LT
184692005-04-02 Luc Teirlinck <teirllm@auburn.edu>
18470
18471 * simple.el (visible-mode): Use explicit :group keyword.
18472 This changes the group of `visible-mode-hook' from paren-blinking
18473 to editing-basics.
18474
2f2e2373
EZ
184752005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
18476
52eb0373 18477 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
2f2e2373
EZ
18478 mailbox specifications as well as URLs.
18479 (rmail-insert-inbox-text): Remove unused conditional branches.
18480
1ee49a88
JB
184812005-04-01 Jay Belanger <belanger@truman.edu>
18482
18483 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
18484 (calc-gnuplot-print-command): Move definitions to calc.el.
18485
18486 * calc/calc-embed.el (calc-embedded-announce-formula)
18487 (calc-embedded-open-formula, calc-embedded-close-formula)
18488 (calc-embedded-open-word, calc-embedded-close-word)
18489 (calc-embedded-open-plain, calc-embedded-close-plain)
18490 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
18491 (calc-embedded-open-mode, calc-embedded-close-mode):
18492 Move definitions to calc.el.
18493
18494 * calc/calc.el (calc-settings-file, calc-language-alist):
18495 Make customizable.
18496 (calc-embedded-announce-formula, calc-embedded-open-formula)
18497 (calc-embedded-close-formula, calc-embedded-open-word)
18498 (calc-embedded-close-word, calc-embedded-open-plain)
18499 (calc-embedded-close-plain, calc-embedded-open-new-formula)
18500 (calc-embedded-close-new-formula, calc-embedded-open-mode)
18501 (calc-embedded-close-mode, calc-gnuplot-name)
18502 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
18503 from other files and make customizable.
18504
392fe1b7
SM
185052005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
18506
18507 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
18508 Use buffer-live-p.
18509 (cvs-mode-run): Don't call cvs-update-header here.
18510 (cvs-run-process): Call cvs-update-header.
18511 Use process properties for cvs-postprocess and cvs-buffer so that
18512 the sentinel can behave better if the temp buffer is killed.
18513 Use a pipe rather than a tty, to better handle unexpected prompts.
18514 (cvs-sentinel): Rewrite. Call cvs-update-header.
18515
2e2255f6
AS
185162005-04-01 Andre Spiegel <spiegel@gnu.org>
18517
18518 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
18519 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
18520
392fe1b7
SM
185212005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
18522
18523 * generic.el (define-generic-mode): Add indentation rule.
18524
5e9961be
LT
185252005-03-31 Luc Teirlinck <teirllm@auburn.edu>
18526
18527 * files.el (mode-require-final-newline): Make Custom correctly
18528 report a nil value and allow to set it to nil via Custom.
18529 Doc fix.
18530
9cf97f26
KH
185312005-04-01 Kenichi Handa <handa@m17n.org>
18532
18533 * international/characters.el: Enable the correct case setting for
18534 dotless-i and dotted-I.
18535
81f5c6a3
KS
185362005-04-01 Kim F. Storm <storm@cua.dk>
18537
18538 * ido.el (ido-file-internal): Fall back to non-ido command if
18539 initial directory is on slow ftp (or tramp) host.
18540
39a27f95
RS
185412005-03-31 Richard M. Stallman <rms@gnu.org>
18542
e134f4a8
RS
18543 * emacs-lisp/autoload.el (make-autoload):
18544 Handle define-global-minor-mode.
18545
39a27f95 18546 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
392fe1b7 18547 Rename from easy-mmode-define-global-mode.
39a27f95
RS
18548 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
18549
392fe1b7
SM
18550 * progmodes/scheme.el (scheme-mode-syntax-table):
18551 Update syntax of | and # for two-character comment syntax.
39a27f95 18552
66e181ad
LK
185532005-03-31 Lute Kamstra <lute@gnu.org>
18554
18555 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
18556 (define-minor-mode): Call custom-current-group at load-time.
18557
18558 * generic.el (define-generic-mode): Add debug declaration.
18559 Add defcustom for the mode hook.
18560 (generic-mode-internal): Use run-mode-hooks.
18561
34514f48
KS
185622005-03-31 Kim F. Storm <storm@cua.dk>
18563
18564 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
f793f885
KS
18565 (mouse-fixup-help-message): New defun called by show_help_echo
18566 to fixup mouse-2 prefix in help messages when applicable.
34514f48 18567
f793f885 18568 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
34514f48 18569
fafbb99d 185702005-03-31 Kenichi Handa <handa@m17n.org>
7c315e1c 18571
e5729c6c
KH
18572 * language/thai-word.el (thai-find-word-ends): Pay attention to
18573 the case that we reach the end of buffer.
18574
7c315e1c
KH
18575 * textmodes/fill.el (fill-text-properties-at): New function.
18576 (fill-newline): Use fill-text-properties-at instead of
18577 text-properties-at.
18578
52eb0373 185792005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
ace4dad6 18580
d9c39305 18581 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
ace4dad6
KB
18582 not comint-quote-filename.
18583
5ee2cf8a
TTN
185842005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
18585
18586 * help-fns.el (help-with-tutorial): Revert last change.
18587
7ab4753e
KS
185882005-03-31 Kim F. Storm <storm@cua.dk>
18589
18590 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
18591
fffaba77
PE
185922005-03-30 Paul Eggert <eggert@cs.ucla.edu>
18593
18594 * calendar/cal-china.el: Update reference to "Calendrical
18595 Calculations" book; there's a new edition.
18596 * calendar/cal-coptic.el: Likewise.
18597 * calendar/cal-french.el: Likewise.
18598 * calendar/cal-hebrew.el: Likewise.
18599 * calendar/cal-islam.el: Likewise.
18600 * calendar/cal-iso.el: Likewise.
18601 * calendar/cal-julian.el: Likewise.
18602 * calendar/cal-mayan.el: Likewise.
18603 * calendar/cal-persia.el: Likewise.
18604 * calendar/calendar.el: Likewise.
18605 * calendar/holidays.el: Likewise.
18606 * calendar/lunar.el: Likewise.
18607 * calendar/solar.el: Likewise.
18608
18609 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
18610 white space from doc string.
18611
0a2bf0fa
JB
186122005-03-30 Jay Belanger <belanger@truman.edu>
18613
18614 * calc/calc-help.el (calc-full-help): Remove email address.
18615
19577b0e
TTN
186162005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
18617
18618 * help-fns.el (help-with-tutorial): Delete title line.
18619
4fdb2a6c
GM
186202005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
18621
9080baba
GM
18622 * calendar/cal-x.el (calendar-one-frame-setup)
18623 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
119f6f17 18624 rather than `symbol' for set-window-dedicated-p.
9080baba 18625
204451b6
GM
18626 * calendar/appt.el (appt-buffer-name): Make it a constant.
18627 (appt-add): Doc fix.
18628
4fdb2a6c
GM
18629 * filesets.el (filesets-menu-path, filesets-menu-before)
18630 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
18631 (filesets-menu-cache-file): Use directory ~/.emacs.d.
18632 (filesets-add-submenu): Delete and use add-submenu instead.
18633
ef943dba
CD
186342005-03-30 Carsten Dominik <dominik@science.uva.nl>
18635
19577b0e 18636 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
ef943dba
CD
18637 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
18638 (org-diary-default-entry): New function.
392fe1b7 18639 (org-get-entries-from-diary): Better parsing of diary entries.
ef943dba
CD
18640 (org-agenda-check-no-diary): New function.
18641 ("diary-lib"): Advice to function `add-to-diary-list', to allow
18642 linking to diary entries.
392fe1b7
SM
18643 (org-agenda-execute-calendar-command): New function.
18644 (org-agenda): Improve visible section in window.
18645 Use `org-fit-agenda-window'.
ef943dba
CD
18646 (org-fit-agenda-window): New option.
18647 (org-move-subtree-down): Better handling of empty lines
18648 at end of subtree.
18649 (org-cycle): Numeric prefix is interpreted now as show-subtree N
18650 levels up.
18651 (org-fontify-done-headline): New option.
18652 (org-headline-done-face): New face.
18653 (org-set-font-lock-defaults): Use `org-headline-done-face'.
392fe1b7
SM
18654 (org-table-copy-down): Rename from `org-table-copy-from-above'.
18655 When current field is non-empty, it is copied to next row.
18656 (org-table-copy-from-above): Fix bug which made it
18657 impossible to copy fields containing only a single non-white character.
ef943dba 18658
c33d06b0
KS
186592005-03-30 Kim F. Storm <storm@cua.dk>
18660
18661 * kmacro.el (kmacro-end-macro): Isearch may store this command
18662 into the macro -- so ignore it when executing keyboard macro.
18663
4f5f7887
NR
186642005-03-30 Nick Roberts <nickrob@snap.net.nz>
18665
18666 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
18667
74269806
KH
186682005-03-29 Kenichi Handa <handa@m17n.org>
18669
18670 * language/thai.el ("Thai"): Set setup-function and exit-function
18671 for Thai language environment.
18672
18673 * language/thai-util.el: Require thai-word.
18674 (thai-word-mode-map): New variable.
18675 (thai-word-mode): New minor mode.
18676 (setup-thai-language-environment-internal): New function.
18677 (exit-thai-language-environment-internal): New function.
18678
18679 * language/thai-word.el (thai-word-table): Declare it by defvar,
18680 use dolist to initialize it.
18681 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
18682 (thai-fill-find-break-point): New functions.
18683
8e669bbd
RS
186842005-03-29 Richard M. Stallman <rms@gnu.org>
18685
18686 * simple.el (idle-update-delay): Move definition up.
b36a687c 18687 (set-mark): Doc fix.
8e669bbd
RS
18688
186892005-03-29 Chong Yidong <cyd@stupidchicken.com>
18690
18691 * longlines.el: New file.
c33d06b0 18692
8e669bbd
RS
18693 * simple.el (buffer-substring-filters): New variable.
18694 (filter-buffer-substring): New function.
18695 (kill-region, copy-region-as-kill): Use it.
18696
18697 * register.el (copy-to-register, append-to-register)
18698 (prepend-to-register): Use filter-buffer-substring.
18699
5f9ffb03
NR
187002005-03-30 Nick Roberts <nickrob@snap.net.nz>
18701
588c0770 18702 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
5f9ffb03
NR
18703 (gud-filter-pending-text): Move in front of gdb.
18704 (gud-overlay-arrow-position): New variable.
18705 (gud-sentinel, gud-display-line): Use it in place of
18706 overlay-arrow-position.
18707
0d6d7be5
GM
187082005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
18709
b976213b
GM
18710 * progmodes/fortran.el (fortran-if-indent): Doc fix.
18711 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
18712 (fortran-font-lock-keywords-4): New variable.
18713 (fortran-blocks-re, fortran-end-block-re)
18714 (fortran-start-block-re): New constants, for hideshow.
18715 (hs-special-modes-alist): Add a Fortran entry.
18716 (fortran-mode-map): Bind fortran-end-of-block,
18717 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
52eb0373 18718 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
b976213b
GM
18719 (fortran-looking-at-if-then, fortran-end-of-block)
18720 (fortran-beginning-of-block): New functions, for hideshow.
18721
52eb0373
JB
18722 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
18723 Doc fix. Tweak regexp.
0d6d7be5
GM
18724 (f90-beginning-of-block): Push mark first.
18725
bb64248b
JB
187262005-03-29 Jay Belanger <belanger@truman.edu>
18727
18728 * calc/calc.el: Update copyright date.
18729 (calc-version): Increase to 2.1.
18730 (calc-version-date): Remove.
18731
18732 * calc/calc-help.el: Update copyright date.
18733 (calc-full-help): Remove reference to calc-version-date.
18734 Update copyright date.
18735
55ec6b37
SM
187362005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
18737
18738 * vc.el (vc-do-command): Use a pipe for async processes, so password
18739 prompts don't show up at places where the user can't reply.
18740
52eb0373 187412005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
6380e5a7
KB
18742
18743 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
18744 on the file name we pass to the inferior shell.
18745
ef91372a
SM
187462005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
18747
18748 * progmodes/which-func.el (which-function): Be robust in the face of an
18749 imenu--make-index-alist failure.
18750
8d194e3e
SM
187512005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
18752
18753 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
18754
18755 * progmodes/python.el (python-preoutput-filter): Fix last change.
18756
d7029908
LK
187572005-03-29 Lute Kamstra <lute@gnu.org>
18758
18759 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
18760 functions and compiled macros.
18761 (debug-convert-byte-code): Handle macros too.
18762 (debug-on-entry-1): Don't signal an error when trying to clear a
18763 function that is not set to debug on entry.
18764
d59ea3ae
JB
187652005-03-29 Jay Belanger <belanger@truman.edu>
18766
18767 * calc/calc-lang.el: Add functions to math-function-table
18768 properties of tex and math.
18769
eab4bb89
KH
187702005-03-29 Kenichi Handa <handa@m17n.org>
18771
18772 * ps-mule.el (ps-mule-plot-string): Translate characters by
18773 ps-print-translation-table.
18774 (ps-mule-begin-job): Call find-charset-region/string with
18775 ps-print-translation-table.
8d194e3e 18776 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
eab4bb89
KH
18777
18778 * ps-print.el (ps-print-translation-table): New variable.
8d194e3e 18779 (ps-plot-region): Translate characters by ps-print-translation-table.
eab4bb89 18780
073fcaf6
JL
187812005-03-29 Juri Linkov <juri@jurta.org>
18782
18783 * simple.el (next-error-highlight-timer): New variable.
18784
18785 * progmodes/compile.el (compilation-goto-locus):
18786 Use `next-error-highlight-timer' instead of `sit-for'.
18787
caf3c78f
SM
187882005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
18789
18790 * mail/supercite.el (sc-mail-field): Use assoc-string.
18791 (sc-get-address): Simplify regexps.
18792
18793 * files.el (minibuffer-with-setup-hook): New macro.
18794 (find-file-read-args): Use it to avoid let-binding
18795 minibuffer-with-setup-hook (which breaks turning on/off
18796 file-name-shadow-mode while in the prompt).
18797
e5456e73
SM
18798 * complete.el (PC-read-include-file-name-internal):
18799 Use test-completion.
caf3c78f 18800
2d526287
LT
188012005-03-28 Luc Teirlinck <teirllm@auburn.edu>
18802
18803 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
18804
12566797
SM
188052005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
18806
ba96f392
SM
18807 * window.el (window-buffer-height): Use count-screen-lines.
18808
12566797
SM
18809 * progmodes/python.el (python-preoutput-leftover): New var.
18810 (python-preoutput-filter): Use it.
18811 (python-send-receive): Loop until all the result has been received.
18812
ba40634b
JL
188132005-03-28 Juri Linkov <juri@jurta.org>
18814
18815 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
18816
18817 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
18818 "Recover Crashed Session".
18819 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
18820 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
18821 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
18822 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
18823 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
18824 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
18825 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
18826 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
18827
18828 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
18829 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
18830 Ediff Sessions", "Toggle use of separate control buffer frame",
18831 "Use separate frame for Ediff control buffer".
18832
18833 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
18834 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
18835 "Rename Bookmark", "Delete Bookmark".
18836
18837 * info.el (Info-mode-menu): Remove ellipsis from "Index".
18838 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
18839 Add `:active Info-index-alternatives' to "Next Matching Item".
18840
18841 * wdired.el (wdired-change-to-wdired-mode):
18842 Mention `wdired-abort-changes' key in the initial message.
18843
18844 * international/mule.el (auto-coding-alist): Associate non-ascii
18845 image filename extensions with `no-conversion'.
18846
8d194e3e
SM
188472005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
18848
18849 * international/iso-acc.el:
18850 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
18851
468b711f
LT
188522005-03-26 Luc Teirlinck <teirllm@auburn.edu>
18853
73cba75d
LT
18854 * textmodes/sgml-mode.el (html-mode): Doc update.
18855
468b711f
LT
18856 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
18857
99a56581
DN
188582005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
18859
18860 * term.el (term-move-columns): Fix face after extending a line.
18861 (term-insert-spaces): Likewise.
18862 (term-reset-terminal): Fix off by one error.
18863
54879547
EZ
188642005-03-26 Eli Zaretskii <eliz@gnu.org>
18865
18866 * international/mule.el (auto-coding-alist): Add .xpi files.
18867
18868 * files.el (auto-mode-alist): Add .xpi files.
18869
ee7a5ccb
EZ
188702005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
18871
18872 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
18873
b2705c8c
EZ
188742005-03-26 Eli Zaretskii <eliz@gnu.org>
18875
18876 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
18877
da8612d3
GM
188782005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
18879
18880 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
18881 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
18882
18883 * calendar/cal-move.el (calendar-beginning-of-year): Move the
18884 cursor to Jan 1 when needed.
18885 (calendar-end-of-year): Fix -/+ typo.
18886 Reported by Chong Yidong <cyd@stupidchicken.com>.
18887
be940bc5
SM
188882005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
18889
5ffc943b
SM
18890 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
18891
be940bc5
SM
18892 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
18893 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
18894
85df292e
RS
188952005-03-25 Richard M. Stallman <rms@gnu.org>
18896
18897 * filesets.el (filesets-init): Add autoload.
18898
18899 * mail/mailalias.el (mail-directory): Doc fix.
18900
189012005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
be940bc5 18902
85df292e
RS
18903 * mail/mailalias.el (mail-directory-process): Do nothing if
18904 mail-directory-process is an atom.
18905 (mail-get-names): Ignore mail-directory-names if it is an atom.
18906 (mail-directory-process defvar): Doc fix.
18907 (mail-names): Doc fix.
18908
189092005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
18910
18911 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
18912
ae766e0d
KH
189132005-03-26 Kenichi Handa <handa@m17n.org>
18914
be940bc5
SM
18915 * international/mule-util.el (detect-coding-with-priority):
18916 Call update-coding-systems-internal before detect-coding-region.
ae766e0d 18917
5a049eca
NR
189182005-03-26 Nick Roberts <nickrob@snap.net.nz>
18919
18920 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
18921 (gdb-frames-mode-map): Add follow-link property.
18922
bba984aa
JB
189232005-03-25 Jay Belanger <belanger@truman.edu>
18924
18925 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
18926 for variables.
18927
13200335
JL
189282005-03-25 Juri Linkov <juri@jurta.org>
18929
18930 * image-mode.el: Optimize image filename extension regexps in
18931 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
18932 in `auto-mode-alist'.
18933 (image-mode): Add `image-toggle-display-text' to local hook
18934 `change-major-mode-hook'. Display the image as an image by
18935 default. Set `cursor-type' and `truncate-lines' if the image
18936 is already displayed. Take into account the current mode (image
18937 or text) in message.
18938 (image-minor-mode): New minor mode.
18939 (image-mode-maybe, image-toggle-display-text): New functions.
18940 (image-toggle-display): Use called-interactively-p.
18941 Let-bind `inhibit-read-only' to t.
18942
90d0be7d
JL
18943 * image-mode.el (image-minor-mode): Set `cursor-type' and
18944 `truncate-lines' if the image is already displayed. Add turning
18945 image-minor-mode off to `change-major-mode-hook'. Add message.
18946 Call `image-toggle-display-text' after turning image-minor-mode off.
13200335 18947
5341e481
SM
189482005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
18949
18950 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
18951 Terminal.app, use utf-8.
18952 (set-display-table-and-terminal-coding-system): Add coding-system arg.
18953 (set-locale-environment): Use it.
18954
18955 * term/xterm.el: Undo last change, better done in mule-cmds.el.
18956
18957 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
18958
18959 * progmodes/python.el (python-close-block-statement-p)
18960 (python-outdent-p, python-current-defun): Use symbol-end.
18961
126c9dda
TTN
189622005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
18963
18964 * files.el (save-some-buffers): Doc fix.
18965
932fb767
WL
189662005-03-25 Werner Lemberg <wl@gnu.org>
18967
18968 * complete.el, thumbs.el: Replace `legal' with `valid'.
9f556e44 18969 * calendar/calendar.el: Replace `legal' with `valid'.
bece3937 18970 * emacs-lisp/advice.el: Replace `legal' with `valid'.
0486e05a 18971 * mail/supercite.el: Replace `legal' with `valid'.
881b07f9
JB
18972 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
18973 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
18974 Replace `legal' with `valid'.
18975 * textmodes/reftex-vars.el, textmodes/reftex.el:
18976 Replace `legal' with `valid'.
932fb767 18977
25f72ec0
WL
189782005-03-25 Werner Lemberg <wl@gnu.org>
18979
af71d4c0
JB
18980 * calc/calc-forms.el, calc/calc-sel.el
18981 * midnight.el, vc-cvs.el
18982 * emacs-lisp/cl-macs.el
18983 * emulation/vip.el
18984 * eshell/esh-io.el, eshell/esh-var.el
18985 * mail/supercite.el
881b07f9
JB
18986 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
18987 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
18988 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
af71d4c0 18989 * progmodes/sh-script.el, progmodes/xscheme.el
881b07f9
JB
18990 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
18991 * textmodes/reftex-index.el, textmodes/reftex-parse.el
18992 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
a5b5bf44
JB
18993 * textmodes/reftex.el, textmodes/org.el:
18994 Replace `illegal' with `invalid'.
25f72ec0 18995
781da985
SM
189962005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
18997
5341e481
SM
18998 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
18999 (flymake-find-buildfile, flymake-find-possible-master-files)
19000 (flymake-check-include, flymake-parse-line): Replace loops over the
19001 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
19002
19003 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
19004 Substitute file-name-as-directory in the rest of the file.
19005 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
19006 (flymake-replace-region): Remove unused arg `buffer'.
19007 (flymake-check-patch-master-file-buffer): Update calls to it.
19008 (flymake-add-err-info): Remove unused var `count'.
19009 (flymake-mode): Use define-minor-mode.
19010
19011 * progmodes/flymake.el: Use with-current-buffer.
19012 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
19013 flymake-replace-regexp-in-string, flymake-line-beginning-position)
19014 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
19015 Avoid testing for `xemacs'.
19016 (flymake-nop): Move.
19017 (flymake-region-has-flymake-overlays): Return the computed value.
19018 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
19019 Remove unused var `endline'.
19020 (flymake-get-line-count): Remove unused function.
19021 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
19022
19023 * emulation/vi.el:
19024 * generic.el:
19025 * hilit-chg.el (global-highlight-changes):
19026 * hi-lock.el (hi-lock-mode):
19027 * follow.el: find-file-hooks -> find-file-hook.
19028
781da985
SM
19029 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
19030
3659a2b8
JL
190312005-03-24 Juri Linkov <juri@jurta.org>
19032
19033 * dired.el (dired-mode-map): Add menu item "Compare directories"
19034 for dired-compare-directories.
19035
19036 * dired-aux.el (dired-compare-directories): Add autoload cookie.
19037 Doc fix. Replace `read-file-name' with `read-directory-name'.
19038
781da985 190392005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
590880af
SM
19040
19041 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
19042
0fa1a6b8
JB
190432005-03-24 Jay Belanger <belanger@truman.edu>
19044
fe38e3b0 19045 * calc/calc-embed.el (calc-embedded-mode-change): Save all
0fa1a6b8
JB
19046 relevant mode settings in calc-embedded-original-modes when modes
19047 are permanently changed.
19048
a702ffbb
SM
190492005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
19050
19051 * autoinsert.el: find-file-hooks -> find-file-hook.
19052
fbc5e359
LK
190532005-03-24 Lute Kamstra <lute@gnu.org>
19054
19055 * generic.el (generic-font-lock-defaults): Make it obsolete.
19056 (generic-font-lock-keywords): New variable to replace
19057 generic-font-lock-defaults.
19058 (generic-mode-set-font-lock): Delete it.
19059 (generic-mode-internal): Don't call generic-mode-set-font-lock.
19060 (generic-bracket-support): Add docstring.
19061
16a013c2
LK
19062 * generic-x.el: Rename generic-font-lock-defaults to
19063 generic-font-lock-keywords throughout.
19064 (mailagent-rules-setup-function): Delete it.
19065 (mailagent-rules-generic-mode): Use anonymous function instead.
19066 (show-tabs-generic-mode-font-lock-defaults-1)
19067 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
19068 Quote faces.
19069 (show-tabs-tab-face, show-tabs-space-face): Specify background,
19070 not foreground.
19071
48621281
LK
19072 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
19073 Recognize define-generic-mode.
19074
a702ffbb
SM
190752005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
19076
19077 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
19078 if there's no completion table.
19079
c29749e7
MB
190802005-03-23 Miles Bader <miles@gnu.org>
19081
fbc5e359 19082 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
c29749e7
MB
19083 Remove tty-specific variants, as they're no longer needed.
19084
ca2d9ad8
LK
190852005-03-23 Lute Kamstra <lute@gnu.org>
19086
a702ffbb 19087 * generic-x.el: Code cleanup: make args constant whenever possible.
82e38f3e
LK
19088 (installshield-statement-keyword-list)
19089 (installshield-system-functions-list)
19090 (installshield-system-variables-list, installshield-types-list)
19091 (installshield-funarg-constants-list): Make them constants.
19092
ef300cff
LK
19093 * generic.el (generic-make-keywords-list): Add autoload cookie.
19094
a702ffbb
SM
19095 * calendar/time-date.el: Add comment on time value formats.
19096 Don't require parse-time.
ca2d9ad8
LK
19097 (with-decoded-time-value): New macro.
19098 (encode-time-value): New function.
19099 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
19100 (days-to-time): Return a valid time value when arg is huge.
19101 (time-since): Use time-subtract.
19102 (time-to-number-of-days): Use time-to-seconds.
19103
bbcb3b44
DP
191042005-03-23 David Ponce <david@dponce.com>
19105
af71d4c0 19106 * recentf.el (recentf-keep): New option.
bbcb3b44
DP
19107 (recentf-menu-action): Default to `find-file'.
19108 (recentf-keep-non-readable-files-flag)
19109 (recentf-keep-non-readable-files-p)
19110 (recentf-file-readable-p, recentf-find-file)
19111 (recentf-cleanup-remote): Remove.
19112 (recentf-include-p): More robust.
19113 (recentf-keep-p): New function.
19114 (recentf-remove-if-non-kept): Rename from
52eb0373 19115 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
a702ffbb 19116 All callers updated.
bbcb3b44 19117 (recentf-menu-items-for-commands): Fix help string.
52eb0373
JB
19118 (recentf-track-closed-file): Update. Doc fix.
19119 (recentf-cleanup): Update. Count removed files. Doc fix.
bbcb3b44 19120
8df0ffbe
KS
191212005-03-23 Kim F. Storm <storm@cua.dk>
19122
19123 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
19124 Don't inherit from fringe face (now happens automatically).
19125
eac7d7eb
KS
191262005-03-22 Kim F. Storm <storm@cua.dk>
19127
19128 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
19129 position values.
19130
4a4a82d6
SM
191312005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
19132
19133 * menu-bar.el (showhide-date-time): Remove.
19134 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
19135 (menu-bar-make-mm-toggle): Simplify.
19136
19f26a89 191372005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
4a4a82d6
SM
19138
19139 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
19140 Accept qualified variable and function names.
19141
b9d8ddef
TTN
191422005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
19143
19144 * bindings.el (completion-ignored-extensions):
19145 Remove ".lis" for `vax-vms'.
19146
9660f868
AS
191472005-03-22 Andreas Schwab <schwab@suse.de>
19148
19149 * generic-x.el: Revert last change.
19150 * ldefs-boot.el: Update.
19151
948e33b9
JB
191522005-03-22 Jay Belanger <belanger@truman.edu>
19153
99580cde 19154 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
948e33b9
JB
19155 (calc-embedded-save-original-modes)
19156 (calc-embedded-restore-original-modes): New functions.
19157 (calc-do-embedded): Save original modes when entering embedded mode
19158 and restore when leaving embedded mode.
19159 (calc-embedded-modes-change): Change the value of
19160 calc-embedded-original-modes to reflect permanent changes.
19161
e6c901b6
LK
191622005-03-22 Lute Kamstra <lute@gnu.org>
19163
19164 * generic-x.el: Require generic again.
19165
28c22055
MB
191662005-03-22 Miles Bader <miles@gnu.org>
19167
19168 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
19169 Tweak details to look good on both ttys and bitmap displays, light
19170 or dark background, etc.
19171
f0ebf1eb
KS
191722005-03-21 Kim F. Storm <storm@cua.dk>
19173
19174 * tooltip.el (tooltip-show-help-function): Check car and cdr of
19175 mouse position.
19176
47fda8fc
SM
191772005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
19178
19179 * icomplete.el: Don't forcibly turn on the mode upon load.
19180 (icomplete-mode): Use define-minor-mode.
19181 (icomplete-eoinput): Default to nil.
19182 (icomplete-minibuffer-setup): Remove autoload.
19183 (icomplete-tidy): Simplify.
19184 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
19185 in the initial state or if the user has modified the field.
19186 Fix handling of icomplete-max-delay-chars.
19187 Remove code that handles the oddball case where
19188 minibuffer-completion-table is an integer.
19189 Wrap icomplete-completions in while-no-input in case building
19190 completions takes more time than expected.
19191 (icomplete-completions): Simplify.
19192
a775dff4
RS
191932005-03-21 Richard M. Stallman <rms@gnu.org>
19194
19195 * jka-compr.el (jka-compr-really-do-compress):
19196 Make variable buffer-local.
19197
19198 * image-mode.el: Handle .xpm files too.
19199 (image-toggle-display): Preserve modification flag.
19200
19201 * help.el (where-is): Don't mention aliases with no key bindings.
19202
077f7085
LK
192032005-03-21 Lute Kamstra <lute@gnu.org>
19204
ca19f3f1
AS
19205 * generic.el: Fix commentary section. Don't require cl for
19206 compilation.
077f7085
LK
19207 (generic-mode-list): Add autoload cookie.
19208 (generic-use-find-file-hook, generic-lines-to-scan)
19209 (generic-find-file-regexp, generic-ignore-files-regexp)
19210 (generic-mode, generic-mode-find-file-hook)
19211 (generic-mode-ini-file-find-file-hook): Fix docstrings.
19212 (define-generic-mode): Make it a defmacro. Fix docstring.
19213 (generic-mode-internal): Code cleanup. Add autoload cookie.
19214 (generic-mode-set-comments): Code cleanup.
19215 * generic-x.el: Don't prevent compilation. Don't require generic.
19216 Follow coding conventions. Minor code cleanup.
19217 (etc-fstab-generic-mode): Add some keywords.
19218 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
19219 define-generic-mode like a function declaration.
19220
51d6d300
JB
192212005-03-21 Jay Belanger <belanger@truman.edu>
19222
19223 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
19224 changing modes.
19225
568ec09d
SS
192262005-03-21 Sam Steingold <sds@gnu.org>
19227
19228 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
19229
7651545c
TTN
192302005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
19231
19232 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
19233 Add underscore to "f$ lexicals" regexp.
19234
fe6b1dbd
JL
192352005-03-20 Juri Linkov <juri@jurta.org>
19236
19237 * subr.el (progress-reporter-do-update): When `min-value' is equal
19238 to `max-value', set `percentage' to 0 and prevent division by zero.
19239
340b8d4f
MA
192402005-03-20 Michael Albinus <michael.albinus@gmx.de>
19241
19242 Sync with Tramp 2.0.48.
19243
11948172 19244 * net/tramp.el (all): Change all addresses to .gnu.org.
340b8d4f
MA
19245 (tramp-append-tramp-buffers): New defun.
19246 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
19247 Catch `dont-send' signal.
19248 (tramp-set-auto-save-file-modes): Set always permissions, because
19249 there might be an old auto-saved file belonging to another
19250 original file. This could be a security threat. Reported by
19251 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
19252 Check for Emacs 21.3.50 removed.
19253
11948172 19254 * net/tramp-smb.el (all): Remove debug construct for
340b8d4f 19255 `with-parsed-tramp-file-name'.
a57e098f 19256 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
340b8d4f
MA
19257 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
19258 No error message if DIRECTORY or FILENAME doesn't exist.
19259 (tramp-smb-open-connection): Check existence of
19260 `tramp-smb-program'.
19261
a57e098f
SM
192622005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
19263
19264 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
19265 Properly handle the case where the `m' or `s' command's argument is not
19266 yet terminated.
19267 (perl-indent-new-calculate): New function.
19268 (perl-indent-line): Use it.
19269
e38b967a
MB
192702005-03-20 Miles Bader <miles@gnu.org>
19271
19272 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
19273 in text-mode too. Change to new face names.
a57e098f 19274 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
e38b967a 19275 Add `:weight bold' attribute.
a57e098f 19276 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
e38b967a 19277
0ee6e7b7
JL
192782005-03-19 Juri Linkov <juri@jurta.org>
19279
19280 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
19281
19282 * international/mule.el (auto-coding-alist): Sync with
19283 `auto-mode-alist' by adding upper case archive file extensions
19284 and adding ear/war to jar extension.
19285
864f69e9
EZ
192862005-03-19 David Casperson <casper@unbc.ca> (tiny change)
19287
19288 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
19289 running, restart it.
19290
580a2a02
EZ
192912005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
19292
a57e098f 19293 * finder.el (finder-current-item): Throw an error on an empty line.
580a2a02
EZ
19294
19295 * man.el (Man-follow-manual-reference): If current-word returns
19296 nil, use "".
19297
09ad1a5b
EZ
192982005-03-19 Matt Hodges <MPHodges@member.fsf.org>
19299
19300 * simple.el (goto-line): Doc fix.
19301
9dce96b5
EZ
193022005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
19303
19304 * files.el (save-buffer): Doc fix.
19305
068f123a
EZ
193062005-03-19 Michael R. Mauger <mmaug@yahoo.com>
19307
19308 * recentf.el (recentf-cleanup-remote): New variable.
588c0770 19309 (recentf-cleanup): Use it to conditionally check availability of
068f123a
EZ
19310 remote files.
19311
19f26a89 193122005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
1b1556b1
EZ
19313
19314 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
19315 function names.
19316
504f06a2
EZ
193172005-03-19 Eli Zaretskii <eliz@gnu.org>
19318
19319 * language/thai-word.el: New file.
19320
79d2d279
EZ
193212005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
19322
19323 * files.el (backup-buffer): If the file's directory is not
19324 writable, use copy instead of move to backup the file.
19325
f3b7338c
EZ
193262005-03-19 Eli Zaretskii <eliz@gnu.org>
19327
19328 * obsolete/keyswap.el: Moved to obsolete/ from term/.
19329
5d62baca
VJL
193302005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19331
a57e098f
SM
19332 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
19333 Use functionp instead of symbolp and fboundp. Reported by Drkm
5d62baca
VJL
19334 <darkman_spam@yahoo.fr>.
19335 (ps-print-version): New version 6.6.6.
19336
951f97e6
SM
193372005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
19338
19339 * textmodes/table.el (table--line-column-position): New idiom.
19340 (table--row-column-insertion-point-p): New function to test
19341 validity of row and column insertion operation at a location.
19342 (table-global-menu, table-cell-menu): Use above functions for
19343 deterministic test operation.
19344 (table--editable-cell-p): Behave in deterministic fashion.
19345
1332f1a0
JL
193462005-03-18 Juri Linkov <juri@jurta.org>
19347
19348 * isearch.el (isearch-lazy-highlight-new-loop):
19349 Make arguments beg and end optional.
19350 (isearch-update): Remove optional arguments nil from
19351 isearch-lazy-highlight-new-loop.
19352 (isearch-lazy-highlight-search): Let-bind case-fold-search to
19353 isearch-lazy-highlight-case-fold-search instead of
19354 isearch-case-fold-search, and let-bind isearch-regexp to
951f97e6
SM
19355 isearch-lazy-highlight-regexp.
19356 Use isearch-lazy-highlight-last-string instead of isearch-string.
1332f1a0
JL
19357
19358 * replace.el (perform-replace): Remove bindings of global
19359 variables isearch-string, isearch-regexp, isearch-case-fold-search.
19360 Add three new arguments to `replace-highlight'.
19361 (replace-highlight): Add arguments string, regexp, case-fold.
19362 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
19363 to allow isearch-lazy-highlight-new-loop to use these values
951f97e6 19364 to set corresponding isearch-lazy-highlight-* internal
1332f1a0
JL
19365 variables whose values lazy highlighting will use regardless of
19366 changes to global variables isearch-string, isearch-regexp,
19367 isearch-case-fold-search during lazy highlighting loop.
19368 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
19369 to `lazy-highlight-cleanup'.
19370
19371 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
19372 (ispell-highlight-face): Set default face to `isearch' when
19373 lazy highlighting is enabled.
19374 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
19375 priority to 1. Add lazy highlighting.
19376 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
19377 from `isearch-dehighlight'.
19378
42f73fb4
DP
193792005-03-18 David Ponce <david@dponce.com>
19380
19381 * files.el (hack-local-variables): Do a case-insensitive search
19382 for End.
19383
46fe9018
JL
193842005-03-18 Juri Linkov <juri@jurta.org>
19385
19386 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
19387 `isearch-lazy-highlight-cleanup', add alias to old name and
19388 declare obsolete. Add release numbers to other obsolete vars.
951f97e6
SM
19389 (isearch-done, isearch-lazy-highlight-new-loop):
19390 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
46fe9018
JL
19391 (lazy-highlight-cleanup) <variable>: Doc fix.
19392 (isearch-lazy-highlight-update): Rename obsolete
19393 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
19394
951f97e6 193952005-03-18 Kenichi Handa <handa@m17n.org>
1ab06fdf
KH
19396
19397 * language/thai-util.el: Fix categorization of Thai characters in
19398 thai-category-table.
19399 (thai-composition-pattern): Adjust it for the above change.
19400 (thai-self-insert-command, thai-compose-syllable): New functions.
19401 (thai-compose-region): Use thai-compose-syllable.
19402 (thai-compose-string): Likewise.
19403 (thai-composition-function): Likewise.
19404 (thai-auto-composition): New function.
19405 (thai-auto-composition-mode): New minor mode.
19406
19407 * language/thai.el: Fix patterns to be registered in
19408 composition-function-table.
19409
19410 * international/quail.el (quail-input-method): Locally bind
19411 inhibit-modification-hooks to t.
19412
c7bd5d57
RS
194132005-03-17 Richard M. Stallman <rms@gnu.org>
19414
19415 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
19416 (perl-mode): Use run-mode-hooks.
19417
19418 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
19419 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
19420 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
19421
951f97e6 19422 * mail/sendmail.el (sendmail-send-it): Reenable the code
c7bd5d57
RS
19423 to compute resend-to-address and use it.
19424
19425 * tar-mode.el (tar-mode): Turn off undo unconditionally.
19426
19427 * image-mode.el: New file.
19428
19429 * image.el (insert-sliced-image): Add autoload cookie.
19430
19431 * font-lock.el (font-lock-lines-before): New user option.
19432 (font-lock-after-change-function): Obey it.
19433
19434 * bindings.el (esc-map): Make M-g a prefix.
19435 Bind M-g g and M-g M-g to goto-line.
19436
c7bd5d57
RS
19437 * faces.el (face-id): Doc fix.
19438
194392005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
19440
19441 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
19442 (rmail-show-message): Use rmail-unknown-mail-followup-to.
19443 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
19444
19445 * mail/sendmail.el (mail-yank-ignored-headers)
19446 (mail-font-lock-keywords, mail-mode-fill-paragraph):
19447 Add Mail-Followup-To and Mail-Reply-To headers.
19448 (mail-citation-hook): Add autoload cookie.
19449 (mail-mode): Doc fix.
19450 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
19451 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
19452 (mail-mode-fill-paragraph): Handle those headers.
19453 (mail-mailing-lists): New variable.
19454 (mail-mail-reply-to, mail-mail-followup-to): New functions.
19455
5a1f9fcf
JL
194562005-03-17 Juri Linkov <juri@jurta.org>
19457
19458 * isearch.el (isearch-fallback): Check for `(car previous)'
19459 before calling `isearch-other-end-state'.
19460
0b6ec58d
KS
194612005-03-17 Kim F. Storm <storm@cua.dk>
19462
19463 * simple.el (move-beginning-of-line): Move to beginning of buffer
19464 line, as well as beginning of screen line.
19465
eae4ba2a
GM
194662005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
19467
19468 * calendar/diary-lib.el (mark-diary-entries): Use new optional
19469 argument REDRAW rather than calendar-redrawing variable.
19470 * calendar/calendar.el (calendar-redrawing): Delete.
19471 (redraw-calendar): Do not bind calendar-redrawing.
19472
194732005-03-16 Matt Hodges <MPHodges@member.fsf.org>
19474
19475 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
19476 diary-file buffer.
19477
b3e484d7
SM
194782005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
19479
19480 * help.el (describe-mode): Allow a :minor-mode-function property to
19481 specify a different minor mode toggle function than the variable.
19482 * simple.el (auto-fill-function):
19483 * subr.el (add-minor-mode): Use it.
19484
7bf880c6
KH
194852005-03-16 Kenichi Handa <handa@m17n.org>
19486
19487 * language/ethio-util.el (sera-being-called-by-w3): New variable.
19488 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
19489 (ethio-fidel-to-sera-buffer): Likewise.
19490
fe3947c3
JL
194912005-03-16 Juri Linkov <juri@jurta.org>
19492
19493 * emacs-lisp/find-func.el (find-function-regexp):
19494 Add defun-emitting macro `menu-bar-make-toggle'.
19495
19496 * isearch.el: Put `isearch-scroll' property to
19497 `split-window-horizontally'.
19498
19499 * info.el: Update error messages for `debug-ignored-errors'.
19500 (Info-isearch-search): Doc fix.
19501 (Info-find-node): Move up code to go into info buffer before
19502 recording the node to the history.
19503 (Info-fontify-node): Fontify titles only if the next line
19504 has two or more `*', `=', `-', `.'.
19505 Display "go to this node" for empty (match-string 3).
19506
6a3fac90
YM
195072005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19508
19509 * term/mac-win.el: Add mouse pointer shape constants.
19510
bc438588
KS
195112005-03-15 Kim F. Storm <storm@cua.dk>
19512
19513 * simple.el (move-beginning-of-line): Use vertical-motion.
19514
65e7180e
JL
195152005-03-15 Juri Linkov <juri@jurta.org>
19516
19517 * isearch.el (isearch-error): New variable.
19518 (isearch-invalid-regexp, isearch-within-brackets): Remove.
b3e484d7 19519 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
65e7180e
JL
19520 (isearch-within-brackets-state): Remove.
19521 (isearch-case-fold-search-state, isearch-pop-fun-state):
19522 Decrease frame index.
19523 (isearch-mode, isearch-top-state, isearch-push-state)
19524 (isearch-edit-string, isearch-abort, isearch-search-and-update)
19525 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
19526 (isearch-search, isearch-lazy-highlight-new-loop):
19527 Replace `isearch-invalid-regexp' with `isearch-error'.
19528 Remove `isearch-within-brackets'.
19529 (isearch-search): Add `search-failed' handler to `condition-case'.
19530 (isearch-lazy-highlight-search): Add `condition-case' to catch
19531 errors and allow `isearch-lazy-highlight-update' to try
19532 highlighting from the beginning of the window.
19533 (isearch-repeat): Move up code to set isearch-wrapped to t
19534 before calling isearch-wrap-function.
19535
19536 * info.el (Info-isearch-initial-node): New internal variable.
19537 (Info-search): Signal an error in isearch mode when search leaves
19538 the initial node. Signal an error when `bound' is non-nil and
19539 nothing was found in the current subfile.
19540 (Info-isearch-search): Remove `condition-case'.
19541 (Info-isearch-wrap): Don't wrap when search failed during leaving
19542 the initial node. If `Info-isearch-search' is nil, wrap around
19543 the current node.
19544 (Info-isearch-start): New fun.
19545 (Info-mode): Add buffer-local hook `Info-isearch-start' to
19546 `isearch-mode-hook'.
19547
a7321976
YM
195482005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19549
19550 * simple.el (normal-erase-is-backspace): Set default to t if
19551 running on Mac.
19552
19553 * term/mac-win.el (function-key-map): Sync with x-win.el.
19554
8dedddd5
KH
195552005-03-15 Kenichi Handa <handa@m17n.org>
19556
19557 * international/mule-cmds.el (locale-language-names): Modify the
19558 format of elements and add more entries.
19559 (locale-preferred-coding-systems): Add more entries.
b3e484d7 19560 (set-locale-environment): Adjust for the change of
8dedddd5
KH
19561 locale-language-names.
19562
8a462381
SM
195632005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
19564
19565 * pcvs.el (smerge-ediff): Remove bogus autoload.
19566
43314bf6
LK
195672005-03-14 Lute Kamstra <lute@gnu.org>
19568
dc64809a
LK
19569 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
19570 Ignore a `*' at the beginning of a line.
19571
8a462381 19572 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
adf9acf8
LK
19573 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
19574 subr.el.
19575 (dont-compile, eval-when-compile, eval-and-compile): Use declare
19576 to specify indentation.
19577
43314bf6
LK
19578 * generic.el (define-generic-mode): Let generic-mode-list be a
19579 list of strings; test membership with equal.
19580
40821110
KS
195812005-03-14 Kim F. Storm <storm@cua.dk>
19582
19583 * simple.el (next-line, previous-line): Add optional try-vscroll
19584 arg to recognize interactive use. Pass it on to line-move.
19585 (line-move): Don't perform auto-window-vscroll when defining or
588c0770 19586 executing keyboard macro to ensure consistent behavior.
40821110 19587
b70d9316
SM
195882005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
19589
19590 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
19591
c4fbcb01
LK
195922005-03-13 Lute Kamstra <lute@gnu.org>
19593
19594 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
19595 debugger-setup-buffer so that backtrace marks the frames set to
19596 debug-on-exit and we don't have to do it manually. Set an extra
19597 debug-on-exit for macro's.
19598 (debugger-setup-buffer): Don't mark the top frame manually.
40821110 19599
3fdfb09c
LK
196002005-03-12 Lute Kamstra <lute@gnu.org>
19601
19602 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
19603 lisp-indent-function throughout.
19604 (with-no-warnings): Set lisp-indent-function property.
19605
09d252f2
TTN
196062005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
19607
19608 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
19609 Add entry for backslash.
19610
c10d2217
JL
196112005-03-12 Juri Linkov <juri@jurta.org>
19612
19613 * info.el (Info-search): Four fixes for backward search.
19614
0e425a58
JB
196152005-03-11 Jay Belanger <belanger@truman.edu>
19616
19617 * calc/calc.el (calc-language-alist): New variable.
19618 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
19619 (calc-embedded-find-modes): Use calc-language-alist instead of
19620 calc-embedded-language-alist.
19621
33873bad
GM
196222005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
19623
19624 * calendar/calendar.el (calendar-redrawing): New internal
19625 variable.
19626 (redraw-calendar): Remove bogus save-excursion from previous
19627 change. Bind calendar-redrawing to t for mark-diary-entries.
19628 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
19629 calendar if that is why we were called.
19630
fa815b14
KH
196312005-03-11 Kenichi Handa <handa@m17n.org>
19632
19633 * international/mule.el (make-coding-system): Set property
c7bd5d57 19634 coding-system-define-form to nil.
fa815b14
KH
19635 (define-coding-system-alias): Likewise.
19636
ac249c4c
KH
196372005-03-11 Kenichi Handa <handa@m17n.org>
19638
19639 These changes are suggested by Dave Love <fx@gnu.org>.
19640
19641 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
19642 coding: tag.
19643 (adaptive-fill-regexp): Add more bullets.
19644 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
19645 regexps.
19646
ef75a647
SM
196472005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
19648
dd39c336
SM
19649 * help.el (describe-mode): Properly handle non-trivial lighters.
19650 Don't ignore minor modes that are not listed in minor-mode-list.
19651
ef75a647
SM
19652 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
19653 feature ON when the user requests to turn it OFF.
19654
449808f7
LK
196552005-03-10 Lute Kamstra <lute@gnu.org>
19656
19657 * emacs-lisp/debug.el (debug-entry-code): Delete it.
ef75a647 19658 (implement-debug-on-entry): New function to replace debug-entry-code.
449808f7
LK
19659 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
19660 second argument as the 2005-03-07 change makes it obsolete.
19661 (debug-on-entry, cancel-debug-on-entry): Update call to
19662 debug-on-entry-1.
19663 (debug, debugger-setup-buffer): Comment update.
ef75a647 19664 (debugger-frame-number): Update to work with implement-debug-on-entry.
449808f7 19665
134d277e
JB
196662005-03-10 Jay Belanger <belanger@truman.edu>
19667
19668 * calc/calc-embed.el (math-ms-args): Declare it.
19669 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
19670 math-ms-args.
19671 (calc-embedded-subst): Use math-multi-subst-rec to substitute
19672 variables.
19673
33c76f5a
NR
196742005-03-10 Nick Roberts <nickrob@snap.net.nz>
19675
19676 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
19677 Use message-box.
19678
19679 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
19680 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
19681 (tooltip-gud-tips): Simplify.
588c0770 19682 (tooltip-gud-tips-p): Remove superfluous :set.
33c76f5a
NR
19683 (tooltip-gud-modes): Add fortran-mode.
19684 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
19685
19686 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
449808f7 19687
7f351d0b
KS
196882005-03-09 Kim F. Storm <storm@cua.dk>
19689
19690 * play/animate.el (animate-place-char): Use forward-line instead
19691 of next-line to improve performance.
19692
e62ecf85
SJ
196932005-03-09 Simon Josefsson <jas@extundo.com>
19694
19695 * net/browse-url.el (browse-url-default-browser): Doc fix.
19696
f1953880
MB
196972005-03-09 Miles Bader <miles@gnu.org>
19698
19699 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
19700 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
19701
ca8d88cd
KH
197022005-03-09 Kenichi Handa <handa@m17n.org>
19703
ec4e909a
KH
19704 * international/latin-1.el: Set case and syntax for 255 only if
19705 set-case-syntax-set-multibyte is nil.
19706
7f351d0b 19707 * textmodes/ispell.el (ispell-insert-word): New function.
449808f7 19708 (ispell-word): Use ispell-insert-word to insert a new word.
ef75a647 19709 (ispell-process-line): Likewise.
ca8d88cd
KH
19710 (ispell-complete-word): Likewise.
19711
9839760a
GM
197122005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
19713
19714 * calendar/calendar.el (redraw-calendar): Preserve point.
19715 Reported by Matt Hodges <MPHodges@member.fsf.org>.
19716 (calendar-week-start-day): Move after definition of
19717 redraw-calendar. Delete buffer test, since redraw-calendar has
19718 that now.
19719
19720 * calendar/diary-lib.el (mark-diary-entries): Only call
19721 redraw-calendar in the first of any recursive calls.
19722 Reported by Alan Shutko <ats@acm.org>.
19723
9553cf63
JL
197242005-03-08 Juri Linkov <juri@jurta.org>
19725
19726 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
19727 (html-horizontal-rule, html-line, html-image, html-checkboxes)
19728 (html-radio-buttons): Add a space before the trailing `/>' where
19729 sgml-xml-mode is non-nil.
19730 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
19731 the subsequent tag of the empty XML tag.
19732 (html-href-anchor): Don't set initial input to "http:".
19733 (html-image): Ask for the image URL and set point inside alt="".
19734 (html-name-anchor): Duplicate the name in the `id' attribute when
19735 sgml-xml-mode is non-nil.
19736 (html-paragraph): Remove \n before <p>.
19737 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
19738 instead of `checked' when sgml-xml-mode is non-nil.
19739
19740 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
19741 Remove 1 space before #RRGGBB to not truncate it on terminal
19742 windows w/o fringes. Remove 1 space between bg and fg examples
19743 to get more space.
19744 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
19745 avoid byte-compile warnings.
19746
19747 * image-file.el (image-file-handler): Put `safe-magic' property to
19748 `image-file-handler'.
19749
19750 * info.el (Info-isearch-search): Emulate word search in
19751 isearching through multiple Info nodes with Info-search.
19752 (Info-isearch-wrap): Allow isearch-word.
19753
9b54d453
LK
197542005-03-08 Lute Kamstra <lute@gnu.org>
19755
19756 * emacs-lisp/debug.el (debugger-step-through): Make sure that
19757 stepping into the debugger's code is not possible.
19758 (debugger-jumping-flag): Docstring update.
19759
41d4eedc
JB
197602005-03-08 Jay Belanger <belanger@truman.edu>
19761
19762 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
19763 embedded mode begins.
19764 (calc-embedded-language-alist): New variable.
19765 (calc-embedded-find-modes): Use calc-embedded-language-alist to
19766 set default language mode.
19767
c68f7e21
KH
197682005-03-08 Kenichi Handa <handa@m17n.org>
19769
19770 * international/ccl.el (define-ccl-program): Fix docstring about
19771 extra 256 bytes assured for the output buffer.
19772
19773 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
19774 Fix BUFFER_MAGNIFICATION to 2.
19775 (ccl-encode-mule-utf-16be-with-signature): Likewise.
19776
3ee9f6ac
JW
197772005-03-07 Karl Chen <quarl@cs.berkeley.edu>
19778
19779 * align.el (align-rules-list): Added an alignment rule for CSS
19780 declarations (applies to css-mode and html-mode buffers).
19781
a29cf450
SM
197822005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
19783
19784 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
19785
2f8cd1ce
KS
197862005-03-07 Kim F. Storm <storm@cua.dk>
19787
a54595d4
KS
19788 * simple.el (move-beginning-of-line): New command.
19789
19790 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
19791
19792 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
19793
19794 * emulation/cua-base.el: Put CUA move property on move-end-of-line
19795 and move-beginning-of-line.
19796
2f8cd1ce
KS
19797 * apropos.el (apropos-print): Omit command from M-x ... RET.
19798
7a2306d9
NR
197992005-03-07 Nick Roberts <nickrob@snap.net.nz>
19800
19801 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
19802 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
19803
aaf2cff2
RS
198042005-03-06 Richard M. Stallman <rms@gnu.org>
19805
19806 * bindings.el (esc-map): Bind M-g to goto-line.
19807
19808 * facemenu.el (global-map): Bind M-o, not M-g.
19809
bf7970c5
JD
198102005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19811
19812 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
19813 "Open Directory" as for "Open File".
19814
0251bafb
RS
198152005-03-06 Chong Yidong <cyd@stupidchicken.com>
19816
19817 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
19818 (push-mark-command): Run activate-mark-hook.
19819
198202005-03-06 Richard M. Stallman <rms@gnu.org>
19821
19822 * help-mode.el (help-mode-finish): Don't alter the element
19823 in view-return-to-alist if there already is one.
19824
19825 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
19826 make sure the current buffer is the expected one.
19827
19828 * novice.el (disabled-command-function): Output in *Disabled Command*.
19829 Explicitly ignore non-keyboard events, and explicitly handle C-g.
19830
19831 * textmodes/flyspell.el (flyspell-large-region):
19832 Pass args differently for aspell.
19833
19834 * files.el (mode-require-final-newline): Doc fix.
19835
52eb0373 198362005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
0251bafb 19837
2f8cd1ce 19838 * progmodes/which-func.el (which-function):
0251bafb
RS
19839 Specify NOERROR when calling imenu--make-index-alist.
19840
55d0f066
SM
198412005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
19842
a3194d03
SM
19843 * simple.el (normal-erase-is-backspace): Define default value.
19844
ca19f3f1
AS
19845 * custom.el (custom-theme-set-variables): Remove unused var
19846 `immediate'.
19847 (custom-reevaluate-setting): Simple function to handle variables
19848 that are defined before their default value can really be
19849 computed.
a3194d03
SM
19850
19851 * startup.el (command-line): Use it for temporary-file-directory,
19852 small-emporary-file-directory, auto-save-file-name-transforms,
19853 blink-cursor-mode, and normal-erase-is-backspace.
19854
55d0f066
SM
19855 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
19856 progress, even with buggy anchored keywords.
19857
f38c52df
LT
198582005-03-05 Luc Teirlinck <teirllm@auburn.edu>
19859
be6e87e5 19860 * simple.el (goto-line): Remove unbalanced final parenthesis.
f38c52df 19861
bb96021a
RS
198622005-03-05 Richard M. Stallman <rms@gnu.org>
19863
19864 * simple.el (goto-line): Use a number at point as the default.
19865 With C-u as arg, switch buffers.
19866
3ff96c81
JL
198672005-03-05 Juri Linkov <juri@jurta.org>
19868
19869 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
19870 with `no-blinking-cursor'.
19871
19872 * startup.el (no-blinking-cursor): New defvar.
19873 (command-line): Add `--no-blinking-cursor' to longopts.
19874 Set `no-blinking-cursor' to t for command line arguments
19875 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
19876 with `no-blinking-cursor' in the condition for calling
19877 `blink-cursor-mode'.
19878
c3a52675
LT
198792005-03-04 Luc Teirlinck <teirllm@auburn.edu>
19880
19881 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
19882 (menu-bar-options-save): Add blink-cursor-mode.
19883 (menu-bar-options-menu): Add blink-cursor-mode.
19884
77b94af3
GM
198852005-03-04 Ulf Jasper <ulf.jasper@web.de>
19886
19887 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
19888 (icalendar-export-file, icalendar-export-region)
a29cf450 19889 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
77b94af3
GM
19890 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
19891
524352d6
LK
198922005-03-04 Lute Kamstra <lute@gnu.org>
19893
a29cf450 19894 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
524352d6
LK
19895 (debug-function-list): Ditto.
19896
b12e59fd
RC
198972005-03-04 Robert J. Chassell <bob@rattlesnake.com>
19898
19899 * textmodes/texinfmt.el (texinfo-append-refill):
19900 Redefine the types of line to which @refill
19901 is not appended by replacing a search for `@refill\\|@bye' with
19902 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
19903 itemize@refill' bug and the unfilled long lines bug.
a29cf450 19904 (texinfmt-version): Update number and date.
b12e59fd 19905
518d3637
RS
199062005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
19907
19908 * international/code-pages.el (windows-1250, windows-125[2-8])
19909 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
19910
d245ff23
SM
199112005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
19912
19913 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
19914 bound yet.
19915
b8210c6e
JPW
199162005-03-02 Romain Francoise <romain@orebokech.com>
19917
19918 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
19919 buffer after removing limits.
19920 (ibuffer-pop-filter): Ditto.
19921 Update copyright.
19922
aad1926a
MB
199232005-03-02 Miles Bader <miles@gnu.org>
19924
19925 * button.el (make-text-button): If the user doesn't specify a
19926 type, use the default. Rewrite to use `add-text-properties' and
19927 plist functions.
19928
284f0680
LK
199292005-03-01 Lute Kamstra <lute@gnu.org>
19930
19931 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
19932 (debugger-jumping-flag): New var.
19933 (debug-entry-code): Use it.
19934 (debugger-jump): Use debugger-jumping-flag and add
19935 debugger-reenable to post-command-hook.
19936 (debugger-reenable): Use debugger-jumping-flag and remove itself
19937 from post-command-hook.
19938 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
19939 debugger-reenable.
19940
43e7d00a
RC
199412005-03-01 Robert J. Chassell <bob@rattlesnake.com>
19942
284f0680 19943 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
43e7d00a
RC
19944 inclusion of "itemize\\|", which may be unnecessary, is certainly
19945 inelegant, and stops refilling in itemize lists when formatting
19946 Japanese Texinfo files to Info.
19947 Update copyright to 2005.
19948
911ba5f8
NR
199492005-03-01 Nick Roberts <nickrob@snap.net.nz>
19950
19951 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
19952 of an error if GDB can't find the source file.
19953
f830b09e
GM
199542005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
19955
19956 * calendar/calendar.el (redraw-calendar): Work from any buffer,
19957 not just the calendar.
19958
19959 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
19960 first.
19961 (diary-redraw-calendar): New function.
19962 (make-diary-entry): Add diary-redraw-calendar to local
19963 write-contents-functions. Turn off selective display before
19964 inserting in diary.
19965
5582d76d
KS
199662005-03-01 Kim F. Storm <storm@cua.dk>
19967
19968 * emacs-lisp/copyright.el (copyright-fix-years): New command.
19969
a9ee5cac
LK
199702005-03-01 Lute Kamstra <lute@gnu.org>
19971
19972 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
19973 that debug-entry-code can be safely removed from a function while
19974 this code is being evaluated. Revert the 2005-02-27 change as the
19975 new implementation no longer requires it. Make sure that a
dd39c336 19976 function body containing just a string is not mistaken for a docstring.
439368ed
LK
19977 (debug): Skip one more frame in case of debug on entry.
19978 (debugger-setup-buffer): Delete one more frame line in case of
19979 debug on entry.
19980 (debugger-frame-number): Update to use the new text introduced by
d245ff23 19981 the 1999-11-03 change. Skip one more frame in case of debug on entry.
a9ee5cac 19982
77032434
KS
199832005-02-28 Kim F. Storm <storm@cua.dk>
19984
19985 * double.el (double-translate-key): Call force-window-update after
19986 read-event to avoid crash in redisplay.
19987
c4d5a8a1
SM
199882005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
19989
19990 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
19991 (debug): Use it. Move the inhibit-trace earlier.
19992 (debug-entry-code): New const.
19993 (debug-on-entry-1): Use it.
19994
4c23089d 199952005-02-28 Chong Yidong <cyd@stupidchicken.com>
dbaba2d2 19996
c4d5a8a1
SM
19997 * international/utf-16.el (ccl-encode-mule-utf-16le):
19998 Fix BUFFER_MAGNIFICATION to 2.
dbaba2d2
KH
19999 (ccl-encode-mule-utf-16be): Likewise.
20000
200012005-02-28 Kenichi Handa <handa@m17n.org>
20002
20003 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
20004 Fix BUFFER_MAGNIFICATION to 4.
20005 (ccl-encode-mule-utf-16be-with-signature): Likewise.
20006
0f468ead
NR
200072005-02-28 Nick Roberts <nickrob@snap.net.nz>
20008
20009 * speedbar.el (speedbar-update-flag): Doc fix.
20010 (speedbar-show-info-under-mouse): Give set-mouse-position the right
20011 argument.
20012
35c5f5d3
SM
200132005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
20014
fc88c288
SM
20015 * reveal.el (reveal-post-command): Don't try to reveal overlays which
20016 have a non-nil `invisible' property but are actually visible.
20017
35c5f5d3
SM
20018 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
20019 for perldoc sections.
20020 (perl-outline-regexp, perl-outline-level): New var and function.
20021 (perl-mode): Use them.
20022
f43ae016
GM
200232005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
20024
20025 * calendar/diary-lib.el (diary-remind): Discard any mark portion
20026 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
20027
04c9dde8
LT
200282005-02-27 Luc Teirlinck <teirllm@auburn.edu>
20029
20030 * cus-edit.el: Comment change.
20031 (custom-buffer-create-internal): Slightly reword text at top of
20032 Custom buffers. Mention there that saving an option edits the
20033 init file. Add link to Emacs manual node on `custom-file'.
20034 (custom-magic-alist): Rewrite individual State messages to use
20035 capitalized keywords. Doc fix.
20036
261b7f30
GM
200372005-02-27 Matt Hodges <MPHodges@member.fsf.org>
20038
20039 * calendar/calendar.el (calendar-buffer): Move above
20040 calendar-week-start-day.
20041 (calendar-week-start-day): Doc fix. Add :set function.
20042 (calendar-minimum-window-height): New variable.
20043 (generate-calendar-window): Only resize window if selected-window
20044 is displaying the calendar buffer. Use new variable
20045 calendar-minimum-window-height.
20046 (generate-calendar): Reword error message.
20047 (calendar-mode-map): Bind DEL to scroll-other-window-down.
20048
b71c9e75
AS
200492005-02-27 Andreas Schwab <schwab@suse.de>
20050
c58447fd
AS
20051 * vc.el (vc-do-command): Don't run command asynchronously when
20052 operating in a remote directory.
20053
b71c9e75
AS
20054 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
20055 change from sync with Tramp 2.0.47.
20056
aa5c6b3e
RS
200572005-02-27 Richard M. Stallman <rms@gnu.org>
20058
20059 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
20060
20061 * textmodes/flyspell.el (flyspell-mode-on):
20062 Call ispell-change-dictionary only if necessary.
20063
20064 * emacs-lisp/re-builder.el (regexp-builder): New function.
20065
20066 * register.el (describe-register-1): Explicitly handle
20067 yank-excluded-properties = t.
20068
20069 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
20070 (custom-magic-alist): Change the status descriptions again.
20071 (face widget-type): Total rewrite based on `restricted-sexp'
20072 to eliminate the confusing double hiding levels.
20073
20074 * emacs-lisp/debug.el (debug-on-entry-1):
20075 If function body is empty, add nil as body form.
20076
5f8a82e1
SM
200772005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
20078
20079 * emacs-lisp/trace.el (inhibit-trace): New var.
20080 (trace-make-advice): Use it.
20081
20082 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
20083
c6f4488c
KS
200842005-02-26 Kim F. Storm <storm@cua.dk>
20085
20086 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
20087 (mouse-on-link-p, mouse-drag-region-1): Use it.
20088
a0b497c5
LK
200892005-02-25 Lute Kamstra <lute@gnu.org>
20090
20091 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
20092
ffa8d0ef
LT
200932005-02-24 Luc Teirlinck <teirllm@auburn.edu>
20094
20095 * frame.el (blink-cursor-mode): Add :group keyword.
20096
1a951b51
GM
200972005-02-24 Ulf Jasper <ulf.jasper@web.de>
20098
78d54dee
SM
20099 * calendar/icalendar.el (icalendar--decode-isodatetime):
20100 New optional argument DAY-SHIFT.
1a951b51
GM
20101 (icalendar-export-region): Fix coding-system-for-write.
20102 (icalendar--convert-ical-to-diary): Shift end-day of all-day
20103 events by one.
20104
6ecedb40
SM
201052005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
20106
20107 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
20108
1749aa90
KS
201092005-02-24 Kim F. Storm <storm@cua.dk>
20110
20111 * international/iso-acc.el (iso-accents-compose): Fix crash
20112 during redisplay. Call force-window-update after read-event
20113 and delete-region to signal that window is not accurate.
20114
78d54dee
SM
201152005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
20116
20117 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
20118 Remove unused and inexistent var `inhibit-trace'.
20119 (debugger-mode): Use run-mode-hooks.
20120 (debugger-list-functions): Add buttons; setup xref stack.
20121
a98ac7ae
RS
201222005-02-23 Richard M. Stallman <rms@gnu.org>
20123
20124 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
20125 appointment says it was explicitly made.
20126 (appt-add): Set the 3rd element.
20127 (appt-make-list): Preserve explicit appointments.
20128
20129 * subr.el (find-tag-default): Catch errors in forward-sexp.
20130
91c66262
JL
201312005-02-23 Juri Linkov <juri@jurta.org>
20132
20133 * info.el (Info-isearch-search): New defcustom.
20134 (Info-isearch-search): Call the default isearch function
20135 when Info-isearch-search is nil.
20136 (Info-isearch-wrap): Use variable Info-isearch-search.
20137
01d746be
LT
201382005-02-22 Luc Teirlinck <teirllm@auburn.edu>
20139
20140 * cus-edit.el: Comment change.
20141
b686dd59
KS
201422005-02-22 Kim F. Storm <storm@cua.dk>
20143
6ecedb40
SM
20144 * progmodes/hideif.el (hide-ifdef-use-define-alist):
20145 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
b686dd59 20146
fe77c061
SJ
201472005-02-22 Simon Josefsson <jas@extundo.com>
20148
6ecedb40
SM
20149 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
20150 New variable.
fe77c061
SJ
20151 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
20152 Oskarsson" <myrkraverk@users.sourceforget.net>.
20153
baf70a02
KS
201542005-02-22 Kim F. Storm <storm@cua.dk>
20155
20156 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
20157 check that window of that event is the selected window.
20158 (mouse-drag-region-1): Compare mouse event window to selected
20159 window before setting point.
20160
20161 * tooltip.el (tooltip-show-help-function): Pass event to
20162 mouse-on-link-p so it can check selected window.
20163
ca69e8aa
KH
201642005-02-22 Kenichi Handa <handa@m17n.org>
20165
20166 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
20167 (ps-mule-show-warning): New function.
20168 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
20169 characters are found.
20170
20171 * ps-print.el (ps-header-footer-string): Return a list of header
20172 and footer strings.
20173
dae3211d
SM
201742005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
20175
20176 * pcvs.el (cvs-retrieve-revision): Fix thinko.
20177
201782005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
2c75eddf 20179
9df747e1
SM
20180 * frame.el (blink-cursor-mode): Use define-minor-mode.
20181
2c75eddf
SM
20182 * term/mac-win.el (function-key-map): Use char-names more consistently.
20183 (file-name-coding-system): Only set it for MacOS-9. The other case is
20184 already handled in mule-cmds.el (where it also works when mac-win.el
20185 is not used).
20186
c4a166f1
KH
201872005-02-21 Kenichi Handa <handa@m17n.org>
20188
002dc239
KH
20189 * international/mule.el (ctext-pre-write-conversion): Always use
20190 " *code-converting-work*" buffer for work.
20191
c4a166f1
KH
20192 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
20193
22071507
TTN
201942005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
20195
20196 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
20197
50d9c396
JY
201982005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
20199
2c75eddf 20200 * ses.el (undo-more): Restore defadvice, but only the part that
50d9c396
JY
20201 allows changes outside the restricted area of the buffer.
20202
0fba9f25
KS
202032005-02-20 Kim F. Storm <storm@cua.dk>
20204
20205 * simple.el (line-move): Add fourth optional arg try-vscroll which
20206 must be set to perform auto-window-vscroll.
20207 When moving backwards and doing auto-window-vscroll, automatically
20208 vscroll to the last part of lines which are taller than the window.
20209 (next-line, previous-line): Set try-vscroll arg on line-move.
20210
ac010fca
DN
202112005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
20212
f79bdb3a
DN
20213 * replace.el (query-replace, query-replace-regexp)
20214 (replace-string, replace-regexp): When operating on region, make
20215 the minibuffer prompt say so.
20216
ac010fca
DN
20217 * isearch.el (isearch-forward): Document isearch-query-replace and
20218 isearch-query-replace-regexp keybindings.
0fba9f25 20219
fa64fa22
JB
202202005-02-19 Jay Belanger <belanger@truman.edu>
20221
20222 * calc/calc-aent.el (math-read-token): Add local variable.
20223
20224 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
20225 (calc-edit-top): Move declaration to earlier in file.
20226 (calc-edit-macro-repeats): Add local variables.
20227
20228 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
20229 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
20230 calcFunc-tanh.
20231 Adjust integration rule for calcFunc-tan.
20232
3f9526a3 202332005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
0fba9f25
KS
20234
20235 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
20236 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
20237 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
20238 (viper-skip-separators): Bug fix.
20239 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
3f9526a3 20240 particular major mode.
0fba9f25 20241 (viper-del-backward-char-in-replace): Don't put deleted char on the
3f9526a3 20242 kill ring.
0fba9f25
KS
20243
20244 * viper-ex.el (viper-color-display-p): New function.
20245 (viper-has-face-support-p): Use viper-color-display-p.
20246
20247 * viper-keym.el (viper-gnus-modifier-map): New keymap.
20248
20249 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
20250
20251 * viper-util.el (viper-glob-unix-files): Fix shell status check.
20252 (viper-file-remote-p): Make equivalent to file-remote-p.
20253
78d54dee
SM
20254 * viper.el (viper-major-mode-modifier-list):
20255 Use viper-gnus-modifier-map.
0fba9f25 20256
c761fd55
DK
202572005-02-19 David Kastrup <dak@gnu.org>
20258
20259 * subr.el (subregexp-context-p): Fix garbled doc string by adding
20260 quoting.
20261
7ca4e8a1
JB
202622005-02-19 Jay Belanger <belanger@truman.edu>
20263
20264 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
78d54dee 20265 Remove extra definitions.
7ca4e8a1
JB
20266 (calc-coth): New function.
20267 (calcFunc-cot): Fix `let'.
20268
0e0d5683
EZ
202692005-02-19 Eli Zaretskii <eliz@gnu.org>
20270
20271 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
20272 the reasons we use "type pc" in these faces.
20273
20274 * button.el (button): Ditto.
20275
2511035d
EZ
202762005-02-19 Michael Mauger <mmaug@yahoo.com>
20277
20278 * replace.el (query-replace-read-from): Set the value of
20279 query-replace-from-history-variable to handle the case of an empty
20280 string entered to accept the suggested default.
74f69b93 20281
78d54dee
SM
20282 * net/tramp.el (tramp-file-name-for-operation):
20283 Use dired-call-process instead of dired-call-process-command.
74f69b93 20284
7182a9a6
JB
202852005-02-19 Jay Belanger <belanger@truman.edu>
20286
20287 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
20288 (math-div-non-trig): New variables.
20289 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
20290 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
20291 (math-combine-prod, math-div-symb-fancy): Add simplifications for
20292 trig expressions.
20293
8c4e7434
NR
202942005-02-19 Nick Roberts <nickrob@snap.net.nz>
20295
20296 * progmodes/gdb-ui.el (gdb-var-update-handler)
20297 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
20298 for watch expressions,
20299 (gdb-var-create-handler): Don't set speedbar-update-flag.
20300 (gdb-post-prompt): Simplify test for speedbar.
20301
17561e4f 203022005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
0fba9f25 20303
78d54dee 20304 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
af71d4c0 20305 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
17561e4f 20306 we use the syntax table of the correct buffer.
af71d4c0 20307 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
17561e4f 20308 Felix Gatzemeier.
0fba9f25 20309
78d54dee
SM
20310 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
20311 (ediff-file-remote-p): Make synonymous with file-remote-p.
17561e4f 20312 In all deffaces ediff-*-face-*, use min-colors.
0fba9f25 20313
78d54dee
SM
20314 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
20315 ediff-recurse-to-subdirectories.
20316 (ediff-mark-if-equal): Check that the arguments are strings, use
17561e4f 20317 ediff-same-contents (after to Felix Gatzemeier).
0fba9f25 20318
78d54dee 20319 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
17561e4f 20320 nil.
0fba9f25 20321
9be92b96
SM
203222005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
20323
20324 * log-view.el (log-view-message-re): Fix up Subversion regexp.
20325
3a51abf1
DK
203262005-02-18 David Kastrup <dak@gnu.org>
20327
20328 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
20329 use `mark-active' when defined.
20330
92dc83a9
KH
203312005-02-18 Kenichi Handa <handa@m17n.org>
20332
20333 * ps-print.el (ps-font-info-database): New entry
20334 ZapfChancery-MediumItalic with correct font name. Fix font name
20335 of the entry Zapf-Chancery-MediumItalic.
20336
6dbbc01d
LT
203372005-02-16 Luc Teirlinck <teirllm@auburn.edu>
20338
20339 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
20340
4aed6e1e
KS
203412005-02-16 Kim F. Storm <storm@cua.dk>
20342
20343 * ido.el (ido-fallback-command): Pass user input to fallback command.
20344
203452005-02-16 Nick Roberts <nickrob@snap.net.nz>
fb05d8af
NR
20346
20347 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
20348 (gdb-find-file-hook): Add server prefix.
20349
a29c9707
RS
203502005-02-16 Richard M. Stallman <rms@gnu.org>
20351
20352 * replace.el (perform-replace): Pass new args to replace-highlight.
20353 (replace-highlight): Take region args,
20354 and pass them to isearch-lazy-highlight-new-loop.
20355
20356 * novice.el (disabled-command-hook): Autoload the defalias
20357 and the make-obsolete-variable call.
20358
20359 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
20360
20361 * isearch.el (isearch-lazy-highlight-start-limit)
20362 (isearch-lazy-highlight-end-limit): New variables limit
20363 the region for highlighting.
20364 (isearch-lazy-highlight-new-loop): New args BEG and END.
20365 (isearch-lazy-highlight-search): Use the new vars.
20366 (isearch-lazy-highlight-update): Likewise.
20367
20368 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
20369
20370 * cus-start.el (all): Use default-boundp.
20371
4aed6e1e 203722005-02-15 David Casperson <casper@unbc.ca> (tiny change)
a29c9707
RS
20373
20374 * menu-bar.el (menu-bar-select-frame): Handle current frame.
20375
e1c9f939
LT
203762005-02-15 Luc Teirlinck <teirllm@auburn.edu>
20377
20378 * autorevert.el (auto-revert-stop-on-user-input)
20379 (auto-revert-verbose): Doc fixes.
20380
52c7f9ee
JR
203812005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
20382
20383 * international/mule-cmds.el (set-locale-environment): Remove call
20384 to set-selection-coding-system on Windows.
20385
6ec30302
JB
203862005-02-15 Jay Belanger <belanger@truman.edu>
20387
20388 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
78d54dee 20389 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
6ec30302
JB
20390 calcFunc-coth.
20391 (math-simplify-sqrt): Add simplifications.
20392
20393 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
20394 to list.
20395
20396 * calc/calc-ext.el: Add functions to autoloads.
20397
20398 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
20399 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
20400 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
20401 (math-csc-raw, math-cot-raw): New functions.
20402
20403 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
20404
20405 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
20406 the variable name in a message.
20407
20408 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
20409 calcFunc-csc, calcFunc-cot.
20410
20411 * calc/calcalg2.el: Add derivative and integration rules for
20412 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
20413 calcFunc-csch, calcFunc-coth.
20414 (math-do-integral-methods): Add to checks for when to use
20415 substitutions.
20416
20417 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
20418
43817a75
LK
204192005-02-15 Lute Kamstra <lute@gnu.org>
20420
9be92b96
SM
20421 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
20422 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
43817a75
LK
20423 <monnier@iro.umontreal.ca>
20424 (lisp-outline-level): Improve efficiency. Suggested by David
20425 Kastrup <dak@gnu.org>.
20426
34093ed7
NR
204272005-02-15 Nick Roberts <nickrob@snap.net.nz>
20428
20429 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
20430 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
20431 (gdb-set-gud-minor-mode-existing-buffers): New functions.
52eb0373 20432 (gdb-find-file-hook): New hook. Add it to find-file-hook.
34093ed7
NR
20433 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
20434
0f014aa1
LT
204352005-02-14 Luc Teirlinck <teirllm@auburn.edu>
20436
20437 * cus-start.el (all): Comment change.
20438
23e8c095
LK
204392005-02-14 Lute Kamstra <lute@gnu.org>
20440
20441 * cus-start.el (all): Check if symbol is void.
20442
a4869139
CD
204432005-02-14 Carsten Dominik <dominik@science.uva.nl>
20444
20445 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
20446 optional argument to \cite.
20447
134948fc
RS
204482005-02-14 Richard M. Stallman <rms@gnu.org>
20449
20450 * cus-edit.el (custom-buffer-create-internal): Update help message.
20451 (custom-magic-alist): Update help messages.
20452
20453 * cus-start.el (all): Allow a var to specify a standard value.
20454
5e2087b8
LT
204552005-02-12 Luc Teirlinck <teirllm@auburn.edu>
20456
20457 * custom.el (custom-theme-set-variables): Handle variable aliases.
20458
20459 * frame.el (blink-cursor-timer): Doc fix.
5e2087b8
LT
20460 (blink-cursor): Make it an alias for `blink-cursor-mode' and
20461 declare obsolete.
03e38499
LT
20462 (blink-cursor-mode): Define with defcustom and use correct
20463 standard expression in that defcustom.
5e2087b8
LT
20464 * startup.el (command-line): Adapt to above changes in frame.el.
20465
b7a2a696
LK
204662005-02-11 Lute Kamstra <lute@gnu.org>
20467
20468 * apropos.el (apropos-score-doc): Prevent division by zero.
20469
ea66d5e0
GM
204702005-02-11 Ulf Jasper <ulf.jasper@web.de>
20471
20472 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
20473 (icalendar--get-event-property-attributes)
20474 (icalendar--get-event-properties)
20475 (icalendar--datetime-to-diary-date): New functions.
20476 (icalendar--split-value): Doc fix.
20477 (icalendar--datetime-to-noneuropean-date)
20478 (icalendar--datetime-to-european-date): New optional argument
20479 SEPARATOR. Return result as a string instead of a list.
20480 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
20481 (icalendar--convert-string-for-export): Rename arg S to STRING.
20482 (icalendar-export-region): Doc fix. Change name of error buffer.
20483 Save output buffer.
20484 (icalendar-import-file): Add blank at end of prompt.
20485 (icalendar-import-buffer): Doc fix. Do not switch to error
20486 buffer. Indicate status in return value.
20487 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
20488 buffer. Save output buffer. Handle exception from recurrence
20489 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
20490 events. Fix problems with weekly all-day events.
20491
44291460
RS
204922005-02-10 Richard M. Stallman <rms@gnu.org>
20493
20494 * simple.el (eval-expression-print-format):
20495 Avoid warning about edebug-active.
20496
9be92b96 20497 * help.el (help-for-help-internal): Rename from help-for-help.
44291460
RS
20498 (help-for-help): Define with defalias.
20499
20500 * font-core.el (font-lock-default-function): Use with-no-warnings.
20501
20502 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
20503
20504 * custom.el (defface): Doc fix.
20505
37956fd5
NR
205062005-02-10 Nick Roberts <nickrob@snap.net.nz>
20507
20508 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
20509 width 0" to prevent word wrapping problems.
20510
44042fe7
KS
205112005-02-09 Kim F. Storm <storm@cua.dk>
20512
20513 * ido.el (ido-file-extensions-order): New defcustom.
20514 (ido-file-extension-lessp, ido-file-extension-aux)
20515 (ido-file-extension-order): New advanced file ordering.
20516 (ido-file-lessp): New simple file ordering.
20517 (ido-sort-list): Remove.
20518 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
20519 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
20520
e7eaabae
DN
205212005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
20522
20523 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
20524 that some versions of grep produce.
20525 (grep-mode-font-lock-keywords): Likewise.
20526
76f8cd56
NR
205272005-02-09 Nick Roberts <nickrob@snap.net.nz>
20528
20529 * progmodes/gdb-ui.el (gdb-location-list): New variable.
9be92b96 20530 (gdb-cdir): Delete.
76f8cd56
NR
20531 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
20532 (gdb-source-info): Treat case when source file is in another
20533 directory properly.
20534 (gdb-get-location): New function.
20535
519b13cd
JB
205362005-02-07 Jay Belanger <belanger@truman.edu>
20537
20538 * calc/calc-prog.el (calc-write-parse-table-part)
20539 (calc-fix-token-name): Fix a check for language type.
20540
9be92b96 20541 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
519b13cd 20542
009bb5d2
AS
205432005-02-07 Andre Spiegel <spiegel@gnu.org>
20544
20545 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
20546 as directory not writable.
20547
82ec225b
KS
205482005-02-07 Kim F. Storm <storm@cua.dk>
20549
20550 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
20551 (cua--standard-movement-commands): Remove list.
20552 Instead, set CUA property value to move for movement commands.
20553 (cua-movement-commands): Remove. Users must set CUA prop instead.
20554 (cua--pre-command-handler): Check CUA property.
20555 (cua--init-keymaps): Don't remap undo commands.
20556 (cua-mode): Don't call cua--rectangle-on-off.
20557
20558 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
20559 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
20560 (cua--rect-undo-set-point): New var.
20561 (cua--rectangle-undo-boundary): Setup undo apply entry.
20562 (cua--rect-undo-handler): New function for rectangle undo.
20563 (cua--rect-start-position, cua--rect-end-position): Add.
20564 (cua--rectangle-post-command): Call cua--rectangle-set-corners
20565 for restored rectangle. Set point if cua--rect-undo-set-point.
20566
c529f7f7
JB
205672005-02-06 Jay Belanger <belanger@truman.edu>
20568
20569 * calc/calc-lang.el (calc-tex-language): Display more information
20570 in messages.
20571
20572 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
20573 in TeX mode.
20574
ba2c991c
RS
205752005-02-06 Richard M. Stallman <rms@gnu.org>
20576
20577 * emacs-lisp/lisp.el (buffer-end): Doc fix.
20578
6d61d855
EZ
205792005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
20580
20581 * net/ldap.el (ldap-search-internal): Support attributes with
20582 optional descriptions separated by a semi-colon, as in
20583 "userCertificate;binary".
20584
18daafed
JD
205852005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20586
20587 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
20588 isn't a cons (i.e. the version is 0).
20589
cb602754
EZ
205902005-02-05 Eli Zaretskii <eliz@gnu.org>
20591
20592 * help.el (help-for-help): Doc fix.
20593
a0079e58
NR
205942005-02-05 Nick Roberts <nickrob@snap.net.nz>
20595
52eb0373 20596 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
a0079e58
NR
20597 GDB-Windows on the menu-bar as this works better.
20598
e67d06eb
JB
205992005-02-04 Jay Belanger <belanger@truman.edu>
20600
20601 * calc/calc-embed.el (calc-embedded-update): Don't put in
52eb0373 20602 unnecessary newlines. Adjust the end of formula marker.
e67d06eb
JB
20603
20604 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
20605 (math-latex-parse-two-args): New function.
20606
02f244c8
LK
206072005-02-03 Lute Kamstra <lute@gnu.org>
20608
20609 * help-fns.el (help-with-tutorial): Make sure that users cannot
20610 remove the entire text of the tutorial by means of `undo'.
20611
ca97010c
SM
206122005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
20613
20614 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
20615 in recent changes, where the ispell process was repeatedly
20616 killed & restarted.
a41118cc
SM
20617
20618 * international/mule-cmds.el (set-locale-environment): Set file-name
20619 coding system to utf-8 on Darwin systems.
20620 (set-default-coding-systems): Don't set default-file-name-coding-system
20621 on Darwin systems.
20622
4e07258f
RS
206232005-02-03 Richard M. Stallman <rms@gnu.org>
20624
20625 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
20626
206272005-02-03 Matt Hodges <MPHodges@member.fsf.org>
20628
20629 * faces.el (list-faces-display): Add optional argument.
20630
30b940a7
SM
206312005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
20632
20633 * font-core.el (font-lock-default-function): Handle the rare case where
20634 only font-lock-keywords is set.
20635
4e07258f 206362005-02-02 Kenichi Handa <handa@m17n.org>
fbbde29a 20637
30b940a7 20638 * international/characters.el: Cancel previous change for
fbbde29a
KH
20639 I-WITH-DOT-ABOVE and DOTLESS-i.
20640
20641 * international/latin-5.el: Cancel previous change.
20642
87c366c1
NR
206432005-02-02 Nick Roberts <nickrob@snap.net.nz>
20644
20645 * progmodes/gud.el: Correction to syntax in gud-menu-map.
20646
56072160
KH
206472005-02-02 Kenichi Handa <handa@m17n.org>
20648
20649 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
20650 DOTLESS-i.
20651
20652 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
20653 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
20654
394dff57 20655 * case-table.el (get-upcase-table): New function.
56072160
KH
20656 (copy-case-table): Copy upcaes table too if non-nil.
20657 (set-case-syntax-delims): Maintain upcase table too.
20658 (set-case-syntax-pair): Likewise.
20659 (set-upcase-syntax, set-downcase-syntax): New functions.
20660 (set-case-syntax): Maintain upcase table too.
20661
dd8e8b27
NR
206622005-02-02 Nick Roberts <nickrob@snap.net.nz>
20663
52eb0373 20664 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
dd8e8b27
NR
20665
20666 * progmodes/gud.el (gud-goto-info): New function.
20667 (gud-tool-bar-map): Use correct icon.
20668
cc08f5b2
TTN
206692005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
20670
20671 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
20672 When delegating, order args in the funcall correctly.
20673
b961eb0e
TTN
206742005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
20675
20676 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
20677
2fdf4457
CD
206782005-02-01 Carsten Dominik <dominik@science.uva.nl>
20679
20680 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
20681 buffer not visiting a file.
20682
a214f7ba
JB
206832005-01-31 Jay Belanger <belanger@truman.edu>
20684
20685 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
20686 bound on the line with the formula.
20687
fb89c330
KS
206882005-01-31 Kim F. Storm <storm@cua.dk>
20689
20690 * ses.el (ses-create-cell-variable-range)
20691 (ses-destroy-cell-variable-range, ses-reset-header-string)
20692 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
20693 (ses-insert-row): Fix format of apply undo entries.
20694
998858ae
JB
206952005-01-31 Jay Belanger <belanger@truman.edu>
20696
20697 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
20698 parts.
20699
20700 * calc/calc-embed.el (calc-embedded-open-formula)
20701 (calc-embedded-close-formula): Ignore matrix environments.
20702
20703 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
20704 TeX mode.
20705
20706 * calc/calc-lang.el (math-function-table, math-oper-table)
20707 (math-variable-table): Adjust the LaTeX portions.
20708
20709 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
20710 (math-latex-ignore-words): New constant.
20711
a6e7a34b
RS
207122005-01-31 Richard M. Stallman <rms@gnu.org>
20713
20714 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
20715 (ispell-local-dictionary): Doc fix.
20716 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
20717 Don't reinitialize at run time. Don't defcustom.
20718 All uses changed to append ispell-local-dictionary-alist,
20719 or check it first.
20720 (ispell-current-dictionary): New variable for dictionary in use.
20721 (ispell-dictionary): Now used only for global default.
20722 (ispell-start-process): Set ispell-current-dictionary,
20723 not ispell-dictionary.
20724 (ispell-change-dictionary): Use this only for setting
20725 user preferences.
20726 (ispell-internal-change-dictionary): New function
20727 to change the current dictionary in use.
fb89c330
KS
20728 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
20729 Use ispell-current-dictionary.
a6e7a34b
RS
20730 Handle ispell-local-dictionary-overridden.
20731 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
20732
1be70c61
JB
207332005-01-31 Jay Belanger <belanger@truman.edu>
20734
20735 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
20736
20737 * calc/calc-ext.el: Add calc-latex-language to autoloads.
20738 (calc-mode-map): Add calc-latex-language.
20739
20740 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
20741 (math-latex-print-frac): New functions.
20742 (math-oper-table, math-function-table, math-variable-table)
20743 (math-complex-format, math-input-filter): Add latex properties.
20744 (calc-set-language): Set math-expr-special-function-mapping.
20745
20746 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
fe38e3b0 20747 (calc-write-parse-table-part): Add LaTeX support.
1be70c61
JB
20748
20749 * calc/calc.el (calc-language): Adjust docstring.
20750 (calc-set-mode-line): Add LaTeX support.
20751 (math-expr-special-function-mapping): New variable.
e09d97e8 20752 (math-tex-ignore-words): Add to list.
fb89c330 20753
1be70c61
JB
20754 * calc/calccomp.el (math-compose-expr, math-compose-rows):
20755 Add LaTeX support.
20756 (math-compose-expr): Add support for special functions.
20757
20758 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
20759
2d08f307
NR
207602005-01-31 Nick Roberts <nickrob@snap.net.nz>
20761
20762 * progmodes/gdb-ui.el (gdb-memory-address)
20763 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
20764 (gdb-memory-mode-map, gdb-memory-format-keymap)
20765 (gdb-memory-format-menu, gdb-memory-unit-keymap)
20766 (gdb-memory-unit-menu): New variables for a buffer
20767 that lets the user examine program memory.
20768 (gdb-memory-set-address, gdb-memory-set-repeat-count)
20769 (gdb-memory-format-binary, gdb-memory-format-octal)
20770 (gdb-memory-format-unsigned, gdb-memory-format-signed)
20771 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
20772 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
20773 (gdb-memory-unit-word, gdb-memory-unit-halfword)
20774 (gdb-memory-unit-byte, gdb-memory-unit-menu)
20775 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
20776 (gdb-memory-mode, gdb-memory-buffer-name)
20777 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
20778 New functions for above buffer.
20779
ce406543
RS
207802005-01-30 Richard M. Stallman <rms@gnu.org>
20781
20782 * cus-edit.el (custom-bury-buffer): Function deleted.
20783 (custom-buffer-done-function): Option deleted.
30c02925 20784 (custom-buffer-done-kill): New replacement option.
ce406543
RS
20785 (Custom-buffer-done): Call quit-window.
20786 (custom-buffer-create-internal): Update for above changes.
20787
03c64f2e
LT
207882005-01-29 Luc Teirlinck <teirllm@auburn.edu>
20789
20790 * simple.el (undo-ask-before-discard): New var.
20791 (undo-outer-limit-truncate): Implement it.
20792 (undo-extra-outer-limit): Doc update.
20793
5a92a9eb
RS
207942005-01-29 Richard M. Stallman <rms@gnu.org>
20795
394dff57 20796 * ses.el (undo-more): Delete defadvice.
5a92a9eb
RS
20797 (ses-begin-change): Doc fix.
20798
20799 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
20800 instead of rebinding C-x u and C-_.
20801
20802 * files.el (normal-backup-enable-predicate): Return nil for files
20803 in /tmp, regardless of temporary-file-directory.
20804
20805 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
20806
20807 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
20808 (open-rectangle, delete-whitespace-rectangle-line)
03c64f2e 20809 (clear-rectangle-line): If FILL, pass t instead of FILL
5a92a9eb
RS
20810 for move-to-column's 2nd arg.
20811
20812 * simple.el (undo): Fix the test for continuing a series of undos.
20813 (undo-more): Set pending-undo-list to t when we reach end.
394dff57 20814 (pending-undo-list): Move up defvar.
5a92a9eb
RS
20815
20816 * wid-edit.el (widget-button-click):
20817 Shorten the range of the track-mouse binding.
20818
20819 * comint.el (comint-insert-input): Undo previous changes;
20820 use last-input-event in interactive spec.
20821
28d986b9
EZ
208222005-01-29 Eli Zaretskii <eliz@gnu.org>
20823
cf63e6fa
EZ
20824 * progmodes/compile.el (compilation-start): Bind buffer-read-only
20825 to nil before invoking call-process. Reset buffer's modified flag
20826 after fontifying it in the no-async branch.
20827
28d986b9
EZ
20828 * wid-edit.el (widget-specify-button): If mouse pointer shape
20829 cannot be changed, use mouse face instead.
20830
c7c87573
NR
208312005-01-29 Nick Roberts <nickrob@snap.net.nz>
20832
20833 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
20834 (gdb-goto-breakpoint): Make breakpoint handling work on template
88cc5da7 20835 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
588c0770 20836 (gdb-assembler-custom): Update to recognize breakpoint information
88cc5da7 20837 added on 2005-01-19.
c7c87573 20838
394dff57
SM
208392005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
20840
20841 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
20842 (dsssl-mode): Use define-derived-mode.
20843 (scheme-mode-initialize): Remove.
20844 (scheme-mode): Use run-mode-hooks.
20845
20846 * cus-edit.el (customize-group-other-window)
20847 (custom-buffer-create-other-window): Don't override special-display-*.
20848 (custom-mode-map): Make it dense.
20849
20850 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
20851 sets the default value.
20852
2d65673f
EZ
208532005-01-28 Eli Zaretskii <eliz@gnu.org>
20854
20855 * descr-text.el: Add more keywords.
20856
6b626913
SM
208572005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
20858
b9fbc167
SM
20859 * speedbar.el: Avoid unnecessary use of locate-library.
20860
6b626913
SM
20861 * international/mule-cmds.el (standard-display-european-internal):
20862 Don't fiddle with latin-1 non-break space any more since it's now
20863 special cased in the C code.
20864 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
20865
3bf93f74
LT
208662005-01-26 Luc Teirlinck <teirllm@auburn.edu>
20867
20868 * cus-start.el (all): Add `undo-outer-limit'.
20869
31df23f5
LK
208702005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
20871
6b626913
SM
20872 * textmodes/bibtex.el (bibtex-format-entry):
20873 Use `bibtex-empty-field-re' only on the text of fields, not on entire
31df23f5
LK
20874 field lines.
20875 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
20876 not on part of a buffer.
20877
208782005-01-25 Lute Kamstra <lute@gnu.org>
20879
20880 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
20881 nonempty field text strings like "{letters\\macro{}more letters}".
20882 Clarify docstring.
20883 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
20884 (bibtex-entry-offset, bibtex-parse-association)
20885 (bibtex-parse-field-name): Fix typos in docstrings.
6b626913 20886 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
31df23f5 20887
19f26a89 208882005-01-24 Carsten Dominik <dominik@science.uva.nl>
640d0c89 20889
60fc9395 20890 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
640d0c89 20891 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
60fc9395
CD
20892 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
20893 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
20894
20895 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
20896 isearch minor mode.
20897
fe860842
LT
208982005-01-24 Luc Teirlinck <teirllm@auburn.edu>
20899
20900 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
20901
2fc3738c
LK
209022005-01-24 Lute Kamstra <lute@gnu.org>
20903
20904 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
20905 CASECHARS and NOT-CASECHARS regular expressions of the
20906 "nederlands" and "nederlands8" dictionaries to prevent a "Range
20907 striding over charsets" error.
20908
dacb2f70
JB
209092005-01-24 Jay Belanger <belanger@truman.edu>
20910
20911 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
20912 display variable name.
20913
e1a050dc
KH
209142005-01-24 Kenichi Handa <handa@m17n.org>
20915
20916 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
20917 Fix setting of the element of encoded-kbd-iso2022-invocations.
20918
ac94d5f4
NR
209192005-01-24 Nick Roberts <nickrob@snap.net.nz>
20920
20921 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
20922 (gdb-threads-select): Change to also accept mouse events.
20923 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
20924 (gdb-threads-mouse-select): Delete.
20925
9bb99df6
LT
209262005-01-23 Luc Teirlinck <teirllm@auburn.edu>
20927
20928 * files.el (insert-directory): Take care of empty directory,
20929 listed without -a switch.
20930
bd6a8278
SM
209312005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
20932
04138be8
SM
20933 * textmodes/refill.el (refill-post-command-function):
20934 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
20935 to the list of functions that we should be careful not to undo.
20936 (refill-late-fill-paragraph-function): Remove.
20937 (refill-saved-state): New var.
20938 (refill-mode): Use it to save fill-paragraph-function.
20939 Save also the value of auto-fill-function.
20940
bd6a8278
SM
20941 * term/w32-win.el: Simplify code.
20942
5c20cae2
KS
209432005-01-23 Kim F. Storm <storm@cua.dk>
20944
8f958b40
KS
20945 * simple.el (line-move): Adapt to new return value from
20946 pos-visible-in-window-p.
20947
5c20cae2
KS
20948 * simple.el (line-move): Fix last change. Check partial
20949 visibility at point rather than at window-start.
20950
e1c7e69a
JR
209512005-01-22 Jason Rumney <jasonr@gnu.org>
20952
20953 * term/w32-win.el (xw-defined-colors): Remove debug-message.
20954
3d4d788a
DK
209552005-01-22 David Kastrup <dak@gnu.org>
20956
20957 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
20958
1a8461d3
EZ
209592005-01-22 Eli Zaretskii <eliz@gnu.org>
20960
20961 * type-break.el (type-break-mode): Add a test for
20962 type-break-file-name being non-nil.
20963
1da1887d
EZ
209642005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
20965
20966 * net/eudc.el (top level): Call (message "") via progn, so that
20967 eudc-options-file is loaded.
20968
d00e399a
KS
209692005-01-22 Kim F. Storm <storm@cua.dk>
20970
20971 * simple.el (line-move-1): Rename from line-move.
20972 (line-move): New function that adjusts vscroll for partially
20973 visible rows, and calls line-move-1 otherwise.
20974
2ff1dec9
JW
209752005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
20976
623f1465 20977 * pcomplete.el: Define pcomplete-read-event instead of read-event,
2ff1dec9
JW
20978 since it's not a complete read-event implementation
20979
7ec35700
JB
209802005-01-20 Jay Belanger <belanger@truman.edu>
20981
20982 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
20983 for called function.
20984
a15252fd
ST
209852005-01-20 Steven Tamm <steventamm@mac.com>
20986
6b626913 20987 * term/mac-win.el (process-connection-type): Remove.
a15252fd
ST
20988 Controlled now by s/darwin.h:PTY_ITERATION.
20989
66c226bf
SM
209902005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
20991
20992 * window.el (handle-select-window): Don't switch window when we're
20993 in the minibuffer.
20994
7c018923
SM
209952005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
20996
20997 * subr.el (dotimes-with-progress-reporter): New macro.
20998
20999 * ses.el (ses-dotimes-msg): Remove macro.
21000 Use `dotimes-with-progress-reporter' instead.
21001
8db8a5cf
ST
210022005-01-19 Steven Tamm <steventamm@mac.com>
21003
21004 * term/mac-win.el (process-connection-type): Use new
588c0770 21005 operating-system-release variable to use ptys on Darwin 7 (OS X
8db8a5cf
ST
21006 10.3) when using carbon build.
21007
7679290d
JB
210082005-01-19 Jay Belanger <belanger@truman.edu>
21009
21010 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
21011 flags if the last command was a tab or M-tab.
21012
17c90a9e
JB
21013 * calc/calc-prog.el (calc-user-define-edit): Put original formula
21014 in formula editing buffer.
21015
2c60b6d3
NR
210162005-01-19 Nick Roberts <nickrob@snap.net.nz>
21017
21018 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
21019 breakpoint image symbol in margin.
21020
1ff85beb
JB
210212005-01-19 Jay Belanger <belanger@truman.edu>
21022
21023 * calc/calc-prog.el (calc-execute-kbd-macro):
21024 Ignore calc-keep-arg-flag.
21025
664ca704
KH
210262005-01-19 Kenichi Handa <handa@m17n.org>
21027
21028 * textmodes/ispell.el (ispell-looking-at): New function.
21029 (ispell-process-line): Use ispell-looking-at to compare the ispell
21030 output and the buffer contents.
21031
926787be
JB
210322005-01-18 Jay Belanger <belanger@truman.edu>
21033
21034 * calc/calc.el (calc-display-raw): Fix docstring.
21035
67b9b71f
SM
210362005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
21037
7c018923
SM
21038 * simple.el (blink-matching-open): Strip extra info from syntax.
21039
67b9b71f
SM
21040 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
21041 funny chars in the end-of-here-doc marker.
21042
83c7f806
NR
210432005-01-19 Nick Roberts <nickrob@snap.net.nz>
21044
21045 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
21046 that enable/disabled state of breakpoints is shown correctly in
21047 fringe and on ttys.
21048 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
21049 Add breakpoint information as text properties.
67b9b71f 21050 (gdb-mouse-toggle-breakpoint):
83c7f806 21051 Rename to gdb-mouse-set-clear-breakpoint.
67b9b71f 21052 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
83c7f806
NR
21053 breakpoints in the margin.
21054 (gdb-remove-strings): Simplify.
21055
538a5f8b
JB
210562005-01-17 Jay Belanger <belanger@truman.edu>
21057
21058 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
21059 erasing buffer.
21060
444919be
RS
210612005-01-17 Richard M. Stallman <rms@gnu.org>
21062
21063 * progmodes/grep.el (grep-find): Copy from `grep' the condition
21064 for calling grep-compute-defaults.
21065
21066 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
21067 if buffer is empty.
21068
21069 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
21070
67476fca
SM
210712005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
21072
21073 * hilit-chg.el (highlight-changes-mode): Don't autoload.
21074
21075 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
21076 non-preloaded variables.
21077
4042dc25
ST
210782005-01-17 Steven Tamm <steventamm@mac.com>
21079
21080 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
21081 tex-shell cause to force interactivity when using pipes.
21082
aea3bdb1
KS
210832005-01-17 Kim F. Storm <storm@cua.dk>
21084
21085 * simple.el (just-one-space): Make arg optional.
21086
41774623
NR
210872005-01-17 Nick Roberts <nickrob@snap.net.nz>
21088
21089 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
30598da5 21090 posn-at-x-y to t to access left-margin.
41774623 21091
01917a18
MA
210922005-01-16 Michael Albinus <michael.albinus@gmx.de>
21093
21094 Sync with Tramp 2.0.47.
21095
11948172 21096 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
01917a18
MA
21097 catching keep-date problems in cp/scp operations.
21098 (tramp-handle-copy-file): Don't call `set-file-modes'
21099 unconditionally. Specialized functions should know better what is
21100 necessary. This improves performance a little bit, and the
21101 functions could catch errors with `cp -p' and `scp -p'.
21102 (tramp-do-copy-or-rename-file-via-buffer)
21103 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
21104 when appropriate.
67476fca
SM
21105 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
21106 Call `set-file-modes' when appropriate.
01917a18
MA
21107 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
21108 Johnsson <isak@hypergene.com>
21109 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
21110 of both Tramp buffer and debug buffer. Reported by Joakim Verona
21111 <joakim@verona.se>
21112 (tramp-file-name-for-operation): Mark `shell-command' as magic for
21113 Emacs only.
21114
11948172 21115 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
01917a18
MA
21116 `find-file-hooks' and `dired-mode-hook'.
21117 (tramp-minor-mode-map): Respective map. Add remapping for
21118 `compile' and `recompile'.
21119 (tramp-remap-command, tramp-recompile): New defuns.
21120 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
21121 in buffer "*Compilation*". Call the commands asynchronously.
21122
11948172 21123 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
01917a18
MA
21124 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
21125 `shell-command', because it isn't magic in XEmacs. Reported by
21126 Adrian Aichner <adrian@xemacs.org>.
21127
11948172 21128 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
01917a18
MA
21129 `substitute-in-file-name.
21130 (tramp-smb-handle-substitute-in-file-name): New defun.
21131 (tramp-smb-advice-PC-do-completion): Delete advice.
21132
211332005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
21134
11948172 21135 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
01917a18
MA
21136 Fix error in deleting region.
21137
d4b6c2e3
RS
211382005-01-15 Richard M. Stallman <rms@gnu.org>
21139
21140 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
21141 In non-temp buffer, switch syntax table temporarily.
21142
21143 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
21144
21145 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
21146
21147 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
21148
21149 * imenu.el (imenu--split-menu): Copy menulist before sorting.
21150 (imenu--generic-function): Use START, not BEG, as pos of definition.
21151
21152 * simple.el (just-one-space): Argument specifies number of spaces.
21153
21154 * simple.el (eval-expression-print-format): Avoid warning
21155 about edebug-active.
21156
c85465f9 211572005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
d4b6c2e3
RS
21158
21159 * progmodes/sh-script.el: Code copied from make-mode.el
21160 with small changes,
21161 (sh-mode-map): Bind C-c C-\.
21162 (sh-backslash-column, sh-backslash-align): New variables.
21163 (sh-backslash-region, sh-append-backslash): New functions.
aea3bdb1 21164
43805352
EZ
211652005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
21166
21167 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
67476fca 21168 (rmail-pop-password, rmail-pop-password-required): Move to
43805352 21169 rmail-obsolete group.
67476fca 21170 (rmail-set-pop-password): Rename to rmail-set-remote-password.
43805352 21171 All callers updated.
67476fca 21172 (rmail-get-pop-password): Rename to rmail-get-remote-password.
43805352
EZ
21173 Take an argument specifying whether it is POP or IMAP mailbox we
21174 are using. All callers updated.
67476fca
SM
21175 (rmail-pop-password-error): Rename to
21176 rmail-remote-password-error. Added mailutils-specific error message.
43805352
EZ
21177 (rmail-movemail-search-path)
21178 (rmail-movemail-variant-in-use): New variables.
67476fca
SM
21179 (rmail-remote-password, rmail-remote-password-required):
21180 New customization variables.
af71d4c0 21181 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
43805352 21182 (rmail-parse-url): New function.
67476fca 21183 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
43805352
EZ
21184 with GNU mailutils movemail.
21185
5754a69e
EZ
211862005-01-15 Kevin Ryde <user42@zip.com.au>
21187
21188 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
21189 suffix to space, $ or '$, to correctly position point when going
21190 to @table style constants like DBL_MAX.
21191
a7ed85f0
EZ
211922005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
21193
21194 * type-break.el (type-break-mode, type-break-file-time)
67476fca
SM
21195 (type-break-file-keystroke-count, type-break-choose-file):
21196 Don't store data in or load data from the file if type-break-file-name
a7ed85f0
EZ
21197 is nil.
21198 (type-break-file-name): Doc update as per the above.
21199
f79b331a
EZ
212002005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
21201
21202 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
21203 lookup-key might return nil; handle that.
21204
8b3a75ac
EZ
212052005-01-15 Alan Mackenzie <acm@muc.de>
21206
21207 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
67476fca 21208 rather than the element found, thus enabling the tree to be setcar'd.
8b3a75ac 21209
791d856f
CD
212102005-01-14 Carsten Dominik <dominik@science.uva.nl>
21211
21212 * textmodes/org.el (org-show-following-heading): New option.
21213 (org-show-hierarchy-above): Use `org-show-following-heading'.
7d7dac8c 21214 (org-cycle): Documentation fix.
791d856f
CD
21215
21216 * textmodes/org.el (orgtbl-optimized): New option
21217 (orgtbl-mode): New command, a minor mode.
21218 (orgtbl-mode-map): New variable.
21219 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
21220 (orgtbl-error, orgtbl-self-insert-command)
21221 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
21222
21223 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
21224 a local variable in each org-mode buffer.
21225
67476fca 21226 * textmodes/org.el (org-set-regexps-and-options): Rename from
791d856f 21227 `org-set-regexps'. Added checking for STARTUP keyword.
67476fca 21228 (org-get-current-options): Add STARTUP options.
1bef8597 21229 (org-table-insert-row): Make mode intelligent about when
791d856f 21230 realignment is needed.
67476fca
SM
21231 (org-self-insert-command, org-delete-backward-char, org-delete-char):
21232 New commands.
21233 (org-enable-table-editor): New default value `optimized'.
791d856f
CD
21234 (org-table-blank-field): Support blanking regions if active.
21235
af41e141
CD
212362005-01-14 Carsten Dominik <dominik@science.uva.nl>
21237
099fc2c9
CD
21238 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
21239 if the year is not given.
af41e141 21240
67476fca
SM
21241 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
21242 Add new escapes %m and %M, fixed bug with %F by adding
099fc2c9 21243 save-match-data.
67476fca
SM
21244 (reftex-reference): Remove ?. from list of spaces.
21245 (reftex-label-info): Add automatic label prefix recognition.
21246
21247 * textmodes/reftex-index.el (reftex-index-next-phrase):
21248 Add slave parameter to call of `reftex-index-this-phrase'.
21249 (reftex-index-this-phrase): New optional argument.
21250 (reftex-index-region-phrases): Add slave parameter to call of
21251 `reftex-index-this-phrase'.
21252 (reftex-display-index): New argument redo.
119f6f17 21253 (reftex-index-rescan): Add `redo' to arguments of
67476fca 21254 `reftex-display-index'.
af41e141 21255 (reftex-index-Rescan, reftex-index-revert)
119f6f17 21256 (reftex-index-switch-index-tag): Add `redo' to arguments of
67476fca
SM
21257 `reftex-display-index'.
21258 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
21259 indexing. Fix bug with matching is there is a quote before or
af41e141
CD
21260 after the word.
21261
67476fca
SM
21262 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
21263 Fix bug when collecting citation keys in lines with comments.
af41e141
CD
21264 (reftex-citation): Prefix argument no longer rescans the document,
21265 but forces prompting for optional arguments of cite macros.
67476fca 21266 (reftex-do-citation): Prompting for optional arguments implemented.
af41e141 21267
67476fca
SM
21268 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
21269 Add optional arguments to most cite commands.
af41e141
CD
21270 (reftex-cite-cleanup-optional-args): New option
21271 (reftex-cite-prompt-optional-args): New option.
67476fca 21272 (reftex-trust-label-prefix): New option.
af41e141 21273
67476fca
SM
21274 * textmodes/reftex-toc.el (reftex-toc-find-section):
21275 Add push-mark before changing the position in the buffer.
af41e141 21276
67476fca
SM
21277 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
21278 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
af41e141 21279
5ca75c83
NR
212802005-01-14 Nick Roberts <nickrob@snap.net.nz>
21281
21282 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
21283 more carefully.
21284
ed8031f2
SM
212852005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
21286
21287 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
21288 (sgml-mode): Use it.
21289 (sgml-get-context): Better keep track of implicitly closed tags.
21290
7573e36d
KH
212912005-01-13 Kenichi Handa <handa@m17n.org>
21292
21293 * textmodes/ispell.el: These changes are to fix misalignment error
21294 caused by equivalent characters of different Emacs charsets.
21295 (ispell-unified-chars-table): New variable.
21296 (ispell-get-decoded-string): New function.
21297 (ispell-get-casechars, ispell-get-not-casechars)
21298 (ispell-get-otherchars): Call ispell-get-decoded-string.
21299
80888260
JPW
213002005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
21301
21302 * custom.el (custom-declare-variable): Just put symbol instead
e2244c1d 21303 of (defvar . symbol) in `current-load-list'.
80888260 21304
9deb0aba
RS
213052005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
21306
21307 * emacs-lisp/elint.el: Fixed typo in Commentary section.
21308
f5340eb7
JB
213092005-01-12 Jay Belanger <belanger@truman.edu>
21310
21311 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
21312 to create a Calc summary.
21313
1e801ac3
KS
213142005-01-12 Kim F. Storm <storm@cua.dk>
21315
21316 * mouse.el (mouse-on-link-p): Change functionality and doc
21317 string to comply with latest description in lisp ref.
21318
a1c9fd19
NR
213192005-01-12 Nick Roberts <nickrob@snap.net.nz>
21320
ed8031f2
SM
21321 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
21322 Enable mouse clicks on mode-line, header-line and margin.
119f6f17
RS
21323 (event-type): Give mouse event symbols an `event-kind' property
21324 with value `mouse-click'.
a1c9fd19 21325
066a23af
JL
213262005-01-12 Juri Linkov <juri@jurta.org>
21327
21328 * facemenu.el (list-colors-display): Add new arg buffer-name.
21329 Use it. Fix docstring. Replace code for identifying duplicate
21330 colors by the name with call to `list-colors-duplicates' which
21331 identifies duplicate colors by the value unless the color
21332 is one of special Windows colors. Set truncate-lines to t.
21333 Print sorted duplicate color names on each line. Indent to 22
21334 \(the longest color name in rgb.txt) instead of 20. Optimize.
21335 (list-colors-duplicates): New function.
21336 (facemenu-color-name-equal): Delete function.
21337
987d1819
JL
21338 * facemenu.el (list-colors-print): New function created from code
21339 in list-colors-display. Print #RRGGBB at the window right edge.
21340 (list-colors-display): When temp-buffer-show-function is not
21341 defined, call list-colors-print from temp-buffer-show-hook
21342 to get the right value of window-width in list-colors-print
21343 after the buffer is displayed.
21344
aac42a1b
JL
21345 * simple.el (pop-mark): Move deactivate-mark out of conditional
21346 part to deactivate the active mark regardless of the state of the
21347 mark ring.
21348
21349 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
21350 variables line in desktop files.
21351
afd33362
JL
213522005-01-12 Juri Linkov <juri@jurta.org>
21353
21354 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
21355 Bring together isearch highlight related options.
21356 (lazy-highlight): Replace group `replace' by `matching'.
21357 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
21358 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
21359 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
21360 and declare them obsolete.
21361 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
21362 (isearch-faces): Remove defgroup.
21363 (isearch-overlay, isearch-highlight, isearch-dehighlight):
21364 Move isearch highlighting code closer to lazy highlighting code.
21365
21366 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
21367 (query-replace-highlight, query-replace-lazy-highlight)
21368 (query-replace): Move definitions to the beginning of the file.
21369
424b9d3e
JL
213702005-01-11 Juri Linkov <juri@jurta.org>
21371
881b07f9
JB
21372 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
21373 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
424b9d3e
JL
21374 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
21375
21376 * info.el (Info-history-forward): New variable.
21377 (Info-select-node): Reset Info-history-forward to nil.
21378 (Info-last): Turn into defalias.
21379 (Info-history-back): Rename from Info-last.
21380 Add current node to Info-history-forward.
21381 (Info-history-forward): New fun.
21382 (Info-mode-map): Replace Info-last by Info-history-back.
21383 Bind Info-history-forward to "r".
21384 (Info-mode-menu): Replace Info-last by Info-history-back.
21385 Fix menu item text. Add menu item for Info-history-forward.
21386 (info-tool-bar-map): Replace Info-last by Info-history-back.
21387 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
21388 for Info-history-forward.
21389 (Info-mode): Replace Info-last by Info-history-back in docstring.
21390 Add local variable Info-history-forward.
21391 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
21392
fbd8dc8a
SM
213932005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
21394
21395 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
21396 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
21397 Ignore select-window events rather than fiddle with
21398 mouse-autoselect-window.
21399
28f94a34
RS
214002005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
21401
21402 * type-break.el (type-break-mode): Fix previous change.
21403
b748957a
JB
214042005-01-10 Jay Belanger <belanger@truman.edu>
21405
10907497 21406 * calc/calc-ext.el (calc-reset): Reset when inside embedded
fbd8dc8a
SM
21407 calculator; only reset when point is inside a calculator.
21408 Don't adjust the window height if the window takes up the whole height
10907497 21409 of the frame.
b748957a 21410
e4edc5cd
TTN
214112005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
21412
21413 * ebuff-menu.el (Electric-buffer-menu-mode):
21414 Preserve value of buffer-local var header-line-format.
21415
3579f0c2
JB
214162005-01-09 Jay Belanger <belanger@truman.edu>
21417
21418 * calc/calc.el (calc-mode-var-list-restore-saved-values):
21419 Make sure settings file exists before accessing it.
21420
7f72c3db
JB
21421 * calc/calc-embed.el (calc-embedded-subst):
21422 Replace math-multi-subst-rec, which is only supposed to be called
21423 by math-multi-subst, by math-multi-subst.
21424
5fbf7903
AS
214252005-01-09 Andre Spiegel <spiegel@gnu.org>
21426
21427 * vc.el (vc-allow-async-revert): New user option.
21428 (vc-disable-async-diff): New internal variable.
21429 (vc-revert-buffer): Use them to disable asynchronous diff.
21430
fbd8dc8a
SM
21431 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
21432 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
5fbf7903
AS
21433 asynchronously if vc-disable-async-diff is t.
21434
809c26be
JB
214352005-01-09 Jay Belanger <belanger@truman.edu>
21436
21437 * calc/calc.el (defcalcmodevar): New macro.
21438 (calc-mode-var-list-restore-default-values)
21439 (calc-mode-var-list-restore-saved-values): New functions.
21440 (calc-mode-var-list): Use defcalcmodevar to define it.
21441 (calc-always-load-extensions, calc-line-numbering)
21442 (calc-line-breaking, calc-display-just, calc-display-origin)
21443 (calc-number-radix, calc-leading-zeros, calc-group-digits)
21444 (calc-group-char, calc-point-char, calc-frac-format)
21445 (calc-prefer-frac, calc-hms-format, calc-date-format)
21446 (calc-float-format, calc-full-float-format, calc-complex-format)
21447 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
21448 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
21449 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
21450 (calc-matrix-brackets, calc-language, calc-language-option)
21451 (calc-left-label, calc-right-label, calc-word-size)
21452 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
21453 (calc-display-raw, calc-internal-prec, calc-angle-mode)
21454 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
21455 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
21456 (calc-window-height, calc-display-trail, calc-show-selections)
21457 (calc-use-selections, calc-assoc-selections)
21458 (calc-display-working-message, calc-auto-why, calc-timing)
21459 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
21460 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
21461 (calc-gnuplot-default-device, calc-gnuplot-default-output)
21462 (calc-gnuplot-print-device, calc-gnuplot-print-output)
21463 (calc-gnuplot-geometry, calc-graph-default-resolution)
21464 (calc-graph-default-resolution-3d, calc-invocation-macro)
21465 (calc-show-banner): Use defcalcmodevar to declare them and set
21466 their default values.
21467
21468 * calc/calc-ext.el (calc-reset): Restore saved values of variables
21469 instead of default values (but restore default values if there is
21470 an argument of 0).
21471
0ba9bc53
DK
214722005-01-09 David Kastrup <dak@gnu.org>
21473
21474 * desktop.el (desktop-restore-eager): Fix typo in type.
21475
03e31a1a
RS
214762005-01-08 Richard M. Stallman <rms@gnu.org>
21477
21478 * cus-edit.el (customize): Delete :link.
21479
3aba853a
JB
214802005-01-08 Jay Belanger <belanger@truman.edu>
21481
21482 * calc/calc.el (calc-mode): Remove the extension from the
21483 `calc-settings-file' file name when loading it.
21484
1f387600
KS
214852005-01-08 Kim F. Storm <storm@cua.dk>
21486
21487 * info.el (Info-mode-map, Info-next-link-keymap)
21488 (Info-prev-link-keymap, Info-up-link-keymap):
21489 Map follow-link to mouse-face.
21490 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
21491
a4dfc830
JB
214922005-01-08 Jay Belanger <belanger@truman.edu>
21493
21494 * calc/calc.el (calc-settings-file): Change default value.
21495 Suggested by cgw in a comment in calc-mode.el.
21496
21497 * calc/calc-mode.el (calc-settings-file-name):
21498 Compare calc-settings-file to user-init-file instead of ~/.emacs.
21499 Replace ~/.emacs in a prompt by calc-settings-file.
21500
9abb41eb
LH
215012005-01-07 Lars Hansen <larsh@math.ku.dk>
21502
7716b93b
KS
21503 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
21504 (desktop-lazy-idle-delay): New customizable variables.
9abb41eb
LH
21505 (desktop-buffer-args-list): New variable.
21506 (desktop-append-buffer-args): New function.
21507 (desktop-save): Call desktop-append-buffer-args for some buffers.
21508 (desktop-lazy-create-buffer): New function.
21509 (desktop-idle-create-buffers): New function.
21510 (desktop-read): Add message about buffers to restore lazily.
21511 (desktop-lazy-abort): New command.
21512 (desktop-clear): Call desktop-lazy-abort.
21513 (desktop-lazy-complete): New command.
21514
c7ce7fc4
RS
215152005-01-06 Richard M. Stallman <rms@gnu.org>
21516
21517 * emacs-lisp/find-func.el (find-face-definition):
fbd8dc8a 21518 Rename from find-face.
c7ce7fc4 21519
c35b0c6b
KS
215202005-01-06 Kim F. Storm <storm@cua.dk>
21521
21522 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
21523
21524 * man.el (Man-xref-man-page, Man-xref-header-file)
21525 (Man-xref-normal-file): Add follow-link property.
21526
4c07596d
JB
215272005-01-06 Jay Belanger <belanger@truman.edu>
21528
21529 * calc/calc-units.el: Make sure the proper macro definitions are
21530 available when compiling.
21531
b49018ff
JL
215322005-01-06 Juri Linkov <juri@jurta.org>
21533
fbd8dc8a
SM
21534 * isearch.el (isearch-lazy-highlight-update):
21535 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
b49018ff 21536
e3cde0c7
MB
215372005-01-06 Miles Bader <miles@gnu.org>
21538
fbd8dc8a 21539 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
e3cde0c7
MB
21540 (isearch-lazy-highlight-face): Use new name.
21541
4dbbcb46
SM
215422005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
21543
2eec3e8e
SM
21544 * uniquify.el (uniquify-rationalize-file-buffer-names):
21545 Re-add an interactive spec.
9890ec7d
SM
21546 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
21547 to the same name.
2eec3e8e 21548
4dbbcb46
SM
21549 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
21550 (isearch-update, isearch-done): Adjust calls accordingly.
21551
436c08c2
RS
215522005-01-05 Richard M. Stallman <rms@gnu.org>
21553
c7ce7fc4
RS
21554 * custom.el (custom-set-variables, custom-theme-set-variables):
21555 Clarify documentation.
21556
436c08c2 21557 * emacs-lisp/find-func.el (find-variable)
4dbbcb46 21558 (find-variable-other-window, find-variable-other-frame):
436c08c2
RS
21559 Fix the TYPE args to find-function-read and find-function-do-it.
21560 (find-function): Doc fix.
21561 (find-function-at-point): Replace function-at-point alias.
21562
4829145a
RS
215632005-01-04 Richard M. Stallman <rms@gnu.org>
21564
21565 * cus-face.el (custom-declare-face):
21566 Record defface in current-load-list.
21567
21568 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
21569
21570 * emacs-lisp/find-func.el: Doc fixes.
21571 (find-face-regexp): New variable.
21572 (find-function-regexp-alist): New variable.
21573 (find-function-C-source): Third arg is now TYPE.
21574 (find-function-search-for-symbol): Handle general TYPE.
21575 (find-function-read, find-function-do-it): Handle general TYPE.
21576 (find-definition-noselect, find-face): New functions.
21577 (function-at-point): Alias deleted.
21578
73a6a972
SM
215792005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
21580
21581 * battery.el (display-battery-mode): Rename from display-battery.
21582 Handle the case where it gets turned off.
21583
60d1a807
RS
215842005-01-04 Richard M. Stallman <rms@gnu.org>
21585
dd496df6
RS
21586 * cus-edit.el (customize): Make :link point to user doc.
21587
21588 * man.el (Man-fontify-manpage): Turn off undo generation.
21589
60d1a807
RS
21590 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
21591
d198dfaa
AS
215922005-01-04 Andreas Schwab <schwab@suse.de>
21593
21594 * files.el (insert-directory): Only look for error lines in
73a6a972 21595 inserted text. Don't move too far after processing --dired markers.
d198dfaa 21596
69ba53f7
RS
215972005-01-04 Richard M. Stallman <rms@gnu.org>
21598
21599 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
21600 Don't expand if the character is @, period, dash, etc.
21601 (define-mail-abbrev): Quote names that contain problem characters.
21602
d4bb7735
TTN
216032005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
21604
21605 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
21606
d57c7572
RS
216072005-01-03 Richard M. Stallman <rms@gnu.org>
21608
21609 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
21610 (query-replace-highlight, query-replace-lazy-highlight)
21611 (query-replace): Definitions moved up. Doc fix.
21612
216132005-01-03 Richard M. Stallman <rms@gnu.org>
21614
21615 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
21616 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
21617 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
73a6a972 21618 (lazy-highlight-face): Rename from isearch-lazy-...
d57c7572
RS
21619 Change all references to them.
21620
985a8e0f
LT
216212005-01-03 Luc Teirlinck <teirllm@auburn.edu>
21622
21623 * cus-edit.el (custom-file): Doc fix for defcustom.
21624 (custom-file): The function no longer sets the variable
21625 `custom-file' to its return value.
21626
21627 * startup.el (command-line): No longer load `custom-file'.
21628
8a525646
SM
216292005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
21630
1b60b25a
SM
21631 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
21632
8a525646
SM
21633 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
21634 Don't confuse module-prefixed identifiers for labels.
21635 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
21636
c45c149c
RS
216372005-01-02 Richard M. Stallman <rms@gnu.org>
21638
969be033
RS
21639 * files.el (basic-save-buffer-1): Fix previous change.
21640
19996af4
RS
21641 * loadhist.el (file-loadhist-lookup): New function.
21642 (file-provides, file-requires): Use it.
21643
c45c149c
RS
21644 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
21645 instead of calculating the right size.
21646
d57c7572 216472005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
50292b6e 21648
3625f6b7 21649 * vc-svn.el (vc-svn-diff): Stay local if possible.
85aaa8d2 21650
d101bf56 216512005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
3625f6b7 21652
5e39b98a
SM
21653 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
21654
50292b6e
SM
21655 * files.el (hack-local-variables): Fix last change.
21656
731da695
JB
216572005-01-02 Jay Belanger <belanger@truman.edu>
21658
21659 * calc/calc-yank.el (calc-edit-top): New variable.
21660 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
21661 object. Change header properties.
21662 (calc-edit-finish, calc-edit-finish-stack-object)
21663 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
21664 edited object.
21665 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
21666 for the beginning of the edited object.
21667 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
21668 for the beginning of the edited object.
21669 * calc/calc-prog.el (calc-edit-macro-finish-edit)
21670 (calc-finish-formula-edit, calc-macro-repeats)
21671 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
21672 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
21673 beginning of the edited object.
21674 (calc-user-define-edit): Change the header for editing macros.
21675 Remove unnecessary variable.
21676
227c9573
JB
216772005-01-01 Jay Belanger <belanger@truman.edu>
21678
731da695 21679 * calc/calc-yank.el (calc-edit-mode): Change default header.
5e39b98a 21680 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
731da695 21681 * calc/calc-store.el (calc-edit-variable): Change title to match new
c5757d2e 21682 header.
42a797de 21683 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
c5757d2e
JB
21684 mode to match new header.
21685 (calc-user-define-edit): Change titles to include names of commands.
42a797de 21686 (calc-finish-formula-edit): Adjust to handle new header.
c5757d2e 21687 (calc-finish-macro-edit): Remove.
227c9573
JB
21688 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
21689 (calc-edit-macro-command, calc-edit-macro-command-type)
21690 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
21691 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
21692 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
21693 (calc-edit-macro-finish-edit): New functions.
21694 (calc-user-define-edit): Use new functions to edit named calc macros.
21695
4c6af0f6
SM
216962005-01-01 Stefan <monnier@iro.umontreal.ca>
21697
21698 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
21699
21700 * ses.el (copy-region-as-kill): Deactivate mark.
21701
3f68d7c8
RS
217022005-01-01 Richard M. Stallman <rms@gnu.org>
21703
f42a241b
RS
21704 * replace.el (occur-1): If the output buffer is also an input,
21705 don't kill it, rename it.
21706
21707 * faces.el (set-face-background, set-face-foreground): Doc fix.
21708
3f68d7c8
RS
21709 * cus-face.el (custom-face-attributes): Fix :help-echo strings
21710 for :foreground and :background.
21711
3f68d7c8 21712 * dired.el (dired-view-command-alist): Variable deleted.
4c6af0f6 21713 (dired-view-file, dired-mouse-find-file-other-window):
3f68d7c8
RS
21714 Delete the code to use it.
21715
41d0b092
KS
217162005-01-01 Kim F. Storm <storm@cua.dk>
21717
21718 * image.el (insert-sliced-image): Use t for line-height property.
21719
aea6ad3d 21720See ChangeLog.11 for earlier changes.
55115079
PA
21721
21722;; Local Variables:
21723;; coding: iso-2022-7bit
21724;; End:
21725
aaef169d 21726 Copyright (C) 2005, 2006 Free Software Foundation, Inc.
55115079
PA
21727 Copying and distribution of this file, with or without modification,
21728 are permitted provided the copyright notice and this notice are preserved.
21729
21730;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1