* font-lock.el (font-lock-lines-before): Delete variable, subsumed by
[bpt/emacs.git] / lisp / ChangeLog
1 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
4 the new extend-region feature.
5 (font-lock-after-change-function): Update correspondingly.
6 * jit-lock.el (jit-lock-after-change): Update correspondingly.
7 * progmodes/grep.el (font-lock-lines-before): Don't disable.
8
9 2006-03-15 Bill Wohler <wohler@newt.com>
10
11 * image.el (image-load-path-for-library): Fix example by not
12 recommending that one binds image-load-path. Just defvar it to
13 placate compiler and only use it if previously defined.
14
15 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
16
17 * textmodes/org.el (org-insert-centered): Use `string-width' to
18 make underlining work for wide characters.
19 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
20 TAB to `org-cycle', to make sure that no binding in
21 `outline-mode-map' can supercede it.
22
23 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
24
25 * allout.el: Increment version to 2.2.1 in file commentary.
26
27 (allout-version): Increment to 2.2.1.
28
29 (allout-default-layout): New customization variable, used when the
30 file lacks a specific allout-layout. Uses allout-layout-type for
31 recursively nested definition.
32
33 (allout-layout-type): Widget defining allout layouts, necessary for
34 self-recursive definition.
35
36 (allout-mode): Incorporate allout-default-layout as fallback for
37 allout-layout.
38
39 (allout-layout): Mark as 'safe-local-variable', and refer mention
40 fallback to `allout-default-layout' in absence of a specified value.
41 (allout-passphrase-verifier-string)
42 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
43
44 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
45
46 (allout-get-encryption-passphrase-verifier): Use correct name of
47 passphrase verifier in docstring.
48
49 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
50
51 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
52 elements.
53 (gdb-find-watch-expression): Make it work for arrays too. Follow
54 change to gdb-var-list.
55 (gud-watch): Allow the user to enter variable name with a prexix
56 arg. Create keybindings.
57 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
58 (gdb-var-list-children-handler, gdb-var-update-handler)
59 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
60 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
61 Follow change to gdb-var-list.
62 (gdb-starting): Don't show the overlay arrows when program is
63 running.
64
65 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
66 gdb-var-list.
67
68 2006-03-14 Bill Wohler <wohler@newt.com>
69
70 * image.el (image-load-path-for-library): Pass value of path
71 rather than symbol. Always return list of directories. Guarantee
72 that image directory comes first.
73
74 2006-03-14 Alan Mackenzie <acm@muc.de>
75
76 * font-core.el: New function/variable
77 font-lock-extend-region\(-function\)?.
78
79 * font-lock.el (font-lock-after-change-function): Call
80 font-lock-extend-region. Obey font-lock-lines-before.
81 (font-lock-default-fontify-region): Remove reference to
82 font-lock-lines-before.
83
84 * jit-lock.el (jit-lock-after-change): Call
85 font-lock-extend-region. Obey font-lock-lines-before.
86
87 2006-03-14 David Ponce <david@dponce.com>
88
89 * tree-widget.el (tree-widget-themes-load-path)
90 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
91
92 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
93
94 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
95 (rcirc-print): Mark the start of text at the end of the prompt.
96 (rcirc-track-minor-mode): Add autoload cookie.
97 (rcirc-update-activity-string): Add space to front of mode-line
98 indicator.
99
100 2006-03-13 Miles Bader <miles@gnu.org>
101
102 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
103 (rcirc-abbrev-nick): Remove function.
104 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
105
106 2006-03-13 David Ponce <david@dponce.com>
107
108 * tree-widget.el: Handle themes across all occurrences of the main
109 themes sub-directory found in tree-widget-themes-load-path.
110 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
111 (tree-widget--locate-sub-directory): Return all occurrences.
112 (tree-widget-themes-path): New function. Replace
113 tree-widget-themes-directory, and return a list of directories.
114 (tree-widget-set-parent-theme)
115 (tree-widget-lookup-image): Use it.
116
117 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
118
119 * textmodes/org.el (org-link-search): Avoid self-matching of
120 links, allow target text to be distributed over several lines.
121 (org-search-not-link): New function.
122 (org-set-regexps-and-options, org-get-current-options):
123 New startup options.
124 (org-export-as-html): Take odd-level setting from local variable.
125 (org-fontify-emphasized-text): New option.
126 (org-set-font-lock-defaults): Include emphasized text.
127 (org-follow-mhe-link): Allow folder-only links, fix folder name.
128 (org-font-lock): Customize group renamed from `org-faces'.
129
130 2006-03-13 John Paul Wallington <jpw@pobox.com>
131
132 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
133 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
134
135 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
136
137 * cus-start.el (all): Delete :version keyword for members of the
138 fringe group, since the entire group is new in 22.1.
139
140 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
141
142 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
143 map if value is hexadecimal (an address).
144 (gud-watch): Only search roots for existing watch expressions.
145 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
146 prevent caching problems with speedbar-update-directory-contents.
147
148 2006-03-12 Juri Linkov <juri@jurta.org>
149
150 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
151 before comparing with `low' and `warn'.
152
153 * info.el (Info-dir-remove-duplicates): Move point to the
154 beginning of the current line after deleting the entries from
155 redundant heading. Use marker for `limit' and compare it with
156 point before calling `re-search-forward'.
157
158 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
159
160 * simple.el (yank): Fix typo in docstring.
161
162 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
163
164 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
165 messages, where "D" is the 6th character.
166
167 2006-03-11 Eli Zaretskii <eliz@gnu.org>
168
169 * simple.el (yank): Fix last change.
170
171 2006-03-11 David Ponce <david@dponce.com>
172
173 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
174 merging elements from the standard ispell-dictionary-alist.
175 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
176 alist, and return the new alist.
177
178 2006-03-11 Richard Stallman <rms@gnu.org>
179
180 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
181
182 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
183 the way it is implemented is too unclean.
184
185 * simple.el (kill-region, yank): Doc fix.
186
187 * battery.el (battery-echo-area-format): Doc fix.
188 (battery-mode-line-format): Likewise.
189 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
190 (battery-linux-proc-acpi): Ignore batteries that say "charged".
191
192 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
193
194 * progmodes/octave-mod.el (octave-indent-for-comment):
195 Behave according to do string.
196
197 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
198
199 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
200 Be visible only if major mode is Mail Mode.
201
202 * textmodes/flyspell.el (flyspell-external-point-words)
203 (flyspell-process-localwords): Fix last changes.
204
205 2006-03-11 Eli Zaretskii <eliz@gnu.org>
206
207 * calendar/holidays.el (list-holidays): Doc fix.
208
209 * international/mule.el (auto-coding-alist): Add .odt
210 (OpenOffice's open document) files.
211
212 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
213 document) files. Mention in the doc string the need to sync with
214 auto-coding-alist.
215
216 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
217
218 * files.el (hack-local-variables-confirm): Don't prompt for ! if
219 enable-local-variables is set to always query, or there is no
220 savable variable.
221
222 2006-03-10 Bill Wohler <wohler@newt.com>
223
224 * image.el (image-load-path-for-library): Merge at least three
225 functions from Gnus and MH-E into this one function that can now
226 be shared.
227
228 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
229
230 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
231 gdb-remove-mouse-face and remove help-echo too.
232 (gdb-enqueue-input): Correct conditional clause.
233
234 2006-03-10 Glenn Morris <rgm@gnu.org>
235
236 * calendar/calendar.el (calendar-holidays): Doc fix.
237 * calendar/holidays.el (list-holidays): Doc fix.
238
239 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
240
241 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
242 it gets called in gdb-prompt anyway.
243 (gdb-use-separate-io-buffer): Only restore window arrangement for
244 gdb-many-windows.
245 (gdb-enqueue-input): Make it harder to send GDB input when program
246 is running.
247 (gdb-buffer-list): New variable.
248 (gdb-remove-mouse-face): New function.
249 (gdb-starting): Use it when GDB input won't get sent.
250
251 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
252
253 * help.el (view-lossage): Remove trailing whitespace before
254 inserting "\n".
255
256 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
257
258 * files.el (hack-local-variables-confirm): Set
259 coding-system-for-read to nil before writing to .emacs.
260
261 * arc-mode.el (archive-extract): Check if an existing buffer name
262 comes from a different archive.
263
264 * help.el (describe-key-briefly): If KEY is a down event, read and
265 discard the up event.
266
267 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
268
269 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
270 be edited and use font-lock-warning-face for any changes.
271
272 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
273 (gdb-edit-value): Use it to report any errors.
274
275 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
276
277 * help.el (describe-key): Remove leftover test code.
278
279 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
280
281 * textmodes/org.el: Move defvars out of eval-when-compile. Use
282 buffer-file-name variable.
283 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
284 arg `file'.
285 (org-level-faces): Remove startup dependency.
286 (org-cycle, org-map-tree, org-scan-tags)
287 (org-remember-handler): Don't call `outline-level' directly.
288 (org-mhe-search-all-folders): New option.
289 (org-mhe-get-message-folder-from-index)
290 (org-mhe-get-message-folder): Fix indexing search.
291 (org-format-agenda-item): Handle nil TAGS argument.
292 (org-cleaned-string-for-export, org-activate-target-links)
293 (org-make-target-link-regexp): Deal with empty radio target list.
294 (org-tag): New face.
295 (org-get-level-face): New function.
296 (org-set-font-lock-defaults): Simplify setup for headlines.
297 (org-complete): Pass common substring to
298 `display-completion-list'.
299
300 2006-03-06 David Ponce <david@dponce.com>
301
302 * tree-widget.el: Update Commentary header.
303 (tree-widget-theme-name): Ignore parent themes.
304 (tree-widget-set-parent-theme): New function.
305 (tree-widget-set-theme): Use it.
306 (tree-widget-set-image-properties): Move definition. Does nothing
307 if image properties have already been set.
308 (tree-widget-image-properties): Move definition. Receive an image
309 name. Set the :pointer property.
310 (tree-widget-lookup-image): Doc fix. Search in parent themes.
311 Don't set the :pointer image property.
312 (tree-widget-convert-widget): New function. Handle :dynargs
313 compatibility here.
314 (tree-widget): Use it to :convert-widget. Add the :expander-p
315 predicate to control when the :expander function is entered.
316 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
317 (tree-widget-value-create): Handle :expander-p. widget-apply
318 :expander.
319 (tree-widget-expander-p): New function. Default value of the
320 :expander-p property.
321
322 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
323
324 * help.el (describe-key): Properly handle the return value of
325 read-key-sequence when grabbing an up-event. Cleanup mouse-1
326 remaps. Handle string and vector `follow-link' values.
327
328 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
329
330 * complete.el (PC-expand-many-files): Try be more careful when parsing
331 the shell's output.
332
333 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
334
335 * outline.el (hide-sublevels): Provide better interactive default.
336
337 2006-03-06 Kenichi Handa <handa@m17n.org>
338
339 * international/fontset.el (create-fontset-from-fontset-spec):
340 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
341
342 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
343
344 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
345 backslashes instead of one in regexp.
346 (gud-tooltip-dereference): Add missing optional argument.
347
348 2006-03-04 John Paul Wallington <jpw@pobox.com>
349
350 * wdired.el (toplevel): Require `cl' at compile-time.
351
352 2006-03-04 Andreas Schwab <schwab@suse.de>
353
354 * server.el (server-process-filter): Handle errors during
355 evaluation of the argument.
356
357 2006-03-03 John Paul Wallington <jpw@pobox.com>
358
359 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
360 escape parentheses at beginning of line.
361 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
362 (t-mouse-mode): Remove period from end of error message.
363
364 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
365
366 * textmodes/flyspell.el (flyspell-process-localwords):
367 Be case-sensitive.
368
369 2006-03-03 Martin Rudalics <rudalics@gmx.at>
370
371 * cus-edit.el (custom-quote): Remove function, since it has been
372 moved to custom.el.
373
374 * font-lock.el (lisp-font-lock-keywords-2)
375 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
376 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
377 they have no special meaning.
378
379 * midnight.el (clean-buffer-list): Handle case where base-buffer of
380 indirect buffer gets killed before indirect buffer. Use dolist.
381
382 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
383
384 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
385 value instead of a literal constant (1) on more pauses.
386
387 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
388
389 * textmodes/flyspell.el (flyspell-external-point-words):
390 Be case-sensitive.
391
392 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
393
394 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
395 with "www".
396
397 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
398
399 * allout.el: Restablish intermediate missing comment header to
400 preserve outline structure.
401 (allout-beginning-of-current-entry): Skip invisible text.
402 (allout-open-topic): Fix opening a topic at end-of-buffer.
403 (allout-minor-mode): Move nearer to allout-mode function.
404
405 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
406
407 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
408
409 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
410
411 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
412 is nil.
413
414 * progmodes/gud.el (gud-speedbar-menu-items):
415 Use buffer-local-value and add missing :visible keyword.
416
417 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
418
419 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
420
421 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
422 must be `follow-link'.
423
424 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
425
426 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
427 formatting: No nested anchors.
428 (org-all-targets): Fix bug with XEmacs compatibility.
429 (org-read-date): Add (require 'parse-time).
430 (org-set-tags): Fix bug with extra inserted space.
431 (org-export-html-style): Define a style class for targets.
432 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
433 (org-hide-leading-stars): New option.
434 (org-hide): New face.
435 (org-set-font-lock-defaults): Allow to hide leading stars.
436 (org-get-legal-level, org-tr-level): New functions.
437 (org-odd-levels-only): New option.
438 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
439 (org-demote, org-promote): Deal with double-star levels.
440 (org-convert-to-odd-levels): New command.
441
442 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
443
444 * speedbar.el (speedbar-update-localized-contents): Try to
445 preserve window-start.
446 (speedbar-update-directory-contents): Try to preserve window-start
447 and window-point.
448 (speedbar-update-special-contents): Don't move back to start of window.
449
450 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
451 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
452 speedbar-timer-fn.
453 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
454 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
455 instead of gdb-speedbar-timer-fn.
456
457 2006-02-28 Jay Belanger <belanger@truman.edu>
458
459 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
460 (math-compose-expr): Use latex option when calling
461 `math-compose-tex-matrix' for latex mode.
462
463 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
464
465 * speedbar.el: Re-instate comments about developing for speedbar
466 [this is what info and gdb-ui use even if better methods exist now].
467
468 * t-mouse.el: New file.
469 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
470 (t-mouse-lispy-buffer-posn-from-coords): Remove. Use the C
471 primitive...
472 (t-mouse-make-event-element): ...posn-at-x-y instead.
473 (t-mouse-make-event): Deal with Fedora Core 3.
474 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
475 (t-mouse-mouse-position-function): New function. Use it instead
476 of advising mouse-position.
477 (t-mouse-mode): New minor mode.
478 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
479
480 2006-02-27 Glenn Morris <rgm@gnu.org>
481
482 * calendar/calendar.el (calendar-holidays): Doc fix.
483
484 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
485
486 * progmodes/gdb-ui.el (gdb-source-window): New variable.
487 Re-introduce the concept of a source window.
488 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
489 consistency with get-buffer-create.
490 (def-gdb-auto-update-handler, gdb-info-locals-handler)
491 (gdb-data-list-register-values-handler)
492 (gdb-stack-list-locals-handler): Try to preserve window-start as
493 well as window-point.
494 (gdb-display-source-buffer): New function (old concept).
495 (gdb-goto-breakpoint): Use it.
496
497 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
498 for gdb-ui/gdb-mi (old concept).
499
500 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
501
502 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
503 binding.
504
505 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse'
506 binding.
507
508 * textmodes/reftex-sel.el (reftex-select-label-map)
509 (reftex-select-bib-map): Add `follow-mouse' binding.
510
511 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
512
513 * jka-cmpr-hook.el (jka-compr-compression-info-list)
514 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
515 Give :set functions to provide automatic updating.
516 Update docstring. Give compiler defvars early in the file
517 and move the defcustoms to a later spot where all called functions
518 are defined.
519 (jka-compr-file-name-handler-entry): Doc fix.
520 (jka-compr-compression-info-list--internal)
521 (jka-compr-mode-alist-additions--internal)
522 (jka-compr-load-suffixes--internal): New variables.
523 (jka-compr-install): Set the three above variables.
524 Update `load-file-rep-suffixes' instead of `load-suffixes'.
525 (jka-compr-update, jka-compr-set): New functions.
526 (auto-compression-mode): Doc fix.
527
528 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
529 Update `load-file-rep-suffixes' instead of `load-suffixes'.
530 Use jka-compr-compression-info-list--internal,
531 jka-compr-mode-alist-additions--internal and
532 jka-compr-load-suffixes--internal.
533
534 * files.el (load-library):
535 * loadhist.el (file-loadhist-lookup):
536 * startup.el (command-line):
537 * subr.el (locate-library):
538 * emacs-lisp/autoload.el (update-directory-autoloads):
539 * emacs-lisp/find-func.el (find-library-suffixes):
540 Use `get-load-suffixes' instead of `load-suffixes'.
541
542 * subr.el (locate-library):
543 * emacs-lisp/find-func.el (find-library-name):
544 Use `load-file-rep-suffixes' instead of '("").
545
546 2006-02-26 Kim F. Storm <storm@cua.dk>
547
548 * ido.el (ido-save-history, ido-load-history): Simplify.
549 Don't use find-file-noselect to avoid interference from other modes.
550
551 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
552
553 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
554 to use the default shell if filename is not available.
555 Reported by Giorgos Keramidas.
556
557 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
558
559 * progmodes/etags.el (tags-completion-table): Do completion from
560 all the tables in the current list, as documented in the manual.
561
562 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
563
564 * CC Mode Update to 5.31.3.
565
566 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
567
568 * progmodes/cc-mode.el (c-postprocess-file-styles):
569 Bind inhibit-read-only to t, around the call to
570 c-remove-any-local-eval-or-mode-variables, so that it works on a
571 RO file.
572
573 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
574
575 * progmodes/cc-awk.el: Correct a typo.
576
577 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
578
579 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
580 c-hungry-delete-backwards, at the request of RMS. Leave the old
581 name as an alias.
582
583 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
584
585 * progmodes/cc-mode.el: Correct a typo.
586
587 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
588
589 * progmodes/cc-defs.el: Update the version number to 5.31.3.
590
591 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
592
593 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
594 brace-else-brace (error due to mbeg, mend being undefined).
595
596 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
597
598 * progmodes/cc-mode.el: File Local variables: Solve the problem
599 where both `mode' and c-file-offsets are specified: `mode' will
600 overwrite c-f-o's settings:
601 (c-remove-any-local-eval-or-mode-variables): New function.
602 (c-postprocess-file-styles): Call the above new function, within
603 c-tentative-buffer-change, to splat `mode' and `eval' before the
604 second hack-local-variables.
605
606 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
607
608 * progmodes/cc-mode.el:
609 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
610 (c-after-change): Protect the match data with save-match-data.
611 It was getting corrupted by c-after-change-check-<>-operators.
612
613 * cc-defs.el: [Supersedes patch V1.38]:
614 (top level): Check for a buggy font-lock-compile-keywords ONLY in
615 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
616
617 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
618 with save-match-data. It was being corrupted when Font Lock was
619 not enabled.
620
621 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
622
623 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
624 Mode and Subword Mode.
625
626 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
627 real labels ("case 1:" or "foo:") from non-labels ("public:").
628 (c-forward-objc-directive): Replace c-forward-token-2 with crude
629 coding; c-f-t-2 doesn't move over a token at EOB.
630
631 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
632
633 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
634 (c-update-modeline): Concatenate the minor mode indicators
635 directly onto mode-name, removing c-submode-indicators.
636 Sometimes, c-s-i got separated from the mode name on the mode line.
637
638 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
639 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
640
641 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
642
643 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
644 error message when there's an evaluation error to show whether
645 it's loaded from source or not.
646 (c-filter-ops): Make it available at runtime too to work when
647 `c-make-init-lang-vars-fun' needs to evaluate from source.
648
649 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
650
651 * help.el (help): Revert last part of 2006-02-23 change (deletion
652 of the `provide' call).
653
654 2006-02-23 Juri Linkov <juri@jurta.org>
655
656 * compare-w.el (compare-windows-highlight): Add new value
657 `persistent' and change :type from `boolean' to `choice'.
658 (compare-windows-overlays1, compare-windows-overlays2):
659 New internal variables.
660 (compare-windows-highlight): If compare-windows-highlight is
661 `persistent', add current overlays to compare-windows-overlays[12]
662 instead of adding compare-windows-dehighlight to pre-command-hook.
663 (compare-windows-dehighlight): Delete all overlays from
664 compare-windows-overlays[12].
665
666 * info.el (Info-search): Don't bind search-spaces-regexp to
667 Info-search-whitespace-regexp in non-regexp isearch mode.
668
669 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
670
671 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
672
673 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
674
675 * textmodes/org.el (org-xemacs-p)
676 (org-export-html-show-new-buffer, org-table-may-need-update)
677 (org-insert-item, org-mhe-get-message-real-folder)
678 (org-mhe-get-message-folder-from-index)
679 (org-mhe-get-message-folder, org-mhe-get-message-num)
680 (org-mhe-get-header, org-make-org-heading-search-string)
681 (org-make-org-heading-camel, org-table-sort-lines)
682 (org-format-org-table-html, org-format-table-table-html):
683 Fix typos in docstrings.
684
685 12006-02-23 Carsten Dominik <dominik@science.uva.nl>
686
687 * textmodes/org.el (org-cleaned-string-for-export)
688 (org-solidify-link-text): New function.
689 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
690 XEmacs, just to silence the compiler.
691 (org-export-as-ascii, org-export-as-html-and-open):
692 Use `org-cleaned-string-for-export' and create internal links.
693 (org-follow-mhe-link): Require mh-e, use folder.
694
695 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
696
697 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
698
699 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
700 gdb-debug-log-length.
701 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
702 it a real ring but...
703 (gud-gdba-marker-filter): ...make it work like mark-ring.
704 (gdb-enable-debug): Rename from gdb-enable-debug-log.
705 (gdb-mouse-jump): New function. Add bindings.
706
707 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
708
709 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
710 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
711 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
712 (gdb-debug-log-length): Customize it's length.
713 (gud-watch, gdb-var-create-handler): Display function::var format
714 but don't use to create variable object.
715 (gdb-var-create-handler): Use message-box in place of message.
716 (gdb-stopped): Call gdb-exited if signalled.
717
718 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
719
720 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
721
722 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
723
724 * textmodes/reftex.el (reftex-locate-file): Search all extensions
725 if `reftex-try-all-extensions' is set.
726
727 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
728 fail silently when there is no valid argument at point.
729 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
730 `fail-silently' argument. From a patch by David Reiter.
731
732 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
733 New commands.
734 (org-mark-ring): New variable.
735 (org-mark-ring-length): New option.
736 (org-open-at-point, org-goto, org-open-file): Push old position
737 onto the mark ring.
738 (org-add-hook): New function.
739 (org-export-table-remove-special-lines): New option.
740 (org-skip-comments, org-format-org-table-html): Respect new
741 option `org-export-table-remove-special-lines'.
742 (org-open-file): Allow special command configuration for
743 directory link.
744 (org-file-apps): Fix bugs in customize type, added setting
745 for directories.
746 (org-activate-tags, org-format-agenda-item, org-complete)
747 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
748 (org-get-tags, org-get-buffer-tags, org-open-at-point)
749 (org-link-search, org-make-org-heading-search-string)
750 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
751 (org-radio-targets, org-file-link-context-use-camel-case)
752 (org-activate-camels): New options.
753 (org-update-radio-target-regexp, org-all-targets)
754 (org-make-target-link-regexp, org-activate-target-links):
755 New functions.
756 (org-make-org-heading-search-string): New function.
757 (org-store-link, org-insert-link): Use new option
758 `org-file-link-context-use-camel-case'.
759 (org-activate-camels): Use new option `org-activate-camels'.
760 (org-link-regexp): Add mhe prefix.
761 (org-open-at-point, org-store-link): Support for mhe links.
762 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
763 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
764 (org-mhe-get-header, org-follow-mhe-link): New functions.
765 (org-remove-angle-brackets, org-add-angle-brackets):
766 New functions.
767 (org-bracket-link-regexp): New constant.
768 (org-read-date): Fix bug that was rejecting all typed dates.
769 (org-link-search): Make hierarchy above visible after a match.
770 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
771 (org-store-link): Fix bug with link creation when cursor is in
772 an empty line.
773 (org-open-at-point): Fix bug with matching a link.
774 Fixed buggy argument sequence in call to `org-view-tags'.
775 (org-compile-prefix-format): Set `org-prefix-has-tag'.
776 (org-prefix-has-tag): New variable.
777 (org-format-agenda-item): Remove tags from headline
778 if appropriate.
779 (org-agenda-remove-tags-when-in-prefix): New option.
780
781 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
782
783 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
784 Fix the regular expressions.
785
786 2006-02-21 Richard M. Stallman <rms@gnu.org>
787
788 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
789 if there's no other specific basis.
790
791 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
792 as variables at all.
793 (unsafep-variable): Rename arg; doc fix.
794
795 * abbrevlist.el (list-one-abbrev-table): Add autoload.
796
797 * calendar/appt.el (diary-selective-display): Add defvar.
798
799 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
800
801 * isearch.el (search-whitespace-regexp): Fix custom type.
802
803 * help.el (describe-key-briefly): Compute interactive args
804 in same was as before previous change.
805
806 * files.el (enable-local-variables): Doc fix.
807
808 2006-02-21 Kim F. Storm <storm@cua.dk>
809
810 * fringe.el: Cleanup as file is now pre-loaded.
811 (fringe-bitmaps): Initialize unconditionally.
812 (fringe-mode, set-fringe-style): Remove autoload cookies.
813
814 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
815
816 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
817 `horizontal-bar'.
818 (fringe-cursor-alist): Use `horizontal-bar'.
819
820 2006-02-20 Kim F. Storm <storm@cua.dk>
821
822 * fringe.el (fringe-bitmaps): Update to new bitmap names.
823 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
824
825 * loadup.el: Load "fringe" on window systems.
826
827 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
828
829 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
830 out of scope components.
831
832 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
833 default.
834
835 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
836
837 * custom.el (customize-mark-to-save, customize-mark-as-set):
838 Load the symbol first.
839
840 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
841
842 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
843 strech spec so it doesn't display as "^J" on the header line
844 when `Buffer-menu-use-header-line' is t.
845
846 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
847
848 * speedbar.el (speedbar-make-button): Keep text properties
849 of string arguments if desired.
850
851 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
852 expessions.
853
854 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
855 of speedbar.
856
857 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
858
859 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
860 to value of `read-file-name-completion-ignore-case'.
861
862 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
863
864 * custom.el (customize-mark-as-set): Push to `user' theme.
865
866 * cus-edit.el (custom-save-variables): Allow unthemed values.
867 (customize-set-variable): Push setting to `user' theme.
868
869 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
870
871 * progmodes/gud.el: Don't require font-lock as it's now
872 automatically loaded.
873 (gud-speedbar-buttons): Replace gdb-var-changed with
874 gdb-force-update.
875
876 * progmodes/gdb-ui.el (gdb-force-update): Rename from
877 gdb-var-changed.
878 (gdb-post-prompt): Use it.
879 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
880 (gdb-var-update-handler, gdb-var-delete)
881 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
882 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
883 gdb-force-update in gdb-post-prompt.
884 (gdb-reset): Clear watch expressions from speedbar when quitting.
885
886 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
887
888 * viper-cmd.el (viper-insert-state-post-command-sentinel)
889 (viper-change-state-to-vi, viper-change-state-to-emacs):
890 Make aware of cursor coloring in the Emacs state.
891 (viper-special-read-and-insert-char): Use read-char-exclusive.
892 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
893
894 * viper-init.el (viper-emacs-state-cursor-color): New variable.
895
896 * viper-util.el (viper-save-cursor-color)
897 (viper-get-saved-cursor-color-in-replace-mode)
898 (viper-get-saved-cursor-color-in-insert-mode)
899 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
900 state.
901 (viper-get-saved-cursor-color-in-emacs-mode): New function.
902
903 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
904 (ediff-ignore-case-option3, ediff-actual-diff-options)
905 (ediff-actual-diff3-options): New variables to control case sensitivity.
906 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
907 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
908 (ediff-toggle-ignore-case): New function.
909 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
910
911 * ediff-help.el (ediff-long-help-message-narrow2)
912 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
913 (ediff-long-help-message-word-mode): Add ignore-case command.
914 (ediff-help-for-quick-help): Add ignore-case command.
915
916 * ediff-merg.el: Move provide to the end.
917
918 * ediff-ptch.el: Move provide to the end.
919
920 * ediff-wind.el: Move provide to the end.
921
922 * ediff-mult.el: Move provide to the end.
923 (ediff-set-meta-overlay): Enable follow-link.
924
925 * ediff.el: Move provide to the end.
926 Break recursive load cycle in eval-when-compile.
927 (ediff-patch-buffer): Better heuristics.
928
929 * ediff-util.el: Move provide to the end.
930 Break recursive load cycle in eval-when-compile.
931 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
932 defuns.
933 (ediff-submit-report): Pass the values of ediff-diff3-program,
934 ediff-diff3-options.
935
936 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
937
938 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
939 the opening bracket of the following bracketing pairs: {}, [], (), <>,
940 `' (for example, in the docstring of `windmove-default-keybindings').
941
942 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
943
944 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
945 shadow face. Don't provide binding to edit variable when it is
946 out of scope.
947
948 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
949 (gdb-var-update-handler): Detect out of scope variables with pre
950 GDB 6.4 too.
951 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
952 Reset status of variable objects to nil in update handlers.
953 (gdb-var-update-handler-1): Detect when a variable object comes
954 in scope. setcar on var changes gdb-var-list directly.
955
956 2006-02-17 Juri Linkov <juri@jurta.org>
957
958 * ffap.el (ffap) <defface>: Add explicit face declaration.
959 (ffap-highlight): Use face `ffap' directly instead of checking
960 for its existence.
961
962 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
963 `visible-ok' of `other-buffer' to find the right original buffer.
964
965 * info.el (Info-search): Skip `Local Variables' node.
966
967 2006-02-17 Juri Linkov <juri@jurta.org>
968
969 * info.el (Info-find-file): Check for symbols `apropos', `history',
970 `toc' in the input filename, and return these symbols as is.
971 (Info-find-node-2): Set Info-current-file to symbols `apropos',
972 `history', `toc' instead of strings.
973 (Info-set-mode-line): For non-string Info-current-file use the
974 symbol's name inside **.
975 (Info-isearch-push-state): Add quote before Info-current-file and
976 Info-current-node.
977 (Info-isearch-pop-state): Use `equal' instead of `string='.
978 (Info-extract-pointer, Info-following-node-name): Use
979 `match-string-no-properties' instead of `match-string'.
980 (Info-up): Check `old-file' for `stringp'.
981 (Info-history): Use `equal' instead of `string-equal'.
982 Check `file' for `stringp'.
983 (Info-history): Use symbol `history' instead of string as first arg
984 of `Info-find-node'.
985 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
986 `toc' instead of string.
987 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
988 instead of `buffer-substring', and `match-string-no-properties'
989 instead of `match-string'.
990 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
991 instead of strings.
992 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
993 Use symbol `apropos' instead of string.
994 (Info-copy-current-node-name): Check `Info-current-file' for
995 `stringp' and construct a command with `Info-find-node' from it.
996 (Info-fontify-node): Use `match-string-no-properties' instead of
997 `match-string' and check file names for `stringp'.
998 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
999 `history', `toc' instead of strings.
1000
1001 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
1002
1003 * files.el: Rearrange functions and variables in the file local
1004 variables section.
1005
1006 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
1007
1008 * files.el: Add truncate-lines, ispell-check-comments and
1009 ispell-local-dictionary as safe local variables.
1010
1011 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
1012
1013 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
1014 out of scope variables.
1015 (gud-speedbar-buttons): Use unless.
1016
1017 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
1018 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
1019 (gdb-show-changed-values): Also use for out of scope variables.
1020 (gdb-var-update-handler-1): Note if variable goes out of scope.
1021
1022 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
1023
1024 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
1025 default to global variable values for unsupplied args.
1026 (rcirc-get-buffer-create): Fix bug with setting the target.
1027 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
1028 test for rcirc-always-use-server-buffer-flag here.
1029 (rcirc-response-formats): Add %N, which is a facified nick. %n
1030 uses the default face. Change the ACTION format string. If the
1031 "nick" is the server, don't print anything for that field.
1032 Comment fixes.
1033 (rcirc-target-buffer): Don't test
1034 rcirc-always-use-server-buffer-flag here.
1035 (rcirc-print): Squeeze extra spaces out of the text before message.
1036 (rcirc-put-nick-channel): Strip potential "@" char from nick
1037 before adding them to nick table.
1038 (rcirc-url-regexp): Improve to match address like "foo.com".
1039
1040 2006-02-17 Eli Zaretskii <eliz@gnu.org>
1041
1042 * allout.el (allout-hidden-p): Move this defsubst before
1043 allout-overlay-interior-modification-handler, where it is first
1044 used.
1045
1046 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
1047
1048 * allout.el: Use allout invisible-text overlays instead of
1049 selective display for concealed text. Also, lots of general
1050 cleanup, and improved compatibility code.
1051
1052 (allout-version) Incremented, corrected, revised, and refined
1053 module commentary.
1054
1055 (provide 'allout): Moved to the bottom, added a require of overlay.
1056
1057 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
1058 `except-current'.
1059 (allout-write-file-hook-handler): Minimize delay.
1060 (count-trailing-whitespace-region): New function so
1061 auto-encryption of current topic can resituate cursor exactly.
1062 PGP/GPG encryption trims trailing whitespace from lines, which
1063 must be accounted for across encryption then decryption.
1064
1065 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
1066 just plain "\C-c", to avoid intruding on user's keybinding space.
1067
1068 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
1069 parameter, so user request to provide a new password is done.
1070
1071 (allout-outside-normal-auto-fill-function, allout-auto-fill):
1072 Refined mechanism for auto-filling behavior while in allout mode.
1073
1074 (allout-mode): Explicitly specify the mode map in the docstring.
1075 Clarify provision for various write-file hook var names.
1076 Adjusted for invisible-text overlays instead of selective-display.
1077
1078 (allout-depth): Really return 0 if not within any topic. This
1079 rectifies `allout-beginning-of-level' and sequence numbering
1080 errors that occur when cutting and pasting numbered topics.
1081 Changed from a in-line subst to a regular function, as well.
1082
1083 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
1084
1085 (allout-end-of-subtree, allout-end-of-subtree)
1086 (allout-end-of-entry, allout-end-of-current-heading)
1087 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
1088 (allout-show-children, allout-show-to-offshoot)
1089 (allout-hide-current-entry, allout-show-current-entry): Rectified
1090 handling of trailing blank lines between items.
1091
1092 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
1093 (allout-current-depth, allout-unprotected, allout-hidden-p)
1094 (allout-on-current-heading-p, allout-listify-exposed)
1095 (allout-chart-subtree, allout-goto-prefix)
1096 (allout-back-to-current-heading, allout-get-body-text)
1097 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
1098 (allout-hide-region-body, allout-toggle-subtree-encryption)
1099 (allout-encrypt-string, allout-encrypted-key-info)
1100 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
1101 (allout-file-vars-section-data): Adjusted for use with
1102 invisible-text overlays instead of selective-display.
1103
1104 (allout-kill-line, allout-kill-topic, allout-yank-processing):
1105 Reworked for use with invisible text overlays.
1106
1107 (allout-current-topic-collapsed-p): New function.
1108
1109 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
1110 to know when to close the containing topic.
1111
1112 (allout-pre-command-business, allout-post-command-business):
1113 Simplify undo-batching and dynamic isearch exposure.
1114
1115 (allout-set-overlay-category): New for invisible-text overlays.
1116 Sets properties of allout-overlay-category, used by
1117 allout-flag-region to set invisible-text overlay properties.
1118 (allout-get-invisibility-overlay): Get the first qualifying
1119 invisibility overlay, so we can find the extent of it.
1120 (allout-back-to-visible-text): Get to just before the beginnining
1121 of the current invisibility overlay, if any.
1122
1123 (allout-overlay-insert-in-front-handler)
1124 (allout-overlay-interior-modification-handler)
1125 (allout-before-change-handler, allout-isearch-end-handler): New
1126 functions to handle extraordinary actions affecting concealed
1127 text.
1128
1129 (allout-flag-region): Use overlays instead of selective-display
1130 for invisible text - by inheritence from the properties of
1131 allout-overlay-category in mainline Emacs, and applied
1132 property-by-property in XEmacs, some recent versions of which
1133 don't inherit the properties from the category. Provisions to
1134 respond to concealed-text edits simplified drastically.
1135
1136 (allout-isearch-rectification, allout-isearch-was-font-lock)
1137 (allout-isearch-expose, allout-enwrap-isearch)
1138 (allout-isearch-abort, allout-pre-was-isearching)
1139 (allout-isearch-prior-pos, allout-isearch-did-quit)
1140 (allout-isearch-dynamic-expose)
1141 (allout-hide-current-entry-completely): Functions deleted.
1142
1143 (allout-undo-aggregation): Explicit undo aggregation no longer
1144 necessary due to transition away from selective-display.
1145
1146 (set-allout-regexp, allout-up-current-level)
1147 (allout-next-visible-heading, allout-forward-current-level)
1148 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
1149 (allout-kill-line, allout-yank-processing, allout-show-children)
1150 (allout-expose-topic, allout-old-expose-topic)
1151 (allout-listify-exposed, allout-insert-latex-header)
1152 (allout-toggle-subtree-encryption, allout-encrypt-string)
1153 (remove-from-invisibility-spec, allout-hide-current-subtree):
1154 Ditched unused variables.
1155
1156 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
1157
1158 * textmodes/ispell.el (ispell-change-dictionary): Call
1159 ispell-buffer-local-dict instead of
1160 ispell-accept-buffer-local-defs.
1161 (ispell-local-dictionary-alist): Accept as valid any coding-system
1162 supported by Emacs.
1163 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
1164 changed to iso-8859-3.
1165
1166 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
1167
1168 * speedbar.el (speedbar-frame-width): Make an inline function
1169 instead of a macro. Use frame-width.
1170 (speedbar-try-completion, speedbar-update-contents)
1171 (speedbar-timer-fn): Use consp.
1172 (speedbar-update-localized-contents): Try to preserve point.
1173
1174 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
1175 (menu): Re-order menu items.
1176 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
1177 field.
1178 (gdb-var-update-handler-1): Use it for GDB 6.4+.
1179 (gdb-post-prompt): Speed things by not forcing update.
1180
1181 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
1182
1183 * wid-edit.el (widget-button-click): For mouse-1, cancel button
1184 press and perform default action if we get a mouse movement event.
1185
1186 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
1187
1188 * calendar/icalendar.el (icalendar--get-event-property)
1189 (icalendar--get-event-property-attributes): Fix typos in
1190 docstrings.
1191
1192 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
1193 docstring.
1194
1195 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
1196
1197 * bs.el (bs-mode): Use `buffer-disable-undo'.
1198 (bs--get-file-name): Simplify.
1199 (bs-show-in-buffer): Mark the buffer as not modified.
1200
1201 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
1202
1203 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
1204 widget-button-click.
1205
1206 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
1207 (custom-mode): Update docstring.
1208
1209 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
1210 binding.
1211
1212 * files.el (hack-local-variables-confirm): Allow scrolling if the
1213 file variable list is too long. Kill temp buffer after use.
1214
1215 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
1216
1217 * progmodes/gud.el (gdb): Improve doc string.
1218 (gdb-script-font-lock-keywords): Expand allowed character set.
1219
1220 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
1221 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
1222 (gdb-separate-io-interrupt, gdb-separate-io-quit)
1223 (gdb-separate-io-stop, gdb-separate-io-eof):
1224 Rename from gdb-inferior-* to gdb-separate-*.
1225 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
1226
1227 2006-02-14 Jay Belanger <belanger@truman.edu>
1228
1229 * calc/calc-arith.el (math-check-known-scalarp): Make sure
1230 expression is a symbol before checking that it is bound.
1231
1232 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
1233 test to see if equation can be solved.
1234
1235 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
1236
1237 * wid-edit.el (widget-button-click): Use :pressed-face property
1238 for overlay face, if it exists.
1239
1240 * cus-edit.el (custom-manual, custom-add-see-also)
1241 (custom-add-parent-links, custom-group-link): Add :pressed-face
1242 property to links.
1243
1244 * files.el (hack-local-variables): Remove ignored variables before
1245 checking if any variables need setting.
1246
1247 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1248
1249 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
1250
1251 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
1252
1253 * help.el (where-is): Fix message for remapped commands.
1254
1255 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
1256 Fix typos in docstrings.
1257
1258 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
1259
1260 * files.el (safe-local-variable-values): New option.
1261 (hack-local-variables-prop-line): Return a list of variable-value
1262 pairs if MODE-ONLY is non-nil.
1263 (hack-local-variables): Construct list of variable-value pairs,
1264 and apply or reject them in one go. Ask for confirmation if
1265 variables are not known safe.
1266 (hack-local-variables-confirm): Complete rewrite. Support
1267 `safe-local-variable-values'.
1268 (enable-local-variables): Update docstring to reflect new
1269 behavior.
1270 (ignored-local-variables): Ignore ignored-local-variables and
1271 safe-local-variable-values.
1272 (safe-local-variable-p): New function.
1273 (risky-local-variable-p): `safe-local-variable' property check
1274 moved to safe-local-variable-p.
1275 (hack-one-local-variable): Checks moved to hack-local-variables.
1276
1277 (byte-compile-dynamic, c-basic-offset, c-file-style)
1278 (c-indent-level, comment-column, fill-column, fill-prefix)
1279 (indent-tabs-mode, kept-new-versions, no-byte-compile)
1280 (no-update-autoloads, outline-regexp, page-delimiter)
1281 (paragraph-start, paragraph-separate, sentence-end)
1282 (sentence-end-double-space tab-width, version-control):
1283 Add `safe-local-variable' property.
1284
1285 * find-lisp.el: Delete nonexistent `autocompile' file variable.
1286
1287 * icomplete.el, play/landmark.el: Change nonexistent
1288 `outline-layout' file variable to `allout-layout'.
1289
1290 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
1291
1292 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
1293 (gdb-get-changed-registers): Test value of gud-minor-mode relative
1294 to gud-comint-buffer.
1295 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
1296 gdb-ui.el for gdb-mi.el.
1297 (gdb-post-prompt, gdb-get-changed-registers): Move test for
1298 registers buffer to gdb-get-changed-registers.
1299 (gdb-breakpoint-regexp): New regexp. Allow toggling and
1300 deletion of catchpoints (throw and catch).
1301 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
1302 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
1303 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
1304 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
1305 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
1306
1307 2006-02-13 Jay Belanger <belanger@truman.edu>
1308
1309 * calc/calc-arith.el (math-check-known-matrixp): Make sure
1310 expression is a symbol before checking that it is bound.
1311
1312 2006-02-13 Richard M. Stallman <rms@gnu.org>
1313
1314 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
1315 for the minibuffer too, but not if resize-mini-windows will interfere.
1316
1317 * help.el (describe-key-briefly, describe-key): Do all arg-reading
1318 inside `interactive' spec.
1319 (describe-key-briefly-internal, describe-key-internal):
1320 Functions merged back into their callers.
1321
1322 2006-02-13 Martin Rudalics <rudalics@gmx.at> (tiny change)
1323
1324 * info.el (info-xref-visited): Inherit from info-xref too.
1325 (Info-set-mode-line): Replace occurrences of `%' by `%%'
1326 when propertizing Info-current-file and Info-current-node.
1327
1328 2006-02-13 Juri Linkov <juri@jurta.org>
1329
1330 * tumme.el (tumme-thumbnail-storage): Fix docstring.
1331 (tumme-thumb-name): Fix per-directory format.
1332
1333 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
1334
1335 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
1336
1337 2006-02-12 Miles Bader <miles@gnu.org>
1338
1339 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
1340
1341 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
1342
1343 * tumme.el: Remove history section. If someone needs the it, it
1344 can always be found in CVS.
1345
1346 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
1347
1348 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
1349 about the Thumbnail Managing Standard option.
1350
1351 2006-02-12 Richard M. Stallman <rms@gnu.org>
1352
1353 * subr.el (substitute-key-definition): Doc fix.
1354
1355 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
1356
1357 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
1358
1359 * info.el (Info-mode): Doc fix.
1360
1361 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
1362
1363 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
1364
1365 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
1366 because on Solaris a POSIX compatible "id" is needed. Reported by
1367 Magnus Henoch <mange@freemail.hu>.
1368
1369 2006-02-12 Juri Linkov <juri@jurta.org>
1370
1371 * tumme.el: Remove todo item about Thumbnail Managing Standard.
1372 (tumme) <defgroup>: Change :group to `multimedia'.
1373 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
1374 Managing Standard.
1375 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
1376 Fix dostring.
1377 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
1378 and %y. Fix docstring.
1379 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
1380 (tumme-cmd-create-standard-thumbnail-command): New user options.
1381 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
1382 is `standard'. Fix docstring.
1383 (tumme-thumb-width, tumme-thumb-height): New user options.
1384 (tumme-external-viewer): Try to find various viewers.
1385 (tumme-get-thumbnail-image): Use `create-image' instead of
1386 constructing the `image' structure.
1387 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
1388 `standard'.
1389 (tumme-thumb-name): Add file name generation for standard storage.
1390 Simplify code for other storages.
1391 (tumme-thumb-name): Use width %w and height %h instead of size %s.
1392 Add modification time %m and thumbnail-nq8 %q.
1393 Use `tumme-cmd-create-standard-thumbnail-command' if
1394 tumme-thumbnail-storage is `standard'.
1395 (tumme-dired-insert-marked-thumbs): New autoload command.
1396 (tumme-dired-after-readin-hook): New function.
1397 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
1398 `tumme-thumb-size'.
1399 (tumme-display-image): Replace size-x %x and size-y %y with
1400 width %w and height %h.
1401
1402 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
1403 `tumme-dired-insert-marked-thumbs'.
1404
1405 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
1406
1407 * tumme.el (tumme-write-tag): Fix small bug (file name did not
1408 include path).
1409 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
1410 matching tag.
1411
1412 2006-02-12 Miles Bader <miles@gnu.org>
1413
1414 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
1415 New variables.
1416 (rcirc-abbrev-nick): New function.
1417 (rcirc-format-response-string): Rewrite to use the formats in
1418 `rcirc-response-formats' and expand escape sequences therein.
1419 A text-property `rcirc-text' is added over the actual response
1420 text to make easy to find inside the returned string.
1421 (rcirc-print): When filling, just look for the `rcirc-text'
1422 text-property to find the appropriate fill prefix, instead of
1423 using hardwired patterns.
1424
1425 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
1426
1427 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
1428 Managing Standard.
1429
1430 2006-02-11 Kim F. Storm <storm@cua.dk>
1431
1432 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
1433 Don't use insert-buffer; do insert-buffer-substring directly.
1434 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
1435
1436 2006-02-11 Martin Rudalics <rudalics@gmx.at>
1437
1438 * files.el (revert-buffer, recover-file): Replace buffer-read-only
1439 with inhibit-read-only. Suggested by Stefan Monnier.
1440 (revert-buffer): Let insert-file-contents discard
1441 buffer-undo-list. Simplify code.
1442 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
1443
1444 2006-02-11 Eli Zaretskii <eliz@gnu.org>
1445
1446 * menu-bar.el (menu-bar-select-yank): Add a doc string.
1447
1448 * help.el (describe-key-briefly): Now a wrapper for
1449 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
1450 to t. Populate yank-menu if empty.
1451 (describe-key-briefly-internal): Renamed from describe-key-briefly.
1452 (describe-key): Now a wrapper for describe-key-internal. Bind
1453 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
1454 (describe-key-internal): Renamed from describe-key.
1455
1456 2006-02-11 Milan Zamazal <pdm@zamazal.org>
1457
1458 * progmodes/glasses.el (glasses-separator): Doc fix.
1459 (glasses-original-separator): New defcustom.
1460 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
1461
1462 2006-02-11 Martin Rudalics <rudalics@gmx.at>
1463
1464 * mwheel.el (mouse-wheel-up-event): Doc fix.
1465
1466 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
1467
1468 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
1469 (tumme-dir): New function. Copied from thumbs.el.
1470
1471 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
1472
1473 * desktop.el (desktop-outvar): Fix typo.
1474 (desktop-save-buffer-p): Doc fix.
1475
1476 * subr.el (substitute-key-definition): Fix typo.
1477
1478 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1479
1480 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
1481 when window-system is mac.
1482
1483 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
1484
1485 2006-02-10 Kim F. Storm <storm@cua.dk>
1486
1487 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
1488 indirect-function instead of using condition-case.
1489
1490 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
1491
1492 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
1493 less `colloquial'...
1494
1495 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
1496
1497 * tumme.el: Add a couple of todo items.
1498
1499 2006-02-09 Lars Hansen <larsh@soem.dk>
1500
1501 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
1502 (highlight-changes-mode): Don't change desktop-locals-to-save.
1503
1504 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
1505
1506 * image-mode.el (image-toggle-display): Clear image cache if using
1507 filename.
1508
1509 2006-02-09 Masatake YAMATO <jet@gyve.org>
1510
1511 * dired-x.el (dired-guess-shell-alist-default): Add .man as
1512 a `dired-man' target.
1513
1514 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
1515 boundary of symbols.
1516
1517 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
1518
1519 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
1520
1521 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
1522
1523 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
1524 `mapcar'; return nil.
1525
1526 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
1527
1528 * mouse.el (mouse-drag-track): Don't change window if we rebind to
1529 some other event.
1530
1531 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
1532
1533 * net/rcirc.el (rcirc-startup-channels-alist):
1534 Add irc.freenode.net and #emacs as defaults.
1535 (rcirc-ignore-all-activity-flag): Remove variable.
1536 (rcirc-authinfo): New variable.
1537 (rcirc-authinfo-filename): Remove variable.
1538 (rcirc-always-use-server-buffer-flag): New flag.
1539 (rcirc): M-x rcirc will automatically connect without prompting.
1540 C-u M-x rcirc will prompt. Use rcirc-connect to create a
1541 connection in lisp.
1542 (rcirc-process-server-response-1): Remove everything but the nick
1543 portion of the sender so it doesn't need to be done everywhere
1544 else. Update related code.
1545 (global-map): Remove global keybindings.
1546 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
1547 (rcirc-send-input): Split into several functions.
1548 (rcirc-process-input-line, rcirc-process-message)
1549 (rcirc-process-command): New functions.
1550 (rcirc-target-buffer): New function to determine where to route
1551 messages.
1552 (rcirc-user-nick): Save match data.
1553 (rcirc-toggle-ignore-buffer-activity)
1554 (rcirc-update-activity-string): Remove global ignore functionality,
1555 which can be done now by toggling rcirc-track-minor-mode.
1556 (rcirc-track-minor-mode-map): New keymap.
1557 (rcirc-track-minor-mode): New minor-mode.
1558 (ignore): Make the ignore output nicer. Always print it when
1559 adding or removing nicks.
1560 (rcirc-url-regexp): Improve.
1561 (rcirc-mangle-text): Remove properties before using text in the
1562 modeline.
1563 (rcirc-authenticate): Authentication data comes from
1564 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
1565 (rcirc-server-prefix): Inherit from rcirc-server.
1566
1567 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
1568
1569 * Makefile.in (compile): Append "|| true" to the end of the `find'
1570 command, like compile-always does.
1571
1572 2006-02-08 Sam Steingold <sds@gnu.org>
1573
1574 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
1575 output from a dead connection.
1576
1577 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
1578
1579 * dired.el (dired-mode-map): Add more bindings for tumme.
1580
1581 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
1582
1583 * wdired.el (wdired-mode-map): Use remap.
1584 (wdired-get-filename): Massage.
1585 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
1586 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
1587 `keymap' property rather than `local-map'.
1588
1589 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
1590
1591 * tumme.el (tumme-get-thumbnail-image): New utility function.
1592 Suggested by from Chong Yidong.
1593 (tumme-dired-with-window-configuration): Rename from
1594 `tumme-dired'. Add code to save window configuration.
1595 (tumme-restore-window-configuration): New command to restore the
1596 window configuration that `tumme-dired-with-window-configuration'
1597 saves before it changes the window configuration.
1598 (tumme-show-all-from-dir): New command to display thumbnails for
1599 all files in a directory entered by the user, like M-x thumbs.
1600 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
1601 have been created.
1602 (tumme-display-thumbnail-original-image): Call `display-buffer'.
1603 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
1604 Remove obsolete test function.
1605
1606 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
1607
1608 * vc.el (small-temporary-file-directory): Remove defvar; there's
1609 a defcustom for it in files.el.
1610
1611 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
1612 Fix typo in message.
1613 (tumme-gallery-generate): Fix typo in `error' message.
1614 (tumme-display-window-height-correction)
1615 (tumme-display-window-width-correction, tumme-line-up-dynamic)
1616 (tumme-line-up-interactive): Dox fixes.
1617 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
1618 (tumme-restore-window-configuration, tumme-format-properties-string)
1619 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
1620 Fix typos in docstrings.
1621
1622 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
1623
1624 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
1625
1626 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
1627
1628 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
1629 User should use hook if desired.
1630
1631 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
1632 buffer if necessary.
1633 (gdb-delete-frame-or-window): New function.
1634 (gdb-breakpoints-mode-map): Bind "q" to it.
1635
1636 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
1637
1638 * textmodes/nroff-mode.el: Clean up name space.
1639 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
1640 (nroff-mode): Obey the global setting of nroff-electric-mode.
1641 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
1642
1643 * calendar/calendar.el (calendar-increment-month): Typo in last change.
1644
1645 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
1646
1647 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
1648
1649 2006-02-06 Lars Hansen <larsh@soem.dk>
1650
1651 * generic-x.el (etc-fstab-generic-mode): Add file system types
1652 cifs and usbdevfs. Allow special chars in file names.
1653
1654 2006-02-05 Jay Belanger <belanger@truman.edu>
1655
1656 Update copyright notices of the files in lisp/calc.
1657
1658 2006-02-05 Romain Francoise <romain@orebokech.com>
1659
1660 Update copyright notices of all files in the lisp/play directory.
1661
1662 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
1663
1664 * ldefs-boot.el: Regenerate.
1665
1666 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
1667
1668 2006-02-05 Kim F. Storm <storm@cua.dk>
1669
1670 * files.el (magic-mode-regexp-match-limit): New defvar.
1671 (set-auto-mode): Use it to limit magic-mode-alist matching.
1672
1673 2006-02-04 Kevin Rodgers <ihs_4664@yahoo.com>
1674
1675 * simple.el (display-message-or-buffer): Compare the number of
1676 characters to the frame width when determining whether a 1-line
1677 message string will fit in the echo area. Count screen lines
1678 instead of buffer lines when determining whether a multi-line
1679 message will fit in the echo area/minibuffer window.
1680
1681 2006-02-04 Eli Zaretskii <eliz@gnu.org>
1682
1683 * info.el (Info-index, Info-mode): Improve the description of the
1684 `i' command.
1685
1686 * ldefs-boot.el: Regenerate.
1687
1688 2006-02-03 Werner Lemberg <wl@gnu.org>
1689
1690 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
1691 greedy to find the closing bracket in \*[...] and similar
1692 expressions. This is a first rough fix -- many additional
1693 refinements are necessary to make nroff mode really usable with groff.
1694
1695 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
1696
1697 * international/mule-cmds.el (set-locale-environment):
1698 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
1699 libX11.
1700
1701 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
1702
1703 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
1704 archive are created in archive-tmpdir.
1705
1706 2006-02-02 John Paul Wallington <jpw@pobox.com>
1707
1708 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
1709 (ibuffer-fontification-alist): Use it.
1710 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
1711 to "* z" and the Ibuffer Mark menu.
1712
1713 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
1714
1715 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
1716
1717 * textmodes/table.el (*table--cell-describe-mode)
1718 (*table--cell-describe-bindings): Undo last change since
1719 print-help-return-message is not obsoleted by anything at all.
1720
1721 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
1722
1723 * emulation/cua-base.el (cua-mode): Doc fix.
1724
1725 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
1726
1727 * dframe.el (dframe-handle-make-frame-visible)
1728 (dframe-handle-iconify-frame, dframe-get-focus)
1729 (dframe-select-attached-frame, dframe-power-click)
1730 (dframe-frame-mode): Fix typos in docstrings.
1731
1732 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
1733 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
1734 Fix typos in docstrings.
1735
1736 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
1737 (hi-lock-face-buffer, hi-lock-font-lock-hook)
1738 (hi-lock-archaic-interface-message-used)
1739 (hi-lock-file-patterns-range): Fix typos in docstrings.
1740
1741 * savehist.el (savehist-loaded, savehist-load, savehist-install)
1742 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
1743
1744 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
1745 Fix typo in docstring.
1746
1747 * net/newsticker.el (newsticker--decode-iso8601-date)
1748 (newsticker--set-customvar, newsticker--buffer-insert-item)
1749 (newsticker--do-run-auto-mark-filter)
1750 (newsticker--parse-generic-feed): Doc fixes.
1751 (newsticker--retrieval-timer-list, newsticker-url-list)
1752 (newsticker-hide-immortal-items-in-echo-area)
1753 (newsticker-hide-obsolete-items-in-echo-area)
1754 (newsticker-new-item-face, newsticker--enclosure)
1755 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
1756 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
1757 (newsticker--parse-generic-feed, newsticker--cache-contains)
1758 (newsticker--stat-num-items, newsticker-download-enclosures):
1759 Fix typos in docstrings.
1760
1761 * net/rcirc.el (rcirc-debug): Doc fix.
1762 (rcirc-fill-column, rcirc-receive-message-hooks)
1763 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
1764 (rcirc-mode, rcirc-generate-new-buffer-name)
1765 (rcirc-startup-channels, rcirc-ignore-update-automatic)
1766 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
1767 Fix typos in docstrings.
1768 (rcirc-print): "?\ " -> "?\s".
1769 (rcirc-cmd-join): Improve argument/docstring consistency.
1770
1771 2006-02-01 Mark A. Hershberger <mah@everybody.org>
1772
1773 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
1774 before narrow-to-region.
1775
1776 2006-02-01 Richard M. Stallman <rms@gnu.org>
1777
1778 * simple.el (move-beginning-of-line): Scan properly for invis change.
1779
1780 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
1781
1782 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
1783
1784 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
1785 change bit only when id-format is 'integer. Reported by Matt
1786 Hodges <M.P.Hodges@rl.ac.uk>.
1787
1788 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
1789
1790 * hilit-chg.el (highlight-changes-initial-state)
1791 (highlight-changes-global-initial-state): Doc fixes.
1792 (highlight-changes-global-modes, global-highlight-changes):
1793 Fix typos in docstrings.
1794
1795 2006-02-01 Kim F. Storm <storm@cua.dk>
1796
1797 * emulation/cua-base.el (cua-mode): Mention that CUA enables
1798 transient-mark-mode in doc string.
1799
1800 2006-01-31 Richard M. Stallman <rms@gnu.org>
1801
1802 * replace.el (multi-occur): Doc fix.
1803 (multi-occur-in-matching-buffers): Rename from
1804 multi-occur-by-filename-regexp. Prefix arg says match
1805 buffer names instead of file names.
1806
1807 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
1808
1809 * bs.el: Allow non-default values of `bs-header-lines-length'.
1810 (bs--running-in-xemacs): Remove (not needed anymore).
1811 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
1812 instead of `shrink-window', thus avoiding having to compute the
1813 height of the window.
1814 (bs--up): Wrap around even when there's no header.
1815 (bs--down): Use `forward-line' instead of `next-line'.
1816
1817 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
1818
1819 * image-mode.el (image-toggle-display): Use file name if possible,
1820 instead of unnecessarily allocating a (possibly huge) lisp string.
1821
1822 2006-01-30 John Paul Wallington <jpw@pobox.com>
1823
1824 * subr.el (toplevel): Define `cl-assertion-failed' condition here
1825 because the `assert' macro signals it at runtime.
1826
1827 * emacs-lisp/cl.el (toplevel): Remove definition of
1828 `cl-assertion-failed' condition.
1829
1830 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
1831
1832 * thumbs.el (thumbs-marked-list): Make buffer-local and
1833 permanent-local.
1834 (thumbs-insert-thumb): Make help-echo non-sticky.
1835 (thumbs-file-alist): Use eolp as check for (non)-image.
1836
1837 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
1838
1839 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
1840 (ediff-before-session-group-setup-hooks)
1841 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
1842 Fix typos in docstrings.
1843
1844 * window.el (bw-dir, bw-eqdir, balance-windows)
1845 (split-window-keep-point): Fix typos in docstrings.
1846
1847 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
1848 (org-quote-string, org-calendar-to-agenda-key)
1849 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
1850 (org-show-following-heading, org-tags-column)
1851 (org-use-tag-inheritance, org, org-allow-space-in-links)
1852 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
1853 (org-enable-table-editor, org-calc-default-modes)
1854 (org-table-allow-automatic-line-recalculation)
1855 (org-export-html-style, org-export-with-fixed-width)
1856 (org-export-with-sub-superscripts, org-special-keyword)
1857 (org-formula, org-time-grid, org-table-may-need-update)
1858 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
1859 (org-goto-quit, org-get-indentation, org-end-of-item)
1860 (org-move-item-down, org-move-item-up)
1861 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
1862 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
1863 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
1864 (org-agenda-log-mode, org-agenda-toggle-diary)
1865 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
1866 (org-agenda-file-to-end, org-agenda-no-heading-message)
1867 (org-agenda-get-closed, org-format-agenda-item)
1868 (org-cmp-priority, org-cmp-category, org-cmp-time)
1869 (org-agenda-change-all-lines, org-agenda-diary-entry)
1870 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
1871 (org-link-search, org-camel-to-words, org-open-file)
1872 (org-remember-handler, org-table-convert-region)
1873 (org-table-move-row-down, org-table-move-row-up)
1874 (org-table-copy-region, org-table-wrap-region)
1875 (org-table-toggle-vline-visibility)
1876 (org-table-get-vertical-vector, org-table-modify-formulas)
1877 (org-table-get-specials, org-recalc-commands)
1878 (org-table-rotate-recalc-marks, org-table-eval-formula)
1879 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
1880 (org-level-color-stars-only, org-insert-heading):
1881 Fix typos in docstrings.
1882 (last-arg): Add defvar.
1883
1884 * makefile.w32-in (WINS): Add erc.
1885 (MH_E_SRC): Update (copied from lisp/Makefile.in).
1886
1887 2006-01-29 Bill Wohler <wohler@newt.com>
1888
1889 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
1890 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
1891 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
1892 (mh-autoloads): Don't use comments on otherwise empty lines.
1893
1894 2006-01-29 Edward O'Connor <ted@oconnor.cx>
1895
1896 * emulation/viper.el (viper-major-mode-modifier-list): Add
1897 insert-state and vi-state entries for erc-mode.
1898 (viper-go-away, viper-set-hooks): Add and remove
1899 viper-comint-mode-hook from erc-mode-hook as appropriate.
1900
1901 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
1902
1903 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
1904
1905 * bs.el (bs--format-aux): Implement `middle' alignment as
1906 described in the docstring for `bs-attributes-list'.
1907 (bs--get-name): Simplify. Don't pad the buffer name.
1908
1909 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
1910
1911 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
1912 English aspell dictionary is installed, use the first entry of
1913 ispell-dictionary-alist-1.
1914
1915 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com>
1916
1917 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
1918 Doc fix.
1919
1920 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
1921
1922 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
1923 for `process-file', in order to let it work for older Emacsen too.
1924
1925 2006-01-27 Eli Zaretskii <eliz@gnu.org>
1926
1927 * international/latexenc.el: Add a suitable `coding:' tag.
1928 (latexenc-find-file-coding-system): Undo last change.
1929
1930 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
1931
1932 * international/latexenc.el (latexenc-find-file-coding-system):
1933 Make sure latexenc-main-file is a regular file and is readable.
1934
1935 2006-01-27 Andre Spiegel <spiegel@gnu.org>
1936
1937 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
1938 Pass FILE to vc-user-login-name.
1939
1940 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
1941
1942 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
1943
1944 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
1945 there are no more images to display.
1946 (thumbs-mark, thumbs-unmark): Revert change so that they move to
1947 the next image.
1948
1949 2006-01-26 Richard M. Stallman <rms@gnu.org>
1950
1951 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
1952
1953 * wid-edit.el (advertised-widget-backward): New alias.
1954 (widget-keymap): Use advertised-widget-backward for S-TAB.
1955
1956 * tumme.el: Correct the keywords.
1957 (tumme-dir-max-size): Use defvar.
1958 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
1959
1960 * simple.el (move-beginning-of-line): Take account of fields.
1961 (clone-indirect-buffer-other-window): Take args like
1962 clone-indirect-buffer, and work like it.
1963
1964 * help-fns.el (describe-function): Don't pass `nil' as default.
1965
1966 * files.el (risky-local-variable-p): Follow var aliases.
1967
1968 * subr.el (lazy-completion-table): Doc fix.
1969
1970 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
1971 global binding of `line'.
1972
1973 2006-01-25 Andre Spiegel <spiegel@gnu.org>
1974
1975 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
1976 Tramp.
1977
1978 * vc.el (vc-default-dired-state-info): Pass FILE to
1979 vc-user-login-name.
1980 (vc-default-update-changelog): Don't use vc-user-login-name, we
1981 don't need it here.
1982
1983 * tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
1984 no longer necessary.
1985
1986 2006-01-25 Kenichi Handa <handa@m17n.org>
1987
1988 * international/mule.el (decode-char): Avoid the overhead of
1989 calling utf-lookup-subst-table-for-decode if
1990 utf-translate-cjk-mode is nil.
1991 (encode-char): Avoid the overhead of calling
1992 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
1993 nil.
1994
1995 2006-01-22 Kenichi Handa <handa@m17n.org>
1996
1997 * international/mule.el (make-subsidiary-coding-system): Reset
1998 `coding-system-define-form' property of subsidiaries to nil.
1999 Avoid duplicated entry in coding-system-alist.
2000 (make-coding-system): Avoid duplicated entry in
2001 coding-system-alist.
2002 (define-coding-system-alias): Likewise.
2003
2004 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
2005
2006 * completion.el: Minor fixes in introductory comment.
2007 (completion-def-wrapper): Fix alist.
2008
2009 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
2010
2011 * thumbs.el (thumbs-new-image-size): New function.
2012 (thumbs-increment-image-size-element)
2013 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
2014 (thumbs-decrement-image-size): Delete.
2015 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
2016 temp files and use to resize.
2017 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
2018 Use increment argument to enlarge/shrink. Preserve point.
2019 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
2020 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
2021 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
2022 (thumbs-mark, thumbs-unmark): Preserve point.
2023 (thumbs-modify-image): Keep old temp files and use to modify.
2024 Cleanup old temp files at load time. Preserve point.
2025 (thumbs-view-image-mode-map): Use new command names.
2026
2027 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
2028
2029 * log-view.el (log-view-minor-wrap): First rev is the one at point.
2030
2031 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
2032 the nastiest part of the cyclic dependency.
2033 (cal-menu-update): Use dotimes and calendar-increment-month.
2034
2035 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
2036 (calendar-week-start-day): Add an :initializer.
2037 (calendar-mode-map): Use suppress-keymap, and command remapping.
2038 (describe-calendar-mode): Setup xref-stack info for the back button.
2039 (calendar-star-date): Insert before delete.
2040 (calendar-set-mode-line): Add file-modified info if applicable.
2041 (calendar-increment-month): New function.
2042
2043 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
2044
2045 * font-lock.el (lisp-font-lock-keywords-2):
2046 Recognize "& keywords" only at word boundaries.
2047
2048 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
2049
2050 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
2051 and permanent-local.
2052 (thumbs-max-image-number): New variable.
2053 (thumbs-do-thumbs-insertion): Use them.
2054 (thumbs-per-line): Change default to 4.
2055 (thumbs-marked-list): Rename from thumbs-markedL.
2056 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
2057 (thumbs-rename-images): Use -list instead of L for internal variables.
2058 (thumbs-call-convert): Use call-process instead of shell-command.
2059 (thumbs-insert-thumb): Add filename as help-echo to each image.
2060 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
2061 Give dir to thumbs-show-thumbs-list.
2062 (thumbs-show-thumbs-list): Set default-directory to that of images.
2063 (thumbs-dired-show): Rename from thumbs-dired-show-all.
2064 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
2065 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
2066 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
2067
2068 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
2069
2070 * ses.el (ses-read-cell): Provide a default value.
2071
2072 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
2073
2074 * term/w32-win.el (image-library-alist): Add additional names for
2075 GIF library.
2076
2077 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
2078
2079 * international/latexenc.el (latexenc-find-file-coding-system):
2080 Add file-regular-p check.
2081
2082 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
2083
2084 * simple.el (clone-buffer): Don't show the new buffer in the same
2085 window.
2086
2087 2006-01-23 Juri Linkov <juri@jurta.org>
2088
2089 * faces.el (link, link-visited): New faces based on default values
2090 of `info-xref' and `info-xref-visited'.
2091
2092 * info.el (info-xref): Inherit from `link'.
2093 (info-xref-visited): Inherit from `link-visited'.
2094
2095 * cus-edit.el (custom-buffer-create-internal): Use widget type
2096 `custom-manual' instead of `info-link' and don't set properties
2097 `button-face' and `mouse-face' explicitly.
2098 (custom-browse-group-tag, custom-browse-variable-tag)
2099 (custom-browse-face-tag): Inherit from widget class
2100 `custom-group-link' instead of `push-button'.
2101 (custom-button-unraised): Inherit from `underline' face.
2102 (custom-link): Inherit from `link' face. Fix doc and group.
2103 (custom-add-parent-links, custom-group-value-create): Don't set
2104 properties `button-face' and `mouse-face' explicitly for
2105 `custom-group-link' widget.
2106 (custom-group-link): Add properties `button-face' and `mouse-face'
2107 to widget definition.
2108 (custom-field-keymap): New variable. Put `custom-field-keymap' to
2109 editable-field's :keymap property.
2110 (custom-mode): Fix docstring: substitute keybindings for
2111 `widget-forward' and `widget-backward' from `widget-keymap',
2112 `widget-complete' from `custom-field-keymap', replace old
2113 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
2114
2115 * desktop.el (desktop-load-file): Check for `fboundp' before
2116 calling `symbol-function'.
2117
2118 * simple.el (clone-buffer, clone-indirect-buffer)
2119 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
2120 `read-string'. Fix prompts.
2121
2122 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
2123
2124 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
2125
2126 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
2127
2128 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
2129
2130 * startup.el (inhibit-splash-screen, initial-scratch-message):
2131 Doc fixes.
2132
2133 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
2134
2135 Sync with Tramp 2.0.52.
2136
2137 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
2138 net/tramp-vc.el: Add code for unloading Tramp. See comment before
2139 `tramp-unload-tramp' for checklist.
2140
2141 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
2142 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
2143 (tramp-unload-file-name-handler-alist)
2144 (tramp-unload-tramp): New defuns.
2145 (tramp-advice-PC-expand-many-files): New defadvice.
2146 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
2147 removed.
2148 (tramp-handle-expand-file-name): Remove double slash.
2149 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
2150 It doesn't matter, because it will be converted later on.
2151 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
2152 implementation was just heuristic.
2153 (tramp-post-connection): Set uid and gid properties.
2154 (tramp-convert-file-attributes): Set file's gid change bit.
2155 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
2156 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
2157 in case of su(do)? methods. The home directory of the local user
2158 will be taken else.
2159 (tramp-open-connection-telnet)
2160 (tramp-open-connection-rsh, tramp-open-connection-su)
2161 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
2162 local shell prompt could hurt. Reported by Romain Francoise
2163 <romain@orebokech.com>.
2164 (tramp-let-maybe): Add `edebug-form-spec' property.
2165 (tramp-handle-expand-file-name): Bind `default-directory' locally
2166 to "/" in order to avoid problems with UNC shares or Cygwin
2167 mounts.
2168 (tramp-md5-function): Fix typo in error message.
2169
2170 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
2171
2172 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
2173 for byte-compiler pacification.
2174
2175 2006-01-22 Andre Spiegel <spiegel@gnu.org>
2176
2177 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
2178 ID-FORMAT `string'. This allows us to get rid of
2179 `vc-user-login-name UID'.
2180
2181 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
2182
2183 2006-01-22 John Paul Wallington <jpw@pobox.com>
2184
2185 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
2186
2187 2006-01-21 Martin Rudalics <rudalics@gmx.at>
2188
2189 * emacs-lisp/find-func.el (find-definition-noselect)
2190 (find-variable-noselect): Search variables in C source code too.
2191 (find-function-C-source, find-function-noselect, find-function)
2192 (find-function-other-frame, find-variable-noselect, find-variable)
2193 (find-variable-other-frame, find-variable-at-point):
2194 Fix docstrings.
2195
2196 2006-01-21 Francesco Potorti` <pot@gnu.org>
2197
2198 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
2199
2200 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
2201
2202 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
2203 Default to disabling the "Save affix" question.
2204
2205 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
2206
2207 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
2208 the first arg to run-python.
2209
2210 2006-01-21 Eli Zaretskii <eliz@gnu.org>
2211
2212 * startup.el (command-line-1): Handle --no-desktop if desktop.el
2213 is not loaded.
2214
2215 2006-01-20 Jay Belanger <belanger@truman.edu>
2216
2217 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
2218 limit is 0.
2219
2220 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
2221 the correct variable.
2222
2223 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
2224
2225 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
2226 link. Fixed buggy argument sequence in call to `org-view-tags'.
2227 (org-compile-prefix-format): Set `org-prefix-has-tag'.
2228 (org-prefix-has-tag): New variable.
2229 (org-format-agenda-item): Remove tags from headline if
2230 appropriate.
2231 (org-agenda-remove-tags-when-in-prefix): New option.
2232 (org-get-tags-at): New function.
2233
2234 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
2235
2236 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
2237 (thumbs-find-image): Move image name and number from buffer name
2238 to mode name. Set thumbs-buffer. Preserve point so that large
2239 images remain visible.
2240 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
2241 order.
2242 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
2243 mode name.
2244 (thumbs-next-image, thumbs-previous-image): Make them work.
2245
2246 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
2247
2248 * cus-edit.el (custom-buffer-create-internal): State in the text above
2249 the whole buffer buttons that they do not operate on hidden items.
2250 (custom-face-menu): Use `custom-face-save' instead of
2251 `custom-face-save-command'.
2252 (custom-face-save-command): Make it an alias for `custom-face-save'
2253 and declare it obsolete.
2254 (custom-face-save): Doc fix.
2255
2256 * dired.el (dired-no-confirm): Add quote.
2257 (dired-subdir-alist-pre-R): Add quote in
2258 `make-variable-buffer-local' form and remove unbalanced parenthesis.
2259
2260 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
2261
2262 * textmodes/table.el (table-mode-indicator): Typo in last change.
2263
2264 2006-01-19 Richard M. Stallman <rms@gnu.org>
2265
2266 * outline.el (hide-leaves): Don't call outline-end-of-heading.
2267 Fixes bug reported in Nov 2005.
2268
2269 * isearch.el (isearch-forward): Doc fix.
2270
2271 * dired.el (dired-move-to-filename-regexp): Define as alias.
2272 (dired-no-confirm): Use defcustom.
2273 (dired-subdir-alist-pre-R): Put defvar at top level.
2274
2275 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
2276
2277 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
2278 Mark as risky.
2279
2280 * simple.el (set-mark-command): Doc fix.
2281 (clone-indirect-buffer-other-window):
2282 Read arg like clone-indirect-buffer.
2283 (move-beginning-of-line): Skip invisible newlines.
2284
2285 2006-01-19 Masatake YAMATO <jet@gyve.org>
2286
2287 * progmodes/cpp.el (cpp-edit-load): Make the order of
2288 listed conditions in a base C code buffer and its associate
2289 CPP Edit buffer the same.
2290
2291 2006-01-19 Kenichi Handa <handa@m17n.org>
2292
2293 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
2294 (rmail-mime-feature): Likewise.
2295 (rmail-require-mime-maybe): Use display-warning to show a warning
2296 message.
2297
2298 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
2299 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
2300
2301 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
2302
2303 * array.el: Move defvars out of eval-when-compile.
2304 (array-make-template): Replace undeclared global var with a local one.
2305 (array-mode): Inline initialization functions.
2306 (array-init-local-variables, array-init-max-row)
2307 (array-init-max-column, array-init-columns-per-line)
2308 (array-init-field-width, array-init-rows-numbered)
2309 (array-init-line-length, array-init-lines-per-row): Remove.
2310
2311 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
2312 (doc-mode-map): Define explicitly.
2313 (doctor-txtype): Use mapc.
2314
2315 * textmodes/table.el: Move defvars out of eval-when-compile.
2316 Remove harmful code meant to avoid byte-compiler warnings.
2317 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
2318 specification that checks table-fixed-width-mode directly.
2319 (table-recognize-region, table-recognize-cell):
2320 Use restore-buffer-modified-p.
2321 (table-fixed-width-mode): Remove code that refreshes
2322 table-fixed-mode-indicator.
2323 (*table--cell-describe-bindings, *table--cell-describe-mode):
2324 Avoid obsolete name print-help-return-message.
2325 (table--test-cell-list): Don't use replace-regexp from elisp.
2326 (table--point-entered-cell-function, table--point-left-cell-function):
2327 Don't set table-fixed-mode-indicator, use force-mode-line-update.
2328
2329 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
2330 that was after the end of file. Use buffer-file-name variable.
2331 (org-timestamp-change): Use with-current-buffer.
2332 (org-todo-list): Don't unnecessarily define a new buffer-local var.
2333 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
2334 `file'.
2335
2336 * progmodes/fortran.el: Move defvars out of eval-when-compile.
2337 (fortran-break-line): Remove unused var `opoint'.
2338 (fortran-abbrev-start): Obey help-event-list.
2339
2340 2006-01-18 Jesper Harder <harder@phys.au.dk>
2341
2342 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
2343
2344 2006-01-18 Masatake YAMATO <jet@gyve.org>
2345
2346 * progmodes/make-mode.el (makefile-imake-mode): New mode
2347 derived from makefile-mode.
2348 (makefile-imake-mode-syntax-table): New syntax table
2349 derived from makefile-mode-syntax-table.
2350 (makefile-mode): Write about makefile-imake-mode in doc string.
2351 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
2352 (makefile-imake-font-lock-keywords): New font lock keywords.
2353
2354 * files.el (auto-mode-alist): Add Imakefile.
2355
2356 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
2357
2358 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
2359 loading the file rather than when turning on flyspell-mode.
2360
2361 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
2362
2363 * cus-edit.el (customize-rogue): Minor doc fix.
2364
2365 2006-01-17 Juri Linkov <juri@jurta.org>
2366
2367 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
2368 instead of the file at the mark as default if the file at the mark
2369 is the same as the file at point or if dired-dwim-target-directory
2370 is not the same as the current directory and the mark is not active.
2371
2372 * log-view.el (log-view-minor-wrap): Use the same logic to get
2373 revisions as `log-view-diff'.
2374
2375 * info.el (Info-revert-find-node): Check for Info-current-file
2376 before preserving new-history.
2377
2378 * man.el (Man-heading-regexp): Add `/'.
2379
2380 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
2381 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
2382
2383 2006-01-16 Juri Linkov <juri@jurta.org>
2384
2385 * faces.el (mode-line-faces): New defgroup.
2386 (mode-line-highlight): Move definition after new defgroup.
2387 (mode-line, mode-line-inactive, mode-line-highlight):
2388 Replace :group `modeline' with `mode-line-faces'.
2389 (mode-line-buffer-id): New face.
2390 (modeline-buffer-id): New face alias.
2391 (vertical-border): Remove :group `modeline'.
2392
2393 * bindings.el (propertized-buffer-identification): Use face
2394 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
2395 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
2396 (mode-line-buffer-identification-keymap): For mouse-1 replace
2397 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
2398 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
2399 mouse-3.
2400
2401 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
2402 Buffer-menu-buffer. Doc fix.
2403 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
2404 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
2405 `Buffer-menu-buffer'.
2406
2407 * info.el (Info-mode-line-node-keymap): New defvar.
2408 (Info-set-mode-line): Use `stringp' to check Info-current-file.
2409 Propertize Info-current-node with `mode-line-buffer-id' and
2410 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
2411
2412 * time.el (display-time-mail-face): Replace :group `faces' with
2413 `mode-line-faces'.
2414
2415 2006-01-16 Kenichi Handa <handa@m17n.org>
2416
2417 * international/code-pages.el: Add autoload cookies for cp125[0345678].
2418
2419 * language/european.el (cp1252): New alias for windows-1252.
2420
2421 * international/mule.el (autoload-coding-system): Prepare for EOL
2422 variants.
2423
2424 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
2425
2426 * term.el (term-raw-map): Add mapping for insert.
2427 (term-send-insert): New.
2428 (term-mode): Make variables local here instead of doing it in
2429 `term-emulate-terminal'.
2430 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
2431 Scroll reverse needs to take into account the scroll region.
2432 Saving and restoring the cursor should save the color attributes too.
2433 (term-reset-terminal): Reset the scroll region.
2434 (term-handle-ansi-escape): Cursor up and down should take into
2435 account the scroll region.
2436 (term-set-scroll-region): Rename from `term-scroll-region'.
2437 Move to 0,0 after setting the region.
2438 (term-handle-scroll): Handle scroll up.
2439 (term-down): Fix off by one error.
2440 (term-delete-lines): Do not delete outside the scroll region.
2441 (term-insert-lines): Take into account the scroll region.
2442
2443 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
2444
2445 * textmodes/ispell.el (ispell-internal-change-dictionary)
2446 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
2447 (start, end): Move declaration outside of eval-when-compile.
2448
2449 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
2450 (flyspell-mode-on): Use it.
2451
2452 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
2453 ispell-kill-ispell-hook.
2454
2455 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
2456
2457 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
2458 (Custom-reset-saved): Do not ask for confirmation in single option
2459 buffers.
2460
2461 2006-01-13 Richard M. Stallman <rms@gnu.org>
2462
2463 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
2464
2465 2006-01-13 Romain Francoise <romain@orebokech.com>
2466
2467 * add-log.el (add-change-log-entry, change-log-merge):
2468 Conditionally use `hard-newline'.
2469
2470 2006-01-13 Martin Rudalics <rudalics@gmx.at> (tiny change)
2471
2472 * wid-edit.el (widget-field-end): If the overlay is no longer
2473 associated with a buffer, behave as if the overlay didn't exist.
2474
2475 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
2476 Make sure the links use the `custom-link' face.
2477
2478 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
2479
2480 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
2481 (ld-script-mode): Don't set indent-line-function since we don't
2482 have one.
2483
2484 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
2485
2486 * textmodes/org.el (org-open-file): Use mailcap for selecting an
2487 application.
2488 (org-file-apps-defaults-gnu): Use mailcap as the default for
2489 selecting an application on a UNIX system.
2490 (org-agenda-show-tags): New command.
2491 (org-table-insert-hline): Keep cursor in current table line.
2492 (org-table-convert): Offset effect of modifying
2493 `org-table-insert-hline'.
2494 (org-format-agenda-item): New optional argument TAG.
2495 (org-compile-prefix-format): Handle %T format for the tag.
2496 (org-expand-wide-chars): New function.
2497 (org-table-insert-row, org-table-insert-hline):
2498 Use `org-expand-wide-chars'.
2499 (org-open-file): Fix bug in program launch.
2500 (org-get-time-of-day): Fix bug with times before 1am.
2501 (org-agenda-menu): Add tags commands.
2502
2503 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
2504
2505 * textmodes/ispell.el (ispell-init-process): Include the used
2506 dictionary in ispell process start message.
2507 (ispell-internal-change-dictionary): When flyspell-mode is active
2508 and dictionary is changed, make sure ispell process is restarted
2509 and flyspell word cache cleared out for the current buffer.
2510 (ispell-change-dictionary): Make sure flyspell word cache is
2511 cleared out in all buffers with active flyspell mode when
2512 dictionary is globally changed.
2513 Call ispell-internal-change-dictionary after dictionary change.
2514
2515 2006-01-13 Eli Zaretskii <eliz@gnu.org>
2516
2517 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
2518
2519 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
2520 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
2521 years. Fix small differences wrt Makefile.in.
2522 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
2523 Makefile.in does.
2524
2525 2006-01-12 Bill Wohler <wohler@newt.com>
2526
2527 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
2528 mh-search.el.
2529
2530 2006-01-12 Masatake YAMATO <jet@gyve.org>
2531
2532 * progmodes/ld-script.el: Update copyright year.
2533
2534 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
2535
2536 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
2537 Don't add widget if setting undefined.
2538
2539 2006-01-12 John Paul Wallington <jpw@pobox.com>
2540
2541 * help-fns.el (describe-variable): Remove newlines from void
2542 variable output.
2543
2544 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
2545
2546 * wdired.el (wdired-mode-map): Add help echo for
2547 wdired-abort-changes.
2548
2549 * man.el (Man-file-name-regexp): Adjust for a list of files.
2550
2551 2006-01-12 Masatake YAMATO <jet@gyve.org>
2552
2553 * progmodes/ld-script.el (auto-mode-alist): Support
2554 suffix conventions used in netbsd and eCos.
2555
2556 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
2557
2558 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
2559 (custom-variable-menu, custom-face-menu, custom-group-menu)
2560 (Custom-mode-menu): Change names of menu items. (As discussed on
2561 emacs-devel.)
2562 (custom-face-menu): Add "Undo Edits" item.
2563
2564 * startup.el (init-file-user): defcustom -> defvar.
2565
2566 * tooltip.el (tooltip-mode): Doc fix.
2567
2568 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
2569
2570 * reveal.el (reveal-post-command): window-buffer signals an error on
2571 dead windows rather than returning nil.
2572 (reveal-open-new-overlays): An overlay might die while we open others.
2573
2574 2006-01-11 Bill Wohler <wohler@newt.com>
2575
2576 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
2577 phrasing in docstring.
2578
2579 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
2580 can give some systems gas. Add new file mh-buffers.el.
2581
2582 2006-01-06 Masatake YAMATO <jet@gyve.org>
2583
2584 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
2585 C preprocessor forward ported from GNU Emacs 21.2.
2586
2587 * progmodes/asm-mode.el (asm-font-lock-keywords):
2588 Use `cpp-font-lock-keywords'.
2589
2590 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
2591
2592 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
2593 of $ for "\\.ld[s]?".
2594
2595 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2596
2597 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
2598 (tcl-indent-line): Return `noindent' if inside a string.
2599
2600 * progmodes/flymake.el (flymake-split-string): Remove more than one
2601 empty string at beg/end of the result.
2602 (flymake-find-buildfile, flymake-find-possible-master-files):
2603 Use expand-file-name.
2604 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
2605 since expand-file-name does it for us. Use directory-file-name.
2606 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
2607 (flymake-ler-get-type, flymake-ler-get-text)
2608 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
2609 (flymake-current-line-no): Remove spurious interactive spec.
2610 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
2611 (flymake-check-include): Remove arg inc-path merged into inc-name.
2612 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
2613 Arg regexp-list replaced by a simple regexp.
2614 (flymake-master-make-header-init, flymake-master-tex-init):
2615 Correspondingly replace regexp-list with a regexp. Fix regexp.
2616
2617 2006-01-10 Simon Josefsson <jas@extundo.com>
2618
2619 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
2620 describing AUTH PLAIN fix.
2621
2622 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
2623
2624 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
2625 (report-emacs-bug): Don't record initial prompt text.
2626 Instead, add text properties to prompting text.
2627 (report-emacs-bug-hook): Delete prompting text.
2628
2629 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
2630
2631 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
2632 `dirs'. Adjust callers.
2633
2634 2006-01-09 John Paul Wallington <jpw@gnu.org>
2635
2636 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
2637
2638 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
2639
2640 * reveal.el (reveal-open-new-overlays): New extracted fun.
2641 (reveal-close-old-overlays): Idem. Check overlays's liveness before
2642 using them. Simplify the code.
2643 (reveal-post-command): Use them. Fix up obsolete windows in
2644 reveal-open-spots.
2645
2646 * progmodes/flymake.el: Use `require' rather than autoload for
2647 XEmacs's overlays.
2648 (flymake-get-common-file-prefix, flymake-build-relative-filename):
2649 Delete. Use file-relative-name instead.
2650 (flymake-get-syntax-check-program-args, flymake-perl-init):
2651 Simplify the resulting code.
2652
2653 * log-view.el (log-view-file-re, log-view-message-re): Add support
2654 for DaRCS output.
2655
2656 2006-01-09 Alex Schroeder <alex@gnu.org>
2657
2658 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
2659 identifiers sometimes added in square brackets at the beginning of
2660 subject lines.
2661
2662 2006-01-07 Richard M. Stallman <rms@gnu.org>
2663
2664 * cus-edit.el (Custom-set, Custom-save): Doc fix.
2665 (Custom-reset-current, Custom-reset-saved): Change question text.
2666 (Custom-reset-standard): Likewise.
2667 (custom-variable-reset-saved): Doc fix.
2668
2669 2006-01-07 Eli Zaretskii <eliz@gnu.org>
2670
2671 * startup.el (init-file-user): Doc fix.
2672
2673 2006-01-07 Alex Schroeder <alex@gnu.org>
2674
2675 * mail/rmail.el (rmail-current-subject): New function.
2676 (rmail-current-subject-regexp): New function.
2677 (rmail-next-same-subject): Use it.
2678
2679 * mail/rmailsum.el (rmail-summary-by-topic):
2680 Use rmail-current-subject and rmail-current-subject-regexp.
2681 (rmail-summary-next-same-subject): Ditto.
2682
2683 * net/rcirc.el (rcirc-send-input): No longer check whether the
2684 process is open, since not all commands need an open process.
2685 (rcirc-send-string): Check whether the process is open before
2686 sending anything.
2687 (rcirc-ignore-list): New option.
2688 (rcirc-ignore-list-automatic): New variable.
2689 (rcirc-print): Take rcirc-ignore-list into account.
2690 (rcirc-cmd-ignore): New command.
2691 (rcirc-ignore-update-automatic): New function.
2692 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
2693 list if ignored nicks.
2694 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
2695
2696 2006-01-06 David Reitter <david.reitter@gmail.com>
2697
2698 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
2699 reflect the address to which the report will be sent.
2700
2701 2006-01-06 Eli Zaretskii <eliz@gnu.org>
2702
2703 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
2704 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
2705
2706 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
2707
2708 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
2709
2710 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
2711 the doc string: "functoin" => "function".
2712 * ldefs-boot.el: Likewise.
2713
2714 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
2715 message text: "Duplicat" => "Duplicate".
2716
2717 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
2718
2719 * files.el (basic-save-buffer-2): If backing-up failed, reset
2720 buffer-backed-up to nil.
2721
2722 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
2723
2724 * progmodes/gud.el (gdb-script-skip-to-head)
2725 (gdb-script-calculate-indentation): Indent for breakpoint command
2726 lists also.
2727
2728 2006-01-05 Bill Wohler <wohler@newt.com>
2729
2730 * Makefile.in (compile-always): Add mh-autoloads dependency.
2731 (bootstrap): Remove mh-autoloads dependency, as compile dependency
2732 provides it.
2733 (updates): Remove mh-autoloads dependency, since it probably has
2734 already run recently (via recompile).
2735
2736 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
2737
2738 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
2739 argument `force' to disable the flyspell-last-buffer optimization.
2740 (flyspell-mode-on): Use it.
2741
2742 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
2743 flymake-simple-cleanup.
2744 (flymake-allowed-file-name-masks): Use this new default.
2745 All the functions are now called in the right buffer rather than
2746 passing the buffer as argument.
2747 (flymake-process-sentinel): Switch to buffer before calling cleanup.
2748 (flymake-parse-err-lines): Remove redundant buffer arg.
2749 (flymake-get-program-dir): Comment out unused function.
2750 (flymake-start-syntax-check, flymake-start-syntax-check-process):
2751 Remove redundant buffer argument.
2752 (flymake-get-real-file-name, flymake-simple-java-cleanup)
2753 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
2754
2755 2006-01-05 Richard M. Stallman <rms@gnu.org>
2756
2757 * info.el (Info-find-node): Don't record previous node if have none.
2758 (info): Go to directory only if history is empty.
2759
2760 * simple.el (mark): Doc fix.
2761
2762 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2763
2764 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
2765 already of desired type.
2766 (mac-ae-list): Coerce parameter to "list" type.
2767 (mac-dispatch-apple-event): Replace cadr part of event with a
2768 dummy position so that event-start returns it.
2769
2770 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
2771
2772 * textmodes/org.el (org-end-of-subtree): New function.
2773 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
2774 Use `org-end-of-subtree'.
2775 (org-agenda, org-agenda-convert-date): Protect calls to
2776 `fit-window-to-buffer'.
2777 (org-tags-view): Force matching of sublevels when doing a
2778 todo-only search. Define the correct redo command, including the
2779 arguments.
2780 (org-agenda-redo): Display message.
2781 (org-check-for-org-mode): New function.
2782 (org-agenda-type): New variable.
2783 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
2784 Set `org-agenda-type'.
2785 (org-agenda-check-type): New function.
2786 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
2787 (org-agenda-week-view, org-agenda-day-view)
2788 (org-agenda-next-date-line, org-agenda-previous-date-line)
2789 (org-agenda-log-mode, org-agenda-toggle-diary)
2790 (org-agenda-toggle-time-grid, org-agenda-date-later)
2791 (org-agenda-date-prompt, org-agenda-diary-entry)
2792 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
2793 (org-agenda-convert-date, org-agenda-menu):
2794 Use `org-agenda-check-type'.
2795 (org-make-overlay, org-delete-overlay)
2796 (org-detatch-overlay, org-move-overlay, org-overlay-put):
2797 New compatibility functions.
2798 (org-calendar-select-mouse): New command.
2799
2800 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
2801
2802 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
2803 (Custom-reset-standard): Fix y-or-n-p messages.
2804 (custom-link): New face for links.
2805 (custom-buffer-create-internal, custom-manual): Use it.
2806 (custom-face-save): Push to theme-face before setting face spec.
2807
2808 * wid-edit.el (widget-default-mouse-face-get): New function.
2809 (widget-specify-button): Handle mouse-face like button-face.
2810
2811 * custom.el (load-theme): Clear old theme settings if reloading.
2812
2813 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
2814
2815 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
2816 "Erase Customization" button back to same position it occupies in
2817 the individual State menus.
2818
2819 2006-01-04 Kim F. Storm <storm@cua.dk>
2820
2821 * wid-edit.el (key-sequence): Rework widget to read key binding
2822 using `kbd' syntax. Use C-q to insert literal key, event, or code.
2823 (widget-key-sequence-default-value): Default value for empty sequence.
2824 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
2825 (widget-key-sequence-read-event): New command for C-q.
2826 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
2827 (widget-key-sequence-value-to-external): New functions.
2828
2829 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
2830
2831 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
2832 Use expand-file-name.
2833 (flymake-delete-temp-directory): Use expand-file-name,
2834 file-name-directory, and directory-file-name.
2835 (flymake-strrchr): Delete.
2836 (flymake-start-syntax-check): Don't pass the redundant buffer argument
2837 to the init-f function.
2838 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
2839 (flymake-init-find-buildfile-dir)
2840 (flymake-init-create-temp-source-and-master-buffer-copy)
2841 (flymake-simple-make-init-impl, flymake-simple-make-init)
2842 (flymake-master-make-init, flymake-master-make-header-init)
2843 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
2844 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
2845 (flymake-xml-init): Remove corresponding redundant buffer argument.
2846 (flymake-allowed-file-name-masks): Remove last elems that are equal to
2847 the default anyway. Clean up regexps.
2848
2849 * progmodes/flymake.el (flymake-temp-source-file-name)
2850 (flymake-master-file-name, flymake-temp-master-file-name)
2851 (flymake-base-dir): New buffer-local vars.
2852 (flymake-buffer-data, flymake-get-buffer-value)
2853 (flymake-set-buffer-value): Replace those hash-tables by the new
2854 buffer-local vars. Update callers.
2855
2856 * progmodes/flymake.el (flymake-check-start-time)
2857 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
2858 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
2859 Move definition, so we can remove redundant earlier declaration.
2860 (flymake-replace-regexp-in-string, flymake-split-string)
2861 (flymake-get-temp-dir): Use defalias.
2862 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
2863 (flymake-xemacs-window-edges): Remove unused function.
2864 (flymake-get-point-pixel-pos): Move.
2865 (flymake-pid-to-names, flymake-reg-names)
2866 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
2867 Replace by a simple list flymake-processes and by process-buffer.
2868 Update callers. Other than simplify the code, it uses buffers rather
2869 than buffer-names so it doesn't get confused by uniquify.
2870 (flymake-buffer-data): The global value should just be nil.
2871
2872 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
2873 Optimize the body of a defalias like any other code.
2874
2875 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
2876 Make sure we've setup font-lock's vars. It may influence which
2877 function we then call.
2878 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
2879 here since it's too late anyway.
2880
2881 2006-01-03 Romain Francoise <romain@orebokech.com>
2882
2883 * startup.el (fancy-splash-tail, normal-splash-screen):
2884 Update copyright year.
2885
2886 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
2887
2888 * mouse.el (mouse-drag-track): Rename, from
2889 `mouse-drag-region-1'. Includes optional argument required to
2890 enable post-drag event processing (e.g. delete region keys).
2891 Can be used without this argument to track a mouse region and operate
2892 on it as soon as the drag completes.
2893 (mouse-drag-region): Use `mouse-drag-track'.
2894
2895 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
2896
2897 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
2898 Move to `custom-buffer' group.
2899
2900 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
2901 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
2902 (custom-theme-insert-face-marker, custom-theme-variable-menu)
2903 (custom-theme-face-menu): New variables.
2904 (custom-theme-add-variable, custom-theme-variable-action)
2905 (custom-variable-reset-theme, custom-theme-delete-variable)
2906 (custom-face-reset-theme, custom-theme-face-action)
2907 (custom-theme-delete-face, custom-theme-merge-theme)
2908 (custom-theme-add-face, custom-theme-visit-theme): New functions.
2909
2910 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
2911
2912 * custom.el: Move Custom Themes commentary to start of theme code.
2913 (custom-known-themes): Rename `standard' theme to `changed'.
2914 (custom-push-theme): Caller no longer specifies what theme to use
2915 when doing `reset'---the setting is simply removed from the theme.
2916 Delete MODE from `theme-value' and `theme-settings' properties.
2917 (custom-declare-theme): Ignore &rest args since we don't use them.
2918
2919 (custom-loaded-themes): Delete variable.
2920 (custom-theme-load-themes, custom-theme-loaded-p)
2921 (custom-theme-value): Delete functions.
2922
2923 (custom-declare-theme): Signal error on invalid theme names.
2924 (provide-theme): custom-loaded-themes was deleted.
2925 (load-theme): Load the file unconditionally.
2926 (enable-theme): Call `load-theme' if theme is undefined.
2927 (custom-enabled-themes): Only update value for successful loads.
2928 (disable-theme): Complete from enabled themes when interactive.
2929 (custom-variable-theme-value): Calculate theme value directly.
2930
2931 (custom-theme-reset-variables, custom-reset-variables): Mark as
2932 XEmacs compatibility functions. We don't actually use these.
2933
2934 * cus-edit.el (custom-variable-state-set):
2935 Use custom-variable-theme-value instead of custom-theme-value.
2936 (custom-face-state-set): Rename `standard' theme to `changed'.
2937 (custom-save-variables, custom-save-faces): Delete unneeded
2938 references to custom-reset-variables.
2939 (custom-save-resets): Delete function.
2940 (custom-save-variables, custom-save-faces): MODE argument deleted.
2941 (custom-save-variables, custom-save-faces): Ignore theme values.
2942
2943 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
2944 compatibility function.
2945
2946 2006-01-01 Richard M. Stallman <rms@gnu.org>
2947
2948 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
2949 (Custom-reset-current, Custom-reset-saved): Likewise.
2950 (Custom-reset-standard): Show message if aborted.
2951 (custom-mode): Doc fix, describing those commands.
2952
2953 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
2954 put on event-kind property.
2955
2956 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
2957
2958 * custom.el (provide-theme): Ban `user' theme name.
2959 (custom-enabling-themes): New variable.
2960 (enable-theme): Don't enable user if custom-enabling-themes is t.
2961 (custom-enabled-themes): Make it a defcustom.
2962 (custom-theme-recalc-face): No-op if face is undefined.
2963
2964 * cus-edit.el (custom-button-mouse): New variable.
2965 (custom-button-mouse): New face.
2966 (custom-raised-buttons, custom-mode): Use it.
2967
2968 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
2969
2970 2005-12-31 Eli Zaretskii <eliz@gnu.org>
2971
2972 * progmodes/gud.el (gud-display-line): Support hl-line in the
2973 source buffer.
2974
2975 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
2976
2977 * mouse.el (mouse-drag-window-above): Verify that the found window
2978 overlaps with the given window in the horizontal dimension.
2979
2980 2005-12-31 Eli Zaretskii <eliz@gnu.org>
2981
2982 * Makefile.in (cvs-update): New target.
2983
2984 * makefile.w32-in (cvs-update): Ditto.
2985
2986 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
2987
2988 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
2989 (custom-new-theme-mode-map): New variable.
2990
2991 2005-12-30 Richard M. Stallman <rms@gnu.org>
2992
2993 * custom.el (custom-load-themes): Function deleted.
2994
2995 * cus-edit.el (custom-save-loaded-themes): Function deleted.
2996 (custom-save-variables): Don't delete or add custom-load-themes call.
2997
2998 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
2999
3000 * cus-start.el: Add `visible-cursor'.
3001
3002 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
3003 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
3004 (flymake-process-filter): Switch to buffer before calling it instead.
3005 (flymake-post-syntax-check, flymake-highlight-err-lines)
3006 (flymake-delete-own-overlays, flymake-parse-err-lines)
3007 (flymake-start-syntax-check, flymake-start-syntax-check-process)
3008 (flymake-count-lines, flymake-parse-residual):
3009 Remove constant buffer argument.
3010 (flymake-start-syntax-check-for-current-buffer): Remove.
3011 Update callers to use flymake-start-syntax-check instead.
3012 (flymake-display-err-menu-for-current-line):
3013 Remove unused var `mouse-pos'.
3014 (flymake-restore-formatting): Comment out unused function.
3015 (flymake-report-status, flymake-report-fatal-status): Remove buffer
3016 argument, use current-buffer instead. Update callers.
3017
3018 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3019
3020 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
3021 buffer-local because choose-completion-delete-max-match requires
3022 that we set completion-ignore-case (i.e., binding via let is not
3023 sufficient).
3024 (bibtex-complete): Always set completion-ignore-case and
3025 choose-completion-string-functions. The latter is needed because
3026 choose-completion-string-functions keeps its value if we quit the
3027 *Completions* buffer without requesting a completion.
3028
3029 2005-12-30 Andreas Schwab <schwab@suse.de>
3030
3031 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
3032
3033 2005-12-30 Eli Zaretskii <eliz@gnu.org>
3034
3035 * jit-lock.el (jit-lock-chunk-size): Doc fix.
3036
3037 2005-12-30 Juri Linkov <juri@jurta.org>
3038
3039 * locate.el (locate-fcodes-file, locate-header-face)
3040 * progmodes/delphi.el (delphi-other-face)
3041 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
3042
3043 * paren.el (show-paren-match, show-paren-mismatch): Use existing
3044 group `paren-showing-faces'.
3045
3046 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
3047 (goto-address): Fix docstring.
3048
3049 * net/webjump.el (webjump-sample-sites): Update URLs.
3050
3051 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
3052
3053 * subr.el (cancel-change-group): Add listp around pending-undo-list.
3054
3055 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
3056
3057 * font-lock.el (font-lock-compile-keywords): Signal an error when
3058 font-lock-set-defaults hasn't been called.
3059
3060 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
3061
3062 * subr.el (noreturn, 1value): Doc fixes.
3063
3064 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3065
3066 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
3067 that assoc-string returns nil.
3068
3069 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3070
3071 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
3072 (bibtex-entry-type-str, bibtex-empty-field-re)
3073 (bibtex-search-backward-string, bibtex-preamble-prefix)
3074 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
3075 (bibtex-any-valid-entry-type): New variable.
3076 (bibtex-parse-field-name): Simplify.
3077 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
3078 (bibtex-preamble-prefix): Include left delimiter.
3079 (bibtex-search-forward-field, bibtex-search-backward-field):
3080 Allow unbounded search past entry boundaries (required by bibtex-pop).
3081 (bibtex-text-in-field-bounds): Use push.
3082 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
3083 (bibtex-parse-preamble, bibtex-valid-entry)
3084 (bibtex-beginning-first-field): New functions.
3085 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
3086 (bibtex-map-entries): Fix docstring.
3087 (bibtex-flash-head): New arg prompt. Simplify.
3088 (bibtex-enclosing-field): Include code of bibtex-inside-field.
3089 (bibtex-insert-kill): Simplify. Always insert text past the
3090 current field or entry.
3091 (bibtex-format-entry): Use bibtex-parse-field.
3092 (bibtex-pop): Use bibtex-beginning-of-entry and
3093 bibtex-end-of-entry to initiate the search. Insert empty field if
3094 we found ourselves.
3095 (bibtex-print-help-message): New args field and comma.
3096 Handle entry keys.
3097 (bibtex-make-field): Use bibtex-beginning-of-entry.
3098 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
3099 invalid entry.
3100 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
3101 Handle preambles. Simplify code for thorough test.
3102 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
3103 New arg comma. Handle entry heads.
3104 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
3105 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
3106 New arg comma.
3107 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
3108 (bibtex-fill-field): Simplify.
3109 (bibtex-fill-entry): Use bibtex-beginning-first-field and
3110 bibtex-parse-field.
3111 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
3112 (bibtex-complete): Use bibtex-parse-preamble.
3113
3114 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
3115
3116 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
3117 Display name of expression instead of convenience variable.
3118 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
3119
3120 * progmodes/gud.el (gud-tooltip-dereference): Rename from
3121 toggle-gud-tooltip-dereference.
3122 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
3123 (gud-tooltip-tips): ...here when dereferencing.
3124
3125 2005-12-28 Bill Wohler <wohler@newt.com>
3126
3127 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
3128
3129 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
3130
3131 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
3132 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
3133 (vc-annotate-display-autoscale): Adjust call.
3134 (vc-annotate-display-default): Adjust call. Make arg compulsory.
3135 Fix interactive spec.
3136 (vc-annotate-time-span): Remove.
3137 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
3138 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
3139 (vc-annotate-display-select): Use new name.
3140
3141 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
3142 (vc-annotate-mode-menu): Remove left-over redundant declaration.
3143 Correct the construction of span entries. Simplify.
3144 (vc-annotate-display-select): Fix the nil case.
3145 (vc-annotate): Remove obsolete (and now broken) code.
3146 (vc-annotate-extract-revision-at-line): Remove obsolete code.
3147 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
3148
3149 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
3150
3151 * subr.el (lazy-completion-table): Correct typo in docstring.
3152
3153 * startup.el (command-line): Use `custom-reevaluate-setting' for
3154 `send-mail-function'.
3155
3156 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
3157
3158 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
3159
3160 * mail/smtpmail.el (smtpmail-try-auth-methods):
3161 Send credentials together with "AUTH PLAIN" command.
3162
3163 2005-12-27 Richard M. Stallman <rms@gnu.org>
3164
3165 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
3166 mouse-2, go back to previously selected window, so it's selected
3167 when mouse-2 command runs.
3168
3169 2005-12-27 Juri Linkov <juri@jurta.org>
3170
3171 * descr-text.el (describe-text-sexp): Use square brackets for
3172 button [Show] to distinguish it from the property value `show'.
3173 (describe-property-list): Use `insert-text-button' with
3174 `help-face' type instead of putting face in quotes, because button
3175 is not created automatically for a list of faces.
3176 (describe-text-properties-1): Put button-type value in quotes to
3177 distinguish from plain text "button".
3178 (describe-char): Display code point values in hex. Don't use
3179 `symbol-name' for `current-input-method' because it is a string.
3180 Use `insert-text-button' with `help-face' type instead of putting
3181 hardcoded face in quotes, because button is not created automatically.
3182
3183 2005-12-27 Richard M. Stallman <rms@gnu.org>
3184
3185 * progmodes/glasses.el (glasses-face): More specific custom type.
3186
3187 * files.el (set-visited-file-name): Doc fix.
3188
3189 * textmodes/flyspell.el (flyspell-external-point-words):
3190 Use local var buffer-scan-pos to advance scan for next misspelling.
3191 Advance it only after we find the misspelling.
3192
3193 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
3194
3195 * textmodes/flyspell.el (flyspell-external-point-words):
3196 New criteria for finding the misspelling in the buffer.
3197
3198 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
3199
3200 * help-mode.el (help-insert-string): Set help-xref-stack-item
3201 rather than call help-setup-xref.
3202
3203 * descr-text.el (describe-char): Revert previous changes for
3204 optional buffer argument.
3205
3206 2005-12-27 Juri Linkov <juri@jurta.org>
3207
3208 * help-mode.el (help-insert-string): New function. Save buffer
3209 contents in cases where it is impossible to recompute the old contents.
3210
3211 * descr-text.el (describe-char): Set help-xref-stack-item
3212 explicitly after buffer has been generated.
3213
3214 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3215
3216 * cus-start.el (all): Add x-gtk-show-hidden-files.
3217
3218 2005-12-26 Richard M. Stallman <rms@gnu.org>
3219
3220 * replace.el (perform-replace): Calculate match-again
3221 before skipping read-only matches.
3222
3223 * paren.el (paren-showing-faces): New group.
3224 (show-paren-match, show-paren-mismatch): Move to that group.
3225
3226 * button.el (button): Put into group `basic-faces'.
3227
3228 * progmodes/make-mode.el: Remove faces from group `faces'.
3229
3230 * apropos.el (apropos, apropos-value): Doc fix.
3231 (apropos-documentation): Doc fix.
3232
3233 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
3234
3235 * subr.el (lazy-completion-table): Remove argument `args'.
3236
3237 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
3238 Don't use the `args' argument of lazy-completion-table.
3239
3240 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
3241
3242 * descr-text.el (describe-char): Add optional argument for buffer.
3243 Set buffer appropriately. Call help-setup-xref.
3244 Suggested by Stefan Monnier.
3245
3246 2005-12-26 Juri Linkov <juri@jurta.org>
3247
3248 * descr-text.el: Require `help-fns' at runtime. Don't require
3249 `button' for byte compilation.
3250 (describe-text-widget): Add `help-echo' for first button.
3251 Use `help-info' for second.
3252 (describe-property-list): Use `help-argument-name' instead of `italic'.
3253 (describe-text-category): Add prompt to interactive spec.
3254 Call `help-setup-xref'.
3255 (describe-char): Use `help-character-set'. Add `help-echo' for
3256 code point. Use `help-input-method'. Remove superfluous insert.
3257
3258 2005-12-25 Richard M. Stallman <rms@gnu.org>
3259
3260 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
3261 at point, in case of narrowing.
3262
3263 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
3264
3265 * locate.el (locate-header-face): Allow nil in type.
3266
3267 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
3268
3269 2005-12-25 Romain Francoise <romain@orebokech.com>
3270
3271 * battery.el (battery-linux-proc-acpi): Also try
3272 `/proc/acpi/thermal_zone/THM0/temperature'.
3273
3274 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
3275
3276 * custom.el (custom-push-theme): Fix docstring.
3277
3278 * cus-edit.el (custom-variable-set, custom-variable-save)
3279 (custom-variable-save): Custom-quote widget values.
3280 (customize-save-variable): Fix custom-push-theme call.
3281
3282 2005-12-24 Eli Zaretskii <eliz@gnu.org>
3283
3284 * w32-fns.el (w32-batch-update-autoloads): New function.
3285
3286 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
3287 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
3288 from the command line.
3289
3290 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
3291
3292 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
3293 reset means to remove setting from theme entirely. Don't keep
3294 expanding theme-settings list; delete old entries if necessary.
3295
3296 * cus-edit.el (custom-buffer-create-internal): Move "Erase
3297 customization" button one line up.
3298 (custom-themed): New face.
3299 (custom-magic-alist): New value, THEMED, for theme settings.
3300 (custom-variable-state-set, custom-face-state-set):
3301 Check theme-value instead of saved-value.
3302 (custom-variable-reset-standard, custom-face-reset-standard):
3303 Remove theme setting entirely. Recalculate new values.
3304 (custom-variable-set, custom-variable-set)
3305 (custom-variable-reset-saved, custom-variable-reset-backup)
3306 (custom-face-set, custom-face-reset-saved): Update `user' theme.
3307 (custom-variable-save): Fix typos.
3308
3309 2005-12-23 Juri Linkov <juri@jurta.org>
3310
3311 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
3312 Add autoload cookies.
3313 (edebug-outside-d-c-i-n-s-w): New variable.
3314 (edebug-display, edebug-outside-excursion): Use it to save the
3315 original value of default-cursor-in-non-selected-windows.
3316 Set default-cursor-in-non-selected-windows to t while Edebug
3317 is active.
3318 (edebug-mode, edebug-eval-mode): Doc fix.
3319
3320 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
3321 with `buffer-substring-no-properties' to remove common substring
3322 highlighting.
3323
3324 * info.el (info-other-window, info): Rename function argument
3325 `file' to `file-or-node'.
3326 (Info-complete-menu-item): Use local variable `complete-nodes' to
3327 keep the global value of `Info-complete-nodes' unchanged for
3328 subsequent completions.
3329 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
3330
3331 * simple.el (get-next-valid-buffer, last-buffer)
3332 (next-error-buffer-p, next-error-find-buffer)
3333 (minibuffer-history-sexp-flag): Doc fix.
3334
3335 * savehist.el (savehist-mode-hook): Add `:group'.
3336
3337 * log-view.el: Call autoload for vc-find-version.
3338 (log-view-current-file): Adjust subgroup numbers.
3339 (log-view-current-tag): Add `length'.
3340
3341 2005-12-23 Richard M. Stallman <rms@gnu.org>
3342
3343 * vc.el (vc-annotate-car-last-cons): Defn moved up.
3344
3345 2005-12-23 Juri Linkov <juri@jurta.org>
3346
3347 * hi-lock.el (hi-lock-archaic-interface-message-used)
3348 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
3349 (hi-lock-mode): Display "Hi" in the mode line only when
3350 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
3351 (hi-lock-write-interactive-patterns):
3352 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
3353 (hi-lock-set-pattern, hi-lock-set-file-patterns)
3354 (hi-lock-font-lock-hook): Set 3rd arg `how' of
3355 font-lock-add-keywords to t.
3356
3357 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
3358
3359 * hi-lock.el (hi-lock-highlight-range): New variable.
3360 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
3361 only if font-lock-fontified is non-nil. Remove overlays.
3362 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
3363 font-lock-fontified is non-nil, otherwise use overlays (instead of
3364 text properties).
3365 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
3366 New variables.
3367 (hi-lock-string-serialize) New function.
3368
3369 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3370
3371 * menu-bar.el (menu-find-file-existing): New function.
3372 (menu-bar-file-menu): Use menu-find-file-existing for Open.
3373
3374 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
3375
3376 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
3377
3378 * vc.el: Remove unnecessary leading * in docstrings.
3379 (vc-annotate-mode-map): Move initialization into declaration.
3380 (vc-static-header-alist): Nitpick on the regexp.
3381 (vc-default-init-version): New fun.
3382 (vc-register): Use it.
3383 (vc-insert-headers): Use dolist.
3384 (vc-annotate-get-backend): Remove unused function.
3385 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
3386 (vc-annotate-mode): Remove corresponding call.
3387 (vc-annotate-car-last-cons): Simplify.
3388 (vc-annotate-buffers): Remove var.
3389 (vc-annotate-backend): Make it buffer-local.
3390 (vc-annotate): Move the interaction to the interactive spec.
3391 Add a `buf' argument.
3392 (vc-annotate-warp-version): Use this new `buf' argument to avoid
3393 killing&creating a vc-annotate buffer, which is very disruptive when
3394 the buffers are shown in dedicated frames.
3395
3396 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
3397
3398 * descr-text.el: Add FSF as maintainer.
3399 (describe-text-mode, describe-text-mode-map)
3400 (describe-text-mode-hook, describe-text-done): Delete. Use normal
3401 help-mode.
3402 (describe-text-widget, describe-text-sexp)
3403 (describe-property-list, describe-text-category)
3404 (describe-text-properties, describe-text-properties-1)
3405 (describe-char): Use help buttons instead of widgets.
3406 (describe-char-unicodedata-file): Make URL link in doc string.
3407
3408 2005-12-22 Richard M. Stallman <rms@gnu.org>
3409
3410 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
3411 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
3412 Don't include buttons that write a file when there's no file.
3413 (custom-variable-menu, custom-face-menu, custom-group-menu):
3414 Don't include commands that write a file when there's no file.
3415 (customize-browse): Reword the top-of-buffer help intro.
3416 (custom-buffer-create-internal): Fix previous change.
3417 (customize-changed-options-previous-release): Prev release is 21.1.
3418 (customize-changed-options): Doc fix.
3419 (customize-changed): New alias.
3420 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
3421 Say "standard values".
3422 (Custom-reset-standard): Doc fix.
3423 (custom-face-reset-standard): Doc fix.
3424
3425 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
3426
3427 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
3428 even if font-lock-mode is non-nil since it may be t without having
3429 turned on font-lock-mode-internal.
3430 (font-lock-choose-keywords): Minor optimization.
3431 (font-lock-add-keywords, font-lock-remove-keywords)
3432 (font-lock-set-defaults): Don't call make-local-variable on a variable
3433 that we know to already be local.
3434
3435 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
3436
3437 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
3438 messages if in the minibuffer.
3439
3440 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
3441
3442 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
3443 (tex-mode-flyspell-verify, flyspell-get-word)
3444 (flyspell-external-point-words): Don't use point-min/max uselessly.
3445
3446 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
3447 by Kevin Rodgers. Instead, just hide the completions buffer if we
3448 don't need to show it.
3449
3450 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
3451
3452 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
3453
3454 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
3455
3456 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
3457 delete-windows-on with an inexistent buffer.
3458
3459 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
3460
3461 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
3462 Delete defcustom variable :tag names.
3463
3464 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
3465
3466 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
3467 (log-view-font-lock-keywords): Ajust subgroup numbers.
3468 (log-view-current-tag): Don't hard code the number of subgroups.
3469
3470 2005-12-20 Juri Linkov <juri@jurta.org>
3471
3472 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
3473 (tooltip-x-offset, tooltip-y-offset): Doc fix.
3474
3475 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
3476 (menu-bar-non-minibuffer-window-p): Instead of checking
3477 display-multi-frame-p, use selected-frame when menu-updating-frame
3478 is nil.
3479
3480 2005-12-20 Davis Herring <herring@lanl.gov> (tiny change)
3481
3482 * align.el (align-rules-list): Use [ \t] instead of \s-
3483 for column separators in text mode.
3484
3485 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
3486
3487 * help-mode.el (help-customize-variable, help-customize-face):
3488 Don't pop help-xref-stack as help-follow no longer pushes
3489 anything on to it.
3490
3491 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
3492
3493 * textmodes/org.el (org-agenda-custom-commands): New option.
3494 (org-agenda): Offer custom commands on splash screen.
3495 (org-make-tags-matcher): Parser for Boolean logic added.
3496 (org-agenda-set-tags): New command.
3497 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
3498 (org-set-tags): Efficiency improvements.
3499 (org-auto-align-tags): New option.
3500 (org-todo, org-demote, org-promote): Realign tags.
3501 (org-tags-completion-function): Use also "&" and "|" as separators.
3502 (org-org-menu): Agenda commands simplified.
3503
3504 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
3505
3506 * cus-edit.el (customize-apropos, customize-apropos-options):
3507 Docstring changes.
3508
3509 * font-lock.el (font-lock): Add tags to the links in the defgroup.
3510
3511 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
3512
3513 * longlines.el (longlines-mode): Wrap while widened.
3514 (longlines-decode-region, longlines-encode-region): Compute max
3515 just once.
3516
3517 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3518
3519 * cus-edit.el (mac): New group.
3520
3521 * cus-start.el (all): Add user options in macterm.c. Add test for
3522 Mac-related built-ins. Fix test for GTK-related built-ins.
3523
3524 * term/mac-win.el (mac-handle-language-change)
3525 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
3526 (mac-services-open-selection, mac-services-mail-selection)
3527 (mac-services-mail-to, mac-services-insert-text)
3528 (mac-dispatch-apple-event): Add docstrings.
3529 (x-get-selection, mac-select-convert-to-string): Select coding
3530 system from `utf-16be' and `utf-16le' using `byteorder'.
3531
3532 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
3533
3534 * subr.el (lazy-completion-table): Don't be fooled if the var holds
3535 a "list" (lambda ...) rather than a real completion list.
3536
3537 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
3538 lexical-let when encountering ((lambda (...) ...) ...).
3539
3540 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
3541
3542 * progmodes/sh-script.el (sh-mode):
3543 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
3544 * textmodes/picture.el (picture-mode): Update docstrings.
3545
3546 2005-12-17 Eli Zaretskii <eliz@gnu.org>
3547
3548 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
3549 commands enclosed in $(ARGQUOTE)s should not be split between two
3550 lines, as that will break with GNU Make >3.80, when sh.exe is used
3551 and arg quoting is with '..'.
3552 (autoloads): Don't break the quoted --eval expression between
3553 several lines.
3554
3555 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
3556
3557 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
3558 Capture error from printing circular structures.
3559
3560 2005-12-17 Martin Rudalics <rudalics@gmx.at> (tiny change)
3561
3562 * wid-edit.el (widget-checkbox-action): Clear undo info.
3563
3564 2005-12-16 Bill Wohler <wohler@newt.com>
3565
3566 * menu-bar.el (kill-this-buffer): Set a good example by using menu
3567 bar, not menubar in comment.
3568
3569 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
3570
3571 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
3572 After-change-functions should not clobber the match data.
3573
3574 2005-12-16 Juri Linkov <juri@jurta.org>
3575
3576 * simple.el (choose-completion): Use `buffer-substring-no-properties'
3577 instead of `buffer-substring'.
3578 (completion-common-substring): Doc fix.
3579 (completion-setup-function): Use minibuffer-completion-contents
3580 instead of minibuffer-contents. Don't set common-string-length
3581 initially. Remove special handling of partial-completion-mode.
3582 Move computation of completion-base-size into one cond.
3583 Call completion-base-size-function in mainbuf. In computation of
3584 completion-base-size for file name completion don't move point to
3585 the end of the minibuffer. Move computation of common-string-length
3586 into one cond. Start putting faces only when common-string-length>=0.
3587 Add condition to put completions-common-part when
3588 common-string-length>0.
3589
3590 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
3591 place point at the first different character in the minibuffer
3592 even if this position is at the beginning of the minibuffer.
3593
3594 * info.el (Info-read-node-name-1): In completion-base-size-function's
3595 lambda return 1 if common-substring or minibuffer-completion-contents
3596 starts with (, and 0 otherwise.
3597
3598 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
3599 Use `crm-current-element' for second arg of `display-completion-list'.
3600
3601 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
3602
3603 * files.el (set-auto-mode): Look for an interpreter specified on
3604 the first line also if search for mode specification succeeded,
3605 but the mode is not known.
3606
3607 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
3608
3609 * textmodes/org.el (org-tags-match-list-sublevels): New option.
3610 (org-open-at-point): Implement tag searches as links.
3611 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
3612 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
3613 (org-tags-sparse-tree, org-tags-view, org-set-tags)
3614 (org-agenda-dispatch): New commands.
3615 (org-use-tag-inheritance, org-tags-column): New options.
3616 (org-tab-follows-link, org-return-follows-link): New options.
3617 (org-tags): New customize group.
3618 (org-start-icalendar-file): Get local time zone.
3619 (org-tags-completion-function): New function.
3620 (org-set-font-lock-defaults): Make sure links will also be
3621 highlighted inside headlines.
3622
3623 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
3624
3625 * term.el (term-emulate-terminal):
3626 Let term-handle-ansi-terminal-messages override what Bash says about
3627 its current directory.
3628
3629 2005-12-16 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
3630
3631 * bindings.el (last-buffer): Move to simple.el.
3632 * simple.el (last-buffer): Move here.
3633 (get-next-valid-buffer): New function.
3634 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
3635 (prev-buffer): Ditto. Rename to `previous-buffer'.
3636
3637 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
3638 * bindings.el (global-map): Ditto.
3639
3640 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
3641
3642 * cus-edit.el: Introductory comment change.
3643 (custom-magic-alist): Change message string for the `rogue' state.
3644
3645 2005-12-15 Richard M. Stallman <rms@gnu.org>
3646
3647 * tooltip.el: Delete defcustom variable :tag names.
3648
3649 * complete.el (partial-completion-mode): Doc fix.
3650
3651 * textmodes/flyspell.el (flyspell-external-point-words):
3652 Use save-excursion to ensure we don't move backward in the
3653 search loop, not even one character.
3654 (flyspell-delete-all-overlays): Use remove-overlays directly.
3655
3656 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
3657 (ispell-start-process): Set that variable.
3658 Clear ispell-buffer-local-name.
3659 (ispell-internal-change-dictionary):
3660 Set ispell-current-dictionary after killing process.
3661 (ispell-buffer-local-dict):
3662 Don't set spell-personal-dictionary after killing process.
3663 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
3664 (ispell-tex-skip-alists, ispell-html-skip-alists)
3665 (ispell-skip-region-alist): Mark as risky.
3666
3667 * net/newsticker.el (newsticker--retrieval-timer-list)
3668 (newsticker--display-timer, newsticker-running-p)
3669 (newsticker-ticker-running-p): Definitions moved up.
3670
3671 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
3672
3673 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
3674
3675 2005-12-15 David Ponce <david@dponce.com>
3676
3677 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
3678 (recentf-edit-list, recentf-open-files): Signal an error when
3679 there is no recent file.
3680
3681 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
3682
3683 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
3684 read-only except for texinfo-format-region evaluation.
3685
3686 2005-12-14 Richard M. Stallman <rms@gnu.org>
3687
3688 * vc.el (vc-default-previous-version, vc-default-next-version)
3689 (vc-do-command): Doc fixes.
3690
3691 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3692
3693 * textmodes/bibtex.el (bibtex-expand-strings)
3694 (bibtex-autokey-expand-string, bibtex-name-part)
3695 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
3696 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
3697 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
3698 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
3699 (bibtex-entry-postfix, bibtex-known-entry-type-re)
3700 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
3701 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
3702 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
3703 (bibtex-beginning-of-last-entry): Remove.
3704 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
3705 message if comma is missing but buffer is read-only.
3706 (bibtex-parse-field-text): Handle whitespaces at the end of field
3707 text. Return 3-element list with beginning and end of field text
3708 and end of field.
3709 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
3710 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
3711 (bibtex-search-forward-field, bibtex-search-backward-field):
3712 Search always delimited by limits of entry. Use more efficient
3713 search algorithms.
3714 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
3715 bibtex-end-of-name-in-field.
3716 (bibtex-text-in-field-bounds): Handle BibTeX strings when
3717 extracting the content of a field.
3718 (bibtex-text-in-field): Use search limits.
3719 (bibtex-parse-string-prefix): Handle empty string keys based on
3720 bibtex-string-empty-key.
3721 (bibtex-parse-string): Fix docstring.
3722 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
3723 (bibtex-preamble-prefix, bibtex-strings): New functions.
3724 (bibtex-skip-to-valid-entry): Include preceding whitespace in
3725 BibTeX entries (consistent with other BibTeX functions).
3726 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
3727 (bibtex-search-entry): Fix docstring. Simplify.
3728 (bibtex-flash-head, bibtex-complete-string-cleanup)
3729 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
3730 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
3731 (bibtex-parse-entry): New optional arg content.
3732 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
3733 Use bibtex-text-in-field-bounds.
3734 (bibtex-print-help-message): Handle BibTeX strings and preambles.
3735 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
3736 bibtex-parse-string-postfix.
3737 (bibtex-find-text-internal): New function.
3738 (bibtex-remove-delimiters): Use it.
3739 (bibtex-find-text): Use it. New optional arg help.
3740 (bibtex-complete): Handle BibTeX string and preamble entries.
3741 (bibtex-Preamble): Fix order of closing delimiters.
3742
3743 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
3744
3745 * vc.el (vc-default-revert): New fun.
3746
3747 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
3748
3749 2005-12-14 Romain Francoise <romain@orebokech.com>
3750
3751 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
3752 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
3753 (font-lock-remove-keywords): Likewise.
3754
3755 2005-12-14 Juri Linkov <juri@jurta.org>
3756
3757 * log-view.el (log-view-diff): Doc fix.
3758
3759 * isearch.el (isearch-query-replace): Use (mark) instead of
3760 isearch-opoint if mark is active in transient-mark-mode.
3761
3762 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
3763
3764 * isearch.el (isearch-query-replace): Check for isearch-other-end.
3765
3766 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
3767
3768 * progmodes/cpp.el (cpp-face): New widget.
3769 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
3770
3771 2005-12-14 Juri Linkov <juri@jurta.org>
3772
3773 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
3774 around `erase-buffer' and `insert'.
3775
3776 * descr-text.el (describe-text-properties): Replace buffer name
3777 "*Help-2*" with "*Help*<2>".
3778 (describe-char): Add functions print-help-return-message,
3779 toggle-read-only. Use help-setup-xref with nil to not store
3780 describe-char in help-xref-stack. Use help-make-xrefs to
3781 make [back] button.
3782
3783 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
3784
3785 * wdired.el (wdired-old-point): New internal variable.
3786 (wdired-change-to-wdired-mode): Set it buffer-locally.
3787 (wdired-abort-changes): Restore point after aborting changes.
3788
3789 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
3790
3791 * vc.el (vc-do-command): Add a new value t for okstatus.
3792
3793 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
3794 frame in case of errors.
3795
3796 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3797
3798 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
3799 so it comes after "On the Left" in the menu.
3800
3801 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
3802
3803 * cus-edit.el (customize-apropos, customize-apropos-options)
3804 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
3805
3806 2005-12-12 Bill Wohler <wohler@newt.com>
3807
3808 * vc-svn.el (vc-svn-registered): Fix problem of visiting
3809 non-writable Subversion-controlled files by saving window
3810 configuration before calling vc-do-command. vc-do-command calls
3811 pop-to-buffer on error which is unexpected during registration.
3812
3813 2005-12-12 Jay Belanger <belanger@truman.edu>
3814
3815 * calc/README: Update the summary of changes.
3816
3817 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
3818
3819 * descr-text.el (describe-char): Rework last fix to solve the problem
3820 is the same way it's solved for everything else in that function
3821 (i.e. by extracting the info before setting up the *Help* buffer).
3822
3823 2005-12-12 Kim F. Storm <storm@cua.dk>
3824
3825 * subr.el (version-regexp-alist): Allow space as separator before
3826 non-numeric part, e.g. "1.0 alpha".
3827 (version-to-list): Interpret .X.Y version as 0.X.Y version.
3828
3829 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
3830
3831 * textmodes/org.el (org-agenda, org-timeline, org-todo):
3832 Implement Logging and the keep-modes setting.
3833 (org-get-category): Make sure a string is returned.
3834 (org-log-done): New function.
3835 (org-log-done, org-closed-string): New options.
3836
3837 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3838
3839 * tooltip.el (tooltip-y-offset): Change default to 20.
3840
3841 2005-12-12 Richard M. Stallman <rms@gnu.org>
3842
3843 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
3844
3845 * frame.el (display-hourglass): Doc fix.
3846
3847 * help.el (help-for-help-internal): Simplify entry for `a'.
3848
3849 * info.el (Info-on-current-buffer): Doc fix.
3850 (info-insert-file-contents): Don't test (featurep 'jka-compr).
3851
3852 * startup.el (inhibit-splash-screen): Make this the real name.
3853 (inhibit-startup-message): Make this the alias.
3854 (command-line): Find only simple.el, and use its directory
3855 to fill in other preloaded files' names.
3856 (command-line): Deactivate the mark if deactivate-mark is set.
3857
3858 * international/mule.el (load-with-code-conversion):
3859 Bind deactivate-mark.
3860
3861 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
3862
3863 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
3864
3865 * cus-edit.el (customize-apropos): Avoid listing an option more
3866 than once under different aliases. No longer list user options
3867 that are not defined with defcustom (unless a prefix arg is given).
3868 Doc fix.
3869 (customize-apropos-options): Doc fix.
3870
3871 2005-12-11 Juri Linkov <juri@jurta.org>
3872
3873 * frame.el (set-background-color, set-foreground-color)
3874 (set-cursor-color, set-mouse-color, set-border-color):
3875 Add explicit prompts to read colors by `facemenu-read-color'.
3876 (show-trailing-whitespace, blink-cursor-delay)
3877 (blink-cursor-interval, display-hourglass, hourglass-delay):
3878 Remove tags.
3879 (display-hourglass, hourglass-delay): Doc fix.
3880 (cursor-in-non-selected-windows): Capitalize words in tag.
3881
3882 * faces.el (frame-background-mode): Replace `choice-item' keywords
3883 with `const' to not make [default] button. Change default value tag
3884 from `default' to `automatic'. Doc fix.
3885 (trailing-whitespace) <defface>: Change group `whitespace' to
3886 `whitespace-faces'.
3887
3888 2005-12-11 Richard M. Stallman <rms@gnu.org>
3889
3890 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
3891
3892 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3893
3894 * term/mac-win.el: Create keymap for mac-apple-event-map.
3895
3896 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
3897
3898 * tooltip.el (tooltip-mode): Move to start of file so that it
3899 appears at top of customize buffer.
3900
3901 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
3902 Add the gud groupname.
3903 (gud-tooltip-mode): Add the tooltip groupname.
3904 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
3905 avoid conflict with tooltip-use-echo-area.
3906
3907 2005-12-10 Romain Francoise <romain@orebokech.com>
3908
3909 * help.el (help-for-help-internal): Add `r' in doc string.
3910
3911 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3912
3913 * align.el (align-regexp, align-highlight-rule):
3914 Use region-beginning and region-end instead of point and mark, so that
3915 repetition (with `repeat-complex-command') recomputes the region
3916 bounds.
3917
3918 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
3919
3920 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
3921 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
3922 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
3923 (balance-windows): Rewrite using the above new functions.
3924
3925 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
3926
3927 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
3928 react if global-hi-lock-mode seems intended.
3929 (global-hi-lock-mode) Renamed from hi-lock-mode.
3930 (hi-lock-archaic-interface-message-used)
3931 (hi-lock-archaic-interface-deduce): New variables.
3932 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
3933 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
3934 (hi-lock-find-patterns, hi-lock-font-lock-hook):
3935 Replace hi-lock-buffer-mode with hi-lock-mode.
3936
3937 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com>
3938
3939 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
3940 completion list, even after a partial completion has been
3941 inserted in the current buffer. If there are more than 1
3942 completion, redisplay the *Completions* buffer; if the
3943 completion is unique, delete the *Completions* window.
3944
3945 2005-12-10 Eli Zaretskii <eliz@gnu.org>
3946
3947 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
3948 strings and long subject lines that were broken into multiple
3949 lines at arbitrary places. Handle subjects that have "Re: " in
3950 the middle.
3951
3952 2005-12-10 John W. Eaton <jwe@octave.org>
3953
3954 * emacs/octave-mod.el (octave-electric-space): Don't indent
3955 comments or strings if octave-auto-indent is nil.
3956
3957 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3958
3959 * term/mac-win.el: Require url when compiling.
3960 Call mac-process-deferred-apple-events after loading init files.
3961 (mac-apple-event-map): New defvar. Define event handlers in it.
3962 (core-event, internet-event): New Apple event class symbols.
3963 (open-application, reopen-application, open-documents)
3964 (print-documents, open-contents, quit-application)
3965 (application-died, show-preferences, autosave-now, get-url):
3966 New Apple event ID symbols.
3967 (about): New HICommand ID symbol.
3968 (mac-event-spec, mac-event-ae): New macros.
3969 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
3970 (mac-ae-selection-range, mac-ae-text-for-search)
3971 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
3972 (mac-application-menu-map): Remove keymap. Handlers for HICommand
3973 and Services menu events are now defined in mac-apple-event-map.
3974 (mac-drag-n-drop): Remove selection range handling.
3975
3976 2005-12-10 Kenichi Handa <handa@m17n.org>
3977
3978 * simple.el (zap-to-char):
3979 * isearch.el (isearch-process-search-char): Translate CHAR by
3980 translation-table-for-input.
3981
3982 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
3983
3984 * foldout.el (foldout-exit-fold): Properly hide subtree.
3985
3986 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
3987
3988 * files.el (save-buffer):
3989 * international/ucs-tables.el (ucs-set-table-for-input):
3990 * mail/mail-extr.el (mail-extract-address-components):
3991 * mail/sendmail.el (mail-mode): Reformat doc string.
3992
3993 2005-12-09 Juri Linkov <juri@jurta.org>
3994
3995 * isearch.el (isearch-highlight): Change main overlay priority
3996 from 1 to 1001. Simplify.
3997 (isearch-lazy-highlight-update): Change lazy overlay priority
3998 from 0 to 1000.
3999
4000 * replace.el (replace-highlight): Change overlay priority from
4001 1 to 1001.
4002
4003 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
4004 Change overlay priority from 1 to 1001. Reuse existing overlay.
4005
4006 * compare-w.el (compare-windows-highlight): Change overlay
4007 priority from 1 to 1000.
4008
4009 * menu-bar.el (menu-bar-edit-menu): Add listp around
4010 pending-undo-list to disable menu item "undo" when pending
4011 undo list is empty.
4012
4013 * locate.el (locate): Disable undo in *Locate* buffer.
4014
4015 2005-12-09 Kim F. Storm <storm@cua.dk>
4016
4017 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
4018
4019 2005-12-09 David Ponce <david@dponce.com>
4020
4021 * recentf.el: Improvement of the menu code.
4022 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
4023 instead of menu hook.
4024 (recentf-show-menu, recentf-hide-menu): New functions.
4025 (recentf-menu-customization-changed, recentf-mode): Use them.
4026 (recentf-menu-action, recentf-max-menu-items)
4027 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
4028 (recentf-arrange-by-rule-others)
4029 (recentf-arrange-by-rules-min-items)
4030 (recentf-arrange-by-rule-subfilter) : Don't use
4031 `recentf-menu-customization-changed'.
4032 (recentf-arrange-rules): Likewise. Accept functions to compute
4033 sub-menu titles.
4034 (recentf-menu-filter): Likewise. Doc fix.
4035 (recentf-menu-value-shortcut): Doc fix.
4036 (recentf-dump-variable): Quote atom value.
4037 (recentf-make-menu-items): Update to use it as a menu filter.
4038 (recentf-match-rule): New function.
4039 (recentf-arrange-by-rule): Use it.
4040 (recentf-indirect-mode-rule): New function.
4041 (recentf-build-mode-rules): Use it.
4042 (recentf-dir-rule): New function.
4043 (recentf-arrange-by-dir): Use it.
4044 (recentf-filter-changer-current): Rename from
4045 `recentf-filter-changer-state'. All references updated.
4046 (recentf-filter-changer-alist): Update filter names.
4047 (recentf-filter-changer-select): New function.
4048 (recentf-filter-changer): Use it. Make a sub-menu from filters
4049 available in `recentf-filter-changer-alist'.
4050 (recentf-data-cache, recentf-clear-data)
4051 (recentf-update-menu): Remove. All references updated.
4052 (recentf-match-rule-p, recentf-build-dir-rules)
4053 (recentf-filter-changer-goto-next)
4054 (recentf-filter-changer-get-current)
4055 (recentf-filter-changer-get-next): Remove.
4056
4057 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
4058
4059 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
4060 buffer "Reset" button to "Reset to Current" for consistency with
4061 the State buttons.
4062
4063 2005-12-08 John Paul Wallington <jpw@pobox.com>
4064
4065 * ibuf-ext.el (define-ibuffer-filter filename):
4066 If `dired-directory' is a list then really use its car.
4067
4068 2005-12-08 Kim F. Storm <storm@cua.dk>
4069
4070 * emulation/cua-rect.el (cua--rectangle-aux-replace):
4071 Fix indention of text on right side of replaced rectangle.
4072
4073 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
4074
4075 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
4076 No need to check gud-comint-buffer is bound.
4077 (gdb): Prevent multiple debugging when first session uses gdba.
4078
4079 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4080
4081 CC Mode update to 5.31.
4082
4083 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
4084 Emacsen which lack `define-minor-mode'. (Currently Emacs <21. We
4085 might do this function properly in the future).
4086
4087 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el: New
4088 macros c-sentence-end and c-default-value-sentence end, to cope
4089 with Emacs 22's new function `sentence-end'.
4090
4091 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4092
4093 * progmodes/cc-cmds.el (c-show-syntactic-information): Solved the
4094 compat issue using `c-put-overlay' and `c-delete-overlay'.
4095
4096 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay): New
4097 compat macros to handle overlays/extents.
4098
4099 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4100
4101 * progmodes/cc-fix.el: Add definitions of the macros push and pop
4102 (for GNU Emacs 20.4)
4103
4104 * progmodes/cc-defs.el:
4105 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
4106
4107 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
4108 highlighting mechanism so it will work in XEmacs too.
4109
4110 * progmodes/cc-defs.el: Insert c-int-to-char.
4111
4112 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
4113 call to the new macro c-int-to-char. This solves XEmacs's
4114 regarding characters as different from integers.
4115
4116 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4117
4118 * progmodes/cc-fonts.el (c-make-syntactic-matcher): New internal
4119 helper.
4120
4121 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
4122 construct to make the indirect face lookup work in XEmacs.
4123
4124 (c-cpp-matchers): Append the negation char face to the existing
4125 fontification, so that the cpp face doesn't disappear. Use
4126 `c-make-syntactic-matcher' to avoid negation chars in comments and
4127 strings.
4128
4129 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
4130 to map to `font-lock-negation-char-face' in emacsen where it
4131 exists.
4132
4133 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4134
4135 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
4136
4137 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
4138 Rename "c-subword-move-mode" as "c-subword-mode".
4139
4140 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
4141 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
4142
4143 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4144
4145 * progmodes/cc-mode.el: Added autoload directive for
4146 `c-subword-move-mode' for use in older emacsen.
4147
4148 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4149
4150 * progmodes/cc-mode.el:
4151 (i) Insert a binding for C-c C-backspace into
4152 c-bind-special-erase-keys which works in TTYs.
4153 (ii) Make sure that when file styles are used, any explicitly
4154 given style variables take priority over those in the style. Do
4155 this by calling `hack-local-variables' a second time.
4156
4157 * progmodes/cc-vars.el: Add language specific customization
4158 widgets for AWK to c-doc-comment-style, c-require-final-newline
4159 and c-default-style. Add a defcustom for awk-mode-hook. Give
4160 c-syntactic-element and c-syntactic-context doc-strings by
4161 directly setting their `variable-documentation' propery. This
4162 allows Emacs 22.1 to read these with C-h v.
4163
4164 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan
4165 Monnier).
4166
4167 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4168
4169 * progmodes/cc-fonts.el, cc-vars.el
4170 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
4171 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
4172 Masatake YAMATO.
4173
4174 (c-doc-comment-style): Made GtkDoc default in C mode.
4175
4176 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
4177 and C-c C-<delete>.
4178
4179 (c-bind-special-erase-keys): New function for use on
4180 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
4181
4182 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
4183 <delete> key behavior in XEmacs according to `delete-forward-p'.
4184 C.f. `c-electric-delete'.
4185
4186 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4187
4188 * progmodes/cc-mode.el: Give c-hungry-backspace and
4189 c-hungry-delete-forward permanent key bindings.
4190
4191 * progmodes/cc-cmds.el (c-electric-semi&comma): Bind
4192 c-syntactic-context for calls to "criteria functions", for
4193 consistency with other calls to user functions.
4194
4195 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
4196 `current-prefix-arg', since this might be the prefix arg to a
4197 command which calls c-indent-command as a function. Change the
4198 interactive spec from "p" to "P".
4199
4200 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
4201 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
4202 was difficult to understand.
4203
4204 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4205
4206 * progmodes/cc-engine.el (c-on-identifier): Fixed bug when at the
4207 first char of an identifier.
4208
4209 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
4210 +" syntax in C++.
4211
4212 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4213
4214 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
4215 auto-fill doesn't split a c-comment's last word from a hanging
4216 "*/" when a space is typed between them after fill-column.
4217
4218 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
4219
4220 * progmodes/cc-styles.el (c-set-style)
4221 (c-setup-paragraph-variables): Abort the command if we're not in a
4222 CC Mode buffer.
4223
4224 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
4225 with blank comment-prefix, and a blank line as the comment's
4226 second line.
4227
4228 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4229
4230 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
4231 Incorporated the patterns added in the Emacs development branch
4232 for the new Emacs 22 face `font-lock-negation-char-face'.
4233
4234 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
4235 of "red" since it stands out better in xterms and DOS terminals.
4236
4237 * progmodes/cc-engine.el (c-literal-faces): Added
4238 `font-lock-comment-delimiter-face' which is new in Emacs 22.
4239
4240 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4241
4242 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
4243 forcibly enable c-electric-flag.
4244
4245 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
4246 `comment-close-slash' on c-electric-slash: if enabled, typing `/'
4247 just after the comment-prefix of a C-style comment will close that
4248 comment.
4249
4250 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4251
4252 * progmodes/cc-fonts.el (c-basic-matchers-before)
4253 (c-complex-decl-matchers): Fixed the "not-arrow-prefix" regexp used
4254 in Pike.
4255
4256 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
4257 digraphs.
4258
4259 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
4260 (c-cpp-message-directives, c-cpp-include-directives)
4261 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
4262 (c-cpp-expr-directives): Introduced new language constants to
4263 control cpp syntax in a cleaner way.
4264
4265 (c-cpp-expr-functions): Renamed from c-cpp-defined-fns.
4266
4267 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
4268
4269 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
4270 (c-multiline-string-start-char): New language constants and
4271 variables to specify how newlines in string literals work.
4272
4273 (c-font-lock-invalid-string): Use them.
4274
4275 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
4276 unbalanced close brace is entered. Optimization by avoiding going
4277 back over arbitrarily large blocks. Removed hints that this
4278 function only would be relevant/useful in AWK.
4279
4280 (c-electric-brace): Indent syntactically after the cleanups since
4281 lineup functions might do it differently then.
4282
4283 * progmodes/cc-engine.el, cc-langs.el
4284 (c-opt-op-identifier-prefix): New language constant and variable.
4285
4286 (c-just-after-func-arglist-p, c-after-special-operator-id)
4287 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
4288
4289 * progmodes/cc-align.el, cc-engine.el
4290 (c-after-special-operator-id): New helper to handle C++ operator
4291 identifiers.
4292
4293 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
4294 (c-guess-basic-syntax): Handle C++ operator identifiers in
4295 declarations.
4296
4297 * progmodes/cc-langs.el (c-assignment-operators): Added the
4298 trigraph version of ^= too.
4299
4300 * progmodes/cc-langs.el (c-assignment-operators): Added the
4301 trigraph version of |= in C++.
4302
4303 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle
4304 `c-decl-hangon-kwds' after the identifier name.
4305
4306 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
4307 whether an arglist is "nonempty", ignore a comment after the open
4308 paren if it isn't followed by a non-comment token on the same
4309 line.
4310
4311 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4: Enable
4312 heuristics below the point to cope with classes inside special
4313 brace lists in Pike.
4314
4315 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4316
4317 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
4318
4319 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4320
4321 * progmodes/cc-guess.el (cc-guess-install): New function to
4322 install an already guessed style in another buffer.
4323
4324 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
4325 sets `inhibit-read-only' - `c-save-buffer-state' should be used
4326 anyway if the change always is undone.
4327
4328 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4329
4330 Implement togglable electricity:
4331
4332 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
4333 saying when it should be used.
4334
4335 * progmodes/cc-engine.el: Add the new buffer-local variable,
4336 c-electric-flag.
4337
4338 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
4339 c-toggle-auto-newline.
4340
4341 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
4342 c-toggle-auto-newline. Remove the binding for
4343 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
4344 c-toggle-electric-state.
4345
4346 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
4347
4348 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
4349 c-\(forward\|backward\)-subword.
4350 (c-update-modeline): Add the new modeline flag `l' for
4351 `c-electric-flag'. Make the auto-newline flag `a' dependent on
4352 `l'.
4353 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'. Make
4354 the old name an alias of the new name.
4355 (c-toggle-electric-state): New function.
4356 c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\):
4357 Adapt these functions to do electric things only when
4358 c-electric-flag is non-nil.
4359 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
4360 new functions from c-electric-brace.
4361 (c-point-syntax): Add a check for "virtual semicolons" in AWK
4362 mode, so that the tentative extra newline doesn't change the
4363 syntax of the following brace.
4364 (c-electric-brace): Restructure by extracting the above functions.
4365 Tidy up the coding somewhat.
4366 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
4367 restructure a bit.
4368
4369 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4370
4371 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
4372 anchor position(s) using faces. Thanks to Masatake YAMATO for the
4373 idea.
4374
4375 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
4376 (c-submode-indicators): Changed name from `c-auto-hungry-string'
4377 since it's now used to track another submode.
4378
4379 (c-update-modeline): Converted to function and extended to check
4380 `c-subword-move-mode'.
4381
4382 (c-forward-into-nomenclature, c-backward-into-nomenclature):
4383 Converted to compat aliases for `c-forward-subword' and
4384 `c-backward-subword'.
4385
4386 * progmodes/cc-subword.el: New functions and minor mode to handle
4387 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
4388
4389 (c-forward-subword, c-backward-subword, c-mark-subword)
4390 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
4391 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
4392 Functions corresponding to the standard word handling functions.
4393
4394 (c-subword-move-mode): Minor mode that replaces all the standard
4395 word handling functions with their subword equivalences.
4396
4397 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4398
4399 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
4400 entry for one-liner-defun.
4401
4402 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
4403 name in its def-edebug-spec.
4404
4405 * progmodes/cc-cmds.el (c-electric-brace): Make the
4406 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
4407 compacts space before a comment, if this will make things fit on
4408 one line.
4409
4410 Introduce an "awk" style, mainly for auto-newline and clean-ups.
4411
4412 * progmodes/cc-align.el: New function c-snug-1line-defun-close
4413
4414 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
4415 clean-up one-liner-defun.
4416
4417 * progmodes/cc-styles.el: Add the new "awk" style.
4418
4419 * progmodes/cc-vars.el: Add description of one-liner-defun to
4420 c-cleanup-list's doc-string. New user options,
4421 c-max-one-liner-length. In c-default-style, set the default style
4422 for AWK to "awk".
4423
4424 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4425
4426 * progmodes/cc-engine.el (c-forward-label): Fixed fontification of
4427 macros inside labels.
4428
4429 * progmodes/cc-engine.el (c-looking-at-bos): Obsoleted in favor of
4430 `c-at-statement-start-p' and `c-at-expression-start-p'.
4431
4432 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
4433 error if the mark isn't set.
4434
4435 * progmodes/cc-engine.el (c-guess-continued-construct)
4436 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
4437 accurately detect functions inside functions.
4438
4439 * progmodes/cc-engine.el (c-at-expression-start-p): New function
4440 like `c-at-statement-start-p' that additionally recognizes commas
4441 and expression parentheses as delimiters.
4442
4443 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Added flag
4444 to avoid heuristics that doesn't work for unclosed blocks.
4445
4446 (c-at-statement-start-p): New function.
4447
4448 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
4449 Objective-C directives, e.g. directives spanning lines should work
4450 reasonably well now.
4451
4452 (c-put-c-type-property, c-clear-c-type-property): New helpers.
4453
4454 (c-forward-objc-directive): New function to move over any ObjC
4455 directive.
4456
4457 (c-just-after-func-arglist-p, c-guess-basic-syntax)
4458 (c-basic-matchers-before): Use it.
4459
4460 (c-font-lock-objc-iip-decl): Removed.
4461
4462 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
4463 in the template arglist recognition.
4464
4465 * progmodes/cc-styles.el (c-style-alist): Fixed several
4466 inconsistencies in the Whitesmith style.
4467
4468 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
4469 New lineup function to get lines after Whitesmith style blocks
4470 correctly indented.
4471
4472 (c-lineup-whitesmith-in-block): Backed out the compensation for
4473 opening parens since it's done using `add' lists in the style
4474 definition instead. Don't use the anchor position since it varies
4475 too much between the syntactic symbols. :P
4476
4477 * progmodes/cc-vars.el (c-valid-offset): Updated.
4478
4479 * progmodes/cc-engine.el (c-evaluate-offset): Extended to handle
4480 lists where the offsets are combined according to several
4481 different methods: `first', `min', `max', and `add'. Report
4482 offset evaluation errors with `c-benign-error' so that some kind
4483 of reindentation still is done.
4484
4485 * progmodes/cc-engine.el (c-guess-basic-syntax): Anchor
4486 `arglist-intro' the same way as `arglist-cont-nonempty' and
4487 `arglist-close'.
4488
4489 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed similar
4490 situations for `arglist-cont-nonempty' and `arglist-close'.
4491
4492 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New
4493 constant.
4494
4495 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
4496 cc-bytecomp-boundp' in a number of places.
4497
4498 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fixed a
4499 macro related issue.
4500
4501 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4502
4503 * progmodes/cc-awk.el: Change the terminology of regexps: A char
4504 list is now [asdf], a char class [:alpha:]. Include code for char
4505 classes. Set c-awk-NL-prop on lines ending in open strings. (Bug
4506 fix.) Add character classes (e.g. "[:alpha:]") into AWK Mode's
4507 regexps.
4508
4509 Remove (nearly all of) the cruft associated with AWK Mode's former
4510 concept of "virtual semicolons":
4511
4512 Adapt c-beginning-of-statement, c-end-of-statement (together with
4513 subfunctions) to use the new notion of "virtual semicolon" in
4514 place of the old awkward special handling for AWK. There remains
4515 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
4516 * progmodes/cc-cmds.el:
4517 (c-ascertain-adjacent-literal): In the backwards direction, now
4518 recognises AWK regexp delimiters as string delimiters.
4519 (c-after-statement-terminator-p): Adapt for virtual semicolons;
4520 check more rigorously for "end of macro".
4521 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
4522 virtual semicolons;
4523 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
4524 out the code for forward movement into ...
4525 (c-end-of-statement): Now contains the code for forward movement,
4526 adapted for virtual semicolons.
4527
4528 * progmodes/cc-engine.el:
4529 (c-ws*-string-limit-regexp): New regexp.
4530 (c-forward-single-comment, c-backward-single-comment): Comment out
4531 the (now redundant) "special" AWK stuff.
4532
4533 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
4534 c-string-par-start, c-string-par-separate to be more like Text
4535 Mode than Fundamental Mode.
4536
4537 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4538
4539 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
4540 to the fontified region so that fontification doesn't occur
4541 outside it (could happen e.g. when fontifying a line with an
4542 unfinished declaration).
4543
4544 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4545
4546 * progmodes/cc-awk.el: Regexps for analysing AWK code have been
4547 moved to near the start of the file. ^L now separate sections of
4548 the file. New defconsts: c-awk-non-eol-esc-pair-re,
4549 c-awk-blank-or-comment-line-re,
4550 c-awk-one-line-possibly-open-string-re,
4551 c-awk-regexp-one-line-possibly-open-char-class-re,
4552 c-awk-one-line-possibly-open-regexp-re,
4553 c-awk-one-line-non-syn-ws*-re. New functions: c-awk-at-vsemi-p,
4554 c-awk-vsemi-status-unknown-p.
4555
4556 Amend the concept of "virtual semicolons" (in the indentation
4557 engine) for languages like AWK, such that they are now
4558 conceptually attached to end of the last token of a statement, not
4559 the end of the line. (In AWK Mode, however, the pertinent text
4560 property is still physically set on the EOL.) Remove the specific
4561 tests for awk-mode, thus facilitating the introduction of other
4562 language modes where EOLs can end statements. (Note: The
4563 funtionality in cc-cmds.el, specifically
4564 c-beginning/end-of-statement has yet to be amended.)
4565
4566 * progmodes/cc-defs.el: New macros c-at-vsemi-p,
4567 c-vsemi-status-unknown-p.
4568
4569 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
4570 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
4571 c-vsemi-status-unknown-p-fn (in a new page).
4572
4573 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
4574 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
4575 numerous awkward forms like
4576 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
4577 with
4578 (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
4579 variable before-ws-ip, the place just after char-before-ip
4580 appears.
4581
4582 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
4583 a comment.
4584
4585 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4586
4587 * progmodes/cc-cmds.el (c-electric-brace): Cleaned up using
4588 `c-tentative-buffer-changes'.
4589
4590 * progmodes/cc-defs.el (c-region-is-active-p): Simplified and
4591 converted to macro to choose between Emacs and XEmacs at compile
4592 time.
4593
4594 (c-set-region-active): New set counterpart to
4595 `c-region-is-active-p'.
4596
4597 (c-tentative-buffer-changes): New macro to handle temporary buffer
4598 changes in a convenient way.
4599
4600 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
4601 for `c-tentative-buffer-changes'.
4602
4603 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tightened up
4604 the checks for paren sexps between the point and the keyword, to
4605 avoid some false alarms.
4606
4607 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
4608 Fixed a situation where an error could be thrown for unbalanced
4609 parens. Changed to make use of c-keyword-member' to avoid some
4610 repeated regexp matches.
4611
4612 (c-opt-lambda-key, c-opt-inexpr-block-key,
4613 c-opt-inexpr-class-key): These language variable are no longer
4614 necessary.
4615
4616 (c-block-stmt-kwds): New language constant used by
4617 c-looking-at-inexpr-block'.
4618
4619 (c-guess-basic-syntax): Removed an optional check that looked at
4620 the existence of the now removed language variables.
4621
4622 * progmodes/cc-engine.el (c-fdoc-shift-type-backward,
4623 c-forward-decl-or-cast-1): Fixed invalid recognition of C++ style
4624 object instantiation expressions as declarations in some contexts.
4625 This bug only affected languages where the declarator can't be
4626 enclosed in parentheses.
4627
4628 * progmodes/cc-styles.el (c-style-alist): Fixed the GNU style to
4629 insert newlines before and after substatement braces.
4630
4631 * progmodes/cc-engine.el: Improved the heuristics for recognizing
4632 function declaration headers and the handling of C++ style member
4633 init lists.
4634
4635 (c-just-after-func-arglist-p): Rewritten to use
4636 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
4637
4638 (c-beginning-of-member-init-list): Removed since it isn't used
4639 anymore.
4640
4641 (c-guess-basic-syntax): Case 5B adapted for the new
4642 `c-just-after-func-arglist-p'. Cases 5B.1 and 5B.3 merged. Cases
4643 5D.1 and 5D.2 removed since they aren't trigged anymore (case 5B.1
4644 covers all cases now).
4645
4646 * progmodes/cc-defs.el (c-point): Added `bosws' and `eosws'.
4647
4648 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4649
4650 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
4651 c-string-par-start/separate c-sentence-end-with-esc-eol,
4652 initialised in c-setup-paragraph-variables, used in string
4653 scanning subroutines of c-beginning-of-statement.
4654
4655 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
4656 which precedes the newly inserted `{'.
4657
4658 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4659
4660 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
4661 function for declaration level blocks. It should now cope with
4662 templates better and also be a lot more comprehensible.
4663
4664 (c-looking-at-decl-block): The new function.
4665
4666 (c-search-uplist-for-classkey): The old one. It's now a wrapper
4667 for compatibility.
4668
4669 (c-add-class-syntax, c-guess-continued-construct,
4670 c-guess-basic-syntax): Adapted for `c-looking-at-decl-block'.
4671
4672 (c-decl-block-key): Changed to tell apart ambiguous and
4673 unambiguous keywords. Pike specials are now handled directly in
4674 the code instead.
4675
4676 (c-block-prefix-disallowed-chars, c-block-prefix-charset): New
4677 language constants and variables to make the backward skip in
4678 `c-looking-at-decl-block' as tight as possible.
4679
4680 (c-nonsymbol-token-char-list): New language constant.
4681
4682 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
4683 find balanced template arglists backwards.
4684
4685 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
4686 making char classes for `c-syntactic-skip-backward'.
4687
4688 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplified case
4689 16D - can't be a class-close at that point.
4690
4691 * progmodes/cc-engine.el (c-guess-basic-syntax)
4692 (c-add-class-syntax): Don't narrow out the enclosing declaration
4693 level. This makes everything a lot easier, and it was actually
4694 only four small places that needed it to work. Some places that
4695 previously did `widen' are removed now, which has the effect that
4696 `c-guess-basic-syntax' never will look at things outside the
4697 current narrowment now. The anchor position for `topmost-intro'
4698 is affected by this, but it was so bogus it was basically useless
4699 before, and now it's equally bogus but in a slightly different
4700 way.
4701
4702 (c-narrow-out-enclosing-class): Gone.
4703
4704 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
4705 the narrowed region.
4706
4707 (c-least-enclosing-brace): Removed silly optional argument.
4708
4709 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fixed bug where
4710 the point could be left directly after an open paren when finding
4711 the beginning of the first decl in the block.
4712
4713 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
4714 Specify which submatch to use.
4715
4716 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
4717
4718 (c-decl-start-re): No longer any need for special treatment of
4719 ObjC due to the above.
4720
4721 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
4722 presumably follows C in that regard.
4723
4724 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
4725 New language constants to specify operator tokens inside
4726 identifiers in a more high level way.
4727
4728 (c-opt-identifier-prefix-key): New internal language constant.
4729
4730 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
4731 (c-identifier-start, c-identifier-key): Now completely calculated
4732 from other constants.
4733
4734 (c-identifier-last-sym-match): Decommissioned since it's no longer
4735 used.
4736
4737 (c-operators): Use `c-identifier-ops'. Documented
4738 `postfix-if-paren'.
4739
4740 * progmodes/cc-engine.el (c-forward-name): Removed the
4741 optimization when c-identifier-key is equal to c-symbol-key since
4742 it doesn't work in byte compiled files. Don't record empty
4743 regions as identifiers.
4744
4745 * progmodes/cc-langs.el (c-filter-ops): New helper function to
4746 simplify access to `c-operators' and its likes.
4747
4748 (c-operator-list, c-all-op-syntax-tokens)
4749 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
4750 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
4751 (c-primary-expr-regexp, c-cast-parens): Use it.
4752
4753 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
4754 an explicit language in functions.
4755
4756 * progmodes/cc-defs.el (c-make-keywords-re): Added an appendable
4757 variant of adornment.
4758
4759 * progmodes/cc-langs.el (c-any-class-key): Removed unused language
4760 variable.
4761
4762 (c-type-decl-prefix-key): Removed some now unnecessary cruft from
4763 the Pike value.
4764
4765 * progmodes/cc-engine.el (c-on-identifier)
4766 (c-simple-skip-symbol-backward): Small fix for handling "-"
4767 correctly in `skip-chars-backward'. Affected the operator lfun
4768 syntax in Pike.
4769
4770 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disabled the
4771 diagnostic message about precompiled language vars not being used.
4772
4773 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
4774 "__attribute__" is followed by a parenthesis.
4775
4776 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
4777 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
4778 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
4779
4780 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el: Internal
4781 cleanups to properly detect the declared identifiers in various
4782 declarations.
4783
4784 (c-decl-start-kwds): New language constant to recognize
4785 declarations that can start anywhere. Used for class declarations
4786 in Pike.
4787
4788 (c-specifier-key, c-not-decl-init-keywords)
4789 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
4790 (c-find-decl-spots): Implement `c-decl-start-kwds'.
4791
4792 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
4793 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separated the
4794 handling of the compiler specific extension keywords into a new
4795 language constant `c-decl-hangon-kwds' that defines keyword
4796 clauses to be ignored in declarations.
4797
4798 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
4799 past unrecognized tokens when handling `c-colon-type-list-kwds'.
4800 Necessary to stop at the declared identifier in e.g. IDL valuetype
4801 declarations.
4802
4803 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
4804 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
4805 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
4806 (c-forward-decl-or-cast-1): Recognize the declared identifier in
4807 class and enum declarations as such and not as part of the type.
4808
4809 (c-forward-decl-or-cast-1, c-forward-label): Relaxed the
4810 interpretation of PRECEDING-TOKEN-END when there's no preceding
4811 token.
4812
4813 (c-forward-decl-or-cast-1): Don't disregard sure signs of
4814 declarations when there's some syntax error later on.
4815
4816 (c-complex-decl-matchers): Did away with a reference to
4817 `c-specifier-key'.
4818
4819 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
4820 value - this variable is always dynamically bound.
4821
4822 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
4823 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
4824 * cc-cmds.el, cc-defs.el: Changed the policy for marking up
4825 functions that might do hidden buffer changes: All such internal
4826 functions are now marked instead of those that don't.
4827
4828 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
4829 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
4830 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
4831 (c-literal-type): Allow these functions to make hidden buffer changes,
4832 so that they are free to use text property caching later on.
4833
4834 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
4835 (c-electric-brace, c-electric-slash, c-electric-star)
4836 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
4837 (c-electric-paren, c-electric-continued-statement, c-indent-command)
4838 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
4839 (c-context-line-break): Added `c-save-buffer-state' calls to comply
4840 with the changed semantics of the functions above.
4841
4842 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fixed a bug
4843 when macros occur in obscure places. Optimized the sexp movement
4844 a bit.
4845
4846 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4847
4848 Enhancements for c-beginning-of-statement to work in AWK Mode:
4849
4850 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
4851 (completed statement) with `}' (statement completed by closing
4852 brace or semicolon) and `$' (statement completed by EOL).
4853
4854 (c-awk-virtual-semicolon-ends-prev-line-p)
4855 (c-awk-virtual-semicolon-ends-line-p)
4856 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
4857 (c-awk-at-statement-end-p): New functions.
4858
4859 * progmodes/cc-cmds.el: Simplify the structure of functions
4860 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
4861 two functions and c-beginning-of-statement to handle AWK Mode.
4862
4863 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
4864 c-backward-single-comment for AWK mode. Attempt to clarify their
4865 doc-strings.
4866
4867 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
4868
4869 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4870
4871 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
4872 label handling. Labels are now recognized in a uniform and more
4873 robust way, regardless of context. Text properties are put on all
4874 labels to recognize the following declarations better. Multiword
4875 labels are handled both in indentation and fontification for the
4876 benefit of language extensions like Qt. For consistency, keywords
4877 in labels are now fontified with the label face instead. That
4878 also applies to "case" and "default".
4879
4880 (c-beginning-of-statement-1): Fixed some bugs in the label
4881 handling. Disregard `c-nonlabel-token-key' in labels that begin
4882 with `c-label-kwds'.
4883
4884 (c-find-decl-spots): Support that the callback adds more
4885 `c-decl-end' spots to find.
4886
4887 (c-forward-decl-or-cast-1): Don't treat a list of plain
4888 identifiers followed by a colon as a declaration.
4889
4890 (c-forward-label): New function to recognize labels.
4891
4892 (c-guess-basic-syntax): Replaced uses of `c-label-key' with
4893 `c-forward-label'. Moved the label recognition cases (14 and 15)
4894 earlier since they aren't so context sensitive now. Handle labels
4895 on the top level gracefully. Moved access label recognition to
4896 the generic label case (CASE 15) - removed CASE 5E.
4897
4898 (c-font-lock-declarations): Added recognition of labels in the
4899 same round since we need to handle labels in parallell with other
4900 declarations to recognize both accurately. It should also improve
4901 speed.
4902
4903 (c-simple-decl-matchers, c-basic-matchers-after): Moved
4904 `c-font-lock-labels' so that it only is used on decoration level 2
4905 since `c-font-lock-declarations' handles it otherwise.
4906
4907 (c-complex-decl-matchers): Removed the simplistic recognition of
4908 access labels.
4909
4910 (c-decl-prefix-re): Removed the kludges that was necessary to cope
4911 with labels earlier.
4912
4913 (c-decl-start-re): New language variable to make
4914 `c-font-lock-declarations' stop for the special protection labels
4915 in Objective-C that start with `@'.
4916
4917 (c-label-key): Removed since it's no longer used.
4918
4919 (c-recognize-colon-labels, c-label-prefix-re): New language
4920 constants to support recognition of generic colon-terminated
4921 labels.
4922
4923 (c-type-decl-end-used): `c-decl-end' is now used whenever there
4924 are colon terminated labels.
4925
4926 * progmodes/cc-align.el (c-lineup-arglist): Fixed bug when the
4927 first argument starts with a special brace list.
4928
4929 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
4930 (c-font-lock-declarations): Broke out the declaration and cast
4931 recognition from `c-font-lock-declarations' to a new function, so
4932 that it can be used in the indentation engine.
4933
4934 * progmodes/cc-engine.el (c-find-decl-spots): Fixed bug in backing
4935 up to the start of the literal. Fixed bug with the point on the
4936 wrong side of the search limit that could happen when the start
4937 position is inside a literal.
4938
4939 * progmodes/cc-engine.el (c-parse-state)
4940 (c-invalidate-state-cache): Modified the use of `c-state-cache-end'
4941 so that it's kept a little bit back to increase the hit rate.
4942
4943 (c-parse-state): Changed the macro handling and fixed some
4944 glitches. Macro context is checked more often than necessary now,
4945 but otoh less garbage conses are generated.
4946
4947 * progmodes/cc-engine.el (c-parse-state)
4948 (c-invalidate-state-cache): Cache the last position where
4949 `c-state-cache' applies. This can speed up refontification quite
4950 a bit in blocks where there are many non-brace parens before the
4951 point.
4952
4953 (c-state-cache-end): New variable for this.
4954
4955 (c-guess-basic-syntax, c-debug-parse-state): Adapted for the new
4956 cache variable.
4957
4958 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
4959 get close initial continue positions when the start position is
4960 inside a literal or macro. Do not call the callback for spots
4961 before the start position (which can happen e.g. for `c-decl-end'
4962 spots inside comments). Optimize better in special cases when the
4963 region is a single line inside a literal or macro (typically when
4964 the current line is refontified).
4965
4966 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplified calls
4967 to `c-add-stmt-syntax' - there's no need to explicitly whack off
4968 entries from the paren state.
4969
4970 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrowed down the
4971 special case for "else if" clauses.
4972
4973 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
4974 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
4975
4976 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks): New
4977 language variable to recognize the gcc extension with statement
4978 blocks inside expressions.
4979
4980 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructured to make
4981 it somewhat more comprehensible. The argument AT-BLOCK-START is
4982 no longer used and hence removed.
4983
4984 (c-guess-continued-construct, c-guess-basic-syntax): Updated calls
4985 to `c-add-stmt-syntax'.
4986
4987 * progmodes/cc-engine.el (c-backward-to-decl-anchor): Use
4988 `c-beginning-of-statement-1' instead of duplicating parts of it.
4989 This fixes bogus label recognition.
4990
4991 * progmodes/cc-engine.el (c-add-type, c-check-type)
4992 (c-forward-name, c-forward-type): Improved storage of template
4993 types in `c-found-types' so that they can be recognized better.
4994
4995 (c-syntactic-content): Added option to skip past nested parens.
4996
4997 * progmodes/cc-engine.el (c-forward-name): Set
4998 `c-last-identifier-range' all the time. It's less work that way.
4999 Handle that there might not be an identifier to store in
5000 `c-last-identifier-range'.
5001
5002 (c-forward-type): Handle that `c-last-identifier-range' might be
5003 nil from `c-forward-name'.
5004
5005 * progmodes/cc-defs.el (c-safe-scan-lists)
5006 (c-(go-)?(up|down)-list-(forward|backward)): Added limit arguments.
5007
5008 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
5009 to work even if the form fails.
5010
5011 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
5012 down in a large file in one go.
5013
5014 (c-get-fallback-start-pos): New helper function for
5015 `c-parse-state'.
5016
5017 * progmodes/cc-align.el (c-lineup-assignments): New lineup
5018 function which is like `c-lineup-math' but returns nil instead of
5019 `c-basic-offset' when it doesn't match.
5020
5021 (c-lineup-math): Changed to use `c-lineup-assignments'.
5022
5023 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5024
5025 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
5026 c-beginning-of-statement. New subfunctions
5027 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
5028
5029 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5030
5031 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
5032 hardcoded char classes whereever possible. Changed a couple of
5033 places to use skip by syntax instead of skip by char class.
5034
5035 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
5036 Fixed a bug in the regexp that caused extreme backtracking.
5037
5038 * progmodes/cc-langs.el (c-block-comment-starter)
5039 (c-block-comment-ender): New language constants to specify in a
5040 single place how block comments look.
5041
5042 (c-comment-start-regexp, c-block-comment-start-regexp)
5043 (comment-start, comment-end, comment-start-skip)
5044 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
5045 (c-syntactic-ws, c-nonempty-syntactic-ws)
5046 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
5047 `c-line-comment-starter', `c-block-comment-starter' and
5048 `c-block-comment-ender'.
5049
5050 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
5051 New language constants to break up things a bit.
5052
5053 (c-simple-ws): New language constant for simple whitespace.
5054
5055 * progmodes/cc-defs.el (c-concat-separated): New convenience
5056 function.
5057
5058 * progmodes/cc-defs.el (c-make-keywords-re): Added kludge for bug
5059 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
5060 newlines. Allow and ignore nil elements in the list.
5061
5062 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5063
5064 * progmodes/cc-cmds.el: Comment out a (n almost certainly
5065 superfluous) check, (eq here (point-max)) in
5066 c-beginning-of-statement.
5067
5068 * progmodes/cc-cmds.el: Tidy up the comments in
5069 c-beginning-of-statement and subfunctions.
5070
5071 * progmodes/cc-awk.el: Replace calls to put-text-property to the
5072 more flexible c-put-char-property and c-clear-char-properties.
5073 Add the author's email address.
5074
5075 * progmodes/cc-langs.el: New variable,
5076 c-block-comment-start-regexp.
5077
5078 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
5079 closing "*/" of a block comment.
5080
5081 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
5082 subfunctions) so that it works at BOB and EOB.
5083
5084 * progmodes/cc-cmds.el, cc-vars.el: More updating of
5085 c-beginning-of-statement, including new variable
5086 c-block-comment-start-regexp.
5087
5088 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5089
5090 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
5091 symbols from `*-font-lock-extra-types' so that there's no need to
5092 use `regexp-opt' on those lists.
5093
5094 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
5095 `c-type-modifier-kwds' is empty.
5096
5097 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
5098 there are several strings on the same line.
5099
5100 * progmodes/cc-engine.el (c-literal-limits): Removed the
5101 compatibility function for older emacsen. `c-literal-limits-fast'
5102 has now taken the place of this function.
5103
5104 * progmodes/cc-vars.el (c-emacs-features): Removed compatibility
5105 with older emacsen: We now require `pps-extended-state'.
5106
5107 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5108
5109 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
5110 which obviates the need to hack sentence-end. This now handles
5111 escaped newlines in strings correctly. Correct minor bugs in
5112 c-move-over-sentence and in c-beginning-of-statement.
5113
5114 * progmodes/cc-cmds.el (c-beginning-of-statement (and
5115 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
5116 that movement over macros and code are rigorously separated from
5117 eachother. Correct a few incidental bugs.
5118
5119 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
5120 Improve its doc-string. Improve the handling of certain specific
5121 cases.
5122
5123 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5124
5125 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
5126 (c-guess-basic-syntax): Changed the way class-level labels are
5127 recognized; they can now contain essentially any symbols.
5128
5129 (c-opt-extra-label-key): New language variable to cope with the
5130 special protection label syntax in Objective-C.
5131
5132 (c-opt-access-key): Removed; this is now handled better by
5133 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
5134
5135 (c-complex-decl-matchers): Update to handle that
5136 `c-opt-access-key' no longer exists.
5137
5138 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
5139 improved label recognition in `c-beginning-of-statement-1'.
5140
5141 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
5142 Recognize bitfields better.
5143
5144 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
5145 Removed some cruft and fixed a bug that could cause it to go to a
5146 position further down.
5147
5148 * progmodes/cc-langs.el, cc-engine.el
5149 (c-beginning-of-statement-1): Improved detection of labels in
5150 declaration contexts.
5151
5152 (c-beginning-of-decl-1): Use it.
5153
5154 (c-nonlabel-token-key): New language constant and variable needed
5155 by `c-beginning-of-statement-1'.
5156
5157 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug that
5158 manifested itself due to the correction in `c-forward-sexp'.
5159
5160 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp): Made
5161 these behave as documented when used at the buffer limits.
5162
5163 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
5164 (c-type-decl-end-used): Made this a language variable.
5165
5166 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
5167 correctly when `combine-after-change-calls' is used together with
5168 temporary narrowings.
5169
5170 * progmodes/cc-engine.el (c-beginning-of-statement-1): Report
5171 labels correctly when the start point is immediately after the
5172 colon.
5173
5174 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties): Removed
5175 since it isn't used anymore.
5176
5177 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
5178 bracket arglists such as template parens in C++.
5179
5180 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fixed a bug
5181 in the last check-in. Some optimization.
5182
5183 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fixed bug
5184 where it could stop at the same level in a preceding sexp when
5185 PAREN-LEVEL is set.
5186
5187 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
5188 text property lookup only when it's needed.
5189
5190 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
5191 Changed the policy for paren marked angle brackets to be more
5192 persistent; once marked they remain marked even when they're found
5193 to be unbalanced in the searched region. This should keep the
5194 paren syntax around even when individual lines are refontified in
5195 multiline template arglists.
5196
5197 (c-parse-and-markup-<>-arglists): New dynamically bound variable
5198 to control markup so that incorrect angle bracket arglists aren't
5199 marked in contexts where the correct value for
5200 `c-disallow-comma-in-<>-arglists' isn't known.
5201
5202 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
5203 argument has become `c-parse-and-markup-<>-arglists'.
5204
5205 (c-remove-<>-arglist-properties): Removed - no longer used.
5206
5207 (c-after-change-check-<>-operators): New function used on
5208 `after-change-functions' to avoid that "<" and ">" characters that
5209 are part of longer operators have paren syntax.
5210
5211 (c-<>-multichar-token-regexp): New language variable used by
5212 `c-after-change-check-<>-operators'.
5213
5214 (c-after-change): Call `c-after-change-check-<>-operators'.
5215
5216 (c-font-lock-<>-arglists): Use the context properties set by
5217 `c-font-lock-declarations' to set
5218 `c-disallow-comma-in-<>-arglists' correctly to avoid doing invalid
5219 markup.
5220
5221 (c-font-lock-declarations): Removed code that undoes the invalid
5222 markup done by `c-font-lock-<>-arglists'.
5223
5224 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
5225 after `c-font-lock-declarations'.
5226
5227 * progmodes/cc-engine.el (c-syntactic-skip-backward): Added
5228 paren-level feature.
5229
5230 (c-guess-basic-syntax): Improved the anchor position for
5231 `template-args-cont' in nested template arglists. There's still
5232 much to be desired in this area, though.
5233
5234 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5235
5236 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
5237 Make the "Text Filling and Line Breaking" commands work for AWK
5238 buffers.
5239
5240 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5241
5242 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
5243 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
5244
5245 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
5246 it doesn't work no longer are supported.
5247
5248 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
5249 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
5250 requires support for the syntax-table' text property, which rules
5251 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
5252 cruft associated with those versions.
5253
5254 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
5255 for the `syntax-table' text property, which rules out Emacs 19 and
5256 XEmacs < 21.4. Removed various compatibility cruft associated
5257 with those versions.
5258
5259 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
5260 support for the `syntax-table' text property.
5261
5262 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
5263 variable and use an extra quoted face name instead. All the
5264 emacsen flavors handle that correctly.
5265
5266 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
5267 (c-font-lock-declarators, c-font-lock-declarations)
5268 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
5269 property to mark the items in in declarator lists to handle
5270 refontification inside multiline declarations better.
5271
5272 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
5273 construct like "a * b = c;" as a declaration.
5274
5275 2005-12-08 Kim F. Storm <storm@cua.dk>
5276
5277 * emulation/cua-base.el (cua-use-hyper-key): Replaced by ...
5278 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
5279 select either meta, hyper, or super modifier for rectangle commands.
5280 (cua--rectangle-modifier-key): New defvar.
5281 (cua--M/H-key): Use it. Remove special case for `space'.
5282 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
5283 on X, to meta otherwise. Always bind C-return to toggle
5284 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
5285
5286 * emulation/cua-rect.el (cua-help-for-rectangle): Use
5287 cua--rectangle-modifier-key. Handle super modifier too.
5288 (cua--init-rectangles): Always bind C-return to toggle rectangle.
5289 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
5290
5291 * ido.el: Move Acknowledgements and History after Commentary.
5292 Minor changes to Commentary.
5293
5294 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
5295 keymap if cua--prefix-override-timer is `shift'.
5296 (cua--shift-control-prefix): New function; emulate "type prefix
5297 key twice" functionality to handle shifted prefix key override.
5298 (cua--shift-control-c-prefix, cua--shift-control-x-prefix): New
5299 commands.
5300 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
5301
5302 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
5303
5304 * textmodes/org.el (org-insert-heading): Try to do items before
5305 headings.
5306 (org-agenda-mode): Quote `org-agenda-mode-hook'.
5307 (org-insert-item): New function.
5308 (org-renumber-ordered-list): Don't skip to higher level lists.
5309
5310 2005-12-08 Juri Linkov <juri@jurta.org>
5311
5312 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
5313
5314 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
5315
5316 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
5317
5318 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
5319 the constructed function name fun-1.
5320
5321 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
5322 because such links don't lead to parent documentation.
5323
5324 2005-12-08 Kenichi Handa <handa@m17n.org>
5325
5326 * descr-text.el (describe-char): Use *Help-2* buffer if the
5327 current buffer is *Help*. Call describe-text-properties while
5328 setting the original buffer.
5329
5330 2005-12-07 Bill Wohler <wohler@newt.com>
5331
5332 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
5333 and causes problems with non-MH users (such as Gnus users).
5334
5335 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
5336
5337 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
5338 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
5339 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
5340 command "info sources". Move calls to GDB command "list".
5341 (gdb-find-file-hook): Just use gdb-source-file-list.
5342 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
5343 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
5344 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
5345 (gdb-data-list-register-values-handler): Use correct trigger name.
5346
5347 2005-12-07 Kim F. Storm <storm@cua.dk>
5348
5349 * ido.el (ido-completion-map): Rename from ido-mode-map.
5350 (ido-common-completion-map, ido-file-completion-map)
5351 (ido-file-dir-completion-map, ido-buffer-completion-map):
5352 Rename from ido-mode-....-map.
5353 (ido-init-completion-maps): Rename from ido-init-mode-maps.
5354 (ido-setup-completion-map): Rename from ido-define-mode-map.
5355 (ido-read-internal): Bind minibuffer-local-filename-completion-map
5356 to ido-completion-map.
5357
5358 2005-12-07 Kenichi Handa <handa@m17n.org>
5359
5360 * international/mule-cmds.el
5361 (set-display-table-and-terminal-coding-system): If the coding
5362 system specified in `unibyte-display' property is different from
5363 the arg coding-system, don't setup standard-display-table.
5364
5365 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
5366
5367 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
5368 that comments end at \n, regardless of selective-display.
5369
5370 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
5371
5372 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
5373 (gdb-version): New variables.
5374 (gdb-source-file-list, gdb-register-names)
5375 (gdb-changed-registers): New variables for use with GDB 6.4+.
5376 (gdb-ann3): Replace with...
5377 (gdb-init-1, gdb-init-2): ...two new functions.
5378 (gdba, gdb-prompt): Call gdb-init-1.
5379 (gdb-get-version): New function. Call gdb-init-2 from here.
5380 (gud-watch): Make it work with mouse events too.
5381 (gdb-post-prompt): Don't add to queue until GDB version is known.
5382 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
5383 (gdb-locals-mode): Use gdb-version.
5384 (gdb-memory-format-map, gdb-memory-unit-map)
5385 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
5386 (gdb-locals-font-lock-keywords-1)
5387 (gdb-locals-font-lock-keywords-2): New variables.
5388 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
5389 (gdb-set-gud-minor-mode-existing-buffers-1)
5390 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
5391 (gdb-var-update-1, gdb-var-update-handler-1)
5392 (gdb-data-list-register-values-handler)
5393 (gdb-data-list-register-values-custom)
5394 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
5395 (gdb-stack-list-locals-handler, gdb-get-register-names):
5396 New functions for use with GDB 6.4+.
5397 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
5398 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
5399 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
5400 (gdb-stack-list-locals-regexp)
5401 (gdb-data-list-register-names-regexp): New regexps for use with
5402 GDB 6.4+.
5403
5404 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
5405
5406 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
5407
5408 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
5409
5410 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
5411 prompts work for AUTH PLAIN. Also reported by Steve Allan
5412 <seallan@verizon.net>.
5413
5414 2005-12-06 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
5415
5416 * frame.el (set-frame-parameter): Add doc string.
5417
5418 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
5419
5420 * textmodes/org.el (org-occur-highlights): New variable.
5421 (org-highlight-new-match, org-remove-occur-highlights): New functions.
5422 (org-highlight-sparse-tree-matches): New option.
5423 (org-do-occur): New function.
5424 (org-get-heading): Make it work also at beginning of line.
5425 (org-category-table): New variable.
5426 (org-get-category-table, org-get-category)
5427 (org-camel-to-words, org-link-search): New functions.
5428 (org-select-this-todo-keyword): New variable.
5429 (org-todo-list): New command.
5430 (org-shiftright, org-shiftleft): New commands.
5431 (org-agenda-todo): Add prefix argument.
5432 (org-show-hierarchy-above): New option.
5433 (org-show-todo-tree): Numerical prefix creates tree for specific
5434 TODO keyword.
5435 (org-outline-level): New function, to assign a level to plain
5436 lists items.
5437 (org-cycle-include-plain-lists): New option.
5438 (org-mode): Use `org-outline-level' as value of `outline-level'.
5439 (org-cycle): Temporarily switch `outline-regexp' if
5440 `org-cycle-include-plain-lists' is non-nil.
5441 (org-start-icalendar-file): Fix format bug.
5442 (org-agenda-get-day-entries): Create category table.
5443 (org-agenda-get-todos, org-agenda-get-timestamps)
5444 (org-agenda-get-deadlines, org-agenda-get-scheduled)
5445 (org-agenda-get-blocks): Use `org-get-category'.
5446 (org-context-in-file-links): Rename from
5447 `org-line-numbers-in-file-links'.
5448
5449 2005-12-06 Romain Francoise <romain@orebokech.com>
5450
5451 * window.el (balance-windows): Delete extraneous third arg in call
5452 to `enlarge-window'.
5453
5454 2005-12-06 Kenichi Handa <handa@m17n.org>
5455
5456 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
5457
5458 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
5459
5460 * progmodes/gdb-ui.el (gdb-var-create-handler)
5461 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
5462 (gdb-var-list-children-handler, gdb-var-update-handler):
5463 Current buffer is already gdb-partial-output-buffer, don't
5464 make it current again.
5465
5466 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
5467
5468 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
5469 (list-buffers-noselect): Use it.
5470
5471 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
5472
5473 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
5474 (mail-yank-ignored-headers): Use regexp-opt.
5475 (mail-mode-map): Move initialization into declaration.
5476 (mail-sent-via): Remove unused shadowed var `to-line'.
5477 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
5478 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
5479 (mail-do-fcc): Use dolist and push.
5480 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
5481 (mail-yank-ignored-headers): Don't autoload.
5482
5483 2005-12-05 Kenichi Handa <handa@m17n.org>
5484
5485 * international/mule-cmds.el (set-language-info-internal): New fun.
5486 (set-language-info): Call set-language-info-internal to update
5487 language-info-alist. If LANG-ENV is the current one, call
5488 set-language-environment to make INFO effective now.
5489 (set-language-info-alist): Likewise.
5490 (locale-language-names): With locale "en", use English
5491 lang. env. but set the default codings to iso-8859-1.
5492
5493 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
5494
5495 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
5496 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
5497 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
5498 for plain strings.
5499 (gdb-frames-mode): Remove redundant call to font-lock-mode.
5500 (gdb-all-registers): Rename from toggle-gdb-all-registers.
5501 Create registers buffer if necessary. Echo new state in minibuffer.
5502 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
5503
5504 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
5505
5506 * info.el (Info-fontify-node): Match external links using
5507 non-directory part of filename.
5508
5509 2005-12-04 Juri Linkov <juri@jurta.org>
5510
5511 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
5512 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
5513 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
5514 because there is no customization option for it.
5515
5516 * font-lock.el (lisp-font-lock-keywords-1):
5517 Add define-global-minor-mode.
5518
5519 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
5520
5521 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
5522 properties on the constructed variable names.
5523
5524 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
5525 Put `definition-name' properties on the constructed function names
5526 next-sym and prev-sym.
5527
5528 * emacs-lisp/find-func.el (find-function-regexp):
5529 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
5530 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
5531 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
5532 and easy-menu-define.
5533
5534 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
5535 easy-mmode-define-global-mode and define-global-minor-mode.
5536 (lisp-imenu-generic-expression): Add define-global-minor-mode.
5537
5538 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
5539 instead of easy-mmode-define-global-mode.
5540
5541 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
5542 Use define-minor-mode instead of easy-mmode-define-minor-mode.
5543
5544 * cus-edit.el (customize-group, customize-group-other-window):
5545 Filter out autoloaded options from the group completion list by
5546 using heuristics that autoloaded groups don't have `custom-autoload'
5547 property on their symbols (they have only `custom-loads').
5548
5549 * simple.el (completion-setup-function): Put completions-common-part
5550 face on complete completion string too (i.e. completion string
5551 without completions-first-difference face).
5552
5553 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
5554
5555 2005-12-03 Eli Zaretskii <eliz@gnu.org>
5556
5557 * view.el (view-mode): Doc fix.
5558
5559 * disp-table.el (standard-display-european): Add to the warning
5560 message a reference to the doc string.
5561
5562 * play/yow.el (apropos-zippy): Call print-help-return-message,
5563 similar to other Help and Apropos commands.
5564
5565 * help.el (print-help-return-message): If pop-up-frames is
5566 non-nil, set up help-return-method to delete the help window and,
5567 possibly, its frame as well, and don't display message about
5568 scrolling the help window. Doc fix.
5569 (help-return-method): Doc fix.
5570
5571 2005-12-03 Martin Rudalics <rudalics@gmx.at> (tiny change)
5572
5573 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
5574 whereby names of length one or names starting with a
5575 symbol-constituent character would not be returned.
5576
5577 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
5578
5579 * subr.el (atomic-change-group): Add edebug and indentation spec.
5580
5581 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
5582
5583 * completion.el (save-completions-file-name): Fix typo in last change.
5584
5585 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5586
5587 * info.el: Move back/forward history to the beginning of the tool bar.
5588
5589 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
5590
5591 * allout.el (eval-when-compile): Remove unnecessary load of cl.
5592 Add fset of allout-real-isearch-abort during compile to fix
5593 byte-compilation warnings.
5594 (allout-mode-p): Move definition of this macro above all uses, or
5595 byte compilation in barren emacs (eg, during emacs build) will
5596 lack the definition.
5597 (allout-mode): Move this variable above any uses, or byte
5598 compilation will fail.
5599 (allout-resolve-xref): Remove use of personal file-reference function.
5600 (allout-toggle-current-subtree-encryption): Do the current (ie,
5601 visible containing) topic, rather than nearest around point. Doc fix.
5602 (allout-toggle-subtree-encryption): New function, workhorse that
5603 works on nearest topic containing point.
5604 (allout-encrypt-string): Signal requirement for newer version of pgg.
5605 (allout-resumptions): Doc fix.
5606
5607 2005-12-02 Eli Zaretskii <eliz@gnu.org>
5608
5609 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
5610
5611 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
5612
5613 * textmodes/flyspell.el (flyspell-external-point-words):
5614 Consider a misspelling as found in the string search if: (a) misspelling
5615 and found string lengths match, or (b) misspelling is found as
5616 element in a boundary-chars separated longer string, or (c)
5617 ispell-program-name is really ispell and misspelling is found as
5618 part of a TeX string. After successful match move beginning of
5619 search region to end of match. Warn about not found misspellings
5620 once the process is done.
5621 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
5622
5623 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
5624
5625 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
5626 tool bar (removed inadvertently).
5627
5628 2005-12-02 Juri Linkov <juri@jurta.org>
5629
5630 * log-view.el (log-view-diff): Clarify doc string.
5631
5632 2005-12-01 Bill Wohler <wohler@newt.com>
5633
5634 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
5635 triggers lm-verify errors.
5636
5637 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
5638
5639 * simple.el (transient-mark-mode, line-number-mode)
5640 (column-number-mode, size-indication-mode): Remove `:require nil'.
5641
5642 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
5643
5644 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
5645 in the margin also.
5646 (gdb-breakpoints-mode-map): Use D instead of d for
5647 gdb-delete-breakpoint.
5648 (gdb-get-frame-number): Require a number to match on.
5649 (gdb-threads-mode-map): Add follow-link binding.
5650
5651 2005-11-30 Jason Rumney <jasonr@gnu.org>
5652
5653 * isearch.el (isearch-mode-map): Avoid exiting search on
5654 language-change event.
5655
5656 2005-11-30 Romain Francoise <romain@orebokech.com>
5657
5658 * speedbar.el (speedbar-default-position): New defcustom.
5659 (speedbar-frame-reposition-smartly): Use it.
5660
5661 * dframe.el (dframe-reposition-frame-emacs): Fix position
5662 computation for `left' location.
5663 Update copyright year.
5664
5665 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
5666
5667 * help.el (help-map): Move initialization into declaration.
5668
5669 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
5670
5671 * help-fns.el (help-argument-name): Don't autoload.
5672 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
5673 to be re-loaded when customizing the `help' group.
5674
5675 2005-11-30 John Paul Wallington <jpw@gnu.org>
5676
5677 * help-fns.el (describe-function-1): Fill arglist output.
5678
5679 2005-11-30 Kim F. Storm <storm@cua.dk>
5680
5681 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
5682 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
5683 after revert-buffer (or anything else which kills all local variables).
5684
5685 * apropos.el (apropos-parse-pattern): Doc fix.
5686 Set apropos-regexp directly, rather than expecting callers to do so.
5687 (apropos-command, apropos, apropos-value, apropos-documentation):
5688 Simplify calls to apropos-parse-pattern.
5689
5690 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
5691
5692 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
5693 (hi-lock-face-phrase-buffer): Use hi-yellow face.
5694 (hi-lock-write-interactive-patterns): Use comment-region.
5695
5696 * longlines.el (longlines-mode): Add mail-setup-hook.
5697
5698 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
5699
5700 * simple.el (sendmail-user-agent-compose, next-line):
5701 Conditionally use hard-newline.
5702
5703 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
5704
5705 * international/latexenc.el (latex-inputenc-coding-alist):
5706 Reword doc string.
5707
5708 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
5709
5710 * help.el (describe-key-briefly, describe-key): Recognize default
5711 bindings.
5712
5713 2005-11-29 Romain Francoise <romain@orebokech.com>
5714
5715 * view.el (view-inhibit-help-message): New defcustom.
5716 (view-mode-enter): Use it.
5717
5718 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
5719
5720 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
5721 Preserve user position.
5722
5723 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
5724
5725 * font-lock.el: Throw error if facemenu is not loaded to prevent
5726 accidental change of loading order in loadup.el. (Suggested by RMS.)
5727
5728 * loadup.el: Add comment explaining why facemenu must be loaded
5729 before font-lock.
5730
5731 2005-11-28 Jay Belanger <belanger@truman.edu>
5732
5733 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
5734 (calc-dispatch-map): Add more keys for `calc-same-interface'.
5735
5736 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
5737
5738 * calc/calc-embed.el (calc-do-embedded): Update help message.
5739
5740 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
5741
5742 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
5743
5744 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
5745
5746 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
5747 called-interactively-p.
5748 (elp-profilable-p): Rename from elp-not-profilable-p.
5749 Invert result and take into account macros and autoloaded functions.
5750 (elp-instrument-function): Update call.
5751 (elp-instrument-package): Update call. Add completion.
5752 (elp-pack-number): Use match-string.
5753 (elp-results-jump-to-definition-by-mouse): Merge into
5754 elp-results-jump-to-definition and then remove.
5755 (elp-output-insert-symname): Make help echo text single-line.
5756
5757 * replace.el (query-replace-map): Move initialization into declaration.
5758 (occur-engine): Use with-current-buffer.
5759 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
5760 (occur-mode-mouse-goto): Replace with an alias.
5761
5762 2005-11-28 Juri Linkov <juri@jurta.org>
5763
5764 * simple.el (quoted-insert): Let-bind input-method-function to nil.
5765
5766 * term/w32-win.el: Bind [S-tab] to [backtab].
5767
5768 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
5769 `Info-find-file' to t.
5770
5771 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
5772 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
5773 and same-window-regexps.
5774 (occur-next-error): Don't move point for arg 0.
5775
5776 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
5777
5778 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
5779
5780 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
5781
5782 * log-edit.el (log-edit-changelog-use-first): New var.
5783 (log-edit-changelog-ours-p): Use it.
5784 (log-edit-insert-changelog): Set it with new arg `use-first'.
5785 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
5786 (log-edit-hook): Add them to the list of suggested options.
5787
5788 * textmodes/flyspell.el (flyspell-last-buffer): New var.
5789 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
5790 redundant work.
5791 (flyspell-mode-on): Use add-hook for after-change-functions.
5792 (flyspell-mode-off): Use remove-hook for after-change-functions.
5793 (flyspell-changes): Make it buffer-local.
5794 (flyspell-after-change-function): Make it non-interactive. Use push.
5795 (flyspell-post-command-hook): Check input-pending-p while processing
5796 the potentially long list of buffer changes.
5797
5798 2005-11-28 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
5799
5800 * buff-menu.el (list-buffers-noselect): Display the selected
5801 frame's buffer list, not the global one.
5802
5803 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
5804
5805 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
5806 that (list last-input-event) works as in interactive spec.
5807
5808 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
5809
5810 * loadup.el ("facemenu"): Load facemenu before font-lock, because
5811 `facemenu-keymap' needs to be defined when font-lock is loaded.
5812 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
5813
5814 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
5815
5816 * completion.el: Remove useless leading * in defcustom docstrings.
5817 (save-completions-file-name): Use ~/.emacs.d if available.
5818 (completion-standard-syntax-table): Rename from
5819 cmpl-standard-syntax-table and fold initialization into declaration,
5820 thus removing cmpl-make-standard-completion-syntax-table.
5821 (completion-lisp-syntax-table, completion-c-syntax-table)
5822 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
5823 (cmpl-saved-syntax, cmpl-saved-point): Remove.
5824 (symbol-under-point, symbol-before-point)
5825 (symbol-under-or-before-point, symbol-before-point-for-complete)
5826 (add-completions-from-c-buffer): Use with-syntax-table.
5827 (make-completion): Don't return a list of completion entries.
5828 Update callers.
5829 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
5830 (completion-initialize): Rename from initialize-completions.
5831 (completion-find-file-hook): Rename from cmpl-find-file-hook.
5832 (kill-emacs-save-completions): Collect stats here.
5833 (save-completions-to-file, load-completions-from-file):
5834 Use with-current-buffer.
5835 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
5836 into a function. Move all calls to toplevel.
5837 (completion-lisp-mode-hook): New fun.
5838 (completion-c-mode-hook, completion-setup-fortran-mode):
5839 Set the syntax-table here. Use local-set-key.
5840 (completion-saved-bindings): New var.
5841 (dynamic-completion-mode): Make it into a proper minor mode.
5842 (load-completions-from-file): Remove unused var `num-uses'.
5843
5844 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
5845 constructor if it is explicitly overridden.
5846
5847 * complete.el (PC-completion-as-file-name-predicate):
5848 Use minibuffer-completing-file-name.
5849 (partial-completion-mode): Use find-file-not-found-functions.
5850 (PC-lisp-complete-symbol): Use with-syntax-table.
5851 (PC-look-for-include-file): Remove dead setq.
5852 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
5853 (PC-complete): Use with-current-buffer.
5854
5855 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
5856 escape single quotes.
5857
5858 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
5859
5860 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
5861 of `if' whose condition always returned nil. Doc fix.
5862
5863 * buff-menu.el (Buffer-menu-revert-function): Make the selected
5864 window's buffer the current buffer around the call to
5865 `list-buffers-noselect'. This is necessary to mark that buffer
5866 with a `.' in the Buffer Menu when called from Lisp, for instance
5867 by Auto Revert Mode.
5868
5869 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
5870
5871 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
5872 attaching to it.
5873 (gdb-pre-prompt): Make sure gdb-error is reset.
5874
5875 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
5876 with a child process, detect it.
5877 (gud-speedbar-buttons): Match regexp more carefully.
5878
5879 2005-11-27 Richard M. Stallman <rms@gnu.org>
5880
5881 * mouse.el (mouse-drag-move-window-bottom):
5882 Use adjust-window-trailing-edge.
5883
5884 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
5885
5886 * simple.el (blink-matching-open): Ignore
5887 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
5888 (blink-matching-paren-on-screen): Update docstring.
5889
5890 * paren.el (show-paren-mode): No longer change
5891 `blink-matching-paren-on-screen'.
5892
5893 2005-11-27 John Paul Wallington <jpw@pobox.com>
5894
5895 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
5896 (gdb-threads-select, gdb-edit-register-value):
5897 Use `posn-set-point' instead of `mouse-set-point' because the
5898 latter is not fbound when configured without X.
5899
5900 2005-11-27 Kim F. Storm <storm@cua.dk>
5901
5902 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
5903 existing face when partially highlighting a TAB in a rectangle.
5904
5905 2005-11-26 Kim F. Storm <storm@cua.dk>
5906
5907 * ido.el (ido-mode-map): Doc fix.
5908 (ido-mode-common-map, ido-mode-file-map)
5909 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
5910 (ido-define-mode-map): Rewrite. Select one of the new maps as
5911 parent for ido-mode-map instead of building from scratch.
5912 (ido-init-mode-maps): New defun to initialize new maps.
5913 (ido-mode): Call it.
5914 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
5915 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
5916
5917 2005-11-26 John Paul Wallington <jpw@pobox.com>
5918
5919 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
5920 `mouse-set-point' because the latter is not fbound when configured
5921 without X.
5922
5923 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
5924
5925 * files.el (file-relative-name): Doc fix.
5926
5927 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
5928
5929 * progmodes/octave-inf.el (inferior-octave-startup): Force a
5930 non-empty string for secondary prompt PS2.
5931
5932 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
5933
5934 * progmodes/compile.el (compilation-setup): Fix last change.
5935
5936 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
5937
5938 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
5939 (gdb-mouse-toggle-breakpoint-margin)
5940 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
5941 Add gdb-server-prefix to keep out of command history.
5942 (gdb-edit-register-value): New function.
5943 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
5944 (gdb-info-registers-custom): Use above map.
5945
5946 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
5947
5948 * custom.el (enable-theme): Signal error if argument is not a
5949 theme. Don't recalculate a face if it's not loaded yet.
5950
5951 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
5952 the `user' theme is in effect.
5953
5954 * info.el (Info-on-current-buffer): Record actual filename in
5955 Info-current-file, instead of t, or a fake filename if a non-file
5956 buffer. Make autoload.
5957 (Info-find-node, Info-revert-find-node): No need to check for
5958 Info-current-file nil.
5959 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
5960 Info-current-file is now never `t'.
5961 (Info-fontify-node): Many simplifications due to Info-current-file
5962 always being valid. Use Info-find-file to find node filename.
5963
5964 2005-11-25 David Kastrup <dak@gnu.org>
5965
5966 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
5967 new character, then delete" in order to preserve markers.
5968
5969 2005-11-25 David Ponce <david@dponce.com>
5970
5971 * recentf.el (recentf-arrange-by-rule): Handle a special
5972 `auto-mode-alist'-like "strip suffix" rule.
5973 (recentf-build-mode-rules): Handle second level auto-mode entries.
5974
5975 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
5976
5977 * viper-keym.el (viper-ESC-key): Use different values in terminal and
5978 window modes.
5979
5980 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
5981 jde-javadoc-checker-report-mode.
5982
5983 * ediff-wind (ediff-make-wide-display): Slight simplification.
5984
5985 * ediff.el (ediff-date): Change the date of last update.
5986
5987 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
5988
5989 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
5990 Use define-minor-mode, and make it a local mode. Turn on font-lock.
5991 (hi-lock-mode): New global minor mode.
5992 (turn-on-hi-lock-if-enabled): New function.
5993 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
5994 Change arguments to regexp and face instead of a font-lock pattern.
5995 Directly set face property, instead of refontifying.
5996 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
5997 (hi-lock-find-patterns): Use line-number-at-pos.
5998
5999 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
6000 arguments for hi-lock-set-pattern.
6001 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
6002 Call font-lock-fontify-buffer.
6003 (hi-lock-find-file-hook, hi-lock-current-line)
6004 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
6005
6006 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
6007 turned off.
6008
6009 * progmodes/compile.el (compilation-setup): Don't fiddle with
6010 font-lock-defaults.
6011
6012 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
6013
6014 * progmodes/gdb-ui.el (gdb-var-create-handler)
6015 (gdb-var-list-children-handler): Find values for all variable
6016 objects. gud-speedbar-buttons decides whether to display them.
6017
6018 2005-11-24 Romain Francoise <romain@orebokech.com>
6019
6020 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
6021 buffer name with a space.
6022
6023 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
6024
6025 * textmodes/org.el (org-export-plain-list-max-depth): Renamed from
6026 `org-export-local-list-max-depth'. Change default value to 3.
6027 (org-auto-renumber-ordered-lists)
6028 (org-plain-list-ordered-item-terminator): New options.
6029 (org-at-item-p, org-beginning-of-item, org-end-of-item)
6030 (org-get-indentation, org-get-string-indentation)
6031 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
6032 New functions.
6033 (org-move-item-down, org-move-item-up): New commands.
6034 (org-export-as-html): New classes for CSS support. Bug fix in
6035 regular expression detecting fixed-width regions. Respect
6036 `org-local-list-ordered-item-terminator'.
6037 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
6038 also a list item.
6039 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
6040 New item moving functions.
6041
6042 2005-11-24 Juri Linkov <juri@jurta.org>
6043
6044 * isearch.el (isearch-repeat): With empty search ring set
6045 `isearch-error' to the error string instead of signaling error
6046 with the function `error'.
6047
6048 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6049
6050 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
6051
6052 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
6053
6054 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
6055 and variable.
6056 (gdb-var-create-handler, gdb-var-list-children-handler):
6057 Don't match on "char **...".
6058 (gdb-var-update-handler): Find values for all variable objects.
6059 (gdb-info-frames-custom): Identify frames by leading "#".
6060
6061 * progmodes/gud.el (gud-speedbar-menu-items): Add
6062 gdb-speedbar-auto-raise as radio button.
6063 (gud-speedbar-buttons): Raise speedbar if requested.
6064 Don't match on "char **...".
6065 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
6066 Make it editable.
6067
6068 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
6069
6070 * info.el (Info-fontify-node): Handle the case where
6071 Info-current-file is t.
6072
6073 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
6074
6075 * simple.el (blink-matching-open): Fix off-by-one in last change.
6076
6077 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6078
6079 * term/mac-win.el: Don't change default directory.
6080
6081 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
6082
6083 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
6084 buffers correctly. (It used to throw an error in such buffers.)
6085 Make it ask for confirmation in group buffers and other Custom
6086 buffers containing more than one customization item.
6087
6088 2005-11-22 John Paul Wallington <jpw@gnu.org>
6089
6090 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
6091 property on mail and url overlays.
6092 (goto-address-at-point): Use `posn-set-point' instead of
6093 `mouse-set-point' because the latter is not fbound when configured
6094 without X.
6095
6096 2005-11-22 Lars Hansen <larsh@soem.dk>
6097
6098 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
6099 (ls-lisp-classify, ls-lisp-format): Delete call to
6100 ls-lisp-parse-symlink.
6101 (ls-lisp-handle-switches): Handle symlinks to directories as
6102 directories when ls-lisp-dirs-first in non-nil.
6103
6104 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
6105
6106 * startup.el (command-line): Make sure that loaddefs.el is handled
6107 correctly in load-history.
6108
6109 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
6110
6111 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
6112 (gdb-struct-string, gdb-array-string): New constants.
6113 (gdb-info-locals-handler): Use them.
6114 (gdb-reset): Reset gdb-var-list to nil.
6115
6116 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
6117
6118 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
6119 in patterns.
6120
6121 2005-11-21 Juri Linkov <juri@jurta.org>
6122
6123 * custom.el (defcustom): Update link types in docstring.
6124
6125 2005-11-20 Martin Rudalics <rudalics@gmx.at> (tiny change)
6126
6127 * custom.el (defgroup): Add doc-string-elt info.
6128
6129 * widget.el (define-widget): Don't use declare for the doc-string-elt.
6130
6131 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
6132
6133 * newcomment.el (comment-enter-backward): Fix last fix.
6134
6135 * simple.el (blink-matching-open):
6136 * paren.el (show-paren-function): Allow new paren-class info.
6137
6138 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
6139
6140 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
6141 handled automagically.
6142
6143 2005-11-20 Andreas Schwab <schwab@suse.de>
6144
6145 * descr-text.el (describe-char): When copying overlays put them
6146 over the full char description instead of just the first character
6147 of it.
6148
6149 2005-11-20 Juri Linkov <juri@jurta.org>
6150
6151 * simple.el (what-cursor-position):
6152 * descr-text.el (describe-char): Use Lisp-readable syntax
6153 for octal and hex. Reorder decimal, octal and hex values.
6154 Remove excess whitespace in the output. Use `=' in `column='
6155 like in `point=' and `Hscroll='.
6156
6157 * international/mule-cmds.el (encoded-string-description):
6158 Use Lisp-readable syntax for hex.
6159
6160 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
6161
6162 * newcomment.el (comment-enter-backward): Handle the case where the
6163 comment is closed by EOB.
6164
6165 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
6166
6167 * longlines.el (longlines-before-revert-hook)
6168 (longlines-after-revert-hook): New functions.
6169 (longlines-mode): Turn off longlines temporarily when reverting.
6170 Add a message-setup-hook.
6171 (longlines-decode-buffer): New function.
6172 (longlines-wrap-line): Preserve marker positions.
6173
6174 2005-11-19 Andreas Schwab <schwab@suse.de>
6175
6176 * emacs-lisp/shadow.el: Handle compressed files.
6177
6178 2005-11-19 Romain Francoise <romain@orebokech.com>
6179
6180 * net/browse-url.el (browse-url-default-browser): Signal an error
6181 if no usable browser can be found, rather than try to load w3.
6182
6183 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
6184
6185 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
6186 replacing existing properties.
6187 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
6188 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
6189 tty specs.
6190 (rcirc-server-prefix, rcirc-server): New faces.
6191 (rcirc-url-regexp): Generate with rx macro.
6192 (rcirc-last-server-message-time): New variable.
6193 (rcirc-filter): Record time of last message.
6194 (rcirc-keepalive): Kill processes that did not send a message
6195 since the last ping.
6196 (rcirc-mode): Give rcirc-topic a local binding here.
6197
6198 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org> (tiny change)
6199
6200 * subr.el (read-passwd): Fontify the prompt as we do with other
6201 prompts.
6202
6203 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
6204
6205 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
6206 binding buffer-read-only to nil.
6207
6208 2005-11-19 Eli Zaretskii <eliz@gnu.org>
6209
6210 * complete.el (partial-completion-mode):
6211 Mention completion-auto-help in the doc string.
6212
6213 * man.el (Man-highlight-references): Doc fix. Reformat code in a
6214 more Lisp-ish way.
6215
6216 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
6217
6218 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
6219 digits, not 8, to avoid misalignment for files larger than 100MB.
6220
6221 2005-11-19 Eli Zaretskii <eliz@gnu.org>
6222
6223 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
6224 Mention "keyboard shortcuts" in the help text.
6225
6226 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6227
6228 * startup.el (fancy-splash-default-action): Discard only
6229 mouse-down and succeeding mouse-up events in the splash screen
6230 window so that drag-n-drop event can be processed.
6231
6232 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
6233
6234 * longlines.el (longlines-mode): Add hacks for mail-mode and
6235 message-mode.
6236
6237 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
6238
6239 * textmodes/org.el (org-table-sort-lines): New command.
6240 (org-tbl-menu): Add entry for `org-table-sort-lines'.
6241 (org-add-file): Command removed, use `org-agenda-file-to-front'
6242 instead.
6243 (org-export-icalendar): Use `org-icalendar-combined-name'.
6244 (org-cycle-agenda-files, org-agenda-file-to-end)
6245 (org-agenda-file-to-front): New commands.
6246 (org-table-tab-jumps-over-hlines, org-export-html-style):
6247 New options.
6248 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
6249 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
6250 New functions.
6251 (org-fill-paragraph): Call `org-table-align' in tables.
6252 (org-mode): Call `org-set-autofill-regexps'.
6253 (org-export-as-html): Support for local handformatted lists.
6254 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
6255 (org-export-local-list-max-depth): New option.
6256 (org-html-expand): Use `org-html-protect'.
6257
6258 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
6259
6260 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
6261 to "p".
6262 (gdb): Move definition of gud-pp to...
6263
6264 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
6265 speedbar.
6266 (gdb-find-watch-expression): New function.
6267
6268 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
6269
6270 * faces.el (face-attribute, set-face-attribute): Mention existence
6271 of `:ignore-defface' setting in docstring.
6272
6273 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
6274
6275 * simple.el (completion-setup-function): Fix last change.
6276
6277 2005-11-17 John Paul Wallington <jpw@pobox.com>
6278
6279 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
6280 Use `posn-set-point' instead of `mouse-set-point' because the
6281 latter is not fbound when configured without X.
6282
6283 * comint.el (comint-insert-input): Likewise.
6284
6285 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
6286
6287 * simple.el (hard-newline): New variable.
6288 (sendmail-user-agent-compose, next-line): Use it.
6289
6290 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
6291 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
6292 (mail-mail-reply-to, mail-mail-followup-to)
6293 (mail-position-on-field, mail-signature, mail-yank-original)
6294 (mail-attach-file): Likewise.
6295
6296 * mail/mailheader.el (mail-header-format)
6297 (mail-header-format-function): Likewise.
6298
6299 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
6300
6301 2005-11-17 Juri Linkov <juri@jurta.org>
6302
6303 * font-lock.el (font-lock-faces): Rename this defgroup from
6304 `font-lock-highlighting-faces'.
6305 (font-lock-comment-face, font-lock-comment-delimiter-face)
6306 (font-lock-string-face, font-lock-doc-face)
6307 (font-lock-keyword-face, font-lock-builtin-face)
6308 (font-lock-function-name-face, font-lock-variable-name-face)
6309 (font-lock-type-face, font-lock-constant-face)
6310 (font-lock-warning-face, font-lock-negation-char-face)
6311 (font-lock-preprocessor-face)
6312 (font-lock-regexp-grouping-backslash)
6313 (font-lock-regexp-grouping-construct): Rename :group from
6314 `font-lock-highlighting-faces' to `font-lock-faces'.
6315
6316 * cus-edit.el (lisp, c, tex):
6317 * progmodes/ada-mode.el (ada):
6318 * progmodes/asm-mode.el (asm):
6319 * progmodes/cperl-mode.el (cperl-faces):
6320 * progmodes/cpp.el (cpp):
6321 * progmodes/dcl-mode.el (dcl):
6322 * progmodes/f90.el (f90):
6323 * progmodes/fortran.el (fortran):
6324 * progmodes/icon.el (icon):
6325 * progmodes/idlwave.el (idlwave-misc):
6326 * progmodes/m4-mode.el (m4):
6327 * progmodes/make-mode.el (makefile):
6328 * progmodes/meta-mode.el (meta-font):
6329 * progmodes/modula2.el (modula2):
6330 * progmodes/octave-mod.el (octave):
6331 * progmodes/pascal.el (pascal):
6332 * progmodes/perl-mode.el (perl):
6333 * progmodes/prolog.el (prolog):
6334 * progmodes/ps-mode.el (PostScript-edit):
6335 * progmodes/scheme.el (scheme):
6336 * progmodes/sh-script.el (sh-script):
6337 * progmodes/simula.el (simula):
6338 * progmodes/tcl.el (tcl):
6339 * textmodes/nroff-mode.el (nroff):
6340 * textmodes/reftex-vars.el (reftex-fontification-configurations):
6341 * textmodes/sgml-mode.el (sgml):
6342 * textmodes/texinfo.el (texinfo):
6343 Add :link (custom-group-link font-lock-faces) to defgroup.
6344
6345 * hi-lock.el (hi-lock): Rename this defgroup from
6346 `hi-lock-interactive-text-highlighting'. Change parent group from
6347 `faces' to `font-lock'. Add link to the manual.
6348 (hi-lock-mode, hi-lock-file-patterns-range)
6349 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
6350 `hi-lock-interactive-text-highlighting' to `hi-lock'.
6351 (hi-lock-faces): Add :group `faces'.
6352
6353 * cus-edit.el (custom-variable-prompt): Clarify the code.
6354
6355 * faces.el (face-read-string): Set the default value arg of
6356 completing-read.
6357
6358 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
6359
6360 * rfn-eshadow.el (file-name-shadow-properties)
6361 (file-name-shadow-tty-properties, file-name-shadow-mode):
6362 Remove autoloads, because the file is now preloaded.
6363
6364 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
6365
6366 * printing.el (easy-menu-intern): Don't define.
6367 (pr-get-symbol): Use easy-menu-intern only if defined.
6368
6369 * simple.el (blink-matching-open): Simplify a bit.
6370 (completion-setup-function): Fix the case of partial-completion-mode
6371 when the minibuffer's contents start with "-".
6372 Obey completion-base-size-function even when
6373 minibuffer-completing-file-name is non-nil.
6374
6375 2005-11-16 Richard M. Stallman <rms@gnu.org>
6376
6377 * net/eudcb-ph.el (eudc-ph-open-session):
6378 Use set-process-query-on-exit-flag.
6379
6380 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
6381
6382 * international/ucs-tables.el (ucs-set-table-for-input):
6383 Use make-local-variable, not make-variable-buffer-local.
6384
6385 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
6386 Improve warning message text.
6387
6388 * savehist.el (savehist-save-hook): Add :group.
6389
6390 * menu-bar.el (menu-bar-help-menu):
6391 Rename Find Extra Packages to External Packages.
6392
6393 * cus-edit.el (Custom-reset-standard): Verify that
6394 :custom-standard-value prop exists before calling it.
6395
6396 * apropos.el (apropos-calc-scores): Use apropos-pattern.
6397
6398 2005-11-16 Martin Rudalics <rudalics@gmx.at> (tiny change)
6399
6400 * wid-edit.el (color): Enclose %t in %{...%}.
6401
6402 * cus-edit.el (face): Enclose %t in %{...%}.
6403
6404 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
6405
6406 * savehist.el (savehist-mode-hook): Re-add the var.
6407 (savehist-mode): Use it.
6408
6409 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
6410
6411 * textmodes/flyspell.el: Fix commenting convention.
6412 Remove unnecessary leading * in custom docstrings.
6413 (flyspell-emacs): Remove unused var.
6414 (flyspell-delete-region-overlays): Use remove-overlays.
6415 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
6416 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
6417 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
6418 (flyspell-debug-signal-word-checked): Use with-current-buffer.
6419 (make-flyspell-overlay): Don't locally reuse a global name.
6420 (flyspell-highlight-incorrect-region)
6421 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
6422 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
6423 (flyspell-notify-misspell): Remove unused args `start' and `end'.
6424 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
6425 Wrap calls to accept-process-output inside with-local-quit since it's
6426 often called from a post-command-hook.
6427 (flyspell-correct-word, flyspell-auto-correct-word):
6428 Use ispell-send-string.
6429 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
6430
6431 * calendar/diary-lib.el (diary-list-entries): Also hide the
6432 terminating newline.
6433
6434 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
6435
6436 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
6437 window-system, to allow fonts on tty.
6438
6439 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
6440
6441 * progmodes/gud.el (gud-speedbar-item-info): New function.
6442 (gud-install-speedbar-variables): Use it to display data type
6443 of watch expression as a tooltip in speedbar.
6444
6445 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
6446
6447 * font-core.el (global-font-lock-mode): Add :version keyword,
6448 because default was changed.
6449
6450 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
6451
6452 * startup.el (command-line): Use `custom-reevaluate-setting' for
6453 `file-name-shadow-mode'.
6454
6455 * loadup.el: Preload rfn-eshadow.
6456
6457 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
6458 Add :version keyword.
6459 (file-name-shadow-properties, file-name-shadow-tty-properties)
6460 (file-name-shadow): Add :version keyword.
6461
6462 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
6463 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
6464 in the custom-group property of the symbol frames and the fringe
6465 group got no link to its parent group frames.
6466 Doc fix.
6467
6468 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
6469
6470 * progmodes/gud.el (gud-stop-subjob): New function.
6471 (gud-menu-map, gud-tool-bar-map): Use it.
6472
6473 2005-11-16 Kim F. Storm <storm@cua.dk>
6474
6475 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
6476 than kill it.
6477 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
6478 to a more useful/logical place.
6479
6480 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
6481
6482 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
6483 go buttons complementary.
6484
6485 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
6486
6487 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
6488 (rfn-eshadow-sifn-equal): New function.
6489 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
6490
6491 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
6492
6493 * viper-utils.el (viper-non-word-characters-reformed-vi):
6494 Quote `-' in string.
6495
6496 * viper.el (viper-emacs-state-mode-list): Ensure that
6497 rcirc-mode buffers come up in Emacs state.
6498
6499 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
6500 operation.
6501
6502 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
6503
6504 * term.el (term-termcap-format): Fix typos.
6505 (term-down): Fix the negative argument case.
6506
6507 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
6508
6509 * progmodes/gdb-ui.el: Remove face-alias left over from change on
6510 2005-08-15.
6511 (gdb-ann3): New command gud-go.
6512 (menu): Accomodate gdb-mi.el.
6513 (gdb-assembler-custom): Make buffer of selected window current
6514 so that set-window-point works.
6515
6516 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
6517 buttons and include new ones.
6518
6519 2005-11-16 Kim F. Storm <storm@cua.dk>
6520
6521 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
6522 (gud-menu-map): Use it.
6523
6524 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
6525
6526 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
6527 that works correctly for Custom and that does not override a user
6528 who disables it.
6529
6530 * help-mode.el (help-make-xrefs, help-xref-on-pp)
6531 (help-xref-interned, help-follow): Make hyperlinks for variables
6532 that are unbound, but have a non-nil variable-documentation property.
6533
6534 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
6535 mode hook. (It conflicted with defcustoms for some mode hooks.)
6536 Use the `variable-documentation' property to give the mode hook a
6537 docstring and expand that docstring.
6538
6539 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
6540
6541 * savehist.el (savehist-mode): Don't bother with
6542 `custom-set-minor-mode'.
6543 (savehist-coding-system): Check XEmacs version.
6544 (history-length): Declare also at run time.
6545 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
6546 Don't set the customize state.
6547 (savehist-minibuffer-hook): Special case for when
6548 minibuffer-history-variable is equal to t.
6549
6550 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
6551
6552 * files.el (write-file): Refresh VC status.
6553
6554 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
6555 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
6556 than fundamental-mode to see if the mode was set.
6557
6558 2005-11-14 Romain Francoise <romain@orebokech.com>
6559
6560 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
6561 dummy function in `eval-when-compile' to avoid compiler warning.
6562 Require `man' at compile time.
6563
6564 2005-11-14 Jay Belanger <belanger@truman.edu>
6565
6566 * calc-alg.el (calcFunc-write-out-power): Rename it to
6567 calcFunc-powerexpand.
6568 (math-write-out-power): Rename it to math-powerexpand; have it
6569 handle negative exponents.
6570 (calc-writeoutpower): Rename it to calc-powerexpand.
6571
6572 * calc-ext.el: Change calcFunc-writeoutpower and
6573 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
6574 autoloads.
6575 Add calcFunc-ldiv to autoloads.
6576
6577 * calc-arith.el (calcFunc-ldiv): New function.
6578
6579 * calc.el (calc-left-divide): New function.
6580
6581 2005-11-14 Juri Linkov <juri@jurta.org>
6582
6583 * cus-edit.el (custom-variable-prompt): Set the default value arg
6584 of completing-read.
6585
6586 * cus-dep.el (custom-make-dependencies): Reverse the list of
6587 found dependencies.
6588
6589 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
6590
6591 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
6592 Highlighting" entry, it is on by default now.
6593 (menu-bar-options-save): Do not save global-font-lock-mode.
6594
6595 2005-11-13 Richard M. Stallman <rms@gnu.org>
6596
6597 * textmodes/flyspell.el (flyspell-large-region):
6598 Call flyspell-accept-buffer-local-defs.
6599
6600 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
6601
6602 * textmodes/flyspell.el (flyspell-notify-misspell):
6603 Fix misspelling of "Misspelling".
6604 (flyspell-process-localwords): New function.
6605 (flyspell-large-region): Call flyspell-process-localwords and
6606 flyspell-delete-region-overlays.
6607 (flyspell-delete-region-overlays): New function.
6608 (flyspell-delete-all-overlays): Call that.
6609
6610 2005-11-13 Richard M. Stallman <rms@gnu.org>
6611
6612 * help.el (help-for-help-internal): Improve doc of C-h a.
6613 (describe-key): Improve prompt; doc fix.
6614
6615 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
6616
6617 * vc-svn.el (vc-svn-registered): Catch all errors.
6618
6619 * cus-dep.el (custom-make-dependencies): Typo.
6620
6621 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
6622
6623 * net/tramp-util.el (top): Fix compilation warning.
6624
6625 2005-11-13 Kim F. Storm <storm@cua.dk>
6626
6627 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
6628
6629 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
6630
6631 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
6632 (gud-speedbar-buttons): Match on "const char *" too.
6633
6634 * progmodes/gdb-ui.el (gdb-var-create-handler)
6635 (gdb-var-list-children-handler): Match on "const char *" too.
6636 (gdb-var-evaluate-expression-handler): Match on empty string.
6637 (gdb-var-update-handler): Only call
6638 gdb-var-evaluate-expression-handler when required.
6639
6640 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
6641
6642 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
6643 selected window. This still doesn't work for speedbar.
6644 (gud-speedbar-buttons): Handle string expressions properly.
6645
6646 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
6647 (gdb-var-create-handler): Handle string expressions properly.
6648 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
6649 Handle string expressions properly. Move "type" field into regexp.
6650
6651 2005-11-12 Karl Fogel <kfogel@red-bean.com>
6652
6653 * bookmark.el (bookmark-maybe-message): New function to reduce
6654 code duplication: invokes `message' iff baud-rate is high enough.
6655 (bookmark-write-file): Use above instead of an inline conditional.
6656 (bookmark-load): Same.
6657
6658 2005-11-12 Karl Fogel <kfogel@red-bean.com>
6659
6660 * bookmark.el (bookmark-write-file): Don't visit the destination
6661 file, just write the data to it using write-region. This is
6662 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
6663 change to avoid visiting the file in the first place.
6664
6665 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
6666
6667 * hi-lock.el (hi-lock-mode): Set the default value of
6668 font-lock-defaults.
6669
6670 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
6671
6672 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
6673 arg to `file-attributes'.
6674 (find-lisp-format): The UID and GID can now be strings.
6675
6676 2005-11-12 Kim F. Storm <storm@cua.dk>
6677
6678 * help.el (help-map): Bind C-h d to apropos-documentation.
6679
6680 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
6681 when point is at end-of-buffer.
6682
6683 * apropos.el (apropos-match-face): Doc fix.
6684 (apropos-sort-by-scores): Add new choice `verbose'.
6685 (apropos-documentation-sort-by-scores): New defcustom.
6686 (apropos-pattern): Now contains the pattern entered by the user.
6687 (apropos-pattern-quoted): New defvar.
6688 (apropos-regexp): New defvar, containing the regexp corresponding
6689 to apropos-pattern.
6690 (apropos-all-words-regexp): Rename from apropos-all-regexp.
6691 (apropos-read-pattern): New defun. Use it to read pattern arg in
6692 interactive calls; returns list of words for a word list, and
6693 string for a regexp.
6694 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
6695 parses a list of words or regexp as returned by apropos-read-pattern.
6696 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
6697 (apropos-score-doc): Return a very high score if the string
6698 entered by the user matches literally.
6699 (apropos-variable): Doc fix. Use apropos-read-pattern.
6700 (apropos-command): Doc fix. Use apropos-read-pattern and
6701 apropos-parse-pattern. Call apropos-print with nosubst=t.
6702 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
6703 apropos-parse-pattern.
6704 (apropos-documentation): Doc fix. Use apropos-read-pattern and
6705 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
6706 apropos-documentation-sort-by-scores. Call apropos-print with
6707 nosubst=t.
6708 (apropos-documentation-internal): Pass doc string through
6709 substitute-key-definition before adding text properties.
6710 Highlight substring matching literal user input if possible.
6711 (apropos-documentation-check-doc-file): Remove locals beg and end.
6712 Fix calculation of score (as added twice). Pass doc string through
6713 substitute-key-definition before adding text properties.
6714 (apropos-documentation-check-elc-file): Pass doc string through
6715 substitute-key-definition before adding text properties.
6716 Highlight substring matching literal user input if possible.
6717 (apropos-print): Add new arg NOSUBST; if set, command and variable
6718 doc strings have already been passed through substitute-key-definition.
6719 Add code to handle apropos-accumulator items without score element
6720 for backwards compatibility (e.g. with woman package).
6721 Only show scores if apropos-sort-by-scores is `verbose'.
6722
6723 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
6724
6725 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
6726 Add jka-compr-load-suffixes to load-suffixes.
6727
6728 * jka-compr.el: Require jka-cmpr-hook.
6729 (jka-compr-info-compress-message, jka-compr-info-compress-program)
6730 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
6731 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
6732 (jka-compr-info-can-append, jka-compr-info-strip-extension)
6733 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
6734 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
6735 (jka-compr-uninstall): Remove entries from
6736 jka-compr-added-to-file-coding-system-alist after they are used.
6737 (jka-compr-error): Remove unused var `curbuf'.
6738 (jka-compr-file-local-copy): Remove unused var `notfound'.
6739
6740 2005-11-10 Romain Francoise <romain@orebokech.com>
6741
6742 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
6743
6744 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
6745
6746 * progmodes/gud.el (gud-menu-map): Move parentheses.
6747 (gdb): New command gud-pv.
6748
6749 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
6750
6751 * tar-mode.el: Remove spurious or unnecessary leading stars
6752 in docstrings.
6753 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
6754 (tar-parse-octal-integer-safe): Use mapc.
6755 (tar-header-block-summarize): Remove unused var `ck'.
6756 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
6757 cleared before. Obey default-enable-multibyte-characters.
6758 Use mapconcat. Simplify setting of tar-header-offset.
6759 (tar-mode-map): Move initialization inside delcaration.
6760 (tar-flag-deleted): Use `abs'.
6761 (tar-expunge-internal): Remove unused var `line'.
6762 (tar-expunge-internal): Don't hardcode point-min==1.
6763 (tar-expunge): Widen while doing set-buffer-multibyte.
6764 (tar-rename-entry): Use file-name-coding-system.
6765 (tar-alter-one-field): Don't hardcode point-min==1.
6766 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
6767 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
6768
6769 2005-11-10 Masatake YAMATO <jet@gyve.org>
6770
6771 * add-log.el (add-log-current-defun): Handle class::method
6772 notation of c++. Fix incorrect comment.
6773
6774 2005-11-10 Alan Mackenzie <acm@muc.de>
6775
6776 * help-fns.el (describe-variable): Make C-h v work when a variable
6777 has variable documentation yet is unbound.
6778
6779 2005-11-10 Masatake YAMATO <jet@gyve.org>
6780
6781 * man.el (Man-highlight-references): Set an empty
6782 string to `Man-arguments' if it is nil.
6783 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
6784
6785 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
6786
6787 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
6788 commenting conventions.
6789
6790 * cus-dep.el (custom-make-dependencies): Simplify.
6791 Better follow the commenting conventions.
6792
6793 2005-11-09 Richard M. Stallman <rms@gnu.org>
6794
6795 * apropos.el (apropos-pattern): Rename from apropos-regexp.
6796 (apropos-orig-pattern): Rename from apropos-orig-regexp.
6797 All uses changed.
6798 (apropos-rewrite-regexp): Doc fix.
6799 (apropos-variable, apropos-command, apropos, apropos-value):
6800 Change prompt; carry through the argument renaming.
6801
6802 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
6803
6804 * find-lisp.el: Require dired.
6805 (find-lisp-find-dired-internal): Do not call
6806 `abbreviate-file-name' on DIR.
6807
6808 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
6809
6810 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
6811
6812 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
6813
6814 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
6815 when using the speedbar.
6816 (gdb): New command gud-pp.
6817 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
6818
6819 2005-11-09 Juri Linkov <juri@jurta.org>
6820
6821 * replace.el (occur-excluded-properties): New defcustom.
6822 (occur-1, occur-engine, occur-accumulate-lines): Use it.
6823
6824 2005-11-08 Jay Belanger <belanger@truman.edu>
6825
6826 * calc/calc-units.el (math-convert-units): Replace any composite
6827 unit by its definition.
6828
6829 2005-11-08 Lars Hansen <larsh@soem.dk>
6830
6831 * emacs-lisp/autoload.el (update-directory-autoloads):
6832 Add obsolete function alias.
6833
6834 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
6835
6836 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
6837 comment-indent-function.
6838 (lisp-comment-indent): Replace by an alias for comment-indent-default.
6839
6840 * reveal.el (reveal-post-command): Rework the handling of
6841 reveal-open-spots, so as to be more reliable. There were several
6842 tricky corner cases where an open spot might be lost, or where
6843 a closed spot might end up on the list of open spots.
6844 Only reveal text that's ellipsised.
6845
6846 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
6847
6848 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
6849
6850 2005-11-07 John Paul Wallington <jpw@gnu.org>
6851
6852 * ibuffer.el (ibuffer): Search iconified frames too when
6853 getting Ibuffer buffer's window.
6854
6855 2005-11-06 Richard M. Stallman <rms@gnu.org>
6856
6857 * progmodes/compile.el (compilation-internal-error-properties):
6858 save-excursion around the computation of MARKER.
6859
6860 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
6861
6862 * textmodes/flyspell.el (flyspell-external-point-words):
6863 flyspell-get-word returns a list, not just a string.
6864
6865 2005-11-06 John Paul Wallington <jpw@pobox.com>
6866
6867 * ibuffer.el (ibuffer): Search all visible frames when getting
6868 Ibuffer buffer's window.
6869
6870 2005-11-07 Masatake YAMATO <jet@gyve.org>
6871
6872 * man.el (Man-reference-regexp): Accept spaces between
6873 `Man-name-regexp' and `Man-section-regexp'.
6874 (Man-apropos-regexp): New variable.
6875 (Man-abstract-xref-man-page): Use value for `Man-target-string'
6876 if available.
6877 (Man-highlight-references, Man-highlight-references0):
6878 Handle the case when `Man-arguments' includes "-k".
6879 (Man-highlight-references0): Rename the argument `TARGET-POS' to
6880 `TARGET'. `TARGET' can be a number, function or nil.
6881
6882 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
6883
6884 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
6885 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
6886 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
6887 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
6888 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
6889 (gdb-send-item): Use buffer-local-value and simplify.
6890
6891 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
6892
6893 * startup.el (command-line): Use `custom-reevaluate-setting' for
6894 `global-font-lock-mode'.
6895
6896 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
6897 by default, except in batch mode or when the -D option is given.
6898
6899 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
6900 specified keyword args on to `define-minor-mode'. Update docstring.
6901
6902 2005-11-05 Romain Francoise <romain@orebokech.com>
6903
6904 * replace.el (occur-engine): Add marker at end of line, too.
6905
6906 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
6907
6908 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
6909 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
6910 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
6911 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
6912 argument to all these routines, so the passphrase can be managed
6913 externally and passed in to the system.
6914 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
6915 pgg-add-passphrase-to-cache function.
6916
6917 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
6918 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
6919 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
6920 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
6921 argument to all these routines, so the passphrase can be managed
6922 externally and passed in to the system.
6923 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
6924 function.
6925
6926 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
6927
6928 * font-lock.el: Don't deal with font-lock-face-attributes here,
6929 move the code ...
6930
6931 * startup.el (command-line): ... here. Use face-spec-set instead
6932 of custom-declare-face.
6933
6934 * faces.el (face-spec-set): Reset the face if spec is not nil.
6935
6936 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
6937
6938 * newcomment.el (comment-region-internal): Box more tightly in the
6939 common case where there's no TAB in the boxed text.
6940
6941 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6942
6943 * info.el (info-tool-bar-map): Use images prev-node, next-node and
6944 up-node.
6945
6946 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
6947
6948 * newsticker.el: Commentary updated. Code formatting changed.
6949 (newsticker-version): Change to "1.9".
6950 (newsticker, newsticker-feed): Doc fix.
6951 (newsticker-url-list): Doc fix. Add option "Weekly".
6952 (newsticker-retrieval-interval): Add option "Weekly".
6953 (newsticker-headline-processing): Doc fix.
6954 (newsticker-auto-mark-filter): Remove.
6955 (newsticker-auto-mark-filter-list): New.
6956 (newsticker-layout, newsticker-sort-method): Doc fix.
6957 (newsticker-hide-old-items-in-newsticker-buffer)
6958 (newsticker-heading-format, newsticker-item-format)
6959 (newsticker-desc-format): Doc fix.
6960 (newsticker-show-all-rss-elements): Remove.
6961 (newsticker-show-all-news-elements): New.
6962 (newsticker-faces, newsticker-ticker): Doc fix.
6963 (remove-from-invisibility-spec): Code formatting.
6964 (newsticker--process-ids): New.
6965 (newsticker-mode): Doc fix.
6966 (newsticker-mode): Change mode-line-format.
6967 (newsticker-start): Remove debug output.
6968 (newsticker-start-ticker): Doc fix. Add autoload cookie.
6969 (newsticker-w3m-show-inline-images): Code formatting.
6970 (newsticker-next-item): Call `force-mode-line-update'.
6971 (newsticker-previous-item): Call `force-mode-line-update'.
6972 (newsticker-next-feed): Call `force-mode-line-update'.
6973 (newsticker-previous-feed): Call `force-mode-line-update'.
6974 (newsticker-mark-all-items-at-point-as-read): Code formatting.
6975 (newsticker-show-old-items): Do not show descs.
6976 (newsticker-hide-entry): Hide too much.
6977 (newsticker-hide-entry, newsticker-show-entry)
6978 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
6979 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
6980 (newsticker-toggle-auto-narrow-to-item): Code formatting.
6981 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
6982 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
6983 (newsticker-get-news): Call `force-mode-line-update'.
6984 Collect process ids.
6985 (newsticker--sentinel): Change coding system handling.
6986 Move image retrieval to new functions newsticker--get-logo-url-*.
6987 Move feed parsing to new functions newsticker--parse-*.
6988 Update list of process ids.
6989 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
6990 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
6991 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
6992 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
6993 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
6994 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
6995 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
6996 (newsticker--decode-coding-string): Remove.
6997 (newsticker--decode-numeric-entities): Check input. Format code.
6998 (newsticker--remove-whitespace): Check input.
6999 (newsticker--do-forget-preformatted): Doc fix.
7000 (newsticker--decode-rfc822-date): Allow for missing time.
7001 (newsticker--update-process-ids): New.
7002 (newsticker--image-sentinel): Change comment.
7003 (newsticker--image-read): Change error message.
7004 (newsticker--imenu-goto): Doc fix. Show headline title.
7005 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
7006 (newsticker--buffer-do-insert-text): Clean whitespace in
7007 html-rendered headline title. Code formatting.
7008 Call `newsticker--buffer-print-extra-elements'.
7009 (newsticker--buffer-print-extra-element): Remove.
7010 (newsticker--buffer-print-extra-elements): New.
7011 (newsticker--buffer-do-print-extra-element): New.
7012 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
7013 large sizes.
7014 (newsticker--run-auto-mark-filter)
7015 (newsticker--do-run-auto-mark-filter):
7016 Use `newsticker-auto-mark-filter-list'.
7017
7018 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
7019
7020 * net/rcirc.el: Use split-string OMIT-NULLS argument.
7021 (rcirc-print): Force redisplay before running hooks. Do long
7022 buffer truncation after making new text read-only. Deal with nil
7023 text when decoding strings. If TARGET is nil, use either the
7024 currently selected buffer, if it is an rcirc buffer and of the
7025 same process or the process buffer.
7026 (rcirc-mode): Remove header-line. Recompute short buffer names.
7027 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
7028 (rcirc-short-buffer-name): Add variable.
7029 (rcirc-kill-buffer-hook): Recompute short buffer names.
7030 Remove nick from private channel.
7031 (rcirc-send-input): Send command text to current-buffer.
7032 Don't clear overlay arrow here.
7033 (rcirc-short-buffer-name): Return a short buffer name.
7034 (rcirc-update-short-buffer-names, rcirc-abbreviate)
7035 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
7036 buffer-name abbreviations.
7037 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
7038 Do not touch nick-table when killing a parted channel.
7039 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
7040 Clear arrow from current buffer if it is now hidden.
7041 (rcirc-current-buffer): Add variable.
7042 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
7043 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
7044 Remove -face from names.
7045 (rcirc-update-activity-string): Print "DND" when globally ignoring
7046 activity.
7047 (rcirc-ignore-buffer-activity-flag): Rename from
7048 rcirc-ignore-channel-activity.
7049 (rcirc-ignore-all-activity-flag): Doc fix.
7050 (rcirc-channels): Remove variable.
7051 (rcirc-kill-buffer-hook):
7052 (rcirc-get-buffer-create): Add nick to private channel.
7053 (rcirc-multiline-edit-submit): Remove tabs.
7054 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
7055 folded.
7056 (rcirc-remove-nick-channel): Bug fix.
7057 (rcirc-toggle-ignore-buffer-activity): Rename from
7058 rcirc-toggle-ignore-channel-activity.
7059 (rcirc-record-activity): Add buffers to the front of the list.
7060 (rcirc-update-activity): Remove killed buffers from list.
7061 (rcirc-process-server-response-1): Remove last argument if it is
7062 null before calling handler.
7063 (rcirc): Add "rcirc" defcustom prefix.
7064 (rcirc-prompt): Simplify default prompt.
7065 Use custom-initialize-default.
7066 (rcirc-private-chats): Remove variable.
7067 (rcirc-prompt): Change initialization.
7068 (rcirc-version): Remove function.
7069 (rcirc-id-string): Add constant.
7070 (rcirc-last-buffer): Remove variable.
7071 (rcirc-buffer-alist): Add variable.
7072 (rcirc-connect): Update variable setup.
7073 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
7074 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
7075 default.
7076 (rcirc-handler-generic): Trigger activity.
7077 (rcirc-send-message): Create the buffor of the target.
7078 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
7079 (rcirc-get-buffer): Just return nil if there is no matching buffer.
7080 (rcirc-multiline-edit-cancel): Remove function.
7081 (rcirc-set-last-buffer): Remove function.
7082 (rcirc-get-any-buffer): Add function.
7083 (rcirc-join-channels): Don't print /join text.
7084 (rcirc-toggle-ignore-channel-activity): Add and update echo area
7085 messages.
7086 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
7087 (rcirc-handler-NOTICE): Recognize CTCP responses.
7088 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
7089 constructing TOPIC string for buffers we are not JOINed.
7090 (rcirc-handler-CTCP-response): Add handler.
7091 (rcirc-multiline-edit-submit): Restore the window-configuration
7092 before adjusting point.
7093 (rcirc): Add customization group.
7094 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
7095 (rcirc-user-full-name, rcirc-startup-channels-alist)
7096 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
7097 (rcirc-ignore-all-activity-flag, rcirc-time-format)
7098 (rcirc-input-ring-size, rcirc-read-only-flag)
7099 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
7100 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
7101 Change defvar to defcustom.
7102 (rcirc-update-prompt): Add optional ALL arg, which will update
7103 prompts in all rcirc buffers. Regexp quote replacement text.
7104 (rcirc-fill-column): Accept frame-width as a value.
7105 (rcirc-set-changed): Add function.
7106 (rcirc-next-active-buffer): Write more meaningful messages.
7107 (rcirc-faces): Add customization group.
7108 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
7109 (rcirc-nick-in-message-face, rcirc-prompt-face)
7110 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
7111 (with-rcirc-process-buffer): Move before first usage.
7112 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
7113 (rcirc-debug-flag): Rename from `rcirc-log-p'.
7114 (rcirc-debug): Rename from `rcirc-log'.
7115 (rcirc-format-response-string): Do not print `-' chars for a
7116 NOTICE with no sender. Simplify output of server responses.
7117
7118 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
7119
7120 (rcirc-browse-url-map, rcirc-browse-url-at-point)
7121 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
7122 Make urls mouse and RET clickable.
7123
7124 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
7125
7126 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
7127
7128 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
7129
7130 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
7131 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
7132 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
7133 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
7134 argument to all these routines, so the passphrase can be managed
7135 externally and passed in to the system.
7136 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
7137 pgg-add-passphrase-to-cache function.
7138
7139 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
7140 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
7141 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
7142 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
7143 argument to all these routines, so the passphrase can be managed
7144 externally and passed in to the system.
7145 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
7146 function.
7147
7148 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
7149
7150 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
7151 from goto-address-url-regexp.
7152
7153 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
7154
7155 * textmodes/org.el (org-read-date, org-goto-calendar)
7156 (org-recenter-calendar, org-agenda-goto-calendar):
7157 Temporarily clear `calendar-move-hook'.
7158
7159 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
7160
7161 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
7162 merging.
7163
7164 * ediff-util.el (ediff-previous-difference): Don't skip regions that
7165 have merge clashes.
7166
7167 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7168
7169 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
7170 Undo previous change.
7171
7172 * startup.el (command-line): Use `custom-reevaluate-setting' for
7173 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
7174 tty-register-default-colors on Mac.
7175
7176 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
7177
7178 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
7179 (gdb-buffer-type): Make it automatically buffer local...
7180 (gdb-get-create-buffer): ...and set it accordingly.
7181 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
7182 actually work.
7183
7184 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
7185
7186 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
7187 not red.
7188
7189 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
7190
7191 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
7192 case GUD buffer is not visible.
7193 (gdb-goto-breakpoint): Try to force display in source buffer.
7194 (gdb-frame-gdb-buffer): Copy other similar functions.
7195 (gdb-restore-windows): Don't display source if not asked for.
7196 (gdb-assembler-buffer-name): Don't capitalise.
7197
7198 2005-11-03 Richard M. Stallman <rms@gnu.org>
7199
7200 * wid-edit.el (key-sequence): New widget type.
7201
7202 * simple.el (set-mark-command-repeat-pop): New variable.
7203 (set-mark-command): Only interpret plan C-@ after a pop as a pop
7204 if set-mark-command-repeat-pop is true.
7205
7206 * info.el (Info-fontify-node): Don't display extra "see" if there
7207 already is one here.
7208
7209 * mouse.el: Fix special handling of DEL after dragging a region:
7210 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
7211 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
7212
7213 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
7214
7215 * textmodes/ispell.el (ispell-command-loop): Change `i' description
7216 not to assume it pertains to an affix.
7217
7218 * textmodes/flyspell.el (flyspell-post-command-hook):
7219 Bind deactivate-mark to prevent deactivation.
7220
7221 2005-11-03 Lars Hansen <larsh@soem.dk>
7222
7223 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
7224 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
7225 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
7226
7227 2005-11-03 Romain Francoise <romain@orebokech.com>
7228
7229 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
7230 Update copyright years.
7231
7232 2005-11-03 Sam Steingold <sds@gnu.org>
7233
7234 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
7235 Use system-type instead of window-system because window-system is not
7236 correctly defined during loadup.
7237
7238 2005-11-02 Mark A. Hershberger <mah@everybody.org>
7239
7240 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
7241 (xml-parse-tag): Join strings separated by a comment properly.
7242
7243 2005-11-02 Andreas Schwab <schwab@suse.de>
7244
7245 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
7246
7247 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
7248
7249 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
7250 (byte-optimize-pure-func): Quote the eval'd value.
7251
7252 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
7253 Rename from perl-font-lock-syntactic-face-function.
7254 Change the calling convention so it can be used as a font-lock MATCHER.
7255 Do the parse-partial-sexp loop outselves.
7256 (perl-font-lock-syntactic-keywords): Use it.
7257 (perl-mode): Don't set font-lock-syntactic-face-function any more.
7258
7259 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
7260
7261 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
7262 disassembly buffer too.
7263 (gdb-exited): Remove overlay arrows when execution has finished.
7264 (gdb-info-frames-custom, gdb-info-threads-custom)
7265 (gdb-info-registers-custom): Don't add inappropriate text
7266 properties if inferior is not active.
7267
7268 2005-11-02 Glenn Morris <rgm@gnu.org>
7269
7270 * progmodes/fortran.el (fortran-blink-match):
7271 Use `blink-matching-delay'.
7272
7273 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
7274
7275 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
7276
7277 2005-11-02 Lars Hansen <larsh@soem.dk>
7278
7279 * net/tramp.el (tramp-action-out-of-band): Handle scp message
7280 "Permission denied".
7281
7282 2005-11-01 Richard M. Stallman <rms@gnu.org>
7283
7284 * textmodes/flyspell.el (flyspell-external-point-words):
7285 Pass nil to flyspell-get-word.
7286
7287 2005-11-02 Kim F. Storm <storm@cua.dk>
7288
7289 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
7290 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
7291
7292 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
7293
7294 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
7295 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
7296 (calendar-mouse-print-dates): Add optional `event' argument.
7297 Update interactive-spec.
7298 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
7299 Use `calendar-event-to-date' instead of `event'.
7300
7301 2005-11-02 Masatake YAMATO <jet@gyve.org>
7302
7303 * progmodes/ld-script.el (ld-script-builtins):
7304 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
7305 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
7306 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
7307
7308 2005-11-01 Romain Francoise <romain@orebokech.com>
7309
7310 * vc-sccs.el: Update copyright year.
7311 * ezimage.el: Likewise.
7312
7313 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
7314
7315 * info.el (Info-fontify-node): Use `string-width' for fontifying
7316 underlined titles.
7317
7318 2005-11-01 Juri Linkov <juri@jurta.org>
7319
7320 * info.el (Info-fontify-node): Downcase node header keywords Node,
7321 Prev, Next, Up before comparison.
7322 (Info-history): Insert absolute directory name, and put invisible
7323 property on it.
7324
7325 2005-11-01 Juri Linkov <juri@jurta.org>
7326
7327 * info.el (Info-file-supports-index-cookies): New variable.
7328 (Info-find-node-2): Check makeinfo version for index cookie support.
7329 (Info-index-nodes): Search for nodes with index cookies only when
7330 Info-file-supports-index-cookies is t. Otherwise, search nodes
7331 with "Index" in the node name.
7332 (Info-index-node): Search index cookie in the current node only when
7333 Info-file-supports-index-cookies is t. Otherwise, check the word
7334 "Index" in the node name.
7335 (Info-find-emacs-command-nodes): Remove code that searches nodes
7336 with "Index" node name in the top menu.
7337
7338 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
7339
7340 * progmodes/scheme.el (scheme-mode-variables): Use the default
7341 comment-indent-function.
7342
7343 * faces.el (face-attribute): Handle the case where a face inherits from
7344 a non-existent face.
7345
7346 * simple.el (eval-expression-print-format): Use lisp-readable syntax
7347 for octal and hexa output, and merge the char into the paren.
7348 (kill-new): Use push.
7349 (copy-to-buffer): Use with-current-buffer.
7350 (completion-setup-function): Move code in loop to remove redundancy.
7351 (minibuffer-local-must-match-map): Don't add bindings that duplicate
7352 those inherited from minibuffer-local-completion-map.
7353
7354 * savehist.el (savehist-mode) <defcustom>:
7355 Use custom-set-minor-mode if available.
7356 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
7357 and emit a message if applicable.
7358
7359 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
7360
7361 * savehist.el: Sync up to version 19.
7362 (savehist-mode): New minor mode.
7363 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
7364 (savehist-length): Remove (use history-length instead).
7365 (savehist-file-modes): Rename from savehist-modes.
7366 (savehist-save-hook, savehist-loaded): New vars.
7367 (savehist-load): Use savehist-mode. Try to smooth up transition from
7368 old format to new format.
7369 (savehist-install): Allow savehist-autosave-interval to be nil.
7370 (savehist-save): Run the new hook. Be more careful to only trim the
7371 history variables.
7372 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
7373 (savehist-printable): Print into a buffer rather than char-by-char.
7374
7375 2005-11-01 John Wiegley <johnw@newartisans.com>
7376
7377 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
7378 toggle-ignore keybinding (C-a). The author said it had been
7379 disabled much earlier due to a possible incompatibility, but after
7380 many months of usage I have encountered no problems (and it is a
7381 rather useful option, especially for switching to " *temp*").
7382
7383 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
7384 support for OS/X's AddressBook, by calling out to the open source
7385 program "contacts" (installable through Fink).
7386
7387 * net/eudc.el (eudc-expand-inline): If the
7388 `eudc-multiple-match-handling-method' is set to `all', delete the
7389 query string before inserting the query result.
7390
7391 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
7392 flag, to prevent Eshell from using the system ls when
7393 `eshell-ls-insert-directory' is in used.
7394 (eshell-ls-insert-directory): Disable font-lock in directory
7395 buffer so that Eshell's own fontification is seen. This broke
7396 recently due to changes in font-lock, so this goes back to version
7397 21 behavior.
7398
7399 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
7400
7401 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
7402 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
7403 (gdb-many-windows): Doc fix.
7404
7405 2005-10-31 Romain Francoise <romain@orebokech.com>
7406
7407 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
7408
7409 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
7410
7411 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
7412 that global-font-lock-mode can be enabled by default.
7413
7414 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
7415 (font-lock-add-keywords, font-lock-remove-keywords)
7416 (font-lock-fontify-buffer): Remove autoload cookies.
7417
7418 * jit-lock.el (jit-lock-register): Likewise.
7419
7420 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
7421
7422 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
7423
7424 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
7425 intact if there is no gud-comint-buffer.
7426
7427 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
7428
7429 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
7430 old prompt comint-prompt-read-only is t and GDB commands are
7431 issued from tool bar etc.
7432
7433 2005-10-31 Masatake YAMATO <jet@gyve.org>
7434
7435 * vc.el (vc-directory-exclusion-list): Add "{arch}".
7436
7437 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
7438
7439 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
7440 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
7441
7442 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
7443
7444 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
7445 starting at beginning of line. Fontification is messed up when
7446 `open-paren-in-column-0-is-defun-start' set to t.
7447 Reported by John Paul Wallington <jpw@pobox.com>.
7448
7449 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
7450
7451 * comint.el (comint-send-input): Call `comint-update-fence' when
7452 `comint-process-echoes' and `comint-prompt-read-only' are both
7453 non-nil, to avoid leftover read-only newline.
7454
7455 2005-10-30 Richard M. Stallman <rms@gnu.org>
7456
7457 * textmodes/flyspell.el (flyspell-external-point-words):
7458 Detect when WORD can't be checked properly because
7459 flyspell-get-word finds just part of it, and move on.
7460
7461 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
7462 boundarychar for Polish.
7463 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
7464 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
7465
7466 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
7467
7468 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
7469 (gdb-registers-font-lock-keywords): Delete.
7470 (gdb-registers-mode): Don't fontify.
7471 (gdb-info-registers-custom): Use text properties instead as, in
7472 future, changed register values will use font-lock-warning-face.
7473 (gdb-local-font-lock-keywords): Rename to...
7474 (gdb-locals-font-lock-keywords): ...for consistency.
7475
7476 2005-10-30 Andre Spiegel <spiegel@gnu.org>
7477
7478 * vc.el (vc-switch-backend): Better error message if the buffer is
7479 not visiting a file under version control.
7480
7481 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
7482
7483 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
7484
7485 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
7486 ~/.emacs.d/.emacs.
7487
7488 2005-10-29 Richard M. Stallman <rms@gnu.org>
7489
7490 * replace.el (occur-mode-mouse-goto): Always go to other window.
7491 (occur-mode-goto-occurrence): Always switch in same window.
7492
7493 * simple.el (undo): Display message at end, not at start.
7494
7495 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
7496 New arg REUSE-CELL.
7497 (cancel-timer-internal): New function.
7498 (timer-event-handler): Use cancel-timer-internal,
7499 and pass the cell it returns to timer-activate...
7500
7501 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
7502 (jit-lock-deferred-fontify, jit-lock-context-fontify)
7503 (jit-lock-after-change): Test memory-full.
7504
7505 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
7506
7507 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
7508 part of the decoded armor to find the key-identifier.
7509 (pgg-gpg-lookup-key-owner): New function to return the
7510 human-readable identifier of a key owner.
7511 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
7512 key itself.
7513 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
7514 the key value) if we have a key and can match it against a secret
7515 key. Also, added a note pointing out fact that the prompt only
7516 indicates the first matching key.
7517
7518 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
7519 pgg-decrypt-region.
7520 (pgg-pending-timers): A new hash for tracking the passphrase cache
7521 timers, so that new ones supercede old ones.
7522 (pgg-add-passphrase-to-cache): Rename from
7523 `pgg-add-passphrase-cache' to reduce confusion (all callers
7524 changed). Modified to cancel old timers when new ones are added.
7525 (pgg-remove-passphrase-from-cache): Rename from
7526 `pgg-remove-passphrase-cache' to reduce confusion (all callers
7527 changed). Modified to cancel old timers when their keys are
7528 removed from the cache.
7529 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
7530 XEmacs, an indirection to delete-itimer.
7531 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
7532 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
7533 users can only check cache without risk of prompting. Correct bug in
7534 notruncate behavior.
7535 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
7536 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
7537 Add informative docstrings.
7538 (pgg-decrypt): Convey provided passphrase in subordinate call to
7539 pgg-decrypt-region.
7540
7541 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
7542 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
7543 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
7544 `passphrase' argument, so the passphrase can be managed externally
7545 and then passed in to the system.
7546
7547 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
7548 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
7549 so the passphrase cache can be used reliably with identifiers
7550 besides a pgp packet's key id.
7551
7552 * pgg-gpg.el (pgg-pgp-encrypt-region)
7553 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
7554 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
7555 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
7556 argument to all these routines, so the passphrase can be managed
7557 externally and passed in to the system.
7558
7559 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
7560 `notruncate' argument, so the passphrase cache can be used
7561 reliably with identifiers besides a pgp packet's key id.
7562
7563 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
7564
7565 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
7566 symmetric encryption.
7567 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
7568 encrypted session key.
7569 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
7570 message ask for the passphrase in a proper way.
7571
7572 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
7573 New user commands for symmetric encryption.
7574
7575 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
7576
7577 * textmodes/conf-mode.el (conf-assignment-sign)
7578 (conf-assignment-regexp): Fix docstrings.
7579 (conf-mode-initialize): New function.
7580 (conf-mode): Remove optional args. Use delay-mode-hooks to
7581 recognize recursive calls.
7582 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
7583 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
7584 (conf-xdefaults-mode): Use define-derived-mode and
7585 conf-mode-initialize.
7586
7587 2005-10-29 Romain Francoise <romain@orebokech.com>
7588
7589 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
7590
7591 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
7592
7593 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
7594 part of the decoded armor to find the key-identifier.
7595 (pgg-gpg-lookup-key-owner): New function to return the
7596 human-readable identifier of a key owner.
7597 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
7598 key itself.
7599 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
7600 the key value) if we have a key and can match it against a secret
7601 key. Also, added a note pointing out fact that the prompt only
7602 indicates the first matching key.
7603
7604 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
7605 pgg-decrypt-region.
7606 (pgg-pending-timers): A new hash for tracking the passphrase cache
7607 timers, so that new ones supercede old ones.
7608 (pgg-add-passphrase-to-cache): Rename from
7609 `pgg-add-passphrase-cache' to reduce confusion (all callers
7610 changed). Modified to cancel old timers when new ones are added.
7611 (pgg-remove-passphrase-from-cache): Rename from
7612 `pgg-remove-passphrase-cache' to reduce confusion (all callers
7613 changed). Modified to cancel old timers when their keys are
7614 removed from the cache.
7615 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
7616 XEmacs, an indirection to delete-itimer.
7617 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
7618 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
7619 users can only check cache without risk of prompting. Correct bug in
7620 notruncate behavior.
7621 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
7622 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
7623 Add informative docstrings.
7624 (pgg-decrypt): Convey provided passphrase in subordinate call to
7625 pgg-decrypt-region.
7626
7627 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
7628
7629 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
7630 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
7631 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
7632 `passphrase' argument, so the passphrase can be managed externally
7633 and then passed in to the system.
7634
7635 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
7636 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
7637 so the passphrase cache can be used reliably with identifiers
7638 besides a pgp packet's key id.
7639
7640 * pgg-gpg.el (pgg-pgp-encrypt-region)
7641 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
7642 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
7643 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
7644 argument to all these routines, so the passphrase can be managed
7645 externally and passed in to the system.
7646
7647 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
7648 `notruncate' argument, so the passphrase cache can be used
7649 reliably with identifiers besides a pgp packet's key id.
7650
7651 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
7652
7653 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
7654 symmetric encryption.
7655 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
7656 encrypted session key.
7657 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
7658 message ask for the passphrase in a proper way.
7659
7660 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
7661 New user commands for symmetric encryption.
7662
7663 2005-10-28 Bill Wohler <wohler@newt.com>
7664
7665 * help-mode.el (help-url): New button type. Calls browse-url.
7666 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
7667 Similar to Info nodes: URL `url'.
7668 (help-make-xrefs): Create help-url buttons for
7669 help-xref-url-regexp matches.
7670
7671 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
7672
7673 * tool-bar.el (tool-bar-add-item-from-menu)
7674 (tool-bar-local-item-from-menu): Fix doc strings.
7675
7676 2005-10-28 Romain Francoise <romain@orebokech.com>
7677
7678 * ldefs-boot.el: Update.
7679
7680 * subr.el (locate-library): Move from help-fns.el.
7681 * help-fns.el (locate-library): Move to subr.el.
7682
7683 2005-10-28 Richard M. Stallman <rms@gnu.org>
7684
7685 * net/tramp.el (tramp-completion-mode): defvar moved up.
7686
7687 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
7688
7689 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
7690
7691 * files.el (find-file-noselect): Use %d to format large file size.
7692
7693 * bindings.el (mode-line-format): Add %e.
7694
7695 * loadup.el ("facemenu"): Load unconditionally.
7696 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
7697 ("x-dnd"): Load, when appropriate.
7698
7699 * startup.el (command-line): Call before-init-hook earlier.
7700 Warn about some bad characters in -u user name.
7701
7702 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
7703 (flyspell-external-point-words): Error if misspelled word is not found.
7704 Set flyspell-large-region-beg at end of word.
7705
7706 2005-10-28 Andreas Schwab <schwab@suse.de>
7707
7708 * view.el (View-revert-buffer-scroll-page-forward):
7709 Use view-page-size-default.
7710
7711 2005-10-28 Juri Linkov <juri@jurta.org>
7712
7713 * international/quail.el (quail-get-current-str): Translate last
7714 raw character for deterministic input methods.
7715
7716 2005-10-27 Jay Belanger <belanger@truman.edu>
7717
7718 * calc/calc-ext.el: Add functions to autoloads.
7719 (math-identity-matrix-p, math-ident-row-p): New functions.
7720
7721 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
7722 multiplication by an identity matrix; don't turn multiplication by
7723 an inverse matrix into division.
7724 (math-div-symbol-fancy): Replace division by matrices with
7725 multiplication by inverse.
7726
7727 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
7728
7729 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
7730 (calc-writeoutpower): New functions.
7731
7732 2005-10-27 Romain Francoise <romain@orebokech.com>
7733
7734 * replace.el (occur-engine): Include colon in mouse-face highlight.
7735
7736 * dired-x.el: Change Maintainer field.
7737
7738 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
7739
7740 * longlines.el (longlines-mode): Bind after-change-functions to
7741 nil during initial decoding and final encoding.
7742
7743 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
7744
7745 * term.el (term-emulate-terminal, term-handle-colors-array)
7746 (term-handle-ansi-escape): Specify the terminfo capabilities
7747 implemented.
7748
7749 2005-10-26 Richard M. Stallman <rms@gnu.org>
7750
7751 * info.el (Info-fontify-node): Fix detection of sentence-break
7752 before *Note.
7753
7754 2005-10-26 Romain Francoise <romain@orebokech.com>
7755
7756 * smerge-mode.el: Add `tools' to file keywords.
7757
7758 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
7759
7760 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
7761 when the fringe is not available.
7762
7763 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
7764 (def-gdb-auto-update-trigger): Simplify construction.
7765 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
7766 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
7767 defined explicitly.
7768 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
7769 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
7770 defined explicitly.
7771 (gdb-info-locals-custom): Remove as it's a no-op.
7772
7773 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
7774
7775 * longlines.el (longlines-mode): Remove narrowing before
7776 performing the initial decoding or final encoding.
7777
7778 2005-10-25 Romain Francoise <romain@orebokech.com>
7779
7780 * emacs-lisp/find-func.el (find-library-name): Also strip
7781 extension if library name ends in .el, to take advantage of
7782 `find-library-suffixes'.
7783
7784 2005-10-25 Richard M. Stallman <rms@gnu.org>
7785
7786 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
7787
7788 2005-10-25 Juri Linkov <juri@jurta.org>
7789
7790 * textmodes/texinfo.el (texinfo-mode): Change charset of one
7791 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
7792
7793 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
7794
7795 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
7796 (blackbox-redefine-key): Add argument `map'.
7797
7798 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
7799 regions when moving the jit-lock-context-unfontify-pos boundary.
7800
7801 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
7802
7803 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
7804
7805 2005-10-25 Masatake YAMATO <jet@gyve.org>
7806
7807 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
7808
7809 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
7810
7811 * play/blackbox.el (blackbox-redefine-key): New function.
7812 (blackbox-mode-map): Use it to remap existing bindings for cursor
7813 motion instead of binding literal keys.
7814
7815 2005-10-25 Glenn Morris <rgm@gnu.org>
7816
7817 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
7818 diary does not end in a newline. Do not assume a blank line at
7819 the start of the diary file.
7820
7821 2005-10-25 Kenichi Handa <handa@m17n.org>
7822
7823 * international/quail.el (quail-translate-key): If the input
7824 method is deterministic and failed to handle the last key, restart
7825 the key handling loop from an appropriate key.
7826
7827 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
7828
7829 * vc.el (vc-dired-mode): Extend comment for binding of
7830 `directory-listing-before-filename-regexp'.
7831
7832 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
7833
7834 * textmodes/texinfo.el (texinfo-mode):
7835 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
7836 not to unnecessarily expose emacs-mule's internal char codes.
7837
7838 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
7839
7840 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
7841 Display hand pointer and help-echo on disabled icon too.
7842 (gdb-mouse-until): New function.
7843 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
7844
7845 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
7846
7847 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
7848 with 2005-10-23 change to doctor.el.
7849
7850 * finder.el (finder-mode-map): Add follow-link binding.
7851
7852 2005-10-25 Kim F. Storm <storm@cua.dk>
7853
7854 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
7855 to gdb-mouse-toggle-breakpoint-fringe.
7856 (gdb-mouse-toggle-breakpoint-margin): Rename from
7857 gdb-mouse-toggle-breakpoint. Fix doc.
7858 (gdb-mouse-toggle-breakpoint-fringe): New defun.
7859 (gdb-put-string): Add optional SPROPS arg. Add props to string.
7860 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
7861 string properties also for fringe breakpoint bitmaps.
7862
7863 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
7864
7865 * textmodes/org.el (org-start-icalendar-file): Fix format form.
7866
7867 2005-10-25 Masatake YAMATO <jet@gyve.org>
7868
7869 * simple.el (completion-common-substring):
7870 Use `completion-common-substring' prior to `completion-base-size'.
7871
7872 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
7873
7874 * savehist.el: Require CL while compiling.
7875 (savehist-history-variables): Remove.
7876 (savehist-save-minibuffer-history, savehist-additional-variables)
7877 (savehist-minibuffer-history-variables): New vars.
7878 (savehist-save): Use them.
7879 (savehist-uninstall, savehist-minibuffer-hook): New funs.
7880 (savehist-install): New fun, extracted from savehist-load.
7881 (savehist-load): Use them.
7882
7883 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
7884
7885 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
7886 a dummy doc-string-elt property.
7887 (defalias, defvaralias, define-category): Add a docstring property.
7888
7889 * image.el (defimage):
7890 * widget.el (define-widget):
7891 * custom.el (defface, defcustom): Add `doc-string' declaration.
7892
7893 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
7894 (defadvice): Add `doc-string' declaration.
7895
7896 * emacs-lisp/byte-run.el (macro-declaration-function):
7897 Handle `doc-string' declarations.
7898 (define-obsolete-function-alias, define-obsolete-variable-alias):
7899 Add `doc-string' declaration.
7900
7901 2005-10-24 Kenichi Handa <handa@m17n.org>
7902
7903 * international/utf-7.el (utf-7): Add autoload cookie.
7904
7905 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
7906
7907 2005-10-24 Eli Zaretskii <eliz@gnu.org>
7908
7909 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
7910 list of directories passed to batch-update-autoloads. Add "." to
7911 the list of the echoed directories.
7912
7913 * pgg-def.el:
7914 * pgg-gpg.el:
7915 * pgg-parse.el:
7916 * pgg-pgp.el:
7917 * pgg-pgp5.el:
7918 * pgg.el: Moved here from the gnus subdirectory.
7919
7920 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
7921
7922 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
7923 in case comint-prompt-read-only is set to t.
7924
7925 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
7926 in case comint-prompt-read-only is set to t.
7927
7928 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
7929
7930 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
7931 Now a string.
7932 (icalendar-import-format): Handle CLASS, STATUS, URL.
7933 Rename `subject' to `summary'.
7934 (icalendar-import-format-summary): Rename from
7935 `icalendar-import-format-subject'.
7936 (icalendar-import-format-url, icalendar-import-format-status)
7937 (icalendar-import-format-class): New variables.
7938 (icalendar--rris): Take variable argument list.
7939 (icalendar--datestring-to-isodate): Remove unnecessary
7940 calendar-style check when converting dates with explicit month names.
7941 (icalendar-export-region): Change return type of conversion
7942 subroutines. Bury current buffer unless error occurred.
7943 (icalendar--convert-to-ical)
7944 (icalendar--parse-summary-and-rest): New functions.
7945 (icalendar--convert-ordinary-to-ical)
7946 (icalendar--convert-weekly-to-ical)
7947 (icalendar--convert-yearly-to-ical)
7948 (icalendar--convert-block-to-ical)
7949 (icalendar--convert-cyclic-to-ical)
7950 (icalendar--convert-anniversary-to-ical): Change return type.
7951 Strip trailing blanks from subject.
7952 (icalendar--convert-sexp-to-ical): Change return type.
7953 Strip trailing blanks from subject. Handle simple sexp
7954 entries as generated by icalendar.el.
7955 (icalendar--convert-float-to-ical)
7956 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
7957 (icalendar-import-file): Doc fix.
7958 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
7959 Correct call to icalendar--rris.
7960 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
7961 `summary'.
7962 (icalendar--add-diary-entry): Rename `subject' to `summary'.
7963
7964 2005-10-24 Romain Francoise <romain@orebokech.com>
7965
7966 * server.el (server-sentinel): Set query-on-exit flag to nil on
7967 new client processes (it isn't inherited from the server process).
7968
7969 * replace.el (occur-engine): Rearrange text properties.
7970
7971 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
7972
7973 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
7974 case-fold-search is nil.
7975 (debug-help-follow): Use help-xref-interned directly.
7976
7977 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
7978
7979 * thumbs.el (thumbs-image-type): Add .pbm.
7980
7981 2005-10-23 Richard M. Stallman <rms@gnu.org>
7982
7983 * faces.el (inhibit-face-set-after-frame-default): New variable.
7984 (set-face-attribute): Bind it.
7985 (face-set-after-frame-default): Test it.
7986
7987 * help-fns.el (describe-simplify-lib-file-name): New function.
7988 (describe-function-1, describe-variable): Use it.
7989
7990 * faces.el (describe-face): Use describe-simplify-lib-file-name.
7991
7992 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
7993 Eliminate nil as possible value.
7994 (tooltip-hide-delay): Reduce internal-border-width.
7995
7996 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
7997 (menu-bar-file-menu) <new-file>: Likewise.
7998
7999 * simple.el (line-move-finish): Ignore fields computing LINE-END.
8000
8001 * international/mule.el (load-with-code-conversion):
8002 Pass full file name to `eval-buffer' unless preloading.
8003
8004 * textmodes/flyspell.el (flyspell-large-region):
8005 Call ispell-check-version.
8006
8007 * textmodes/ispell.el (ispell-local-dictionary-overridden):
8008 Fix the make-variable-buffer-local call that was supposed
8009 to be for this variable.
8010 (ispell-aspell-supports-utf8): Doc fix.
8011 (ispell-find-aspell-dictionaries): Preserve elements of
8012 ispell-dictionary-alist for dictionaries that aspell doesn't report.
8013 (ispell-aspell-find-dictionary): Return nil on error.
8014
8015 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
8016 (doctor-symptoms): Likewise.
8017
8018 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
8019
8020 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
8021
8022 * cus-edit.el (custom-button, custom-button-pressed): New vars.
8023 (custom-raised-buttons): Add :set spec.
8024 (custom-button-unraised, custom-button-pressed-unraised):
8025 New faces, so that custom-raised-buttons actually does something.
8026 (custom-mode): Use custom-button and custom-button-pressed.
8027
8028 * wid-edit.el (widget-specify-button): Don't ignore
8029 widget-mouse-face on graphic terminals.
8030 (widget-move-and-invoke): Cleanup.
8031
8032 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
8033
8034 * whitespace.el (whitespace-cleanup): Doc fix.
8035
8036 2005-10-23 Romain Francoise <romain@orebokech.com>
8037
8038 * emulation/viper.el (viper-set-hooks): Quote forms passed to
8039 `eval-after-load' to avoid evaluating their result.
8040
8041 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
8042
8043 * files.el (directory-listing-before-filename-regexp):
8044 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
8045
8046 * dired.el (dired-move-to-filename-regexp): Remove.
8047 All occurences replaced by `directory-listing-before-filename-regexp'.
8048
8049 * dired-x.el, locate.el, vc.el:
8050 Replace `dired-move-to-filename-regexp' by
8051 `directory-listing-before-filename-regexp'. In vc.el it is
8052 overwritten locally; maybe this can be handled in files.el too.
8053
8054 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
8055 replaced by `directory-listing-before-filename-regexp'.
8056
8057 2005-10-23 Andreas Schwab <schwab@suse.de>
8058
8059 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
8060 and eval-next-after-load.
8061
8062 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
8063
8064 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
8065 exist, create it.
8066
8067 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
8068
8069 * allout.el: Remove autoloads for mailcrypt and crypt++.
8070 Require pgg, pgg-gpg during compilation.
8071 (allout-version): Increment version number to 2.1, and use a literal
8072 rather than RCS Id.
8073 (allout-default-encryption-scheme): Remove.
8074 (allout-passphrase-verifier-handling)
8075 (allout-passphrase-verifier-string)
8076 (allout-file-passphrase-verifier-string)
8077 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
8078 (allout-passphrase-hint-handling): Rename and simplify.
8079 (allout-init): Use `find-file-hook' if available, otherwise
8080 `find-file-hooks'.
8081 (allout-mode): Use `write-file-functions' if available, otherwise
8082 `local-write-file-hooks' and, instead of making auto-save-hook
8083 buffer local, make the write-file-hook activity contingent to
8084 allout-mode.
8085 (allout-mode): Use key-binding substitution in the docstring.
8086 (allout-kill-line): Spell-out kill ring data structure mutation
8087 instead of using byte-compiler-complaint-provoking `pop'.
8088 (allout-insert-listified): Use `insert' rather than `insert-string'
8089 (allout-toggle-current-subtree-encryption): Update docstring, adjust
8090 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
8091 (allout-encrypt-string): Totally revamped vis new underlying
8092 encryption facilities.
8093 (allout-mc-activate-passwd): Remove.
8094 (allout-obtain-passphrase): New, more or less replaces
8095 allout-mc-activate-passwd.
8096 (allout-encrypted-key-info): More or less replaces
8097 allout-encrypted-text-type.
8098 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
8099 (my-mark-marker): Use `(featurep 'xemacs)'.
8100
8101 2005-10-23 Lars Hansen <larsh@soem.dk>
8102
8103 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
8104 (byte-compile-file-form-defmumble, byte-compile-defun)
8105 (byte-compile-defmacro): Use it.
8106 (byte-compile-form): Don't call byte-compile-set-symbol-position
8107 when a byte-compile handler is called.
8108
8109 2005-10-22 Romain Francoise <romain@orebokech.com>
8110
8111 * savehist.el (savehist-history-variables): Add `grep-find-history'.
8112
8113 * subr.el (eval-after-load): Convert library name to an absolute
8114 file name using locate-library, since load-history no longer has
8115 library names in it.
8116
8117 2005-10-22 Richard M. Stallman <rms@gnu.org>
8118
8119 * files.el (make-temp-file): Move from subr.el.
8120 * subr.el (make-temp-file): Move to files.el.
8121
8122 * window.el (get-buffer-window-list): Move from subr.el.
8123 * subr.el (get-buffer-window-list): Move to window.el.
8124
8125 * image.el (image-load-path): Use eval-at-startup to initialize.
8126
8127 * subr.el (eval-at-startup): New macro.
8128
8129 * subr.el: Much rearrangement of functions and division
8130 into pages. No code changes.
8131
8132 2005-10-22 Kenichi Handa <handa@m17n.org>
8133
8134 * tar-mode.el (tar-extract): Be sure to call
8135 find-operation-coding-system if set-auto-coding doesn't find a
8136 coding system.
8137
8138 2005-10-22 Kim F. Storm <storm@cua.dk>
8139
8140 * image.el (image-type-header-regexps): Rename from image-type-regexps.
8141 Change users.
8142 (image-type-file-name-regexps): New defconst.
8143 (image-type-from-data): Simplify loop.
8144 (image-type-from-buffer): New defun.
8145 (image-type-from-file-header): Use it instead of image-type-from-data.
8146 Use image-search-load-path instead of only looking in data-directory.
8147 (image-type-from-file-name): New defun.
8148 (image-search-load-path): Change `pathname' to `filename'.
8149 Make PATH arg optional, default to image-load-path.
8150
8151 2005-10-21 Richard M. Stallman <rms@gnu.org>
8152
8153 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
8154
8155 * textmodes/paragraphs.el (sentence-end-base): New variable.
8156 (sentence-end): Use sentence-end-base.
8157
8158 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
8159
8160 * font-lock.el (font-lock-default-fontify-region): Check the multiline
8161 property independently from the font-lock-multiline variable.
8162
8163 2005-10-21 Richard M. Stallman <rms@gnu.org>
8164
8165 * emacs-lisp/find-func.el (find-library-name): Doc fix.
8166
8167 * startup.el (command-line): Convert library names
8168 in `load-history' to absolute file names.
8169
8170 * subr.el (symbol-file): Doc fix.
8171
8172 * loadhist.el (file-loadhist-lookup): Call locate-library
8173 instead of find-library-name. Don't try converting
8174 abs file names to library names, since load-history no longer
8175 has library names in it.
8176 (file-dependents, file-provides, file-requires): Doc fixes.
8177
8178 2005-10-21 Juri Linkov <juri@jurta.org>
8179
8180 * progmodes/etags.el (tags-table-mode): New function.
8181 (tags-verify-table): Replace initialize-new-tags-table with
8182 tags-table-mode.
8183
8184 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
8185 default value.
8186 (desktop-modes-not-to-save): Add tags-table-mode to the
8187 default value.
8188
8189 * info.el (Info-index-next): Add total number of index
8190 alternatives to the message.
8191
8192 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
8193 backward only space (instead of space and period) before looking
8194 at sentence end.
8195
8196 * simple.el (set-variable): Use user-variable-p instead of symbolp.
8197 Add the old variable value as 4th default-value arg of read-string.
8198
8199 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8200
8201 * cus-face.el (custom-declare-face): Make face from X resources
8202 also on Mac.
8203
8204 * disp-table.el (standard-display-g1, standard-display-graphic):
8205 Refuse to use string glyphs also on Mac.
8206 (standard-display-european): Don't set terminal coding system also
8207 on Mac.
8208
8209 * frame.el (display-screens): Use x-display-screens also on Mac.
8210
8211 2005-10-21 Romain Francoise <romain@orebokech.com>
8212
8213 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
8214
8215 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
8216
8217 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
8218 and $? into sexps.
8219
8220 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
8221 warning face on open-paren-in-column-0.
8222
8223 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
8224 boundary case. Fix typo.
8225 Suggested by Martin Rudalics <rudalics@gmx.at>.
8226
8227 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
8228
8229 * textmodes/org.el (org-combined-agenda-icalendar-file)
8230 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
8231 (org-export-icalendar-this-file)
8232 (org-export-icalendar-all-agenda-files)
8233 (org-export-icalendar-combine-agenda-files): New commands.
8234 (org-export-icalendar, org-print-icalendar-entries)
8235 (org-start-icalendar-file, org-finish-icalendar-file)
8236 (org-ical-ts-to-string): New functions.
8237 (org-read-date, org-goto-calendar)
8238 (org-agenda-goto-calendar): Inhibit displaying diary entries by
8239 call to `calendar'.
8240 (orgtbl-setup): Remove the :keys arguments from the menu description.
8241 (org-after-save-iCalendar-file-hook): New variable.
8242
8243 2005-10-21 Kenichi Handa <handa@m17n.org>
8244
8245 * language/vietnamese.el (tcvn-5712): Make it an alias of
8246 vietnamese-tcvn coding-system.
8247
8248 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
8249
8250 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
8251 group id is given.
8252
8253 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
8254
8255 * progmodes/sh-script.el (sh-escaped-line-re): New var.
8256 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
8257 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
8258 whose line is either continued or ends with a comment.
8259
8260 2005-10-20 Romain Francoise <romain@orebokech.com>
8261
8262 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
8263
8264 * replace.el (occur-engine): Add follow-link property.
8265
8266 * font-core.el (font-lock-mode): Doc fix.
8267
8268 2005-10-20 Richard M. Stallman <rms@gnu.org>
8269
8270 * net/rcirc.el: New file.
8271
8272 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
8273
8274 * term.el (term-term-name): Initialize to "eterm-color".
8275
8276 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
8277
8278 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
8279 for encryption functionality.
8280 Move allout customization subgroup from `editing' to `outlines' group.
8281 Fix commentary keywords to legitimate ones.
8282 Update author info (using my current email address, obscurified).
8283 (allout-encrypt-string, allout-encryption-produce-work-buffer)
8284 (allout-encrypted-topic-p, allout-encrypted-text-type)
8285 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
8286 (allout-situate-encryption-key-verifier)
8287 (allout-get-encryption-key-verifier, allout-verify-key)
8288 (allout-next-topic-pending-encryption)
8289 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
8290 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
8291 (outline-key-verifier-handling, outline-key-hint-handling)
8292 (outline-encrypt-unencrypted-on-saves): New defcustoms.
8293 (allout-file-key-verifier-string, allout-encryption-scheme)
8294 (allout-key-verifier-string, allout-key-hint-string)
8295 (allout-after-save-decrypt): New variables.
8296 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
8297 (allout-after-saves-handler): New hook functions.
8298 (allout-post-command-business): Do allout-after-save-decrypt.
8299 (allout-enable-file-variable-adjustment): Custom var to enable
8300 mechanism for adding and adjusting settings of Emacs file variables.
8301 (allout-adjust-file-variable, allout-file-vars-section-data):
8302 New functions, implement the mechanism.
8303 (outlineify-sticky): Use the file vars mechanism.
8304 (allout-inhibit-protection, allout-during-write-cue)
8305 (allout-override-protect, allout-before-change-protect): Remove.
8306 (allout-flag-region, allout-open-topic): Adjust read-only text.
8307 (allout-open-line-not-read-only): Add to facilitate read-only
8308 text based protection.
8309 (allout-kill-line): Revise to adjust read-only text, clue the
8310 user about the inhibition.
8311 (allout-unprotected): Use unwind-protect.
8312 (allout-shift-in, allout-shift-out): Disallow manually shifting a
8313 topic deeper than the offspring depth of the previous topic -
8314 avoiding confusing "containment discontinuities".
8315 (allout-reindent-bodies): Fix retention of body relative hanging
8316 indent during promotion of collapsed bodies.
8317 (allout-open-topic): Make it easy to open new topic with same
8318 bullet as current topic - topic creation functions provided with
8319 any universal argument provokes now prompt for bullet, defaulting
8320 to the bullet of the previous topic.
8321 (allout-plain-bullets-string, allout-distinctive-bullets-string):
8322 Plain bullet alternates `.' period and `,' comma only. All other
8323 bullets are relegated to special status (but customizable).
8324 (allout-end-of-entry): Rename from allout-end-of-current-entry
8325 since it actually operates w.r.t. most immediately containing
8326 entry, visible or not.
8327 (allout-hide-current-entry, allout-show-current-entry): Use the
8328 revised version.
8329 (allout-old-expose-topic): Solidify deprecation.
8330 (allout-end-of-subtree): Add so we can span concealed as well
8331 as visible topics.
8332 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
8333 (allout-end-of-current-heading): Tweak to just respect the first line.
8334 (allout-get-body-text): Add.
8335 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
8336 when invoked interactively.
8337 (allout-up-current-level): Use `interactive-p'.
8338 (allout-mode, allout-init): Miscellaneous docstring and
8339 operational refinements, as well as hookups of new encryption stuff.
8340 (allout-beginning-of-current-entry): Now works as advertised.
8341 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
8342 (allout-isearch-rectification): Refine condition for isearching.
8343 (allout-isearch-abort, allout-enwrap-isearch)
8344 (allout-flag-region, my-region-active-p): Relocate some macros.
8345 (allout-title): Fallback title is (buffer-name), not
8346 non-existing (current-buffer-name).
8347 (subst-char-in-string): Define if absent (for some XEmacs versions).
8348
8349 2005-10-20 Jari Aalto <jari.aalto@cante.net>
8350
8351 * mail/sendmail.el (mail-setup-hook, mail-aliases)
8352 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
8353 (mail-citation-prefix-regexp, mail-signature-file)
8354 (mail-default-headers, mail-bury-selects-summary)
8355 (mail-send-nonascii): Add autoload cookies.
8356
8357 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
8358
8359 * frame.el (blink-cursor-mode): Add `mac' to the list of
8360 window-system's that support blinking cursor.
8361
8362 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
8363
8364 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
8365
8366 2005-10-20 Eli Zaretskii <eliz@gnu.org>
8367
8368 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
8369 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
8370 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
8371
8372 2005-10-20 Kim F. Storm <storm@cua.dk>
8373
8374 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
8375 (ido-set-current-directory): Don't add / after final @.
8376 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
8377 Explicitly handle ange-ftp completion oddities.
8378 (ido-make-file-list): Don't rotate list at tramp root to avoid
8379 triggering tramp file handler for expand-file-name via get-file-buffer.
8380
8381 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
8382
8383 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
8384
8385 2005-10-19 Jay Belanger <belanger@truman.edu>
8386
8387 * calc/calc-units.el (math-standard-units): Add units, adjust
8388 symbols and update values.
8389 (math-unit-prefixes): Add more prefixes.
8390
8391 2005-10-19 Romain Francoise <romain@orebokech.com>
8392
8393 * bookmark.el (bookmark-menu-heading): New face.
8394 (bookmark-bmenu-list): Use it.
8395 Don't fiddle with `baud-rate' at top-level.
8396
8397 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
8398
8399 * image.el (create-image, find-image): Mention max-image-size in
8400 docstring.
8401
8402 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
8403
8404 * savehist.el (savehist-load): Revert to checking XEmacs.
8405
8406 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
8407 Various docstring and line-width fixups.
8408 (conf-mode): Use cond.
8409 Set font-lock-defaults. Don't set comment-use-syntax.
8410
8411 2005-10-18 David Ponce <david@dponce.com>
8412
8413 * tree-widget.el (tree-widget-button-click): New function.
8414 (tree-widget-button-keymap): Use it.
8415
8416 2005-10-18 Romain Francoise <romain@orebokech.com>
8417
8418 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
8419 (bookmark-bmenu-hide-filenames): Add follow-link property.
8420 Improve help-echo text.
8421
8422 * ffap.el (find-file-at-point): Doc fix.
8423
8424 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8425
8426 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
8427
8428 2005-10-18 Masatake YAMATO <jet@gyve.org>
8429
8430 Install to the CVS repository what I forgot to install in my
8431 2005-10-16 changes.
8432
8433 * progmodes/python.el (python-complete-symbol): Pass the common
8434 prefix substring of completion to `display-completion-list'.
8435
8436 * textmodes/org.el (org-complete): Ditto.
8437
8438 2005-10-18 Masatake YAMATO <jet@gyve.org>
8439
8440 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
8441
8442 * woman.el (WoMan-xref-man-page): New button type derived
8443 from `Man-abstract-xref-man-page'.
8444 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
8445
8446 * man.el (Man-abstract-xref-man-page): New button type.
8447 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
8448 (Man-highlight-references): Add new optional argument `xref-man-type'.
8449
8450 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
8451
8452 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
8453
8454 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
8455
8456 * cus-edit.el (Custom-move-and-invoke): Delete.
8457 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
8458
8459 * wid-edit.el (widget-move-and-invoke): New function, from
8460 Custom-move-and-invoke.
8461
8462 2005-10-17 Bill Wohler <wohler@newt.com>
8463
8464 Move all remaining images from lisp/toolbar to etc/images, move
8465 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
8466 the low resolution images in their own directory (low-color).
8467
8468 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
8469 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
8470 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
8471 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
8472 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
8473 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
8474 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
8475
8476 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
8477 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
8478 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
8479 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
8480 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
8481 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
8482 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
8483 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
8484 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
8485 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
8486 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
8487 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
8488 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
8489 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
8490 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
8491
8492 To conform with convention, replace the underscore (_) in the
8493 following image names with dash (-) or (/) as appropriate.
8494
8495 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
8496 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
8497 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
8498 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
8499 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
8500 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
8501 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
8502 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
8503 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
8504 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
8505 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
8506 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
8507 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
8508 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
8509 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
8510
8511 * info.el (info-tool-bar-map): Replace underscores in image names
8512 with dashes.
8513
8514 * makefile.w32-in (WINS): Remove toolbar.
8515
8516 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
8517
8518 * tool-bar.el: Move to lisp from toolbar. Now that
8519 toolbar is empty, it should be deleted when folks run "cvs up -P".
8520
8521 2005-10-18 Jay Belanger <belanger@truman.edu>
8522
8523 * calc/calc-store.el (calc-store-into): Get the proper variable name
8524 to display in message.
8525
8526 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
8527
8528 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
8529 expressions display in speedbar for all buffers when debugging.
8530 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
8531
8532 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
8533 (speedbar-insert-button, speedbar-make-button):
8534 Use add-text-properties.
8535 (speedbar-update-localized-contents)
8536 (speedbar-update-directory-contents)
8537 (speedbar-update-special-contents): Use dolist.
8538 (speedbar-buffer-easymenu-definition): Add a menu separator.
8539
8540 2005-10-17 Jason Rumney <jasonr@gnu.org>
8541
8542 * makefile.w32-in: Use $(lisp) consistently.
8543 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
8544 for shell specific generation of mh-autoloads.
8545
8546 2005-10-17 Richard M. Stallman <rms@gnu.org>
8547
8548 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
8549
8550 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
8551
8552 * jit-lock.el (jit-lock-fontify-now):
8553 Move jit-lock-context-unfontify-pos to avoid wasted work.
8554
8555 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
8556
8557 * net/tramp.el (tramp-completion-mode): New defvar. Used in
8558 `tramp-completion-mode' for checking if we are in completion mode.
8559 (tramp-completion-handle-file-name-all-completions): Reorder code
8560 in order to complete for file names only in case there are no
8561 method/user/host completions. This is necessary for cooperation
8562 with ido. Reported by Kim F. Storm <storm@cua.dk>.
8563
8564 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
8565
8566 * longlines.el (longlines-search-forward)
8567 (longlines-search-backward): Match any number of spaces.
8568
8569 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
8570
8571 * diff-mode.el (diff-mode): Doc fix.
8572
8573 2005-10-16 David Reitter <david.reitter@gmail.com>
8574
8575 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
8576 as default on darwin and windows systems.
8577
8578 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
8579
8580 * arc-mode.el (archive-zip-extract): Doc fix.
8581
8582 2005-10-16 Romain Francoise <romain@orebokech.com>
8583
8584 * mouse.el (mouse-1-click-follows-link): Doc fix.
8585
8586 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
8587
8588 * savehist.el: Don't require CL at runtime.
8589 (savehist-xemacs): Remove.
8590 (savehist-coding-system): Use utf-8 if present, regardless of religion.
8591 (savehist-no-conversion): Use (featurep 'xemacs).
8592 (savehist-load): Check existence of start-itimer rather than XEmacs.
8593 Use an idle timer.
8594 (savehist-process-for-saving): Replace use of CL funs `subseq' and
8595 `delete-if-not'.
8596
8597 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
8598
8599 * savehist.el: Newer version.
8600 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
8601 (savehist-last-checksum, savehist-no-conversion): New vars.
8602 (savehist-autosave, savehist-process-for-saving, savehist-printable):
8603 New functions.
8604 (savehist-load, savehist-save): Use them.
8605 (savehist-delimit): Remove.
8606
8607 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
8608
8609 * progmodes/compile.el (compilation-goto-locus): Display the
8610 compilation buffer first and the source buffer second, in case they're
8611 in overlapping frames. Don't raise the compilation frame if it was the
8612 selected window upon entry. Pass the `other-window' arg to
8613 pop-to-buffer.
8614
8615 * info.el (Info-fontify-node): Use dolist.
8616 Change add-text-properties to put-text-property.
8617
8618 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8619
8620 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
8621 bound of search.
8622
8623 2005-10-16 Masatake YAMATO <jet@gyve.org>
8624
8625 * dabbrev.el (dabbrev-completion): Pass the common
8626 prefix substring of completion to `display-completion-list'.
8627
8628 * filecache.el (file-cache-minibuffer-complete)
8629 (file-cache-complete): Ditto.
8630
8631 * tempo.el (tempo-display-completions): Ditto.
8632
8633 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
8634
8635 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
8636
8637 * eshell/em-hist.el (eshell-list-history): Ditto.
8638
8639 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
8640
8641 * mail/mailalias.el (mail-complete): Ditto.
8642
8643 * progmodes/etags.el (complete-tag): Ditto.
8644
8645 * progmodes/make-mode.el (makefile-complete): Ditto.
8646
8647 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
8648
8649 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
8650
8651 * progmodes/pascal.el (pascal-complete-word)
8652 (pascal-show-completions): Ditto.
8653
8654 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
8655
8656 * simple.el (completion-common-substring): New variable.
8657 (completion-setup-function): Use `completion-common-substring'
8658 to put faces.
8659
8660 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8661
8662 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
8663 (x-get-selection, mac-select-convert-to-string): Convert from/to
8664 UTF-16 clipboard data as in native byte order, no BOM.
8665
8666 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
8667
8668 * progmodes/gud.el (gud-tool-bar-map): Rename the images
8669 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
8670 (gud-sentinel): Use speedbar-frame to check for speedbar.
8671
8672 2005-10-15 Richard M. Stallman <rms@gnu.org>
8673
8674 * savehist.el: New file.
8675
8676 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
8677
8678 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
8679 Fix bug in \bf fontification.
8680
8681 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
8682
8683 * pcvs.el (cvs-edit-log-files): New var.
8684 (cvs-mode-edit-log): New arg `file'.
8685 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
8686 Instead force the use of the original file and nothing else.
8687 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
8688 the cvs-minor-wrap-function is set.
8689 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
8690
8691 2005-10-14 Bill Wohler <wohler@newt.com>
8692
8693 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
8694 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
8695 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
8696 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
8697 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
8698 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
8699 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
8700 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
8701 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
8702 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
8703 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
8704 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
8705 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
8706 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
8707 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
8708
8709 * progmodes/gud.el (gud-tool-bar-map): Rename the images
8710 appropriately (for example, gud-break to gud/break).
8711
8712 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
8713
8714 * longlines.el (longlinges-search-function)
8715 (longlines-search-forward, longlines-search-backward): New functions.
8716 (longlines-mode): Set isearch-search-fun-function to
8717 longlinges-search-function.
8718
8719 * mouse.el (mouse-drag-region-1): Handle the case where a
8720 double-click event is bound to an arbitrary function.
8721
8722 2005-10-14 David Ponce <david@dponce.com>
8723
8724 * recentf.el (recentf-track-opened-file)
8725 (recentf-track-closed-file, recentf-update-menu)
8726 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
8727 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
8728 mouse-1-click-follows-link.
8729
8730 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8731
8732 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
8733 Gnome file-manager.png. Suggested by
8734 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
8735
8736 * toolbar/README: Add diropen.xpm.
8737
8738 2005-10-13 Bill Wohler <wohler@newt.com>
8739
8740 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
8741 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
8742
8743 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
8744
8745 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
8746 Don't waste the byte-compiler's time on constant data.
8747
8748 2005-10-13 Kenichi Handa <handa@m17n.org>
8749
8750 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
8751 byte with `escape-glyph' face.
8752
8753 * international/fontset.el (ccl-encode-unicode-font):
8754 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
8755 Handle the case that ucs-mule-to-mule-unicode translates a character to
8756 ASCII (usually for IPA characters).
8757
8758 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
8759
8760 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
8761 Don't hide the underline of titles if font-lock-mode is disabled.
8762
8763 2005-10-12 Bill Wohler <wohler@newt.com>
8764
8765 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
8766 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
8767 files in MH-E-SRC have been updated.
8768 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
8769
8770 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
8771
8772 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
8773 (mixal-mode-syntax-table): Add \n as end-comment.
8774 (mixal-operation-codes-alist): Immediately initialize to full value.
8775 (mixal-add-operation-code): Remove.
8776 (mixal-describe-operation-code): Make the arg non-optional.
8777 Use the interactive spec instead.
8778 Use mixal-operation-codes-alist rather than mixal-operation-codes.
8779 (mixal-font-lock-keywords): Don't highlight comments here any more.
8780 (mixal-font-lock-syntactic-keywords): New var.
8781 (mixal-mode): Use it. Fix comment-start-skip.
8782
8783 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8784
8785 * startup.el (command-line-x-option-alist): -nb => -nbi
8786
8787 2005-10-12 Kim F. Storm <storm@cua.dk>
8788
8789 * startup.el (fancy-splash-default-action): Discard mouse click in
8790 the splash screen window, as it has no sensible meaning in the
8791 next window to be selected. Fixes error reported by Jan D.
8792
8793 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
8794
8795 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
8796
8797 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
8798
8799 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
8800 Try to fix up minor layout issues like indentation, line break, etc...
8801 (mixal-mode-syntax-table): Don't try to specify comment syntax,
8802 because it doesn't work.
8803 (mixal-operation-codes): Add some more codes.
8804 (mixal-font-lock-keywords): Process comments here.
8805 (mixal-mode): mixasm no longer needs -g option.
8806
8807 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
8808
8809 * progmodes/sh-script.el (sh-tmp-file):
8810 Use mktemp -t. Finish support for es and rc shells.
8811
8812 2005-10-11 Jay Belanger <belanger@truman.edu>
8813
8814 * calc/calcalg2.el (calc-integral): With an argument, compute the
8815 definite integral.
8816
8817 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
8818
8819 * mouse.el (mouse-drag-region-1): Don't try to catch a
8820 double-click when doing follow-link (it's overridden anyway).
8821
8822 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
8823
8824 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
8825 (autoload-print-form-outbuf): Add docstring.
8826
8827 2005-10-11 Juri Linkov <juri@jurta.org>
8828
8829 * info.el (Info-mode-menu): Delete menu item "Edit".
8830 (Info-mode): Delete description of Info-edit from docstring,
8831 and rearrange descriptions of Info commands in the order
8832 they are documented in the Info manual.
8833
8834 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
8835
8836 * calendar/appt.el (appt-check): Use diary-selective-display var.
8837
8838 2005-10-10 Richard M. Stallman <rms@gnu.org>
8839
8840 * net/newsticker.el (newsticker-start, newsticker-show-news):
8841 Add autoload cookies.
8842
8843 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
8844
8845 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
8846
8847 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
8848
8849 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
8850
8851 2005-10-10 Jay Belanger <belanger@truman.edu>
8852
8853 * calc/calc-arith.el (math-check-known-scalarp)
8854 (math-check-known-matrixp): Check the values of arguments that are
8855 variables.
8856 (math-check-known-square-matrixp): New function.
8857 (math-known-square-matrixp): Use math-check-known-square-matrixp.
8858 (math-super-types): Add sqmatrix type.
8859
8860 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
8861 mode name `square' to `sqmatrix'.
8862
8863 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
8864 mode name `square' to `sqmatrix'.
8865
8866 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
8867
8868 * progmodes/etags.el (select-tags-table-mode): Don't use
8869 selective-display.
8870 (tags-select-tags-table): Pass `button' to the action function.
8871 (select-tags-table): Place the side-info on button properties rather
8872 than in hidden text. Abbreviate file names.
8873 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
8874 (select-tags-table-select): Add `button' argument.
8875 Get side-info from the button property rather than from hidden text.
8876
8877 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
8878
8879 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
8880 (gud-speedbar-buttons): Preserve point if possible.
8881 (gud-sentinel): Restore previous speedbar display type.
8882
8883 * progmodes/gdb-ui.el (gdba): Improve diagram.
8884 (def-gdb-auto-update-handler, gdb-info-locals-handler)
8885 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
8886 Call get-buffer-window once.
8887
8888 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
8889
8890 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
8891 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
8892 (pascal-indent-command): Remove unused var `ind'.
8893 (pascal-indent-case): Remove unused var `oldpos'.
8894 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
8895 since it's now used as a proper minor mode map.
8896 (pascal-outline): Rename to pascal-outline-mode.
8897 (pascal-outline-mode): Use define-minor-mode.
8898 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
8899 selective-display.
8900
8901 2005-10-10 Andreas Schwab <schwab@suse.de>
8902
8903 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
8904 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
8905
8906 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
8907 outside source directory.
8908
8909 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
8910
8911 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
8912 C-x' as a prefix.
8913 (orgtbl-mode-map): Full keymap instead of sparse, because all
8914 `self-insert-command' keys are redefined in this map.
8915 (org-export-as-html): Specify charset for HTML file, by taking it
8916 from the coding system.
8917
8918 2005-10-10 Kenichi Handa <handa@m17n.org>
8919
8920 * textmodes/flyspell.el (flyspell-check-word-p):
8921 If unread-command-events is non-empty, don't call sit-for.
8922
8923 2005-10-09 Richard M. Stallman <rms@gnu.org>
8924
8925 * font-lock.el (font-lock-syntactic-keywords)
8926 (font-lock-keywords): Doc fixes.
8927
8928 * textmodes/flyspell.el (flyspell-external-point-words):
8929 Simplify logic, and don't try to check for consecutive appearances
8930 of one incorrect word.
8931
8932 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
8933
8934 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
8935 separator.
8936
8937 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
8938 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
8939 (gud-expansion-speedbar-buttons): New function.
8940 (gud-speedbar-buttons): Check for gud-comint-buffer.
8941
8942 2005-10-09 Bill Wohler <wohler@newt.com>
8943
8944 * Makefile.in (updates): Add mh-loaddefs dependency.
8945
8946 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
8947
8948 * speedbar.el (speedbar-file-key-map): Fix typo.
8949
8950 2005-10-09 Daniel Brockman <daniel@brockman.se>
8951
8952 * cus-start.el (line-spacing): Add custom spec.
8953
8954 2005-10-09 Romain Francoise <romain@orebokech.com>
8955
8956 * textmodes/ispell.el (ispell-check-version): Fix last change.
8957
8958 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8959
8960 * term/x-win.el: Remove -i, --icon-type from comment.
8961
8962 * startup.el (command-line-x-option-alist): Remove options -i,
8963 -itype, --icon-type, added -nb, --no-bitmap-icon
8964
8965 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
8966
8967 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
8968 instead of :active.
8969
8970 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
8971
8972 * textmodes/ispell.el (ispell-check-version):
8973 Ignore hyphen, and all that follows, in aspell's version text.
8974
8975 2005-10-08 Jay Belanger <belanger@truman.edu>
8976
8977 * calc/calc-arith.el (math-known-square-matrixp): New function.
8978 (math-pow-fancy): Check for matrices before distributing exponent
8979 across products.
8980
8981 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
8982 fullscreen keypad. Suggested by Luc Teirlinck.
8983 (calc-keypad-show-input): Add space for formatting.
8984
8985 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
8986 Add square matrix option.
8987
8988 * calc/calc-poly.el (math-expand-term): Check for matrices instead
8989 of checking calc-matrix-mode when deciding how to expand.
8990
8991 * calc/calc.el (calc-set-mode-line): Add square matrix option.
8992
8993 2005-10-08 Lars Hansen <larsh@soem.dk>
8994
8995 * net/tramp.el (tramp-perl-directory-files-and-attributes):
8996 Add error handling.
8997 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
8998
8999 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
9000
9001 Sync with Tramp 2.0.51.
9002
9003 * net/tramp.el (tramp-handle-set-visited-file-modtime)
9004 (tramp-handle-insert-file-contents, tramp-handle-write-region):
9005 Insert special handling for `last-coding-system-used', again
9006 it still seems to be necessary (unlike stated before).
9007 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
9008 (tramp-password-prompt-regexp): There might be other words before
9009 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
9010 (tramp-chunksize): Improve docstring.
9011 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
9012 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
9013 Christian Joergensen <bugs@razor.dk>.
9014
9015 2005-10-07 Glenn Morris <rgm@gnu.org>
9016
9017 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
9018 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
9019 precision'.
9020
9021 2005-10-07 Romain Francoise <romain@orebokech.com>
9022
9023 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
9024 (ibuffer-do-shell-command-pipe-replace)
9025 (ibuffer-do-shell-command-file, ibuffer-do-eval)
9026 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
9027 (ibuffer-do-revert, ibuffer-do-replace-regexp)
9028 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
9029 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
9030 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
9031 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
9032 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
9033 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
9034 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
9035 Autoload file sans suffix.
9036
9037 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
9038
9039 2005-10-07 David Ponce <david@dponce.com>
9040
9041 * recentf.el (recentf-menu-open-all-flag): New option.
9042 (recentf-digit-shortcut-command-name): New function.
9043 (recentf--shortcuts-keymap): New variable.
9044 (recentf-menu-shortcuts): New variable.
9045 (recentf-make-menu-items): Initialize it. Replace the "More..."
9046 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
9047 (recentf-menu-value-shortcut): New function.
9048 (recentf-make-menu-item): Use it. No more in-lined.
9049 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
9050 (recentf-open-most-recent-file): Rename from
9051 `recentf-open-file-with-key'. Don't depend on key binding.
9052 (recentf-mode-map): New variable.
9053 (recentf-mode): Use it.
9054
9055 2005-10-06 Bill Wohler <wohler@newt.com>
9056
9057 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
9058
9059 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
9060 (MH-E-SRC): New. Used by mh-autoloads.
9061 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
9062 files in MH-E-SRC have been updated.
9063 (compile, recompile, bootstrap): Depend on mh-autoloads.
9064
9065 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
9066
9067 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
9068 gud-break and gud-remove icons when the fringe is not available.
9069
9070 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
9071 Typo.
9072
9073 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
9074
9075 * play/zone.el (zone): Wrap body with save-window-excursion.
9076
9077 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
9078
9079 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
9080 Use the new `list-only' arg to diary-list-entries.
9081
9082 * calendar/diary-lib.el: Use overlays rather than selective-display.
9083 (diary-selective-display): New var.
9084 (diary-header-line-format): Use it.
9085 (diary-list-entries): Add argument `list-only'.
9086 Put the buffer in diary-mode. Don't add \^M at beg and end.
9087 Replace \^M by invisible overlays.
9088 (diary-unhide-everything): Replace \^M by invisible overlays.
9089 (print-diary-entries): Look for overlays rather than \^M.
9090 Add a space to the temp buffer name.
9091 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
9092 Put the buffer in diary-mode.
9093 (list-sexp-diary-entries): Replace \^M by invisible overlays.
9094 (diary-anniversary): Make the year arg optional.
9095 (diary-time-regexp): New const.
9096 (diary-font-lock-keywords): Use it to accept a few more time formats.
9097
9098 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
9099
9100 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
9101
9102 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
9103 Fix bug introduced 2005-07-03: Use (car (last ...))
9104 to faithfully reproduce replaced artist-last.
9105 (artist-set-arrow-points-for-poly): Likewise.
9106 Suggested by Johan Bockg\e,Ae\e(Brd.
9107
9108 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
9109
9110 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
9111 * wid-edit.el (widget):
9112 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
9113 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
9114
9115 2005-10-06 Kenichi Handa <handa@m17n.org>
9116
9117 * international/mule-cmds.el (set-language-environment):
9118 Fix setting up of case-table for unibyte mode.
9119
9120 * simple.el (what-cursor-position): If the character is displayed
9121 by some `display' text property, show that. Don't use
9122 single-key-description for eight-bit characters in multibyte mode.
9123
9124 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
9125
9126 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
9127 (gdb-ann3): Set it.
9128 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
9129 (gdb-info-frames-custom): Use inverse-video for first five
9130 characters of selected frame only.
9131 (gdb-get-frame-number): Select frame even when point is on frame
9132 number.
9133
9134 2005-10-06 Masatake YAMATO <jet@gyve.org>
9135
9136 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
9137 Put `font-lock-function-name-face'.
9138 (gdb-info-frames-custom): Put `font-lock-function-name-face'
9139 and `font-lock-variable-name-face'
9140 (gdb-registers-font-lock-keywords): New font lock keywords definition.
9141 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
9142 (gdb-memory-font-lock-keywords): New font lock keywords definition.
9143 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
9144 (gdb-local-font-lock-keywords): New font lock keywords definition.
9145 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
9146 (gdb-threads-font-lock-keywords): New font lock keywords definition.
9147 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
9148
9149 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
9150
9151 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
9152 (ediff-merge-region-is-non-clash-to-skip): Previously called
9153 ediff-merge-region-is-non-clash.
9154
9155 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
9156 Use insert-buffer-substring.
9157
9158 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
9159 selecting files to patch. Also bug fixes.
9160
9161 * ediff-util.el (ediff-setup): Bug fix.
9162 (ediff-next-difference): Never skip clashes that differ in white
9163 space only.
9164
9165 * ediff-wind.el (ediff-setup-control-frame)
9166 (ediff-destroy-control-frame): Check the menubar feature.
9167
9168 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
9169 (viper-refresh-mode-line): Use make-local-variable to localize
9170 some vars instead of make-variable-buffer-local. Suggested by
9171 Stefan Monnier.
9172
9173 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
9174 (viper-restore-cursor-type, viper-set-insert-cursor-type):
9175 Use make-local-variable instead of make-variable-buffer-local.
9176 Suggested by Stefan Monnier.
9177
9178 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
9179 (viper-comint-mode-hook): Use make-local-variable on
9180 require-final-newline.
9181 (viper-non-hook-settings): Don't use make-variable-buffer-local.
9182
9183 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
9184
9185 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
9186 also the second char of a comment-start sequence.
9187 (scheme-sexp-comment-syntax-table): New var.
9188 (lambda, define): Set their scheme-doc-string-elt property.
9189 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
9190 Use lisp-font-lock-syntactic-face-function now that it properly
9191 handles |...| symbols.
9192 (scheme-mode-variables): Set lisp-doc-string-elt-property,
9193 parse-sexp-lookup-properties and font-lock-extra-managed-props.
9194
9195 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
9196 bit from # to |.
9197 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
9198
9199 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
9200 (lisp-doc-string-elt-property): New var.
9201 (lisp-font-lock-syntactic-face-function): Use it.
9202 Rewrite to recognize docstrings even for forms not at toplevel.
9203
9204 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
9205 annotation on the | part of #| rather than on the # part.
9206 (scheme-font-lock-syntactic-face-function): New function, to
9207 distinguish strings from |...| symbols.
9208 (scheme-mode-variables): Use it. Also fix up the font-lock-time
9209 syntax-table so that #|...|# is properly highlighted.
9210
9211 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
9212 Don't mark as docstring the 3rd elem of an unknown toplevel form.
9213
9214 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
9215
9216 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
9217 and C-e.
9218
9219 * emacs-lisp/eldoc.el: Move comments into docstrings.
9220 (eldoc-message-commands): Initialize in its declaration.
9221 Add move-beginning-of-line and move-end-of-line.
9222 (eldoc-add-command, eldoc-add-command-completions)
9223 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
9224
9225 * outline.el (outline-mark-subtree): Activate the mark.
9226
9227 * calendar/appt.el (appt-time-regexp): New var.
9228 (appt-add, appt-make-list): Use it.
9229 (appt-convert-time): Clean up.
9230
9231 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
9232 Don't set any syntax-table property here.
9233 (tex-font-lock-verb): New function. Do it here.
9234 (tex-font-lock-syntactic-keywords): Use it.
9235
9236 2005-10-04 Richard M. Stallman <rms@gnu.org>
9237
9238 * wid-edit.el (widget-file-complete): Get the widget start point
9239 the right way. Default directory to `/' if file has none.
9240
9241 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
9242
9243 * textmodes/flyspell.el (flyspell-mode-on):
9244 Call ispell-maybe-find-aspell-dictionaries.
9245
9246 * textmodes/ispell.el (ispell-word, ispell-region):
9247 Call ispell-maybe-find-aspell-dictionaries.
9248 (ispell-accept-buffer-local-defs):
9249 Don't call ispell-maybe-find-aspell-dictionaries
9250
9251 2005-10-04 Richard M. Stallman <rms@gnu.org>
9252
9253 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
9254
9255 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
9256
9257 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
9258 instead of `fboundp' in order to allow for anonymous functions.
9259
9260 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
9261
9262 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
9263 case the user clicks on the link while another window is selected.
9264 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
9265
9266 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
9267 functionality.
9268 (dframe-help-echo): Save point in case mouse tracking is off.
9269
9270 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
9271
9272 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
9273
9274 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
9275
9276 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
9277 not change the global value of those vars.
9278
9279 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
9280 make-local-variable which we do not need any more.
9281
9282 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
9283
9284 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
9285 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
9286 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
9287 (speedbar-path-line): Define obsolete aliases.
9288 (speedbar-line-directory): Doc fix.
9289
9290 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
9291 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
9292 instead of speedbar-line-path.
9293
9294 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9295
9296 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
9297 to nil if dropping on a window. Handle dropping on a minibuffer window
9298 like dropping on a non-window part of Emacs.
9299
9300 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
9301
9302 * net/ange-ftp.el: Use with-current-buffer.
9303 (ange-ftp-insert-directory): Do not follow symlinks any more.
9304
9305 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
9306 Remove interactive spec.
9307
9308 2005-10-03 Kim F. Storm <storm@cua.dk>
9309
9310 * ido.el (ido-mode): Use custom-initialize-set.
9311
9312 2005-10-02 Richard M. Stallman <rms@gnu.org>
9313
9314 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
9315 Use insert-buffer-substring.
9316
9317 * net/tramp.el: Pacify byte compiler warnings in pacification code.
9318 (tramp-handle-file-local-copy): Use insert-buffer-substring.
9319
9320 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
9321
9322 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
9323 in last change.
9324 (ange-ftp-insert-directory): Fix up the search for the case where
9325 `file' is absolute.
9326
9327 2005-10-02 Romain Francoise <romain@orebokech.com>
9328
9329 * progmodes/compile.el (compile-goto-error): Delete extra paren.
9330
9331 2005-10-02 Andreas Schwab <schwab@suse.de>
9332
9333 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
9334 directory component in the session info.
9335
9336 2005-10-01 Richard M. Stallman <rms@gnu.org>
9337
9338 * comint.el (comint-redirect-subvert-readonly): Doc fix.
9339
9340 * simple.el (next-error-internal): New function.
9341
9342 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
9343 (compilation-start): Pass new arg to compilation-buffer-name.
9344 (compile-goto-error): Use next-error-internal.
9345
9346 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
9347
9348 * speedbar.el: Remove RCS tag.
9349 (speedbar-check-read-only): Handle non-existent files.
9350
9351 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
9352
9353 * info.el (Info-speedbar-hierarchy-buttons)
9354 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
9355
9356 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9357
9358 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
9359 Do not match newline.
9360 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
9361 (bibtex-summary): Remove unnecessary save-excursion.
9362 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
9363
9364 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9365
9366 * term/mac-win.el: Add charset info for "iso10646-1".
9367 Modify default fontset to use ATSUI-compatible fonts for some charsets
9368 if available.
9369
9370 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
9371
9372 * speedbar.el: Re-apply arch tag.
9373 (speedbar-version): Rename to version 1.0. Suggested by Eric
9374 M. Ludlam.
9375 Reapply two changes from Emacs CVS' version of speedbar lost
9376 during the merge:
9377 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
9378 (speedbar-frame-parameters): Improve customize type.
9379
9380 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
9381
9382 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
9383 (ange-ftp-file-directory-p): Fix the symlink case.
9384 (ange-ftp-insert-directory): When listing a single file, get a list of
9385 the parent buffer and extract the relevant line. Inspired from a patch
9386 by Katsumi Yamaoka <yamaoka@jpl.org>.
9387 (ange-ftp-file-name-sans-versions): Simplify.
9388
9389 2005-09-30 Bill Wohler <wohler@newt.com>
9390
9391 Move MH-E image files from toolbar and mail directories into
9392 etc/images.
9393
9394 * mail/reply2.*: Move to etc/images/mail/reply*.
9395
9396 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
9397 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
9398 etc/images.
9399
9400 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
9401 * toolbar/reply*: Move to etc/images/mail.
9402
9403 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
9404
9405 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
9406
9407 * speedbar.el: New version 1.0pre3.
9408
9409 Frame management code (including timer, and mouse click specifics)
9410 moved to dframe.el:
9411 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
9412 (speedbar-timer): Removed. Use dframe-timer.
9413 (speedbar-close-frame): Removed. Use dframe-close-frame.
9414 (speedbar-activity-change-focus-flag): Removed. Use
9415 dframe-activity-change-focus-flag.
9416 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
9417 dframe-update-speed.
9418
9419 (speedbar-current-frame): New macro. Use this instead of the
9420 variable speedbar-frame.
9421
9422 (speedbar-use-images, speedbar-expand-image-button-alist)
9423 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
9424
9425 (speedbar-find-image-on-load-path): Removed. Replaced by
9426 defezimage in ezimage.el.
9427 (speedbar-expand-image-button-alist): Removed. Replaced by
9428 ezimage-expand-image-button-alist in ezimage.el.
9429
9430 (speedbar-ignored-directory-regexp)
9431 (speedbar-add-ignored-directory-regexp)
9432 (speedbar-ignored-directory-expressions)
9433 (speedbar-line-directory, speedbar-buffers-line-directory)
9434 (speedbar-directory-line, speedbar-buffers-line-directory):
9435 Renamed, replacing `path' with `directory'.
9436
9437 (speedbar-create-directory, speedbar-expand-line-descendants)
9438 (speedbar-toggle-line-expansion)
9439 (speedbar-contract-line-descendants): New commands.
9440
9441 (speedbar-query-confirmation-method, speedbar-select-frame-method)
9442 (speedbar-use-tool-tips-flag): New options.
9443
9444 (speedbar-check-read-only, speedbar-require-version)
9445 (speedbar-insert-separator, speedbar-buffers-tail-notes)
9446 (speedbar-handle-delete-frame, speedbar-try-completion)
9447 (speedbar-update-localized-contents): New functions.
9448
9449 (speedbar-incompatible-version, speedbar-ro-to-do-point)
9450 (speedbar-object-read-only-indicator): New variables.
9451
9452 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
9453 New hooks.
9454
9455 (speedbar-separator-face): New face.
9456
9457 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
9458 (speedbar-ignored-modes): Add fundamental-mode.
9459 (speedbar-directory-unshown-regexp): Add . directories.
9460
9461 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
9462 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
9463 `]' for full expand/close.
9464 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
9465
9466 (speedbar-check-vc): Support hidden files.
9467 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
9468 (speedbar-this-file-in-vc): Use vc-state if available. If VC
9469 state is nil, it is not checked out.
9470
9471 (speedbar-line-text, speedbar-line-token): Support expand buttons
9472 with no text.
9473 (speedbar-refresh): Universal argument acts as power-click.
9474 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
9475 that buffer to get variable values.
9476
9477 And many other bugfixes.
9478
9479 * dframe.el, ezimage.el, sb-image.el: New files.
9480
9481 * sb-*.xpm: Remove files. New image files installed into
9482 etc/images/ezimage.
9483
9484 2005-09-30 Kenichi Handa <handa@m17n.org>
9485
9486 * ps-mule.el (ps-mule-show-warning): If a character is in
9487 ps-print-translation-table, don't treat it as non-printable.
9488
9489 2005-09-30 David Ponce <david@dponce.com>
9490
9491 * tree-widget.el (tree-widget-themes-load-path): New variable.
9492 (tree-widget-themes-directory): Doc fix.
9493 (tree-widget-image-formats) [Emacs]: Doc fix.
9494 (tree-widget--locate-sub-directory): New function.
9495 (tree-widget-themes-directory): Use it.
9496
9497 * recentf.el (recentf-filename-handlers): Rename from
9498 `recentf-filename-handler'. Allow a list of functions.
9499 (recentf-menu-items-for-commands): Fix :help strings.
9500 (recentf-apply-filename-handlers): New function.
9501 (recentf-expand-file-name): Use it.
9502 (recentf-cleanup): Remove duplicates too.
9503
9504 2005-09-29 Juri Linkov <juri@jurta.org>
9505
9506 * faces.el: Rearrange face definitions to be in the same order as
9507 their face descriptions in "(emacs)Standard Faces".
9508
9509 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
9510
9511 * tooltip.el (tooltip): Add group `basic-faces'.
9512
9513 * buff-menu.el (Buffer-menu-buffer): Remove group
9514 `font-lock-highlighting-faces'.
9515
9516 * progmodes/compile.el (compilation-error, compilation-warning)
9517 (compilation-info, compilation-line-number, compilation-column-number):
9518 Change group from `font-lock-highlighting-faces' to `compilation'.
9519
9520 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
9521 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
9522 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
9523 (vhdl-font-lock-reserved-words-face)
9524 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
9525 `font-lock-highlighting-faces'.
9526
9527 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
9528
9529 2005-09-28 Kim F. Storm <storm@cua.dk>
9530
9531 * emulation/cua-base.el: Set CUA move property on additional commands:
9532 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
9533 forward-sexp, backward-sexp, forward-list, backward-list.
9534
9535 2005-09-28 Romain Francoise <romain@orebokech.com>
9536
9537 * comint.el (comint-show-output): Really set point at the
9538 beginning of the output when not using `comint-use-prompt-regexp'.
9539
9540 2005-09-27 Jay Belanger <belanger@truman.edu>
9541
9542 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
9543 in TeX mode.
9544
9545 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
9546
9547 * textmodes/org.el (org-table-sum): Fix format string.
9548
9549 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
9550 Quote face names.
9551
9552 2005-09-26 Romain Francoise <romain@orebokech.com>
9553
9554 * isearch.el (isearch-forward-regexp): Close doc string.
9555
9556 2005-09-25 Richard M. Stallman <rms@gnu.org>
9557
9558 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
9559
9560 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
9561
9562 * progmodes/compile.el (compilation-error-properties):
9563 When getting the file from the previous error message,
9564 correctly decode the new data format.
9565
9566 * progmodes/cc-cmds.el (c-electric-paren):
9567 Call old-blink-paren only for close-paren.
9568
9569 2005-09-24 Andreas Schwab <schwab@suse.de>
9570
9571 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
9572 condition.
9573
9574 2005-09-25 Romain Francoise <romain@orebokech.com>
9575
9576 * dired-aux.el (dired-copy-file-recursive):
9577 * dired.el (dired-delete-file):
9578 * ediff-mult.el (ediff-dir-diff-copy-file):
9579 * ediff-util.el (ediff-test-save-region):
9580 * forms.el (forms-mode):
9581 * ido.el (ido-file-internal, ido-delete-file-at-head):
9582 * log-edit.el (log-edit-done):
9583 * ses.el (ses-yank-resize):
9584 * play/gomoku.el (gomoku-human-plays, gomoku)
9585 (gomoku-human-resigns, gomoku-prompt-for-other-game)
9586 (gomoku-offer-a-draw):
9587 * play/landmark.el (lm-human-resigns, lm):
9588 * net/eudcb-ldap.el (eudc-ldap-check-base):
9589 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
9590 * progmodes/ebrowse.el (ebrowse-find-pattern):
9591 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
9592 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
9593 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
9594
9595 * vc.el (vc-delete-file):
9596 * play/gomoku.el (gomoku-terminate-game, gomoku)
9597 (gomoku-prompt-for-move, gomoku-human-takes-back):
9598 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
9599 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
9600
9601 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
9602
9603 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
9604 color rxvt terminals by using the code xterm.el used to use before
9605 2005-04-09 in order to match the colors used by rxvt.
9606
9607 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
9608
9609 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
9610 colors rxvt-unicode terminals by using the same code as xterm.el.
9611
9612 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
9613
9614 * textmodes/tex-mode.el (tex-font-lock-append-prop)
9615 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
9616 new symbol used for the tex-verbatim face.
9617
9618 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
9619
9620 * woman.el (woman-file-name):
9621 * wid-edit.el (widget-file-prompt-value)
9622 (widget-coding-system-prompt-value):
9623 * w32-fns.el (set-w32-system-coding-system):
9624 * vc.el (vc-version-diff, vc-annotate):
9625 * textmodes/reftex-auc.el (reftex-arg-cite)
9626 (reftex-arg-index-tag):
9627 * textmodes/refer.el (refer-get-bib-files):
9628 * textmodes/artist.el (artist-figlet-choose-font):
9629 * terminal.el (terminal-emulator):
9630 * replace.el (occur-read-primary-args):
9631 * rect.el (string-rectangle, string-insert-rectangle):
9632 * ps-print.el (ps-print-preprint):
9633 * progmodes/pascal.el (pascal-goto-defun):
9634 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
9635 * progmodes/compile.el (compilation-find-file):
9636 * printing.el (pr-interactive-n-up):
9637 * play/animate.el (animate-birthday-present):
9638 * net/rcompile.el (remote-compile):
9639 * man.el (man, Man-goto-section, Man-follow-manual-reference):
9640 * mail/rmailsum.el (rmail-summary-search-backward)
9641 (rmail-summary-search):
9642 * mail/rmailout.el (rmail-output-read-rmail-file-name)
9643 (rmail-output-read-file-name):
9644 * mail/rmail.el (rmail-search, rmail-search-backwards):
9645 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
9646 * locate.el (locate):
9647 * international/quail.el (quail-show-keyboard-layout):
9648 * international/mule.el (set-buffer-file-coding-system)
9649 (revert-buffer-with-coding-system, set-file-name-coding-system)
9650 (set-terminal-coding-system, set-keyboard-coding-system)
9651 (set-next-selection-coding-system):
9652 * international/mule-diag.el (describe-coding-system)
9653 (describe-font, describe-fontset):
9654 * international/mule-cmds.el (universal-coding-system-argument)
9655 (search-unencodable-char, describe-input-method)
9656 (set-language-environment, describe-language-environment):
9657 * international/codepage.el (codepage-setup):
9658 * international/code-pages.el (codepage-setup):
9659 * info.el (Info-search, Info-follow-reference)
9660 (Info-search-backward):
9661 * emacs-lisp/advice.el (ad-read-advised-function)
9662 (ad-read-advice-class, ad-clear-cache, ad-activate)
9663 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
9664 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
9665 (ad-read-regexp):
9666 * ediff-util.el (ediff-toggle-regexp-match):
9667 * ediff-ptch.el (ediff-prompt-for-patch-file):
9668 * dired-aux.el (dired-diff):
9669 * diff.el (diff):
9670 * cus-edit.el (custom-variable-prompt):
9671 * calendar/timeclock.el (timeclock-ask-for-project):
9672 * calc/calcalg3.el (calc-get-fit-variables):
9673 * calc/calc-store.el (calc-edit-variable)
9674 (calc-permanent-variable):
9675 * vc-mcvs.el (vc-mcvs-register):
9676 * shadowfile.el (shadow-define-literal-group):
9677 * woman.el (woman-file-name):
9678 * vc.el (vc-version-diff, vc-merge):
9679 * textmodes/reftex-index.el (reftex-index-complete-tag):
9680 * format.el (format-decode-buffer, format-decode-region):
9681 * emulation/viper-cmd.el (viper-read-string-with-history):
9682 * emacs-lisp/debug.el (cancel-debug-on-entry):
9683 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
9684 * ediff.el (ediff-merge-revisions)
9685 (ediff-merge-revisions-with-ancestor, ediff-revision):
9686 * completion.el (interactive-completion-string-reader):
9687 * calc/calc-prog.el (calc-user-define-formula):
9688 Follow convention for reading with the minibuffer.
9689
9690 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
9691
9692 * progmodes/python.el (python-describe-symbol): Add globals() and
9693 locals() to the arguments of emacs.ehelp.
9694
9695 2005-09-24 Magnus Henoch <mange@freemail.hu>
9696
9697 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
9698 New function, code extracted from ispell-valid-dictionary-list.
9699 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
9700 Call it.
9701
9702 2005-09-24 Eli Zaretskii <eliz@gnu.org>
9703
9704 * subr.el (version-regexp-alist): Extend valid syntax for version
9705 strings: allow any of the characters -,_,+ to separate the
9706 alpha/beta/rc part from the version part. Doc fix.
9707 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
9708
9709 2005-09-23 David Reitter <david.reitter@gmail.com>
9710
9711 * mail/mailclient.el: New file.
9712
9713 2005-09-23 Richard M. Stallman <rms@gnu.org>
9714
9715 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
9716 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
9717 Doc fixes.
9718
9719 * progmodes/cc-mode.el (c-font-lock-init):
9720 Specify font-lock-lines-before.
9721
9722 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
9723
9724 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
9725 whole conflict.
9726
9727 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
9728
9729 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
9730 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
9731 of `remap' feature when available. Additional key bindings for
9732 better tty support.
9733 (org-mode-restart, org-force-self-insert): New commands.
9734 (org-time-stamp-inactive): New command.
9735 (org-remap): New function.
9736 (org-table-auto-blank-field, org-level-color-stars-only): New options.
9737 (org-enable-fixed-width-editor): Move to `org-structure'
9738 customization group.
9739 (org-self-insert-command, orgtbl-self-insert-command): Modify to
9740 blank field after field motion commands.
9741
9742 2005-09-23 Kenichi Handa <handa@m17n.org>
9743
9744 * international/mule-cmds.el (set-language-environment):
9745 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
9746 have to call utf-translate-cjk-load-tables.
9747
9748 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
9749
9750 * mouse.el (mouse-move-drag-overlay): Fix last change.
9751
9752 2005-09-22 David Ponce <david@dponce.com>
9753
9754 * tree-widget.el (tree-widget-value-create): Fix previous change.
9755
9756 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
9757
9758 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
9759
9760 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
9761
9762 * mouse.el (mouse-move-drag-overlay): New function.
9763 (mouse-drag-region-1): Use it.
9764 Try to simplify a bit the state handling. Handle clicks on links
9765 inside intangible areas.
9766 (mouse-save-then-kill): Minor simplification.
9767 (mouse-secondary-overlay): Make it always non-nil instead of
9768 recreating it each time.
9769 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
9770 (mouse-kill-secondary, mouse-secondary-save-then-kill):
9771 Simplify accordingly.
9772
9773 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
9774
9775 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
9776
9777 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
9778
9779 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
9780 (ediff-file-name-sans-prefix): Treat nil as an empty string.
9781 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
9782 to patch.
9783
9784 * ediff-util.el: Use insert-buffer-substring.
9785
9786 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
9787
9788 * emulation/viper-cmd.el (viper-change-state): Don't move over the
9789 field boundaries in the minibuffer.
9790 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
9791 (viper-minibuffer-post-command-hook): New hook.
9792 (viper-line): Don't move cursor at bolp.
9793
9794 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
9795
9796 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
9797 avoid compiler warnings.
9798
9799 * emulation/viper-macs.el (ex-map): Better messages.
9800
9801 * emulation/viper-utils.el (viper-beginning-of-field): New function.
9802
9803 * emulation/viper.el: Replace make-variable-buffer-local with
9804 viper-make-variable-buffer-local everywhere, to avoid warnings.
9805
9806 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
9807
9808 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
9809 Delete unused var `old-selected-window'.
9810 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
9811 (mouse-drag-secondary): Delete unused var `start-frame'.
9812
9813 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
9814
9815 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
9816
9817 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
9818
9819 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
9820 Re-indent within 80 columns. Use inhibit-read-only.
9821
9822 2005-09-19 Romain Francoise <romain@orebokech.com>
9823
9824 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
9825
9826 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
9827
9828 * font-lock.el (font-lock-default-fontify-region): Don't add a line
9829 unconditionally, since the after-change-function already did it.
9830
9831 2005-09-19 Miles Bader <miles@gnu.org>
9832
9833 * net/newsticker.el: Get rid of CVS keyword.
9834
9835 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
9836
9837 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
9838 The prompt is formatted later.
9839
9840 2005-09-19 David Ponce <david@dponce.com>
9841
9842 * tree-widget.el (tree-widget-value-create): Save the converted
9843 tree :node widget.
9844
9845 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
9846
9847 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
9848 variable `message'.
9849
9850 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
9851
9852 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
9853 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
9854 <slawomir.nowaczyk.847@student.lu.se>.
9855
9856 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
9857
9858 * image.el (image-load-path): Use symbol `data-directory' instead
9859 of its value, for backward compatibility with packages that bind
9860 it during `find-image'. Suggested by Katsumi Yamaoka.
9861 (image-search-load-path): Handle symbols whose values are strings.
9862
9863 2005-09-18 Romain Francoise <romain@orebokech.com>
9864
9865 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
9866 with-current-buffer form in save-excursion.
9867
9868 2005-09-18 D Goel <deego@gnufans.org>
9869
9870 * apropos.el (apropos-command): Fix `message' call: first arg
9871 should be a format spec. In this and all other cases that appear
9872 below and elsewhere in the source code, I made a change only when
9873 two conditions were satisfied: [1] I can think of a possibility
9874 that the arguments would cause an error, for example, the code in
9875 question relies on external variables such as filenames. [2] I
9876 was sure that the arg to `message' could not have been nil in the code.
9877
9878 * textmodes/tildify.el (tildify-region): Ditto.
9879
9880 * textmodes/reftex-index.el (reftex-index-change-entry)
9881 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
9882 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
9883 * textmodes/org.el (org-complete, org-deadline, org-schedule)
9884 (org-priority, org-table-sum):
9885 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
9886 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
9887 (flyspell-word, flyspell-display-next-corrections):
9888 * textmodes/bibtex.el (bibtex-print-help-message):
9889 * textmodes/artist.el (artist-key-set-point-poly):
9890 * term/mac-win.el (mac-services-insert-text):
9891 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
9892 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
9893 (vhdl-port-paste-testbench, vhdl-compose-new-component)
9894 (vhdl-compose-configuration):
9895 * progmodes/sh-script.el (sh-blink, sh-show-indent)
9896 (sh-set-indent, sh-learn-line-indent):
9897 * progmodes/ps-mode.el (ps-mode-target-column):
9898 * progmodes/idlwave.el (idlwave-make-tags)
9899 (idlwave-scan-library-catalogs):
9900 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
9901 * progmodes/gud.el (gud-jdb-analyze-source):
9902 * progmodes/flymake.el (flymake-log):
9903 * progmodes/ebnf2ps.el (ebnf-generate-region):
9904 * progmodes/cmacexp.el (c-macro-expansion):
9905 * progmodes/ada-xref.el (ada-treat-cmd-string):
9906 * progmodes/ada-mode.el (ada-create-case-exception-substring)
9907 (ada-justified-indent-current, ada-batch-reformat):
9908 * play/zone.el (zone):
9909 * play/landmark.el (lm-move):
9910 * play/decipher.el (decipher-show-alphabet):
9911 * net/newsticker.el (newsticker--display-jump)
9912 (newsticker--display-scroll):
9913 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
9914 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
9915 * mail/feedmail.el (feedmail-dump-message-to-queue):
9916 * eshell/esh-proc.el (eshell-remove-process-entry):
9917 * emulation/ws-mode.el (ws-last-error):
9918 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
9919 (viper-record-kbd-macro):
9920 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
9921 * emacs-lisp/lisp-mnt.el (lm-report-bug):
9922 * emacs-lisp/find-func.el (find-function-noselect):
9923 * calendar/timeclock.el (timeclock-status-string)
9924 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
9925 (timeclock-when-to-leave-string):
9926 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
9927 * calc/calc-units.el (calc-enter-units-table):
9928 * calc/calc-mode.el (calc-mode-record-mode):
9929 * woman.el (woman-mini-help):
9930 * wdired.el (wdired-change-to-wdired-mode):
9931 * vc.el (vc-retrieve-snapshot):
9932 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
9933 * startup.el (display-startup-echo-area-message):
9934 * simple.el (set-goal-column):
9935 * ses.el (ses-command-hook, ses-recalculate-cell):
9936 * server.el (server-process-filter):
9937 * printing.el (pr-interface-txt-print, pr-interface-printify)
9938 (pr-interface-ps):
9939 * pcvs.el (cvs-help):
9940 * log-edit.el (log-edit, log-edit-mode-help):
9941 * iswitchb.el (iswitchb-possible-new-buffer):
9942 * isearch.el (isearch-edit-string):
9943 * image-mode.el (image-mode, image-minor-mode):
9944 * ibuf-macs.el (define-ibuffer-filter):
9945 * hi-lock.el (hi-lock-find-patterns):
9946 * files.el (toggle-read-only):
9947 * ediff-util.el (ediff-copy-diff)
9948 (ediff-write-merge-buffer-and-maybe-kill):
9949 * echistory.el (Electric-history-undefined):
9950 * dnd.el (dnd-insert-text):
9951 * dired-aux.el (dired-query):
9952 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
9953 * bookmark.el (bookmark-bmenu-locate):
9954 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
9955 Fix `message' calls to ensure first arg is a format string.
9956 The change was made only when these two conditions were satisfied:
9957 [1] when there is a possibility that the arguments would cause an error
9958 for example, if the code in question relies on external variables
9959 such as filenames, and
9960 [2] if the arg to `message' could not have been nil in the code.
9961
9962 * pcomplete.el (pcomplete--help): Fix `message' format spec.
9963 Not having a %s would be weird, though not technically wrong.
9964
9965 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9966
9967 * term/mac-win.el (mac-add-charset-info): Doc fix.
9968
9969 2005-09-17 Romain Francoise <romain@orebokech.com>
9970
9971 * shell.el (shell-resync-dirs): Handle echoing processes more
9972 reliably. Don't insert resync command if `comint-process-echoes'
9973 is non-nil.
9974
9975 2005-09-17 Magnus Henoch <mange@freemail.hu>
9976
9977 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
9978 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
9979 aspell versions >= 0.60.
9980 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
9981 only if ispell-aspell-supports-utf8 is non-nil.
9982
9983 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
9984
9985 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
9986 buffer-local value to lisp-indent-function.
9987
9988 2005-09-17 Milan Zamazal <pdm@zamazal.org>
9989
9990 * progmodes/glasses.el (glasses-make-readable): If
9991 glasses-separator differs from underscore, put appropriate
9992 overlays over underscore characters.
9993 (glasses-convert-to-unreadable): If glasses-separator differs from
9994 underscore, try to convert glasses-separator characters to
9995 underscores.
9996
9997 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
9998
9999 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
10000 Use with-syntax-table and dolist.
10001
10002 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
10003
10004 * textmodes/reftex-auc.el:
10005 * textmodes/reftex-cite.el:
10006 * textmodes/reftex-dcr.el:
10007 * textmodes/reftex-global.el:
10008 * textmodes/reftex-parse.el:
10009 * textmodes/reftex-ref.el:
10010 * textmodes/reftex-sel.el:
10011 * textmodes/reftex-toc.el:
10012 * textmodes/reftex-vars.el:
10013 * textmodes/reftex.el: Small changes to remove compiler warnings.
10014
10015 * textmodes/reftex-index.el: Likewise.
10016 (reftex-query-index-phrase): More efficient use of markers.
10017
10018 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
10019
10020 * image.el (image-load-path): New variable.
10021 (image-search-load-path): New function.
10022 (find-image): Search for images in `image-load-path'.
10023
10024 2005-09-15 Richard M. Stallman <rms@gnu.org>
10025
10026 * follow.el: Change Maintainer field.
10027
10028 2005-09-15 David Ponce <david@dponce.com>
10029
10030 * recentf.el (recentf-save-file-modes): New option.
10031 (recentf-save-list): Use it.
10032
10033 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
10034
10035 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
10036 (mode-line-mule-info, mode-line-modified): Move bindings from
10037 mouse-3 to mouse-1.
10038
10039 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
10040
10041 * simple.el (sendmail-user-agent-compose): Revert last change.
10042
10043 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
10044
10045 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
10046 Use with-current-buffer.
10047 (ange-ftp-gwp-start): Remove unused var `gw-user'.
10048 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
10049 (ange-ftp-insert-directory): Remove unused var `short'.
10050 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
10051
10052 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
10053 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
10054
10055 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
10056 (check-calendar-holidays, diary-list-entries): Autoload.
10057 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
10058 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
10059
10060 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
10061 which mistakenly removed a call to display-buffer.
10062
10063 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
10064
10065 * obsolete/iso-insert.el: Move to obsolete/ from international/.
10066
10067 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
10068
10069 * progmodes/hideshow.el
10070 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
10071 (hs-allow-nesting): New user var.
10072 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
10073 (hs-hide-block-at-point): When nesting allowed,
10074 if there is already an overlay in place, delete it.
10075 (hs-safety-is-job-n): Delete func; remove call sites.
10076 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
10077 (hs-overlay-at): New func.
10078 (hs-already-hidden-p, hs-show-block): Use it.
10079 (hs-hide-all): Don't pre-clean if nesting allowed.
10080 (hs-show-all): Temporarily disallow
10081 nesting around call to `hs-discard-overlays'.
10082
10083 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
10084
10085 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
10086 Delete unused local var.
10087
10088 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
10089
10090 * help-fns.el (describe-categories): "?\ " -> "?\s".
10091 (help-do-arg-highlight): Recognize also ARG-n, as in
10092 `move-to-left-margin' (ARG+n is already recognized). Simplify.
10093
10094 * international/codepage.el (dos-unsupported-char-glyph):
10095 * net/newsticker.el (tool-bar-map, w3-mode-map)
10096 (w3m-minor-mode-map):
10097 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
10098 (ent-alist):
10099 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
10100
10101 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
10102
10103 * custom.el (custom-push-theme): Handle the case where a symbol is
10104 bound but face properties have not yet been assigned.
10105
10106 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
10107 Fix behavior if noerase is `t' and there is no mail buffer.
10108
10109 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
10110 if `continue' is nil, rather than signal an error.
10111
10112 2005-09-12 Richard M. Stallman <rms@gnu.org>
10113
10114 * font-lock.el (font-lock-keywords): Add autoload.
10115
10116 * help-fns.el (describe-variable): Rearrange to put source link
10117 in a predictable place.
10118
10119 * net/newsticker.el: New file.
10120
10121 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
10122
10123 * calendar/calendar.el (calendar-for-loop): Add edebug info.
10124 (calendar-basic-setup): Use the new nil arg.
10125 (number-of-diary-entries): Move to diary-lib.el.
10126
10127 * calendar/diary-lib.el: Use with-current-buffer, match-string.
10128 (diary-list-entries): Use with-syntax-table and dolist.
10129 Rename from list-diary-entries.
10130 Use number-of-diary-entries if `number' is nil.
10131 (diary, diary-view-entries): Use this new name and new nil arg value.
10132 (number-of-diary-entries): Move from calendar.el.
10133 (diary-unhide-everything): New function.
10134 (include-other-diary-files, fancy-diary-display)
10135 (diary-show-all-entries, make-diary-entry): Use it.
10136 (diary-mail-entries): Use buffer-string.
10137 (mark-diary-entries): Fix long standing paren typo.
10138 (diary-sexp-entry): Use count-lines.
10139 (make-diary-entry): Avoid `previous-line'.
10140 (diary-mode-map): New var.
10141 (diary-mode): Redraw cal after saving. Setup header-line.
10142 (fancy-diary-display-mode): Use local-set-key.
10143
10144 * startup.el (command-line): Try calling various terminal-init-foo-bar
10145 functions by stripping hyphenated suffixes from $TERM.
10146
10147 * files.el (normal-mode): Check boundness of font-lock-keywords.
10148
10149 2005-09-12 Richard M. Stallman <rms@gnu.org>
10150
10151 * progmodes/compile.el: Don't decide a file's directory
10152 until the user actually tries to go there.
10153 (compilation-next-error-function):
10154 Pass compilation-find-file the directory from the file-struct.
10155 (compilation-internal-error-properties): Separate local FILE-STRUCT
10156 from FILE. Doc the args better. Rename arg FMT to FMTS.
10157 (compilation-find-file): Arg DIR renamed to DIRECTORY.
10158 Expand it, and if nil, use default-directory.
10159 (compilation-get-file-structure): Don't mix specified directory
10160 with default directory. Put specified directory into
10161 file-struct. Don't make the file name absolute.
10162
10163 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
10164 (compile-command): Add autoload.
10165 (compilation-disable-input): Add autoload.
10166
10167 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
10168
10169 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
10170 strings of the variables it can override.
10171 (time-stamp): New (as yet undocumented) time-stamp-format escapes
10172 %Q and %q, for fully-qualified domain name and unqualified host name.
10173
10174 2005-09-11 Kim F. Storm <storm@cua.dk>
10175
10176 * emacs-lisp/authors.el (authors-aliases): Update list.
10177 (authors-fixed-entries): Update mldrag.el entry.
10178
10179 2005-09-10 Alan Mackenzie <acm@muc.de>
10180
10181 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
10182 from the region narrowed to.
10183
10184 2005-09-10 Magnus Henoch <mange@freemail.hu>
10185
10186 * textmodes/ispell.el (ispell-check-version): Signal an error if
10187 aspell version is less than 0.60.
10188
10189 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
10190
10191 * progmodes/octave-inf.el (inferior-octave-startup):
10192 Resync current dir at the end.
10193
10194 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
10195
10196 * woman.el (woman-topic-at-point-default):
10197 Rename to woman-use-topic-at-point-default.
10198 (woman-topic-at-point): Rename to woman-use-topic-at-point.
10199 (woman-file-name): Reflect renames above. Automatically use the
10200 word at point as topic if woman-use-topic-at-point is non-nil.
10201 Otherwise offer it as default but don't insert it in the
10202 minibuffer. Also use `test-completion' instead of `assoc' as
10203 suggested by Stefan Monnier.
10204
10205 2005-09-10 Andre Spiegel <spiegel@gnu.org>
10206
10207 * vc.el (vc-directory, vc-update-change-log): Throw an error on
10208 the attempt to do it over Tramp. This is not yet supported.
10209
10210 2005-09-10 Eli Zaretskii <eliz@gnu.org>
10211
10212 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
10213 (menu-bar-non-minibuffer-window-p): New functions.
10214 ("Split Window", "Save As..."): Use them.
10215 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
10216 ("Print Buffer", "Truncate Long Lines in this Buffer"):
10217 Use menu-bar-menu-frame-live-and-visible-p.
10218 ("Save Buffer", "Insert File", "Open Directory...")
10219 ("Open File...", "Visit New File..."):
10220 Use menu-bar-non-minibuffer-window-p.
10221 (kill-this-buffer-enabled-p, dired <menu-enable>):
10222 Use menu-bar-non-minibuffer-window-p.
10223
10224 2005-09-09 Eli Zaretskii <eliz@gnu.org>
10225
10226 * cus-start.el (all): Don't complain about fringe-related
10227 built-ins if fringes are not supported. Ditto about
10228 selection-related built-ins. Fix the test for GTK-related built-ins.
10229
10230 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
10231 ("Postscript Print Buffer", "Print Region", "Save As...")
10232 ("Save", "Insert File...", "Open Directory...")
10233 ("Open File...", "Visit New File..."")
10234 ("Truncate Long Lines in this Buffer"): Don't look at
10235 menu-updating-frame if this display does not support multiple frames.
10236
10237 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
10238
10239 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
10240
10241 2005-09-09 Emilio Lopes <eclig@gmx.net>
10242
10243 * woman.el: Format- and whitespace-related changes.
10244
10245 2005-09-09 Eli Zaretskii <eliz@gnu.org>
10246
10247 * woman.el: Fix my email address.
10248
10249 2005-09-08 Richard M. Stallman <rms@gnu.org>
10250
10251 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
10252 (sh-mode): Locally set skeleton-pair-default-alist.
10253
10254 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
10255
10256 * progmodes/flymake.el: Require `compile' unconditionally.
10257
10258 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
10259
10260 * woman.el (woman-file-name): Provide a default, not initial input.
10261
10262 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
10263
10264 * font-lock.el (font-lock-support-mode): Doc fix.
10265
10266 * descr-text.el (describe-property-list): Handle non-symbol prop names.
10267
10268 2005-09-08 Richard M. Stallman <rms@gnu.org>
10269
10270 * simple.el (blink-matching-open): Get rid of text props from
10271 the string shown in echo area. Don't permanently set point.
10272 Some rearrangements.
10273
10274 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
10275
10276 * recentf.el (recentf-filename-handler): Add custom choice
10277 `abbreviate-file-name'.
10278
10279 * msb.el (msb--very-many-menus): Fix typo.
10280
10281 * disp-table.el (standard-display-european): Don't set
10282 enable-multibyte-characters to nil.
10283
10284 2005-09-08 David Ponce <david@dponce.com>
10285
10286 * recentf.el (recentf-show-file-shortcuts-flag): New option.
10287 (recentf-expand-file-name): Doc fix.
10288 (recentf-dialog-mode-map): Define digit shortcuts.
10289 (recentf--files-with-key): New variable.
10290 (recentf-show-digit-shortcut-filter): New function.
10291 (recentf-open-files-items): New function.
10292 (recentf-open-files): Use it.
10293 (recentf-open-file-with-key): New command.
10294
10295 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
10296
10297 * buff-menu.el (Buffer-menu-sort-by-column): New function.
10298 Suggested by Kim F. Storm.
10299 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
10300 (Buffer-menu-make-sort-button): Use global keymap.
10301
10302 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
10303
10304 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
10305 (Man-getpage-in-background-advice): Remove defadvice; it isn't
10306 necessary any longer with the remapped command.
10307 (Man-bgproc-sentinel-advice): Remove defadvice which counts
10308 formatting time only.
10309
10310 * net/tramp.el (tramp-action-password)
10311 (tramp-multi-action-password): Compile the password prompt from
10312 `method', `user' and `host'. Sometimes it isn't obvious which
10313 password to enter, for example with remote files offered by
10314 recentf.el, or with multiple steps. Suggested by Robert Marshall
10315 <robert@chezmarshall.freeserve.co.uk>.
10316
10317 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
10318
10319 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
10320 Fix regexp for when "s///" is at the beginning of line.
10321
10322 2005-09-07 Jay Belanger <belanger@truman.edu>
10323
10324 * calc/calc-poly.el (math-expand-term): Multiply out any powers
10325 when in matrix mode.
10326
10327 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
10328
10329 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
10330 non-anonymous functions.
10331
10332 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
10333
10334 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
10335 when using a header line. Otherwise, use mouse-1-click-follows-link.
10336
10337 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
10338 can't be moved; don't signal an error.
10339
10340 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
10341
10342 * cus-theme.el (custom-theme-write-faces): Save the current face
10343 spec, not the defface spec.
10344
10345 * custom.el (custom-known-themes): Clarify meaning of "standard".
10346 (custom-push-theme): Save old values in the standard theme.
10347 (disable-theme): Correct typo.
10348 (custom-face-theme-value) Deleted unused function.
10349 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
10350
10351 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
10352
10353 * progmodes/compile.el (compilation-goto-locus): Take into account
10354 iconified frames when determining whether the buffer is
10355 already visible.
10356 Don't reset window height if the window already existed.
10357
10358 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
10359
10360 * custom.el (load-theme): Rename from require-theme.
10361 Add interactive spec.
10362 (enable-theme): Rename from custom-enable-theme.
10363 Add interactive spec.
10364 (disable-theme): Rename from custom-disable-theme.
10365 Add interactive spec.
10366 (custom-make-theme-feature): Doc fix.
10367 (custom-theme-directory): Doc fix.
10368 (provide-theme): Call enable-theme.
10369
10370 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
10371
10372 * obsolete/lazy-lock.el (lazy-lock-mode):
10373 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
10374 font-lock-mode if it's off. Print a warning instead.
10375
10376 * progmodes/compile.el (compilation-start): Ignore errors if the
10377 process died before we get to send-eof.
10378
10379 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
10380 Undo last change. Enclosing the result in quotes broke things on Unix
10381 since tex-send-command passes it through shell-quote-argument.
10382 (tex-send-command): Pass `file' through convert-standard-filename
10383 when possible.
10384 (tex-uptodate-p): Handle the case where TeX hasn't put additional
10385 info in a transcript.
10386
10387 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
10388
10389 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
10390 fix compilation warning. Reorder the key definitions to group
10391 together keys emitted by the current version of xterm.
10392
10393 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
10394 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
10395 Reorder predicates to correct min-color usage.
10396
10397 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
10398
10399 * longlines.el (longlines-mode): Inhibit read-only when encoding.
10400 Kill local variables when longlines-mode is turned off.
10401
10402 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
10403
10404 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
10405
10406 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
10407
10408 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
10409
10410 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
10411 (font-lock-lines-before): Change default to being inactive.
10412 (font-lock-default-fontify-region): Obey font-lock-lines-before.
10413 (font-lock-after-change-function): Don't handle f-l-lines-before here.
10414
10415 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
10416
10417 * net/tramp.el (tramp-handle-make-auto-save-file-name):
10418 Deactivate temporarily advice if active (not needed for Emacs 22,
10419 but for backwards compatibility).
10420 (tramp-exists-file-name-handler): Rewrite. First implementation
10421 was too simple.
10422 (tramp-advice-make-auto-save-file-name):
10423 Call `tramp-handle-make-auto-save-file-name' (again, just for
10424 backwards compatibility).
10425
10426 2005-08-31 Reto Zimmermann <reto@gnu.org>
10427
10428 * progmodes/vhdl-mode.el
10429 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
10430 (vhdl-end-p): Fix indentation bug "else" after "-- when".
10431 (vhdl-set-default-project): New function (easier setting of default).
10432 (vhdl-port-copy): Handle extended identifiers for generics.
10433 (vhdl-compiler-alist): Better description for error message regexp.
10434 (vhdl-make): Query for target, use previous as default.
10435 (vhdl-port-copy): Fix port copy for port names starting with "signal".
10436 (vhdl-font-lock-keywords-2): Fix fontification for record
10437 el. assign.
10438 (vhdl-speedbar-make-subpack-line): Add package body link.
10439 (vhdl-generate-makefile-1): Not include itself as dependency.
10440 (vhdl-font-lock-init): Highlight c-preprocessor directives.
10441 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
10442 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
10443 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
10444 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
10445 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
10446 (vhdl-import-project): Add string argument for `error'.
10447 (vhdl-compose-configuration)
10448 (vhdl-compose-configuration-architecture): Add configuration
10449 declaration generation.
10450 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
10451 (vhdl-trailer-re): Add "record" keyword (better indentation).
10452 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
10453 "[^ \t-\"]+".
10454 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
10455 (vhdl-testbench-entity-file-name)
10456 (vhdl-testbench-architecture-file-name): Allow separate
10457 customization of testbench file names.
10458 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
10459 (vhdl-get-visible-signals): Allow newline within alias declaration.
10460 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
10461 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
10462 (member-ignore-case): Alias for missing function in XEmacs.
10463 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
10464 (vhdl-update-sensitivity-list): Ignore case on read signals.
10465 (vhdl-replace-string): Adjust case only for file names.
10466 (vhdl-update-sensitivity-list): Fix search for read signals.
10467 (vhdl-update-sensitivity-list): Exclude formal parameters.
10468 (vhdl-get-visible-signals): Include aliases of signals.
10469 (vhdl-get-visible-signals): Fix signal name searching.
10470 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
10471 (vhdl-fixup-whitespace-region): Fix for character
10472 literals (e.g. `:').
10473
10474 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
10475
10476 * ansi-color.el (comint-last-output-start):
10477 * bs.el (font-lock-verbose):
10478 * diff-mode.el (add-log-buffer-file-name-function):
10479 * dired-x.el (vm-folder-directory):
10480 * faces.el (help-xref-stack-item):
10481 * files.el (font-lock-keywords):
10482 * find-lisp.el (dired-buffers, dired-subdir-alist):
10483 * ido.el (cua-inhibit-cua-keys):
10484 * log-view.el (cvs-minor-wrap-function):
10485 * outline.el (font-lock-warning-face):
10486 * simple.el (compilation-current-error):
10487 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
10488 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
10489 * tooltip.el (comint-prompt-regexp):
10490 * w32-fns.el (explicit-shell-file-name):
10491 * term/mac-win.el (mac-charset-info-alist)
10492 (mac-services-selection, mac-system-script-code):
10493 * term/tty-colors.el (msdos-color-values):
10494 * term/w32-win.el (xlfd-regexp-registry-subnum):
10495 * term/x-win.el (x-keysym-table, x-selection-timeout)
10496 (x-session-id, x-session-previous-id):
10497 * textmodes/ispell.el (mail-yank-prefix):
10498 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
10499 * textmodes/org.el (calc-embedded-close-formula)
10500 (calc-embedded-open-formula)
10501 (font-lock-unfontify-region-function):
10502 * textmodes/reftex-global.el (isearch-next-buffer-function)
10503 (TeX-master):
10504 * textmodes/reftex.el (font-lock-keywords):
10505 * textmodes/tex-mode.el (font-lock-comment-face)
10506 (font-lock-doc-face):
10507 * textmodes/texinfo.el (outline-heading-alist):
10508 Add defvars.
10509
10510 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
10511 (artist-spray-chars, artist-mode-init, artist-replace-string)
10512 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
10513 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
10514 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
10515
10516 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
10517 (conf-align-assignments): "?\ " -> "?\s".
10518
10519 * textmodes/reftex-index.el (TeX-master): Add defvar.
10520 (reftex-index-phrases-marker): Move up defvar.
10521
10522 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
10523 (reftex-toc-include-labels-indicator)
10524 (reftex-toc-include-index-indicator)
10525 (reftex-toc-max-level-indicator): Move up declarations.
10526
10527 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
10528 of args to `tramp-run-real-handler', even if it's empty in this case.
10529
10530 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10531
10532 * dired.el (dired-move-to-filename-regexp): Add date format for
10533 Mac OS X 10.3 in East Asian locales.
10534
10535 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
10536
10537 * files.el (make-auto-save-file-name): Add file name handler call
10538 if applicable.
10539
10540 * net/tramp.el (tramp-file-name-handler-alist)
10541 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
10542 (tramp-handle-make-auto-save-file-name): Rename from
10543 `tramp-make-auto-save-file-name'.
10544 (tramp-exists-file-name-handler): New defun.
10545 (tramp-advice-make-auto-save-file-name): Make defadvice only when
10546 `make-auto-save-file-name' is not a magic file name operation.
10547
10548 2005-08-30 Richard M. Stallman <rms@gnu.org>
10549
10550 * files.el (risky-local-variable-p):
10551 Match `-predicates' and `-commands.
10552
10553 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
10554 (custom-save-all): Visit the file if necessary;
10555 kill the buffer if we created it.
10556 (custom-save-delete): Don't visit file or kill buffer here.
10557
10558 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
10559
10560 * textmodes/org.el (org-special-keyword): New face.
10561 (org-table-copy-down, org-table-eval-formula)
10562 (org-table-recalculate, org-init-section-numbers):
10563 Use `string-to-number' instead of `string-to-int'.
10564 (org-get-location): Use `insert-buffer-substring' instead of
10565 `insert-buffer'.
10566 (org-modify-diary-entry-string): New function.
10567 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
10568 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
10569 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
10570 active region.
10571 (org-export-as-html): Handle QUOTE keyword.
10572 (org-quote-string): New option.
10573 (org-bookmark-jump-unhide): New function, used for
10574 `bookmark-after-jump-hook'.
10575 (org-diary-default-entry): Apply only when not called through
10576 `org-agenda'.
10577
10578 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
10579
10580 * net/eudc.el (mode-popup-menu):
10581 * play/handwrite.el (ps-printer-name, ps-lpr-command):
10582 * progmodes/ada-mode.el (compile-auto-highlight)
10583 (skeleton-further-elements):
10584 * progmodes/autoconf.el (font-lock-syntactic-keywords):
10585 * progmodes/cmacexp.el (msdos-shells):
10586 * progmodes/compile.el (font-lock-extra-managed-props)
10587 (font-lock-keywords, font-lock-maximum-size)
10588 (font-lock-support-mode):
10589 * progmodes/grep.el (font-lock-lines-before):
10590 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
10591 * progmodes/mixal-mode.el (compile-command):
10592 * progmodes/perl-mode.el (font-lock-comment-face)
10593 (font-lock-doc-face, font-lock-string-face):
10594 * progmodes/prolog.el (comint-prompt-regexp):
10595 * progmodes/sh-script.el (font-lock-comment-face)
10596 (font-lock-set-defaults, font-lock-string-face):
10597 * progmodes/sql.el (font-lock-keyword-face)
10598 (font-lock-set-defaults, font-lock-string-face):
10599 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
10600 (itimer-version, lazy-lock-defer-contextually)
10601 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
10602 Add defvars.
10603
10604 * progmodes/cperl-mode.el (cperl-electric-lbrace)
10605 (cperl-electric-keyword, cperl-electric-pod)
10606 (cperl-electric-backspace, cperl-forward-re)
10607 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
10608 (vc-rcs-header, vc-sccs-header): Add defvars.
10609
10610 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
10611 (font-lock-syntactic-keywords, gud-find-expr-function):
10612 Add defvars.
10613
10614 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
10615 (gdb-frame-parameters): Declare before use.
10616
10617 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
10618 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
10619 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
10620 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
10621
10622 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
10623 (idlwave-help-with-source): Use `insert-buffer-substring', not
10624 `insert-buffer'.
10625
10626 2005-08-29 Juri Linkov <juri@jurta.org>
10627
10628 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
10629 Put outline-back-to-heading function call inside save-excursion.
10630
10631 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
10632
10633 * man.el (Man-init-defvars, Man-translate-references)
10634 (Man-support-local-filenames, Man-highlight-references):
10635 * progmodes/sql.el (sql-interactive-mode):
10636 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
10637
10638 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
10639 (compilation-mode-font-lock-keywords): Add defvars.
10640 (checkdoc-interactive-loop): "?\ " -> "?\s".
10641
10642 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
10643 (font-lock-doc-face, font-lock-string-face)
10644 (font-lock-keywords-case-fold-search): Add defvars.
10645 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
10646
10647 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
10648 Don't pass X and Y (they are ignored anyway).
10649 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
10650 (mouse-delete-window): Make arguments optional.
10651
10652 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
10653 (caesar-translate-table, minor-modes, news-buffer-save)
10654 (news-group-name, news-minor-modes): Add defvars.
10655
10656 * emacs-lisp/lselect.el (mouse-highlight-priority)
10657 (x-lost-selection-functions, zmacs-regions):
10658 * emacs-lisp/pp.el (font-lock-verbose):
10659 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
10660 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
10661 (ses-mode-map):
10662 * emacs-lisp/tcover-unsafep.el (safe-functions):
10663 * international/mule-cmds.el (mac-system-coding-system)
10664 (mac-system-locale):
10665 * language/ethio-util.el (rmail-current-message)
10666 (rmail-message-vector):
10667 * language/thai-util.el (thai-auto-composition-mode):
10668 * mail/metamail.el (rmail-current-message, rmail-message-vector):
10669 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
10670 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
10671 (vm-primary-inbox, vm-spool-files):
10672 * mail/rmail.el (deleted-head, font-lock-fontified)
10673 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
10674 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
10675 (total-messages):
10676 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
10677 (rmail-summary-mode-map):
10678 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
10679 (rmail-last-label, rmail-last-multi-labels)
10680 (rmail-summary-vector, rmail-total-messages):
10681 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
10682 * mail/rmailsum.el (msgnum):
10683 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
10684 (rmail-current-message):
10685 * obsolete/fast-lock.el (font-lock-face-list):
10686 * obsolete/rnewspost.el (mail-reply-buffer):
10687 * obsolete/scribe.el (compile-command):
10688 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
10689
10690 2005-08-28 John Paul Wallington <jpw@gnu.org>
10691
10692 * ibuf-ext.el (ibuffer-auto-update-changed):
10693 Use `frame-or-buffer-changed-p' to check whether we need to update.
10694 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
10695 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
10696 as a `frame-or-buffer-changed-p' state vector instead.
10697
10698 2005-08-27 Romain Francoise <romain@orebokech.com>
10699
10700 * textmodes/makeinfo.el (makeinfo-compile):
10701 Use `compilation-start'. Set `next-error-function' according to
10702 `disable-errors'.
10703 (makeinfo-next-error): New function.
10704 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
10705 (makeinfo-buffer): Likewise.
10706
10707 * progmodes/compile.el (compilation-start): Add autoload cookie.
10708
10709 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
10710 * textmodes/sgml-mode.el: Likewise.
10711 * progmodes/python.el: Likewise.
10712
10713 2005-08-27 Eli Zaretskii <eliz@gnu.org>
10714
10715 * simple.el (blink-matching-paren-distance): Document the meaning
10716 of nil value, and allow to customize to nil.
10717
10718 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
10719 command.com, not command.exe.
10720
10721 2005-08-26 John Wiegley <johnw@newartisans.com>
10722
10723 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
10724 code around a bit so that an extraneous nil argument is not added
10725 to a command when no args are given.
10726
10727 * eshell/esh-arg.el (eshell-parse-double-quote): If a
10728 double-quoted argument resolves to nil, return it as an empty
10729 string rather than as nil. This made it impossible to pass "" to
10730 a shell script as a null string argument.
10731
10732 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
10733
10734 * outline.el (outline-invent-heading): New fun.
10735 (outline-promote, outline-demote): Use it.
10736 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
10737 (outline-end-of-subtree): Remove unused var `opoint'.
10738
10739 2005-08-26 David Reitter <david.reitter@gmail.com>
10740
10741 * menu-bar.el (truncate-lines, write-file, print-buffer)
10742 (ps-print-buffer-faces, ps-print-buffer, split-window):
10743 Disable menu items when the frame they refer to is invisible, or when
10744 they refer to a buffer and the minibuffer is selected.
10745
10746 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
10747
10748 * progmodes/flymake.el (flymake-highlight-err-lines):
10749 Use save-excursion around flymake-highlight-line to preserve point.
10750
10751 2005-08-26 Eli Zaretskii <eliz@gnu.org>
10752
10753 * progmodes/octave-mod.el: Change Author and Maintainer address.
10754 (octave-maintainer-address): Change Kurt's email address.
10755 * progmodes/octave-inf.el: Change Author and Maintainer address.
10756 * progmodes/octave-hlp.el: Change Author and Maintainer address.
10757
10758 2005-08-26 Kim F. Storm <storm@cua.dk>
10759
10760 * subr.el (version-list-<, version-list-<=, version-list-=):
10761 Rename from integer-list-*.
10762 (version-list-not-zero): Likewise. Fix while loop.
10763 (version=): Use version-list-= instead of string-equal.
10764
10765 2005-08-26 Richard M. Stallman <rms@gnu.org>
10766
10767 * outline.el (outline-promote): Try shortening the heading.
10768 As last resort, read the heading to use.
10769 (outline-demote): As last resort, read the heading to use.
10770
10771 2005-08-26 Romain Francoise <romain@orebokech.com>
10772
10773 * progmodes/compile.el (compilation-start): Doc fix.
10774
10775 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
10776 (antlr-font-lock-additional-keywords): Fix reference to
10777 `antlr-font-lock-literal-regexp' erroneously changed during the
10778 mass face rename.
10779 (antlr-run-tool): Use `compilation-start'.
10780
10781 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
10782 instead of the obsolete `compile-internal'.
10783
10784 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
10785
10786 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
10787 (number, original-date):
10788 * calendar/cal-china.el (date):
10789 * calendar/cal-coptic.el (date):
10790 * calendar/cal-french.el (date):
10791 * calendar/cal-hebrew.el (date, entry, number, original-date):
10792 * calendar/cal-islam.el (date, number, original-date):
10793 * calendar/cal-iso.el (date):
10794 * calendar/cal-julian.el (date):
10795 * calendar/cal-mayan.el (date):
10796 * calendar/cal-menu.el (date, event):
10797 * calendar/cal-persia.el (date):
10798 * calendar/lunar.el (date):
10799 * calendar/solar.el (date): Add defvars.
10800
10801 * emerge.el:
10802 * ibuffer.el:
10803 * info-xref.el:
10804 * obsolete/bg-mouse.el:
10805 * obsolete/sun-curs.el:
10806 * obsolete/swedish.el: Move the `defvar's to the top level.
10807
10808 * smerge-mode.el (smerge-refined-change): Add :group.
10809
10810 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
10811
10812 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
10813 (smerge-keep-n): Remove props.
10814 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
10815 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
10816 now that it's done in smerge-keep-n.
10817 (smerge-refined-change): New face.
10818 (smerge-refine-chopup-region, smerge-refine-highlight-change)
10819 (smerge-refine): New funs.
10820 (smerge-basic-map): Bind smerge-refine.
10821
10822 2005-08-25 Juri Linkov <juri@jurta.org>
10823
10824 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
10825 compilation-process-setup-function and compilation-disable-input
10826 in grep-mode instead of let-bindings in grep.
10827
10828 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
10829 Delete "Automatic File De/compression" (auto-compression-mode).
10830
10831 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
10832
10833 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
10834 Silence warning about non-existent variable.
10835
10836 2005-08-25 Richard M. Stallman <rms@gnu.org>
10837
10838 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
10839 Rename "Describe Key" to "Describe Key or Mouse Operation".
10840
10841 * mail/mailalias.el (build-mail-aliases): Delete comments
10842 from the contents before processing them.
10843
10844 * isearch.el (isearch-edit-string): Erase the Search prompt
10845 if user enters an empty string and there is no default.
10846
10847 * comint.el (comint-file-name-prefix): Add autoload.
10848
10849 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
10850
10851 * subr.el (play-sound): Rearrange to avoid warning.
10852
10853 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
10854
10855 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
10856 New hook.
10857 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
10858
10859 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
10860
10861 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
10862
10863 * custom.el (custom-theme-set-variables): Sort minor modes last.
10864
10865 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10866
10867 * subr.el (version-separator, version-regexp-alist): New vars used by
10868 version comparison funs.
10869 (integer-list-<, integer-list-=, integer-list-<=)
10870 (integer-list-not-zero): New funs for integer list comparison.
10871 (version-to-list, version=, version<, version<=): New funs for version
10872 comparison.
10873
10874 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
10875
10876 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
10877 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
10878 time to silence the byte-compiler.
10879
10880 * ibuffer.el (ibuffer-compile-make-eliding-form)
10881 (ibuffer-check-formats): Use `with-no-warnings' to hide references
10882 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
10883 so it's silly to get warnings for it).
10884 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
10885 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
10886 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
10887 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
10888 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
10889 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
10890 Defvar at compile time.
10891 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
10892 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
10893 Declare them before use.
10894
10895 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
10896 (info-xref-good, info-xref-bad): Defvar at compile time.
10897
10898 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
10899 Use `let*' instead of `let'.
10900
10901 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
10902 (*mouse-y*, menu, char): Defvar at compile time.
10903 (sc::menu): Declare it before use.
10904 (sc::pack-one-line): Use `let', not `let*'.
10905
10906 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
10907 (mail-send-hook): Defvar at compile time.
10908
10909 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
10910 Defvar at compile time.
10911
10912 * term/sun-mouse.el (current-global-mousemap)
10913 (current-local-mousemap): Declare them before use.
10914
10915 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
10916
10917 * bookmark.el (bookmark-after-jump-hook): New hook.
10918 (bookmark-jump): Run `bookmark-after-jump-hook'.
10919
10920 2005-08-23 Juri Linkov <juri@jurta.org>
10921
10922 * faces.el (minibuffer-prompt): Doc fix.
10923
10924 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
10925
10926 * progmodes/xscheme.el: Trivial changes to silence warnings.
10927 (xscheme-previous-mode, xscheme-previous-process-state):
10928 Add defvars.
10929 (xscheme-last-input-end, xscheme-process-command-line)
10930 (xscheme-process-name, xscheme-buffer-name)
10931 (xscheme-expressions-ring-max, xscheme-expressions-ring)
10932 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
10933 (xscheme-control-g-synchronization-p)
10934 (xscheme-control-g-disabled-p, xscheme-string-receiver)
10935 (default-xscheme-runlight, xscheme-runlight)
10936 (xscheme-runlight-string, xscheme-process-filter-state)
10937 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
10938 Move to beginning of file.
10939 (scheme-interaction-mode-commands-alist)
10940 (scheme-interaction-mode-map, scheme-debugger-mode-map):
10941 Declare them before use. Note: the initialization code for the variables
10942 has not been moved because it uses functions that reference the variables.
10943 (xscheme-control-g-message-string, xscheme-process-filter-alist)
10944 (xscheme-prompt-for-expression-map): Declare them before use.
10945 (scheme-debugger-mode-commands): "?\ " -> "?\s".
10946
10947 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
10948
10949 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
10950
10951 2005-08-22 Juri Linkov <juri@jurta.org>
10952
10953 * faces.el (set-face-underline): Delete this duplicate function
10954 and make an obsolete alias to set-face-underline-p.
10955 (set-face-underline-p): Use docstring of set-face-underline.
10956 (describe-face): Create hyperlink to parent face.
10957
10958 * info.el (Info-insert-dir): Use save-excursion around
10959 insert-buffer-substring.
10960 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
10961 (Info-escape-percent): Delete function.
10962 (Info-fontify-node): Replace Info-escape-percent by
10963 replace-regexp-in-string with REP arg set to lambda that
10964 duplicates `%' and preserves text properties.
10965
10966 * progmodes/compile.el (compilation-disable-input): Doc fix.
10967 (define-compilation-mode): Doc fix and refill.
10968 (kill-compilation): Use `mode-name' in the error message.
10969 (compilation-find-file): Use `compilation-error' in the
10970 read-file-name's prompt.
10971
10972 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
10973
10974 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
10975 (smerge-auto-leave): Make undo re-enable the mode.
10976 (debug-ignored-errors): Add the user-error of impossible resolution.
10977 (smerge-resolve): Move things around a bit, in preparation for later.
10978 (smerge-diff): Don't fail if the buffer has no associated file.
10979 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
10980 (smerge-conflict-overlay): New function.
10981 (smerge-match-conflict): Don't add text properties here.
10982 (smerge-find-conflict): Instead, add an overlay here.
10983 Also check for the case where we're inside a conflict already, so as to
10984 obviate the need for font-lock-multiline, which is unbearably slow with
10985 large conflicts and ciomplex font-lock patterns.
10986 (smerge-remove-props): Remove overlay rather than text-properties.
10987 (smerge-mode): Don't set font-lock-multiline.
10988 Remove overlays when turned off.
10989
10990 2005-08-21 Kim F. Storm <storm@cua.dk>
10991
10992 * ido.el (ido-ignore-item-p): Use save-match-data.
10993 Bind case-fold-search to ido-case-fold locally.
10994
10995 2005-08-20 Richard M. Stallman <rms@gnu.org>
10996
10997 * files.el (normal-mode): If font lock is on, turn it off and on.
10998
10999 * subr.el (replace-regexp-in-string): Doc fix.
11000
11001 * startup.el (command-line-1): Don't suppress startup screen
11002 due to existing processes.
11003
11004 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
11005
11006 * progmodes/compile.el (compilation-disable-input): Default to nil.
11007
11008 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
11009
11010 * progmodes/compile.el (compilation-disable-input): New defcustom.
11011 (compilation-start): If compilation-disable-input is non-nil, send
11012 EOF to the compilation process.
11013
11014 2005-08-20 Eli Zaretskii <eliz@gnu.org>
11015
11016 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
11017 Run the argument of tex-shell-cd-command through
11018 convert-standard-filename, to get the correct style of slashes on
11019 Windows, and enclose the result in quotes, in case the file name
11020 includes whitespace or other special characters.
11021
11022 2005-08-19 Andreas Schwab <schwab@suse.de>
11023
11024 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
11025 process.
11026
11027 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
11028
11029 * cus-start.el (minibuffer-prompt-properties): Correct typo.
11030
11031 2005-08-18 Kim F. Storm <storm@cua.dk>
11032
11033 * scroll-lock.el: Fix errors due to incorrect line wrapping.
11034
11035 2005-08-18 Richard M. Stallman <rms@gnu.org>
11036
11037 * scroll-lock.el: New file.
11038
11039 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
11040
11041 * dired.el (dired-move-to-end-of-filename):
11042 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
11043
11044 2005-08-18 Kim F. Storm <storm@cua.dk>
11045
11046 * ido.el (ido-everywhere): Fix defcustom :set function to disable
11047 rather than toggle mode when custom value is nil.
11048 (ido-everywhere): Fix defun doc string.
11049
11050 2005-08-17 Richard M. Stallman <rms@gnu.org>
11051
11052 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
11053 as tag instead of "Inviolable".
11054
11055 2005-08-17 Kim F. Storm <storm@cua.dk>
11056
11057 * windmove.el (windmove-coordinates-of-position): Remove.
11058 (windmove-coordinates-of-window-position): Remove.
11059 (windmove-reference-loc): Use posn-at-point instead.
11060
11061 * subr.el (insert-for-yank-1): Doc fix.
11062
11063 * ido.el (ido-enter-matching-directory): Rename from
11064 ido-enter-single-matching-directory. Change `slash' choice to
11065 `only'. Add `first' choice.
11066 (ido-exhibit): Adapt to above changes.
11067
11068 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
11069
11070 * Makefile.in: Expand comment about building loaddefs.el.
11071
11072 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
11073
11074 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
11075 Comment use of defadvice.
11076
11077 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
11078
11079 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
11080
11081 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
11082 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
11083 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
11084 * progmodes/idlw-shell.el, progmodes/ld-script.el,
11085 * progmodes/which-func.el, ruler-mode.el, strokes.el,
11086 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
11087 for backward compatibility for faces that did not appear in the
11088 previous Emacs release.
11089
11090 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
11091
11092 2005-08-15 Kim F. Storm <storm@cua.dk>
11093
11094 * emulation/cua-base.el (cua-delete-region): Return t if
11095 deleted region was non-empty.
11096 (cua-replace-region): Inhibit overwrite-mode for
11097 self-insert-command if replaced region was non-empty.
11098 (cua--explicit-region-start, cua--status-string): Make them
11099 buffer-local at top-level...
11100 (cua-mode): ...rather than when mode is enabled.
11101
11102 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
11103
11104 * progmodes/vhdl-mode.el (vhdl-emacs-21):
11105 Set t for Emacs 21, 22, and so on.
11106
11107 2005-08-15 David Ponce <david@dponce.com>
11108
11109 * tree-widget.el: Update Commentary header.
11110 (tree-widget-theme): Doc fix.
11111 (tree-widget-space-width): New option.
11112 (tree-widget-image-properties): Look up in the default theme too.
11113 (tree-widget--cursors): Only for images with arrow pointer shape.
11114 (tree-widget-lookup-image): Pointer shape is hand by default.
11115 (tree-widget-icon): Rename generic icon widget from
11116 `tree-widget-control'.
11117 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
11118 derive from `tree-widget-icon'.
11119 (tree-widget-handle): Improve default look and feel of the text
11120 representation.
11121 (tree-widget): Rename :*-control properties to :*-icon properties.
11122 Add :action and :help-echo properties.
11123 (tree-widget-after-toggle-functions): Move.
11124 (tree-widget-close-node, tree-widget-open-node): Remove.
11125 (tree-widget-before-create-icon-functions): New hook.
11126 (tree-widget-value-create): Update to allow customization of icons
11127 and nodes at run-time via that new hook.
11128 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
11129 (tree-widget-icon-action, tree-widget-icon-help-echo)
11130 (tree-widget-action, tree-widget-help-echo): New functions.
11131
11132 2005-08-15 Kim F. Storm <storm@cua.dk>
11133
11134 * ido.el (ido-buffer-internal): Use with-no-warnings.
11135 (ido-make-merged-file-list): Use while-no-input.
11136
11137 2005-08-15 Richard M. Stallman <rms@gnu.org>
11138
11139 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
11140 (flyspell-large-region): Fix doc and custom type.
11141
11142 2005-08-14 Richard M. Stallman <rms@gnu.org>
11143
11144 * files.el (interpreter-mode-alist): Doc fix.
11145
11146 * mail/rmail.el (rmail-nonignored-headers): New variable.
11147 (rmail-clear-headers): Use it.
11148 (rmail-reply): Better handling of mail-followup-to header.
11149
11150 * progmodes/sh-script.el (sh-font-lock-keywords-var):
11151 Rename variable from sh-font-lock-keywords. In the `shell' entry,
11152 don't try to refer to executable-font-lock-keywords.
11153 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
11154 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
11155 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
11156 (sh-mode): Set comment-start-skip, local-abbrev-table,
11157 imenu-case-fold-search.
11158 (sh-set-shell): Don't set them here.
11159 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
11160 Don't cache the results in the original alist; don't ever modify
11161 that alist.
11162
11163 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
11164
11165 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
11166 empty.
11167
11168 2005-08-15 Andreas Schwab <schwab@suse.de>
11169
11170 * desktop.el: Put autoload cookie at risky-local-variable declarations.
11171
11172 * dired.el, info.el, mail/rmail.el: Revert last change.
11173
11174 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
11175
11176 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
11177 modification in `eval-after-load' form.
11178 * info.el: Likewise.
11179 * mail/rmail.el: Likewise.
11180
11181 2005-08-14 Juri Linkov <juri@jurta.org>
11182
11183 * progmodes/compile.el (compilation-mode-font-lock-keywords):
11184 Remove highlighting of "Compilation started". Highlight only
11185 the word "finished" in "Compilation finished". Add highlighting
11186 of "interrupt", "killed", "terminated" and the exit code.
11187 (compilation-start): Add newline after header. Use exactly the
11188 same time stamp format as the finishing message.
11189 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
11190
11191 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
11192 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
11193 Add highlighting of "interrupt", "killed", "terminated".
11194
11195 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
11196 enabled and the current command is self-insert-command, call it
11197 explicitly with overwrite-mode bound to nil, to not allow it
11198 to delete the character after the selected region.
11199
11200 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
11201
11202 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
11203 move-end-of-line, end-of-line, and beginning-of-line to the list
11204 of commands after which the echo area is updated.
11205
11206 2005-08-12 Eli Zaretskii <eliz@gnu.org>
11207
11208 * cus-edit.el (custom-save-all, custom-save-delete):
11209 Bind recentf-exclude to exclude custom-file.
11210
11211 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
11212
11213 * mail/rmailsum.el (rmail-summary-end-of-message): New command
11214 to go to the bottom of the mail message. Added to
11215 `rmail-summary-mode-map' with key "/".
11216 (rmail-summary-show-message): New (internal) function for use by
11217 both `rmail-summary-beginning/end-of-message'.
11218 (rmail-summary-beginning-of-message): Change to use
11219 rmail-summary-show-message.
11220
11221 * mail/rmail.el (rmail-end-of-message): New command to go to the
11222 end of the current message. Added to `rmail-mode-map' with key "/".
11223 (rmail-beginning-of-message): Fix to work as documented.
11224 (rmail-mode): Change documentation.
11225
11226 * progmodes/compile.el (compilation-start): Add the line
11227 "Compilation started" with compilation start time.
11228 (compilation-mode-font-lock-keywords): Add `started' to keywords.
11229
11230 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
11231
11232 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
11233 of menu items.
11234
11235 2005-08-11 Richard M. Stallman <rms@gnu.org>
11236
11237 * simple.el (pop-global-mark): Reverse test of widen-automatically.
11238
11239 * battery.el (battery-status-function): Don't use ignore-errors.
11240
11241 2005-08-11 Lute Kamstra <lute@gnu.org>
11242
11243 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
11244 define-obsolete-variable-alias.
11245
11246 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
11247
11248 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
11249 (ange-ftp-send-cmd): Revert last change, and expand
11250 the comment explaining the problem.
11251
11252 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
11253
11254 * ldefs-boot.el: Update.
11255
11256 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
11257 item to "Time, Load and Mail". Change help echo text.
11258
11259 * time.el (display-time-use-mail-icon, display-time-format)
11260 (display-time-string-forms): Shorten first line of docstrings.
11261
11262 2005-08-10 Lars Hansen <larsh@soem.dk>
11263
11264 * desktop.el (desktop-buffer-mode-handlers):
11265 Make non-customizable. Add autoload cookie. Change initial value to
11266 nil; add elements in respective modules instead. Fix doc string.
11267 (desktop-load-file): New function.
11268 (desktop-minor-mode-handlers): New autoloaded variable.
11269 (desktop-create-buffer): Call minor mode handlers.
11270 Use desktop-load-file to load major and minor mode modules prior to
11271 checking for a handler.
11272 (desktop-save): Don't add nil to desktop-minor-modes for minor
11273 modes with nil function in desktop-minor-mode-table. Don't delete
11274 desktop file before rewriting it.
11275 (desktop-locals-to-save): Add autoload cookie. Don't make
11276 automatically buffer-local. Add variables column-number-mode,
11277 size-indication-mode, indent-tabs-mode,
11278 indicate-buffer-boundaries, indicate-empty-lines and
11279 show-trailing-whitespace.
11280 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
11281 regexps. Don't use desktop-clear-preserve-buffers-regexp.
11282 (desktop-clear-preserve-buffers-regexp): Delete.
11283 (desktop-clear-preserve-buffers): Update initial value and docstring.
11284 (desktop-save-buffer): Fix doc string.
11285
11286 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
11287 (hilit-chg-desktop-restore): New function.
11288 (highlight-changes-mode): Add highlight-changes-mode to
11289 desktop-locals-to-save.
11290
11291 * dired.el: Add handler to desktop-buffer-mode-handlers.
11292 (dired-restore-desktop-buffer): Remove autoload cookie.
11293 (dired-mode): Add autoload cookie.
11294
11295 * info.el: Add handler to desktop-buffer-mode-handlers.
11296 (Info-restore-desktop-buffer): Remove autoload cookie.
11297 (Info-mode): Add autoload cookie.
11298
11299 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
11300 (mh-restore-desktop-buffer): Remove autoload cookie.
11301 (mh-folder-mode): Add autoload cookie.
11302
11303 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
11304 (rmail-restore-desktop-buffer): Remove autoload cookie.
11305
11306 2005-08-11 Masatake YAMATO <jet@gyve.org>
11307
11308 * hexl.el (hexl-address-region):
11309 (hexl-ascii-region, hexl-font-lock-keywords):
11310 (hexl-highlight-line-range): Use the term "region"
11311 instead of "area" for consistency with the other symbols
11312 defined in hexl.el.
11313
11314 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
11315
11316 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
11317 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
11318 out by Juri Linkov). Add `display-battery-mode'.
11319
11320 2005-08-09 Juri Linkov <juri@jurta.org>
11321
11322 * progmodes/compile.el (compilation-mode-font-lock-keywords):
11323 Remove `-text' from face variable names.
11324 (compilation-error-file-name, compilation-warning-file-name)
11325 (compilation-info-file-name): Delete faces.
11326 (compilation-line-number, compilation-column-number):
11327 Remove face underlining.
11328 (compilation-message-face): Set to `underline' value by default.
11329 (compilation-error-face, compilation-warning-face)
11330 (compilation-info-face): Remove `-file-name' from face names.
11331 (compilation-error-text-face, compilation-warning-text-face)
11332 (compilation-info-text-face): Delete face variables.
11333 (compilation-text-face): Delete function.
11334
11335 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
11336 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
11337 (grep-error-face): Set to `compilation-error' instead of
11338 `compilation-error-face' (which is redefined to `grep-hit-face' in
11339 grep buffers).
11340 (grep-mode-font-lock-keywords): Remove `-text' from face variable
11341 names. Use `grep-error-face' instead of `compilation-error-text-face'.
11342
11343 * dired-aux.el (dired-do-query-replace-regexp):
11344 Use `query-replace-read-args'.
11345
11346 * replace.el (query-replace-read-from, query-replace-read-to)
11347 (query-replace-read-args): Rename arg `string' to `prompt'.
11348
11349 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
11350
11351 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
11352
11353 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
11354 uploading files.
11355 (ange-ftp-canonize-filename): Handle file names beginning with ~
11356 correctly.
11357
11358 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
11359
11360 * textmodes/fill.el (canonically-space-region)
11361 (fill-context-prefix, fill-french-nobreak-p)
11362 (fill-delete-newlines, fill-comment-paragraph)
11363 (justify-current-line): "?\ " -> "?\s".
11364
11365 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
11366
11367 * textmodes/fill.el (fill-nonuniform-paragraphs):
11368 Improve argument/docstring consistency.
11369
11370 2005-08-09 Richard M. Stallman <rms@gnu.org>
11371
11372 * textmodes/ispell.el (ispell-word): More fboundp checks.
11373
11374 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
11375 (find-file-noselect-1): Call it here, only if RAWFILE.
11376 (normal-mode): Always set some major mode.
11377 (save-some-buffers-action-alist): Change some explanation strings.
11378 (file-name-non-special): In the `quote' method, use unwind-protect.
11379
11380 2005-08-09 Magnus Henoch <mange@freemail.hu>
11381
11382 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
11383 (ispell-have-aspell-dictionaries): New variable.
11384 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
11385 (ispell-get-aspell-config-value): New function.
11386 (ispell-aspell-find-dictionary): New function.
11387 (ispell-aspell-add-aliases): New function.
11388 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
11389 appropriate. Don't look for ispell dictionaries if we use aspell.
11390 (ispell-menu-map): Don't build a submenu of dictionaries.
11391
11392 2005-08-09 Richard M. Stallman <rms@gnu.org>
11393
11394 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
11395 (sql-read-passwd): Use read-passwd.
11396
11397 * progmodes/idlw-toolbar.el (idlwave-toolbar)
11398 (idlwave-toolbar-is-possible): Add defvars.
11399
11400 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
11401 Avoid warnings.
11402
11403 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
11404 (idlwave-system-class-info, idlwave-executive-commands-alist):
11405 Use defvar.
11406
11407 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
11408
11409 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
11410 Avoid warnings.
11411
11412 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
11413 and content-type: headers.
11414
11415 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
11416
11417 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
11418 and rename some of them to be more self-explanatory.
11419
11420 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
11421
11422 * startup.el (command-line-1): Implement -scriptload.
11423
11424 * replace.el (occur-engine): Initial *Occur* output not undoable.
11425
11426 * menu-bar.el (menu-bar-file-menu): Rename some menu items
11427 and improve help strings.
11428
11429 * isearch.el (isearch-repeat): When changing direction,
11430 mark search successful.
11431
11432 * ediff-init.el: Use (featurep 'xemacs).
11433
11434 * comint.el (send-invisible): Identify buffer, if not selected.
11435
11436 * align.el: Delete autoload for c-guess-basic-syntax.
11437
11438 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
11439
11440 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
11441 Improve argument/docstring consistency. Doc fixes.
11442 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
11443 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
11444 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
11445 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
11446 (r2bv-organization, r2bv-pages, r2bv-primary-author)
11447 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
11448 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
11449 Defvar at compile time.
11450
11451 2005-08-09 Juri Linkov <juri@jurta.org>
11452
11453 * info.el: Replace `info' with upper-case `Info' where appropriate.
11454 (info-title-1, info-title-2, info-title-3, info-title-4)
11455 (info-menu-header): Move up face definitions.
11456 (info-menu-star): Rename from `info-menu-5'.
11457 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
11458 (Info-fontify-visited-nodes): Fix docstring.
11459 (Info-hide-note-references): Fix docstring.
11460 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
11461 menu items in the same way as on cross-references.
11462 (info-apropos): Fix sorting order and formatting to be like in the
11463 stand-alone Info browser. Display error messages for 1 sec.
11464 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
11465 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
11466 from the menu bar.
11467 (Info-insert-dir): Restore point after calling
11468 `insert-buffer-substring'.
11469
11470 2005-08-08 Richard M. Stallman <rms@gnu.org>
11471
11472 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
11473 (recompute-lucid-menubar): Add defvars.
11474
11475 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
11476
11477 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
11478
11479 * net/net-utils.el (run-dig): Rename from `dig'.
11480
11481 * play/gametree.el (gametree-mode): Use make-local-variable,
11482 not make-variable-buffer-local.
11483
11484 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
11485
11486 * ansi-color.el (ansi-color-make-extent)
11487 (ansi-color-set-extent-face): Use fboundp, not functionp.
11488
11489 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
11490 not make-variable-buffer-local.
11491
11492 * bookmark.el (Info-current-file): Add defvar.
11493 (bookmark-jump-noselect): Use with-no-warnings.
11494
11495 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
11496
11497 * ebuff-menu.el (Helper-return-blurb): Add defvar.
11498
11499 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
11500
11501 * find-file.el (ada-procedure-start-regexp)
11502 (ada-package-start-regexp): Add defvars.
11503
11504 * info.el (Info-insert-dir): Use insert-buffer-substring.
11505
11506 * xml.el (xml-att-def-re): Add defvar.
11507
11508 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
11509 calling convention.
11510
11511 * subr.el (while-no-input): Return t if there is input.
11512
11513 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
11514
11515 * cus-start.el (all): Add `overflow-newline-into-fringe'.
11516
11517 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
11518
11519 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
11520 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
11521
11522 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
11523
11524 * cmuscheme.el (scheme-start-file): Replace reference to
11525 `user-emacs-directory' by "~/.emacs.d/".
11526
11527 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
11528
11529 * info.el (Info-dir-remove-duplicates): Avoid case folding
11530 in loop; instead, keep downcased strings for comparison.
11531 Suggested by Helmut Eller.
11532
11533 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
11534
11535 Sync with Tramp 2.0.50.
11536
11537 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
11538 XEmacs case; not necessary anymore.
11539 (tramp-user-regexp): Allow "@" as part of user name.
11540 (tramp-handle-set-visited-file-modtime)
11541 (tramp-handle-insert-file-contents)
11542 (tramp-handle-write-region): No special handling for
11543 `last-coding-system-used, because this is done in
11544 `tramp-accept-process-output' now.
11545 (tramp-accept-process-output): New defun.
11546 (tramp-process-one-action, tramp-process-one-multi-action)
11547 (tramp-wait-for-regexp, tramp-wait-for-output)
11548 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
11549 Howells <dhowells@redhat.com>.
11550 (clear-visited-file-modtime): Defadvice removed. The check for
11551 unset buffer's modtime does not need to be based on
11552 `tramp-buffer-file-attributes'. Suggested by RMS.
11553 (tramp-message): Insert "\n" if not being at beginning of line.
11554 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
11555 sequence with same logic.
11556 (tramp-completion-handle-expand-file-name): Discard call of
11557 `tramp-drop-volume-letter'. It is not necessary, and there have
11558 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
11559 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
11560 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
11561 should always be visible.
11562 (tramp-handle-insert-directory, tramp-setup-complete)
11563 (tramp-set-process-query-on-exit-flag)
11564 (tramp-append-tramp-buffers): Pacify byte-compiler.
11565 (tramp-bug): Delete non-existing variables from list.
11566 Apply `tramp-load-report-modules' as pre-hook.
11567 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
11568 `shell-prompt-pattern' because of non-7bit characters.
11569 Reported by Sebastian Luque <sluque@mun.ca>.
11570 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
11571 (tramp-match-string-list): Remove function.
11572 (tramp-wait-for-regexp): Remove call of that function.
11573 Suggested by Kim F. Storm <storm@cua.dk>.
11574 (tramp-set-auto-save-file-modes): Use octal integer code #o600
11575 instead of octal character code ?\600. The latter resulted in a
11576 syntax error with XEmacs.
11577
11578 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
11579 XEmacs case; not necessary anymore.
11580 (tramp-smb-handle-write-region): No special handling for
11581 `last-coding-system-used, because this is done in
11582 `tramp-accept-process-output' now.
11583 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
11584
11585 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
11586
11587 * wid-edit.el (widget-choice-value-create):
11588 Unconditionally respect user choice. Set :explicit-choice back to nil
11589 when no longer needed.
11590 (widget-choice-action): Unconditionally respect user choice.
11591 Eliminate :explicit-choice-value.
11592
11593 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
11594
11595 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
11596 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
11597 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
11598 running new function `toggle-indicate-empty-lines'.
11599 Rename "Customize" item to "Customize fringe".
11600 Rename "Indicators" item to "Buffer boundaries" and change help echo.
11601 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
11602 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
11603 Delete "Empty lines only" item.
11604 (menu-bar-showhide-fringe-ind-customize): New function.
11605 (menu-bar-showhide-fringe-ind-mixed)
11606 (menu-bar-showhide-fringe-ind-box)
11607 (menu-bar-showhide-fringe-ind-right)
11608 (menu-bar-showhide-fringe-ind-left)
11609 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
11610 instead of `fringe-indicators'.
11611
11612 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
11613
11614 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
11615 Change the date of last update.
11616
11617 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
11618
11619 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
11620 (viper-exec-yank, viper-put-back): Don't display modification msg
11621 if in the minibuffer.
11622
11623 * viper-init.el (viper-replace-overlay-cursor-color)
11624 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
11625 Make variables frame local.
11626
11627 * viper-util.el (viper-append-filter-alist): Use append instead of
11628 nconc.
11629
11630 * viper.el (viper-vi-state-mode-list)
11631 (viper-emacs-state-mode-list): Move help-mode and
11632 completion-list-mode from the first list to the second.
11633 (viper-mode): Docstring.
11634 (viper-go-away, viper-non-hook-settings): Don't localize
11635 minor-mode-alist in newer Emacsen. Add advice to
11636 set-cursor-color. Don't bind "\C-c\\".
11637
11638 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
11639
11640 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
11641 (scheme-macro-expand-command): New user options.
11642 (scheme-trace-procedure, scheme-expand-current-form): New commands.
11643 (scheme-form-at-point, scheme-start-file)
11644 (scheme-interactively-start-process): New functions.
11645 (scheme-get-process): New function, extracted from `scheme-proc'.
11646 (run-scheme): Call `scheme-start-file' to get start file, and pass
11647 it to `make-comint'.
11648 (switch-to-scheme, scheme-proc):
11649 Call `scheme-interactively-start-process' if no Scheme buffer/process
11650 is available.
11651
11652 2005-08-06 Juri Linkov <juri@jurta.org>
11653
11654 * progmodes/compile.el (compilation-mode-font-lock-keywords):
11655 Use `compilation-text-face', `compilation-info-text-face' and
11656 `compilation-error-text-face' instead of `font-lock-keyword-face'.
11657 (compilation-error): New face.
11658 (compilation-error-file-name): Inherit from
11659 `compilation-error' instead of `font-lock-warning-face'.
11660 (compilation-warning-file-name): Inherit from
11661 `compilation-warning' instead of `font-lock-warning-face'.
11662 (compilation-info, compilation-error-file-name)
11663 (compilation-warning-file-name, compilation-info-file-name)
11664 (compilation-line-number, compilation-column-number): Doc fix.
11665 (compilation-error-text-face, compilation-warning-text-face)
11666 (compilation-info-text-face): New face variables.
11667 (compilation-line-face, compilation-column-face)
11668 (compilation-enter-directory-face)
11669 (compilation-leave-directory-face): Doc fix.
11670 (compilation-text-face): New function.
11671
11672 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
11673 instead of 1 to display binary file names as info file links.
11674 (grep-error-face): Use `compilation-error-face' instead of
11675 `font-lock-keyword-face'.
11676 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
11677 and `compilation-warning-text-face' instead of
11678 `font-lock-keyword-face'. Use `compilation-error-text-face'
11679 instead of `grep-error-face'.
11680
11681 2005-08-05 Kenichi Handa <handa@m17n.org>
11682
11683 * international/code-pages.el: Add autoload cookies for all coding
11684 systems.
11685
11686 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
11687
11688 * cus-start.el (all): Put undo.c where it alphabetically belongs.
11689
11690 2005-08-04 Juri Linkov <juri@jurta.org>
11691
11692 * progmodes/compile.el (compilation-mode-map):
11693 * progmodes/grep.el (grep-mode-map):
11694 Bind TAB to `compilation-next-error' and [backtab] to
11695 `compilation-previous-error'.
11696
11697 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
11698 matching line numbers, column numbers and their ranges with regexp
11699 matching only line numbers.
11700 (grep-context-face): New face variable.
11701 (grep-mode-font-lock-keywords): Use it.
11702
11703 * faces.el (read-face-name): Delete duplicate faces.
11704
11705 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
11706
11707 * thumbs.el (thumbs-find-image): Don't make variables
11708 automatically buffer local.
11709 (thumbs-current-tmp-filename, thumbs-current-image-filename)
11710 (thumbs-image-num): Make automatically buffer local.
11711 (thumbs-show-thumbs-list): Use `make-local-variable', not
11712 `make-variable-buffer-local'.
11713 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
11714
11715 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
11716 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
11717 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
11718 (bother, bye, canyou, chatlst, continue, deathlst, describe)
11719 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
11720 (feelings-about, foullst, found, hello, history, howareyoulst)
11721 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
11722 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
11723 (neglst, obj, object, owner, please, problems, qlist)
11724 (random-adjective, relation, remlst, repetitive-shortness)
11725 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
11726 (shortlst, something, sportslst, stallmanlst, states, subj)
11727 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
11728 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
11729 Defvar at compile time.
11730
11731 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
11732 not `make-variable-buffer-local'.
11733
11734 2005-08-02 Kim F. Storm <storm@cua.dk>
11735
11736 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
11737 rectangle overlay in selected window.
11738
11739 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
11740
11741 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
11742 instead of display group. Make `indicate-buffer-boundaries'
11743 customizable through Custom.
11744
11745 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
11746
11747 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
11748 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
11749 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
11750 (gdb-put-string): Fix typos in docstrings.
11751
11752 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
11753
11754 Update copyright notices of files in progmodes directory for
11755 release of Emacs 22.1.
11756
11757 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
11758
11759 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
11760 Don't barf if the GUD buffer has been killed.
11761
11762 2005-08-01 Kim F. Storm <storm@cua.dk>
11763
11764 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
11765
11766 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
11767
11768 * simple.el (next-error-follow-minor-mode):
11769 make-variable-buffer-local -> make-local-variable.
11770
11771 * emacs-lisp/cl-extra.el: Require CL also when compiling.
11772
11773 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
11774 (byte-compile-form-make-variable-buffer-local): New functions to warn
11775 about misuses of make-variable-buffer-local where make-local-variable
11776 was meant.
11777
11778 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
11779
11780 * bs.el (bs-attributes-list): Doc fix.
11781 (bs): Update url-link.
11782
11783 * desktop.el (desktop-save-buffer): Fix typos in docstring.
11784 (desktop-load-default): Simplify.
11785
11786 * ibuffer.el (ibuffer-columnize-and-insert-list)
11787 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
11788 (ibuffer-unmark-all, ibuffer-toggle-marks)
11789 (ibuffer-unmark-forward, ibuffer-unmark-backward)
11790 (ibuffer-compile-make-format-form, ibuffer-format-column)
11791 (ibuffer-current-buffers-with-marks)
11792 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
11793 (ibuffer): Doc fix.
11794 (ibuffer-mode): Fix typo in docstring.
11795 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
11796 with `define-obsolete-variable-alias'.
11797 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
11798
11799 2005-07-29 Kenichi Handa <handa@m17n.org>
11800
11801 * international/mule-cmds.el (select-message-coding-system):
11802 Be sure to use LF for end-of-line. If no coding system is decided,
11803 return iso-8859-1-unix.
11804
11805 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
11806
11807 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
11808 (ange-ftp-pending-error-line): New vars.
11809 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
11810 to handle the non-fatal no-route-to-host messages.
11811 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
11812
11813 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
11814
11815 * isearch.el (isearch-mode-map, isearch-other-meta-char)
11816 (isearch-quote-char, isearch-printing-char)
11817 (isearch-text-char-description): "?\ " -> "?\s".
11818 (isearch-lazy-highlight-cleanup)
11819 (isearch-lazy-highlight-initial-delay)
11820 (isearch-lazy-highlight-interval)
11821 (isearch-lazy-highlight-max-at-a-time)
11822 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
11823 Declare with define-obsolete-*-alias macros.
11824 (isearch-forward): Fix typo in docstring.
11825 (search-invisible, search-ring-yank-pointer)
11826 (regexp-search-ring-yank-pointer): Doc fixes.
11827
11828 * recentf.el (recentf-menu-append-commands-p): Declare with
11829 `define-obsolete-variable-alias'.
11830 (recentf-max-saved-items, recentf-menu-filter)
11831 (recentf-arrange-by-rule-subfilter): Doc fixes.
11832 (recentf-menu-append-commands-flag)
11833 (recentf-initialize-file-name-history, recentf-expand-file-name)
11834 (recentf-clear-data): Fix typos in docstrings.
11835
11836 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
11837
11838 * progmodes/gdb-ui.el: Smarten comments.
11839 (gdb-info-breakpoints-custom): Use nowarn when finding file.
11840
11841 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
11842
11843 * term/apollo.el (terminal-init-apollo): New function containing
11844 all former top level forms in the file.
11845 * term/bobcat.el (terminal-init-bobcat):
11846 * term/cygwin.el (terminal-init-cygwin):
11847 * term/iris-ansi.el (terminal-init-iris-ansi):
11848 * term/linux.el (terminal-init-linux):
11849 * term/news.el (terminal-init-news):
11850 * term/rxvt.el (terminal-init-rxvt):
11851 * term/sun.el (terminal-init-sun):
11852 * term/tvi970.el (terminal-init-tvi970):
11853 * term/vt100.el (terminal-init-vt100):
11854 * term/vt102.el (terminal-init-vt102):
11855 * term/vt125.el (terminal-init-vt125):
11856 * term/vt200.el (terminal-init-vt200):
11857 * term/vt201.el (terminal-init-vt201):
11858 * term/vt220.el (terminal-init-vt220):
11859 * term/vt240.el (terminal-init-vt240):
11860 * term/vt300.el (terminal-init-vt300):
11861 * term/vt320.el (terminal-init-vt320):
11862 * term/vt400.el (terminal-init-vt400):
11863 * term/vt420.el (terminal-init-vt420):
11864 * term/wyse50.el (terminal-init-wyse50):
11865 * term/xterm.el (terminal-init-xterm): Likewise.
11866
11867 * term/README: Describe the terminal-init-* functionality.
11868
11869 * startup.el (command-line): After loading the terminal initialization
11870 file call the corresponding terminal initialization function.
11871
11872 2005-07-27 Kenichi Handa <handa@m17n.org>
11873
11874 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
11875 negative.
11876
11877 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
11878 (ps-mule-composition-prologue): Fix for the case that
11879 RelativeCompose is false.
11880
11881 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
11882
11883 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
11884
11885 * descr-text.el (describe-char): Handle the case where the list of
11886 chars is displayed in a separate frame.
11887 Be a bit more discriminating when looking for the char.
11888
11889 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
11890
11891 * bookmark.el (bookmark-automatically-show-annotations)
11892 (bookmark-read-annotation-text-func): Doc fixes.
11893 (bookmark-save): Improve argument/docstring consistency.
11894 (bookmark-get-bookmark, bookmark-get-bookmark-record)
11895 (bookmark-alist-from-buffer)
11896 (bookmark-upgrade-file-format-from-0)
11897 (bookmark-grok-file-format-version)
11898 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
11899 (bookmark-read-annotation-mode)
11900 (bookmark-insert-current-bookmark, bookmark-jump)
11901 (bookmark-exit-hook): Fix typos in docstrings.
11902 (bookmark-exit-hooks): Define as obsolete alias.
11903 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
11904 not `bookmark-exit-hooks'. Fix docstring.
11905 (bookmark-bmenu-select): "?\ " -> "?\s".
11906
11907 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
11908
11909 * startup.el (command-line): Fix typo.
11910
11911 2005-07-24 Richard M. Stallman <rms@gnu.org>
11912
11913 * tooltip.el (tooltip-mode): Test emacs-basic-display,
11914 not emacs-quick-startup.
11915
11916 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
11917
11918 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
11919 (reb-next-match, reb-show-subexp): Use `with-selected-window'
11920 instead of `reb-with-current-window'.
11921 (reb-prev-match): Likewise. Also, don't move left if the search
11922 was unsuccessful.
11923 (reb-initialize-buffer): New function.
11924 (re-builder, reb-change-syntax): Use it.
11925
11926 * man.el (Man-goto-page): Make second argument NOERROR optional.
11927
11928 2005-07-23 Richard M. Stallman <rms@gnu.org>
11929
11930 * man.el (Man-bgproc-sentinel): Check here for failure to find
11931 any man page in the output, and report the error here.
11932 (Man-arguments): Make it permanent local.
11933 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
11934 (Man-mode): Pass t for NOERROR.
11935
11936 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
11937 (grep-mode-font-lock-keywords):
11938 Don't use compilation-...-face for messages that are not file names.
11939
11940 * progmodes/compile.el (compilation-mode-font-lock-keywords):
11941 Don't use compilation-...-face for messages that are not file names.
11942
11943 2005-07-22 Juri Linkov <juri@jurta.org>
11944
11945 * startup.el (normal-splash-screen): Update menu name.
11946
11947 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
11948
11949 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
11950
11951 * term/xterm.el: Load term/rxvt if the terminal is actually an
11952 rxvt terminal.
11953 (xterm-rxvt-set-background-mode): Remove, not used anymore.
11954
11955 * term/rxvt.el (function-key-map): Use substitute-key-definition
11956 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
11957
11958 * term/cygwin.el: New file.
11959
11960 2005-07-22 Kim F. Storm <storm@cua.dk>
11961
11962 * image-file.el (insert-image-file, image-file-yank-handler):
11963 Fix last change to maintain a (unique) yank-handler on yanked images.
11964
11965 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
11966
11967 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
11968 of the file size (as in "177B" for 177 bytes). This happens with
11969 "ls -lh" on FreeBSD.
11970
11971 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
11972
11973 * hilit-chg.el (highlight-changes-global-initial-state)
11974 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
11975 (hilit-chg-fixup, highlight-changes-mode):
11976 Fix typos in docstrings.
11977 (highlight-changes-global-modes, highlight-changes-rotate-faces):
11978 Doc fixes.
11979
11980 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
11981
11982 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
11983 mode function using `eval-after-load'.
11984
11985 2005-07-21 Kim F. Storm <storm@cua.dk>
11986
11987 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
11988 included when reporting an emacs crash, and tell about the DEBUG file.
11989
11990 * image-file.el (insert-image-file): Add yank-handler.
11991 (image-file-yank-handler): Yank handler to make unique copies of
11992 images when they are yanked into a buffer next to each other.
11993
11994 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
11995
11996 * comint.el (comint-use-prompt-regexp, comint-send-input)
11997 (comint-source-default, comint-extract-string)
11998 (comint-get-source, comint-word, comint-completion)
11999 (comint-source, comint-prompt-read-only, comint-update-fence):
12000 Fix typos in docstrings.
12001 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
12002 Declare with define-obsolete-*-alias macros.
12003 (comint-previous-matching-input-from-input)
12004 (comint-next-matching-input-from-input)
12005 (comint-previous-matching-input, comint-next-matching-input)
12006 (comint-forward-matching-input):
12007 Improve argument/docstring consistency.
12008
12009 * desktop.el (desktop-clear-preserve-buffers-regexp):
12010 Also preserve the *server* buffer.
12011
12012 * simple.el (clone-indirect-buffer): Doc fix.
12013 (fixup-whitespace, just-one-space)
12014 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
12015 (next-error, next-error-highlight)
12016 (next-error-highlight-no-select, next-error-last-buffer)
12017 (next-error-buffer-p, next-error-find-buffer, next-error)
12018 (previous-error, next-error-no-select, previous-error-no-select)
12019 (open-line, split-line, minibuffer-prompt-width, kill-new)
12020 (binary-overwrite-mode): Fix typos in docstrings.
12021 (set-fill-column): Fix typo in message.
12022
12023 * skeleton.el (skeleton-proxy-new): Doc fix.
12024
12025 * strokes.el (strokes-load-hook): Doc fix.
12026 (strokes-grid-resolution, strokes-get-grid-position)
12027 (strokes-renormalize-to-grid, strokes-read-stroke)
12028 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
12029 (strokes-global-map): Fix typos in docstrings.
12030 (strokes-help): Doc fix. Fix help message and pass it through
12031 `substitute-command-keys'.
12032
12033 * tempo.el (tempo-insert-prompt, tempo-interactive)
12034 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
12035 (tempo-insert-string-functions, tempo-local-tags)
12036 (tempo-define-template, tempo-insert-template)
12037 (tempo-insert-prompt-compat, tempo-is-user-element)
12038 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
12039 Fix typos in docstrings.
12040
12041 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
12042 (vcursor-key-bindings, vcursor-use-vcursor-map)
12043 (vcursor-find-window, vcursor-scroll-down)
12044 (vcursor-disable, vcursor-beginning-of-buffer)
12045 (vcursor-end-of-buffer): Fix typos in docstrings.
12046 (vcursor-relative-move, vcursor-get-char-count):
12047 Improve argument/docstring consistency.
12048
12049 * version.el: "?\ " -> "?\s".
12050
12051 * wid-edit.el (widget-default-create, widget-after-change)
12052 (widget-default-format-handler, widget-checklist-add-item)
12053 (widget-radio-add-item, widget-choose, widget-specify-secret)
12054 (widget-field-value-create, widget-field-value-get)
12055 (widget-editable-list-format-handler)
12056 (widget-editable-list-entry-create, widget-group-value-create)
12057 (widget-documentation-link-add)
12058 (widget-documentation-string-value-create): "?\ " -> "?\s".
12059 (widget-convert-text): Doc fix.
12060 (widget-narrow-to-field, widget-field-find)
12061 (widget-url-link-action, widget-emacs-library-link-action)
12062 (widget-color-notify): Fix typos in docstrings.
12063
12064 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
12065 (x-select-text, set-w32-system-coding-system)
12066 (w32-add-charset-info): Fix typos in docstrings.
12067
12068 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
12069 (cua-enable-cua-keys, cua-use-hyper-key)
12070 (cua-virtual-rectangle-edges): Fix typos in docstrings.
12071 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
12072
12073 * net/tramp.el (tramp-handle-load): Fix typo in error message.
12074
12075 * emacs-lisp/re-builder.el (regexp-builder): Declare with
12076 `defalias' instead of faking it.
12077
12078 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
12079 (eshell-ls-missing, eshell-ls-dired-initial-args)
12080 (eshell-ls-use-in-dired): Fix typos in docstrings.
12081
12082 2005-07-20 Kim F. Storm <storm@cua.dk>
12083
12084 * emulation/cua-base.el (cua-mode): Improve doc string.
12085
12086 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
12087
12088 * abbrev.el (expand-region-abbrevs): Doc fix.
12089 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
12090 Improve argument/docstring consistency.
12091
12092 * arc-mode.el (archive-get-descr, archive-alternate-display):
12093 Doc fixes.
12094 (archive-l-e): Improve argument/docstring consistency.
12095 (archive-tmpdir, archive-unixdate, archive-unixtime)
12096 (archive-chmod-entry): Fix typos in docstrings.
12097 (archive-unflag, archive-unflag-backwards)
12098 (archive-unmark-all-files): "?\ " -> "?\s".
12099
12100 * buff-menu.el (Buffer-menu-unmark): Doc fix.
12101 (Buffer-menu-not-modified, Buffer-menu-execute)
12102 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
12103 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
12104
12105 * composite.el (compose-string, encode-composition-rule)
12106 (compose-last-chars): Fix typos in docstrings.
12107
12108 * desktop.el (desktop-enable, desktop-basefilename):
12109 Declare with `define-obsolete-variable-alias'.
12110 (desktop-internal-v2s): Don't quote keywords.
12111 (desktop-clear): "?\ " -> "?\s".
12112
12113 * dired.el (dired-align-file, dired-flag-backup-files)
12114 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
12115 (dired-listing-switches, dired-ls-F-marks-symlinks)
12116 (dired-dwim-target, dired-load-hook, dired-mode-hook)
12117 (dired-directory, dired-faces, dired, dired-revert)
12118 (dired-mode, dired-summary, dired-view-file)
12119 (dired-copy-filename-as-kill, dired-delete-file)
12120 (dired-no-confirm, dired-unmark-all-marks)
12121 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
12122 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
12123 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
12124 Fix typos in message strings.
12125
12126 * dired-x.el (virtual-dired): Declare with `defalias'.
12127 (dired-mark-unmarked-files, dired-local-variables-file)
12128 (dired-omit-here-always): Doc fix.
12129 (dired-omit-mode, dired-find-subdir)
12130 (dired-enable-local-variables, dired-clean-up-buffers-too)
12131 (dired-extra-startup, dired-mark-extension, dired-jump)
12132 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
12133 (dired-smart-shell-command, dired-guess-shell-alist-user)
12134 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
12135 (dired-x-bind-find-file, dired-x-submit-report):
12136 Fix typos in docstrings.
12137 (dired-mark-unmarked-files): "?\ " -> "?\s".
12138
12139 * dirtrack.el (dirtrack-list): Fix typos in docstring.
12140
12141 * faces.el (describe-face): "?\ " -> "?\s".
12142 (read-all-face-attributes, read-face-font, modify-face)
12143 (face-attr-construct, italic): Fix typos in docstrings.
12144 (frame-update-face-colors): Declare with
12145 `define-obsolete-function-alias'.
12146
12147 * files.el (find-file-noselect, recode-file-name): Doc fixes.
12148 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
12149 (magic-mode-alist, buffer-file-numbers-unique)
12150 (write-file-functions, get-free-disk-space):
12151 Fix typos in docstrings.
12152 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
12153 (write-contents-hooks, write-file-hooks):
12154 Declare with `define-obsolete-variable-alias'.
12155
12156 * forms-d2.el (arch-rj): Fix typo in docstrings.
12157 (arch-tocol): Likewise. "?\ " -> "?\s".
12158
12159 * frame.el (set-frame-font, cursor-in-non-selected-windows):
12160 Fix typo in docstring.
12161 (set-screen-width, set-screen-height): Delete redundant info in
12162 doctrings.
12163 (new-frame, screen-height, screen-width): Declare with
12164 `define-obsolete-function-alias'.
12165 (delete-frame-hook, blink-cursor): Declare with
12166 `define-obsolete-variable-alias'.
12167
12168 * paths.el (prune-directory-list): Fix typos in docstring.
12169
12170 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
12171 (cvs-prefix-get): Fix typos in docstrings.
12172
12173 * ps-print.el (ps-extend-face-list, ps-extend-face)
12174 (ps-print-background-image): Fix typos in docstrings.
12175 (ps-default-fg, ps-default-bg): Doc fixes.
12176
12177 * s-region.el (s-region-bind): Doc fix.
12178 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
12179
12180 * textmodes/org.el (org-table-formula-substitute-names)
12181 (org-table-get-vertical-vector): Doc fixes.
12182 (org-table-recalculate): Remove unused argument to `message'.
12183
12184 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
12185
12186 * textmodes/org.el (org-table-column-names)
12187 (org-table-column-name-regexp)
12188 (org-table-named-field-locations): New variables.
12189 (org-archive-subtree): Protect `this-command' when calling
12190 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
12191 the kill buffer.
12192 (org-complete): Remove fixed-formula completion.
12193 (org-edit-formulas-map): New variable.
12194 (org-table-edit-formulas): New command.
12195 (org-finish-edit-formulas, org-abort-edit-formulas)
12196 (org-show-variable, org-table-get-vertical-vector): New functions.
12197 (org-table-maybe-eval-formula): Handle `:=' fields.
12198 (org-table-get-stored-formulas, org-table-store-formulas)
12199 (org-table-get-formula, org-table-modify-formulas)
12200 (org-table-replace-in-formulas): Handle named field formulas.
12201 (org-table-get-specials): Store locations of named fields.
12202
12203 2005-07-19 Juri Linkov <juri@jurta.org>
12204
12205 * progmodes/grep.el (grep-regexp-alist)
12206 (grep-mode-font-lock-keywords, grep-process-setup):
12207 Use default GNU grep match color "01;31m" instead of "01;41m".
12208 (grep-regexp-alist, grep-mode-font-lock-keywords):
12209 Use `\\[[0-9]*m' instead of `\\[00m'.
12210 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
12211 sgr_start where its handling is more important. Use the real
12212 length of sgr_start instead of constant 8.
12213 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
12214 specially. Delete all remaining escape sequences.
12215 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
12216 (grep-regexp-alist): Make hyperlink only for binary file name
12217 instead of the whole line.
12218 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
12219 (grep-mode): Add autoload.
12220
12221 * emacs-lisp/find-func.el (find-function-regexp):
12222 Add `define-compilation-mode'.
12223
12224 2005-07-19 Juri Linkov <juri@jurta.org>
12225
12226 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
12227 (compare-windows-sync-string-size, compare-windows-recenter)
12228 (compare-windows-highlight, compare-windows): Add version 22.1.
12229 (compare-windows) <defface>: Inherit from lazy-highlight instead
12230 of duplicating its default value.
12231
12232 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
12233 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
12234
12235 * descr-text.el (describe-char): Create link buttons for `charset'
12236 and `code point'. Add the current input method name with a link
12237 button to `to input' field. Print face names of display table
12238 characters in `The display table entry is displayed by' section
12239 instead of printing face-id in the `display' field.
12240 Guess hardcoded faces and create a link button for them.
12241 Skip empty fields when calculating max-width.
12242 Treat `widget-create' specially while inserting strings from the
12243 collected field list.
12244 (describe-char-after): Made obsolete in version 22.1, not 21.5.
12245
12246 * diff-mode.el (diff-file-header): Change foreground color from
12247 yellow to green on light backgrounds.
12248 (diff-context): Inherit from `shadow' only for color/grayscale
12249 with more than 88 colors.
12250 (diff-indicator-removed, diff-indicator-added)
12251 (diff-indicator-changed): New faces.
12252 (diff-font-lock-keywords): Use new faces. Regroup rules.
12253 Add "^---$" for `normal' diff format. Fontify `#' lines with
12254 font-lock-comment-delimiter-face and font-lock-comment-face.
12255 Add `#' to ^[^...] in the rule for `diff-context-face'.
12256
12257 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
12258 a button-like box. Inherit from `highlight' on low colors.
12259 (shadow): Use shades of gray only for color/grayscale with
12260 more than 88 colors. Use green for light backgrounds with
12261 8 colors, and yellow for dark backgrounds with 8 colors.
12262
12263 * font-lock.el (font-lock-regexp-grouping-backslash):
12264 Don't inherit from escape-glyph (use bold for all cases).
12265
12266 * info.el (info-xref-visited): Use light foreground color `violet'
12267 for dark backgrounds instead of dark color `magenta3'.
12268 (info-title-1): Use `yellow' color for dark backgrounds.
12269
12270 * isearch.el (isearch): Use not-too-dark magenta3 instead of
12271 too-light magenta2.
12272
12273 * replace.el (match): Use slightly more light RoyalBlue3 instead
12274 of dark RoyalBlue4.
12275
12276 * wid-edit.el (widget-inactive): Inherit from `shadow'.
12277
12278 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
12279
12280 * novice.el (disabled-command-hook): Declare it with
12281 `define-obsolete-variable-alias'.
12282
12283 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
12284 (desktop-buffer-misc-functions, desktop-buffer-handlers)
12285 (desktop-load-default): Add release to obsolescence info.
12286 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
12287 (desktop-append-buffer-args, desktop-read):
12288 Fix typos in docstrings.
12289 (desktop-kill): Fix typo in message.
12290 (desktop-save): Doc fix.
12291
12292 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
12293
12294 * viper-cmd.el (viper-escape-to-state): Bug fix.
12295 (viper-envelop-ESC-key): Change the definition of fast
12296 keysequence so it'll work with keyboard macros.
12297
12298 * ediff.el (ediff-patch-buffer): Change the docstring.
12299
12300 2005-07-19 Kenichi Handa <handa@m17n.org>
12301
12302 * international/mule-cmds.el (select-safe-coding-system): Try to
12303 use an auto-coding (if any) before anything else. If the found
12304 auto-coding is invalid, show a warning message.
12305
12306 * international/mule.el (find-auto-coding): New function created
12307 by modifying the body of set-auto-coding.
12308 (set-auto-coding): Use find-auto-coding to find a coding.
12309
12310 2005-07-18 Richard M. Stallman <rms@gnu.org>
12311
12312 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
12313 not isearch-mode-end-hook-error.
12314 (allout-before-change-protect): Fix error message.
12315
12316 2005-07-18 Juri Linkov <juri@jurta.org>
12317
12318 * allout.el (allout-mode):
12319 * calculator.el (calculator-copy):
12320 * custom.el (custom-known-themes):
12321 * dired.el (dired-desktop-buffer-misc-data)
12322 (dired-restore-desktop-buffer):
12323 * dired-x.el (dired-omit-marker-char):
12324 * files.el (basic-save-buffer):
12325 * font-core.el (font-lock-mode):
12326 * calendar/calendar.el (calendar-goto-hebrew-date)
12327 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
12328 (calendar-goto-persian-date):
12329 * language/ethio-util.el (ethio-sera-to-fidel-region):
12330 * textmodes/picture.el (picture-mode):
12331 Delete duplicate duplicate words.
12332
12333 2005-07-18 Juri Linkov <juri@jurta.org>
12334
12335 * isearch.el (isearch-mode-map): Remove key bindings for regexp
12336 chars * ? } |.
12337 (isearch-fallback): Don't call `isearch-process-search-char'.
12338 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
12339 (isearch-process-search-char): Call `isearch-fallback' for regexp
12340 chars * ? } |.
12341 (isearch-return-char): Make obsolete with `make-obsolete' instead
12342 of simply documenting it as obsolete in the docstring.
12343 (isearch-fallback): Refill docstring.
12344
12345 * international/isearch-x.el
12346 (isearch-process-search-multibyte-characters): Remove unneeded
12347 `concat'. Add intermediate values to `junk-hist' instead of
12348 `minibuffer-history'. Test the length of `str'.
12349
12350 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
12351
12352 * allout.el (allout-resolve-xref): Fix typos in error strings.
12353 (allout-before-change-protect): Remove unneeded `concat'.
12354
12355 * array.el (array-mode, array-reconfigure-rows)
12356 (untabify-backward): Fix typos in docstrings.
12357 (array-reconfigure-rows): Use `insert-buffer-substring', not
12358 `insert-buffer'.
12359
12360 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
12361 * progmodes/ada-mode.el (ada-make-body):
12362 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
12363
12364 * dired.el (dired-log):
12365 * tar-mode.el (tar-subfile-save-buffer):
12366 * play/zone.el (zone-pgm-stress-destress):
12367 Use `insert-buffer-substring', not `insert-buffer'.
12368
12369 2005-07-17 Simon Josefsson <jas@extundo.com>
12370
12371 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
12372
12373 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
12374
12375 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
12376 Add plain auth method.
12377 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
12378
12379 2005-07-17 Kim F. Storm <storm@cua.dk>
12380
12381 * ido.el (dired-other-window): Add ido property.
12382
12383 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
12384
12385 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
12386 Fix typo in docstring.
12387 (byte-compile-interactive-only-functions): Add `insert-buffer' and
12388 `insert-file-literally'.
12389
12390 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
12391 info and delete redundant message. Doc fix.
12392 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
12393 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
12394
12395 2005-07-16 Richard M. Stallman <rms@gnu.org>
12396
12397 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
12398 (byte-compile-and): Use byte-compile-and-recursion.
12399 (byte-compile-or-recursion): New function.
12400 (byte-compile-or): Use that.
12401 (byte-compile-if): Guard the else-clause too.
12402 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
12403
12404 * isearch.el (isearch-mode-end-hook-quit): New variable.
12405 (isearch-done): Bind it.
12406 (isearch-mode-end-hook): Doc fix.
12407
12408 * allout.el (allout-isearch-did-quit): Variable deleted.
12409 (allout-real-isearch-abort): Function name no longer used.
12410 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
12411 (allout-isearch-rectification): isearch-mode always exists.
12412 Don't set allout-isearch-did-quit.
12413 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
12414 allout-isearch-did-quit.
12415 (allout-enwrap-isearch): Just add the hook.
12416 (allout-isearch-abort): Function deleted.
12417 (allout-pre-command-business): Avoid warning.
12418
12419 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
12420 Correctly avoid warnings.
12421 (pascal-outline): Likewise.
12422
12423 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
12424
12425 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
12426
12427 * play/tetris.el (tetris-mode): Avoid warning.
12428
12429 * play/snake.el (snake-mode): Avoid warning.
12430
12431 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
12432 (gamegrid-set-display-table): Avoid warning.
12433 (gamegrid-set-timer): Likewise.
12434 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
12435 (gamegrid-add-score-with-update-game-score-1): Take FILE
12436 as argument.
12437 (gamegrid-add-score-with-update-game-score): Pass that argument.
12438 Rename have-shared-game-dir to gamegrid-shared-game-dir.
12439
12440 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
12441
12442 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
12443 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
12444
12445 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
12446 and insert-file.
12447
12448 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
12449 (sc-ask): Avoid warnings.
12450
12451 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
12452 (eshell-hist-initialize): Use that var the natural way.
12453
12454 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
12455
12456 * emacs-lisp/re-builder.el (reb-cook-regexp):
12457 Avoid warning calling lre-compile-string.
12458 (reb-color-display-p): Avoid warning.
12459
12460 * calculator.el (calculator-last-input): Guard uses
12461 of event-key and key-press-event-p.
12462 (event-key, key-press-event-p): Delete definitions.
12463
12464 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
12465 (find-gc-source-directory, find-gc-subrs-callers)
12466 (find-gc-noreturn-list, find-gc-source-files)
12467 (find-gc-subrs-called): Vars renamed and defvar'd.
12468
12469 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
12470 (checkdoc-overlay-put, checkdoc-delete-overlay)
12471 (checkdoc-overlay-start, checkdoc-overlay-end)
12472 (checkdoc-mode-line-update, checkdoc-char=):
12473 Define such that compiler knows they are defined.
12474 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
12475 (checkdoc-read-event): Delete. Use read-event directly.
12476
12477 * whitespace.el (whitespace-make-overlay)
12478 (whitespace-overlay-put, whitespace-delete-overlay)
12479 (whitespace-overlay-start, whitespace-overlay-end):
12480 Define such that compiler knows they are defined.
12481 (whitespace): Move conditional inside.
12482
12483 * tempo.el (tempo-insert-template): Suppress warning.
12484
12485 * ediff-diff.el (longlines-mode): Add defvar.
12486
12487 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
12488
12489 * server.el: Bind "C-x #" in a way that works even if C-x is
12490 redefined to a command key, not a prefix key.
12491
12492 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
12493
12494 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
12495 cl-make-type-test till execution time.
12496
12497 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
12498
12499 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
12500 arg ARG and use it.
12501
12502 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
12503
12504 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
12505
12506 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
12507
12508 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
12509 a defcustom with two :set or :type keywords.
12510
12511 2005-07-15 Richard M. Stallman <rms@gnu.org>
12512
12513 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
12514 Don't give ^M comment-end syntax.
12515
12516 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
12517
12518 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
12519 Don't consider gdbmi (gdb-mi.el has its own update functions).
12520 (gdb-var-delete): Make it work for gdbmi as well.
12521 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
12522
12523 * progmodes/gud.el (etags, sdb): Only require etags when needed.
12524 (gud-speedbar-menu-items): Correct logic for enabling items.
12525
12526 2005-07-15 Kim F. Storm <storm@cua.dk>
12527
12528 * ido.el: Fix commentary.
12529 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
12530 Use with-no-warnings around ffap-guesser.
12531 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
12532 Let bind minibuffer-completing-file-name to t.
12533
12534 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
12535
12536 * startup.el (site-run-file, keyboard-type): Doc fixes.
12537 (command-line): Check for "--basic-display" argument; also for
12538 "--quick", not "--bare-bones" (which was renamed).
12539 (fancy-splash-text): Add missing item "Getting New Versions".
12540 (normal-splash-screen): Fix typos and improve consistency with
12541 `fancy-splash-text'. Update copyright year.
12542
12543 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
12544 valid binding for `help-char'.
12545
12546 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
12547
12548 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
12549
12550 * term.el (term-mode): Disable cua-mode for term buffers.
12551
12552 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
12553
12554 * add-log.el (add-log-mailing-address, change-log-merge):
12555 Doc fixes.
12556 (change-log-get-method-definition): Fix typo in docstring.
12557
12558 2005-07-14 Kim F. Storm <storm@cua.dk>
12559
12560 * emulation/cua-base.el:
12561 (cua--pre-command-handler-1, cua--pre-command-handler)
12562 (cua--post-command-handler-1, cua--post-command-handler):
12563 Split in two. Check (buffer local) value of cua-mode.
12564 (cua-selection-mode): New command.
12565
12566 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
12567
12568 * custom.el (custom-initialize-safe-set)
12569 (custom-initialize-safe-default): Doc fixes.
12570
12571 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
12572 and simplify :init-value again.
12573
12574 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
12575 and simplify :init-value again. Delete autoload.
12576
12577 * startup.el (command-line): Use `custom-reevaluate-setting' again
12578 for tooltip-mode.
12579
12580 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
12581 a defcustom with two :initialize keywords.
12582
12583 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
12584
12585 * allout.el (my-mark-marker, allout-isearch-prior-pos)
12586 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
12587 (allout-post-command-business, allout-flag-region)
12588 (isearch-reenable-font-lock, allout-yank)
12589 (allout-insert-latex-header, allout-insert-latex-trailer)
12590 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
12591 (allout-latex-verb-quote): Fix typos in docstrings.
12592 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
12593 (allout-unprotected, allout-prefix-data):
12594 Improve argument/docstring consistency.
12595 (allout-chart-subtree): Fix argument spec.
12596 (allout-open-topic): Rename `use_sib_bullet' argument to
12597 `use-sib-bullet'. Doc fix.
12598
12599 * whitespace.el (whitespace-check-buffer-leading)
12600 (whitespace-check-buffer-trailing)
12601 (whitespace-check-buffer-indent)
12602 (whitespace-check-buffer-spacetab)
12603 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
12604 (whitespace-check-leading-whitespace)
12605 (whitespace-check-trailing-whitespace)
12606 (whitespace-check-spacetab-whitespace)
12607 (whitespace-check-indent-whitespace)
12608 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
12609 (whitespace-modes): Fix typos in docstrings.
12610 (defgroup, defcustom): Doc fixes.
12611
12612 * winner.el (winner-mode, winner-boring-buffers)
12613 (winner-pending-undo-ring): Doc fixes.
12614 (winner-ring): Remove unneeded `progn'.
12615 (winner-equal): `defsubst' it.
12616 (winner-redo): Fix message.
12617
12618 2005-07-13 Kim F. Storm <storm@cua.dk>
12619
12620 * simple.el (line-move-1): Always use vertical-motion to
12621 do the last (or only) line move to ensure some movement.
12622 Undo 2005-06-23 change--don't check for overlays.
12623
12624 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12625
12626 * term/mac-win.el (ccl-encode-mac-roman-font)
12627 (ccl-encode-mac-centraleurroman-font)
12628 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
12629 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
12630 Change charset-id boundary of dimension to ?\xef.
12631 (mac-char-fontspec-list): New constant.
12632 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
12633 argument. Nil uses itself as family in font-spec. Previous
12634 behavior for nil is now provided by non-nil non-string argument.
12635 All callers changed. Add font-specs for Mac fonts to
12636 "fontset-default" unless iso8859-1 fonts are installed.
12637
12638 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
12639
12640 * progmodes/sh-script.el (sh-get-indent-info): Only indent
12641 a continuation line if the \ is preceded by SPC or TAB.
12642 (sh-get-indent-info): Simplify.
12643 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
12644 Use with-current-buffer.
12645
12646 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
12647 when the matched text is empty.
12648
12649 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
12650
12651 * startup.el (command-line): Revert to previous handling of
12652 tooltip-mode. Explain in comment why the complexity is needed.
12653
12654 * tooltip.el (tooltip-mode): Revert to previous implementation of
12655 its defcustom.
12656
12657 * frame.el (blink-cursor-mode): Revert to previous implementation
12658 of its defcustom. Update comment.
12659
12660 2005-07-12 Lars Hansen <larsh@soem.dk>
12661
12662 * desktop.el: Update e-mail address.
12663
12664 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12665
12666 * term/mac-win.el (mac-services-mail-selection)
12667 (mac-services-mail-to): New functions.
12668 (mac-application-menu-map): Bind them.
12669
12670 2005-07-12 wulei <milton@wulei.net> (tiny change)
12671
12672 * progmodes/gdb-ui.el: Add note about buffering with Windows.
12673
12674 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
12675
12676 * custom.el (custom-reevaluate-setting): Doc fix.
12677
12678 2005-07-11 Jay Belanger <belanger@truman.edu>
12679
12680 * calc/calc.el (calc-embedded-announce-formula-alist)
12681 (calc-embedded-open-close-plain-alist)
12682 (calc-embedded-open-close-mode-alist): Add checks for additional
12683 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
12684
12685 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
12686
12687 * custom.el (custom-enable-theme): Don't add theme to
12688 `custom-enabled-themes' with `push' because there is no
12689 setf-method for `delq'.
12690
12691 2005-07-11 Richard M. Stallman <rms@gnu.org>
12692
12693 * custom.el (custom-declare-variable): Doc fix.
12694
12695 * dired-aux.el (dired-compare-directories): Remove "." and ".."
12696 from the alists.
12697
12698 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
12699 Do nothing if edebug-active.
12700
12701 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
12702 (edebug-display): Do it here instead.
12703
12704 2005-07-10 Richard M. Stallman <rms@gnu.org>
12705
12706 * cus-face.el (custom-theme-set-faces): Make it work.
12707 (custom-reset-faces): Doc fix.
12708 (custom-theme-reset-internal-face, custom-theme-face-value):
12709 Functions deleted.
12710
12711 * custom.el (custom-push-theme): Maintain list of the settings
12712 of a given theme in its theme-settings property.
12713 Maintain position of old settings in the theme-value
12714 or theme-face property.
12715 (custom-enabled-themes): New variable.
12716 (custom-theme-enabled-p): New function.
12717 (provide-theme): Update custom-enabled-themes.
12718 Disable and reenable the `user' theme.
12719 (require-theme): Doc fix.
12720 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
12721 (custom-theme-value, custom-theme-variable-value): Likewise.
12722 (custom-theme-reset-internal): Likewise.
12723 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
12724 (custom-enable-theme, custom-disable-theme): New functions.
12725 (custom-variable-theme-value, custom-face-theme-value): Likewise.
12726 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
12727 (custom-theme-reset-variables): Simplify.
12728 (deftheme, custom-declare-theme, custom-make-theme-feature):
12729 Definitions moved.
12730
12731 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
12732
12733 * longlines.el (longlines-show-region)
12734 (longlines-unshow-hard-newlines): Recognize hard newlines by
12735 non-nil hard property, instead of t.
12736
12737 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
12738
12739 * viper-cmd.el (viper--key-maps): New variable.
12740 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
12741 emulation-mode-map-alists.
12742 (viper-envelop-ESC-key): Use viper-subseq.
12743 (viper-search-forward/backward/next): Disable debug-on-error.
12744
12745 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
12746 (viper-ESC-key): New defcustoms.
12747
12748 * viper-macs.el (ex-map-read-args): Use viper-subseq.
12749
12750 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
12751 (viper-subseq): Copy of subseq from cl.el.
12752
12753 * viper.el (viper-go-away, viper-set-hooks): Use
12754 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
12755
12756 * viper-mous.el (viper-current-frame-saved): Use defvar.
12757
12758 * viper-init.el: Get rid of -face in face names.
12759
12760 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
12761 Make it work with longlines mode
12762
12763 * ediff-mult.el (ediff-meta-mode-hook): New variable.
12764
12765 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
12766
12767 * ediff-init.el: Get rid of -face in face names.
12768
12769 2005-07-10 Richard M. Stallman <rms@gnu.org>
12770
12771 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
12772 and with-timeout-unsuspend.
12773
12774 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
12775 and with-timeout-unsuspend.
12776
12777 * emacs-lisp/timer.el (with-timeout-timers): New variable.
12778 (with-timeout): Bind that variable to record timers.
12779 (with-timeout-suspend, with-timeout-unsuspend): New functions.
12780
12781 * emacs-lisp/debug.el (debug-help-follow): New function.
12782 (debugger-mode-map): Use that instead of help-follow.
12783 (debugger-setup-buffer): Use eval-buffer-list
12784 to handle eval-buffer frames.
12785
12786 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
12787
12788 * timezone.el (timezone-parse-date): Change first regexp
12789 so it will not mistakenly match dates with no time zone.
12790
12791 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
12792
12793 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
12794
12795 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
12796
12797 * custom.el (custom-initialize-safe-set)
12798 (custom-initialize-safe-default): New functions.
12799
12800 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
12801 and simplify :init-value.
12802
12803 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
12804 and simplify :init-value. Delete obsolete comment.
12805
12806 * startup.el (command-line): Use `custom-reevaluate-setting' to
12807 handle `tooltip-mode'. Delete obsolete comment.
12808
12809 * files.el (set-visited-file-name): Avoid calling
12810 `file-name-nondirectory' with a nil argument.
12811
12812 2005-07-09 Richard M. Stallman <rms@gnu.org>
12813
12814 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
12815 was called with nil for the buffer, handle the read position right.
12816 Handle read position for eval-region, too.
12817
12818 2005-07-09 Juri Linkov <juri@jurta.org>
12819
12820 * fringe.el (fringe-mode): Add period in docstring.
12821 (fringe-query-style): Build prompt depending on `all-frames' arg.
12822
12823 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
12824 to not create links to unrelated functions in the Help buffer.
12825
12826 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
12827 Doc fix.
12828
12829 * simple.el (next-error-hook): New variable.
12830 (next-error): Use it. Doc fix.
12831
12832 * textmodes/ispell.el (ispell-command-loop): Add current
12833 dictionary name and program name to mode-line-format.
12834 (ispell-region, ispell-process-line): Add current dictionary name
12835 and program name to messages.
12836
12837 2005-07-08 Jay Belanger <belanger@truman.edu>
12838
12839 * calc/calc.el (calc-embedded-announce-formula-alist)
12840 (calc-embedded-open-close-formula-alist)
12841 (calc-embedded-open-close-word-alist)
12842 (calc-embedded-open-close-plain-alist)
12843 (calc-embedded-open-close-new-formula-alist)
12844 (calc-embedded-open-close-mode-alist)
12845 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
12846 (calc-embedded-mode-hook): New variables.
12847
12848 * calc/calc-embed.el (calc-embedded-firsttime)
12849 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
12850 New variables.
12851 (calc-do-embedded): Use calc-embedded-firsttime,
12852 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
12853 determine whether or not to run hooks.
12854 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
12855 calc-embedded-firsttime-formula appropriately.
12856 Set calc-embedded delimiter variables according to mode.
12857
12858 2005-07-08 Richard M. Stallman <rms@gnu.org>
12859
12860 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
12861 Check for "emacs", etc., as entire symbol, not just as word.
12862 (checkdoc-file-comments-engine): Use regexp-quote on FN.
12863
12864 * files.el (set-visited-file-name): Report the error
12865 for "empty filename" earlier.
12866 (kill-some-buffers): Ignore buffers already dead.
12867
12868 * fringe.el (fringe-mode): Doc fix.
12869
12870 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
12871 Check for (featurep 'xemacs) and turn off warnings in what it guards.
12872 Use unwind-protect to ensure byte-compile-unresolved-functions
12873 is updated.
12874
12875 * whitespace.el (whitespace-buffer-leading-cleanup):
12876 Simplify w/ skip-chars-forward.
12877 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
12878
12879 * mail/rmail.el (rmail-only-expunge): Fix paren error.
12880 Unconditionally try to leave point at the same old place.
12881
12882 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
12883
12884 * comint.el (comint-postoutput-scroll-to-bottom)
12885 (comint-show-maximum-output): Take scroll-margin into consideration.
12886
12887 2005-07-08 Kim F. Storm <storm@cua.dk>
12888
12889 * ido.el (ido-use-filename-at-point): New choice `guess'.
12890 (ido-file-internal): Try ffap-guesser if selected.
12891
12892 * ido.el (ido-before-fallback-functions): New hook.
12893 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
12894 (ido-read-file-name): Run it.
12895
12896 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
12897
12898 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
12899 strings rather than a list of symbols to the completion function.
12900
12901 2005-07-07 Jay Belanger <belanger@truman.edu>
12902
12903 * calc/calc-units.el (math-apply-units): Change the places in
12904 which units are simplified.
12905
12906 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
12907
12908 * cus-edit.el (customize-option, customize-option-other-window):
12909 Make them handle aliases.
12910
12911 * custom.el (custom-variable-p): Make it recursively follow
12912 aliases. Mention that in the docstring.
12913
12914 2005-07-07 Richard M. Stallman <rms@gnu.org>
12915
12916 * cus-start.el (exec-path): Use `directory' instead of `file'.
12917 Fix tag for nil.
12918
12919 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
12920
12921 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
12922 when called non-interactively. Doc fix.
12923
12924 2005-07-07 Lute Kamstra <lute@gnu.org>
12925
12926 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
12927 new address as well.
12928
12929 2005-07-07 Kenichi Handa <handa@m17n.org>
12930
12931 * international/mule.el (make-coding-system):
12932 Describe `ascii-incompatible' property in the docstring.
12933 (set-file-name-coding-system): Signal an error if coding-system is
12934 ascii-incompatible.
12935 (set-keyboard-coding-system): Likewise.
12936
12937 * international/mule-cmds.el (set-default-coding-systems):
12938 Don't set default-file-name-coding-system and
12939 default-keyboard-coding-system if coding-system is ASCII-incompatible.
12940
12941 * international/utf-16.el: Declare that all UTF-16-based coding
12942 systems are ASCII-incompatible.
12943
12944 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
12945
12946 * progmodes/gud.el: Require font-lock for displaying errors.
12947 Used by gdb-ui.el.
12948
12949 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
12950
12951 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
12952 values for the pattern lists which are `read'able but not
12953 `append'able (like symbols).
12954
12955 2005-07-06 Richard M. Stallman <rms@gnu.org>
12956
12957 * progmodes/flymake.el (flymake-float-time): Instead of
12958 with-no-warnings, test for xemacs.
12959 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
12960 to avoid warning.
12961
12962 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
12963
12964 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
12965
12966 2005-07-05 Lute Kamstra <lute@gnu.org>
12967
12968 * battery.el: Add support for Darwin (with much debugging help
12969 from Samuel Lauber <sam124@operamail.com>).
12970 (battery-status-function, battery-echo-area-format)
12971 (battery-mode-line-format): Add support for pmset on Darwin.
12972 (battery-load-low, battery-load-critical): New user options.
12973 (battery-pmset): New function.
12974
12975 2005-07-05 Lute Kamstra <lute@gnu.org>
12976
12977 Update FSF's address in GPL notices.
12978
12979 * textmodes/page-ext.el: Update FSF's address.
12980
12981 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
12982
12983 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
12984 filling from using prefix when filling a single-line docstring.
12985
12986 * progmodes/flymake.el: Remove useless eval-when-compile.
12987
12988 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
12989
12990 2005-07-04 Richard M. Stallman <rms@gnu.org>
12991
12992 * textmodes/org.el (org-file-apps-defaults-gnu):
12993 Rename from org-file-apps-defaults-linux.
12994 (org-default-apps): Don't test system-type for `linux'.
12995 (org-file-apps): Doc fix.
12996
12997 2005-07-04 David Ponce <david@dponce.com>
12998
12999 * tree-widget.el: Improve header Commentary section.
13000 (tree-widget) [defgroup]
13001 (tree-widget-image-enable, tree-widget-themes-directory)
13002 (tree-widget-theme, tree-widget-image-properties-emacs)
13003 (tree-widget-image-properties-xemacs, tree-widget-create-image)
13004 (tree-widget-image-formats, tree-widget-control)
13005 (tree-widget-empty-control, tree-widget-leaf-control
13006 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
13007 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
13008 (tree-widget-keep, tree-widget-after-toggle-functions)
13009 (tree-widget-open-node, tree-widget-close-node): Doc fix.
13010 (tree-widget-open-control, tree-widget-close-control): Fix doc and
13011 :help-echo message.
13012 (tree-widget-set-theme): Doc fix. Use `string-equal'.
13013 (tree-widget-image-properties): Doc fix. Clearer implementation.
13014 (tree-widget--cursors): New constant.
13015 (tree-widget-lookup-image): New function split from
13016 `tree-widget-find-image'. Clearer implementation.
13017 (tree-widget-find-image): Use it.
13018 (tree-widget-button-keymap): Use `set-keymap-parent'.
13019 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
13020 Define the sub-widgets here.
13021 (tree-widget-node): Check that :node is not a tree-widget.
13022 (tree-widget-get-super, tree-widget-open-control)
13023 (tree-widget-close-control, tree-widget-empty-control)
13024 (tree-widget-leaf-control, tree-widget-guide)
13025 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
13026 (tree-widget-no-handle, tree-widget-value-delete)
13027 (tree-widget-map): Remove.
13028 (tree-widget-children-value-save): Doc fix. Simplified.
13029 (tree-widget-value-create): Update according to previous changes.
13030
13031 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
13032
13033 * textmodes/org.el: Leading space replaced by TABS.
13034 (org-recalc-marks, org-table-rotate-recalc-marks)
13035 (org-table-get-specials): Treat "^" and "_" marks.
13036 (org-table-justify-field-maybe): Optional argument NEW.
13037 (org-table-eval-formula): Parsing of the format simplified.
13038 New modes C,I. Honor the %= parameter in the current table.
13039 Avoid unnecessary re-align by using the NEW argument to
13040 `org-table-justify-field-maybe'.
13041 (org-calc-default-modes): Default for date-format mimicks org-mode.
13042 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
13043
13044 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
13045
13046 * cus-face.el (custom-theme-set-faces): Make it handle face
13047 aliases whose alias declarations are pre- or autoloaded.
13048
13049 2005-07-04 Juri Linkov <juri@jurta.org>
13050
13051 * faces.el (read-face-name): Put the code for getting a face name
13052 from the buffer before adding the faces from the `face' property.
13053 Use `completing-read-multiple' instead of `completing-read'.
13054 Require `crm'. Add default value and post-process the returned
13055 list of faces.
13056
13057 * emacs-lisp/crm.el (crm-find-current-element)
13058 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
13059
13060 * emacs-lisp/lisp-mode.el (eval-defun-1):
13061 * emacs-lisp/edebug.el (edebug-eval-defun):
13062 Remove unnecessary quotes.
13063
13064 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
13065
13066 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
13067 (prolog-indent-level): Fix typo in docstring.
13068
13069 * info.el (Info-history, Info-history-forward)
13070 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
13071
13072 * add-log.el (add-change-log-entry):
13073 * comint.el (comint-dynamic-list-input-ring)
13074 (comint-dynamic-list-completions):
13075 * dabbrev.el (dabbrev-expand):
13076 * delim-col.el (delimit-columns-rectangle-line):
13077 * diff-mode.el (diff-context->unified, diff-reverse-direction)
13078 (diff-unified->context):
13079 * ediff-init.el (ediff-abbrev-jobname):
13080 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
13081 (ediff-replace-session-activity-marker-in-meta-buffer):
13082 * info.el (Info-summary):
13083 * lpr.el (printify-region):
13084 * printing.el (pr-create-interface):
13085 * ps-print.el (ps-print-quote):
13086 * ses.el (ses-column-widths, ses-print-cell)
13087 (ses-adjust-print-width, ses-center):
13088 * shell.el (shell-file-name-quote-list):
13089 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
13090 (strokes-fill-current-buffer-with-whitespace)
13091 (strokes-xpm-for-stroke, strokes-list-strokes)
13092 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
13093 * term.el (term-dynamic-list-input-ring)
13094 (term-dynamic-list-completions):
13095 * calc/calc.el (math-format-stack-value):
13096 * emacs-lisp/edebug.el (edebug-display-freq-count):
13097 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
13098 (delphi-new-comment-line):
13099 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
13100 * progmodes/executable.el (executable-set-magic):
13101 * progmodes/python.el (inferior-python-mode):
13102 * progmodes/scheme.el (scheme-mode-syntax-table):
13103 * progmodes/sh-script.el (sh-maybe-here-document):
13104 * progmodes/sql.el (sql-copy-column):
13105 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
13106 * textmodes/bibtex.el (bibtex-mode):
13107 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
13108 (sgml-auto-attributes):
13109 * textmodes/table.el (table-insert, table-shorten-cell)
13110 (table--generate-source-scan-lines, table-delete-row)
13111 (*table--cell-delete-char, table--spacify-frame)
13112 (table--horizontally-shift-above-and-below)
13113 (table--cell-insert-char, table--cell-blank-str)
13114 (table--fill-region-strictly):
13115 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
13116 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
13117
13118 * add-log.el (change-log):
13119 * apropos.el (apropos):
13120 * comint.el (comint-completion, comint-source):
13121 * dabbrev.el (dabbrev):
13122 * delim-col.el (columns):
13123 * diff-mode.el (diff-mode):
13124 * ediff.el (ediff):
13125 * ediff-diff.el (ediff-diff):
13126 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
13127 * ediff-mult.el (ediff-mult):
13128 * ediff-ptch.el (ediff-ptch):
13129 * ediff-wind.el (ediff-window):
13130 * facemenu.el (facemenu):
13131 * indent.el (indent):
13132 * info.el (info):
13133 * jka-cmpr-hook.el (compression, jka-compr):
13134 * lpr.el (lpr):
13135 * outline.el (outlines):
13136 * pcmpl-cvs.el (pcmpl-cvs):
13137 * pcmpl-rpm.el (pcmpl-rpm):
13138 * printing.el (printing):
13139 * ps-print.el (postscript, ps-print, ps-print-horizontal)
13140 (ps-print-vertical, ps-print-headers, ps-print-font)
13141 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
13142 (ps-print-background, ps-print-printer, ps-print-page)
13143 (ps-print-miscellany):
13144 * ses.el (ses):
13145 * shell.el (shell, shell-directories, shell-faces):
13146 * startup.el (initialization):
13147 * strokes.el (strokes):
13148 * term.el (term):
13149 * uniquify.el (uniquify):
13150 * w32-vars.el (w32):
13151 * calc/calc.el (calc):
13152 * emacs-lisp/bytecomp.el (bytecomp):
13153 * emacs-lisp/cl-indent.el (lisp-indent):
13154 * emacs-lisp/edebug.el (edebug):
13155 * emacs-lisp/elp.el (elp):
13156 * emacs-lisp/testcover.el (testcover):
13157 * emacs-lisp/trace.el (trace):
13158 * emulation/viper-ex.el (viper-ex):
13159 * emulation/viper-mous.el (viper-mouse):
13160 * mail/mailalias.el (mailalias):
13161 * mail/supercite.el (supercite, supercite-frames)
13162 (supercite-attr, supercite-cite, supercite-hooks):
13163 * net/rcompile.el (remote-compile):
13164 * net/rlogin.el (rlogin):
13165 * obsolete/ooutline.el (outlines):
13166 * progmodes/delphi.el (delphi):
13167 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
13168 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
13169 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
13170 (ebnf-optimization):
13171 * progmodes/etags.el (etags):
13172 * progmodes/executable.el (executable):
13173 * progmodes/idlwave.el (idlwave):
13174 * progmodes/pascal.el (pascal):
13175 * progmodes/prolog.el (prolog):
13176 * progmodes/python.el (python):
13177 * progmodes/scheme.el (scheme):
13178 * progmodes/sh-script.el (sh, sh-script):
13179 * progmodes/sql.el (SQL):
13180 * progmodes/tcl.el (tcl):
13181 * textmodes/bibtex.el (bibtex, bibtex-autokey):
13182 * textmodes/enriched.el (enriched):
13183 * textmodes/makeinfo.el (makeinfo):
13184 * textmodes/sgml-mode.el (sgml):
13185 * textmodes/table.el (table-hooks):
13186 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
13187 * textmodes/texinfo.el (texinfo):
13188 * textmodes/two-column.el (two-column):
13189 Finish `defgroup' description with period.
13190
13191 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
13192 * eshell/esh-var.el (eshell-var):
13193 * progmodes/vhdl-mode.el (vhdl-testbench):
13194 * textmodes/org.el (org): Fix typos in docstrings.
13195
13196 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
13197 consistency.
13198
13199 * progmodes/flymake.el (flymake-find-file): Remove.
13200 (flymake-float-time): Use `with-no-warnings'.
13201 (flymake-check-start-time, flymake-check-was-interrupted)
13202 (flymake-err-info, flymake-is-running, flymake-last-change-time)
13203 (flymake-new-err-info): `defvar' at compile time.
13204
13205 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
13206
13207 * replace.el (occur-hook): Doc fix.
13208 (occur-1): Don't call `occur-hook' if there are no matches.
13209
13210 2005-07-03 Richard M. Stallman <rms@gnu.org>
13211
13212 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
13213 global-map, save the same map.
13214 (global-map): Don't alter it at top level.
13215 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
13216 Then alter it here instead.
13217 (tpu-edt-off): Set global-map to the saved one.
13218
13219 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
13220 All references simplified.
13221 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
13222 (zmacs-regions): Add defvar.
13223 (repeat-complex-command-map): Everything about that deleted.
13224
13225 * textmodes/artist.el (artist-key-is-drawing)
13226 (artist-key-endpoint1, artist-key-poly-point-list)
13227 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
13228 (artist-key-compl-table, artist-rb-save-data)
13229 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
13230 Don't put them in eval-when-compile.
13231 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
13232
13233 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
13234 Use with-no-warnings.
13235
13236 * net/browse-url.el (dos-windows-version): Add defvar.
13237
13238 * mail/supercite.el (filladapt-prefix-table): Add defvar.
13239
13240 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
13241 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
13242 (rmail-new-summary-line-count): Rename from new-summary-line-count.
13243 Add defvar.
13244 (rmail-summary-beginning-of-message): Use with-no-warnings.
13245 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
13246
13247 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
13248 Use with-no-warnings.
13249
13250 * emulation/vi.el (vi-mark-region): Use c-mark-function.
13251 (c-mark-function): Add point-moving-unit property.
13252 (vi-goto-line): Use with-no-warnings.
13253
13254 * emulation/edt.el (edt-last-copied-word): Add defvar.
13255 (zmacs-region-stays): Likewise.
13256 (edt-mark-section-wisely): Use c-mark-function for C.
13257 Use makr-defun for Fortran.
13258 (time-string): defvar deleted.
13259 (edt-display-the-time): Don't set time-string.
13260
13261 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
13262
13263 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
13264 Don't warn when name is not constant
13265 or for defining the group `emacs'.
13266
13267 * tooltip.el (gud-tooltip-mode): Add defvar.
13268
13269 * startup.el (default-frame-background-mode): Add defvar.
13270
13271 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
13272
13273 * info.el (tool-bar-map): Add defvar.
13274
13275 * dired.el (dnd-protocol-alist): Add defvar.
13276
13277 * dired-aux.el (dired-query): Display question with answer, when
13278 the user answers.
13279
13280 * custom.el (custom-add-option): Doc fix.
13281
13282 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
13283
13284 2005-07-03 Eli Zaretskii <eliz@gnu.org>
13285
13286 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
13287 bogus name from the last change.
13288
13289 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
13290
13291 * custom.el (custom-declare-variable): Fix typos in comment.
13292 (custom-known-themes): Doc fix.
13293 (custom-theme-directory): New defcustom.
13294 (require-theme): Make it check `custom-theme-directory'.
13295
13296 * cus-theme.el (custom-new-theme-mode): New function.
13297 (custom-theme-name, custom-theme-variables, custom-theme-faces)
13298 (custom-theme-description): Add compiler defvars.
13299 (customize-create-theme): Add doc to the "*New Custom Theme*"
13300 buffer. Use `custom-new-theme-mode'.
13301 (custom-theme-write): Put the created buffer in emacs-lisp-mode
13302 and save it to the `custom-theme-directory'. Make this the
13303 default directory of the buffer.
13304
13305 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
13306
13307 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
13308 Fix unbalanced parentheses.
13309
13310 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
13311
13312 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
13313 into flymake-mode and delegate to flymake-mode.
13314
13315 * find-file.el (ff-which-function-are-we-in): Clean up.
13316
13317 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
13318
13319 * replace.el (occur-rename-buffer): Fix docstring.
13320
13321 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
13322 (edt-last-copied-word, edt-learn-macro-count)
13323 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
13324 (edt-rect-start-point, edt-user-global-map, rect-start-point)
13325 (time-string, zmacs-region-stays):
13326 * emulation/edt-mapper.el (edt-save-function-key-map)
13327 (EDT-key-name): `defvar' to silence the byte-compiler.
13328
13329 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
13330
13331 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
13332 font-lock-regexp-backslash. Doc fix.
13333 (font-lock-regexp-backslash-grouping-construct): Rename from
13334 font-lock-regexp-backslash-construct. Doc fix.
13335 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
13336 grouping constructs.
13337
13338 2005-07-02 Eli Zaretskii <eliz@gnu.org>
13339
13340 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
13341 updating all the prerequisites.
13342
13343 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
13344
13345 * textmodes/org.el (org-agenda-start-on-weekday)
13346 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
13347 (org-agenda-use-time-grid, org-archive-location)
13348 (org-allow-space-in-links, org-usenet-links-prefer-google)
13349 (org-enable-table-editor, org-export-default-language)
13350 (org-export-html-show-new-buffer, org-fill-paragraph)
13351 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
13352 (org-goto-quit, org-occur, org-eval-in-calendar)
13353 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
13354 (org-agenda-diary-entry, org-remember-help)
13355 (org-table-convert-region, org-at-table-p)
13356 (org-table-move-row-down, org-table-move-row-up)
13357 (org-table-copy-region, org-table-toggle-vline-visibility)
13358 (org-table-get-stored-formulas, org-table-get-specials)
13359 (org-recalc-commands, org-table-eval-formula)
13360 (org-table-formula-substitute-names, orgtbl-make-binding)
13361 (org-format-org-table-html, org-format-table-table-html)
13362 (org-format-table-table-html-using-table-generate-source)
13363 (org-customize): Fix typos in docstrings.
13364 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
13365 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
13366 (org-back-to-heading): Doc fixes.
13367 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
13368 (org-agenda-change-all-lines, org-get-header):
13369 Improve argument/docstring consistency.
13370 (orgtbl-error): Fix error message.
13371
13372 * progmodes/flymake.el (flymake-find-possible-master-files)
13373 (flymake-master-file-compare, flymake-get-line-err-count)
13374 (flymake-highlight-line, flymake-gui-warnings-enabled):
13375 Fix typos in docstrings.
13376 (flymake-parse-line, flymake-get-project-include-dirs-function)
13377 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
13378 Doc fixes.
13379 (flymake-get-project-include-dirs-function)
13380 (flymake-make-err-menu-data):
13381 Improve argument/docstring consistency.
13382
13383 2005-07-01 Lute Kamstra <lute@gnu.org>
13384
13385 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
13386 Catch errors with ignore-errors. Use temporary buffer.
13387 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
13388
13389 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
13390 background color faces.
13391 (facemenu-set-foreground, facemenu-set-background):
13392 Use facemenu-set-face-from-menu.
13393 (facemenu-set-face-from-menu): Treat face names that start with
13394 "fg:" or "bg:" as special.
13395 (facemenu-add-new-color): Don't create faces. Simplify.
13396
13397 2005-06-30 Richard M. Stallman <rms@gnu.org>
13398
13399 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
13400 (crm-find-current-element): Likewise.
13401
13402 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
13403
13404 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
13405
13406 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
13407
13408 * arc-mode.el (archive-extract): Make it work as a mouse binding.
13409 (archive-mouse-extract): Make it an obsolete alias.
13410 (archive-mode-map): Don't use archive-mouse-extract any more.
13411 (archive-mode, archive-extract): write-contents-hooks ->
13412 write-contents-functions.
13413 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
13414 first arg.
13415 (archive-rename-entry): Update the call.
13416 (archive-zip-summarize): Remove unused var `method'.
13417 (archive-lzh-summarize): Remove unused var `creator'.
13418
13419 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
13420 dedicated frame upon exit.
13421
13422 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
13423 (archive-zip-extract, archive-zip-expunge)
13424 (archive-zip-update, archive-zip-update-case): Use executable-find.
13425 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
13426 Use restore-buffer-modified-p.
13427 (archive-extract, archive-add-new-member, archive-write-file-member):
13428 Use with-current-buffer.
13429 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
13430
13431 2005-06-30 Andreas Schwab <schwab@suse.de>
13432
13433 * progmodes/gud.el (gud-filter): Remove unneeded progn.
13434
13435 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
13436
13437 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
13438
13439 2005-06-30 Juri Linkov <juri@jurta.org>
13440
13441 * faces.el (vertical-border): Inherit from mode-line-inactive
13442 only on tty.
13443
13444 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
13445
13446 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
13447 example, -NLINES in the `occur' docstring).
13448
13449 * replace.el (occur-1): When no matches are found, do not set the
13450 `buffer-read-only' and modified flags for the occur buffer,
13451 because it is deleted.
13452
13453 * emulation/cua-base.el (cua-check-pending-input)
13454 (cua-repeat-replace-region, cua-mode, cua-debug)
13455 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
13456 Fix typos in docstrings.
13457
13458 * emulation/cua-gmrk.el (cua-toggle-global-mark)
13459 (cua-cut-region-to-global-mark)
13460 (cua--cut-rectangle-to-global-mark):
13461 Remove period from end of messages.
13462
13463 * emulation/cua-rect.el (cua-do-rectangle-padding):
13464 Remove period from end of messages.
13465 (cua--rectangle-seq-format): Fix typo in docstring.
13466 (cua-sequence-rectangle, cua-fill-char-rectangle):
13467 Improve argument/docstring consistency.
13468
13469 2005-06-29 Juri Linkov <juri@jurta.org>
13470
13471 * faces.el (default-frame-background-mode): New internal variable.
13472 (frame-set-background-mode): Use it.
13473
13474 * startup.el (normal-top-level): Set default-frame-background-mode
13475 instead of frame-background-mode. Before setting it, test for its
13476 nil value. Remove tests for frame-background-mode and frame
13477 parameter `reverse'. Add test for "unspecified-fg".
13478
13479 * term/xterm.el (xterm-rxvt-set-background-mode):
13480 * term/rxvt.el (rxvt-set-background-mode):
13481 Set default-frame-background-mode instead of frame-background-mode.
13482
13483 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
13484
13485 * simple.el (set-variable): Warn about obsolete user variables.
13486
13487 * imenu.el (imenu--completion-buffer):
13488 * mouse.el (mouse-buffer-menu-alist):
13489 * msb.el (msb-invisible-buffer-p):
13490 * calendar/diary-lib.el (diary-header-line-format):
13491 * emacs-lisp/pp.el (pp-buffer):
13492 * progmodes/cperl-mode.el (cperl-do-auto-fill):
13493 * textmodes/picture.el (picture-replace-match):
13494 Change space constants followed by a sexp to "?\s ".
13495
13496 * play/decipher.el (decipher-loop-with-breaks):
13497 * textmodes/texinfo.el (texinfo-insert-@item): Change space
13498 constants "protected" from end of line by a comment to "?\s".
13499
13500 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
13501
13502 * font-lock.el (save-buffer-state): Use `declare'.
13503
13504 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
13505 reset the syntax-table to cperl-mode-syntax-table.
13506 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
13507 "foo_print_bar" is not matched as a reserved keyword.
13508
13509 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
13510
13511 * textmodes/org.el (orgtbl-setup): New function, for delayed
13512 setup for the orgtbl commands.
13513 (org-calc-default-modes): New option.
13514 (orgtbl-make-binding): Use `defun' to get better help display.
13515 (org-diary): Call `org-compile-prefix-format'.
13516 (org-table-formula-substitute-names): New function.
13517 (org-agenda-day-view, org-agenda-week-view): New commands.
13518 (org-agenda-toggle-week-view): Command removed.
13519 (org-tbl-menu): Split off from org-org-menu.
13520 (org-mode): Move removal of outline-mode menus to here.
13521 (org-table-formula-debug): New option.
13522 (org-table-insert-row): Keep first field if just "#" or "*".
13523 (org-mode): Paragraph regexps fixed.
13524 (org-table-recalculate-regexp): New constant.
13525 (org-table-justify-field-maybe): Avoid replace if not necessary.
13526 (org-copy-special, org-cut-special): Use `call-interactively'.
13527 (org-table-copy-region): Take region from `interactive' call.
13528 (org-trim): Return string even if no match.
13529 (org-formula): New face.
13530 (org-set-font-lock-defaults): No longer highlight "FIXME".
13531 But highlight formula-related fields in table.
13532 (org-table-p): Use regexp, not fontification.
13533 (org-table-align): Handle white space at end of line.
13534 (org-table-formula-evaluate-inline): New option.
13535 (org-mode): Auto-wrapping in comment lines turned off.
13536 (org-table-copy-down): Evaluate only in copied field, not in
13537 destination.
13538 (org-table-current-formula): Variable removed.
13539 (org-table-store-formulas, org-table-get-stored-formulas)
13540 (org-table-modify-formulas, org-table-replace-in-formulas)
13541 (org-table-maybe-eval-formula): New functions.
13542 (org-table-get-formula): Modify to use stored formulas.
13543 (org-table-insert-column, org-table-delete-column)
13544 (org-table-move-column): Call `org-table-modify-formulas'.
13545 (org-complete): Add completion for keyword formulas.
13546 (orgtbl-mode): Pull orgtbl-mode-map to start of
13547 minor-mode-map-alist.
13548
13549 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
13550
13551 * progmodes/python.el (python-check): Require `compile' before
13552 modifying its variables.
13553
13554 * newcomment.el (comment-indent-default): Don't get fooled by an early
13555 end of buffer.
13556
13557 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13558
13559 * ps-print.el (ps-print-version): Fix version number.
13560
13561 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
13562
13563 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
13564
13565 2005-06-28 Richard M. Stallman <rms@gnu.org>
13566
13567 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
13568 (flyspell-local-mouse-map): Declaration deleted.
13569 (flyspell-mouse-map): Bind only mouse-2.
13570 (flyspell-mode-map): Don't test flyspell-use-local-map.
13571 (flyspell-overlay-keymap-property-name): Var deleted.
13572 (flyspell-mode-on): Don't make local bindings for
13573 flyspell-mouse-map and flyspell-mode-map.
13574 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
13575
13576 * textmodes/ispell.el (ispell-word): Do not ignore short words.
13577
13578 * progmodes/compile.el (compilation-next-error-function):
13579 Don't switch buffers; operate on the current buffer.
13580
13581 * progmodes/compile.el (compilation-error-file-name)
13582 (compilation-warning-file-name, compilation-info-file-name)
13583 (compilation-line-number, compilation-column-number): New faces.
13584 (compilation-error-face, compilation-warning-face)
13585 (compilation-info-face, compilation-line-face)
13586 (compilation-column-face): Use them.
13587
13588 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
13589
13590 * comint.el (comint-password-prompt-regexp): Accept ", try again".
13591
13592 * bindings.el (global-map): Bind insertchar and its variants.
13593
13594 2005-06-27 Richard M. Stallman <rms@gnu.org>
13595
13596 * textmodes/artist.el (artist-text-overwrite)
13597 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
13598
13599 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13600
13601 * ps-print.el: It was not working the page selection for printing.
13602 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
13603 (ps-print-version): New version 6.6.7.
13604 (ps-end-sheet): New fun.
13605 (ps-header-sheet, ps-end-job): Call it.
13606
13607 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
13608
13609 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
13610
13611 2005-06-27 Lute Kamstra <lute@gnu.org>
13612
13613 * facemenu.el (facemenu-unlisted-faces): Add foreground and
13614 background color faces.
13615 (facemenu-get-face): Delete function.
13616 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
13617 (facemenu-add-new-color): Make second argument mandatory.
13618 Create the appropriate face and return it. Simplify.
13619 (facemenu-set-foreground, facemenu-set-background): Don't check if
13620 color is defined. Use return value of facemenu-add-new-color.
13621
13622 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
13623
13624 * progmodes/gud.el (gud-filter): Add missing argument to
13625 with-selected-window.
13626
13627 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
13628
13629 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
13630 a :require to the defcustom.
13631
13632 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
13633 defcustoms corresponding to minor modes.
13634
13635 2005-06-26 David Ponce <david@dponce.com>
13636
13637 * recentf.el: Require tree-widget instead of wid-edit.
13638 (recentf-filename-handler): Fix widget :type.
13639 (recentf-cancel-dialog, recentf-open-more-files)
13640 (recentf-open-files-action): Doc fix.
13641 (recentf-dialog-goto-first): New function.
13642 (recentf-dialog-mode-map): Set parent keymap first.
13643 (recentf-dialog-mode): Define with define-derived-mode.
13644 Don't display continuation lines in dialogs.
13645 (recentf-edit-list): Rename from recentf-edit-selected-items.
13646 (recentf-edit-list-select): Rename from recentf-edit-list-action.
13647 Simplify.
13648 (recentf-edit-list-validate): New function.
13649 (recentf-edit-list): Update accordingly.
13650 (recentf-open-files-item-shift): Remove.
13651 (recentf-open-files-item): Convert menu elements into tree and
13652 link widgets. Don't create the widgets.
13653 (recentf-open-files): Update accordingly.
13654 (recentf-save-list): Untabify.
13655
13656 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
13657
13658 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
13659 (keep-lines): Add INTERACTIVE arg. Never delete lines only
13660 partially contained in the active region. Do not take active
13661 region into account when called from Lisp, unless INTERACTIVE arg
13662 is non-nil. Use `forward-line' instead of `beginning-of-line' to
13663 avoid trouble with fields. Make marker point nowhere when no
13664 longer used. Always return nil. Doc fix.
13665 (flush-lines): Add INTERACTIVE arg. Do not take active region
13666 into account when called from Lisp, unless INTERACTIVE arg is
13667 non-nil. Use `forward-line' instead of `beginning-of-line' to
13668 avoid trouble with fields. Make marker point nowhere when no
13669 longer used. Always return nil. Doc fix.
13670 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
13671 interchangeable. Do not take active region into account when
13672 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
13673 message in echo area when called from Lisp, unless INTERACTIVE arg
13674 is non-nil. Avoid saying "1 occurrences". Do not use markers.
13675 Return the number of matches. Doc fix.
13676 (occur): Doc fix.
13677 (perform-replace): Make comment follow double space convention for
13678 the sake of `outline-minor-mode'.
13679
13680 * faces.el (facep): Doc fix.
13681
13682 2005-06-25 Richard M. Stallman <rms@gnu.org>
13683
13684 * facemenu.el (facemenu-enable-faces-p): New function.
13685 (facemenu-background-menu, facemenu-foreground-menu)
13686 (facemenu-face-menu): Add menu-enable property.
13687
13688 * jka-compr.el (jka-compr-insert-file-contents):
13689 Special handling if cannot find the uncompression program.
13690
13691 * cus-face.el (custom-face-attributes): Add autoload.
13692
13693 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
13694 Bind comment-indent-function locally.
13695
13696 * window.el (save-selected-window): Use save-current-buffer.
13697
13698 * subr.el (with-selected-window): Use save-current-buffer.
13699
13700 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
13701 and with-current-buffer.
13702
13703 2005-06-24 Richard M. Stallman <rms@gnu.org>
13704
13705 * simple.el (line-move-1): Fix previous change.
13706
13707 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
13708
13709 * replace.el (occur-1): Set `buffer-read-only' and the
13710 buffer-modified flag before running `occur-hook' to protect
13711 against unintentional buffer switches that can lead to data loss.
13712
13713 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
13714
13715 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
13716 (gud-gdb-marker-filter): Use font-lock-warning-face for any
13717 initial error.
13718
13719 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
13720 after fresh input.
13721 (gdb-var-create-handler): Put name of expression in quotes.
13722
13723 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
13724
13725 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
13726 elements of RING in order, and without bogus nil elements.
13727
13728 2005-06-23 Richard M. Stallman <rms@gnu.org>
13729
13730 * simple.el (set-variable): Args renamed; doc fix.
13731 (line-move-1): When there are overlays around, use vertical-motion.
13732
13733 * faces.el (escape-glyph): Use brown against light background.
13734 (nobreak-space): Rename from no-break-space.
13735 Fix previous change.
13736
13737 * dired-aux.el (dired-do-copy): Fix arg prompt.
13738
13739 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
13740
13741 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
13742
13743 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
13744 rather than "Distributor".
13745
13746 2005-06-23 Lute Kamstra <lute@gnu.org>
13747
13748 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
13749 (debug-on-entry): Use it. New interactive declaration that uses
13750 function-called-at-point.
13751
13752 2005-06-23 Kim F. Storm <storm@cua.dk>
13753
13754 * subr.el (save-match-data): Add comment about using evaporate arg
13755 to set-match-data.
13756
13757 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
13758
13759 * cus-edit.el (customize-face)
13760 (customize-face-other-window): Handle face aliases.
13761
13762 * faces.el (face-documentation, set-face-attribute)
13763 (face-spec-set): Handle face aliases.
13764
13765 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
13766
13767 * help-mode.el (help-make-xrefs): If a symbol representing a face
13768 name is not followed by the word "face", it could still be a
13769 function or variable name, so don't bypass other checks.
13770
13771 2005-06-22 Juri Linkov <juri@jurta.org>
13772
13773 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
13774 Replace aliased functions with calls where second arg `inherit' is t.
13775
13776 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
13777
13778 * progmodes/gdb-ui.el (gdb-error): New variable.
13779 (gdb-error): New function.
13780 (gdb-annotation-rules): Act on error-begin and error annotations.
13781 (gdb-concat-output): Use font-lock-warning-face for errors.
13782
13783 2005-06-22 Miles Bader <miles@gnu.org>
13784
13785 * bindings.el (propertized-buffer-identification): Use renamed
13786 `Buffer-menu-buffer' face.
13787
13788 * faces.el (vertical-border): Rename from `vertical-divider'.
13789 (escape-glyph): Change dark-background color back to `cyan'.
13790
13791 2005-06-21 Juri Linkov <juri@jurta.org>
13792
13793 * faces.el (face-user-default-spec): Try getting `customized-face'
13794 prior to `saved-face'.
13795 (frame-background-mode): Refill docstring.
13796
13797 * emacs-lisp/lisp-mode.el (eval-defun-1):
13798 * emacs-lisp/edebug.el (edebug-eval-defun):
13799 Set `saved-face' temporarily to nil before calling form.
13800 Set `customized-face' to the new spec after that.
13801
13802 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
13803
13804 * subr.el (1value, lambda, key-substitution-in-progress):
13805 Doc fixes.
13806
13807 * autoinsert.el (auto-insert-alist):
13808 * ses.el (ses-call-printer):
13809 * subr.el (noreturn):
13810 * emacs-lisp/lisp.el (check-parens):
13811 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
13812 * net/browse-url.el (browse-url-mosaic):
13813 * progmodes/cc-defs.el (c-safe-scan-lists):
13814 * progmodes/ebnf-abn.el (ebnf-abn-lex):
13815 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
13816 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
13817 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
13818 * progmodes/ebnf-iso.el (ebnf-iso-lex):
13819 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
13820
13821 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
13822
13823 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
13824
13825 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
13826
13827 * calendar/appt.el (appt-make-list): Activate the package, if
13828 not already active (for backwards compatibility).
13829
13830 2005-06-20 Kim F. Storm <storm@cua.dk>
13831
13832 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
13833
13834 2005-06-20 Miles Bader <miles@gnu.org>
13835
13836 * faces.el (vertical-divider): New face.
13837
13838 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
13839
13840 * simple.el (kill-whole-line): Doc fix.
13841 (next-error-buffer-p, next-error-find-buffer)
13842 (clone-indirect-buffer): Fix typos in docstrings.
13843 (comment-line-break-function): Doc fix: don't say variable
13844 is automatically buffer-local (it isn't).
13845
13846 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
13847
13848 * net/tramp-ftp.el (top):
13849 * net/tramp-smb.el (top):
13850 * net/tramp-util.el (top):
13851 * net/tramp-uu.el (top):
13852 * net/tramp-vc.el (top):
13853 * net/tramp.el (top): Revert copyright years back to original
13854 ones. Tramp has a life outside GNU Emacs.
13855
13856 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
13857
13858 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
13859
13860 2005-06-18 Juri Linkov <juri@jurta.org>
13861
13862 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
13863 end of first regexp to limit the match to the position between
13864 line number and source line with same separator character as used
13865 between file name and line number. In the second regexp limit
13866 mouse-face area to file name and line number by adding new group
13867 for them and referring it in HYPERLINK arg.
13868 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
13869 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
13870 previous line where grep markers may be already removed.
13871
13872 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
13873
13874 * progmodes/ps-mode.el: Update version and maintainer's email address.
13875
13876 2005-06-18 Steve Youngs <steve@xemacs.org>
13877
13878 * net/browse-url.el (browse-url-browser-function)
13879 (browse-url-default-browser): Add firefox.
13880 (browse-url-firefox-program, browse-url-firefox-arguments)
13881 (browse-url-firefox-startup-arguments)
13882 (browse-url-firefox-new-window-is-tab): New defcustoms.
13883 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
13884
13885 2005-06-17 Richard M. Stallman <rms@gnu.org>
13886
13887 * startup.el (command-line): Warn if specified user name has
13888 no home directory.
13889
13890 * term.el (term-get-old-input, term-input-filter, term-input-sender)
13891 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
13892
13893 * longlines.el (longlines-mode, longlines-show-hard-newlines):
13894 Doc fixes.
13895
13896 * faces.el (underline): Try bold if terminal doesn't support underline.
13897
13898 * mail/sendmail.el (mail-setup-with-from): New variable.
13899 (mail-insert-from-field): New function.
13900 (sendmail-send-it): Call it.
13901 (mail-setup): Optionally call it here.
13902
13903 * term/linux.el: Call tty-no-underline.
13904
13905 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
13906
13907 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
13908
13909 2005-06-17 Miles Bader <miles@gnu.org>
13910
13911 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
13912 (ediff-current-diff-C, ediff-current-diff-Ancestor)
13913 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
13914 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
13915 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
13916 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
13917 Remove "-face" suffix from face names.
13918 (ediff-current-diff-face-A, ediff-current-diff-face-B)
13919 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
13920 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
13921 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
13922 (ediff-even-diff-face-A, ediff-even-diff-face-B)
13923 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
13924 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
13925 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
13926 New backward-compatibility aliases for renamed faces.
13927 (ediff-current-diff-face-A, ediff-current-diff-face-B)
13928 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
13929 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
13930 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
13931 (ediff-even-diff-face-A, ediff-even-diff-face-B)
13932 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
13933 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
13934 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
13935 Use renamed ediff faces.
13936
13937 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
13938 Remove "-face" suffix from face names.
13939 (eshell-test-ok-face, eshell-test-failed-face):
13940 New backward-compatibility aliases for renamed faces.
13941 (eshell-run-test): Use renamed eshell-test faces.
13942
13943 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
13944 face name.
13945 (eshell-prompt-face): New backward-compatibility alias for renamed
13946 face.
13947 (eshell-emit-prompt): Use renamed eshell-prompt face.
13948
13949 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
13950 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
13951 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
13952 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
13953 Remove "-face" suffix from face names.
13954 (eshell-ls-directory-face, eshell-ls-symlink-face)
13955 (eshell-ls-executable-face, eshell-ls-readonly-face)
13956 (eshell-ls-unreadable-face, eshell-ls-special-face)
13957 (eshell-ls-missing-face, eshell-ls-archive-face)
13958 (eshell-ls-backup-face, eshell-ls-product-face)
13959 (eshell-ls-clutter-face):
13960 New backward-compatibility aliases for renamed faces.
13961 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
13962
13963 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
13964 Remove "-face" suffix from face name.
13965 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
13966 instead of literal face.
13967
13968 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
13969
13970 * emacs-lisp/warnings.el (display-warning, lwarn)
13971 (warning-minimum-log-level): Doc fixes.
13972 (warning-minimum-level, warning-minimum-log-level):
13973 Add :debug to :type choices.
13974
13975 * progmodes/ada-mode.el (ada-format-paramlist)
13976 (ada-get-indent-case, ada-check-matching-start)
13977 (ada-check-defun-name, ada-goto-matching-decl-start)
13978 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
13979 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
13980 (ada-make-subprogram-body): Follow error conventions.
13981 (ada-case-exception-file, ada-indent-comment-as-code)
13982 (ada-indent-handle-comment-special, ada-indent-renames)
13983 (ada-indent-return, ada-search-directories-internal)
13984 (ada-tab-policy, ada-case-exception-substring)
13985 (ada-other-file-alist, ada-matching-start-re)
13986 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
13987 (ada-imenu-generic-expression, ada-compile-goto-error)
13988 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
13989 (ada-popup-menu, ada-add-extensions, ada-mode)
13990 (ada-region-selected, ada-create-case-exception)
13991 (ada-create-case-exception-substring, ada-after-keyword-p)
13992 (ada-activate-keys-for-case, ada-adjust-case-region)
13993 (ada-adjust-case-buffer, ada-format-paramlist)
13994 (ada-scan-paramlist, ada-insert-paramlist)
13995 (ada-indent-newline-indent)
13996 (ada-indent-newline-indent-conditional)
13997 (ada-justified-indent-current, ada-goto-previous-word)
13998 (ada-indent-current, ada-get-indent-open-paren)
13999 (ada-get-indent-paramlist, ada-get-indent-end)
14000 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
14001 (ada-get-indent-block-start, ada-get-indent-subprog)
14002 (ada-get-indent-noindent, ada-get-indent-label)
14003 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
14004 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
14005 (ada-goto-stmt-end, ada-goto-next-word)
14006 (ada-check-matching-start, ada-check-defun-name)
14007 (ada-goto-matching-decl-start, ada-goto-matching-start)
14008 (ada-goto-matching-end, ada-search-ignore-string-comment)
14009 (ada-in-decl-p, ada-looking-at-semi-or)
14010 (ada-looking-at-semi-private, ada-in-paramlist-p)
14011 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
14012 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
14013 (ada-next-procedure, ada-previous-procedure, ada-next-package)
14014 (ada-previous-package, ada-create-menu)
14015 (ada-fill-comment-paragraph-justify)
14016 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
14017 (ada-other-file-name, ada-last-which-function-line)
14018 (ada-last-which-function-subprog, ada-which-function)
14019 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
14020 (ada-gen-treat-proc, ada-check-emacs-version)
14021 (ada-continuation-indent, ada-align-region-separate):
14022 Fix typos in docstrings.
14023 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
14024
14025 2005-06-16 Lute Kamstra <lute@gnu.org>
14026
14027 * simple.el (fundamental-mode): Run after-change-major-mode-hook
14028 conditionally.
14029
14030 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
14031
14032 * comint.el (comint-replace-by-expanded-filename)
14033 (comint-prompt-regexp, comint-delimiter-argument-list)
14034 (comint-preinput-scroll-to-bottom):
14035 * info.el (Info-hide-cookies-node):
14036 * ls-lisp.el (ls-lisp-classify):
14037 * find-file.el (ff-search-directories, ff-special-constructs)
14038 (ff-find-other-file):
14039 * font-lock.el (font-lock-keywords):
14040 * shell.el (shell-prompt-pattern)
14041 (shell-dynamic-complete-functions, shell-mode)
14042 (shell-delimiter-argument-list):
14043 * term.el (term-replace-by-expanded-filename)
14044 (term-prompt-regexp, term-delimiter-argument-list):
14045 * woman.el (woman-ignore, woman0-if):
14046 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
14047 * emacs-lisp/elint.el (elint-init-env):
14048 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
14049 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
14050 * language/ethio-util.el (ethio-tilde-escape)
14051 (ethio-use-three-dot-question):
14052 * net/zone-mode.el (zone-mode-load-time-setup):
14053 * progmodes/cc-align.el (c-lineup-argcont):
14054 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
14055 * progmodes/cperl-mode.el (cperl-set-style-back):
14056 * progmodes/inf-lisp.el (inferior-lisp-prompt):
14057 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
14058 Fix spellings in docstrings.
14059
14060 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
14061 * progmodes/modula2.el (m2-for): Fix spellings.
14062
14063 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
14064
14065 * simple.el (undo-more): Don't use `format' on `error' arguments.
14066 Improve argument/docstring consistency.
14067 (pending-undo-list): Doc fix.
14068
14069 * smerge-mode.el (smerge-ensure-match):
14070 * emulation/vip.el (vip-ex):
14071 * net/zone-mode.el (zone-mode-update-serial):
14072 * progmodes/idlwave.el (idlwave-complete):
14073 * progmodes/vhdl-mode.el (vhdl-visit-file)
14074 (vhdl-compose-wire-components):
14075 Don't use `format' on `error' arguments.
14076
14077 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
14078 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
14079 (tooltip-help-tips): Fix typos in docstrings.
14080
14081 2005-06-16 David Ponce <david@dponce.com>
14082
14083 * tree-widget.el (tree-widget-value-create): Simplify last change.
14084
14085 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
14086
14087 * ido.el (ido-incomplete-regexp): New variable.
14088 (ido-set-matches-1): Handle invalid-regexp error and set
14089 ido-incomplete-regexp.
14090 (ido-incomplete-regexp): New face.
14091 (ido-completions): Use it.
14092 (ido-complete, ido-exit-minibuffer, ido-completions):
14093 Handle incomplete regexps.
14094 (ido-completions): Add check for complete match when entering a regexp.
14095
14096 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
14097
14098 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
14099
14100 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14101
14102 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
14103 by field delimiters.
14104
14105 2005-06-15 David Ponce <david@dponce.com>
14106
14107 * tree-widget.el: eval-and-compile inlined functions so they will
14108 be available at run-time too.
14109 (tree-widget-super-format-handler)
14110 (tree-widget-format-handler): Remove.
14111 (tree-widget-value-create): Handle the :indent property.
14112
14113 2005-06-15 Miles Bader <miles@gnu.org>
14114
14115 * progmodes/which-func.el (which-func): Only inherit
14116 `font-lock-function-name-face' when that makes sense against the
14117 default mode-line face, otherwise set the face color explicitly.
14118
14119 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
14120 faces instead of (non-existent) variables.
14121
14122 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
14123
14124 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
14125 (iswitchb-get-matched-buffers): Likewise. Simplify.
14126
14127 2005-06-14 Miles Bader <miles@gnu.org>
14128
14129 * progmodes/ld-script.el (ld-script-location-counter):
14130 Remove "-face" suffix from face name.
14131 (ld-script-location-counter-face):
14132 New backward-compatibility alias for renamed face.
14133 (ld-script-location-counter-face): Use renamed face.
14134
14135 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
14136 (cperl-hash): Remove "-face" suffix from face names.
14137 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
14138 New backward-compatibility aliases for renamed faces.
14139 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
14140 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
14141
14142 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
14143 name.
14144 (which-func-face): New backward-compatibility alias for renamed face.
14145 (which-func-format): Use renamed which-func face.
14146
14147 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
14148 (vhdl-function, vhdl-directive, vhdl-reserved-word)
14149 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
14150 names.
14151 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
14152 (vhdl-speedbar-configuration, vhdl-speedbar-package)
14153 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
14154 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
14155 (vhdl-speedbar-architecture-selected)
14156 (vhdl-speedbar-configuration-selected)
14157 (vhdl-speedbar-package-selected)
14158 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
14159 names.
14160 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
14161 Use renamed faces.
14162 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
14163 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
14164 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
14165 Use renamed faces.
14166 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
14167 names.
14168 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
14169 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
14170 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
14171 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
14172 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
14173 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
14174
14175 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
14176 face name.
14177 (sh-heredoc-face): New backward-compatibility alias for renamed face.
14178 (sh-heredoc-face): Use renamed sh-heredoc face.
14179
14180 * progmodes/idlw-help.el (idlwave-help-link):
14181 Remove "-face" suffix from face name.
14182 (idlwave-help-link-face):
14183 New backward-compatibility alias for renamed face.
14184 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
14185
14186 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
14187 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
14188 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
14189 New backward-compatibility aliases for renamed faces.
14190 (idlwave-shell-disabled-breakpoint-face)
14191 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
14192
14193 * progmodes/flymake.el (flymake-errline, flymake-warnline):
14194 Remove "-face" suffix from face names.
14195 (flymake-errline-face, flymake-warnline-face):
14196 New backward-compatibility aliases for renamed faces.
14197 (flymake-highlight-line): Use renamed flymake faces.
14198
14199 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
14200 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
14201 (ebrowse-member-class, ebrowse-progress):
14202 Remove "-face" suffix from face names.
14203 (ebrowse-tree-mark-face, ebrowse-root-class-face)
14204 (ebrowse-file-name-face, ebrowse-default-face)
14205 (ebrowse-member-attribute-face, ebrowse-member-class-face)
14206 (ebrowse-progress-face):
14207 New backward-compatibility aliases for renamed faces.
14208 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
14209 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
14210 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
14211 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
14212
14213 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
14214 antlr-syntax)
14215 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
14216 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
14217 names.
14218 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
14219 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
14220 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
14221 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
14222 backward-compatibility aliases for renamed faces.
14223 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
14224 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
14225 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
14226 remove "font-lock-". Use renamed antlr-mode faces.
14227 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
14228 literal face-names with face variable references.
14229
14230 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
14231 face name.
14232 (Buffer-menu-buffer-face): New backward-compatibility alias for
14233 renamed face.
14234 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
14235
14236 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
14237
14238 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
14239 Eliminate "-face" suffix.
14240 (makefile-targets): Inherit from font-lock-function-name-face and
14241 eliminate "-face" suffix.
14242 (makefile-shell): Remove attributes and eliminate "-face" suffix.
14243 (makefile-*-font-lock-keywords): Append makefile-targets in rule
14244 actions, instead of prepending, to make it less visible.
14245 (makefile-previous-dependency, makefile-match-dependency):
14246 Don't match a target on a continuation line.
14247
14248 * files.el (auto-mode-alist): Put Makefile in gmake mode.
14249
14250 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
14251
14252 * progmodes/gdb-ui.el (menu): Re-order menu items.
14253 (gdb-tooltip-print): Respect tooltip-use-echo-area.
14254
14255 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
14256 Define in tooltip.el.
14257 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
14258 (gud-tooltip-tips): Respect tooltip-use-echo-area and
14259 gud-tooltip-echo-area.
14260
14261 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
14262 backward compatibility and make obsolete.
14263 (tooltip-help-tips): Use tooltip-use-echo-area.
14264 (tooltip-show-help-function): Rename to...
14265 (tooltip-show-help): ...this, because it is a function.
14266 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
14267
14268 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
14269
14270 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
14271 (edebug-print-length, edebug-print-level, edebug-print-circle)
14272 (edebug-modify-breakpoint, edebug-eval-last-sexp)
14273 (edebug-eval-print-last-sexp): Doc fixes.
14274
14275 2005-06-14 Kim F. Storm <storm@cua.dk>
14276
14277 * ido.el (ido-mode): Make a new keymap every time we enable ido,
14278 as the coverage buffer/file/both may change.
14279
14280 2005-06-14 Lute Kamstra <lute@gnu.org>
14281
14282 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
14283 and run-mode-hooks. Simplify.
14284
14285 * mail/rmailedit.el (rmail-edit-mode):
14286 * progmodes/octave-inf.el (inferior-octave-mode):
14287 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
14288
14289 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
14290 and run-mode-hooks.
14291 (recentf-edit-list, recentf-open-files): Don't call
14292 kill-all-local-variables directly.
14293
14294 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
14295
14296 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
14297
14298 * emacs-lisp/byte-run.el (make-obsolete)
14299 (define-obsolete-function-alias): Rename arguments FUNCTION and
14300 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
14301 (make-obsolete-variable, define-obsolete-variable-alias):
14302 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
14303 respectively.
14304
14305 * isearchb.el (isearchb-activate):
14306 * pcvs.el (cvs-mode):
14307 * ses.el (ses-load):
14308 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
14309 * net/tramp.el (tramp-find-file-exists-command)
14310 (tramp-find-shell):
14311 * progmodes/ada-mode.el (ada-create-case-exception)
14312 (ada-create-case-exception-substring, ada-make-subprogram-body):
14313 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
14314 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
14315 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
14316 * textmodes/org.el (org-promote, org-evaluate-time-range)
14317 (org-agenda-next-date-line, org-agenda-previous-date-line)
14318 (org-agenda-error, org-open-at-point, org-table-move-row)
14319 (org-format-table-table-html-using-table-generate-source)
14320 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
14321 * textmodes/reftex.el (reftex-access-scan-info):
14322 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
14323 (reftex-toc-promote-prepare): Follow error conventions.
14324
14325 * diff-mode.el (diff-mode): Fix typo in docstring.
14326
14327 * forms.el (forms--intuit-from-file): Fix reference to
14328 `forms-number-of-fields' in error message.
14329 (forms-print): Fix quoting in error message.
14330
14331 * forms.el (forms-mode):
14332 * emulation/vi.el (vi-goto-insert-state):
14333 * progmodes/flymake.el (flymake-new-err-info)
14334 (flymake-start-syntax-check-for-current-buffer)
14335 (flymake-simple-cleanup):
14336 * eshell/esh-var.el (eshell/export):
14337 * progmodes/gud.el (xdb):
14338 * textmodes/flyspell.el (flyspell-incorrect-hook)
14339 (flyspell-maybe-correct-transposition)
14340 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
14341
14342 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
14343
14344 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
14345 minibuffer prompt.
14346
14347 2005-06-13 Kim F. Storm <storm@cua.dk>
14348
14349 * subr.el (add-to-ordered-list): New defun.
14350
14351 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
14352 add cua--keymap-alist to emulation-mode-map-alists.
14353
14354 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
14355
14356 * subr.el (complete-in-turn): New macro.
14357 (dynamic-completion-table, lazy-completion-table): Add debug info.
14358
14359 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
14360 in preference to face aliases.
14361
14362 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
14363 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
14364 Remove unused vars `start' and `firstline'.
14365 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
14366 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
14367
14368 2005-06-13 Eli Zaretskii <eliz@gnu.org>
14369
14370 * cus-start.el (all): Don't complain about missing GTK-related
14371 variables, unless either `gtk' is boundp or this isn't a
14372 `windows-nt' build.
14373
14374 2005-06-13 Lute Kamstra <lute@gnu.org>
14375
14376 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
14377 run-mode-hooks.
14378
14379 * ediff-mult.el (ediff-meta-mode):
14380 * ediff-util.el (ediff-mode): Use run-mode-hooks.
14381
14382 * ledit.el (ledit-mode): Use delay-mode-hooks.
14383
14384 * woman.el (woman-mode-line-format): Delete constant.
14385 (woman-mode-map): Initialize it properly.
14386 (woman-mode): Set mode-class property to special.
14387 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
14388 Set major-mode and mode-name. Don't set mode-line-format directly.
14389 (Man-getpage-in-background): Don't reference woman-mode-line-format.
14390
14391 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
14392 string argument obsolete.
14393
14394 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
14395
14396 * textmodes/org.el (org-CUA-compatible): New option.
14397 (org-disputed-keys): New variable.
14398 (org-key): New function.
14399 (orgtbl-make-binding): Add docstring to the created function.
14400 (org-mode): Set paragraph start/separate regexps.
14401 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
14402 (org-archive-location, org-archive-mark-done)
14403 (org-archive-stamp-time): New options.
14404 (org-archive-subtree): New command.
14405 (org-fill-paragraph): New function.
14406 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
14407 (org-fake-empty-table-line): Function removed.
14408 (org-format-org-table-html): Do not create empty table lines at
14409 separator lines. Improved table header treatment.
14410 (org-link-format): New option.
14411 (org-make-link): New function.
14412 (org-insert-link, org-store-link): Use org-make-link.
14413 (org-open-file): Quote file name for shell command, to allow
14414 spaces in file names.
14415 (org-link-regexp): Fix bug with mailto link.
14416 (org-link-maybe-angles-regexp, org-protected-link-regexp):
14417 New constants.
14418 (org-export-as-html): Deal with the optional angles around a link.
14419 Better treatment of file: links.
14420 (org-open-at-point): Replace @{ and @} with < and >.
14421 (org-run-mode-hooks): Function removed.
14422 (org-agenda-mode): No longer use `org-run-mode-hooks'.
14423
14424 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
14425
14426 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
14427 MI command -data-list-register-values.
14428 (gdb-post-prompt): Indent properly.
14429
14430 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
14431
14432 * hilit-chg.el (highlight-changes-colors): Rename from
14433 `highlight-changes-colours'.
14434 (highlight-changes-colours): Keep as obsolete alias.
14435 (highlight-changes-face-list): Doc fix.
14436 (hilit-chg-make-list): Use `highlight-changes-colors'.
14437
14438 2005-06-12 Mark A. Hershberger <mah@everybody.org>
14439
14440 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
14441 defun-prompt-regexp.
14442
14443 2005-06-12 Eli Zaretskii <eliz@gnu.org>
14444
14445 * loadup.el: Don't say we are dumping under 2 names on windows-nt
14446 and cygwin.
14447
14448 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
14449 Don't use an old loaddefs.el, as in Makefile.in.
14450
14451 2005-06-12 Lute Kamstra <lute@gnu.org>
14452
14453 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
14454
14455 * man.el (Man-mode-map): Initialize it properly.
14456 (Man-mode): Set mode-class property to special.
14457
14458 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
14459
14460 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
14461
14462 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
14463 A newline is needed in the docstring there.
14464
14465 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
14466 Doc fixes.
14467
14468 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14469
14470 * printing.el: Doc fix. The menubar is no more changed when printing
14471 is loaded, it only changes when pr-menu-bind or pr-update-menus is
14472 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
14473 (pr-version): New version number (6.8.4).
14474 (pr-menu-bind): New command.
14475 (pr-update-menus): Docstring and code fix.
14476 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
14477 Docstring fix.
14478 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
14479 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
14480
14481 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
14482
14483 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
14484 "Returns" to "return", document useful return values, etc.
14485
14486 2005-06-11 Alan Mackenzie <acm@muc.de>
14487
14488 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
14489 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
14490 (adaptive-file-function): Minor amendment to doc-string.
14491
14492 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
14493
14494 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
14495 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
14496 Fix :type--it is `integer', not `string'.
14497
14498 * faces.el (modeline-highlight): Rename from (the erroneous)
14499 `modeline-higilight'.
14500
14501 2005-06-11 Lute Kamstra <lute@gnu.org>
14502
14503 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
14504 lisp-interaction-mode-map but make it the parent.
14505 (edebug-eval-mode): Use define-derived-mode.
14506
14507 2005-06-11 Andreas Schwab <schwab@suse.de>
14508
14509 * bindings.el: Add binding of `ESC functionkey' for every
14510 `M-functionkey'.
14511 * hexl.el (hexl-mode-map): Likewise.
14512
14513 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
14514
14515 * progmodes/compile.el (compilation-error-regexp-alist-alist)
14516 [msft]: update regexp for newer msft compilers.
14517
14518 2005-06-10 Mark A. Hershberger <mah@everybody.org>
14519
14520 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
14521 ATTLIST portions of included DTDs.
14522 (xml-parse-dtd): Eliminate use of inefficient match-data.
14523
14524 2005-06-10 Miles Bader <miles@gnu.org>
14525
14526 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
14527 (mpuz-text): Remove "-face" suffix from face names.
14528 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
14529 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
14530 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
14531
14532 * play/gomoku.el (gomoku-O, gomoku-X):
14533 Remove "-face" suffix from face names.
14534 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
14535 New backward-compatibility aliases for renamed faces.
14536 (gomoku-font-lock-keywords): Use renamed gomoku faces.
14537
14538 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
14539
14540 * thumbs.el: Fixes for changes of 2005-06-09.
14541 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
14542 as a directory.
14543 (thumbs-thumbname): Remove directory separator from format string;
14544 `thumbs-thumbsdir' now returns a valid directory name.
14545 (thumbs-temp-dir): New defsubst.
14546 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
14547 Use it.
14548
14549 * cus-edit.el (minibuffer):
14550 * files.el (make-backup-file-name-function):
14551 * filesets.el (filesets-external-viewers):
14552 * hilit-chg.el (highlight-changes-colours)
14553 (highlight-changes-face-list, highlight-changes-rotate-faces):
14554 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
14555 * kmacro.el (kmacro-call-macro):
14556 * log-edit.el (log-edit-changelog-full-paragraphs):
14557 * mouse.el (mouse-1-click-follows-link):
14558 * skeleton.el (skeleton-autowrap):
14559 * subr.el (insert-for-yank-1):
14560 * tempo.el (tempo-insert-region):
14561 * terminal.el (terminal-emulator):
14562 * time.el (display-time-mail-face):
14563 * vc.el (vc-annotate):
14564 * vcursor.el (vcursor-copy-line):
14565 * woman.el (woman-bold-headings, woman-ignore)
14566 (woman-default-faces, woman-monochrome-faces):
14567 * calendar/todo-mode.el (todo-insert-threshold):
14568 * emulation/pc-select.el (pc-select-selection-keys-only)
14569 (pc-selection-mode):
14570 * emulation/vip.el (vip-find-char-forward):
14571 * emulation/viper-cmd.el (viper-find-char-forward):
14572 * international/mule-cmds.el
14573 (select-safe-coding-system-accept-default-p)
14574 (input-method-exit-on-invalid-key):
14575 * international/mule-diag.el (describe-coding-system):
14576 * international/ucs-tables.el (unify-8859-on-encoding-mode):
14577 * net/browse-url.el (browse-url-xterm-program):
14578 * obsolete/lazy-lock.el (lazy-lock-mode):
14579 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
14580 (cperl-mode):
14581 * progmodes/cpp.el (cpp-face-light-name-list)
14582 (cpp-face-dark-name-list):
14583 * progmodes/delphi.el (delphi-newline-always-indents):
14584 Fix spellings in docstrings.
14585
14586 * ido.el (ido-mode, ido-file-extensions-order)
14587 (ido-default-file-method, ido-default-buffer-method)
14588 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
14589 (ido-decorations, ido-read-file-name-as-directory-commands)
14590 (ido-read-file-name-non-ido, ido-work-directory-list)
14591 (ido-ignore-item-temp-list, ido-current-directory)
14592 (ido-magic-forward-char, ido-enter-find-file)
14593 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
14594 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
14595
14596 2005-06-10 Lute Kamstra <lute@gnu.org>
14597
14598 * play/dunnet.el (dun-mode): Use define-derived-mode.
14599 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
14600 obsolete alias.
14601
14602 * play/doctor.el (doctor-mode-map): Remove defvar.
14603 (doctor-mode): Use define-derived-mode.
14604
14605 * mail/mspools.el (mspools-mode):
14606 * net/eudc-hotlist.el (eudc-hotlist-mode):
14607 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
14608
14609 2005-06-10 Miles Bader <miles@gnu.org>
14610
14611 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
14612 Remove "-face" suffix from face names.
14613 (flyspell-incorrect-face, flyspell-duplicate-face):
14614 New backward-compatibility aliases for renamed faces.
14615 (flyspell-mode-on, make-flyspell-overlay)
14616 (flyspell-highlight-incorrect-region)
14617 (flyspell-highlight-duplicate-region)
14618 (flyspell-display-next-corrections)
14619 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
14620
14621 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
14622 from face name.
14623 (texinfo-heading-face): New backward-compatibility alias for
14624 renamed face.
14625 (texinfo-heading-face): Use renamed texinfo-heading face.
14626
14627 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
14628 suffix from face names.
14629 (tex-math-face, tex-verbatim-face):
14630 New backward-compatibility aliases for renamed faces.
14631 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
14632 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
14633 literal face name.
14634
14635 * textmodes/table.el (table-cell): Remove "-face" suffix from face
14636 name.
14637 (table-cell-face): New backward-compatibility alias for renamed face.
14638 (table--put-cell-face-property, table--update-cell-face):
14639 Use renamed table-cell face.
14640
14641 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
14642 from face name.
14643 (sgml-namespace-face): New backward-compatibility alias for
14644 renamed face.
14645 (sgml-namespace-face): Use renamed sgml-namespace face.
14646
14647 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
14648 (org-level-4, org-level-5, org-level-6, org-level-7)
14649 (org-level-8, org-warning, org-headline-done)
14650 (org-deadline-announce, org-scheduled-today)
14651 (org-scheduled-previously, org-link, org-done, org-table)
14652 (org-time-grid): Remove "-face" suffix from face names.
14653 (org-level-1-face, org-level-2-face, org-level-3-face)
14654 (org-level-4-face, org-level-5-face, org-level-6-face)
14655 (org-level-7-face, org-level-8-face, org-warning-face)
14656 (org-headline-done-face, org-deadline-announce-face)
14657 (org-scheduled-today-face, org-scheduled-previously-face)
14658 (org-link-face, org-done-face, org-table-face)
14659 (org-time-grid-face):
14660 New backward-compatibility aliases for renamed faces.
14661 (org-level-faces, org-set-font-lock-defaults, org-timeline)
14662 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
14663 (org-agenda-get-timestamps, org-agenda-get-scheduled)
14664 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
14665
14666 * emulation/viper-init.el (viper-search, viper-replace-overlay)
14667 (viper-minibuffer-emacs, viper-minibuffer-insert)
14668 (viper-minibuffer-vi): Remove "-face" suffix from face names.
14669 (viper-search-face, viper-replace-overlay-face)
14670 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
14671 (viper-minibuffer-vi-face):
14672 New backward-compatibility aliases for renamed faces.
14673 (viper-search-face, viper-replace-overlay-face)
14674 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
14675 (viper-minibuffer-vi-face): Use renamed viper faces.
14676
14677 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
14678 Remove "-face" suffix from face names.
14679 (testcover-nohits-face, testcover-1value-face):
14680 New backward-compatibility aliases for renamed faces.
14681 (testcover-mark): Use renamed testcover faces.
14682
14683 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
14684 face name.
14685 (diary-button-face): New backward-compatibility alias for renamed face.
14686 (diary-entry): Use renamed diary-button face.
14687
14688 * calendar/calendar.el (diary, calendar-today, holiday)
14689 (mark-visible-calendar-date): Remove "-face" suffix from face names.
14690 (diary-face, calendar-today-face, holiday-face):
14691 New backward-compatibility aliases for renamed faces.
14692 (eval-after-load "facemenu", diary-entry-marker)
14693 (calendar-today-marker, calendar-holiday-marker, diary-face):
14694 Use renamed calendar faces.
14695
14696 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
14697 (compare-windows-face): New backward-compatibility alias for
14698 renamed face.
14699 (compare-windows-highlight): Use renamed compare-windows face.
14700
14701 * strokes.el (strokes-char): Remove "-face" suffix from face name.
14702 (strokes-char-face): New backward-compatibility alias for renamed face.
14703 (strokes-encode-buffer): Use renamed strokes-char face.
14704
14705 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
14706 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
14707 Remove "-face" suffix from face names.
14708 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
14709 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
14710 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
14711 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
14712 Use renamed pcvs faces.
14713 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
14714 * pcvs-defs.el (cvs-mode-map): Likewise.
14715 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
14716
14717 * info.el (info-title-1, info-title-2, info-title-3)
14718 (info-title-4): Remove "-face" suffix from and downcase face names.
14719 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
14720 (Info-title-4-face):
14721 New backward-compatibility aliases for renamed faces.
14722 (Info-fontify-node): Use renamed info faces.
14723
14724 * hilit-chg.el (highlight-changes, highlight-changes-delete):
14725 Remove "-face" suffix from face names.
14726 (highlight-changes-face, highlight-changes-delete-face):
14727 New backward-compatibility aliases for renamed faces.
14728 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
14729 (hilit-chg-make-list): Use renamed highlight-changes faces.
14730
14731 * generic-x.el (show-tabs-tab, show-tabs-space):
14732 Remove "-face" suffix from face names.
14733 (show-tabs-tab-face, show-tabs-space-face):
14734 New backward-compatibility aliases for renamed faces.
14735 (show-tabs-generic-mode-font-lock-defaults-1)
14736 (show-tabs-generic-mode-font-lock-defaults-2):
14737 Use renamed show-tabs faces.
14738
14739 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
14740 (smerge-markers): Remove "-face" suffix from face names.
14741 (smerge-mine-face, smerge-other-face, smerge-base-face)
14742 (smerge-markers-face):
14743 New backward-compatibility aliases for renamed faces.
14744 (smerge-mine-face, smerge-other-face, smerge-base-face)
14745 (smerge-markers-face): Use renamed smerge faces.
14746
14747 * log-view.el (log-view-file, log-view-message): Remove "-face"
14748 suffix from face names.
14749 (log-view-file-face, log-view-message-face):
14750 New backward-compatibility aliases for renamed faces.
14751 (log-view-file-face, log-view-message-face): Use renamed log-view
14752 faces.
14753
14754 * paren.el (show-paren-match, show-paren-mismatch):
14755 Remove "-face" suffix from face names.
14756 (show-paren-match-face, show-paren-mismatch-face):
14757 New backward-compatibility aliases for renamed faces.
14758 (show-paren-function): Use renamed show-paren faces.
14759
14760 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
14761 (ruler-mode-margins, ruler-mode-fringes)
14762 (ruler-mode-column-number, ruler-mode-fill-column)
14763 (ruler-mode-comment-column, ruler-mode-goal-column)
14764 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
14765 suffix from face names.
14766 (ruler-mode-default-face, ruler-mode-pad-face)
14767 (ruler-mode-margins-face, ruler-mode-fringes-face)
14768 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
14769 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
14770 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
14771 New backward-compatibility aliases for renamed faces.
14772 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
14773 (ruler-mode-column-number, ruler-mode-fill-column)
14774 (ruler-mode-comment-column, ruler-mode-goal-column)
14775 (ruler-mode-tab-stop, ruler-mode-current-column)
14776 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
14777 faces.
14778
14779 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
14780 face name.
14781 (whitespace-highlight-the-space): Use renamed face.
14782 (whitespace-highlight-face): New backward-compatibility alias for
14783 renamed face.
14784
14785 * woman.el (woman-italic, woman-bold, woman-unknown)
14786 (woman-addition, woman-symbol-face):
14787 Remove "-face" suffix from face names.
14788 (woman-italic-face, woman-bold-face, woman-unknown-face)
14789 (woman-addition-face):
14790 New backward-compatibility aliases for renamed faces.
14791 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
14792 (woman-decode-region, woman-replace-match)
14793 (woman-display-extended-fonts, woman-special-characters)
14794 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
14795 Use renamed woman faces.
14796
14797 * longlines.el (longlines-visible-face): Face removed.
14798
14799 * diff-mode.el (diff-header, diff-file-header, diff-index)
14800 (diff-hunk-header, diff-removed, diff-added, diff-changed)
14801 (diff-function, diff-context, diff-nonexistent): Remove "-face"
14802 suffix from face names.
14803 (diff-header-face, diff-file-header-face, diff-index-face)
14804 (diff-hunk-header-face, diff-removed-face, diff-added-face)
14805 (diff-changed-face, diff-function-face, diff-context-face)
14806 (diff-nonexistent-face): New backward-compatibility aliases for
14807 renamed faces.
14808 (diff-header-face, diff-file-header-face)
14809 (diff-index, diff-index-face, diff-hunk-header)
14810 (diff-hunk-header-face, diff-removed, diff-removed-face)
14811 (diff-added, diff-added-face, diff-changed-face, diff-function)
14812 (diff-function-face, diff-context-face, diff-nonexistent)
14813 (diff-nonexistent-face): Use renamed diff-mode faces.
14814
14815 * progmodes/compile.el (compilation-warning-face)
14816 (compilation-info-face): Remove "-face" suffix from face names.
14817 (compilation-warning-face, compilation-info-face):
14818 New backward-compatibility aliases for renamed faces.
14819 (compilation-warning-face, compilation-info-face):
14820 Use renamed compilation faces.
14821
14822 * add-log.el (change-log-date, change-log-name)
14823 (change-log-email, change-log-file, change-log-list)
14824 (change-log-conditionals, change-log-function)
14825 (change-log-acknowledgement): Remove "-face" suffix from face names.
14826 (change-log-date-face, change-log-name-face)
14827 (change-log-email-face, change-log-file-face)
14828 (change-log-list-face, change-log-conditionals-face)
14829 (change-log-function-face, change-log-acknowledgement-face):
14830 New backward-compatibility aliases for renamed faces.
14831 (change-log-font-lock-keywords): Use renamed change-log faces.
14832
14833 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
14834 (custom-set, custom-changed, custom-saved, custom-button)
14835 (custom-button-pressed, custom-documentation, custom-state)
14836 (custom-comment, custom-comment-tag, custom-variable-tag)
14837 (custom-variable-button, custom-face-tag, custom-group-tag-1)
14838 (custom-group-tag): Remove "-face" suffix from face names.
14839 (custom-magic-alist, custom-magic-value-create)
14840 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
14841 (custom-invalid-face, custom-rogue-face, custom-modified-face)
14842 (custom-set-face, custom-changed-face, custom-saved-face)
14843 (custom-button-face, custom-button-pressed-face)
14844 (custom-documentation-face, custom-state-face)
14845 (custom-comment-face, custom-comment-tag-face)
14846 (custom-variable-tag-face, custom-variable-button-face)
14847 (custom-face-tag-face, custom-group-tag-face-1)
14848 (custom-group-tag-face):
14849 New backward-compatibility aliases for renamed faces.
14850
14851 * wid-edit.el (widget-documentation, widget-button)
14852 (widget-field, widget-single-line-field, widget-inactive)
14853 (widget-button-pressed): "-face" suffix removed from face names.
14854 (widget-documentation-face, widget-button-face)
14855 (widget-field-face, widget-single-line-field-face)
14856 (widget-inactive-face, widget-button-pressed-face):
14857 New backward-compatibility aliases for renamed faces.
14858 (widget-documentation-face, widget-button-face)
14859 (widget-button-pressed-face, widget-specify-field)
14860 (widget-specify-inactive): Use renamed widget faces.
14861
14862 2005-06-10 Kenichi Handa <handa@m17n.org>
14863
14864 * term/x-win.el (x-clipboard-yank): Remove condition-case
14865 wrapping.
14866
14867 2005-06-11 Kenichi Handa <handa@m17n.org>
14868
14869 * add-log.el (change-log-font-lock-keywords): Make the regexp for
14870 date lines stricter.
14871
14872 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
14873
14874 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
14875 of x-get-selection.
14876
14877 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
14878
14879 * comint.el (comint-mode, comint-snapshot-last-prompt):
14880 * frame.el (frame-current-scroll-bars):
14881 * term.el (term-mode, term-check-proc, term-input-sender)
14882 (term-simple-send, term-extract-string, term-word)
14883 (term-match-partial-filename):
14884 * window.el (window-current-scroll-bars):
14885 * emulation/cua-base.el (cua-normal-cursor-color)
14886 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
14887 (cua-global-mark-cursor-color):
14888 * mail/undigest.el (rmail-forward-separator-regex):
14889 Fix typos in docstrings.
14890
14891 * comint.el (comint-check-proc, make-comint-in-buffer)
14892 (comint-source-default): Doc fixes.
14893
14894 * term.el (term-send-string): Improve argument/docstring consistency.
14895
14896 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
14897
14898 * comint.el (comint-send-input): Bind `inhibit-read-only' around
14899 call to `delete-region'.
14900 (comint-mode-hook): Do not enable Font Lock by default.
14901
14902 2005-06-09 Lute Kamstra <lute@gnu.org>
14903
14904 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
14905 could be void.
14906
14907 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
14908
14909 * emacs-lisp/debug.el (debugger-will-be-back): New var.
14910 (debug): Use it.
14911 (debugger-step-through, debugger-continue, debugger-jump)
14912 (debugger-return-value): Set it when needed.
14913 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
14914 Use inhibit-read-only.
14915
14916 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
14917
14918 * window.el (shrink-window-if-larger-than-buffer)
14919 (window-size-fixed): Fix typo in docstring.
14920
14921 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
14922 thumbnails directory on loading.
14923 (thumbs-conversion-program): Use `eq' to check the system type,
14924 not `equal'.
14925 (thumbs-temp-dir): Initialize to `temporary-file-directory',
14926 not "/tmp". Fix docstring.
14927 (thumbs-thumbsdir): New function to return the thumbnails
14928 directory, creating it if needed.
14929 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
14930 (thumbs-temp-file): Delete variable and make it into a function.
14931 (thumbs-resize-image, thumbs-modify-image): Use it.
14932 (thumbs-kill-buffer): Simplify.
14933 (thumbs-gensym): Defalias or duplicate CL `gensym'.
14934 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
14935 docstrings.
14936
14937 2005-06-09 Kim F. Storm <storm@cua.dk>
14938
14939 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
14940 set-match-data to free markers in match-data.
14941
14942 * replace.el (replace-match-data): Pass RESEAT arg `t' to
14943 match-data to unchain markers in match-data.
14944
14945 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
14946
14947 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
14948 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
14949 unnecessary now.
14950
14951 2005-06-08 Richard M. Stallman <rms@gnu.org>
14952
14953 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
14954 give the variable a doc string that doesn't say don't set it directly.
14955
14956 * textmodes/ispell.el (ispell-check-version):
14957 Use match-string-no-properties.
14958 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
14959 (ispell-buffer-local-words): Likewise.
14960
14961 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
14962 except on terminals with enough colors to really display it.
14963 (makefile-dependency-regex): Delete spurious `bb'.
14964
14965 * faces.el (escape-glyph): Use blue once again in last case.
14966 (no-break-space): Redefine so that it isn't invisible on a tty.
14967
14968 2005-06-08 Kim F. Storm <storm@cua.dk>
14969
14970 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
14971 also when reading directory name.
14972
14973 2005-06-08 Lute Kamstra <lute@gnu.org>
14974
14975 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
14976 (flyspell-mode-line-string): Remove autoload cookie.
14977 (flyspell-mode): Remove defvar.
14978
14979 2005-06-07 Lute Kamstra <lute@gnu.org>
14980
14981 * textmodes/org.el (org-run-mode-hooks): New function.
14982 (org-agenda-mode): Use it.
14983
14984 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
14985
14986 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
14987
14988 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
14989
14990 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
14991
14992 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
14993
14994 * font-lock.el (font-lock-add-keywords): Doc fix.
14995
14996 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
14997
14998 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
14999 (tex-compile-default): In the absence of any history, use the order in
15000 tex-compile-alist to choose the preferred command.
15001 (tex-compile-commands): Reorder a bit.
15002
15003 * textmodes/flyspell.el (flyspell-auto-correct-binding)
15004 (flyspell-incorrect-face, flyspell-duplicate-face):
15005 Use (X)Emacs-agnostic code.
15006 (flyspell-mode-map): Don't overwrite at each load. Remove code
15007 redundant with the subsequent add-minor-mode. Merge Emacs and
15008 XEmacs code.
15009 (flyspell-word): Minor simplification.
15010 (flyspell-math-tex-command-p): Quieten the byte-compiler.
15011 (flyspell-external-point-words): Remove unused vars `size' and `start'.
15012 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
15013 Merge the corresponding Emacs code.
15014 (flyspell-correct-word, flyspell-xemacs-popup):
15015 Use flyspell-do-correct.
15016
15017 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
15018 a dedicated window.
15019
15020 * international/latexenc.el (latexenc-find-file-coding-system):
15021 Undo part of last patch, to turn off a compiler warning.
15022
15023 2005-06-06 Juri Linkov <juri@jurta.org>
15024
15025 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
15026 Rename `tmm-inactive-face' to `tmm-inactive'.
15027
15028 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
15029
15030 * iswitchb.el: Rename faces.
15031
15032 2005-06-06 Kim F. Storm <storm@cua.dk>
15033
15034 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
15035 (cua-global-mark): Remove -face suffix from face names.
15036
15037 * emulation/cua-gmrk.el (cua--init-global-mark):
15038 Remove cua-global-mark face setup.
15039
15040 2005-06-06 Richard M. Stallman <rms@gnu.org>
15041
15042 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
15043 just like other allowed characters.
15044 (makefile-match-dependency): Exclude leading and training whitespace
15045 from the range of regexp subexp 1.
15046 (makefile-macroassign-regex): Don't try to match the body,
15047 just the name of the macro being defined.
15048
15049 * info.el (Info-read-node-name-2): New function.
15050 (Info-read-node-name-1): Use that.
15051 Add a completion-base-size-function property.
15052
15053 * simple.el (completion-setup-function): Look for
15054 completion-base-size-function property of minibuffer-completion-table.
15055
15056 * files.el (locate-file-completion): Doc fix.
15057
15058 * printing.el: Don't call pr-update-menus; user must do that.
15059
15060 * emacs-lisp/debug.el (debugger-window): New variable.
15061 (debug): Use debugger-window if it is set and still alive.
15062 Record debugger-window for next entry.
15063
15064 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
15065
15066 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
15067
15068 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
15069 (hack-one-local-variable, hack-local-variables)
15070 (hack-local-variables-prop-line): Pass that arg.
15071
15072 2005-06-06 Kim F. Storm <storm@cua.dk>
15073
15074 * ido.el (ido-first-match, ido-only-match, ido-subdir)
15075 (ido-indicator): Remove -face suffix from face names.
15076
15077 2005-06-06 Juri Linkov <juri@jurta.org>
15078
15079 * font-lock.el (font-lock-regexp-backslash)
15080 (font-lock-regexp-backslash-construct): New faces.
15081 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
15082 after `('. Add `while-no-input' to control structures.
15083
15084 * faces.el (no-break-space, shadow): New faces.
15085 (escape-glyph): Use less loud colors pink2 and red4.
15086
15087 * diff-mode.el (diff-context-face)
15088 * dired.el (dired-ignored)
15089 * rfn-eshadow.el (file-name-shadow)
15090 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
15091
15092 * info.el (Info-title-1-face): Use green instead of yellow because
15093 bold yellow is not readable on light backgrounds.
15094
15095 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
15096 before selecting the desired mode to not spend time fontifying
15097 old contents.
15098
15099 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
15100
15101 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
15102 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
15103
15104 * ps-print.el (ps-default-fg, ps-default-bg):
15105 Fix typos in docstrings.
15106
15107 * isearchb.el (isearchb): Don't pass a spurious second argument to
15108 `iswitchb-completions'.
15109
15110 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
15111
15112 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
15113 to preserve point.
15114 (gdb-find-file-hook): Add doc string.
15115
15116 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
15117 C dereferenced pointer expression.
15118 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
15119
15120 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
15121
15122 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
15123 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
15124 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
15125 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
15126 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
15127 Make background transparent.
15128
15129 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
15130
15131 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
15132 (font-lock-remove-keywords): Doc fix.
15133 (font-lock-mode-major-mode): Compiler defvar.
15134 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
15135
15136 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
15137 (font-lock-mode): Update `font-lock-mode-major-mode'.
15138 (font-lock-set-defaults): Compiler defvar.
15139 (font-lock-default-function): Take `font-lock-mode-major-mode'
15140 into account.
15141
15142 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
15143 keep track of which major mode it enabled the minor mode for.
15144 Use find-file-hook again. Update docstring.
15145
15146 * simple.el (eval-expression-print-level)
15147 (eval-expression-print-length, eval-expression-debug-on-error):
15148 Doc fixes.
15149
15150 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
15151
15152 * iswitchb.el (iswitchb-single-match-face)
15153 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
15154 (iswitchb-invalid-regexp-face): New faces.
15155 (iswitchb-completions): Use them.
15156 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
15157 now marked as an obsolete alias.
15158 (iswitchb-read-buffer): Remove check for bound font variables.
15159 (iswitchb-invalid-regexp): New free variable.
15160 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
15161 set iswitchb-invalid-regexp.
15162 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
15163 invalid regexps.
15164 (iswitchb-completions): Add check for complete match when entering
15165 a regexp.
15166 (iswitchb-completions): Remove require-match argument.
15167 (iswitchb-exhibit): Fix caller.
15168 (iswitchb-common-match-inserted): New variable.
15169 (iswitchb-complete, iswitchb-completion-help): Use it.
15170
15171 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
15172
15173 * url-http.el (url-http-chunked-encoding-after-change-function):
15174 Use `url-http-debug' instead of `message'.
15175
15176 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
15177
15178 * url-http.el (url-http-parse-headers): Pass redirected URL as a
15179 callback argument.
15180
15181 2005-06-04 Kim F. Storm <storm@cua.dk>
15182
15183 * simple.el (line-move): Only call sit-for when moving backwards.
15184
15185 * ido.el (ido-make-merged-file-list-1): New defun split from
15186 ido-make-merged-file-list.
15187 (ido-make-merged-file-list): Bind throw-on-input around call to
15188 ido-make-merged-file-list-1. Return input-pending-p if
15189 interrupted by more input available.
15190 (ido-read-internal): Handle input-pending-p return value from
15191 ido-make-merged-file-list.
15192
15193 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
15194
15195 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
15196 compatibility code.
15197
15198 * international/latexenc.el (latexenc-find-file-coding-system):
15199 Don't inherit the EOL part of the coding-system from the
15200 tex-main buffer. Fit within 80 columns.
15201
15202 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
15203
15204 * tmm.el (tmm-inactive-face): New face.
15205 (tmm-remove-inactive-mouse-face): New function.
15206 (tmm-prompt, tmm-add-one-shortcut)
15207 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
15208 but not selectable.
15209
15210 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
15211
15212 * faces.el (face-equal): Improve argument/docstring consistency.
15213
15214 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
15215
15216 * progmodes/make-mode.el (makefile-targets-face)
15217 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
15218 (makefile-bsdmake-dependency-regex)
15219 (makefile-makepp-rule-action-regex)
15220 (makefile-bsdmake-rule-action-regex): New constants.
15221 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
15222
15223 * progmodes/compile.el (compilation-error-regexp-alist-alist):
15224 Allow (...) within `...' for makepp messages.
15225
15226 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
15227
15228 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
15229
15230 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
15231 "." files are deleted from all file lists before comparison.
15232
15233 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
15234 (viper-ESC-key): Made them customizable.
15235
15236 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
15237
15238 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
15239
15240 * autorevert.el (auto-revert-buffers): Use save-match-data.
15241
15242 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
15243
15244 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
15245 menu items with a nil command binding.
15246
15247 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
15248
15249 * emacs-lisp/cl-macs.el (defsetf):
15250 Improve argument/docstring consistency.
15251
15252 * faces.el (list-faces-display): Improve the formatting by
15253 computing the maximum length required for any face-name (reworked
15254 patch of 1999-01-11, accidentally deleted on 1999-07-21).
15255 (internal-find-face): Remove redundant info in docstring.
15256
15257 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
15258
15259 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
15260 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
15261 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
15262 (gdb-assembler-custom): Improve regexps.
15263 (def-gdb-auto-update-handler): Use window point to preserve point.
15264
15265 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
15266
15267 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
15268
15269 2005-05-31 Jay Belanger <belanger@truman.edu>
15270
15271 * calc/calc-embed.el (calc-embedded-word): Change argument passed
15272 to calc-embedded.
15273 (calc-embedded-make-info): Have plain prefix argument select
15274 entire line.
15275
15276 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
15277
15278 * faces.el (list-faces-display): Signal error if passed a regexp
15279 that matches no face name.
15280
15281 * simple.el (filter-buffer-substring): Fix typo in docstring.
15282
15283 2005-05-31 Richard M. Stallman <rms@gnu.org>
15284
15285 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
15286 (vhdl-emacs-21): Doc fix.
15287 (vhdl-mode): Unconditionally set comment-padding.
15288 (vhdl-fixup-whitespace-region): Insert spaces only where
15289 there are none.
15290 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
15291
15292 2005-05-30 John Wiegley <johnw@newartisans.com>
15293
15294 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
15295 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
15296 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
15297 `directory-sep-char' to ?/, and all uses of `string-to-int' to
15298 `string-to-number'.
15299
15300 2005-05-30 Jay Belanger <belanger@truman.edu>
15301
15302 * calc/calc.el (calc-bug-address): Fix docstring.
15303 (calc-window-hook, calc-trail-window-hook): New variables.
15304 (calc-trail-display): Restore use of calc-trail-window-hook.
15305 (calc): Restore use of calc-window-hook.
15306
15307 2005-05-31 Masatake YAMATO <jet@gyve.org>
15308
15309 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
15310
15311 * help-fns.el (help-C-file-name): Add autoload mark for
15312 `find-function-noselect'.
15313
15314 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
15315
15316 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
15317 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
15318
15319 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
15320
15321 * calendar/diary-lib.el (mark-included-diary-files): Only kill
15322 included diary buffer if it was not already being visited.
15323 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
15324
15325 * calendar/icalendar.el (top-level): Do not require appt.
15326
15327 * mail/supercite.el (sc-select-attribution): Only use a list
15328 element from sc-attrib-selection-list if it returns a string.
15329 Reported by Davide G. M. Salvetti <salve@debian.org>.
15330
15331 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
15332
15333 * thumbs.el (thumbs-thumbname): The resulting thumbname now
15334 includes a hash value to improve its uniqueness, and has a ".jpg"
15335 extension. Also, it is now a valid filename on all systems.
15336 (thumbs-make-thumb): Use `let', not `let*'.
15337 (thumbs-show-thumbs-list): Check for JPEG availability.
15338
15339 2005-05-30 Richard M. Stallman <rms@gnu.org>
15340
15341 * filesets.el (filesets-menu-ensure-use-cached):
15342 Prevent warning when emacs-version>= is undefined.
15343
15344 * printing.el (pr-interactive-n-up): Use string-to-number.
15345
15346 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
15347
15348 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
15349 Warn only when name to be defined is quoted.
15350
15351 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
15352
15353 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
15354 Make regexp more robust.
15355 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
15356 Force regeneration of disassembly.
15357
15358 2005-05-29 Jay Belanger <belanger@truman.edu>
15359
15360 * calc/calc.el (calc-user-invocation): Check if
15361 calc-invocation-macro is non-nil.
15362
15363 2005-05-29 Juri Linkov <juri@jurta.org>
15364
15365 * add-log.el (change-log-font-lock-keywords):
15366 Add `+' to e-mail regexp to accept mail address with keywords.
15367
15368 * man.el (Man-name-regexp): Add `:' to accept qualified names.
15369
15370 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
15371
15372 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
15373
15374 * ielm.el (inferior-emacs-lisp-mode): Ditto.
15375
15376 2005-05-29 Richard M. Stallman <rms@gnu.org>
15377
15378 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
15379 Undo the change that moves to end of the current word.
15380
15381 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
15382
15383 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
15384 Throw error when count <= 0 to ensure input is a number.
15385 (gdb-read-memory-custom): Pick up address from buffer.
15386 (gdb-memory-mode): Allow user to increment and decrement
15387 memory address from header line.
15388
15389 2005-05-29 Richard M. Stallman <rms@gnu.org>
15390
15391 * flyspell.el (flyspell-version): Function deleted.
15392 (flyspell-auto-correct-previous-hook): Doc fix.
15393
15394 * jit-lock.el (jit-lock-function, jit-lock-after-change):
15395 Do nothing if memory is full.
15396
15397 * font-lock.el (font-lock-fontify-syntactically-region):
15398 Pass t for GREEDY to looking-back.
15399
15400 * saveplace.el (save-place-alist-to-file): Write the file
15401 using write-region.
15402
15403 * subr.el (looking-back): New argument GREEDY.
15404
15405 * progmodes/compile.el (compilation-start): Set the mode
15406 before inserting the initial text.
15407
15408 * progmodes/which-func.el (which-func-update-1): Turn the mode
15409 off in case of error by setting which-func-mode.
15410
15411 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
15412
15413 * flyspell.el (flyspell-auto-correct-previous-word):
15414 Narrow down to what's on the screen, and recenter overlays
15415 at the end of the next word.
15416
15417 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
15418
15419 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
15420 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
15421 (flyspell-abbrev-p): Default to nil.
15422 (flyspell-use-global-abbrev-table-p): Doc fix.
15423 (flyspell-large-region): Allow nil as value.
15424 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
15425
15426 (mail-mode-flyspell-verify): More robust handling
15427 of `mail-header-separator'. More efficient signature detection.
15428 Allow for regexp metacharacters in message-header-separator.
15429 Adding `To' not to be checked in mail-mode-flyspell-verify.
15430
15431 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
15432 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
15433 Bind flyspell-auto-correct-binding.
15434 Bind C-. and C-, .
15435 (flyspell-mode-map): Likewise.
15436 (flyspell-mode): Doc fix.
15437 (flyspell-accept-buffer-local-defs): Preserve current buffer.
15438 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
15439 (flyspell-word-cache-result): New var, always local.
15440 (flyspell-check-pre-word-p): Doc fix.
15441 (flyspell-check-changed-word-p): Handle spc like newline.
15442 (flyspell-post-command-hook): Set flyspell-word-cache-result.
15443 (flyspell-word-search-backward, flyspell-word-search-forward):
15444 New functions.
15445 (flyspell-word): Return t if nothing to check.
15446 When parsing TeX code, check for after } or \.
15447 Use flyspell-word-search-backward to find previous word.
15448 Return nil if duplicated word.
15449 For word already checked, return same value as last time.
15450 Set flyspell-word-cache-result after checking.
15451 Don't clobber the return value.
15452 (flyspell-get-word): Major rewrite.
15453 (flyspell-external-point-words): New locals pword, pcount.
15454 Fix size used in progress message.
15455 Find the proper corresponding word in flyspell-large-region-buffer.
15456 (flyspell-region): Check for flyspell-large-region = nil.
15457 (flyspell-highlight-incorrect-region): Clean up overlays in region.
15458 (flyspell-auto-correct-word): Check that WORD is a cons.
15459 (flyspell-correct-word): Likewise.
15460
15461 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
15462
15463 * progmodes/make-mode.el (makefile-rule-action-regex)
15464 (makefile-macroassign-regex, makefile-makepp-mode)
15465 (makefile-bsdmake-mode): Continuation lines may be empty.
15466 Reported by Joshua Varner.
15467 (makefile-makepp-font-lock-keywords): Add $(stem).
15468
15469 2005-05-28 Karl Berry <karl@gnu.org>
15470
15471 * textmodes/tex-mode.el: Now that tex-send-command calls
15472 shell-quote-argument (2005-03-31 change), remove all calls to
15473 shell-quote-argument; they all end up invoking tex-send-command.
15474 The double quoting loses on filenames with non-safe characters,
15475 such as "@". Reported by Frederik Fouvry.
15476
15477 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
15478
15479 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
15480 about preserving point.
15481
15482 2005-05-27 Jay Belanger <belanger@truman.edu>
15483
15484 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
15485 Info-goto-node.
15486
15487 * calc/calc-embed.el (calc-embed-arg): New variable.
15488 (calc-do-embedded-activate, calc-embedded-activate-formula)
15489 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
15490 variable by new variable.
15491 (calc-embedded-make-info): Replace undeclared variable by new
15492 variable. When selecting region with positive prefix
15493 argument, use end of previous line instead of beginning of line.
15494
15495 * calc/calc-aent.el (calc-arg-values): Declare it.
15496
15497 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
15498 Declare them.
15499
15500 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
15501
15502 * calc/calc.el (calc-alg-map): Declare it.
15503
15504 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
15505
15506 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
15507
15508 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
15509 (gdb-registers-buffer, toggle-gdb-all-registers):
15510 Toggle display of floating point registers.
15511 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
15512
15513 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
15514 (toggle-gud-tooltip-dereference):
15515 Rename from gud-toggle-tooltip-dereference.
15516
15517 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
15518
15519 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
15520
15521 2005-05-27 Jay Belanger <belanger@truman.edu>
15522
15523 * calc/calc-prog.el (calc-kbd-report): Remove.
15524 (calc-kbd-query): Rewrite.
15525
15526 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
15527
15528 * image.el (image-library-alist): Move to image.c.
15529 (image-type-available-p): Doc fix.
15530
15531 2005-05-27 Lute Kamstra <lute@gnu.org>
15532
15533 * calc/calc.el (calc):
15534 * outline.el (outline-1, outline-2, outline-3, outline-4)
15535 (outline-5, outline-6, outline-7, outline-8):
15536 * textmodes/dns-mode.el (dns-mode):
15537 * textmodes/sgml-mode.el (sgml-namespace-face):
15538 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
15539 (tex-verbatim-face, tex-use-reftex):
15540 * textmodes/texinfo.el (texinfo-heading-face):
15541 Specify customization group.
15542
15543 * longlines.el: Don't require easy-mmode.
15544 (longlines-visible-face): Specify customization group.
15545
15546 2005-05-27 Kenichi Handa <handa@m17n.org>
15547
15548 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
15549 encoding table of windows-1251.
15550
15551 * international/ucs-tables.el (ucs-set-table-for-input):
15552 If translation-table-for-input of a coding system is a symbol, get
15553 its translation-table property.
15554
15555 * international/code-pages.el: Don't register a coding system into
15556 non-iso-charset-alist more than once.
15557 (cp-make-coding-system): Likewise.
15558
15559 2005-05-26 John Wiegley <johnw@newartisans.com>
15560
15561 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
15562 `eshell-resume-eval' is wrapped in a list, it indicates that the
15563 command was run asynchronously. In that case, unwrap the value
15564 before checking the delimiter value.
15565
15566 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
15567 character before a space at the end of a line is \, assume the space
15568 is part of the last argument rather than a final argument separator.
15569
15570 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
15571 is in use, and the target is `t' or `nil' (which are the most common
15572 values), don't assume that the symbol target is a buffer.
15573
15574 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
15575
15576 * calendar/calendar.el (calendar-mode-line-format):
15577 Use mode-line-highlight as mouse-face.
15578
15579 * time.el (display-time-string-forms, display-time-update):
15580 Use mode-line-highlight as mouse-face.
15581
15582 2005-05-26 Jay Belanger <belanger@truman.edu>
15583
15584 * calc/calc.el (calc-language-alist): Remove extra defvar.
15585
15586 2005-05-26 Lute Kamstra <lute@gnu.org>
15587
15588 * arc-mode.el (archive-mode):
15589 * bookmark.el (bookmark-read-annotation-mode)
15590 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
15591 * bs.el (bs-mode):
15592 * calc/calc-yank.el (calc-edit-mode):
15593 * calc/calc.el (calc-mode, calc-trail-mode):
15594 * calculator.el (calculator-mode):
15595 * chistory.el (command-history-mode):
15596 * comint.el:
15597 * cus-edit.el (custom-mode):
15598 * descr-text.el (describe-text-mode):
15599 * ebuff-menu.el (Electric-buffer-menu-mode):
15600 * ediff-util.el (ediff-mode):
15601 * emacs-lisp/re-builder.el (reb-mode):
15602 * emulation/vi.el (vi-mode-setup):
15603 * emulation/ws-mode.el (wordstar-mode):
15604 * eshell/esh-mode.el (eshell-mode):
15605 * forms.el (forms-mode):
15606 * help-mode.el (help-mode):
15607 * hexl.el (hexl-mode):
15608 * ibuffer.el (ibuffer-mode):
15609 * ielm.el (inferior-emacs-lisp-mode):
15610 * info.el (Info-mode, Info-edit-mode):
15611 * international/swedish.el:
15612 * ledit.el (ledit-from-lisp-mode):
15613 * locate.el (locate-mode):
15614 * mail/rmail.el (rmail-mode):
15615 * mail/rmailedit.el (rmail-edit-mode):
15616 * mail/rmailsum.el (rmail-summary-mode):
15617 * mail/supercite.el (sc-electric-mode):
15618 * net/eudc.el (eudc-mode):
15619 * net/quickurl.el (quickurl-list-mode):
15620 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
15621 * obsolete/ooutline.el (outline-mode):
15622 * obsolete/options.el (Edit-options-mode):
15623 * obsolete/rnews.el (news-mode):
15624 * obsolete/rnewspost.el (news-reply-mode):
15625 * play/5x5.el (5x5-mode):
15626 * play/decipher.el (decipher-mode, decipher-stats-mode):
15627 * play/gomoku.el (gomoku-mode):
15628 * play/snake.el (snake-mode):
15629 * play/solitaire.el (solitaire-mode):
15630 * play/tetris.el (tetris-mode):
15631 * progmodes/ada-mode.el (ada-mode):
15632 * progmodes/antlr-mode.el (antlr-mode):
15633 * progmodes/autoconf.el (autoconf-mode):
15634 * progmodes/dcl-mode.el (dcl-mode):
15635 * progmodes/delphi.el (delphi-mode):
15636 * progmodes/ebrowse.el (ebrowse-tree-mode)
15637 (ebrowse-electric-list-mode, ebrowse-member-mode)
15638 (ebrowse-electric-position-mode):
15639 * progmodes/f90.el (f90-mode):
15640 * progmodes/fortran.el (fortran-mode):
15641 * progmodes/icon.el (icon-mode):
15642 * progmodes/idlw-help.el (idlwave-help-mode):
15643 * progmodes/idlw-shell.el (idlwave-shell-mode):
15644 * progmodes/idlwave.el (idlwave-mode):
15645 * progmodes/inf-lisp.el (inferior-lisp-mode):
15646 * progmodes/m4-mode.el (m4-mode):
15647 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
15648 * progmodes/modula2.el (modula-2-mode):
15649 * progmodes/octave-inf.el (inferior-octave-mode):
15650 * progmodes/octave-mod.el (octave-mode):
15651 * progmodes/pascal.el (pascal-mode):
15652 * progmodes/sh-script.el (sh-mode):
15653 * progmodes/sql.el (sql-mode, sql-interactive-mode):
15654 * progmodes/vhdl-mode.el (vhdl-mode):
15655 * progmodes/xscheme.el (scheme-interaction-mode):
15656 * replace.el (occur-mode):
15657 * ses.el (ses-mode):
15658 * simple.el (completion-list-mode):
15659 * skeleton.el:
15660 * speedbar.el (speedbar-mode):
15661 * term.el (term-mode):
15662 * terminal.el (terminal-edit-mode):
15663 * textmodes/reftex-index.el (reftex-index-mode)
15664 (reftex-index-phrases-mode):
15665 * textmodes/reftex-sel.el (reftex-select-label-mode)
15666 (reftex-select-bib-mode):
15667 * textmodes/reftex-toc.el (reftex-toc-mode):
15668 * wdired.el (wdired-change-to-wdired-mode):
15669 * wid-browse.el (widget-browse-mode):
15670 Use run-mode-hooks.
15671
15672 * array.el (array-mode):
15673 * calendar/todo-mode.el (todo-mode):
15674 * man.el (Man-mode):
15675 * play/landmark.el (lm-mode):
15676 * play/mpuz.el (mpuz-mode):
15677 Use kill-all-local-variables and run-mode-hooks.
15678
15679 * subr.el (delay-mode-hooks): Specify indentation.
15680
15681 2005-05-26 Mark A. Hershberger <mah@everybody.org>
15682
15683 * xml.el (xml-substitute-special): Don't die for undefined xml
15684 entities.
15685
15686 2005-05-26 Jay Belanger <belanger@truman.edu>
15687
15688 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
15689 of nil.
15690
15691 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
15692
15693 * progmodes/gdb-ui.el (gdb-frame-address):
15694 Rename from gdb-current-address.
15695 (gdb-previous-frame-address): Rename from gdb-previous-address.
15696 (gdb-selected-frame): Rename from gdb-current-frame.
15697 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
15698 (gdb-frame-number): Rename from gdb-current-stack-level.
15699 (gdb-ann3): Match new mode-name for disassembly buffer.
15700 Extend initialization of variables.
15701 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
15702 (gdb-memory-mode): Use mouse-face in header line.
15703 (gdb-assembler-buffer-name): Call it disassembly and give frame
15704 in mode line.
15705 (gdb-source-spec-regexp, gdb-assembler-custom)
15706 (gdb-invalidate-assembler, gdb-frame-handler):
15707 Make robust to leading zeroes in address format.
15708
15709 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
15710
15711 * textmodes/org.el (org-mode): Use `define-derived-mode' to
15712 define `org-mode'.
15713 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
15714
15715 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
15716
15717 * log-edit.el (log-edit-changelog-entries): Distinguish between
15718 filenames like xfns.c and fns.c.
15719
15720 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
15721
15722 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
15723 point after reverting.
15724 (Buffer-menu-make-sort-button): Handle the case where
15725 `Buffer-menu-use-header-line' is nil.
15726
15727 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
15728
15729 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
15730 New funcs. In minibuffer-local-completion-map bind `]', `/'
15731 and `:' to them.
15732
15733 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
15734
15735 * startup.el (normal-top-level): Allow modification of load-path while
15736 we're iterating over it.
15737
15738 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
15739
15740 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
15741 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
15742 (thumbs-resize-interactive, thumbs-insert-image)
15743 (thumbs-insert-thumb, thumbs-dired-show-marked)
15744 (thumbs-find-image-at-point, thumbs-delete-images)
15745 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
15746 (thumbs-increment-image-size, thumbs-decrement-image-size):
15747 Fix typos in docstrings.
15748
15749 2005-05-24 Andre Spiegel <spiegel@gnu.org>
15750
15751 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
15752 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
15753 (cperl-mode): Use them.
15754
15755 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
15756
15757 * window.el (quit-window, shrink-window-if-larger-than-buffer):
15758 Doc fixes.
15759
15760 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
15761
15762 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
15763 Bind C-d to gdb-inferior-io-eof.
15764
15765 * dired.el (dired-dnd-popup-notice): Use message-box.
15766
15767 2005-05-23 Masatake YAMATO <jet@gyve.org>
15768
15769 * bindings.el (mode-line-major-mode-keymap):
15770 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
15771
15772 * faces.el (mode-line-highlight): New face.
15773
15774 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
15775 as mouse-face.
15776
15777 * bindings.el (top-level, help-echo, mode-line-modified)
15778 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
15779 as mouse-face.
15780
15781 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
15782
15783 * progmodes/cc-engine.el (c-guess-basic-syntax):
15784 Remove spurious call to `zerop'.
15785
15786 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
15787
15788 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
15789
15790 CC Mode update to 5.30.10:
15791
15792 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
15793 could go past the limit in decoration level 2, thereby causing
15794 errors during interactive fontification.
15795
15796 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
15797 the file is evaluated interactively.
15798
15799 * cc-engine.el (c-guess-basic-syntax): Handle operator
15800 declarations somewhat better in C++.
15801
15802 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
15803 make use of `run-mode-hooks' which has been added in Emacs 21.1.
15804 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
15805 (awk-mode): Use it.
15806 (make-local-hook): Suppress warning about obsoleteness.
15807
15808 * cc-engine.el, cc-align.el, cc-cmds.el
15809 (c-append-backslashes-forward, c-delete-backslashes-forward)
15810 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
15811 Compensate for return value from `forward-line' when it has moved
15812 but not to a different line due to eob.
15813
15814 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
15815 `objc-method-intro' and `objc-method-args-cont'.
15816
15817 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
15818
15819 CC Mode update to 5.30.10:
15820
15821 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
15822 in the copyright statement. Incidentally, change "along with GNU
15823 Emacs" to "along with this program" where it occurs.
15824
15825 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
15826 so that it is interactive, hence can be found by M-x awk-mode
15827 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
15828 <gmorris+emacs@ast.cam.ac.uk>.
15829
15830 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
15831 Mode's regexps.
15832
15833 2005-05-23 Kevin Ryde <user42@zip.com.au>
15834
15835 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
15836 c-parse-state, to avoid a lisp error (on bad code).
15837
15838 2005-05-23 Lute Kamstra <lute@gnu.org>
15839
15840 * subr.el (font-lock-defaults): Remove defvar as it's already
15841 defined in font-core.el.
15842
15843 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
15844
15845 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
15846
15847 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
15848 more general and work when GDB variable "print pretty" is on,
15849 as with Emacs, for example.
15850
15851 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
15852
15853 * font-core.el: Update comment.
15854
15855 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
15856 Use `after-change-major-mode-hook' instead of `find-file-hook'.
15857
15858 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
15859
15860 2005-05-22 Eli Zaretskii <eliz@gnu.org>
15861
15862 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
15863 and `yank-handler' in the doc strings.
15864
15865 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
15866
15867 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
15868
15869 2005-05-22 Richard M. Stallman <rms@gnu.org>
15870
15871 * help.el (describe-key): Move print-help-return-message call
15872 out of conditional.
15873
15874 * progmodes/etags.el (list-tags): Use with-no-warnings.
15875
15876 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
15877 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
15878 (starttls-extra-args, starttls-extra-arguments): Add defvars.
15879
15880 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
15881
15882 * language/viet-util.el (viet-viscii-nonascii-translation-table):
15883 Add defvar.
15884
15885 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
15886 Use defvar, not defconst.
15887
15888 * hexl.el (hexl-follow-line): Use with-no-warnings.
15889
15890 * emulation/tpu-extras.el: Use write-file-functions instead of
15891 write-file-hooks.
15892
15893 * dired.el (dired-font-lock-keywords): Fontify files with junk
15894 extensions even if marked by -F.
15895
15896 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
15897
15898 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
15899 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
15900 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
15901 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
15902 (concatenate, list-length, get*, getf, cl-remprop):
15903 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
15904 (etypecase, progv, lexical-let, lexical-let*)
15905 (multiple-value-bind, multiple-value-setq, shiftf):
15906 Improve argument/docstring consistency.
15907
15908 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
15909
15910 2005-05-22 Andre Spiegel <spiegel@gnu.org>
15911
15912 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
15913 doesn't exist.
15914
15915 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
15916 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
15917
15918 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
15919
15920 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
15921 already deleted variables: auto-fill-hook, blink-paren-hook,
15922 lisp-indent-hook, inhibit-local-variables, unread-command-event,
15923 suspend-hooks, comment-indent-hook, meta-flag,
15924 before-change-function, after-change-function,
15925 font-lock-doc-string-face.
15926
15927 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
15928
15929 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
15930
15931 2005-05-21 Eli Zaretskii <eliz@gnu.org>
15932
15933 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
15934 rmail-dont-reply-to.
15935
15936 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
15937
15938 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
15939 literal blank when splitting new-header-values.
15940
15941 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
15942
15943 * calendar/cal-menu.el (cal-menu-update): Add separator as a
15944 string so that tmm doesn't create a completion entry for it.
15945
15946 * textmodes/table.el (table-disable-menu): Ditto.
15947
15948 2005-05-21 Richard M. Stallman <rms@gnu.org>
15949
15950 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
15951
15952 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
15953
15954 * net/rcompile.el (remote-compile): Use compilation-start.
15955
15956 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
15957
15958 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
15959
15960 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
15961 Default to makefile-bsdmake-mode on BSD systems.
15962
15963 * imenu.el (imenu-generic-expression, imenu--generic-function'):
15964 REGEXP may also be a search function now. The part of doc-string
15965 for describing the structure was 95% identical to that of
15966 `imenu--generic-function'. Unify it there.
15967
15968 * progmodes/make-mode.el (makefile-imenu-generic-expression):
15969 Use function to find dependencies, because regexp alone is so complex,
15970 it easily goes into an endless loop.
15971 (makefile-makepp-mode): Also add submenu for Perl functions
15972 defined in the makefile.
15973 (makefile-bsdmake-mode): Special imenu-generic-expression no
15974 longer needed, due to function call.
15975 (makefile-match-dependency): Take BOUND into account when checking
15976 if we're through.
15977
15978 2005-05-20 Jay Belanger <belanger@truman.edu>
15979
15980 * calc/calc-units.el (calc-invalidate-units-table):
15981 Use inhibit-read-only.
15982 (math-build-units-table-buffer): Use view-mode.
15983
15984 2005-05-20 David Kastrup <dak@gnu.org>
15985
15986 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
15987 easy-menu-add is not a nop on Emacs; and clarify when to call it.
15988
15989 2005-05-20 Lute Kamstra <lute@gnu.org>
15990
15991 * diff-mode.el (diff-header-face, diff-file-header-face)
15992 (diff-index-face, diff-hunk-header-face, diff-removed-face)
15993 (diff-added-face, diff-changed-face, diff-function-face)
15994 (diff-context-face, diff-nonexistent-face): Put them in the
15995 diff-mode customization group.
15996
15997 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
15998
15999 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
16000
16001 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
16002
16003 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
16004 Minor regexp-optimization.
16005
16006 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
16007
16008 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
16009 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
16010 (org-agenda-add-time-grid-maybe): New function.
16011 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
16012 (org-table-create): `dotimes' instead of `mapcar'.
16013 (org-xor): Simplify implementation.
16014 (org-agenda): `inhibit-redisplay' turned on.
16015 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
16016 a consistent line after a state change.
16017 (org-agenda-remove-times-when-in-prefix): New option.
16018 (org-prefix-has-time): New variable.
16019 (org-parse-time-string): Optional argument NODEFAULT.
16020 (org-format-agenda-item): Parse items for time-of-day
16021 specifications and move these into the prefix if possible.
16022 (org-agenda-priority): Get current heading, not previous heading
16023 during agenda remote editing.
16024
16025 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
16026
16027 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
16028 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
16029 (remove-duplicates, delete-duplicates, substitute)
16030 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
16031 (nsubstitute-if-not, find, find-if, find-if-not, position)
16032 (position-if, position-if-not, count, count-if, count-if-not)
16033 (mismatch, search, sort*, stable-sort, merge, member*)
16034 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
16035 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
16036 (intersection, nintersection, set-difference, nset-difference)
16037 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
16038 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
16039 (nsublis, tree-equal): Improve argument/docstring consistency.
16040
16041 * subr.el (send-string, send-region): Remove obsolescence declaration.
16042 (window-dot, set-window-dot, read-input, show-buffer)
16043 (eval-current-buffer, string-to-int):
16044 Add release number to obsolescence declarations.
16045
16046 2005-05-19 Kim F. Storm <storm@cua.dk>
16047
16048 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
16049 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
16050
16051 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
16052
16053 * faces.el (list-faces-display): Make back button respect optional
16054 regexp arg.
16055
16056 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
16057
16058 * calculator.el (calculator-radix-grouping-mode)
16059 (calculator-radix-grouping-digits, calculator-displayer)
16060 (calculator-radix-grouping-separator, calculator-copy-displayer):
16061 * dabbrev.el (dabbrev-search-these-buffers-only):
16062 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
16063 (diff-advance-after-apply-hunk, diff-mode-hook)
16064 (diff-minor-mode-prefix):
16065 * imenu.el (imenu-use-popup-menu):
16066 * jit-lock.el (jit-lock-context-time):
16067 * newcomment.el (comment-fill-column, comment-column)
16068 (comment-style, comment-padding, comment-multi-line)
16069 (comment-empty-lines, comment-auto-fill-only-comments):
16070 * reveal.el (reveal-around-mark):
16071 * uniquify.el (uniquify-buffer-name-style)
16072 (uniquify-after-kill-buffer-p)
16073 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
16074 (uniquify-min-dir-content, uniquify-separator)
16075 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
16076 * w32-vars.el (w32-fixed-font-alist):
16077 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
16078 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
16079 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
16080 * progmodes/perl-mode.el (perl-indent-level)
16081 (perl-continued-statement-offset, perl-continued-brace-offset)
16082 (perl-brace-offset, perl-brace-imaginary-offset)
16083 (perl-label-offset, perl-indent-continued-arguments)
16084 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
16085 * progmodes/tcl.el (tcl-indent-level)
16086 (tcl-continued-indent-level, tcl-auto-newline)
16087 (tcl-tab-always-indent, tcl-electric-hash-style)
16088 (tcl-help-directory-list, tcl-use-smart-word-finder)
16089 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
16090 (inferior-tcl-source-command):
16091 * textmodes/fill.el (enable-kinsoku):
16092 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
16093 * textmodes/table.el (table-yank-handler):
16094 Specify missing group (and type, if simple) in defcustom.
16095
16096 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
16097
16098 * progmodes/compile.el (compilation-finish-function): Fix defvar.
16099
16100 2005-05-19 Richard M. Stallman <rms@gnu.org>
16101
16102 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
16103
16104 * subr.el (event-basic-type): Don't get an error.
16105 (left-fringe-p): Function deleted.
16106
16107 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
16108 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
16109
16110 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
16111 in recursive copy.
16112
16113 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
16114
16115 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
16116
16117 * emacs-lisp/bytecomp.el
16118 (byte-compile-file-form-custom-declare-variable):
16119 Call byte-compile-nogroup-warn if appropriate.
16120
16121 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
16122 (compilation-set-window): Don't call left-fringe-p; do it directly.
16123
16124 2005-05-19 Jay Belanger <belanger@truman.edu>
16125
16126 * calc/calc-graph.el (calc-graph-format-data): Make sure
16127 var-PlotRejects is bound before trying to check its value.
16128
16129 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
16130
16131 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
16132 definition of this variable from reftex-global.el to reftex.el,
16133 because it is needed in the menu.
16134
16135 2005-05-19 Lute Kamstra <lute@gnu.org>
16136
16137 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
16138 years are fixed. Don't insert a space after a dash.
16139
16140 2005-05-19 Kim F. Storm <storm@cua.dk>
16141
16142 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
16143
16144 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
16145
16146 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
16147 strings, because (eq ... ?\\) is fairly frequent.
16148
16149 * progmodes/make-mode.el (makefile-add-this-line-targets):
16150 Simplify and integrate into `makefile-pickup-targets'.
16151 (makefile-add-this-line-macro): Simplify and integrate into
16152 `makefile-pickup-macros.
16153 (makefile-pickup-filenames-as-targets): Simplify.
16154 (makefile-previous-dependency, makefile-match-dependency):
16155 Don't stumble over `::'.
16156
16157 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
16158
16159 * subr.el (post-command-idle-hook, post-command-idle-delay):
16160 Remove obsoletion of post-command-idle-hook and
16161 post-command-idle-delay.
16162
16163 * faces.el (list-faces-display): Provide button when describe-face
16164 is called to take user back to the list of faces.
16165
16166 * help-fns.el (describe-variable): Remove hyperlinks in a
16167 variable's value as these are quite frequently inappropriate.
16168
16169 * follow.el (follow-submit-feedback, follow-mode):
16170 Remove references to post-command-idle-hook.
16171
16172 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
16173
16174 * progmodes/make-mode.el (makefile-previous-dependency)
16175 (makefile-match-dependency): Check for := (and in bsd mode also
16176 !=) to give a better result, even when font-lock is not on.
16177
16178 2005-05-18 Jay Belanger <belanger@truman.edu>
16179
16180 * calc/calc-help.el (calc-s-prefix-help):
16181 Add `calc-copy-special-constant' to help string.
16182
16183 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
16184
16185 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
16186
16187 2005-05-18 Jay Belanger <belanger@truman.edu>
16188
16189 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
16190 in linear factors are in proper order.
16191
16192 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
16193
16194 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
16195 Support for jurabib.
16196
16197 * textmodes/reftex.el (featurep): Define aliases for overlay
16198 commands, for XEmacs compatibility, and use these aliases in
16199 overlay initializations.
16200 (reftex-highlight): Use `reftex-move-overlay'.
16201 (reftex-unhighlight): Use `reftex-delete-overlay'.
16202 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
16203 (reftex-access-search-path): Use `reftex-uniquify' instead of
16204 `reftex-uniq'
16205
16206 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
16207 `before-string' property modification enables for Emacs as well.
16208 (reftex-select-item): Use `reftex-delete-overlay'.
16209 (reftex-select-mark): Use `reftex-make-overlay' and
16210 `reftex-overlay-put'.
16211 (reftex-select-unmark): Use `reftex-delete-overlay' and
16212 `reftex-overlay-put'.
16213
16214 2005-05-18 Lute Kamstra <lute@gnu.org>
16215
16216 * emacs-lisp/lisp.el (check-parens): Fix docstring.
16217
16218 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
16219
16220 * add-log.el (add-change-log-entry):
16221 * array.el (array-make-template, array-reconfigure-rows)
16222 (array-init-max-row, array-init-max-column)
16223 (array-init-columns-per-line, array-init-field-width):
16224 * replace.el (replace-match-maybe-edit, perform-replace):
16225 * textmodes/spell.el (spell-region):
16226 Replace `read-input' by `read-string'.
16227
16228 * forms.el (forms-mode):
16229 * finder.el (finder-compile-keywords):
16230 * shadowfile.el (shadow-read-files):
16231 Replace `eval-current-buffer' by `eval-buffer'.
16232
16233 * terminal.el (te-pass-through):
16234 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
16235 (ange-ftp-raw-send-cmd):
16236 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
16237 (send-process-next-char, telnet-initial-filter, telnet):
16238 Replace `send-string' by `process-send-string'.
16239
16240 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
16241 (prolog-consult-region): Replace `send-string' by
16242 `process-send-string'; replace `send-region' by `process-send-region'.
16243
16244 * progmodes/delphi.el (delphi-log-msg):
16245 Replace `set-window-dot' by `set-window-point'.
16246
16247 * subr.el (window-dot, set-window-dot, read-input, send-string)
16248 (send-region, show-buffer, eval-current-buffer):
16249 Make really obsolete, as the comment says.
16250
16251 2005-05-17 Kim F. Storm <storm@cua.dk>
16252
16253 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
16254 (cua--init-keymaps): Bind C-return instead of S-return to set
16255 rectangle mark.
16256
16257 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
16258 instead of S-return to toggle/clear rectangle mark.
16259
16260 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
16261
16262 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
16263 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
16264 Also fontify plain strings assigned to variables, mostly so that a
16265 colon has a face and is thus not taken as a dependency separator.
16266 (makefile-previous-dependency): Inline the new matcher, because it
16267 is too complex to work in both directions.
16268 (makefile-match-dependency): Eliminate `backward' arg (see above).
16269 Completely reimplemented so as to not sometimes go into an endless
16270 loop. It should also be more efficient, because first it only
16271 searches for `:', instead of applying the very complex regexp.
16272 (makefile-mode): Cancel `font-lock-support-mode', because blocks
16273 to be fontified in one piece can be too long for JIT.
16274 Makefiles are never *that* big.
16275
16276 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
16277
16278 * dired.el (dired-mode): Simplify.
16279
16280 2005-05-17 Lute Kamstra <lute@gnu.org>
16281
16282 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
16283 defcustom for the mode hook variable.
16284
16285 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
16286 Emacs Lisp Reference Manual.
16287
16288 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
16289
16290 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
16291 (evenp, list*):
16292 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
16293 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
16294
16295 * net/tramp-smb.el (tramp-smb-open-connection):
16296 Pass `tramp-chunksize' as fifth (required) argument.
16297
16298 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
16299
16300 * font-lock.el (lisp-font-lock-keywords-1):
16301 Set `font-lock-negation-char-face' for [^...] char group.
16302 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
16303
16304 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
16305 a var, and refine it to mask one more level of nested vars.
16306 (makefile-rule-action-regex): Turn it into a var, and refine it so
16307 it recognizes backslashed continuation lines as belonging to the
16308 same command.
16309 (makefile-macroassign-regex): Refine it so it recognizes
16310 backslashed continuation lines as belonging to the same command.
16311 (makefile-var-use-regex): Don't look at the next char, because it
16312 might be the same one to be skipped by the initial [^$], leading
16313 to an overlooked variable use.
16314 (makefile-make-font-lock-keywords): Remove two parameters, which
16315 are now variables that some of the modes set locally.
16316 Handle dependency and rule action matching through functions, because
16317 regexps alone match too often. Dependency matching now comes
16318 last, so it can check, whether a colon already matched something else.
16319 (makefile-mode): Inform that font-lock improves makefile parsing
16320 capabilities.
16321 (makefile-match-dependency, makefile-match-action): New functions.
16322
16323 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
16324
16325 * emacs-lisp/cl-extra.el (equalp): Doc fix.
16326
16327 * align.el (align-regexp):
16328 * ansi-color.el (ansi-color-get-face):
16329 * array.el (array-reconfigure-rows, array-init-max-row)
16330 (array-init-max-column, array-init-columns-per-line)
16331 (array-init-field-width):
16332 * dired-aux.el (dired-trample-file-versions):
16333 * dired-x.el (dired-mark-sexp):
16334 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
16335 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
16336 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
16337 * faces.el (face-read-integer):
16338 * files.el (backup-extract-version, insert-directory):
16339 * hexl.el (hexl-insert-decimal-char):
16340 * server.el (server-process-filter):
16341 * shell.el (shell-extract-num):
16342 * startup.el (command-line-1):
16343 * term.el (term-command-hook):
16344 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
16345 (time-stamp-do-number):
16346 * time.el (display-time-update):
16347 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
16348 (timezone-fix-time):
16349 * vms-patch.el (vms-suspend-resume-hook):
16350 * calendar/appt.el (appt-convert-time):
16351 * calendar/cal-bahai.el (mark-bahai-diary-entries):
16352 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
16353 * calendar/cal-islam.el (mark-islamic-diary-entries):
16354 * calendar/calendar.el (calendar-cursor-to-date)
16355 (calendar-star-date):
16356 * calendar/diary-lib.el (diary-attrtype-convert)
16357 (mark-diary-entries, diary-entry-time):
16358 * calendar/solar.el (solar-get-number):
16359 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
16360 * emacs-lisp/re-builder.el (reb-display-subexp):
16361 * emulation/edt.el (edt-set-scroll-margins):
16362 * emulation/tpu-extras.el (tpu-set-scroll-margins):
16363 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
16364 (vip-get-ex-count):
16365 * emulation/viper-ex.el (viper-get-ex-token)
16366 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
16367 * international/fontset.el (fontset-plain-name):
16368 * mail/feedmail.el (feedmail-look-at-queue-directory):
16369 * mail/mailalias.el (mail-get-names):
16370 * mail/rmail.el (rmail-convert-to-babyl-format):
16371 * mail/rmailsum.el (rmail-make-basic-summary-line)
16372 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
16373 (rmail-summary-goto-msg):
16374 * mail/smtpmail.el (smtpmail-read-response):
16375 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
16376 (ange-ftp-vms-add-file-entry):
16377 * play/gametree.el (gametree-looking-at-ply)
16378 (gametree-current-branch-score):
16379 * progmodes/ada-xref.el (ada-prj-find-prj-file)
16380 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
16381 * progmodes/cperl-mode.el (condition-case):
16382 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
16383 (ebrowse-set-member-buffer-column-width)
16384 (ebrowse-select-1st-to-9nth):
16385 * progmodes/etags.el (etags-snarf-tag):
16386 * progmodes/flymake.el (flymake-parse-line):
16387 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
16388 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
16389 (idlwave-shell-menu-def):
16390 * progmodes/ps-mode.el (ps-run-goto-error):
16391 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
16392 (vhdl-speedbar-contract-level):
16393 * term/mac-win.el (x-handle-numeric-switch):
16394 * term/sun-mouse.el (sun-get-frame-data):
16395 * term/w32-win.el (x-handle-numeric-switch):
16396 * term/x-win.el (x-handle-numeric-switch):
16397 * textmodes/ispell.el (ispell-parse-output):
16398 * textmodes/nroff-mode.el (nroff-outline-level):
16399 * textmodes/reftex-cite.el (reftex-bib-sort-year)
16400 (reftex-bib-sort-year-reverse, reftex-format-citation):
16401 * textmodes/reftex-parse.el (reftex-init-section-numbers)
16402 (reftex-section-number):
16403 * textmodes/texinfmt.el (texinfo-paragraphindent):
16404 Replace `string-to-int' by `string-to-number'.
16405
16406 * international/latexenc.el: Add page marker to force the "Local
16407 Variables:" string out of the last page.
16408
16409 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
16410
16411 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
16412 tooltip-change-major-mode.
16413 (gud-tooltip-print-command): Remove case where gud-minor-mode
16414 is gdb ("--fullname").
16415 (gud-tooltip-tips): Turn GUD tooltips off for this case and
16416 explain to user.
16417
16418 2005-05-16 Jay Belanger <belanger@truman.edu>
16419
16420 * calc/calc-store.el (calc-copy-special-constant): New function.
16421
16422 * calc/calc-ext.el (calc-init-extensions): Add binding for
16423 `calc-copy-special-constant'.
16424
16425 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
16426 for the `calc-copy-special-constant' command.
16427
16428 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
16429
16430 * subr.el (left-fringe-p): New function.
16431
16432 * progmodes/compile.el (compilation-setup): Set local value of
16433 overlay-arrow-string to "" always.
16434 (compilation-set-window): Left fringe then don't scroll.
16435 No left fringe then no arrow and scroll message to top.
16436 (compilation-context-lines): Adjust doc string accordingly.
16437
16438 2005-05-16 Kim F. Storm <storm@cua.dk>
16439
16440 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
16441 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
16442 (ido-wide-find-dir-or-delete-dir): New command for M-d.
16443 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
16444 (ido-read-file-name): Handle commands with ido property value
16445 equal to find-file as reading a file name, to allow C-d to enter dired.
16446 (ibuffer-find-file): Add ido property with value find-file.
16447
16448 2005-05-15 Kim F. Storm <storm@cua.dk>
16449
16450 * subr.el (open-network-stream-nowait): Remove.
16451 (open-network-stream-server): Remove.
16452
16453 2005-05-15 Richard M. Stallman <rms@gnu.org>
16454
16455 * faces.el (describe-face): Output a definition link button.
16456
16457 * help-mode.el (help-face-def): New button type.
16458
16459 * emacs-lisp/copyright.el (copyright-fix-years):
16460 Match properly if the first year is 2-digit.
16461 Don't mess up the whitespace after the years by filling.
16462
16463 * dired-aux.el (dired-mark-confirm):
16464 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
16465
16466 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
16467 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
16468 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
16469
16470 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
16471 Set font-lock-comment-start-skip.
16472
16473 * font-lock.el (font-lock-comment-start-skip): New variable.
16474 (font-lock-comment-end-skip): New variable.
16475 (font-lock-fontify-syntactically-region): Use them if non-nil.
16476
16477 2005-05-15 Jay Belanger <belanger@truman.edu>
16478
16479 * calc/calc-store.el (calc-store-value): Return a string rather
16480 than display it as a message.
16481 Use calc-var-name for variable name.
16482 (calc-store-into): Add the result of calc-store-value to message.
16483 (calc-copy-variable): Add a message.
16484 (calc-store-exchange): Improve error messages.
16485 (calc-store-binary, calc-store-map): Don't reset the values of
16486 special constants.
16487
16488 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
16489
16490 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
16491 manual to docstring.
16492
16493 * files.el (hack-local-variables-confirm): Add STRING argument.
16494 Make the function handle non file visiting buffers correctly.
16495 (hack-local-variables-prop-line, hack-local-variables)
16496 (hack-one-local-variable): Use STRING arg of
16497 `hack-local-variables-confirm'.
16498
16499 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
16500
16501 Sync with Tramp 2.0.49.
16502
16503 * net/tramp.el (tramp-handle-dired-call-process)
16504 (tramp-handle-insert-directory):`insert-buffer' cannot be used
16505 because the contents of the Tramp buffer is changed before
16506 insertion (`expand-file' and alike).
16507 (tramp-handle-insert-directory): If `localname' has an empty
16508 nondirectory name, it must not be quoted.
16509 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
16510 variable `tramp-chunksize'. Change callees.
16511 (tramp-open-connection-setup-interactive-shell): Check remote host
16512 for buggy `send-process-string' implementation.
16513 Set `tramp-chunksize' if found. Reported by Michael Kifer
16514 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
16515 (tramp-handle-shell-command): `insert-buffer' cannot be used
16516 because the contents of the Tramp buffer is changed before
16517 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
16518 <frederic.bothamy@free.fr>.
16519 (tramp-set-auto-save): Actions should be done for Tramp file name
16520 handler only. Ange-FTP has its own auto-save mechanism.
16521 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
16522 (tramp-set-auto-save-file-modes): Set file modes of
16523 `buffer-auto-save-file-name' to ?\600 as fallback solution.
16524 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
16525 (tramp-bug): Remove obsolete variable.
16526 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
16527 for presence of `mml-mode'. Make it running for older Emacsen as well.
16528
16529 2005-05-14 John Paul Wallington <jpw@pobox.com>
16530
16531 * ibuf-ext.el (define-ibuffer-filter filename):
16532 If `dired-directory' is a list, use its car.
16533
16534 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
16535
16536 * ibuffer.el (define-ibuffer-column filename):
16537 If `dired-directory' is a list, use its car.
16538
16539 2005-05-14 Richard M. Stallman <rms@gnu.org>
16540
16541 * subr.el (symbol-file): Doc fix.
16542
16543 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
16544 (byte-compile-form): Call byte-compile-nogroup-warn.
16545 (byte-compile-warning-types): Doc fix.
16546
16547 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
16548
16549 * progmodes/cc-engine.el (c-literal-faces):
16550 Add font-lock-comment-delimiter-face.
16551
16552 * net/net-utils.el (dig): Use with-no-warnings.
16553
16554 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
16555 (sc-recite-frame-alist, sc-default-cite-frame)
16556 (sc-default-uncite-frame, sc-default-recite-frame)
16557 (sc-attrib-selection-list, sc-rewrite-header-list):
16558 Mark as risky-local-variable.
16559
16560 * international/ogonek.el (ogonek-jak, ogonek-how):
16561 Don't use beginning-of-buffer.
16562
16563 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
16564
16565 * calendar/solar.el (solar-data-list): Move definition up.
16566
16567 * dnd.el (dnd-protocol-alist): Add autoload.
16568
16569 * progmodes/sh-script.el: Many doc usage fixes.
16570 (sh-indent-after-do): Change default to match common styles.
16571
16572 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
16573
16574 * files.el (interpreter-mode-alist)
16575 (auto-mode-interpreter-regexp): Doc fixes.
16576
16577 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
16578
16579 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
16580
16581 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
16582
16583 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16584
16585 * dired.el (dired-mode): make-variable-buffer-local =>
16586 make-local-variable.
16587
16588 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16589
16590 * term/mac-win.el (mac-select-convert-to-string): Try coding
16591 systems in mac-script-code-coding-systems if specified one cannot
16592 encode string for `com.apple.traditional-mac-plain-text'.
16593
16594 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
16595
16596 * progmodes/make-mode.el (makefile-targets-face)
16597 (makefile-shell-face, makefile-makepp-perl-face): New faces.
16598 (makefile-dependency-regex): Fix it to not make the colon in
16599 $(var:a=b) special.
16600 (makefile-rule-action-regex): New regexp for highlighting embedded
16601 Shell strings.
16602 (makefile-macroassign-regex): Handle != for highlighting as
16603 embedded Shell strings.
16604 (makefile-var-use-regex): New const.
16605 (makefile-statements, makefile-automake-statements)
16606 (makefile-gmake-statements, makefile-makepp-statements)
16607 (makefile-bsdmake-statements): New consts.
16608 (makefile-make-font-lock-keywords): New function.
16609 (makefile-automake-font-lock-keywords)
16610 (makefile-gmake-font-lock-keywords)
16611 (makefile-makepp-font-lock-keywords)
16612 (makefile-bsdmake-font-lock-keywords): New consts.
16613 (makefile-mode-map): Add switchers between the various submodes.
16614 (makefile-mode): Document the availability of the variants.
16615 (makefile-automake-mode, makefile-gmake-mode)
16616 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
16617
16618 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
16619 new variants of makefile-mode.
16620
16621 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
16622
16623 * font-lock.el (font-lock-comment-delimiter-face): Fix up
16624 the inheritance.
16625
16626 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
16627
16628 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
16629 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
16630
16631 * files.el (normal-mode): Extend the scope of the
16632 `enable-local-variables' binding to include the `set-auto-mode' call.
16633 (magic-mode-alist): Doc fix.
16634
16635 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
16636
16637 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
16638 font-lock-comment-face rather than copying its setting.
16639
16640 2005-05-12 Andreas Schwab <schwab@suse.de>
16641
16642 * eshell/esh-mode.el (eshell-send-input): Doc fix.
16643
16644 2005-05-12 Lute Kamstra <lute@gnu.org>
16645
16646 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
16647 defcustom for the mode hook variable. Delete the last argument.
16648 * generic-x.el: Fix callers of define-generic-mode.
16649 (generic-x-modes): Delete group.
16650 (show-tabs-tab-face, show-tabs-space-face): Put them in the
16651 generic-x customization group.
16652
16653 2005-05-12 Kim F. Storm <storm@cua.dk>
16654
16655 * font-lock.el (font-lock-negation-char-face): Default to "off".
16656
16657 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
16658 font-lock-negation-char-face to ! in !=.
16659
16660 2005-05-12 Masatake YAMATO <jet@gyve.org>
16661
16662 * add-log.el (find-change-log): Fix typos in the docstring
16663 of function.
16664
16665 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
16666
16667 * international/latexenc.el (latexenc-find-file-coding-system):
16668 Avoid `re-search-forward' when looking for input encoding because
16669 of speed and safety. Better regular expressions for recognizing
16670 input encoding. Limit a search for TeX-master/tex-main-file to
16671 the local variable section.
16672
16673 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
16674
16675 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
16676 syntax of $ to "'" (quote).
16677
16678 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
16679
16680 * dnd.el (dnd-protocol-alist): Improve custom type.
16681
16682 * dired.el (dired-dnd-protocol-alist): New variable.
16683 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
16684 `dired-mode-hook' to the end.
16685
16686 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
16687
16688 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
16689 comment-end if comment-start-skip is not set.
16690 Obey the font-lock-comment-delimiter-face variables.
16691
16692 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
16693
16694 * files.el (executable-find): Move from executable.el. Use
16695 locate-file.
16696 * progmodes/executable.el (executable-find): Move to files.el.
16697
16698 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
16699 when trying to ensure forward progress.
16700
16701 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
16702
16703 * mouse-sel.el (mouse-sel-follow-link-p): New function.
16704 (mouse-select, mouse-select-internal, mouse-extend-internal):
16705 Use it to implement mouse-1-click-follows-link functionality.
16706
16707 2005-05-11 Richard M. Stallman <rms@gnu.org>
16708
16709 * font-lock.el (font-lock-fontify-syntactically-region):
16710 Use font-lock-comment-delimiter-face for comment delimiters.
16711
16712 2005-05-10 Jay Belanger <belanger@truman.edu>
16713
16714 * calc/calc-help.el (calc-m-prefix-help): Add mention of
16715 preserving embedded modes.
16716
16717 2005-05-10 Richard M. Stallman <rms@gnu.org>
16718
16719 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
16720
16721 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
16722 Move from ada-stmt.el.
16723 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
16724
16725 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
16726 Move to ada-mode.el.
16727 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
16728
16729 * cus-edit.el (custom-file): Call file-chase-links.
16730
16731 * files.el (read-directory-name): Fix previous change.
16732 (hack-local-variables-confirm): New function.
16733 (hack-local-variables-prop-line, hack-local-variables)
16734 (hack-one-local-variable): Use it.
16735
16736 2005-05-10 Lute Kamstra <lute@gnu.org>
16737
16738 * font-lock.el (font-lock-keywords-alist)
16739 (font-lock-removed-keywords-alist): Clarify docstrings.
16740
16741 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
16742
16743 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
16744 (gdb-source-info): Check for preprocessor info.
16745 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
16746 a macro for a function.
16747 (gdb-info-breakpoints-custom): Try to find file again if not already
16748 found (user might have used GDB dir command).
16749 (gdb-get-location): Update gdb-location-alist correctly for change
16750 to gdb-info-breakpoints-custom.
16751
16752 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
16753 (gud-tooltip-print-command): Add gdbmi case.
16754 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
16755 preprocessor info.
16756
16757 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
16758
16759 * startup.el (fancy-splash-insert): Fix typo in doc string.
16760
16761 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
16762
16763 * obsolete/float.el (string-to-float):
16764 * obsolete/hilit19.el (hilit-add-pattern):
16765 * obsolete/rnews.el (news-parse-range, news-select-message)
16766 (news-get-pruned-list-of-files): Replace `string-to-int' by
16767 `string-to-number'.
16768
16769 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
16770 `find-file-not-found-hooks'; use `add-hook'.
16771 (uncompress-while-visiting): Set `write-file-functions', not
16772 `write-file-hooks'; use `add-hook'.
16773
16774 2005-05-09 Kim F. Storm <storm@cua.dk>
16775
16776 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
16777 (cua-paste): Handle clipboard action.
16778 (cua--init-keymaps): Remap clipboard-kill-region and
16779 clipboard-kill-ring-save.
16780
16781 2005-05-08 Eli Zaretskii <eliz@gnu.org>
16782
16783 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
16784 Improve commentary.
16785
16786 * simple.el (next-error-overlay-arrow-position): Revert the change
16787 made on 2005-04-30.
16788
16789 2005-05-07 Jay Belanger <belanger@truman.edu>
16790
16791 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
16792 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
16793 `calc-sel-reselect'.
16794
16795 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
16796 Calc is in embedded mode.
16797
16798 2005-05-07 Eli Zaretskii <eliz@gnu.org>
16799
16800 * progmodes/compile.el (compilation-setup):
16801 Set overlay-arrow-string to an empty string on text terminals.
16802
16803 * textmodes/ispell.el (ispell-program-name): Try looking for
16804 "aspell" along exec-path, and if found, use it as the default
16805 speller program.
16806
16807 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
16808
16809 * international/mule.el (sgml-xml-auto-coding-function):
16810 Recognize encoding='FOO' in single quotes as well as in double quotes.
16811
16812 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
16813
16814 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
16815 as well as `interactive', so that defmacro* would recognize
16816 `declare' forms.
16817
16818 2005-05-07 Eli Zaretskii <eliz@gnu.org>
16819
16820 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
16821 Explain more about the LIGHTER arg's usage in the doc string.
16822 Add commentary to clarify what the code does. Fix the regexp that
16823 strips whitespace from LIGHTER. Quote LIGHTER before using it,
16824 since it could have characters special to regular expressions.
16825
16826 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
16827
16828 * replace.el (occur-1): Bind inhibit-read-only so that
16829 erase-buffer doesn't barf on read-only text properties (likewise
16830 for add-text-properties in occur-engine). Mark buffer as unmodified.
16831 (occur-engine): Don't set buffer-read-only here.
16832
16833 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
16834
16835 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
16836 list-buffers-directory. This caused the *cvs-commit* buffer to be
16837 sometimes mistakenly reused as a *cvs* buffer.
16838
16839 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
16840
16841 * tooltip.el: Move code for GUD tooltips into gud.el.
16842 (require): CL no longer needed to compile case.
16843 (tooltip-mode): Do not toggle functions for GUD tooltips.
16844 (tooltip-gud-tips-p): Remove. Replace with minor mode
16845 gud-tooltip-mode in gud.el.
16846 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
16847 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
16848 tooltip-gud prefix with gud-tooltip and obsolete.
16849 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
16850 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
16851 (tooltip-mouse-motion): Mouse movement functions/variable.
16852 Rename in gud.el by adding gud prefix.
16853 (tooltip-gud-original-filter, tooltip-gud-dereference)
16854 (tooltip-gud-event, tooltip-toggle-gud-tips)
16855 (tooltip-gud-process-output, tooltip-gud-print-command)
16856 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
16857 gud.el by replacing tooltip-gud prefix with gud-tooltip.
16858 (gdb-tooltip-print): Move to gdb-ui.el.
16859
16860 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
16861 (require): CL needed to compile case.
16862 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
16863 tooltip-gud-tips-p. Make it a minor-mode.
16864 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
16865 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
16866 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
16867 (gud-tooltip-change-major-mode)
16868 (gud-tooltip-activate-mouse-motions-if-enabled)
16869 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
16870 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
16871 (gud-tooltip-original-filter, gud-tooltip-dereference)
16872 (gud-tooltip-event, tooltip-toggle-gud-tips)
16873 (gud-tooltip-process-output, gud-tooltip-print-command)
16874 (gud-tooltip-tips): Move from tooltip.el.
16875
16876 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
16877 (gdb-cpp-define-alist-flags): Doc fix.
16878 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
16879 gud-tooltip-mode is t.
16880
16881 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
16882
16883 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
16884 evaporate if their text is deleted.
16885 (goto-address-at-point): Make it work as a mouse binding as well.
16886 (goto-address-at-mouse): Obsolete it. Update users.
16887
16888 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
16889
16890 * calendar/appt.el (top-level): No longer activate on load.
16891
16892 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
16893
16894 * calendar/cal-bahai.el (mark-bahai-diary-entries):
16895 * net/webjump.el (webjump):
16896 * progmodes/idlw-help.el (idlwave-do-context-help1)
16897 (idlwave-highlight-linked-completions):
16898 * textmodes/po.el (po-find-file-coding-system-guts):
16899 Replace `assoc-ignore-case' by `assoc-string'.
16900
16901 2005-05-06 Eli Zaretskii <eliz@gnu.org>
16902
16903 * files.el (locate-file): Doc fix.
16904
16905 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
16906 Remove the redundant test for ms-dos.
16907
16908 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
16909 look for the preprocessor with exec-suffixes. If not found in
16910 standard places, look in exec-path. Remove most of the tests that
16911 used system-type.
16912
16913 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
16914
16915 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
16916
16917 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
16918 file-name clash with jka-compr.el on 8+3 filesystems.
16919
16920 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16921
16922 * term/mac-win.el: Don't define or bind scroll bar functions if
16923 x-toolkit-scroll-bars is t.
16924 (x-select-text, x-get-selection-value): Clear
16925 x-last-selected-text-clipboard if x-select-enable-clipboard is
16926 nil.
16927 (PRIMARY): Put mac-scrap-name property.
16928 (mac-select-convert-to-file-url): New function.
16929 (public.file-url): New selection target type. Add to
16930 selection-converter-alist.
16931 (x-get-selection, x-selection-value): Handle it.
16932 (x-cut-buffer-or-selection-value): New alias.
16933
16934 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16935
16936 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
16937 entry to avoid calling bibtex-find-entry with arg global
16938 being t. Remove arg key.
16939 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
16940 (bibtex-copy-summary-as-kill): Change accordingly.
16941
16942 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
16943
16944 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
16945 (org-agenda-date-later): Use with-current-buffer.
16946
16947 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
16948
16949 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
16950 (define-obsolete-variable-alias): Doc Fixes.
16951
16952 2005-05-06 Kim F. Storm <storm@cua.dk>
16953
16954 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
16955 vertical-motion when selective-display is active.
16956
16957 * ido.el (ido-setup-hook): New hook.
16958 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
16959 (ido-input-stack): New var.
16960 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
16961 ido-next-work-file binding to M-O.
16962 Bind M-f to ido-wide-find-file-or-pop-dir.
16963 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
16964 (ido-read-internal): Run ido-setup-hook.
16965 Catch quit in read-file-name and read-string to cancel edit.
16966 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
16967 Automatically pop-all when completing a directory name (RET).
16968 (ido-file-internal): Add with-no-warnings around ffap and dired code.
16969 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
16970 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
16971 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
16972 New functions for M-b/M-f to move among the directory components.
16973 (ido-make-merged-file-list): Catch quit to cancel merge.
16974 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
16975 (ido-completion-help): No warnings for ido-completion-buffer-full.
16976
16977 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
16978
16979 * font-lock.el (font-lock-negation-char-face): New face and variable.
16980 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
16981 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
16982 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
16983 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
16984
16985 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
16986
16987 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
16988 Fix typo in docstring.
16989
16990 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
16991 (ebrowse-print-statistics-line)
16992 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
16993
16994 * term/w32-win.el (image-library-alist): Add additional name for
16995 Xpm library.
16996
16997 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
16998
16999 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
17000 use gcc instead of cpp.
17001
17002 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
17003 (gdb-create-define-alist): Use it.
17004 (gdb-cpp-define-alist-program): Update for MS-DOS.
17005
17006 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
17007
17008 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
17009
17010 2005-05-04 Richard M. Stallman <rms@gnu.org>
17011
17012 * help.el (describe-key): No error when UNTRANSLATED is nil.
17013
17014 * simple.el (line-move-1): Fix previous change to signal errors
17015 appropriately.
17016
17017 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
17018
17019 * calendar/icalendar.el (icalendar-version): Now at 0.12.
17020 (icalendar-duration-correction): Remove.
17021 (icalendar--get-event-properties): Split result at commas.
17022 (icalendar--decode-isoduration): New optional argument
17023 DURATION-CORRECTION.
17024 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
17025 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
17026 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
17027 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
17028 (icalendar--convert-anniversary-to-ical): New functions, extracted
17029 from icalendar-export-region, with bug fixes.
17030 (icalendar-export-region): Use the above functions.
17031 (icalendar-import-buffer): Check before saving diary file.
17032 (icalendar--convert-recurring-to-diary)
17033 (icalendar--convert-non-recurring-all-day-to-diary)
17034 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
17035 extracted from icalendar--convert-ical-to-diary, with bug fixes.
17036 (icalendar--convert-ical-to-diary): Use the above functions.
17037
17038 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
17039
17040 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
17041 Remove these recent additions.
17042 (c-mode): Restore to before 2005-04-28.
17043
17044 * progmodes/cc-vars.el (cc-define-list-program): Remove this
17045 recent addition.
17046
17047 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
17048 (gdb-define-alist): New variables.
17049 (gdb-create-define-alist): New function.
17050 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
17051 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
17052 with string-to-number.
17053 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
17054
17055 * progmodes/gud.el: Replace string-to-int with string-to-number.
17056 (gud-find-file): Handle gdb-define-alist.
17057
17058 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
17059
17060 2005-05-02 Jay Belanger <belanger@truman.edu>
17061
17062 * calc/calc-aent.el (math-read-token):
17063 * calc/calc-bin.el (calc-word-size):
17064 * calc/calc-ext.el (calc-read-number-fancy):
17065 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
17066 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
17067 * calc/calc-frac.el (calc-over-notation):
17068 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
17069 (calc-graph-num-points, calc-graph-init):
17070 * calc/calc-prog.el (calc-read-parse-table-part)
17071 (calc-edit-macro-repeats):
17072 * calc/calc-yank.el (calc-do-grab-rectangle):
17073 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
17074 Replace `string-to-int' by `string-to-number'.
17075
17076 2005-05-02 Kim F. Storm <storm@cua.dk>
17077
17078 * kmacro.el: Use executing-kbd-macro-index variable.
17079
17080 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
17081
17082 * net/rlogin.el (rlogin-parse-words): Delete func.
17083 (rlogin): Use split-string, not rlogin-parse-words.
17084 Also, if there are option-like elements in the parsed args,
17085 take the host to be the first arg immediately following them.
17086 Suggested by Michael Mauger.
17087
17088 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
17089
17090 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
17091
17092 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
17093
17094 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
17095 (cc-mode-cpp-program): Rename to cc-define-list-program and
17096 move to cc-vars.el.
17097
17098 * progmodes/cc-vars.el (cc-define-list-program):
17099 Change to "gcc -E -dM -". Make customizable.
17100
17101 2005-05-02 Kim F. Storm <storm@cua.dk>
17102
17103 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
17104
17105 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
17106
17107 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
17108
17109 * international/mule-util.el (truncate-string): Remove alias and
17110 obsolete declaration.
17111
17112 * international/mule-cmds.el (update-iso-coding-systems):
17113 Remove alias and obsolete declaration.
17114
17115 * international/mule.el (coding-system-parent): Remove alias and
17116 obsolete declaration.
17117
17118 * subr.el (define-function, sref): Remove aliases and obsolete
17119 declarations.
17120 (chars-in-region): Remove obsolete declaration.
17121
17122 2005-05-01 Richard M. Stallman <rms@gnu.org>
17123
17124 * info.el (Info-mode): Set widen-automatically to nil, locally.
17125
17126 * simple.el (widen-automatically): New variable.
17127 (pop-global-mark): Obey widen-automatically.
17128
17129 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
17130
17131 * term/xterm.el (function-key-map): Call substitute-key-definition
17132 before the keymap size is increased by a lot of define-key calls.
17133
17134 2005-05-01 Richard M. Stallman <rms@gnu.org>
17135
17136 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
17137 Rename ARG to ELEMENT. Doc fix.
17138
17139 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
17140
17141 * allout.el (allout-exposure): Remove macro and obsolete declaration.
17142 Remove references to allout-exposure/change to allout-new-exposure.
17143
17144 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
17145 bytecode symbols.
17146
17147 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
17148 (compiled-function-p, focus-frame, unfocus-frame):
17149 Remove aliases and obsolete declarations.
17150 Back out inadvertent changes from previous commit.
17151
17152 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
17153
17154 * files.el (require-final-newline): Make Custom tags consistent
17155 with mode-require-final-newline.
17156 (mode-require-final-newline): Doc fix.
17157
17158 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
17159
17160 * international/latexenc.el (latexenc-find-file-coding-system):
17161 Fix regular expressions.
17162
17163 2005-05-01 David Kastrup <dak@gnu.org>
17164
17165 * international/latexenc.el (latexenc-find-file-coding-system):
17166 Fix regular expressions.
17167
17168 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
17169
17170 * subr.el (string-to-int): Make obsolete.
17171
17172 2005-04-30 Richard M. Stallman <rms@gnu.org>
17173
17174 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
17175
17176 * loadup.el: load jka-comp-hook.
17177
17178 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
17179 (jka-compr-handler): Add autoload. `put' calls moved
17180 to jka-comp-hook.el.
17181 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
17182 (jka-compr-inhibit): Autoload.
17183
17184 * jka-comp-hook.el: New file.
17185 Enable the mode by default.
17186
17187 * files.el (backup-buffer-copy): Use copy-file instead
17188 of write-region, and put back the 'excl.
17189
17190 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
17191
17192 * progmodes/flymake.el (flymake-split-string)
17193 (flymake-split-string, flymake-log, flymake-pid-to-names)
17194 (flymake-reg-names, flymake-get-source-buffer-name)
17195 (flymake-unreg-names, flymake-add-line-err-info)
17196 (flymake-add-err-info): Clarify docstrings.
17197 (flymake-popup-menu, flymake-make-emacs-menu)
17198 (flymake-make-xemacs-menu): Add docstrings.
17199 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
17200 Set variables directly throughout.
17201
17202 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
17203
17204 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
17205 exists. Initialize cc-define-alist.
17206 (c-mode): Add cc-create-define-alist locally to after-save-hook.
17207 If there is no file (Macroexpansion) don't create an alist.
17208
17209 2005-04-29 Sam Steingold <sds@gnu.org>
17210
17211 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
17212 (cc-create-define-alist): Use it instead of the hard-coded string.
17213
17214 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
17215
17216 * international/mule-conf.el (file-coding-system-alist): Fix regexp
17217 for latexenc.
17218
17219 2005-04-29 Lute Kamstra <lute@gnu.org>
17220
17221 * emacs-lisp/generic.el: Improve commentary section.
17222 (define-generic-mode): Improve docstring.
17223
17224 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
17225
17226 * textmodes/org.el (many places): Change to quiet the byte compiler.
17227 (org-prefix-format-compiled): New variable.
17228 (org-compile-prefix-format): New function.
17229 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
17230 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
17231 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
17232 (org-get-entries-from-diary): Use `org-get-time-of-day' for
17233 consistency with entries from `org-mode' files.
17234 (org-get-time-of-day): Fix bug with partial matches early in a line.
17235 (org-non-link-chars): New constant.
17236 (org-link-regexp): Respect `org-non-link-chars'.
17237 (org-agenda-day-view): Remove command.
17238 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
17239 (org-follow-bbdb-link, org-store-link): Search also company field.
17240 (org-highlight-overlay): New variable.
17241 (org-highlight, org-unhighlight): New functions.
17242 (org-agenda-mode): Add pre-command-hook to remove highlight.
17243 (org-evaluate-time-range): Behavior depends upon whether time stamp
17244 contains a time or not.
17245 (org-show-subtree, org-show-entry): New functions.
17246 (org-agenda-cleanup-fancy-diary): Remove empty lines.
17247
17248 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
17249
17250 * comint.el (comint-output-filter-functions): Add autoload cookie.
17251
17252 2005-04-28 Kim F. Storm <storm@cua.dk>
17253
17254 * ido.el (ido-everywhere): Fix last change.
17255
17256 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
17257
17258 * international/latexenc.el: New file.
17259 * international/mule-conf.el (file-coding-system-alist): For .tex,
17260 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
17261
17262 2005-04-28 Lute Kamstra <lute@gnu.org>
17263
17264 * font-lock.el (font-lock-add-keywords)
17265 (font-lock-remove-keywords): Clarify docstring.
17266 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
17267 Don't start docstrings with a `*'.
17268 (font-lock-update-removed-keyword-alist): Give it a docstring.
17269
17270 * generic-x.el: Update commentary section.
17271 Only require font-lock when compiling.
17272 Define all modes conditionally.
17273 Place all generic modes in the generic-x-modes customization group.
17274 (generic-x-modes): New customization group.
17275 (generic-default-modes, generic-mswindows-modes)
17276 (generic-unix-modes, generic-other-modes): New constants.
17277 (generic-define-mswindows-modes, generic-define-unix-modes):
17278 Update docstrings. Make them obsolete.
17279 (generic-extras-enable-list): New default value. Update docstring.
17280 Improve :type. Change :set function.
17281 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
17282 Fix docstring.
17283
17284 * emacs-lisp/generic.el (generic-mode-internal):
17285 Simplify font-lock-defaults.
17286 (define-generic-mode): Fix docstring.
17287
17288 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
17289
17290 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
17291 font-lock-face property to highlight matches.
17292
17293 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
17294
17295 * progmodes/cc-mode.el (cc-create-define-alist): New function.
17296 (cc-define-alist): New variable.
17297 (c-mode): Make it local and initialize it.
17298
17299 * progmodes/gdb-ui.el (gdb-active-process): New variable.
17300 (gdb-exited): New function.
17301 (gdb-annotation-rules): Use it.
17302 (gdb-starting): Set gdb-active-process to t.
17303 (gdb-stopping): Amend doc string.
17304 (gdb-reset): Set gdb-active-process to nil.
17305
17306 * tooltip.el (tooltip-gud-tips): Show the associated #define
17307 directives when a C program under GDB is not executing.
17308
17309 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
17310
17311 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
17312 font-lock-fontify-syntactic-keywords.
17313
17314 * font-lock.el (font-lock-default-fontify-region): Don't force
17315 parse-sexp-lookup-properties to nil.
17316
17317 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
17318
17319 * man.el (man-mode-syntax-table): Set up `:' to have
17320 word-constituent syntax.
17321
17322 2005-04-27 Lute Kamstra <lute@gnu.org>
17323
17324 * novice.el (disable-command): Don't add spurious newlines to the
17325 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
17326
17327 2005-04-26 Jay Belanger <belanger@truman.edu>
17328
17329 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
17330 than one window before deleting window.
17331
17332 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
17333
17334 * shell.el (shell-prompt-pattern): Doc fix.
17335 (shell-mode): Set paragraph-separate buffer locally to "\\'".
17336
17337 * comint.el (comint-prompt-regexp, comint-get-old-input)
17338 (comint-use-prompt-regexp)
17339 (comint-use-prompt-regexp-instead-of-fields)
17340 (comint-replace-by-expanded-history, comint-send-input)
17341 (comint-output-filter, comint-get-old-input-default)
17342 (comint-line-beginning-position, comint-bol, comint-show-output)
17343 (comint-backward-matching-input, comint-forward-matching-input)
17344 (comint-next-prompt, comint-previous-prompt):
17345 Rename `comint-use-prompt-regexp-instead-of-fields' to
17346 `comint-use-prompt-regexp'. Keep old name as alias and declare
17347 obsolete.
17348 (comint-use-prompt-regexp): Shorten first line of doc string.
17349
17350 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
17351 Set paragraph-separate buffer locally to "\\'".
17352
17353 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
17354 Adapt to above name change.
17355
17356 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
17357 (smbclient-prompt-regexp): Ditto.
17358
17359 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
17360
17361 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
17362
17363 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
17364 gdb-location-list.
17365 Break lines that are over 80 characters wide.
17366
17367 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
17368
17369 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
17370 New fun and var, to preserve compatibility.
17371
17372 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
17373
17374 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
17375
17376 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
17377 name to file-newer-than-file-p.
17378
17379 2005-04-26 Richard M. Stallman <rms@gnu.org>
17380
17381 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
17382
17383 * progmodes/python.el (python-mode):
17384 Use new name eldoc-documentation-function.
17385
17386 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
17387
17388 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
17389 (eldoc-documentation-function):
17390 Rename from eldoc-print-current-symbol-info-function. Calls changed.
17391
17392 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
17393
17394 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
17395
17396 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
17397
17398 * term/xterm.el (function-key-map): Fix strings for
17399 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
17400 {C,S,A,C-S}-{f1-f12}.
17401
17402 2005-04-26 Kenichi Handa <handa@m17n.org>
17403
17404 * international/mule-cmds.el (select-safe-coding-system):
17405 Fix previous change.
17406
17407 2005-04-26 Lute Kamstra <lute@gnu.org>
17408
17409 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
17410
17411 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
17412 (font-lock-comment-delimiter-face): Ditto.
17413
17414 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
17415
17416 2005-04-25 Jay Belanger <belanger@truman.edu>
17417
17418 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
17419 to t while inserting information; use help-mode.
17420
17421 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
17422
17423 * term.el (ansi-term-color-vector): Use the xterm colors.
17424 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
17425
17426 2005-04-25 Lute Kamstra <lute@gnu.org>
17427
17428 * font-core.el (font-lock-defaults): Fix docstring.
17429
17430 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
17431
17432 2005-04-25 Kenichi Handa <handa@m17n.org>
17433
17434 * international/mule-cmds.el (select-safe-coding-system):
17435 Don't check consistency with coding: spec, etc if raw-text or
17436 no-conversion was found to be safe.
17437
17438 2005-04-24 Richard M. Stallman <rms@gnu.org>
17439
17440 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
17441 citation markers at start of each line.
17442
17443 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
17444 citation markers at start of each line.
17445
17446 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
17447
17448 * files.el (mode-require-final-newline): Fix previous change.
17449 (require-final-newline): Fix type label.
17450
17451 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
17452
17453 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
17454 statement in buffer (broken by 2004-11-24 change).
17455
17456 2005-04-24 Kim F. Storm <storm@cua.dk>
17457
17458 * ido.el (ido-everywhere): Save and restore old read-buffer-function
17459 and read-file-name-function values. Don't overwrite existing
17460 non-nil values if ido-mode is enabled without ido-everywhere.
17461
17462 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
17463
17464 * files.el (mode-require-final-newline): Minor doc fix.
17465
17466 2005-04-24 Eli Zaretskii <eliz@gnu.org>
17467
17468 * subr.el (syntax-after): Doc fix.
17469 (syntax-class): If argument is nil, return nil. Mask off upper 16
17470 bits, not 8 bits.
17471
17472 * files.el (mode-require-final-newline): Doc fix.
17473 (backup-buffer-copy): Fix last change.
17474
17475 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17476
17477 * term/mac-win.el: Require select. Set selection-coding-system to
17478 mac-system-coding-system. Call menu-bar-enable-clipboard.
17479 (x-last-selected-text-clipboard, x-last-selected-text-primary)
17480 (x-select-enable-clipboard): New variables.
17481 (x-select-text, x-get-selection, x-selection-value)
17482 (x-get-selection-value, mac-select-convert-to-string)
17483 (mac-services-open-file, mac-services-open-selection)
17484 (mac-services-insert-text): New functions.
17485 (CLIPBOARD, FIND): Put mac-scrap-name property.
17486 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
17487 (public.tiff): Put mac-ostype property.
17488 (selection-converter-alist): Add entries for them.
17489 (mac-application-menu-map): New keymap.
17490 (interprogram-cut-function, interprogram-paste-function): Set to
17491 x-select-text and x-get-selection-value, respectively.
17492 (split-window-keep-point): Set to t.
17493
17494 2005-04-23 Richard M. Stallman <rms@gnu.org>
17495
17496 * files.el (read-directory-name): Always pass non-nil
17497 DEFAULT-FILENAME arg to read-file-name.
17498 (backup-buffer-copy, basic-save-buffer-2): Take care against
17499 writing thru an unexpected existing symlink.
17500 (revert-buffer): In indirect buffer, revert the base buffer.
17501 (magic-mode-alist): Doc fix.
17502 (buffer-stale-function): Doc fix.
17503 (minibuffer-with-setup-hook): Avoid warning.
17504 (mode-require-final-newline): Doc and custom fix.
17505
17506 * follow.el (follow-end-of-buffer): Use with-no-warnings.
17507
17508 * font-lock.el (font-lock-comment-face): On terminals with few colors,
17509 use the default appearance.
17510 (font-lock-comment-delimiter-face): New face, new variable.
17511
17512 * imenu.el (imenu--generic-function): The official position of a
17513 definition is the start of the line that BEG is in.
17514
17515 * midnight.el (midnight-timer): Move defvar up.
17516
17517 * mouse.el (mouse-drag-region-1): Delete some debugging code.
17518
17519 * saveplace.el (save-place-to-alist): Use with-no-warnings.
17520
17521 * startup.el (command-line): Use with-no-warnings.
17522
17523 * window.el (window-size-fixed): New defvar.
17524
17525 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
17526
17527 * mail/rmail.el (rmail-font-lock-keywords):
17528 Use font-lock-comment-delimiter-face.
17529
17530 * mail/sendmail.el (mail-font-lock-keywords):
17531 Use font-lock-comment-delimiter-face.
17532
17533 * progmodes/compile.el (next-error-highlight-timer): New defvar.
17534
17535 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
17536
17537 * progmodes/compile.el (compilation-mode-font-lock-keywords):
17538 Specify t for LAXMATCH when matching directories.
17539 Save match data around compilation-compat-error-properties form.
17540
17541 2005-04-23 David Kastrup <dak@gnu.org>
17542
17543 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
17544 Mention that the autoloaded aliases should be kept for AUCTeX.
17545
17546 2005-04-23 Andreas Schwab <schwab@suse.de>
17547
17548 * isearch.el (isearch-forward): Doc fix.
17549
17550 2005-04-23 Eli Zaretskii <eliz@gnu.org>
17551
17552 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
17553 (jit-lock-stealth-nice): Change default value to 0.5.
17554
17555 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
17556
17557 * abbrev.el (write-abbrev-file): Write table entries in
17558 alphabetical order by table name.
17559
17560 2005-04-22 Kim F. Storm <storm@cua.dk>
17561
17562 * ido.el (ido-read-internal): Fix `list' completion.
17563
17564 2005-04-22 Kenichi Handa <handa@m17n.org>
17565
17566 * recentf.el (recentf-save-file-coding-system): New variable.
17567 (recentf-save-list): Encode the file by
17568 recentf-save-file-coding-system and add coding: tag.
17569
17570 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
17571
17572 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
17573
17574 2005-04-21 Lute Kamstra <lute@gnu.org>
17575
17576 * loadhist.el (unload-feature): Don't remove a function from hooks
17577 if it is about to be restored to an autoload . Remove functions
17578 that will become unbound from auto-mode-alist. Simplify the code.
17579
17580 * subr.el (assq-delete-all): New implementation that is linear,
17581 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
17582 (rassq-delete-all): New function.
17583
17584 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
17585 Add size-indication-mode.
17586
17587 2005-04-21 Kenichi Handa <handa@m17n.org>
17588
17589 * international/mule-cmds.el: Add autoload for widget-value in
17590 eval-when-compile.
17591
17592 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
17593
17594 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
17595 Add tooltip-mode.
17596
17597 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
17598
17599 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
17600
17601 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
17602 (inferior-lisp-filter-regexp, inferior-lisp-program)
17603 (inferior-lisp-load-command, inferior-lisp-prompt)
17604 (inferior-lisp-mode-hook, lisp-source-modes)
17605 (inferior-lisp-load-hook): defvar->defcustom.
17606 (inferior-lisp-program, inferior-lisp-prompt)
17607 (inferior-lisp-load-hook): Doc fixes.
17608 (inferior-lisp-install-letter-bindings): Small change in
17609 introductory comment.
17610
17611 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
17612
17613 * vc.el (vc-annotate-color-map): Change some colors so that text
17614 using them as foreground is readable on both white and black
17615 backgrounds.
17616
17617 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
17618
17619 * international/mule-conf.el (translation-table-for-input):
17620 Remove redundant declaration.
17621
17622 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
17623
17624 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
17625
17626 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
17627 (tooltip-toggle-gud-tips): New function.
17628
17629 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17630
17631 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
17632 right angle brackets.
17633
17634 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
17635
17636 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
17637
17638 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
17639
17640 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
17641 Remove. Update callers to use expand-file-name instead.
17642
17643 * subr.el (syntax-class): New function.
17644
17645 * simple.el (blink-matching-open): Use it.
17646
17647 * paren.el (show-paren-function): Use it to recognize parens that are
17648 also used in 2-char comment markers.
17649
17650 2005-04-19 Lute Kamstra <lute@gnu.org>
17651
17652 * loadhist.el (unload-feature): Update for new format of
17653 load-history. Simplify the code.
17654
17655 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17656
17657 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
17658 (mac-add-charset-info): New function. Initialize variable
17659 mac-charset-info-alist using it.
17660 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
17661 for translation.
17662 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
17663 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
17664 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
17665 New CCL programs.
17666
17667 2005-04-19 Kim F. Storm <storm@cua.dk>
17668
17669 * simple.el (next-buffer, prev-buffer, next-error)
17670 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
17671 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
17672
17673 * bindings.el (next-buffer, prev-buffer, next-error)
17674 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
17675 (clone-indirect-buffer-other-window): Move bindings from simple.el.
17676 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
17677 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
17678
17679 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
17680
17681 * isearch.el (isearch-edit-string): Make the search-ring available for
17682 minibuffer history commands.
17683 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
17684 the default history commands now work just as well.
17685 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
17686
17687 2005-04-18 Kim F. Storm <storm@cua.dk>
17688
17689 * emulation/cua-base.el (cua--pre-command-handler): Add more
17690 elaborate check for shift modifier on non-window systems.
17691
17692 2005-04-18 Lars Hansen <larsh@math.ku.dk>
17693
17694 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
17695
17696 2005-04-18 Kim F. Storm <storm@cua.dk>
17697
17698 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
17699 and make it optional. Don't test tooltip-gud-echo-area here.
17700 (tooltip-gud-process-output, gdb-tooltip-print):
17701 Pass tooltip-gud-echo-area to tooltip-show.
17702 (tooltip-help-tips): Remove second optional arg to tooltip-show.
17703
17704 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17705
17706 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
17707 `display-graphic-p' may not be bound yet.
17708
17709 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
17710
17711 * startup.el (command-line): No longer enable Xterm Mouse mode by
17712 default in terminals compatible with xterm.
17713
17714 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
17715
17716 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
17717
17718 * tooltip.el (tooltip-gud-echo-area): Rename from
17719 tooltip-use-echo-area.
17720 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
17721 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
17722 area independently of where help tooltips are displayed.
17723
17724 2005-04-17 David Kastrup <dak@gnu.org>
17725
17726 * cus-theme.el (custom-theme-write-variables): Quote variables
17727 where necessary.
17728
17729 2005-04-17 Richard M. Stallman <rms@gnu.org>
17730
17731 * simple.el (yank-excluded-properties): Add follow-link to value.
17732
17733 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
17734
17735 * startup.el (fancy-splash-max-time): Just 30 seconds.
17736 (fancy-splash-delay): Just 7.
17737 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
17738
17739 * loadhist.el (unload-feature): Update for new format of load-history.
17740 Simplify the code.
17741
17742 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
17743 (rmail-font-lock-keywords): Don't fontify the text of a citation.
17744
17745 * mail/sendmail.el (mail-font-lock-keywords):
17746 Don't fontify subject text.
17747 Don't fontify the text of a citation.
17748
17749 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
17750
17751 * comint.el (comint-output-filter): Run comint-output-filter-functions
17752 with point where the user had it.
17753
17754 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
17755
17756 * international/ucs-tables.el (ucs-set-table-for-input):
17757 Disable when using unify-on-decoding.
17758
17759 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
17760
17761 * emulation/cua-base.el (cua-global-mark-face): Add special case
17762 for displays supporting a high number of colors.
17763
17764 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
17765
17766 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
17767
17768 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
17769
17770 * filesets.el (filesets-add-buffer): If user supplies a name of a
17771 non-existing fileset, create a new fileset.
17772
17773 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
17774
17775 * textmodes/org.el (org-up-heading-all): Fix bug with
17776 `outline-up-heading-all'.
17777
17778 2005-04-16 Andreas Schwab <schwab@suse.de>
17779
17780 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
17781 /etc/permissions.d/* and /etc/aliases.d/*.
17782
17783 2005-04-16 Kenichi Handa <handa@m17n.org>
17784
17785 * international/code-pages.el (cp-make-coding-system):
17786 Set `translation-table-for-input' property value to the symbol
17787 ucs-mule-to-mule-unicode, not to that value.
17788 (pt154): Escape guillemet by `\'.
17789
17790 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
17791
17792 * loadup.el: Load tooltip if x-show-tip is fboundp.
17793
17794 * startup.el (command-line): Add comment.
17795
17796 * tooltip.el (tooltip-mode): Specify correct standard value for
17797 Custom in init-value.
17798
17799 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
17800
17801 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
17802 possible.
17803
17804 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
17805
17806 * textmodes/org.el (org-agenda-date-prompt): Rename from
17807 `org-agenda-date-today'.
17808 (org-evaluate-time-range): Insert at point instead of directly
17809 after time range.
17810 (org-first-headline-recenter, org-subtree-end-visible-p)
17811 (org-optimize-window-after-visibility-change): New functions
17812 (org-agenda-post-command-hook): Don't allow point at end of line,
17813 to make sure it always hits the text properties.
17814 (org-agenda-next-date-line, org-agenda-previous-date-line):
17815 New commands.
17816 (org-set-regexps-and-options): Category may contain white space.
17817 (org-agenda-get-deadlines, org-agenda-get-scheduled):
17818 Improve marker positions.
17819 (org-agenda-new-marker): Argument POS made optional.
17820 (org-agenda-get-timestamps): Deadlines which are done are listed
17821 in org-done-face now.
17822 (org-agenda-get-todos, org-agenda-get-timestamps)
17823 (org-agenda-get-deadlines, org-agenda-get-scheduled):
17824 Set `undone-face' and `done-face' properties.
17825 (org-last-todo-state-is-todo): New variable.
17826 (org-todo): Set `org-last-todo-state-is-todo'.
17827 (org-agenda-todo): Change face according to
17828 `org-last-todo-state-is-todo'. And change other lines referring to
17829 the same entry.
17830 (org-calendar-goto-agenda): New command.
17831 (org-calendar-to-agenda-key): New option.
17832 (org-startup-folded): New allowed value `content'.
17833 (org-set-regexps-and-options): Accept new value `content' for
17834 `org-startup-folded'.
17835 (org-get-current-options): Handle new value `content' for
17836 `org-startup-folded'.
17837 (org-insert-todo-heading): New command.
17838 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
17839 interactively in empty file and option
17840 `org-insert-mode-line-in-empty-file' has been set.
17841 (org-agenda-todo, org-agenda-priority): Modify to use
17842 `org-agenda-change-all-lines'.
17843 (org-warning-face): Change color on dark background
17844
17845 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17846
17847 * international/mule-cmds.el (set-locale-environment): On Mac OS,
17848 use preferences AppleLocale and AppleLanguages, and variable
17849 mac-system-locale for default locale. On Mac OS Classic, use
17850 mac-system-coding-system for default coding systems.
17851
17852 * term/mac-win.el: Don't set file-name-coding-system.
17853 Decode variables system-name, emacs-build-system, user-login-name, and
17854 user-full-name by mac-system-coding-system on Mac OS Classic.
17855 (mac-system-coding-system): New variable.
17856
17857 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
17858
17859 * startup.el (command-line): Handle `xterm-mouse-mode' before
17860 reading init file.
17861
17862 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
17863
17864 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
17865
17866 * progmodes/sh-script.el (sh-here-document-word): Make it a
17867 defcustom. Doc fix.
17868 (sh-add): Bash uses $(( )) for arithmetic.
17869 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
17870 (sh-maybe-here-document): Remove quotes and leading whitespace
17871 from heredoc word when closing. Indent heredoc with tabs if word
17872 starts with "-".
17873
17874 2005-04-13 Richard M. Stallman <rms@gnu.org>
17875
17876 * simple.el (undo): Fix previous change.
17877
17878 * custom.el (defface): Doc fix.
17879
17880 2005-04-13 Lute Kamstra <lute@gnu.org>
17881
17882 * Makefile.in (DONTCOMPILE): Remove list.
17883 (compile, compile-always): Don't use DONTCOMPILE.
17884 (update-authors): Load the library in which batch-update-authors
17885 is defined.
17886 * makefile.w32-in (DONTCOMPILE): Remove list.
17887 (compile, compile-always): Fix comments.
17888 (update-authors): Load the library in which batch-update-authors
17889 is defined.
17890
17891 * generic-x.el (generic-mode-ini-file-find-file-hook):
17892 Rename to ini-generic-mode-find-file-hook.
17893 Keep generic-mode-ini-file-find-file-hook as an alias.
17894 (ini-generic-mode-find-file-hook): Rename from
17895 generic-mode-ini-file-find-file-hook. Fix docstring.
17896 (ini-generic-mode): Docstring change.
17897 (bat-generic-mode-run-as-comint): Silence the byte compiler.
17898
17899 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
17900 called from lisp.
17901
17902 * generic.el: Move to the emacs-lisp subdir.
17903
17904 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
17905
17906 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
17907 and C-S- function and cursor motion keys.
17908
17909 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
17910
17911 * startup.el (command-line): Enable Xterm Mouse mode by default.
17912 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
17913 for Custom. No longer show "Mouse" in mode line when enabled.
17914 Doc fix.
17915
17916 2005-04-12 Kim F. Storm <storm@cua.dk>
17917
17918 * emulation/cua-base.el (cua-rectangle-face)
17919 (cua-rectangle-noselect-face): Define face attributes here.
17920
17921 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
17922
17923 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17924
17925 * startup.el (command-line): Turn off blinking cursor if
17926 cursorBlink in resources is off or false.
17927
17928 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17929
17930 * term/mac-win.el (dnd): Require dnd.
17931 (mac-drag-n-drop): Call dnd-handle-one-url.
17932 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
17933 (kTextEncodingISOLatin2): Remove constants.
17934 (mac-script-code-coding-systems): New constant.
17935 (mac-handle-language-change): New function.
17936 (special-event-map): Bind it to `language-change' event.
17937 (mac-centraleurroman, mac-cyrillic): New coding systems.
17938 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
17939 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
17940 and mac-cyrillic-encoder to encode-mac-centraleurroman and
17941 encode-mac-cyrillic, respectively.
17942
17943 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
17944
17945 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
17946 Don't set overlay-arrow-string to "=>" as this is done
17947 globally in C now.
17948
17949 2005-04-12 Lute Kamstra <lute@gnu.org>
17950
17951 * generic-x.el (rc-generic-mode, rul-generic-mode):
17952 Fix auto-mode-alist entries.
17953 (etc-fstab-generic-mode): Tweak fontification.
17954
17955 * generic.el (generic-make-keywords-list): Fix docstring.
17956 (generic-mode-internal): Simplify generic-font-lock-keywords.
17957
17958 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
17959
17960 * whitespace.el (whitespace-buffer-leading)
17961 (whitespace-buffer-trailing): Revert the incorrect test inversion.
17962 However, fix the highlight area for the leading and
17963 trailing whitespaces to show space.
17964
17965 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
17966
17967 * whitespace.el (whitespace-version): Bump to 3.5
17968
17969 (whitespace-buffer-leading, whitespace-buffer-trailing):
17970 Invert sense of the test to highlight the whitespace.
17971
17972 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
17973
17974 * progmodes/gud.el (gud-display-line): GUD uses its own
17975 overlay arrow now so don't set overlay-arrow-string.
17976 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
17977
17978 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
17979
17980 * term.el (term-ansi-current-bold, term-ansi-current-underline)
17981 (term-ansi-current-reverse, term-ansi-current-invisible)
17982 (term-ansi-face-already-done): Change to boolean.
17983 (term-reset-terminal, term-handle-colors-array): Handle the above
17984 vars accordingly.
17985 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
17986 (term-emulate-terminal): Use the new name.
17987
17988 * faces.el (secondary-selection): Use yellow1, not yellow.
17989 (trailing-whitespace): Use red1, not red.
17990
17991 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17992
17993 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
17994 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
17995 (dired-dnd-handle-file): Call dnd-get-local-file-uri
17996
17997 * cus-edit.el (dnd): New group.
17998
17999 * term/w32-win.el (dnd): Require dnd
18000 (w32-drag-n-drop): Call dnd-handle-one-url.
18001
18002 * x-dnd.el: Require dnd.
18003 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
18004 Call dnd-handle-one-url.
18005 (x-dnd-types-alist, x-dnd-insert-utf8-text)
18006 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
18007 to dnd-insert-text.
18008 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
18009 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
18010 (x-dnd-get-local-file-name, x-dnd-open-local-file)
18011 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
18012
18013 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
18014
18015 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
18016
18017 * wdired.el: Doc fixes.
18018 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
18019 (wdired-use-dired-vertical-movement): Rename from
18020 wdired-always-move-to-filename-beginning.
18021 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
18022 (wdired-change-to-wdired-mode): Change mode name.
18023 (wdired-newline): Delete.
18024
18025 2005-04-11 Richard M. Stallman <rms@gnu.org>
18026
18027 * whitespace.el (whitespace-highlight-the-space):
18028 Don't call whitespace-unhighlight-the-space here.
18029
18030 * simple.el (undo): Record t in undo-equiv-table
18031 for the redo record made by an undo-in-region.
18032
18033 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
18034
18035 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
18036 (gdb-frame-inferior-io-buffer): New Functions to control
18037 display of separate IO buffer.
18038 (menu): Add them to menu-bar.
18039 (gdb-display-buffer): Check for buffer another frame.
18040 Protect GUD buffer.
18041 (gdb-setup-windows): Create IO buffer if not already there.
18042 (gdb-memory-mode): Remove purecopy noops.
18043
18044 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
18045
18046 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
18047 and pass to self-insert-command.
18048
18049 2005-04-11 Lute Kamstra <lute@gnu.org>
18050
18051 * generic.el: Commentary section cleanup.
18052 (generic): Delete.
18053 (generic-use-find-file-hook, generic-lines-to-scan)
18054 (generic-find-file-regexp, generic-ignore-files-regexp)
18055 (default-generic-mode, generic-mode-find-file-hook)
18056 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
18057 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
18058 (generic-use-find-file-hook, generic-lines-to-scan)
18059 (generic-find-file-regexp, generic-ignore-files-regexp)
18060 (default-generic-mode, generic-mode-find-file-hook)
18061 (generic-mode-ini-file-find-file-hook): Move from generic.el.
18062
18063 2005-04-10 Karl Fogel <kfogel@red-bean.com>
18064
18065 * bookmark.el (bookmark-write-file): Catch errors writing file.
18066 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
18067
18068 2005-04-10 Richard M. Stallman <rms@gnu.org>
18069
18070 * startup.el (fancy-splash-tail): Update copyright year.
18071 (command-line): Split part of -Q into -D.
18072 (emacs-basic-display): New defvar.
18073 (fancy-splash-text): Correct name of menu item.
18074
18075 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
18076
18077 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
18078 lines in one node.
18079
18080 * comint.el (comint-send-input): New arg ARTIFICIAL.
18081 Callers in this file changed.
18082
18083 * abbrev.el (define-abbrevs): Read system abbrevs properly.
18084
18085 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
18086
18087 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
18088
18089 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
18090 `ldap-search-internal'.
18091
18092 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
18093
18094 * files.el (set-auto-mode-1): Use line-end-position.
18095
18096 * international/latin-1.el:
18097 * international/latin-2.el:
18098 * international/latin-3.el:
18099 * international/latin-4.el:
18100 * international/latin-5.el:
18101 * international/latin-8.el:
18102 * international/latin-9.el: Give punctuation syntax to NBSP.
18103
18104 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
18105 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
18106 Use char-classes to accept non-ascii letters, accepted in some recent
18107 bibtex implementations.
18108
18109 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
18110
18111 * custom.el (custom-set-minor-mode): Any non-nil value for the
18112 variable should enable the mode when set through Custom.
18113
18114 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
18115
18116 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
18117 TAB binding so tab-always-indent is obeyed.
18118 (vhdl-minibuffer-local-map): Move initialization into declaration.
18119 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
18120 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
18121 (vhdl-hooked-abbrev): Avoid test for XEmacs.
18122 (vhdl-current-line): Use line-beginning-position.
18123 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
18124 with-output-to-temp-buffer, so the current position can be recorded.
18125
18126 2005-04-10 Masatake YAMATO <jet@gyve.org>
18127
18128 * progmodes/compile.el (compilation-error-regexp-alist-alist):
18129 Add regexp for gcov.
18130
18131 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
18132
18133 * calendar/time-date.el (time-to-seconds, seconds-to-time)
18134 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
18135 syntax which Emacs 20 doesn't support.
18136
18137 2005-04-09 Richard M. Stallman <rms@gnu.org>
18138
18139 * help.el (describe-key-briefly, describe-key):
18140 Replace strings as event types with "(any string)".
18141
18142 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
18143
18144 * arc-mode.el (archive-mode-map): Move initialization into
18145 the declaration. Override *all* bindings of `undo'.
18146 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
18147
18148 2005-04-09 Jay Belanger <belanger@truman.edu>
18149
18150 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
18151
18152 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
18153
18154 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
18155 (xterm-register-default-colors): Update color values computation
18156 to match xterm-200.
18157
18158 2005-04-09 Kenichi Handa <handa@m17n.org>
18159
18160 * international/code-pages.el (iso-latin-7): Fix the map.
18161
18162 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
18163
18164 * emacs-lisp/lisp.el (defun-prompt-regexp)
18165 (parens-require-spaces, buffer-end, end-of-defun)
18166 (insert-parentheses): Doc fixes.
18167
18168 2005-04-08 Kim F. Storm <storm@cua.dk>
18169
18170 * comint.el (comint-highlight-prompt): Fix face spec.
18171 * hi-lock.el (hi-green): Likewise.
18172
18173 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
18174
18175 * cus-edit.el (custom-modified-face):
18176 * comint.el (comint-highlight-input): Fix previous changes.
18177 * term.el (term-handle-ansi-escape): Add a comment.
18178
18179 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
18180
18181 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
18182 in the buffer and in whitespace-highlighted-space.
18183 (whitespace-unhighlight-the-space): Simplify.
18184 (whitespace-buffer): Simplify.
18185
18186 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
18187
18188 * textmodes/table.el (table-cell-face): Add special case for
18189 displays supporting a high number of colors.
18190 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
18191 (vhdl-font-lock-reserved-words-face)
18192 (vhdl-speedbar-architecture-face)
18193 (vhdl-speedbar-instantiation-face)
18194 (vhdl-speedbar-architecture-selected-face)
18195 (vhdl-speedbar-instantiation-selected-face): Likewise.
18196 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
18197 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
18198 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
18199 (ebrowse-root-class-face, ebrowse-member-attribute-face)
18200 (ebrowse-progress-face): Likewise.
18201 * progmodes/compile.el (compilation-info-face): Likewise.
18202 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
18203 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
18204 * calendar/calendar.el (diary-face): Likewise.
18205 * woman.el (woman-italic-face, woman-bold-face)
18206 (woman-unknown-face): Likewise.
18207 * wid-edit.el (widget-button-pressed-face): Likewise.
18208 * whitespace.el (whitespace-highlight-face): Likewise.
18209 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
18210 * pcvs-info.el (cvs-marked-face): Likewise.
18211 * info.el (info-xref): Likewise.
18212 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
18213 * hilit-chg.el (highlight-changes-face)
18214 (highlight-changes-delete-face): Likewise.
18215 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
18216 (hi-red-b): Likewise.
18217 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
18218 * font-lock.el (font-lock-keyword-face)
18219 (font-lock-function-name-face, font-lock-warning-face): Likewise.
18220 * cus-edit.el (custom-invalid-face, custom-modified-face)
18221 (custom-set-face, custom-changed-face, custom-variable-tag-face)
18222 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
18223 * comint.el (comint-highlight-prompt): Likewise.
18224
18225 2005-04-08 Lute Kamstra <lute@gnu.org>
18226
18227 * font-lock.el (font-lock-keywords): Docstring fixes.
18228
18229 2005-04-08 Kenichi Handa <handa@m17n.org>
18230
18231 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
18232 chars are more than a limit, print " and more..." at the tail.
18233
18234 2005-04-08 Kim F. Storm <storm@cua.dk>
18235
18236 * emacs-lisp/authors.el (authors-aliases): Update list.
18237 (authors-ignored-files): New list.
18238 (authors-fixed-entries): Fix typo.
18239 (authors-renamed-files-alist): Update list.
18240 (authors-add): Check authors-ignored-files.
18241
18242 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
18243
18244 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
18245 optional, to ensure backward compatibility.
18246
18247 2005-04-08 Stephen Eglen <stephen@gnu.org>
18248
18249 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
18250
18251 2005-04-08 Kim F. Storm <storm@cua.dk>
18252
18253 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
18254
18255 * mouse.el (mouse-on-link-p): Doc fix.
18256
18257 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
18258
18259 * ielm.el (ielm-prompt-read-only): Doc fix.
18260
18261 * comint.el (comint-prompt-read-only): Doc fix.
18262
18263 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
18264
18265 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
18266 ensure dired always handles wildcards passed to ffap.
18267 (find-file-at-point): Use it.
18268 (ffap-dired-wildcards): Doc fix.
18269
18270 2005-04-07 Juri Linkov <juri@jurta.org>
18271
18272 * simple.el (next-error-overlay-arrow-position): New defvar.
18273 Put "=>" on its property `overlay-arrow-string'. Add it to
18274 `overlay-arrow-variable-list'.
18275
18276 * progmodes/compile.el (compilation-setup):
18277 Set `next-error-overlay-arrow-position' to nil. Also set it to
18278 nil in the local hook `kill-buffer-hook'. Make local variable
18279 `overlay-arrow-string' and set it to "=>".
18280 (compilation-goto-locus): Set BOL position to
18281 `next-error-overlay-arrow-position' instead of
18282 `overlay-arrow-position'.
18283
18284 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
18285 locally instead of adding it to the global hook.
18286 (Info-kill-buffer): Move up.
18287
18288 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
18289
18290 * term/xterm.el (xterm-standard-colors): Update color values from
18291 xterm-200.
18292
18293 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
18294
18295 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
18296
18297 * fast-lock.el:
18298 * lazy-lock.el: Move them to the obsolete subdir.
18299
18300 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
18301
18302 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
18303 (wdired-add-replace-advice): Remove.
18304 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
18305
18306 2005-04-06 Kim F. Storm <storm@cua.dk>
18307
18308 * startup.el (command-line): Add --bare-bones alias for -Q.
18309
18310 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18311
18312 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
18313 create the startup fontset if a font specification ends with
18314 `mac-roman'.
18315
18316 2005-04-06 Lute Kamstra <lute@gnu.org>
18317
18318 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
18319 change.
18320
18321 * emacs-lisp/copyright.el (copyright-update-year): Replace the
18322 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
18323
18324 2005-04-05 Lute Kamstra <lute@gnu.org>
18325
18326 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
18327 (define-generic-mode): Ditto. Fix debug declaration.
18328
18329 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
18330 Put them in the generic-x group.
18331
18332 * calendar/timeclock.el (timeclock): Doc fix.
18333
18334 * generic.el (define-generic-mode): Don't use custom-current-group.
18335 Document default :group value.
18336 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
18337 (define-global-minor-mode): Don't use custom-current-group.
18338
18339 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
18340
18341 * startup.el (command-line-1): Display startup-echo-area-message
18342 when fancy splash screen is in use.
18343
18344 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
18345 (sh-escaped-newline): New face.
18346 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
18347 newline, and use sh-escaped-newline face.
18348
18349 * progmodes/tcl.el (tcl-escaped-newline): New face.
18350 (tcl-builtin-list): New variable.
18351 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
18352 newlines. Fix keywords subexpression number.
18353
18354 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
18355
18356 * textmodes/org.el (org-diary-default-entry): Fix call to
18357 `add-to-diary-entry'.
18358
18359 2005-04-05 Kim F. Storm <storm@cua.dk>
18360
18361 * ediff-init.el: Use (featurep 'xemacs).
18362
18363 2005-04-05 David Ponce <david@dponce.com>
18364
18365 * cus-edit.el (face): Derive from symbol widget. Display sample
18366 of the current face on the fly.
18367 (widget-face-sample-face-get, widget-face-notify): New functions.
18368 (widget-face-value-create): Remove.
18369
18370 * wid-edit.el (widget-field-end): Temporarily remove field
18371 narrowing before to call `get-char-property'.
18372
18373 2005-04-04 Jay Belanger <belanger@truman.edu>
18374
18375 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
18376 (math-read-subscripts): New variable.
18377 (math-read-preprocess-string): Process subscripts.
18378
18379 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
18380
18381 * comint.el (comint-prompt-read-only): Doc fix.
18382
18383 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
18384 `-1'. Doc fix.
18385
18386 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
18387
18388 * textmodes/org.el (org-insert-mode-line-in-empty-file):
18389 Change default value to nil.
18390
18391 2005-04-04 Lute Kamstra <lute@gnu.org>
18392
18393 * autorevert.el (auto-revert-mode): Specify :group.
18394 * battery.el (display-battery-mode): Specify :group.
18395 * diff-mode.el (diff-minor-mode): Specify :group.
18396 * font-core.el (font-lock-mode): Specify :group.
18397 * hl-line.el (hl-line-mode): Specify :group.
18398 * iimage.el (iimage): New customization group.
18399 (iimage-mode): Specify :group.
18400 * longlines.el (longlines-mode): Specify :group.
18401 * master.el: Don't require easy-mmode.
18402 (master): New customization group.
18403 (master-mode): Specify :group.
18404 * msb.el (msb-mode): Specify :group.
18405 * reveal.el (reveal-mode): Specify :group.
18406 * simple.el (next-error-follow-minor-mode): Specify :group.
18407 * smerge-mode.el (smerge-mode): Specify :group.
18408 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
18409 * emulation/cua-base.el (cua-mode): Specify :group.
18410 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
18411 * language/thai-util.el (thai-auto-composition-mode)
18412 (thai-word-mode): Specify :group.
18413 * mail/supercite.el (sc-minor-mode): Specify :group.
18414 * progmodes/cwarn.el (cwarn-mode): Specify :group.
18415 * progmodes/flymake.el (flymake-mode): Specify :group.
18416 * progmodes/glasses.el (glasses-mode): Specify :group.
18417 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
18418 * textmodes/enriched.el (enriched-mode): Specify :group.
18419 * textmodes/refill.el (refill-mode): Specify :group.
18420
18421 * add-log.el (change-log-font-lock-keywords): Names in
18422 parenthesized lists can contain spaces.
18423
18424 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
18425
18426 * startup.el (fancy-splash-text): Shorten default text of
18427 "Emacs Tutorial" line. Also, if the current language env
18428 indicates an available tutorial file other than TUTORIAL,
18429 extract its title and append it to the line in parentheses.
18430 (fancy-splash-insert): If arg is a thunk, funcall it.
18431
18432 2005-04-04 Jay Belanger <belanger@truman.edu>
18433
18434 * calc.el (calc-language-alist): Add tags to customization type.
18435
18436 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
18437
18438 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
18439 Doc fix.
18440
18441 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
18442
18443 * add-log.el (change-log-font-lock-keywords): The manual
18444 describing a Change Log entry, says: (...) "Aside from these
18445 header lines, every line in the change log starts with a space or
18446 a tab.". The font-lock was not highlighting lines started with
18447 spaces, added support for it.
18448
18449 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18450
18451 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
18452 (bibtex-generate-url-list): Update docstring accordingly. Put the
18453 complex example in the docstring.
18454 (bibtex-font-lock-url): Use pop.
18455
18456 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
18457
18458 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
18459
18460 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
18461
18462 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
18463
18464 * filesets.el (filesets-set-default): Doc fix.
18465
18466 2005-04-03 Lute Kamstra <lute@gnu.org>
18467
18468 * generic.el (define-generic-mode): Add argument to specify
18469 keywords for defcustom.
18470 (default-generic-mode): Specify :group.
18471
18472 * generic-x.el: Specify :group for all generic modes.
18473
18474 * desktop.el (desktop-no-desktop-file-hook)
18475 (desktop-after-read-hook): Doc fix.
18476
18477 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
18478
18479 * simple.el (visible-mode): Use explicit :group keyword.
18480 This changes the group of `visible-mode-hook' from paren-blinking
18481 to editing-basics.
18482
18483 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
18484
18485 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
18486 mailbox specifications as well as URLs.
18487 (rmail-insert-inbox-text): Remove unused conditional branches.
18488
18489 2005-04-01 Jay Belanger <belanger@truman.edu>
18490
18491 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
18492 (calc-gnuplot-print-command): Move definitions to calc.el.
18493
18494 * calc/calc-embed.el (calc-embedded-announce-formula)
18495 (calc-embedded-open-formula, calc-embedded-close-formula)
18496 (calc-embedded-open-word, calc-embedded-close-word)
18497 (calc-embedded-open-plain, calc-embedded-close-plain)
18498 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
18499 (calc-embedded-open-mode, calc-embedded-close-mode):
18500 Move definitions to calc.el.
18501
18502 * calc/calc.el (calc-settings-file, calc-language-alist):
18503 Make customizable.
18504 (calc-embedded-announce-formula, calc-embedded-open-formula)
18505 (calc-embedded-close-formula, calc-embedded-open-word)
18506 (calc-embedded-close-word, calc-embedded-open-plain)
18507 (calc-embedded-close-plain, calc-embedded-open-new-formula)
18508 (calc-embedded-close-new-formula, calc-embedded-open-mode)
18509 (calc-embedded-close-mode, calc-gnuplot-name)
18510 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
18511 from other files and make customizable.
18512
18513 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
18514
18515 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
18516 Use buffer-live-p.
18517 (cvs-mode-run): Don't call cvs-update-header here.
18518 (cvs-run-process): Call cvs-update-header.
18519 Use process properties for cvs-postprocess and cvs-buffer so that
18520 the sentinel can behave better if the temp buffer is killed.
18521 Use a pipe rather than a tty, to better handle unexpected prompts.
18522 (cvs-sentinel): Rewrite. Call cvs-update-header.
18523
18524 2005-04-01 Andre Spiegel <spiegel@gnu.org>
18525
18526 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
18527 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
18528
18529 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
18530
18531 * generic.el (define-generic-mode): Add indentation rule.
18532
18533 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
18534
18535 * files.el (mode-require-final-newline): Make Custom correctly
18536 report a nil value and allow to set it to nil via Custom.
18537 Doc fix.
18538
18539 2005-04-01 Kenichi Handa <handa@m17n.org>
18540
18541 * international/characters.el: Enable the correct case setting for
18542 dotless-i and dotted-I.
18543
18544 2005-04-01 Kim F. Storm <storm@cua.dk>
18545
18546 * ido.el (ido-file-internal): Fall back to non-ido command if
18547 initial directory is on slow ftp (or tramp) host.
18548
18549 2005-03-31 Richard M. Stallman <rms@gnu.org>
18550
18551 * emacs-lisp/autoload.el (make-autoload):
18552 Handle define-global-minor-mode.
18553
18554 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
18555 Rename from easy-mmode-define-global-mode.
18556 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
18557
18558 * progmodes/scheme.el (scheme-mode-syntax-table):
18559 Update syntax of | and # for two-character comment syntax.
18560
18561 2005-03-31 Lute Kamstra <lute@gnu.org>
18562
18563 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
18564 (define-minor-mode): Call custom-current-group at load-time.
18565
18566 * generic.el (define-generic-mode): Add debug declaration.
18567 Add defcustom for the mode hook.
18568 (generic-mode-internal): Use run-mode-hooks.
18569
18570 2005-03-31 Kim F. Storm <storm@cua.dk>
18571
18572 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
18573 (mouse-fixup-help-message): New defun called by show_help_echo
18574 to fixup mouse-2 prefix in help messages when applicable.
18575
18576 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
18577
18578 2005-03-31 Kenichi Handa <handa@m17n.org>
18579
18580 * language/thai-word.el (thai-find-word-ends): Pay attention to
18581 the case that we reach the end of buffer.
18582
18583 * textmodes/fill.el (fill-text-properties-at): New function.
18584 (fill-newline): Use fill-text-properties-at instead of
18585 text-properties-at.
18586
18587 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
18588
18589 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
18590 not comint-quote-filename.
18591
18592 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
18593
18594 * help-fns.el (help-with-tutorial): Revert last change.
18595
18596 2005-03-31 Kim F. Storm <storm@cua.dk>
18597
18598 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
18599
18600 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
18601
18602 * calendar/cal-china.el: Update reference to "Calendrical
18603 Calculations" book; there's a new edition.
18604 * calendar/cal-coptic.el: Likewise.
18605 * calendar/cal-french.el: Likewise.
18606 * calendar/cal-hebrew.el: Likewise.
18607 * calendar/cal-islam.el: Likewise.
18608 * calendar/cal-iso.el: Likewise.
18609 * calendar/cal-julian.el: Likewise.
18610 * calendar/cal-mayan.el: Likewise.
18611 * calendar/cal-persia.el: Likewise.
18612 * calendar/calendar.el: Likewise.
18613 * calendar/holidays.el: Likewise.
18614 * calendar/lunar.el: Likewise.
18615 * calendar/solar.el: Likewise.
18616
18617 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
18618 white space from doc string.
18619
18620 2005-03-30 Jay Belanger <belanger@truman.edu>
18621
18622 * calc/calc-help.el (calc-full-help): Remove email address.
18623
18624 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
18625
18626 * help-fns.el (help-with-tutorial): Delete title line.
18627
18628 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
18629
18630 * calendar/cal-x.el (calendar-one-frame-setup)
18631 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
18632 rather than `symbol' for set-window-dedicated-p.
18633
18634 * calendar/appt.el (appt-buffer-name): Make it a constant.
18635 (appt-add): Doc fix.
18636
18637 * filesets.el (filesets-menu-path, filesets-menu-before)
18638 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
18639 (filesets-menu-cache-file): Use directory ~/.emacs.d.
18640 (filesets-add-submenu): Delete and use add-submenu instead.
18641
18642 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
18643
18644 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
18645 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
18646 (org-diary-default-entry): New function.
18647 (org-get-entries-from-diary): Better parsing of diary entries.
18648 (org-agenda-check-no-diary): New function.
18649 ("diary-lib"): Advice to function `add-to-diary-list', to allow
18650 linking to diary entries.
18651 (org-agenda-execute-calendar-command): New function.
18652 (org-agenda): Improve visible section in window.
18653 Use `org-fit-agenda-window'.
18654 (org-fit-agenda-window): New option.
18655 (org-move-subtree-down): Better handling of empty lines
18656 at end of subtree.
18657 (org-cycle): Numeric prefix is interpreted now as show-subtree N
18658 levels up.
18659 (org-fontify-done-headline): New option.
18660 (org-headline-done-face): New face.
18661 (org-set-font-lock-defaults): Use `org-headline-done-face'.
18662 (org-table-copy-down): Rename from `org-table-copy-from-above'.
18663 When current field is non-empty, it is copied to next row.
18664 (org-table-copy-from-above): Fix bug which made it
18665 impossible to copy fields containing only a single non-white character.
18666
18667 2005-03-30 Kim F. Storm <storm@cua.dk>
18668
18669 * kmacro.el (kmacro-end-macro): Isearch may store this command
18670 into the macro -- so ignore it when executing keyboard macro.
18671
18672 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
18673
18674 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
18675
18676 2005-03-29 Kenichi Handa <handa@m17n.org>
18677
18678 * language/thai.el ("Thai"): Set setup-function and exit-function
18679 for Thai language environment.
18680
18681 * language/thai-util.el: Require thai-word.
18682 (thai-word-mode-map): New variable.
18683 (thai-word-mode): New minor mode.
18684 (setup-thai-language-environment-internal): New function.
18685 (exit-thai-language-environment-internal): New function.
18686
18687 * language/thai-word.el (thai-word-table): Declare it by defvar,
18688 use dolist to initialize it.
18689 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
18690 (thai-fill-find-break-point): New functions.
18691
18692 2005-03-29 Richard M. Stallman <rms@gnu.org>
18693
18694 * simple.el (idle-update-delay): Move definition up.
18695 (set-mark): Doc fix.
18696
18697 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
18698
18699 * longlines.el: New file.
18700
18701 * simple.el (buffer-substring-filters): New variable.
18702 (filter-buffer-substring): New function.
18703 (kill-region, copy-region-as-kill): Use it.
18704
18705 * register.el (copy-to-register, append-to-register)
18706 (prepend-to-register): Use filter-buffer-substring.
18707
18708 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
18709
18710 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
18711 (gud-filter-pending-text): Move in front of gdb.
18712 (gud-overlay-arrow-position): New variable.
18713 (gud-sentinel, gud-display-line): Use it in place of
18714 overlay-arrow-position.
18715
18716 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
18717
18718 * progmodes/fortran.el (fortran-if-indent): Doc fix.
18719 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
18720 (fortran-font-lock-keywords-4): New variable.
18721 (fortran-blocks-re, fortran-end-block-re)
18722 (fortran-start-block-re): New constants, for hideshow.
18723 (hs-special-modes-alist): Add a Fortran entry.
18724 (fortran-mode-map): Bind fortran-end-of-block,
18725 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
18726 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
18727 (fortran-looking-at-if-then, fortran-end-of-block)
18728 (fortran-beginning-of-block): New functions, for hideshow.
18729
18730 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
18731 Doc fix. Tweak regexp.
18732 (f90-beginning-of-block): Push mark first.
18733
18734 2005-03-29 Jay Belanger <belanger@truman.edu>
18735
18736 * calc/calc.el: Update copyright date.
18737 (calc-version): Increase to 2.1.
18738 (calc-version-date): Remove.
18739
18740 * calc/calc-help.el: Update copyright date.
18741 (calc-full-help): Remove reference to calc-version-date.
18742 Update copyright date.
18743
18744 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
18745
18746 * vc.el (vc-do-command): Use a pipe for async processes, so password
18747 prompts don't show up at places where the user can't reply.
18748
18749 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
18750
18751 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
18752 on the file name we pass to the inferior shell.
18753
18754 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
18755
18756 * progmodes/which-func.el (which-function): Be robust in the face of an
18757 imenu--make-index-alist failure.
18758
18759 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
18760
18761 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
18762
18763 * progmodes/python.el (python-preoutput-filter): Fix last change.
18764
18765 2005-03-29 Lute Kamstra <lute@gnu.org>
18766
18767 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
18768 functions and compiled macros.
18769 (debug-convert-byte-code): Handle macros too.
18770 (debug-on-entry-1): Don't signal an error when trying to clear a
18771 function that is not set to debug on entry.
18772
18773 2005-03-29 Jay Belanger <belanger@truman.edu>
18774
18775 * calc/calc-lang.el: Add functions to math-function-table
18776 properties of tex and math.
18777
18778 2005-03-29 Kenichi Handa <handa@m17n.org>
18779
18780 * ps-mule.el (ps-mule-plot-string): Translate characters by
18781 ps-print-translation-table.
18782 (ps-mule-begin-job): Call find-charset-region/string with
18783 ps-print-translation-table.
18784 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
18785
18786 * ps-print.el (ps-print-translation-table): New variable.
18787 (ps-plot-region): Translate characters by ps-print-translation-table.
18788
18789 2005-03-29 Juri Linkov <juri@jurta.org>
18790
18791 * simple.el (next-error-highlight-timer): New variable.
18792
18793 * progmodes/compile.el (compilation-goto-locus):
18794 Use `next-error-highlight-timer' instead of `sit-for'.
18795
18796 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
18797
18798 * mail/supercite.el (sc-mail-field): Use assoc-string.
18799 (sc-get-address): Simplify regexps.
18800
18801 * files.el (minibuffer-with-setup-hook): New macro.
18802 (find-file-read-args): Use it to avoid let-binding
18803 minibuffer-with-setup-hook (which breaks turning on/off
18804 file-name-shadow-mode while in the prompt).
18805
18806 * complete.el (PC-read-include-file-name-internal):
18807 Use test-completion.
18808
18809 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
18810
18811 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
18812
18813 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
18814
18815 * window.el (window-buffer-height): Use count-screen-lines.
18816
18817 * progmodes/python.el (python-preoutput-leftover): New var.
18818 (python-preoutput-filter): Use it.
18819 (python-send-receive): Loop until all the result has been received.
18820
18821 2005-03-28 Juri Linkov <juri@jurta.org>
18822
18823 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
18824
18825 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
18826 "Recover Crashed Session".
18827 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
18828 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
18829 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
18830 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
18831 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
18832 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
18833 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
18834 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
18835
18836 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
18837 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
18838 Ediff Sessions", "Toggle use of separate control buffer frame",
18839 "Use separate frame for Ediff control buffer".
18840
18841 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
18842 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
18843 "Rename Bookmark", "Delete Bookmark".
18844
18845 * info.el (Info-mode-menu): Remove ellipsis from "Index".
18846 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
18847 Add `:active Info-index-alternatives' to "Next Matching Item".
18848
18849 * wdired.el (wdired-change-to-wdired-mode):
18850 Mention `wdired-abort-changes' key in the initial message.
18851
18852 * international/mule.el (auto-coding-alist): Associate non-ascii
18853 image filename extensions with `no-conversion'.
18854
18855 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
18856
18857 * international/iso-acc.el:
18858 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
18859
18860 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
18861
18862 * textmodes/sgml-mode.el (html-mode): Doc update.
18863
18864 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
18865
18866 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
18867
18868 * term.el (term-move-columns): Fix face after extending a line.
18869 (term-insert-spaces): Likewise.
18870 (term-reset-terminal): Fix off by one error.
18871
18872 2005-03-26 Eli Zaretskii <eliz@gnu.org>
18873
18874 * international/mule.el (auto-coding-alist): Add .xpi files.
18875
18876 * files.el (auto-mode-alist): Add .xpi files.
18877
18878 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
18879
18880 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
18881
18882 2005-03-26 Eli Zaretskii <eliz@gnu.org>
18883
18884 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
18885
18886 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
18887
18888 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
18889 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
18890
18891 * calendar/cal-move.el (calendar-beginning-of-year): Move the
18892 cursor to Jan 1 when needed.
18893 (calendar-end-of-year): Fix -/+ typo.
18894 Reported by Chong Yidong <cyd@stupidchicken.com>.
18895
18896 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
18897
18898 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
18899
18900 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
18901 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
18902
18903 2005-03-25 Richard M. Stallman <rms@gnu.org>
18904
18905 * filesets.el (filesets-init): Add autoload.
18906
18907 * mail/mailalias.el (mail-directory): Doc fix.
18908
18909 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
18910
18911 * mail/mailalias.el (mail-directory-process): Do nothing if
18912 mail-directory-process is an atom.
18913 (mail-get-names): Ignore mail-directory-names if it is an atom.
18914 (mail-directory-process defvar): Doc fix.
18915 (mail-names): Doc fix.
18916
18917 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
18918
18919 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
18920
18921 2005-03-26 Kenichi Handa <handa@m17n.org>
18922
18923 * international/mule-util.el (detect-coding-with-priority):
18924 Call update-coding-systems-internal before detect-coding-region.
18925
18926 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
18927
18928 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
18929 (gdb-frames-mode-map): Add follow-link property.
18930
18931 2005-03-25 Jay Belanger <belanger@truman.edu>
18932
18933 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
18934 for variables.
18935
18936 2005-03-25 Juri Linkov <juri@jurta.org>
18937
18938 * image-mode.el: Optimize image filename extension regexps in
18939 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
18940 in `auto-mode-alist'.
18941 (image-mode): Add `image-toggle-display-text' to local hook
18942 `change-major-mode-hook'. Display the image as an image by
18943 default. Set `cursor-type' and `truncate-lines' if the image
18944 is already displayed. Take into account the current mode (image
18945 or text) in message.
18946 (image-minor-mode): New minor mode.
18947 (image-mode-maybe, image-toggle-display-text): New functions.
18948 (image-toggle-display): Use called-interactively-p.
18949 Let-bind `inhibit-read-only' to t.
18950
18951 * image-mode.el (image-minor-mode): Set `cursor-type' and
18952 `truncate-lines' if the image is already displayed. Add turning
18953 image-minor-mode off to `change-major-mode-hook'. Add message.
18954 Call `image-toggle-display-text' after turning image-minor-mode off.
18955
18956 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
18957
18958 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
18959 Terminal.app, use utf-8.
18960 (set-display-table-and-terminal-coding-system): Add coding-system arg.
18961 (set-locale-environment): Use it.
18962
18963 * term/xterm.el: Undo last change, better done in mule-cmds.el.
18964
18965 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
18966
18967 * progmodes/python.el (python-close-block-statement-p)
18968 (python-outdent-p, python-current-defun): Use symbol-end.
18969
18970 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
18971
18972 * files.el (save-some-buffers): Doc fix.
18973
18974 2005-03-25 Werner Lemberg <wl@gnu.org>
18975
18976 * complete.el, thumbs.el: Replace `legal' with `valid'.
18977 * calendar/calendar.el: Replace `legal' with `valid'.
18978 * emacs-lisp/advice.el: Replace `legal' with `valid'.
18979 * mail/supercite.el: Replace `legal' with `valid'.
18980 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
18981 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
18982 Replace `legal' with `valid'.
18983 * textmodes/reftex-vars.el, textmodes/reftex.el:
18984 Replace `legal' with `valid'.
18985
18986 2005-03-25 Werner Lemberg <wl@gnu.org>
18987
18988 * calc/calc-forms.el, calc/calc-sel.el
18989 * midnight.el, vc-cvs.el
18990 * emacs-lisp/cl-macs.el
18991 * emulation/vip.el
18992 * eshell/esh-io.el, eshell/esh-var.el
18993 * mail/supercite.el
18994 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
18995 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
18996 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
18997 * progmodes/sh-script.el, progmodes/xscheme.el
18998 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
18999 * textmodes/reftex-index.el, textmodes/reftex-parse.el
19000 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
19001 * textmodes/reftex.el, textmodes/org.el:
19002 Replace `illegal' with `invalid'.
19003
19004 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
19005
19006 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
19007 (flymake-find-buildfile, flymake-find-possible-master-files)
19008 (flymake-check-include, flymake-parse-line): Replace loops over the
19009 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
19010
19011 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
19012 Substitute file-name-as-directory in the rest of the file.
19013 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
19014 (flymake-replace-region): Remove unused arg `buffer'.
19015 (flymake-check-patch-master-file-buffer): Update calls to it.
19016 (flymake-add-err-info): Remove unused var `count'.
19017 (flymake-mode): Use define-minor-mode.
19018
19019 * progmodes/flymake.el: Use with-current-buffer.
19020 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
19021 flymake-replace-regexp-in-string, flymake-line-beginning-position)
19022 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
19023 Avoid testing for `xemacs'.
19024 (flymake-nop): Move.
19025 (flymake-region-has-flymake-overlays): Return the computed value.
19026 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
19027 Remove unused var `endline'.
19028 (flymake-get-line-count): Remove unused function.
19029 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
19030
19031 * emulation/vi.el:
19032 * generic.el:
19033 * hilit-chg.el (global-highlight-changes):
19034 * hi-lock.el (hi-lock-mode):
19035 * follow.el: find-file-hooks -> find-file-hook.
19036
19037 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
19038
19039 2005-03-24 Juri Linkov <juri@jurta.org>
19040
19041 * dired.el (dired-mode-map): Add menu item "Compare directories"
19042 for dired-compare-directories.
19043
19044 * dired-aux.el (dired-compare-directories): Add autoload cookie.
19045 Doc fix. Replace `read-file-name' with `read-directory-name'.
19046
19047 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
19048
19049 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
19050
19051 2005-03-24 Jay Belanger <belanger@truman.edu>
19052
19053 * calc/calc-embed.el (calc-embedded-mode-change): Save all
19054 relevant mode settings in calc-embedded-original-modes when modes
19055 are permanently changed.
19056
19057 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
19058
19059 * autoinsert.el: find-file-hooks -> find-file-hook.
19060
19061 2005-03-24 Lute Kamstra <lute@gnu.org>
19062
19063 * generic.el (generic-font-lock-defaults): Make it obsolete.
19064 (generic-font-lock-keywords): New variable to replace
19065 generic-font-lock-defaults.
19066 (generic-mode-set-font-lock): Delete it.
19067 (generic-mode-internal): Don't call generic-mode-set-font-lock.
19068 (generic-bracket-support): Add docstring.
19069
19070 * generic-x.el: Rename generic-font-lock-defaults to
19071 generic-font-lock-keywords throughout.
19072 (mailagent-rules-setup-function): Delete it.
19073 (mailagent-rules-generic-mode): Use anonymous function instead.
19074 (show-tabs-generic-mode-font-lock-defaults-1)
19075 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
19076 Quote faces.
19077 (show-tabs-tab-face, show-tabs-space-face): Specify background,
19078 not foreground.
19079
19080 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
19081 Recognize define-generic-mode.
19082
19083 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
19084
19085 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
19086 if there's no completion table.
19087
19088 2005-03-23 Miles Bader <miles@gnu.org>
19089
19090 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
19091 Remove tty-specific variants, as they're no longer needed.
19092
19093 2005-03-23 Lute Kamstra <lute@gnu.org>
19094
19095 * generic-x.el: Code cleanup: make args constant whenever possible.
19096 (installshield-statement-keyword-list)
19097 (installshield-system-functions-list)
19098 (installshield-system-variables-list, installshield-types-list)
19099 (installshield-funarg-constants-list): Make them constants.
19100
19101 * generic.el (generic-make-keywords-list): Add autoload cookie.
19102
19103 * calendar/time-date.el: Add comment on time value formats.
19104 Don't require parse-time.
19105 (with-decoded-time-value): New macro.
19106 (encode-time-value): New function.
19107 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
19108 (days-to-time): Return a valid time value when arg is huge.
19109 (time-since): Use time-subtract.
19110 (time-to-number-of-days): Use time-to-seconds.
19111
19112 2005-03-23 David Ponce <david@dponce.com>
19113
19114 * recentf.el (recentf-keep): New option.
19115 (recentf-menu-action): Default to `find-file'.
19116 (recentf-keep-non-readable-files-flag)
19117 (recentf-keep-non-readable-files-p)
19118 (recentf-file-readable-p, recentf-find-file)
19119 (recentf-cleanup-remote): Remove.
19120 (recentf-include-p): More robust.
19121 (recentf-keep-p): New function.
19122 (recentf-remove-if-non-kept): Rename from
19123 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
19124 All callers updated.
19125 (recentf-menu-items-for-commands): Fix help string.
19126 (recentf-track-closed-file): Update. Doc fix.
19127 (recentf-cleanup): Update. Count removed files. Doc fix.
19128
19129 2005-03-23 Kim F. Storm <storm@cua.dk>
19130
19131 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
19132 Don't inherit from fringe face (now happens automatically).
19133
19134 2005-03-22 Kim F. Storm <storm@cua.dk>
19135
19136 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
19137 position values.
19138
19139 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
19140
19141 * menu-bar.el (showhide-date-time): Remove.
19142 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
19143 (menu-bar-make-mm-toggle): Simplify.
19144
19145 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
19146
19147 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
19148 Accept qualified variable and function names.
19149
19150 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
19151
19152 * bindings.el (completion-ignored-extensions):
19153 Remove ".lis" for `vax-vms'.
19154
19155 2005-03-22 Andreas Schwab <schwab@suse.de>
19156
19157 * generic-x.el: Revert last change.
19158 * ldefs-boot.el: Update.
19159
19160 2005-03-22 Jay Belanger <belanger@truman.edu>
19161
19162 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
19163 (calc-embedded-save-original-modes)
19164 (calc-embedded-restore-original-modes): New functions.
19165 (calc-do-embedded): Save original modes when entering embedded mode
19166 and restore when leaving embedded mode.
19167 (calc-embedded-modes-change): Change the value of
19168 calc-embedded-original-modes to reflect permanent changes.
19169
19170 2005-03-22 Lute Kamstra <lute@gnu.org>
19171
19172 * generic-x.el: Require generic again.
19173
19174 2005-03-22 Miles Bader <miles@gnu.org>
19175
19176 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
19177 Tweak details to look good on both ttys and bitmap displays, light
19178 or dark background, etc.
19179
19180 2005-03-21 Kim F. Storm <storm@cua.dk>
19181
19182 * tooltip.el (tooltip-show-help-function): Check car and cdr of
19183 mouse position.
19184
19185 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
19186
19187 * icomplete.el: Don't forcibly turn on the mode upon load.
19188 (icomplete-mode): Use define-minor-mode.
19189 (icomplete-eoinput): Default to nil.
19190 (icomplete-minibuffer-setup): Remove autoload.
19191 (icomplete-tidy): Simplify.
19192 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
19193 in the initial state or if the user has modified the field.
19194 Fix handling of icomplete-max-delay-chars.
19195 Remove code that handles the oddball case where
19196 minibuffer-completion-table is an integer.
19197 Wrap icomplete-completions in while-no-input in case building
19198 completions takes more time than expected.
19199 (icomplete-completions): Simplify.
19200
19201 2005-03-21 Richard M. Stallman <rms@gnu.org>
19202
19203 * jka-compr.el (jka-compr-really-do-compress):
19204 Make variable buffer-local.
19205
19206 * image-mode.el: Handle .xpm files too.
19207 (image-toggle-display): Preserve modification flag.
19208
19209 * help.el (where-is): Don't mention aliases with no key bindings.
19210
19211 2005-03-21 Lute Kamstra <lute@gnu.org>
19212
19213 * generic.el: Fix commentary section. Don't require cl for
19214 compilation.
19215 (generic-mode-list): Add autoload cookie.
19216 (generic-use-find-file-hook, generic-lines-to-scan)
19217 (generic-find-file-regexp, generic-ignore-files-regexp)
19218 (generic-mode, generic-mode-find-file-hook)
19219 (generic-mode-ini-file-find-file-hook): Fix docstrings.
19220 (define-generic-mode): Make it a defmacro. Fix docstring.
19221 (generic-mode-internal): Code cleanup. Add autoload cookie.
19222 (generic-mode-set-comments): Code cleanup.
19223 * generic-x.el: Don't prevent compilation. Don't require generic.
19224 Follow coding conventions. Minor code cleanup.
19225 (etc-fstab-generic-mode): Add some keywords.
19226 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
19227 define-generic-mode like a function declaration.
19228
19229 2005-03-21 Jay Belanger <belanger@truman.edu>
19230
19231 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
19232 changing modes.
19233
19234 2005-03-21 Sam Steingold <sds@gnu.org>
19235
19236 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
19237
19238 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
19239
19240 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
19241 Add underscore to "f$ lexicals" regexp.
19242
19243 2005-03-20 Juri Linkov <juri@jurta.org>
19244
19245 * subr.el (progress-reporter-do-update): When `min-value' is equal
19246 to `max-value', set `percentage' to 0 and prevent division by zero.
19247
19248 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
19249
19250 Sync with Tramp 2.0.48.
19251
19252 * net/tramp.el (all): Change all addresses to .gnu.org.
19253 (tramp-append-tramp-buffers): New defun.
19254 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
19255 Catch `dont-send' signal.
19256 (tramp-set-auto-save-file-modes): Set always permissions, because
19257 there might be an old auto-saved file belonging to another
19258 original file. This could be a security threat. Reported by
19259 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
19260 Check for Emacs 21.3.50 removed.
19261
19262 * net/tramp-smb.el (all): Remove debug construct for
19263 `with-parsed-tramp-file-name'.
19264 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
19265 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
19266 No error message if DIRECTORY or FILENAME doesn't exist.
19267 (tramp-smb-open-connection): Check existence of
19268 `tramp-smb-program'.
19269
19270 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
19271
19272 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
19273 Properly handle the case where the `m' or `s' command's argument is not
19274 yet terminated.
19275 (perl-indent-new-calculate): New function.
19276 (perl-indent-line): Use it.
19277
19278 2005-03-20 Miles Bader <miles@gnu.org>
19279
19280 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
19281 in text-mode too. Change to new face names.
19282 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
19283 Add `:weight bold' attribute.
19284 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
19285
19286 2005-03-19 Juri Linkov <juri@jurta.org>
19287
19288 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
19289
19290 * international/mule.el (auto-coding-alist): Sync with
19291 `auto-mode-alist' by adding upper case archive file extensions
19292 and adding ear/war to jar extension.
19293
19294 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
19295
19296 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
19297 running, restart it.
19298
19299 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
19300
19301 * finder.el (finder-current-item): Throw an error on an empty line.
19302
19303 * man.el (Man-follow-manual-reference): If current-word returns
19304 nil, use "".
19305
19306 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
19307
19308 * simple.el (goto-line): Doc fix.
19309
19310 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
19311
19312 * files.el (save-buffer): Doc fix.
19313
19314 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
19315
19316 * recentf.el (recentf-cleanup-remote): New variable.
19317 (recentf-cleanup): Use it to conditionally check availability of
19318 remote files.
19319
19320 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
19321
19322 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
19323 function names.
19324
19325 2005-03-19 Eli Zaretskii <eliz@gnu.org>
19326
19327 * language/thai-word.el: New file.
19328
19329 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
19330
19331 * files.el (backup-buffer): If the file's directory is not
19332 writable, use copy instead of move to backup the file.
19333
19334 2005-03-19 Eli Zaretskii <eliz@gnu.org>
19335
19336 * obsolete/keyswap.el: Moved to obsolete/ from term/.
19337
19338 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19339
19340 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
19341 Use functionp instead of symbolp and fboundp. Reported by Drkm
19342 <darkman_spam@yahoo.fr>.
19343 (ps-print-version): New version 6.6.6.
19344
19345 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
19346
19347 * textmodes/table.el (table--line-column-position): New idiom.
19348 (table--row-column-insertion-point-p): New function to test
19349 validity of row and column insertion operation at a location.
19350 (table-global-menu, table-cell-menu): Use above functions for
19351 deterministic test operation.
19352 (table--editable-cell-p): Behave in deterministic fashion.
19353
19354 2005-03-18 Juri Linkov <juri@jurta.org>
19355
19356 * isearch.el (isearch-lazy-highlight-new-loop):
19357 Make arguments beg and end optional.
19358 (isearch-update): Remove optional arguments nil from
19359 isearch-lazy-highlight-new-loop.
19360 (isearch-lazy-highlight-search): Let-bind case-fold-search to
19361 isearch-lazy-highlight-case-fold-search instead of
19362 isearch-case-fold-search, and let-bind isearch-regexp to
19363 isearch-lazy-highlight-regexp.
19364 Use isearch-lazy-highlight-last-string instead of isearch-string.
19365
19366 * replace.el (perform-replace): Remove bindings of global
19367 variables isearch-string, isearch-regexp, isearch-case-fold-search.
19368 Add three new arguments to `replace-highlight'.
19369 (replace-highlight): Add arguments string, regexp, case-fold.
19370 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
19371 to allow isearch-lazy-highlight-new-loop to use these values
19372 to set corresponding isearch-lazy-highlight-* internal
19373 variables whose values lazy highlighting will use regardless of
19374 changes to global variables isearch-string, isearch-regexp,
19375 isearch-case-fold-search during lazy highlighting loop.
19376 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
19377 to `lazy-highlight-cleanup'.
19378
19379 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
19380 (ispell-highlight-face): Set default face to `isearch' when
19381 lazy highlighting is enabled.
19382 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
19383 priority to 1. Add lazy highlighting.
19384 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
19385 from `isearch-dehighlight'.
19386
19387 2005-03-18 David Ponce <david@dponce.com>
19388
19389 * files.el (hack-local-variables): Do a case-insensitive search
19390 for End.
19391
19392 2005-03-18 Juri Linkov <juri@jurta.org>
19393
19394 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
19395 `isearch-lazy-highlight-cleanup', add alias to old name and
19396 declare obsolete. Add release numbers to other obsolete vars.
19397 (isearch-done, isearch-lazy-highlight-new-loop):
19398 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
19399 (lazy-highlight-cleanup) <variable>: Doc fix.
19400 (isearch-lazy-highlight-update): Rename obsolete
19401 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
19402
19403 2005-03-18 Kenichi Handa <handa@m17n.org>
19404
19405 * language/thai-util.el: Fix categorization of Thai characters in
19406 thai-category-table.
19407 (thai-composition-pattern): Adjust it for the above change.
19408 (thai-self-insert-command, thai-compose-syllable): New functions.
19409 (thai-compose-region): Use thai-compose-syllable.
19410 (thai-compose-string): Likewise.
19411 (thai-composition-function): Likewise.
19412 (thai-auto-composition): New function.
19413 (thai-auto-composition-mode): New minor mode.
19414
19415 * language/thai.el: Fix patterns to be registered in
19416 composition-function-table.
19417
19418 * international/quail.el (quail-input-method): Locally bind
19419 inhibit-modification-hooks to t.
19420
19421 2005-03-17 Richard M. Stallman <rms@gnu.org>
19422
19423 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
19424 (perl-mode): Use run-mode-hooks.
19425
19426 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
19427 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
19428 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
19429
19430 * mail/sendmail.el (sendmail-send-it): Reenable the code
19431 to compute resend-to-address and use it.
19432
19433 * tar-mode.el (tar-mode): Turn off undo unconditionally.
19434
19435 * image-mode.el: New file.
19436
19437 * image.el (insert-sliced-image): Add autoload cookie.
19438
19439 * font-lock.el (font-lock-lines-before): New user option.
19440 (font-lock-after-change-function): Obey it.
19441
19442 * bindings.el (esc-map): Make M-g a prefix.
19443 Bind M-g g and M-g M-g to goto-line.
19444
19445 * faces.el (face-id): Doc fix.
19446
19447 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
19448
19449 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
19450 (rmail-show-message): Use rmail-unknown-mail-followup-to.
19451 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
19452
19453 * mail/sendmail.el (mail-yank-ignored-headers)
19454 (mail-font-lock-keywords, mail-mode-fill-paragraph):
19455 Add Mail-Followup-To and Mail-Reply-To headers.
19456 (mail-citation-hook): Add autoload cookie.
19457 (mail-mode): Doc fix.
19458 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
19459 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
19460 (mail-mode-fill-paragraph): Handle those headers.
19461 (mail-mailing-lists): New variable.
19462 (mail-mail-reply-to, mail-mail-followup-to): New functions.
19463
19464 2005-03-17 Juri Linkov <juri@jurta.org>
19465
19466 * isearch.el (isearch-fallback): Check for `(car previous)'
19467 before calling `isearch-other-end-state'.
19468
19469 2005-03-17 Kim F. Storm <storm@cua.dk>
19470
19471 * simple.el (move-beginning-of-line): Move to beginning of buffer
19472 line, as well as beginning of screen line.
19473
19474 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
19475
19476 * calendar/diary-lib.el (mark-diary-entries): Use new optional
19477 argument REDRAW rather than calendar-redrawing variable.
19478 * calendar/calendar.el (calendar-redrawing): Delete.
19479 (redraw-calendar): Do not bind calendar-redrawing.
19480
19481 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
19482
19483 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
19484 diary-file buffer.
19485
19486 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
19487
19488 * help.el (describe-mode): Allow a :minor-mode-function property to
19489 specify a different minor mode toggle function than the variable.
19490 * simple.el (auto-fill-function):
19491 * subr.el (add-minor-mode): Use it.
19492
19493 2005-03-16 Kenichi Handa <handa@m17n.org>
19494
19495 * language/ethio-util.el (sera-being-called-by-w3): New variable.
19496 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
19497 (ethio-fidel-to-sera-buffer): Likewise.
19498
19499 2005-03-16 Juri Linkov <juri@jurta.org>
19500
19501 * emacs-lisp/find-func.el (find-function-regexp):
19502 Add defun-emitting macro `menu-bar-make-toggle'.
19503
19504 * isearch.el: Put `isearch-scroll' property to
19505 `split-window-horizontally'.
19506
19507 * info.el: Update error messages for `debug-ignored-errors'.
19508 (Info-isearch-search): Doc fix.
19509 (Info-find-node): Move up code to go into info buffer before
19510 recording the node to the history.
19511 (Info-fontify-node): Fontify titles only if the next line
19512 has two or more `*', `=', `-', `.'.
19513 Display "go to this node" for empty (match-string 3).
19514
19515 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19516
19517 * term/mac-win.el: Add mouse pointer shape constants.
19518
19519 2005-03-15 Kim F. Storm <storm@cua.dk>
19520
19521 * simple.el (move-beginning-of-line): Use vertical-motion.
19522
19523 2005-03-15 Juri Linkov <juri@jurta.org>
19524
19525 * isearch.el (isearch-error): New variable.
19526 (isearch-invalid-regexp, isearch-within-brackets): Remove.
19527 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
19528 (isearch-within-brackets-state): Remove.
19529 (isearch-case-fold-search-state, isearch-pop-fun-state):
19530 Decrease frame index.
19531 (isearch-mode, isearch-top-state, isearch-push-state)
19532 (isearch-edit-string, isearch-abort, isearch-search-and-update)
19533 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
19534 (isearch-search, isearch-lazy-highlight-new-loop):
19535 Replace `isearch-invalid-regexp' with `isearch-error'.
19536 Remove `isearch-within-brackets'.
19537 (isearch-search): Add `search-failed' handler to `condition-case'.
19538 (isearch-lazy-highlight-search): Add `condition-case' to catch
19539 errors and allow `isearch-lazy-highlight-update' to try
19540 highlighting from the beginning of the window.
19541 (isearch-repeat): Move up code to set isearch-wrapped to t
19542 before calling isearch-wrap-function.
19543
19544 * info.el (Info-isearch-initial-node): New internal variable.
19545 (Info-search): Signal an error in isearch mode when search leaves
19546 the initial node. Signal an error when `bound' is non-nil and
19547 nothing was found in the current subfile.
19548 (Info-isearch-search): Remove `condition-case'.
19549 (Info-isearch-wrap): Don't wrap when search failed during leaving
19550 the initial node. If `Info-isearch-search' is nil, wrap around
19551 the current node.
19552 (Info-isearch-start): New fun.
19553 (Info-mode): Add buffer-local hook `Info-isearch-start' to
19554 `isearch-mode-hook'.
19555
19556 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19557
19558 * simple.el (normal-erase-is-backspace): Set default to t if
19559 running on Mac.
19560
19561 * term/mac-win.el (function-key-map): Sync with x-win.el.
19562
19563 2005-03-15 Kenichi Handa <handa@m17n.org>
19564
19565 * international/mule-cmds.el (locale-language-names): Modify the
19566 format of elements and add more entries.
19567 (locale-preferred-coding-systems): Add more entries.
19568 (set-locale-environment): Adjust for the change of
19569 locale-language-names.
19570
19571 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
19572
19573 * pcvs.el (smerge-ediff): Remove bogus autoload.
19574
19575 2005-03-14 Lute Kamstra <lute@gnu.org>
19576
19577 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
19578 Ignore a `*' at the beginning of a line.
19579
19580 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
19581 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
19582 subr.el.
19583 (dont-compile, eval-when-compile, eval-and-compile): Use declare
19584 to specify indentation.
19585
19586 * generic.el (define-generic-mode): Let generic-mode-list be a
19587 list of strings; test membership with equal.
19588
19589 2005-03-14 Kim F. Storm <storm@cua.dk>
19590
19591 * simple.el (next-line, previous-line): Add optional try-vscroll
19592 arg to recognize interactive use. Pass it on to line-move.
19593 (line-move): Don't perform auto-window-vscroll when defining or
19594 executing keyboard macro to ensure consistent behavior.
19595
19596 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
19597
19598 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
19599
19600 2005-03-13 Lute Kamstra <lute@gnu.org>
19601
19602 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
19603 debugger-setup-buffer so that backtrace marks the frames set to
19604 debug-on-exit and we don't have to do it manually. Set an extra
19605 debug-on-exit for macro's.
19606 (debugger-setup-buffer): Don't mark the top frame manually.
19607
19608 2005-03-12 Lute Kamstra <lute@gnu.org>
19609
19610 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
19611 lisp-indent-function throughout.
19612 (with-no-warnings): Set lisp-indent-function property.
19613
19614 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
19615
19616 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
19617 Add entry for backslash.
19618
19619 2005-03-12 Juri Linkov <juri@jurta.org>
19620
19621 * info.el (Info-search): Four fixes for backward search.
19622
19623 2005-03-11 Jay Belanger <belanger@truman.edu>
19624
19625 * calc/calc.el (calc-language-alist): New variable.
19626 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
19627 (calc-embedded-find-modes): Use calc-language-alist instead of
19628 calc-embedded-language-alist.
19629
19630 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
19631
19632 * calendar/calendar.el (calendar-redrawing): New internal
19633 variable.
19634 (redraw-calendar): Remove bogus save-excursion from previous
19635 change. Bind calendar-redrawing to t for mark-diary-entries.
19636 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
19637 calendar if that is why we were called.
19638
19639 2005-03-11 Kenichi Handa <handa@m17n.org>
19640
19641 * international/mule.el (make-coding-system): Set property
19642 coding-system-define-form to nil.
19643 (define-coding-system-alias): Likewise.
19644
19645 2005-03-11 Kenichi Handa <handa@m17n.org>
19646
19647 These changes are suggested by Dave Love <fx@gnu.org>.
19648
19649 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
19650 coding: tag.
19651 (adaptive-fill-regexp): Add more bullets.
19652 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
19653 regexps.
19654
19655 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
19656
19657 * help.el (describe-mode): Properly handle non-trivial lighters.
19658 Don't ignore minor modes that are not listed in minor-mode-list.
19659
19660 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
19661 feature ON when the user requests to turn it OFF.
19662
19663 2005-03-10 Lute Kamstra <lute@gnu.org>
19664
19665 * emacs-lisp/debug.el (debug-entry-code): Delete it.
19666 (implement-debug-on-entry): New function to replace debug-entry-code.
19667 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
19668 second argument as the 2005-03-07 change makes it obsolete.
19669 (debug-on-entry, cancel-debug-on-entry): Update call to
19670 debug-on-entry-1.
19671 (debug, debugger-setup-buffer): Comment update.
19672 (debugger-frame-number): Update to work with implement-debug-on-entry.
19673
19674 2005-03-10 Jay Belanger <belanger@truman.edu>
19675
19676 * calc/calc-embed.el (math-ms-args): Declare it.
19677 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
19678 math-ms-args.
19679 (calc-embedded-subst): Use math-multi-subst-rec to substitute
19680 variables.
19681
19682 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
19683
19684 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
19685 Use message-box.
19686
19687 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
19688 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
19689 (tooltip-gud-tips): Simplify.
19690 (tooltip-gud-tips-p): Remove superfluous :set.
19691 (tooltip-gud-modes): Add fortran-mode.
19692 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
19693
19694 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
19695
19696 2005-03-09 Kim F. Storm <storm@cua.dk>
19697
19698 * play/animate.el (animate-place-char): Use forward-line instead
19699 of next-line to improve performance.
19700
19701 2005-03-09 Simon Josefsson <jas@extundo.com>
19702
19703 * net/browse-url.el (browse-url-default-browser): Doc fix.
19704
19705 2005-03-09 Miles Bader <miles@gnu.org>
19706
19707 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
19708 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
19709
19710 2005-03-09 Kenichi Handa <handa@m17n.org>
19711
19712 * international/latin-1.el: Set case and syntax for 255 only if
19713 set-case-syntax-set-multibyte is nil.
19714
19715 * textmodes/ispell.el (ispell-insert-word): New function.
19716 (ispell-word): Use ispell-insert-word to insert a new word.
19717 (ispell-process-line): Likewise.
19718 (ispell-complete-word): Likewise.
19719
19720 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
19721
19722 * calendar/calendar.el (redraw-calendar): Preserve point.
19723 Reported by Matt Hodges <MPHodges@member.fsf.org>.
19724 (calendar-week-start-day): Move after definition of
19725 redraw-calendar. Delete buffer test, since redraw-calendar has
19726 that now.
19727
19728 * calendar/diary-lib.el (mark-diary-entries): Only call
19729 redraw-calendar in the first of any recursive calls.
19730 Reported by Alan Shutko <ats@acm.org>.
19731
19732 2005-03-08 Juri Linkov <juri@jurta.org>
19733
19734 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
19735 (html-horizontal-rule, html-line, html-image, html-checkboxes)
19736 (html-radio-buttons): Add a space before the trailing `/>' where
19737 sgml-xml-mode is non-nil.
19738 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
19739 the subsequent tag of the empty XML tag.
19740 (html-href-anchor): Don't set initial input to "http:".
19741 (html-image): Ask for the image URL and set point inside alt="".
19742 (html-name-anchor): Duplicate the name in the `id' attribute when
19743 sgml-xml-mode is non-nil.
19744 (html-paragraph): Remove \n before <p>.
19745 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
19746 instead of `checked' when sgml-xml-mode is non-nil.
19747
19748 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
19749 Remove 1 space before #RRGGBB to not truncate it on terminal
19750 windows w/o fringes. Remove 1 space between bg and fg examples
19751 to get more space.
19752 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
19753 avoid byte-compile warnings.
19754
19755 * image-file.el (image-file-handler): Put `safe-magic' property to
19756 `image-file-handler'.
19757
19758 * info.el (Info-isearch-search): Emulate word search in
19759 isearching through multiple Info nodes with Info-search.
19760 (Info-isearch-wrap): Allow isearch-word.
19761
19762 2005-03-08 Lute Kamstra <lute@gnu.org>
19763
19764 * emacs-lisp/debug.el (debugger-step-through): Make sure that
19765 stepping into the debugger's code is not possible.
19766 (debugger-jumping-flag): Docstring update.
19767
19768 2005-03-08 Jay Belanger <belanger@truman.edu>
19769
19770 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
19771 embedded mode begins.
19772 (calc-embedded-language-alist): New variable.
19773 (calc-embedded-find-modes): Use calc-embedded-language-alist to
19774 set default language mode.
19775
19776 2005-03-08 Kenichi Handa <handa@m17n.org>
19777
19778 * international/ccl.el (define-ccl-program): Fix docstring about
19779 extra 256 bytes assured for the output buffer.
19780
19781 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
19782 Fix BUFFER_MAGNIFICATION to 2.
19783 (ccl-encode-mule-utf-16be-with-signature): Likewise.
19784
19785 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
19786
19787 * align.el (align-rules-list): Added an alignment rule for CSS
19788 declarations (applies to css-mode and html-mode buffers).
19789
19790 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
19791
19792 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
19793
19794 2005-03-07 Kim F. Storm <storm@cua.dk>
19795
19796 * simple.el (move-beginning-of-line): New command.
19797
19798 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
19799
19800 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
19801
19802 * emulation/cua-base.el: Put CUA move property on move-end-of-line
19803 and move-beginning-of-line.
19804
19805 * apropos.el (apropos-print): Omit command from M-x ... RET.
19806
19807 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
19808
19809 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
19810 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
19811
19812 2005-03-06 Richard M. Stallman <rms@gnu.org>
19813
19814 * bindings.el (esc-map): Bind M-g to goto-line.
19815
19816 * facemenu.el (global-map): Bind M-o, not M-g.
19817
19818 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19819
19820 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
19821 "Open Directory" as for "Open File".
19822
19823 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
19824
19825 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
19826 (push-mark-command): Run activate-mark-hook.
19827
19828 2005-03-06 Richard M. Stallman <rms@gnu.org>
19829
19830 * help-mode.el (help-mode-finish): Don't alter the element
19831 in view-return-to-alist if there already is one.
19832
19833 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
19834 make sure the current buffer is the expected one.
19835
19836 * novice.el (disabled-command-function): Output in *Disabled Command*.
19837 Explicitly ignore non-keyboard events, and explicitly handle C-g.
19838
19839 * textmodes/flyspell.el (flyspell-large-region):
19840 Pass args differently for aspell.
19841
19842 * files.el (mode-require-final-newline): Doc fix.
19843
19844 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
19845
19846 * progmodes/which-func.el (which-function):
19847 Specify NOERROR when calling imenu--make-index-alist.
19848
19849 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
19850
19851 * simple.el (normal-erase-is-backspace): Define default value.
19852
19853 * custom.el (custom-theme-set-variables): Remove unused var
19854 `immediate'.
19855 (custom-reevaluate-setting): Simple function to handle variables
19856 that are defined before their default value can really be
19857 computed.
19858
19859 * startup.el (command-line): Use it for temporary-file-directory,
19860 small-emporary-file-directory, auto-save-file-name-transforms,
19861 blink-cursor-mode, and normal-erase-is-backspace.
19862
19863 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
19864 progress, even with buggy anchored keywords.
19865
19866 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
19867
19868 * simple.el (goto-line): Remove unbalanced final parenthesis.
19869
19870 2005-03-05 Richard M. Stallman <rms@gnu.org>
19871
19872 * simple.el (goto-line): Use a number at point as the default.
19873 With C-u as arg, switch buffers.
19874
19875 2005-03-05 Juri Linkov <juri@jurta.org>
19876
19877 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
19878 with `no-blinking-cursor'.
19879
19880 * startup.el (no-blinking-cursor): New defvar.
19881 (command-line): Add `--no-blinking-cursor' to longopts.
19882 Set `no-blinking-cursor' to t for command line arguments
19883 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
19884 with `no-blinking-cursor' in the condition for calling
19885 `blink-cursor-mode'.
19886
19887 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
19888
19889 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
19890 (menu-bar-options-save): Add blink-cursor-mode.
19891 (menu-bar-options-menu): Add blink-cursor-mode.
19892
19893 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
19894
19895 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
19896 (icalendar-export-file, icalendar-export-region)
19897 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
19898 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
19899
19900 2005-03-04 Lute Kamstra <lute@gnu.org>
19901
19902 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
19903 (debug-function-list): Ditto.
19904
19905 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
19906
19907 * textmodes/texinfmt.el (texinfo-append-refill):
19908 Redefine the types of line to which @refill
19909 is not appended by replacing a search for `@refill\\|@bye' with
19910 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
19911 itemize@refill' bug and the unfilled long lines bug.
19912 (texinfmt-version): Update number and date.
19913
19914 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
19915
19916 * international/code-pages.el (windows-1250, windows-125[2-8])
19917 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
19918
19919 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
19920
19921 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
19922 bound yet.
19923
19924 2005-03-02 Romain Francoise <romain@orebokech.com>
19925
19926 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
19927 buffer after removing limits.
19928 (ibuffer-pop-filter): Ditto.
19929 Update copyright.
19930
19931 2005-03-02 Miles Bader <miles@gnu.org>
19932
19933 * button.el (make-text-button): If the user doesn't specify a
19934 type, use the default. Rewrite to use `add-text-properties' and
19935 plist functions.
19936
19937 2005-03-01 Lute Kamstra <lute@gnu.org>
19938
19939 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
19940 (debugger-jumping-flag): New var.
19941 (debug-entry-code): Use it.
19942 (debugger-jump): Use debugger-jumping-flag and add
19943 debugger-reenable to post-command-hook.
19944 (debugger-reenable): Use debugger-jumping-flag and remove itself
19945 from post-command-hook.
19946 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
19947 debugger-reenable.
19948
19949 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
19950
19951 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
19952 inclusion of "itemize\\|", which may be unnecessary, is certainly
19953 inelegant, and stops refilling in itemize lists when formatting
19954 Japanese Texinfo files to Info.
19955 Update copyright to 2005.
19956
19957 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
19958
19959 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
19960 of an error if GDB can't find the source file.
19961
19962 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
19963
19964 * calendar/calendar.el (redraw-calendar): Work from any buffer,
19965 not just the calendar.
19966
19967 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
19968 first.
19969 (diary-redraw-calendar): New function.
19970 (make-diary-entry): Add diary-redraw-calendar to local
19971 write-contents-functions. Turn off selective display before
19972 inserting in diary.
19973
19974 2005-03-01 Kim F. Storm <storm@cua.dk>
19975
19976 * emacs-lisp/copyright.el (copyright-fix-years): New command.
19977
19978 2005-03-01 Lute Kamstra <lute@gnu.org>
19979
19980 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
19981 that debug-entry-code can be safely removed from a function while
19982 this code is being evaluated. Revert the 2005-02-27 change as the
19983 new implementation no longer requires it. Make sure that a
19984 function body containing just a string is not mistaken for a docstring.
19985 (debug): Skip one more frame in case of debug on entry.
19986 (debugger-setup-buffer): Delete one more frame line in case of
19987 debug on entry.
19988 (debugger-frame-number): Update to use the new text introduced by
19989 the 1999-11-03 change. Skip one more frame in case of debug on entry.
19990
19991 2005-02-28 Kim F. Storm <storm@cua.dk>
19992
19993 * double.el (double-translate-key): Call force-window-update after
19994 read-event to avoid crash in redisplay.
19995
19996 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
19997
19998 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
19999 (debug): Use it. Move the inhibit-trace earlier.
20000 (debug-entry-code): New const.
20001 (debug-on-entry-1): Use it.
20002
20003 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
20004
20005 * international/utf-16.el (ccl-encode-mule-utf-16le):
20006 Fix BUFFER_MAGNIFICATION to 2.
20007 (ccl-encode-mule-utf-16be): Likewise.
20008
20009 2005-02-28 Kenichi Handa <handa@m17n.org>
20010
20011 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
20012 Fix BUFFER_MAGNIFICATION to 4.
20013 (ccl-encode-mule-utf-16be-with-signature): Likewise.
20014
20015 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
20016
20017 * speedbar.el (speedbar-update-flag): Doc fix.
20018 (speedbar-show-info-under-mouse): Give set-mouse-position the right
20019 argument.
20020
20021 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
20022
20023 * reveal.el (reveal-post-command): Don't try to reveal overlays which
20024 have a non-nil `invisible' property but are actually visible.
20025
20026 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
20027 for perldoc sections.
20028 (perl-outline-regexp, perl-outline-level): New var and function.
20029 (perl-mode): Use them.
20030
20031 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
20032
20033 * calendar/diary-lib.el (diary-remind): Discard any mark portion
20034 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
20035
20036 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
20037
20038 * cus-edit.el: Comment change.
20039 (custom-buffer-create-internal): Slightly reword text at top of
20040 Custom buffers. Mention there that saving an option edits the
20041 init file. Add link to Emacs manual node on `custom-file'.
20042 (custom-magic-alist): Rewrite individual State messages to use
20043 capitalized keywords. Doc fix.
20044
20045 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
20046
20047 * calendar/calendar.el (calendar-buffer): Move above
20048 calendar-week-start-day.
20049 (calendar-week-start-day): Doc fix. Add :set function.
20050 (calendar-minimum-window-height): New variable.
20051 (generate-calendar-window): Only resize window if selected-window
20052 is displaying the calendar buffer. Use new variable
20053 calendar-minimum-window-height.
20054 (generate-calendar): Reword error message.
20055 (calendar-mode-map): Bind DEL to scroll-other-window-down.
20056
20057 2005-02-27 Andreas Schwab <schwab@suse.de>
20058
20059 * vc.el (vc-do-command): Don't run command asynchronously when
20060 operating in a remote directory.
20061
20062 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
20063 change from sync with Tramp 2.0.47.
20064
20065 2005-02-27 Richard M. Stallman <rms@gnu.org>
20066
20067 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
20068
20069 * textmodes/flyspell.el (flyspell-mode-on):
20070 Call ispell-change-dictionary only if necessary.
20071
20072 * emacs-lisp/re-builder.el (regexp-builder): New function.
20073
20074 * register.el (describe-register-1): Explicitly handle
20075 yank-excluded-properties = t.
20076
20077 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
20078 (custom-magic-alist): Change the status descriptions again.
20079 (face widget-type): Total rewrite based on `restricted-sexp'
20080 to eliminate the confusing double hiding levels.
20081
20082 * emacs-lisp/debug.el (debug-on-entry-1):
20083 If function body is empty, add nil as body form.
20084
20085 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
20086
20087 * emacs-lisp/trace.el (inhibit-trace): New var.
20088 (trace-make-advice): Use it.
20089
20090 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
20091
20092 2005-02-26 Kim F. Storm <storm@cua.dk>
20093
20094 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
20095 (mouse-on-link-p, mouse-drag-region-1): Use it.
20096
20097 2005-02-25 Lute Kamstra <lute@gnu.org>
20098
20099 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
20100
20101 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
20102
20103 * frame.el (blink-cursor-mode): Add :group keyword.
20104
20105 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
20106
20107 * calendar/icalendar.el (icalendar--decode-isodatetime):
20108 New optional argument DAY-SHIFT.
20109 (icalendar-export-region): Fix coding-system-for-write.
20110 (icalendar--convert-ical-to-diary): Shift end-day of all-day
20111 events by one.
20112
20113 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
20114
20115 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
20116
20117 2005-02-24 Kim F. Storm <storm@cua.dk>
20118
20119 * international/iso-acc.el (iso-accents-compose): Fix crash
20120 during redisplay. Call force-window-update after read-event
20121 and delete-region to signal that window is not accurate.
20122
20123 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
20124
20125 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
20126 Remove unused and inexistent var `inhibit-trace'.
20127 (debugger-mode): Use run-mode-hooks.
20128 (debugger-list-functions): Add buttons; setup xref stack.
20129
20130 2005-02-23 Richard M. Stallman <rms@gnu.org>
20131
20132 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
20133 appointment says it was explicitly made.
20134 (appt-add): Set the 3rd element.
20135 (appt-make-list): Preserve explicit appointments.
20136
20137 * subr.el (find-tag-default): Catch errors in forward-sexp.
20138
20139 2005-02-23 Juri Linkov <juri@jurta.org>
20140
20141 * info.el (Info-isearch-search): New defcustom.
20142 (Info-isearch-search): Call the default isearch function
20143 when Info-isearch-search is nil.
20144 (Info-isearch-wrap): Use variable Info-isearch-search.
20145
20146 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
20147
20148 * cus-edit.el: Comment change.
20149
20150 2005-02-22 Kim F. Storm <storm@cua.dk>
20151
20152 * progmodes/hideif.el (hide-ifdef-use-define-alist):
20153 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
20154
20155 2005-02-22 Simon Josefsson <jas@extundo.com>
20156
20157 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
20158 New variable.
20159 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
20160 Oskarsson" <myrkraverk@users.sourceforget.net>.
20161
20162 2005-02-22 Kim F. Storm <storm@cua.dk>
20163
20164 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
20165 check that window of that event is the selected window.
20166 (mouse-drag-region-1): Compare mouse event window to selected
20167 window before setting point.
20168
20169 * tooltip.el (tooltip-show-help-function): Pass event to
20170 mouse-on-link-p so it can check selected window.
20171
20172 2005-02-22 Kenichi Handa <handa@m17n.org>
20173
20174 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
20175 (ps-mule-show-warning): New function.
20176 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
20177 characters are found.
20178
20179 * ps-print.el (ps-header-footer-string): Return a list of header
20180 and footer strings.
20181
20182 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
20183
20184 * pcvs.el (cvs-retrieve-revision): Fix thinko.
20185
20186 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
20187
20188 * frame.el (blink-cursor-mode): Use define-minor-mode.
20189
20190 * term/mac-win.el (function-key-map): Use char-names more consistently.
20191 (file-name-coding-system): Only set it for MacOS-9. The other case is
20192 already handled in mule-cmds.el (where it also works when mac-win.el
20193 is not used).
20194
20195 2005-02-21 Kenichi Handa <handa@m17n.org>
20196
20197 * international/mule.el (ctext-pre-write-conversion): Always use
20198 " *code-converting-work*" buffer for work.
20199
20200 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
20201
20202 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
20203
20204 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
20205
20206 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
20207
20208 * ses.el (undo-more): Restore defadvice, but only the part that
20209 allows changes outside the restricted area of the buffer.
20210
20211 2005-02-20 Kim F. Storm <storm@cua.dk>
20212
20213 * simple.el (line-move): Add fourth optional arg try-vscroll which
20214 must be set to perform auto-window-vscroll.
20215 When moving backwards and doing auto-window-vscroll, automatically
20216 vscroll to the last part of lines which are taller than the window.
20217 (next-line, previous-line): Set try-vscroll arg on line-move.
20218
20219 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
20220
20221 * replace.el (query-replace, query-replace-regexp)
20222 (replace-string, replace-regexp): When operating on region, make
20223 the minibuffer prompt say so.
20224
20225 * isearch.el (isearch-forward): Document isearch-query-replace and
20226 isearch-query-replace-regexp keybindings.
20227
20228 2005-02-19 Jay Belanger <belanger@truman.edu>
20229
20230 * calc/calc-aent.el (math-read-token): Add local variable.
20231
20232 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
20233 (calc-edit-top): Move declaration to earlier in file.
20234 (calc-edit-macro-repeats): Add local variables.
20235
20236 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
20237 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
20238 calcFunc-tanh.
20239 Adjust integration rule for calcFunc-tan.
20240
20241 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
20242
20243 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
20244 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
20245 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
20246 (viper-skip-separators): Bug fix.
20247 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
20248 particular major mode.
20249 (viper-del-backward-char-in-replace): Don't put deleted char on the
20250 kill ring.
20251
20252 * viper-ex.el (viper-color-display-p): New function.
20253 (viper-has-face-support-p): Use viper-color-display-p.
20254
20255 * viper-keym.el (viper-gnus-modifier-map): New keymap.
20256
20257 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
20258
20259 * viper-util.el (viper-glob-unix-files): Fix shell status check.
20260 (viper-file-remote-p): Make equivalent to file-remote-p.
20261
20262 * viper.el (viper-major-mode-modifier-list):
20263 Use viper-gnus-modifier-map.
20264
20265 2005-02-19 David Kastrup <dak@gnu.org>
20266
20267 * subr.el (subregexp-context-p): Fix garbled doc string by adding
20268 quoting.
20269
20270 2005-02-19 Jay Belanger <belanger@truman.edu>
20271
20272 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
20273 Remove extra definitions.
20274 (calc-coth): New function.
20275 (calcFunc-cot): Fix `let'.
20276
20277 2005-02-19 Eli Zaretskii <eliz@gnu.org>
20278
20279 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
20280 the reasons we use "type pc" in these faces.
20281
20282 * button.el (button): Ditto.
20283
20284 2005-02-19 Michael Mauger <mmaug@yahoo.com>
20285
20286 * replace.el (query-replace-read-from): Set the value of
20287 query-replace-from-history-variable to handle the case of an empty
20288 string entered to accept the suggested default.
20289
20290 * net/tramp.el (tramp-file-name-for-operation):
20291 Use dired-call-process instead of dired-call-process-command.
20292
20293 2005-02-19 Jay Belanger <belanger@truman.edu>
20294
20295 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
20296 (math-div-non-trig): New variables.
20297 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
20298 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
20299 (math-combine-prod, math-div-symb-fancy): Add simplifications for
20300 trig expressions.
20301
20302 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
20303
20304 * progmodes/gdb-ui.el (gdb-var-update-handler)
20305 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
20306 for watch expressions,
20307 (gdb-var-create-handler): Don't set speedbar-update-flag.
20308 (gdb-post-prompt): Simplify test for speedbar.
20309
20310 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
20311
20312 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
20313 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
20314 we use the syntax table of the correct buffer.
20315 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
20316 Felix Gatzemeier.
20317
20318 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
20319 (ediff-file-remote-p): Make synonymous with file-remote-p.
20320 In all deffaces ediff-*-face-*, use min-colors.
20321
20322 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
20323 ediff-recurse-to-subdirectories.
20324 (ediff-mark-if-equal): Check that the arguments are strings, use
20325 ediff-same-contents (after to Felix Gatzemeier).
20326
20327 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
20328 nil.
20329
20330 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
20331
20332 * log-view.el (log-view-message-re): Fix up Subversion regexp.
20333
20334 2005-02-18 David Kastrup <dak@gnu.org>
20335
20336 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
20337 use `mark-active' when defined.
20338
20339 2005-02-18 Kenichi Handa <handa@m17n.org>
20340
20341 * ps-print.el (ps-font-info-database): New entry
20342 ZapfChancery-MediumItalic with correct font name. Fix font name
20343 of the entry Zapf-Chancery-MediumItalic.
20344
20345 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
20346
20347 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
20348
20349 2005-02-16 Kim F. Storm <storm@cua.dk>
20350
20351 * ido.el (ido-fallback-command): Pass user input to fallback command.
20352
20353 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
20354
20355 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
20356 (gdb-find-file-hook): Add server prefix.
20357
20358 2005-02-16 Richard M. Stallman <rms@gnu.org>
20359
20360 * replace.el (perform-replace): Pass new args to replace-highlight.
20361 (replace-highlight): Take region args,
20362 and pass them to isearch-lazy-highlight-new-loop.
20363
20364 * novice.el (disabled-command-hook): Autoload the defalias
20365 and the make-obsolete-variable call.
20366
20367 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
20368
20369 * isearch.el (isearch-lazy-highlight-start-limit)
20370 (isearch-lazy-highlight-end-limit): New variables limit
20371 the region for highlighting.
20372 (isearch-lazy-highlight-new-loop): New args BEG and END.
20373 (isearch-lazy-highlight-search): Use the new vars.
20374 (isearch-lazy-highlight-update): Likewise.
20375
20376 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
20377
20378 * cus-start.el (all): Use default-boundp.
20379
20380 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
20381
20382 * menu-bar.el (menu-bar-select-frame): Handle current frame.
20383
20384 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
20385
20386 * autorevert.el (auto-revert-stop-on-user-input)
20387 (auto-revert-verbose): Doc fixes.
20388
20389 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
20390
20391 * international/mule-cmds.el (set-locale-environment): Remove call
20392 to set-selection-coding-system on Windows.
20393
20394 2005-02-15 Jay Belanger <belanger@truman.edu>
20395
20396 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
20397 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
20398 calcFunc-coth.
20399 (math-simplify-sqrt): Add simplifications.
20400
20401 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
20402 to list.
20403
20404 * calc/calc-ext.el: Add functions to autoloads.
20405
20406 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
20407 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
20408 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
20409 (math-csc-raw, math-cot-raw): New functions.
20410
20411 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
20412
20413 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
20414 the variable name in a message.
20415
20416 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
20417 calcFunc-csc, calcFunc-cot.
20418
20419 * calc/calcalg2.el: Add derivative and integration rules for
20420 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
20421 calcFunc-csch, calcFunc-coth.
20422 (math-do-integral-methods): Add to checks for when to use
20423 substitutions.
20424
20425 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
20426
20427 2005-02-15 Lute Kamstra <lute@gnu.org>
20428
20429 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
20430 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
20431 <monnier@iro.umontreal.ca>
20432 (lisp-outline-level): Improve efficiency. Suggested by David
20433 Kastrup <dak@gnu.org>.
20434
20435 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
20436
20437 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
20438 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
20439 (gdb-set-gud-minor-mode-existing-buffers): New functions.
20440 (gdb-find-file-hook): New hook. Add it to find-file-hook.
20441 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
20442
20443 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
20444
20445 * cus-start.el (all): Comment change.
20446
20447 2005-02-14 Lute Kamstra <lute@gnu.org>
20448
20449 * cus-start.el (all): Check if symbol is void.
20450
20451 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
20452
20453 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
20454 optional argument to \cite.
20455
20456 2005-02-14 Richard M. Stallman <rms@gnu.org>
20457
20458 * cus-edit.el (custom-buffer-create-internal): Update help message.
20459 (custom-magic-alist): Update help messages.
20460
20461 * cus-start.el (all): Allow a var to specify a standard value.
20462
20463 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
20464
20465 * custom.el (custom-theme-set-variables): Handle variable aliases.
20466
20467 * frame.el (blink-cursor-timer): Doc fix.
20468 (blink-cursor): Make it an alias for `blink-cursor-mode' and
20469 declare obsolete.
20470 (blink-cursor-mode): Define with defcustom and use correct
20471 standard expression in that defcustom.
20472 * startup.el (command-line): Adapt to above changes in frame.el.
20473
20474 2005-02-11 Lute Kamstra <lute@gnu.org>
20475
20476 * apropos.el (apropos-score-doc): Prevent division by zero.
20477
20478 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
20479
20480 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
20481 (icalendar--get-event-property-attributes)
20482 (icalendar--get-event-properties)
20483 (icalendar--datetime-to-diary-date): New functions.
20484 (icalendar--split-value): Doc fix.
20485 (icalendar--datetime-to-noneuropean-date)
20486 (icalendar--datetime-to-european-date): New optional argument
20487 SEPARATOR. Return result as a string instead of a list.
20488 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
20489 (icalendar--convert-string-for-export): Rename arg S to STRING.
20490 (icalendar-export-region): Doc fix. Change name of error buffer.
20491 Save output buffer.
20492 (icalendar-import-file): Add blank at end of prompt.
20493 (icalendar-import-buffer): Doc fix. Do not switch to error
20494 buffer. Indicate status in return value.
20495 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
20496 buffer. Save output buffer. Handle exception from recurrence
20497 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
20498 events. Fix problems with weekly all-day events.
20499
20500 2005-02-10 Richard M. Stallman <rms@gnu.org>
20501
20502 * simple.el (eval-expression-print-format):
20503 Avoid warning about edebug-active.
20504
20505 * help.el (help-for-help-internal): Rename from help-for-help.
20506 (help-for-help): Define with defalias.
20507
20508 * font-core.el (font-lock-default-function): Use with-no-warnings.
20509
20510 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
20511
20512 * custom.el (defface): Doc fix.
20513
20514 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
20515
20516 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
20517 width 0" to prevent word wrapping problems.
20518
20519 2005-02-09 Kim F. Storm <storm@cua.dk>
20520
20521 * ido.el (ido-file-extensions-order): New defcustom.
20522 (ido-file-extension-lessp, ido-file-extension-aux)
20523 (ido-file-extension-order): New advanced file ordering.
20524 (ido-file-lessp): New simple file ordering.
20525 (ido-sort-list): Remove.
20526 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
20527 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
20528
20529 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
20530
20531 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
20532 that some versions of grep produce.
20533 (grep-mode-font-lock-keywords): Likewise.
20534
20535 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
20536
20537 * progmodes/gdb-ui.el (gdb-location-list): New variable.
20538 (gdb-cdir): Delete.
20539 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
20540 (gdb-source-info): Treat case when source file is in another
20541 directory properly.
20542 (gdb-get-location): New function.
20543
20544 2005-02-07 Jay Belanger <belanger@truman.edu>
20545
20546 * calc/calc-prog.el (calc-write-parse-table-part)
20547 (calc-fix-token-name): Fix a check for language type.
20548
20549 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
20550
20551 2005-02-07 Andre Spiegel <spiegel@gnu.org>
20552
20553 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
20554 as directory not writable.
20555
20556 2005-02-07 Kim F. Storm <storm@cua.dk>
20557
20558 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
20559 (cua--standard-movement-commands): Remove list.
20560 Instead, set CUA property value to move for movement commands.
20561 (cua-movement-commands): Remove. Users must set CUA prop instead.
20562 (cua--pre-command-handler): Check CUA property.
20563 (cua--init-keymaps): Don't remap undo commands.
20564 (cua-mode): Don't call cua--rectangle-on-off.
20565
20566 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
20567 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
20568 (cua--rect-undo-set-point): New var.
20569 (cua--rectangle-undo-boundary): Setup undo apply entry.
20570 (cua--rect-undo-handler): New function for rectangle undo.
20571 (cua--rect-start-position, cua--rect-end-position): Add.
20572 (cua--rectangle-post-command): Call cua--rectangle-set-corners
20573 for restored rectangle. Set point if cua--rect-undo-set-point.
20574
20575 2005-02-06 Jay Belanger <belanger@truman.edu>
20576
20577 * calc/calc-lang.el (calc-tex-language): Display more information
20578 in messages.
20579
20580 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
20581 in TeX mode.
20582
20583 2005-02-06 Richard M. Stallman <rms@gnu.org>
20584
20585 * emacs-lisp/lisp.el (buffer-end): Doc fix.
20586
20587 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
20588
20589 * net/ldap.el (ldap-search-internal): Support attributes with
20590 optional descriptions separated by a semi-colon, as in
20591 "userCertificate;binary".
20592
20593 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20594
20595 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
20596 isn't a cons (i.e. the version is 0).
20597
20598 2005-02-05 Eli Zaretskii <eliz@gnu.org>
20599
20600 * help.el (help-for-help): Doc fix.
20601
20602 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
20603
20604 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
20605 GDB-Windows on the menu-bar as this works better.
20606
20607 2005-02-04 Jay Belanger <belanger@truman.edu>
20608
20609 * calc/calc-embed.el (calc-embedded-update): Don't put in
20610 unnecessary newlines. Adjust the end of formula marker.
20611
20612 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
20613 (math-latex-parse-two-args): New function.
20614
20615 2005-02-03 Lute Kamstra <lute@gnu.org>
20616
20617 * help-fns.el (help-with-tutorial): Make sure that users cannot
20618 remove the entire text of the tutorial by means of `undo'.
20619
20620 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
20621
20622 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
20623 in recent changes, where the ispell process was repeatedly
20624 killed & restarted.
20625
20626 * international/mule-cmds.el (set-locale-environment): Set file-name
20627 coding system to utf-8 on Darwin systems.
20628 (set-default-coding-systems): Don't set default-file-name-coding-system
20629 on Darwin systems.
20630
20631 2005-02-03 Richard M. Stallman <rms@gnu.org>
20632
20633 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
20634
20635 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
20636
20637 * faces.el (list-faces-display): Add optional argument.
20638
20639 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
20640
20641 * font-core.el (font-lock-default-function): Handle the rare case where
20642 only font-lock-keywords is set.
20643
20644 2005-02-02 Kenichi Handa <handa@m17n.org>
20645
20646 * international/characters.el: Cancel previous change for
20647 I-WITH-DOT-ABOVE and DOTLESS-i.
20648
20649 * international/latin-5.el: Cancel previous change.
20650
20651 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
20652
20653 * progmodes/gud.el: Correction to syntax in gud-menu-map.
20654
20655 2005-02-02 Kenichi Handa <handa@m17n.org>
20656
20657 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
20658 DOTLESS-i.
20659
20660 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
20661 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
20662
20663 * case-table.el (get-upcase-table): New function.
20664 (copy-case-table): Copy upcaes table too if non-nil.
20665 (set-case-syntax-delims): Maintain upcase table too.
20666 (set-case-syntax-pair): Likewise.
20667 (set-upcase-syntax, set-downcase-syntax): New functions.
20668 (set-case-syntax): Maintain upcase table too.
20669
20670 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
20671
20672 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
20673
20674 * progmodes/gud.el (gud-goto-info): New function.
20675 (gud-tool-bar-map): Use correct icon.
20676
20677 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
20678
20679 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
20680 When delegating, order args in the funcall correctly.
20681
20682 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
20683
20684 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
20685
20686 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
20687
20688 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
20689 buffer not visiting a file.
20690
20691 2005-01-31 Jay Belanger <belanger@truman.edu>
20692
20693 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
20694 bound on the line with the formula.
20695
20696 2005-01-31 Kim F. Storm <storm@cua.dk>
20697
20698 * ses.el (ses-create-cell-variable-range)
20699 (ses-destroy-cell-variable-range, ses-reset-header-string)
20700 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
20701 (ses-insert-row): Fix format of apply undo entries.
20702
20703 2005-01-31 Jay Belanger <belanger@truman.edu>
20704
20705 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
20706 parts.
20707
20708 * calc/calc-embed.el (calc-embedded-open-formula)
20709 (calc-embedded-close-formula): Ignore matrix environments.
20710
20711 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
20712 TeX mode.
20713
20714 * calc/calc-lang.el (math-function-table, math-oper-table)
20715 (math-variable-table): Adjust the LaTeX portions.
20716
20717 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
20718 (math-latex-ignore-words): New constant.
20719
20720 2005-01-31 Richard M. Stallman <rms@gnu.org>
20721
20722 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
20723 (ispell-local-dictionary): Doc fix.
20724 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
20725 Don't reinitialize at run time. Don't defcustom.
20726 All uses changed to append ispell-local-dictionary-alist,
20727 or check it first.
20728 (ispell-current-dictionary): New variable for dictionary in use.
20729 (ispell-dictionary): Now used only for global default.
20730 (ispell-start-process): Set ispell-current-dictionary,
20731 not ispell-dictionary.
20732 (ispell-change-dictionary): Use this only for setting
20733 user preferences.
20734 (ispell-internal-change-dictionary): New function
20735 to change the current dictionary in use.
20736 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
20737 Use ispell-current-dictionary.
20738 Handle ispell-local-dictionary-overridden.
20739 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
20740
20741 2005-01-31 Jay Belanger <belanger@truman.edu>
20742
20743 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
20744
20745 * calc/calc-ext.el: Add calc-latex-language to autoloads.
20746 (calc-mode-map): Add calc-latex-language.
20747
20748 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
20749 (math-latex-print-frac): New functions.
20750 (math-oper-table, math-function-table, math-variable-table)
20751 (math-complex-format, math-input-filter): Add latex properties.
20752 (calc-set-language): Set math-expr-special-function-mapping.
20753
20754 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
20755 (calc-write-parse-table-part): Add LaTeX support.
20756
20757 * calc/calc.el (calc-language): Adjust docstring.
20758 (calc-set-mode-line): Add LaTeX support.
20759 (math-expr-special-function-mapping): New variable.
20760 (math-tex-ignore-words): Add to list.
20761
20762 * calc/calccomp.el (math-compose-expr, math-compose-rows):
20763 Add LaTeX support.
20764 (math-compose-expr): Add support for special functions.
20765
20766 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
20767
20768 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
20769
20770 * progmodes/gdb-ui.el (gdb-memory-address)
20771 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
20772 (gdb-memory-mode-map, gdb-memory-format-keymap)
20773 (gdb-memory-format-menu, gdb-memory-unit-keymap)
20774 (gdb-memory-unit-menu): New variables for a buffer
20775 that lets the user examine program memory.
20776 (gdb-memory-set-address, gdb-memory-set-repeat-count)
20777 (gdb-memory-format-binary, gdb-memory-format-octal)
20778 (gdb-memory-format-unsigned, gdb-memory-format-signed)
20779 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
20780 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
20781 (gdb-memory-unit-word, gdb-memory-unit-halfword)
20782 (gdb-memory-unit-byte, gdb-memory-unit-menu)
20783 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
20784 (gdb-memory-mode, gdb-memory-buffer-name)
20785 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
20786 New functions for above buffer.
20787
20788 2005-01-30 Richard M. Stallman <rms@gnu.org>
20789
20790 * cus-edit.el (custom-bury-buffer): Function deleted.
20791 (custom-buffer-done-function): Option deleted.
20792 (custom-buffer-done-kill): New replacement option.
20793 (Custom-buffer-done): Call quit-window.
20794 (custom-buffer-create-internal): Update for above changes.
20795
20796 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
20797
20798 * simple.el (undo-ask-before-discard): New var.
20799 (undo-outer-limit-truncate): Implement it.
20800 (undo-extra-outer-limit): Doc update.
20801
20802 2005-01-29 Richard M. Stallman <rms@gnu.org>
20803
20804 * ses.el (undo-more): Delete defadvice.
20805 (ses-begin-change): Doc fix.
20806
20807 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
20808 instead of rebinding C-x u and C-_.
20809
20810 * files.el (normal-backup-enable-predicate): Return nil for files
20811 in /tmp, regardless of temporary-file-directory.
20812
20813 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
20814
20815 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
20816 (open-rectangle, delete-whitespace-rectangle-line)
20817 (clear-rectangle-line): If FILL, pass t instead of FILL
20818 for move-to-column's 2nd arg.
20819
20820 * simple.el (undo): Fix the test for continuing a series of undos.
20821 (undo-more): Set pending-undo-list to t when we reach end.
20822 (pending-undo-list): Move up defvar.
20823
20824 * wid-edit.el (widget-button-click):
20825 Shorten the range of the track-mouse binding.
20826
20827 * comint.el (comint-insert-input): Undo previous changes;
20828 use last-input-event in interactive spec.
20829
20830 2005-01-29 Eli Zaretskii <eliz@gnu.org>
20831
20832 * progmodes/compile.el (compilation-start): Bind buffer-read-only
20833 to nil before invoking call-process. Reset buffer's modified flag
20834 after fontifying it in the no-async branch.
20835
20836 * wid-edit.el (widget-specify-button): If mouse pointer shape
20837 cannot be changed, use mouse face instead.
20838
20839 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
20840
20841 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
20842 (gdb-goto-breakpoint): Make breakpoint handling work on template
20843 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
20844 (gdb-assembler-custom): Update to recognize breakpoint information
20845 added on 2005-01-19.
20846
20847 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
20848
20849 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
20850 (dsssl-mode): Use define-derived-mode.
20851 (scheme-mode-initialize): Remove.
20852 (scheme-mode): Use run-mode-hooks.
20853
20854 * cus-edit.el (customize-group-other-window)
20855 (custom-buffer-create-other-window): Don't override special-display-*.
20856 (custom-mode-map): Make it dense.
20857
20858 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
20859 sets the default value.
20860
20861 2005-01-28 Eli Zaretskii <eliz@gnu.org>
20862
20863 * descr-text.el: Add more keywords.
20864
20865 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
20866
20867 * speedbar.el: Avoid unnecessary use of locate-library.
20868
20869 * international/mule-cmds.el (standard-display-european-internal):
20870 Don't fiddle with latin-1 non-break space any more since it's now
20871 special cased in the C code.
20872 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
20873
20874 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
20875
20876 * cus-start.el (all): Add `undo-outer-limit'.
20877
20878 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
20879
20880 * textmodes/bibtex.el (bibtex-format-entry):
20881 Use `bibtex-empty-field-re' only on the text of fields, not on entire
20882 field lines.
20883 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
20884 not on part of a buffer.
20885
20886 2005-01-25 Lute Kamstra <lute@gnu.org>
20887
20888 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
20889 nonempty field text strings like "{letters\\macro{}more letters}".
20890 Clarify docstring.
20891 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
20892 (bibtex-entry-offset, bibtex-parse-association)
20893 (bibtex-parse-field-name): Fix typos in docstrings.
20894 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
20895
20896 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
20897
20898 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
20899 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
20900 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
20901 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
20902
20903 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
20904 isearch minor mode.
20905
20906 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
20907
20908 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
20909
20910 2005-01-24 Lute Kamstra <lute@gnu.org>
20911
20912 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
20913 CASECHARS and NOT-CASECHARS regular expressions of the
20914 "nederlands" and "nederlands8" dictionaries to prevent a "Range
20915 striding over charsets" error.
20916
20917 2005-01-24 Jay Belanger <belanger@truman.edu>
20918
20919 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
20920 display variable name.
20921
20922 2005-01-24 Kenichi Handa <handa@m17n.org>
20923
20924 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
20925 Fix setting of the element of encoded-kbd-iso2022-invocations.
20926
20927 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
20928
20929 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
20930 (gdb-threads-select): Change to also accept mouse events.
20931 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
20932 (gdb-threads-mouse-select): Delete.
20933
20934 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
20935
20936 * files.el (insert-directory): Take care of empty directory,
20937 listed without -a switch.
20938
20939 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
20940
20941 * textmodes/refill.el (refill-post-command-function):
20942 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
20943 to the list of functions that we should be careful not to undo.
20944 (refill-late-fill-paragraph-function): Remove.
20945 (refill-saved-state): New var.
20946 (refill-mode): Use it to save fill-paragraph-function.
20947 Save also the value of auto-fill-function.
20948
20949 * term/w32-win.el: Simplify code.
20950
20951 2005-01-23 Kim F. Storm <storm@cua.dk>
20952
20953 * simple.el (line-move): Adapt to new return value from
20954 pos-visible-in-window-p.
20955
20956 * simple.el (line-move): Fix last change. Check partial
20957 visibility at point rather than at window-start.
20958
20959 2005-01-22 Jason Rumney <jasonr@gnu.org>
20960
20961 * term/w32-win.el (xw-defined-colors): Remove debug-message.
20962
20963 2005-01-22 David Kastrup <dak@gnu.org>
20964
20965 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
20966
20967 2005-01-22 Eli Zaretskii <eliz@gnu.org>
20968
20969 * type-break.el (type-break-mode): Add a test for
20970 type-break-file-name being non-nil.
20971
20972 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
20973
20974 * net/eudc.el (top level): Call (message "") via progn, so that
20975 eudc-options-file is loaded.
20976
20977 2005-01-22 Kim F. Storm <storm@cua.dk>
20978
20979 * simple.el (line-move-1): Rename from line-move.
20980 (line-move): New function that adjusts vscroll for partially
20981 visible rows, and calls line-move-1 otherwise.
20982
20983 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
20984
20985 * pcomplete.el: Define pcomplete-read-event instead of read-event,
20986 since it's not a complete read-event implementation
20987
20988 2005-01-20 Jay Belanger <belanger@truman.edu>
20989
20990 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
20991 for called function.
20992
20993 2005-01-20 Steven Tamm <steventamm@mac.com>
20994
20995 * term/mac-win.el (process-connection-type): Remove.
20996 Controlled now by s/darwin.h:PTY_ITERATION.
20997
20998 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
20999
21000 * window.el (handle-select-window): Don't switch window when we're
21001 in the minibuffer.
21002
21003 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
21004
21005 * subr.el (dotimes-with-progress-reporter): New macro.
21006
21007 * ses.el (ses-dotimes-msg): Remove macro.
21008 Use `dotimes-with-progress-reporter' instead.
21009
21010 2005-01-19 Steven Tamm <steventamm@mac.com>
21011
21012 * term/mac-win.el (process-connection-type): Use new
21013 operating-system-release variable to use ptys on Darwin 7 (OS X
21014 10.3) when using carbon build.
21015
21016 2005-01-19 Jay Belanger <belanger@truman.edu>
21017
21018 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
21019 flags if the last command was a tab or M-tab.
21020
21021 * calc/calc-prog.el (calc-user-define-edit): Put original formula
21022 in formula editing buffer.
21023
21024 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
21025
21026 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
21027 breakpoint image symbol in margin.
21028
21029 2005-01-19 Jay Belanger <belanger@truman.edu>
21030
21031 * calc/calc-prog.el (calc-execute-kbd-macro):
21032 Ignore calc-keep-arg-flag.
21033
21034 2005-01-19 Kenichi Handa <handa@m17n.org>
21035
21036 * textmodes/ispell.el (ispell-looking-at): New function.
21037 (ispell-process-line): Use ispell-looking-at to compare the ispell
21038 output and the buffer contents.
21039
21040 2005-01-18 Jay Belanger <belanger@truman.edu>
21041
21042 * calc/calc.el (calc-display-raw): Fix docstring.
21043
21044 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
21045
21046 * simple.el (blink-matching-open): Strip extra info from syntax.
21047
21048 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
21049 funny chars in the end-of-here-doc marker.
21050
21051 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
21052
21053 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
21054 that enable/disabled state of breakpoints is shown correctly in
21055 fringe and on ttys.
21056 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
21057 Add breakpoint information as text properties.
21058 (gdb-mouse-toggle-breakpoint):
21059 Rename to gdb-mouse-set-clear-breakpoint.
21060 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
21061 breakpoints in the margin.
21062 (gdb-remove-strings): Simplify.
21063
21064 2005-01-17 Jay Belanger <belanger@truman.edu>
21065
21066 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
21067 erasing buffer.
21068
21069 2005-01-17 Richard M. Stallman <rms@gnu.org>
21070
21071 * progmodes/grep.el (grep-find): Copy from `grep' the condition
21072 for calling grep-compute-defaults.
21073
21074 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
21075 if buffer is empty.
21076
21077 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
21078
21079 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
21080
21081 * hilit-chg.el (highlight-changes-mode): Don't autoload.
21082
21083 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
21084 non-preloaded variables.
21085
21086 2005-01-17 Steven Tamm <steventamm@mac.com>
21087
21088 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
21089 tex-shell cause to force interactivity when using pipes.
21090
21091 2005-01-17 Kim F. Storm <storm@cua.dk>
21092
21093 * simple.el (just-one-space): Make arg optional.
21094
21095 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
21096
21097 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
21098 posn-at-x-y to t to access left-margin.
21099
21100 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
21101
21102 Sync with Tramp 2.0.47.
21103
21104 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
21105 catching keep-date problems in cp/scp operations.
21106 (tramp-handle-copy-file): Don't call `set-file-modes'
21107 unconditionally. Specialized functions should know better what is
21108 necessary. This improves performance a little bit, and the
21109 functions could catch errors with `cp -p' and `scp -p'.
21110 (tramp-do-copy-or-rename-file-via-buffer)
21111 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
21112 when appropriate.
21113 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
21114 Call `set-file-modes' when appropriate.
21115 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
21116 Johnsson <isak@hypergene.com>
21117 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
21118 of both Tramp buffer and debug buffer. Reported by Joakim Verona
21119 <joakim@verona.se>
21120 (tramp-file-name-for-operation): Mark `shell-command' as magic for
21121 Emacs only.
21122
21123 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
21124 `find-file-hooks' and `dired-mode-hook'.
21125 (tramp-minor-mode-map): Respective map. Add remapping for
21126 `compile' and `recompile'.
21127 (tramp-remap-command, tramp-recompile): New defuns.
21128 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
21129 in buffer "*Compilation*". Call the commands asynchronously.
21130
21131 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
21132 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
21133 `shell-command', because it isn't magic in XEmacs. Reported by
21134 Adrian Aichner <adrian@xemacs.org>.
21135
21136 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
21137 `substitute-in-file-name.
21138 (tramp-smb-handle-substitute-in-file-name): New defun.
21139 (tramp-smb-advice-PC-do-completion): Delete advice.
21140
21141 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
21142
21143 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
21144 Fix error in deleting region.
21145
21146 2005-01-15 Richard M. Stallman <rms@gnu.org>
21147
21148 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
21149 In non-temp buffer, switch syntax table temporarily.
21150
21151 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
21152
21153 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
21154
21155 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
21156
21157 * imenu.el (imenu--split-menu): Copy menulist before sorting.
21158 (imenu--generic-function): Use START, not BEG, as pos of definition.
21159
21160 * simple.el (just-one-space): Argument specifies number of spaces.
21161
21162 * simple.el (eval-expression-print-format): Avoid warning
21163 about edebug-active.
21164
21165 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
21166
21167 * progmodes/sh-script.el: Code copied from make-mode.el
21168 with small changes,
21169 (sh-mode-map): Bind C-c C-\.
21170 (sh-backslash-column, sh-backslash-align): New variables.
21171 (sh-backslash-region, sh-append-backslash): New functions.
21172
21173 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
21174
21175 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
21176 (rmail-pop-password, rmail-pop-password-required): Move to
21177 rmail-obsolete group.
21178 (rmail-set-pop-password): Rename to rmail-set-remote-password.
21179 All callers updated.
21180 (rmail-get-pop-password): Rename to rmail-get-remote-password.
21181 Take an argument specifying whether it is POP or IMAP mailbox we
21182 are using. All callers updated.
21183 (rmail-pop-password-error): Rename to
21184 rmail-remote-password-error. Added mailutils-specific error message.
21185 (rmail-movemail-search-path)
21186 (rmail-movemail-variant-in-use): New variables.
21187 (rmail-remote-password, rmail-remote-password-required):
21188 New customization variables.
21189 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
21190 (rmail-parse-url): New function.
21191 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
21192 with GNU mailutils movemail.
21193
21194 2005-01-15 Kevin Ryde <user42@zip.com.au>
21195
21196 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
21197 suffix to space, $ or '$, to correctly position point when going
21198 to @table style constants like DBL_MAX.
21199
21200 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
21201
21202 * type-break.el (type-break-mode, type-break-file-time)
21203 (type-break-file-keystroke-count, type-break-choose-file):
21204 Don't store data in or load data from the file if type-break-file-name
21205 is nil.
21206 (type-break-file-name): Doc update as per the above.
21207
21208 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
21209
21210 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
21211 lookup-key might return nil; handle that.
21212
21213 2005-01-15 Alan Mackenzie <acm@muc.de>
21214
21215 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
21216 rather than the element found, thus enabling the tree to be setcar'd.
21217
21218 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
21219
21220 * textmodes/org.el (org-show-following-heading): New option.
21221 (org-show-hierarchy-above): Use `org-show-following-heading'.
21222 (org-cycle): Documentation fix.
21223
21224 * textmodes/org.el (orgtbl-optimized): New option
21225 (orgtbl-mode): New command, a minor mode.
21226 (orgtbl-mode-map): New variable.
21227 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
21228 (orgtbl-error, orgtbl-self-insert-command)
21229 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
21230
21231 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
21232 a local variable in each org-mode buffer.
21233
21234 * textmodes/org.el (org-set-regexps-and-options): Rename from
21235 `org-set-regexps'. Added checking for STARTUP keyword.
21236 (org-get-current-options): Add STARTUP options.
21237 (org-table-insert-row): Make mode intelligent about when
21238 realignment is needed.
21239 (org-self-insert-command, org-delete-backward-char, org-delete-char):
21240 New commands.
21241 (org-enable-table-editor): New default value `optimized'.
21242 (org-table-blank-field): Support blanking regions if active.
21243
21244 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
21245
21246 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
21247 if the year is not given.
21248
21249 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
21250 Add new escapes %m and %M, fixed bug with %F by adding
21251 save-match-data.
21252 (reftex-reference): Remove ?. from list of spaces.
21253 (reftex-label-info): Add automatic label prefix recognition.
21254
21255 * textmodes/reftex-index.el (reftex-index-next-phrase):
21256 Add slave parameter to call of `reftex-index-this-phrase'.
21257 (reftex-index-this-phrase): New optional argument.
21258 (reftex-index-region-phrases): Add slave parameter to call of
21259 `reftex-index-this-phrase'.
21260 (reftex-display-index): New argument redo.
21261 (reftex-index-rescan): Add `redo' to arguments of
21262 `reftex-display-index'.
21263 (reftex-index-Rescan, reftex-index-revert)
21264 (reftex-index-switch-index-tag): Add `redo' to arguments of
21265 `reftex-display-index'.
21266 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
21267 indexing. Fix bug with matching is there is a quote before or
21268 after the word.
21269
21270 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
21271 Fix bug when collecting citation keys in lines with comments.
21272 (reftex-citation): Prefix argument no longer rescans the document,
21273 but forces prompting for optional arguments of cite macros.
21274 (reftex-do-citation): Prompting for optional arguments implemented.
21275
21276 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
21277 Add optional arguments to most cite commands.
21278 (reftex-cite-cleanup-optional-args): New option
21279 (reftex-cite-prompt-optional-args): New option.
21280 (reftex-trust-label-prefix): New option.
21281
21282 * textmodes/reftex-toc.el (reftex-toc-find-section):
21283 Add push-mark before changing the position in the buffer.
21284
21285 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
21286 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
21287
21288 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
21289
21290 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
21291 more carefully.
21292
21293 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
21294
21295 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
21296 (sgml-mode): Use it.
21297 (sgml-get-context): Better keep track of implicitly closed tags.
21298
21299 2005-01-13 Kenichi Handa <handa@m17n.org>
21300
21301 * textmodes/ispell.el: These changes are to fix misalignment error
21302 caused by equivalent characters of different Emacs charsets.
21303 (ispell-unified-chars-table): New variable.
21304 (ispell-get-decoded-string): New function.
21305 (ispell-get-casechars, ispell-get-not-casechars)
21306 (ispell-get-otherchars): Call ispell-get-decoded-string.
21307
21308 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
21309
21310 * custom.el (custom-declare-variable): Just put symbol instead
21311 of (defvar . symbol) in `current-load-list'.
21312
21313 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
21314
21315 * emacs-lisp/elint.el: Fixed typo in Commentary section.
21316
21317 2005-01-12 Jay Belanger <belanger@truman.edu>
21318
21319 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
21320 to create a Calc summary.
21321
21322 2005-01-12 Kim F. Storm <storm@cua.dk>
21323
21324 * mouse.el (mouse-on-link-p): Change functionality and doc
21325 string to comply with latest description in lisp ref.
21326
21327 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
21328
21329 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
21330 Enable mouse clicks on mode-line, header-line and margin.
21331 (event-type): Give mouse event symbols an `event-kind' property
21332 with value `mouse-click'.
21333
21334 2005-01-12 Juri Linkov <juri@jurta.org>
21335
21336 * facemenu.el (list-colors-display): Add new arg buffer-name.
21337 Use it. Fix docstring. Replace code for identifying duplicate
21338 colors by the name with call to `list-colors-duplicates' which
21339 identifies duplicate colors by the value unless the color
21340 is one of special Windows colors. Set truncate-lines to t.
21341 Print sorted duplicate color names on each line. Indent to 22
21342 \(the longest color name in rgb.txt) instead of 20. Optimize.
21343 (list-colors-duplicates): New function.
21344 (facemenu-color-name-equal): Delete function.
21345
21346 * facemenu.el (list-colors-print): New function created from code
21347 in list-colors-display. Print #RRGGBB at the window right edge.
21348 (list-colors-display): When temp-buffer-show-function is not
21349 defined, call list-colors-print from temp-buffer-show-hook
21350 to get the right value of window-width in list-colors-print
21351 after the buffer is displayed.
21352
21353 * simple.el (pop-mark): Move deactivate-mark out of conditional
21354 part to deactivate the active mark regardless of the state of the
21355 mark ring.
21356
21357 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
21358 variables line in desktop files.
21359
21360 2005-01-12 Juri Linkov <juri@jurta.org>
21361
21362 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
21363 Bring together isearch highlight related options.
21364 (lazy-highlight): Replace group `replace' by `matching'.
21365 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
21366 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
21367 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
21368 and declare them obsolete.
21369 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
21370 (isearch-faces): Remove defgroup.
21371 (isearch-overlay, isearch-highlight, isearch-dehighlight):
21372 Move isearch highlighting code closer to lazy highlighting code.
21373
21374 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
21375 (query-replace-highlight, query-replace-lazy-highlight)
21376 (query-replace): Move definitions to the beginning of the file.
21377
21378 2005-01-11 Juri Linkov <juri@jurta.org>
21379
21380 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
21381 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
21382 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
21383
21384 * info.el (Info-history-forward): New variable.
21385 (Info-select-node): Reset Info-history-forward to nil.
21386 (Info-last): Turn into defalias.
21387 (Info-history-back): Rename from Info-last.
21388 Add current node to Info-history-forward.
21389 (Info-history-forward): New fun.
21390 (Info-mode-map): Replace Info-last by Info-history-back.
21391 Bind Info-history-forward to "r".
21392 (Info-mode-menu): Replace Info-last by Info-history-back.
21393 Fix menu item text. Add menu item for Info-history-forward.
21394 (info-tool-bar-map): Replace Info-last by Info-history-back.
21395 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
21396 for Info-history-forward.
21397 (Info-mode): Replace Info-last by Info-history-back in docstring.
21398 Add local variable Info-history-forward.
21399 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
21400
21401 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
21402
21403 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
21404 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
21405 Ignore select-window events rather than fiddle with
21406 mouse-autoselect-window.
21407
21408 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
21409
21410 * type-break.el (type-break-mode): Fix previous change.
21411
21412 2005-01-10 Jay Belanger <belanger@truman.edu>
21413
21414 * calc/calc-ext.el (calc-reset): Reset when inside embedded
21415 calculator; only reset when point is inside a calculator.
21416 Don't adjust the window height if the window takes up the whole height
21417 of the frame.
21418
21419 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
21420
21421 * ebuff-menu.el (Electric-buffer-menu-mode):
21422 Preserve value of buffer-local var header-line-format.
21423
21424 2005-01-09 Jay Belanger <belanger@truman.edu>
21425
21426 * calc/calc.el (calc-mode-var-list-restore-saved-values):
21427 Make sure settings file exists before accessing it.
21428
21429 * calc/calc-embed.el (calc-embedded-subst):
21430 Replace math-multi-subst-rec, which is only supposed to be called
21431 by math-multi-subst, by math-multi-subst.
21432
21433 2005-01-09 Andre Spiegel <spiegel@gnu.org>
21434
21435 * vc.el (vc-allow-async-revert): New user option.
21436 (vc-disable-async-diff): New internal variable.
21437 (vc-revert-buffer): Use them to disable asynchronous diff.
21438
21439 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
21440 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
21441 asynchronously if vc-disable-async-diff is t.
21442
21443 2005-01-09 Jay Belanger <belanger@truman.edu>
21444
21445 * calc/calc.el (defcalcmodevar): New macro.
21446 (calc-mode-var-list-restore-default-values)
21447 (calc-mode-var-list-restore-saved-values): New functions.
21448 (calc-mode-var-list): Use defcalcmodevar to define it.
21449 (calc-always-load-extensions, calc-line-numbering)
21450 (calc-line-breaking, calc-display-just, calc-display-origin)
21451 (calc-number-radix, calc-leading-zeros, calc-group-digits)
21452 (calc-group-char, calc-point-char, calc-frac-format)
21453 (calc-prefer-frac, calc-hms-format, calc-date-format)
21454 (calc-float-format, calc-full-float-format, calc-complex-format)
21455 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
21456 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
21457 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
21458 (calc-matrix-brackets, calc-language, calc-language-option)
21459 (calc-left-label, calc-right-label, calc-word-size)
21460 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
21461 (calc-display-raw, calc-internal-prec, calc-angle-mode)
21462 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
21463 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
21464 (calc-window-height, calc-display-trail, calc-show-selections)
21465 (calc-use-selections, calc-assoc-selections)
21466 (calc-display-working-message, calc-auto-why, calc-timing)
21467 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
21468 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
21469 (calc-gnuplot-default-device, calc-gnuplot-default-output)
21470 (calc-gnuplot-print-device, calc-gnuplot-print-output)
21471 (calc-gnuplot-geometry, calc-graph-default-resolution)
21472 (calc-graph-default-resolution-3d, calc-invocation-macro)
21473 (calc-show-banner): Use defcalcmodevar to declare them and set
21474 their default values.
21475
21476 * calc/calc-ext.el (calc-reset): Restore saved values of variables
21477 instead of default values (but restore default values if there is
21478 an argument of 0).
21479
21480 2005-01-09 David Kastrup <dak@gnu.org>
21481
21482 * desktop.el (desktop-restore-eager): Fix typo in type.
21483
21484 2005-01-08 Richard M. Stallman <rms@gnu.org>
21485
21486 * cus-edit.el (customize): Delete :link.
21487
21488 2005-01-08 Jay Belanger <belanger@truman.edu>
21489
21490 * calc/calc.el (calc-mode): Remove the extension from the
21491 `calc-settings-file' file name when loading it.
21492
21493 2005-01-08 Kim F. Storm <storm@cua.dk>
21494
21495 * info.el (Info-mode-map, Info-next-link-keymap)
21496 (Info-prev-link-keymap, Info-up-link-keymap):
21497 Map follow-link to mouse-face.
21498 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
21499
21500 2005-01-08 Jay Belanger <belanger@truman.edu>
21501
21502 * calc/calc.el (calc-settings-file): Change default value.
21503 Suggested by cgw in a comment in calc-mode.el.
21504
21505 * calc/calc-mode.el (calc-settings-file-name):
21506 Compare calc-settings-file to user-init-file instead of ~/.emacs.
21507 Replace ~/.emacs in a prompt by calc-settings-file.
21508
21509 2005-01-07 Lars Hansen <larsh@math.ku.dk>
21510
21511 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
21512 (desktop-lazy-idle-delay): New customizable variables.
21513 (desktop-buffer-args-list): New variable.
21514 (desktop-append-buffer-args): New function.
21515 (desktop-save): Call desktop-append-buffer-args for some buffers.
21516 (desktop-lazy-create-buffer): New function.
21517 (desktop-idle-create-buffers): New function.
21518 (desktop-read): Add message about buffers to restore lazily.
21519 (desktop-lazy-abort): New command.
21520 (desktop-clear): Call desktop-lazy-abort.
21521 (desktop-lazy-complete): New command.
21522
21523 2005-01-06 Richard M. Stallman <rms@gnu.org>
21524
21525 * emacs-lisp/find-func.el (find-face-definition):
21526 Rename from find-face.
21527
21528 2005-01-06 Kim F. Storm <storm@cua.dk>
21529
21530 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
21531
21532 * man.el (Man-xref-man-page, Man-xref-header-file)
21533 (Man-xref-normal-file): Add follow-link property.
21534
21535 2005-01-06 Jay Belanger <belanger@truman.edu>
21536
21537 * calc/calc-units.el: Make sure the proper macro definitions are
21538 available when compiling.
21539
21540 2005-01-06 Juri Linkov <juri@jurta.org>
21541
21542 * isearch.el (isearch-lazy-highlight-update):
21543 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
21544
21545 2005-01-06 Miles Bader <miles@gnu.org>
21546
21547 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
21548 (isearch-lazy-highlight-face): Use new name.
21549
21550 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
21551
21552 * uniquify.el (uniquify-rationalize-file-buffer-names):
21553 Re-add an interactive spec.
21554 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
21555 to the same name.
21556
21557 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
21558 (isearch-update, isearch-done): Adjust calls accordingly.
21559
21560 2005-01-05 Richard M. Stallman <rms@gnu.org>
21561
21562 * custom.el (custom-set-variables, custom-theme-set-variables):
21563 Clarify documentation.
21564
21565 * emacs-lisp/find-func.el (find-variable)
21566 (find-variable-other-window, find-variable-other-frame):
21567 Fix the TYPE args to find-function-read and find-function-do-it.
21568 (find-function): Doc fix.
21569 (find-function-at-point): Replace function-at-point alias.
21570
21571 2005-01-04 Richard M. Stallman <rms@gnu.org>
21572
21573 * cus-face.el (custom-declare-face):
21574 Record defface in current-load-list.
21575
21576 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
21577
21578 * emacs-lisp/find-func.el: Doc fixes.
21579 (find-face-regexp): New variable.
21580 (find-function-regexp-alist): New variable.
21581 (find-function-C-source): Third arg is now TYPE.
21582 (find-function-search-for-symbol): Handle general TYPE.
21583 (find-function-read, find-function-do-it): Handle general TYPE.
21584 (find-definition-noselect, find-face): New functions.
21585 (function-at-point): Alias deleted.
21586
21587 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
21588
21589 * battery.el (display-battery-mode): Rename from display-battery.
21590 Handle the case where it gets turned off.
21591
21592 2005-01-04 Richard M. Stallman <rms@gnu.org>
21593
21594 * cus-edit.el (customize): Make :link point to user doc.
21595
21596 * man.el (Man-fontify-manpage): Turn off undo generation.
21597
21598 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
21599
21600 2005-01-04 Andreas Schwab <schwab@suse.de>
21601
21602 * files.el (insert-directory): Only look for error lines in
21603 inserted text. Don't move too far after processing --dired markers.
21604
21605 2005-01-04 Richard M. Stallman <rms@gnu.org>
21606
21607 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
21608 Don't expand if the character is @, period, dash, etc.
21609 (define-mail-abbrev): Quote names that contain problem characters.
21610
21611 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
21612
21613 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
21614
21615 2005-01-03 Richard M. Stallman <rms@gnu.org>
21616
21617 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
21618 (query-replace-highlight, query-replace-lazy-highlight)
21619 (query-replace): Definitions moved up. Doc fix.
21620
21621 2005-01-03 Richard M. Stallman <rms@gnu.org>
21622
21623 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
21624 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
21625 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
21626 (lazy-highlight-face): Rename from isearch-lazy-...
21627 Change all references to them.
21628
21629 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
21630
21631 * cus-edit.el (custom-file): Doc fix for defcustom.
21632 (custom-file): The function no longer sets the variable
21633 `custom-file' to its return value.
21634
21635 * startup.el (command-line): No longer load `custom-file'.
21636
21637 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
21638
21639 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
21640
21641 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
21642 Don't confuse module-prefixed identifiers for labels.
21643 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
21644
21645 2005-01-02 Richard M. Stallman <rms@gnu.org>
21646
21647 * files.el (basic-save-buffer-1): Fix previous change.
21648
21649 * loadhist.el (file-loadhist-lookup): New function.
21650 (file-provides, file-requires): Use it.
21651
21652 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
21653 instead of calculating the right size.
21654
21655 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
21656
21657 * vc-svn.el (vc-svn-diff): Stay local if possible.
21658
21659 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
21660
21661 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
21662
21663 * files.el (hack-local-variables): Fix last change.
21664
21665 2005-01-02 Jay Belanger <belanger@truman.edu>
21666
21667 * calc/calc-yank.el (calc-edit-top): New variable.
21668 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
21669 object. Change header properties.
21670 (calc-edit-finish, calc-edit-finish-stack-object)
21671 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
21672 edited object.
21673 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
21674 for the beginning of the edited object.
21675 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
21676 for the beginning of the edited object.
21677 * calc/calc-prog.el (calc-edit-macro-finish-edit)
21678 (calc-finish-formula-edit, calc-macro-repeats)
21679 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
21680 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
21681 beginning of the edited object.
21682 (calc-user-define-edit): Change the header for editing macros.
21683 Remove unnecessary variable.
21684
21685 2005-01-01 Jay Belanger <belanger@truman.edu>
21686
21687 * calc/calc-yank.el (calc-edit-mode): Change default header.
21688 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
21689 * calc/calc-store.el (calc-edit-variable): Change title to match new
21690 header.
21691 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
21692 mode to match new header.
21693 (calc-user-define-edit): Change titles to include names of commands.
21694 (calc-finish-formula-edit): Adjust to handle new header.
21695 (calc-finish-macro-edit): Remove.
21696 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
21697 (calc-edit-macro-command, calc-edit-macro-command-type)
21698 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
21699 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
21700 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
21701 (calc-edit-macro-finish-edit): New functions.
21702 (calc-user-define-edit): Use new functions to edit named calc macros.
21703
21704 2005-01-01 Stefan <monnier@iro.umontreal.ca>
21705
21706 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
21707
21708 * ses.el (copy-region-as-kill): Deactivate mark.
21709
21710 2005-01-01 Richard M. Stallman <rms@gnu.org>
21711
21712 * replace.el (occur-1): If the output buffer is also an input,
21713 don't kill it, rename it.
21714
21715 * faces.el (set-face-background, set-face-foreground): Doc fix.
21716
21717 * cus-face.el (custom-face-attributes): Fix :help-echo strings
21718 for :foreground and :background.
21719
21720 * dired.el (dired-view-command-alist): Variable deleted.
21721 (dired-view-file, dired-mouse-find-file-other-window):
21722 Delete the code to use it.
21723
21724 2005-01-01 Kim F. Storm <storm@cua.dk>
21725
21726 * image.el (insert-sliced-image): Use t for line-height property.
21727
21728 See ChangeLog.11 for earlier changes.
21729
21730 ;; Local Variables:
21731 ;; coding: iso-2022-7bit
21732 ;; End:
21733
21734 Copyright (C) 2005, 2006 Free Software Foundation, Inc.
21735 Copying and distribution of this file, with or without modification,
21736 are permitted provided the copyright notice and this notice are preserved.
21737
21738 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1