]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(bibtex-autokey-name-case-convert-function)
[gnu-emacs] / lisp / ChangeLog
1 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
4 (bibtex-sort-entry-class): Add safe-local-variable predicate.
5 (bibtex-sort-entry-class-alist): Don't set the global value.
6 (bibtex-init-sort-entry-class-alist): New fun.
7 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
8 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
9 of bibtex-init-sort-entry-class.
10
11 2006-05-28 Richard Stallman <rms@gnu.org>
12
13 * subr.el (load-history-regexp): If FILE is relative, insist
14 entire last name component must match it.
15 (load-history-filename-element, load-history-regexp): Doc fixes.
16
17 2006-05-29 Kim F. Storm <storm@cua.dk>
18
19 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
20 `pos' and `raw-data' for clarity, as eval forms may access these.
21
22 2006-05-28 Kim F. Storm <storm@cua.dk>
23
24 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
25
26 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
27
28 * progmodes/make-mode.el (makefile-browser-map)
29 (makefile-mode-syntax-table): Move initialization inside declaration.
30 (makefile-fill-paragraph): Use the default comment-filling code.
31
32 2006-05-28 Chong Yidong <cyd@stupidchicken.com>
33
34 * replace.el (query-replace-defaults): New variable.
35 (query-replace-read-from): Use `query-replace-defaults' for
36 default value, instead of history list.
37 (query-replace-read-to): Update `query-replace-defaults'.
38
39 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
40
41 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
42 with no X toolkit.
43
44 2006-05-28 Nick Roberts <nickrob@snap.net.nz>
45
46 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
47 (tumme-show-all-from-dir): Add autoload.
48
49 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
50
51 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
52 (tumme-remove-tag): Fix bug.
53
54 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
55
56 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
57 FOOTER args. Update unique caller.
58 (ewoc-delete): Compute last node once before looping.
59 (ewoc--node-branch): Merge into unique caller.
60 (ewoc--node): Don't define constructor make-ewoc--node for this
61 structure.
62 (ewoc): Add member `hf-pp' to this structure.
63 (ewoc--wrap): New func.
64 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
65 header/footer pretty-printers. Save header/footer pretty-printer.
66 (ewoc-set-hf): Use ewoc's header/footer pretty-printer. *
67
68 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
69
70 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
71
72 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
73 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
74 Tag'. Change "Compare directories..." to "Change Directories...".
75 Move tumme commands to Operate, Regexp and Immediate menus.
76 Change "Add Comment" to "Add Image Comment". Change "Add Image
77 Tag" to "Add Image Tags".
78
79 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
80 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
81 `tumme-delete-tag'.
82
83 2006-05-26 Luc Teirlinck <teirllm@auburn.edu>
84
85 * shell.el (shell-mode): Call shell-dirtrack-mode after
86 list-buffers-directory is made a local variable, to avoid setting
87 the default value.
88
89 2006-05-26 Kevin Ryde <user42@zip.com.au>
90
91 * info.el (Info-index-next): Use where-is-internal to report
92 actual binding of Info-index-next, rather than hard-coded `,'.
93
94 2006-05-26 Eli Zaretskii <eliz@gnu.org>
95
96 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
97 and "Find Command in Manual" to here.
98
99 * buff-menu.el (list-buffers-noselect): For Info buffers, use
100 Info-current-file as the file name.
101
102 2006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
103
104 * ses.el (defadvice undo-more): Delete this defadvice. The undo
105 overrides will now be done a different way.
106 (ses-set-parameter): Reapply this function for undo.
107 (ses-set-header-row): Reconstruct header row during undo.
108 (ses-widen): New function.
109 (ses-goto-data, ses-reconstruct-all): Use new function.
110 (ses-command-hook): Widen buffer during undo, before unupdating
111 the cells.
112 (ses-insert-row, ses-delete-row): Widen buffer during undo.
113 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
114 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
115 formula hasn't been executed yet.
116
117 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
118
119 * comint.el (comint-kill-whole-line): Rename arg to count. Fix
120 doc string.
121
122 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
123
124 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
125 to copy-file.
126
127 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
128
129 * simple.el (toggle-truncate-lines): Make arg optional for
130 backward compatibility.
131
132 2006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
133
134 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
135 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
136 DLL arg. Instead, use ewoc--current-dll. Update all callers.
137 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
138 (ewoc--adjust): Use ewoc--current-dll.
139 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
140
141 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
142
143 * textmodes/org.el: (org-next-item, org-previous-item): Emit more
144 compact error message.
145 (org-tags-view): Refresh category table in each file.
146 (org-table-justify-field-maybe): Removed superfluous arguments to
147 `format'.
148 (org-export-as-html): Insert "<p>" before postamble.
149 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill
150 ring.
151
152 2006-05-26 Kenichi Handa <handa@m17n.org>
153
154 * textmodes/po.el (po-find-charset): Pay attention to the case
155 FILENAME is a cons (NAME . BUFFER).
156 (po-find-file-coding-system-guts): Likewise.
157
158 * arc-mode.el (archive-set-buffer-as-visiting-file): Call
159 find-operation-coding-system with (FILENAME . BUFFER).
160
161 * tar-mode.el (tar-extract): Call find-operation-coding-system
162 with (FILENAME . BUFFER).
163
164 * international/mule.el (decode-coding-inserted-region): Call
165 find-operation-coding-system with (FILENAME . BUFFER).
166
167 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
168
169 * image-mode.el (image-toggle-display): Use buffer contents to
170 generate image for a remote file.
171
172 2006-05-25 Juri Linkov <juri@jurta.org>
173
174 * replace.el (query-replace-read-from, query-replace-read-to):
175 Remove 8th arg KEEP-ALL in read-from-minibuffer.
176
177 2006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
178 * whitespace.el (whitespace-cleanup): change to cleanup
179 region if one is active
180 * whitespace.el (whitespace-cleanup-internal): new internal
181 method
182
183 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
184
185 * dired.el (dired-mode-map): Add help-echo strings to tumme
186 commands. Bind `tumme-dired-display-image' to C-t i.
187
188 * tumme.el (tumme-display-image): Change documentation string
189 slightly.
190 (tumme-dired-display-image): Add call to `display-buffer'.
191
192 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
193
194 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
195 Signal error if RAW-DATA is a multibyte string.
196
197 2006-05-24 Richard Stallman <rms@gnu.org>
198
199 * subr.el (with-local-quit): When handling `quit' signal,
200 make a chance for quit-flag to cause a quit.
201
202 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
203 (ad-disable-advice): Add autoloads.
204
205 * subr.el (read-passwd): Copy PROMPT before changing its properties.
206
207 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
208
209 * dired.el (dired-mode-map): Change menu items for tumme as per
210 suggestions in emacs-devel.
211
212 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
213
214 * dired.el (dired-mode-map): Fix breakage.
215
216 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
217
218 * tumme.el (tumme-display-dired-image): Rename to...
219 (tumme-dired-display-image): ...this.
220 (tumme-track-movement): Change default value to t.
221 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
222 used from `tumme-next-line-and-display' and similar commands.
223
224 * dired.el (dired-mode-map): Add Thumbnail submenu under the
225 Immediate menu. Add some tumme commands there.
226
227 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
228
229 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
230
231 2006-05-24 Chong Yidong <cyd@mit.edu>
232
233 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
234 menu entries that open submenus.
235
236 2006-05-24 Alan Mackenzie <acm@muc.de>
237
238 * startup.el (command-line): For names of preloaded files, don't
239 append ".elc" (now done in Fload), and call file-truename on the
240 lisp directory.
241
242 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
243 match ANY loaded file with the right name, not just those in
244 load-path. Put a regexp matching the file name into
245 after-load-alist, rather than the name itself.
246
247 * subr.el: New functions load-history-regexp,
248 load-history-filename-element, do-after-load-evaluation.
249
250 * international/mule.el (load-with-code-conversion): Do the
251 eval-after-load stuff by calling do-after-load-evaluation.
252
253 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
254
255 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
256 has not been killed.
257
258 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
259
260 * term/mac-win.el: Set idle timer to clean up expired Apple events.
261 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
262 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
263 Optionally set error message in reply.
264
265 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
266
267 * textmodes/org.el: (org-open-at-point): Use renamed variable
268 `org-confirm-shell-link-function'.
269 (org-confirm-shell-link-function): Renamed from
270 `org-confirm-shell-links'.
271 (org-export-directory): New function.
272 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
273 (org-export-icalendar): Use `org-export-directory'.
274 (org-indent-item): Keep cursor position.
275 (org-link-file-path-type): New option.
276 (org-export-as-html): Fixed bug with plain lists starting in
277 column 0.
278 (org-export-as-html): Removed deadline formatting, this happens
279 now already in `org-html-handle-time-stamps'.
280 (org-export-html-style): Deadline class removed.
281 (org-insert-labeled-timestamps-at-point): New option.
282 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
283 of `hide-sublevels 1', in case the first headline is not level 1.
284 (org-overview, org-content): New fuction.
285 (org-cycle-global-status, org-cycle-subtree-status): Make these
286 variables buffer-local.
287 (org-global-cycle): New command.
288 (org-shifttab): Use `org-global-cycle'.
289 (org-insert-heading, org-insert-item): Go to end of new
290 headline/item after creating it.
291 (org-export-visible): Renames from `org-export-copy-visible'. Now
292 creates a temporary org-file and applies an exporting command to
293 it.
294 (org-table-eval-formula): Support for lisp forms.
295 (org-agenda-todo-ignore-scheduled): New option.
296 (org-agenda-get-todos): Use new option
297 `org-agenda-todo-ignore-scheduled'.
298 (org-export-html-inline-images): New value `maybe'.
299 (org-export-as-html): Inlining of images dependent on link
300 description.
301 (org-archive-subtree): Check for end-of-buffer before trying
302 `kill-line'.
303 (org-agenda-follow-mode): New option.
304 (org-export-with-tags, org-export-with-timestamps): New options.
305 (org-html-handle-time-stamps): New function.
306 (org-keyword-time-regexp): New variable.
307 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
308 (org-agenda-todo-list-sublevels): New option.
309 (org-html-level-start): When TITLE is nil, just close all levels.
310 (org-parse-key-lines, org-parse-export-options): Functions
311 removed, replaced by `org-infile-export-plist'.
312 (org-combine-plists, org-infile-export-plist)
313 (org-default-export-plist): New functions.
314 (org-export-html-preamble, org-export-html-postamble)
315 (org-export-html-auto-preamble, org-export-html-auto-postamble):
316 New variables.
317 (org-export-publishing-directory): New option.
318 (org-export-as-html, org-export-as-ascii): Use the new property
319 lists for settings.
320 (org-export-copy-visible, org-export-as-xoxo): Respect
321 `org-export-publishing-directory'.
322 (org-link-search, org-store-link, org-file-apps): Support for
323 links to BibTeX database entries..
324 (org-get-current-options, org-set-regexps-and-options): Implement
325 logging as a startup option.
326 (org-store-link): Make sure context string is never empty
327 (org-insert-link): Use relative path when possible.
328 (org-at-item-checklet-p): New function.
329 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
330 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
331 (org-metaright, org-metaup, org-metadown, org-shiftup)
332 (org-shiftdown, org-shiftright, org-shiftleft)
333 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
334 Dispatch using `call-interactively'.
335 (org-call-with-arg): New defsubst.
336 (org-tag-alist, org-use-fast-tag-selection): New options.
337 (org-complete): Use `org-tag-alist'.
338 (org-fast-tag-insert, org-fast-tag-selection): New functions.
339 (org-next-item, org-previous-item): New commands.
340 (org-beginning-of-item, org-end-of-item): Added (interactive) to
341 make command.
342 (org-shiftup, org-shiftdown): Accommodate the item-navigation
343 commands.
344
345
346 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
347
348 * emacs-lisp/ewoc.el (ewoc-delete): New function.
349 (ewoc-filter): Use `ewoc-delete'.
350
351 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
352
353 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
354
355 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
356 Signal more user-friendly error messages.
357
358 * complete.el (PC-do-completion): Undo the addition of implicit
359 wildcards if they did not lead to finding any match.
360 (read-file-name-internal): Don't add the final > if the completion is
361 not finished.
362
363 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
364
365 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
366 Quote safe-local-variable predicate.
367
368 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
369
370 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
371
372 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
373
374 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
375
376 * progmodes/make-mode.el (makefile-special-targets-list)
377 (makefile-macro-table, makefile-target-table): Mark as risky.
378 (makefile-query-one-target-method): Make this the alias for the
379 following variable.
380 (makefile-query-one-target-method-function): Make this the real name.
381
382 * textmodes/artist.el (artist-text-renderer): Make this the alias
383 for the following variable.
384 (artist-text-renderer-function): Make this the real name.
385
386 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
387 the alias for the following variable.
388 (flyspell-generic-check-word-predicate): Make this the real name.
389
390 * textmodes/ispell.el (ispell-format-word): Make this the alias
391 for the following variable.
392 (ispell-format-word-function): Make this the real name.
393 (ispell-message-text-end): Mark as risky.
394
395 * skeleton.el (skeleton-transformation, skeleton-filter)
396 (skeleton-pair-filter): Make these the aliases for the following
397 variables.
398 (skeleton-transformation-function, skeleton-filter-function)
399 (skeleton-pair-filter-function): Make these the real names.
400
401 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
402 and skeleton-pair-filter-function.
403
404 * textmodes/sgml-mode.el (sgml-transformation): Make this the
405 alias for the following variable.
406 (sgml-transformation-function): Make this the real name.
407 (sgml-tag-alist): Mark as risky.
408
409 2006-05-21 Richard Stallman <rms@gnu.org>
410
411 * simple.el (kill-region): Interactively, pass point, then mark.
412
413 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
414
415 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
416
417 2006-05-21 Romain Francoise <romain@orebokech.com>
418
419 * dired-x.el (dired-mode-map): Don't bind M-g.
420
421 2006-05-20 Richard Stallman <rms@gnu.org>
422
423 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
424 (dired-goto-file): Doc fix.
425
426 2006-05-21 Kim F. Storm <storm@cua.dk>
427
428 * emulation/cua-base.el: Mention customizing cua-mode as alternative
429 way to enable built-in cua-mode if user loads older CUA-mode package.
430
431 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
432 if default-filename is specified.
433
434 2006-05-20 Eli Zaretskii <eliz@gnu.org>
435
436 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
437
438 * info.el (info-apropos): Make sure current-file and current-node
439 have non-nil values. Speed up by using add-to-list instead of
440 manual consing.
441
442 2006-05-20 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
443
444 * progmodes/make-mode.el (makefile-mode): Doc fix.
445
446 2006-05-20 Eli Zaretskii <eliz@gnu.org>
447
448 * dired-aux.el (dired-do-shell-command): Doc fix.
449
450 2006-05-20 Kevin Ryde <user42@zip.com.au>
451
452 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
453 ``(custom-manual :tag "Foo" "(foo)Node")''.
454
455 2006-05-20 Karl Chen <quarl@cs.berkeley.edu>
456
457 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
458 value is an integer.
459
460 2006-05-20 Eli Zaretskii <eliz@gnu.org>
461
462 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
463 "format".
464 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
465
466 2006-05-20 Martin Rudalics <rudalics@gmx.at>
467
468 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
469 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
470
471 2006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
472
473 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
474 regexp for keywords.
475
476 2006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
477
478 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
479 replace-regexp-in-string.
480
481 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
482 encode, and escape file name on conversion to URL.
483
484 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
485
486 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
487 Don't unescape URL.
488 (dnd-get-local-file-name): Unescape URL on conversion to file name.
489
490 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
491 on conversion to URLs.
492
493 * net/browse-url.el (browse-url-file-url): Encode file name on
494 conversion to URL.
495
496 * term/mac-win.el (mac-ae-open-documents): Escape file name on
497 conversion to URL.
498
499 2006-05-19 Eli Zaretskii <eliz@gnu.org>
500
501 * progmodes/cc-styles.el (c-style-alist): Doc fix.
502
503 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
504
505 * term/mac-win.el (mac-bytes-to-digits): Remove function.
506 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
507
508 2006-05-19 Glenn Morris <rgm@gnu.org>
509
510 * calendar/diary-lib.el (diary-bahai-date)
511 (list-bahai-diary-entries, mark-bahai-diary-entries)
512 (mark-bahai-calendar-date-pattern): Not interactive.
513 (add-to-diary-list): New optional arg LITERAL. Doc fix.
514 (diary-entries-list): Change format of 4th element in each entry.
515 (diary-list-entries): Use add-to-diary-list.
516 (diary-goto-entry): Handle the case where the buffer visiting the
517 diary has been killed.
518 (fancy-diary-display): Add 'locator to button rather than 'marker.
519 Only generate temp-face when there are marks to apply.
520 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
521 (diary-fancy-date-pattern): New variable.
522 (diary-time-regexp): Doc fix.
523 (diary-anniversary, diary-time): New faces.
524 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
525 diary-time-regexp. Add font-lock-multiline property where needed.
526 Use new faces diary-anniversary and diary-time.
527 (diary-fancy-font-lock-fontify-region-function): New function, to
528 handle multiline font-lock pattern in fancy diary.
529 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
530 (diary-font-lock-keywords): Tweak time regexp. Use new face
531 diary-time.
532
533 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
534
535 * international/code-pages.el (mik): Table corrected.
536
537 2006-05-18 Kim F. Storm <storm@cua.dk>
538
539 * progmodes/grep.el (grep-find): Don't check grep-find-command
540 before running command (breaks non-interactive usage).
541
542 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
543
544 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
545 (ewoc--insert-new-node): Don't insert trailing newline.
546 Instead, adjust successor nodes's start markers.
547 (ewoc--refresh-node): Delete all text from current node's start
548 marker to the next one's; adjust successor nodes's start markers.
549 (ewoc--create): Doc fixes.
550 (ewoc--refresh): Don't insert newline.
551 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
552 * pcvs.el (cvs-make-cvs-buffer):
553 Specify extra newline for ewoc's header and footer.
554 (cvs-update-header): Update initial header recognition.
555 Append newline to final header and footer values.
556 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
557
558 2006-05-17 Richard Stallman <rms@gnu.org>
559
560 * files.el (file-name-extension): Doc fix.
561
562 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
563
564 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
565 we can explicitly enable/disable rather than toggle.
566 (shell-mode): Use it.
567 (shell-cd): Don't try to reproduce what `cd' does.
568
569 2006-05-17 Kim F. Storm <storm@cua.dk>
570
571 * ido.el (ido-read-internal): Use only nondirectory part of
572 default item.
573
574 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
575
576 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
577 (ewoc-nth): Doc fix.
578
579 (ewoc-map, ewoc-invalidate): Compute PP before looping.
580
581 2006-05-16 Eli Zaretskii <eliz@gnu.org>
582
583 * international/mule.el (auto-coding-alist): Add .lha to files
584 read with no-conversion.
585
586 * files.el (auto-mode-alist): Add .lha files to archive file
587 extensions.
588
589 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
590 Convert csize to integer when computing offsets within the
591 compressed archive file.
592
593 2006-05-16 Kim F. Storm <storm@cua.dk>
594
595 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
596 with read-from-minibuffer.
597
598 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
599
600 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
601 (byte-compile-warnings): Fix safe-local-variable property.
602
603 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
604
605 * allout.el (allout-show-bodies, allout-old-style-prefixes)
606 (allout-stylish-prefixes, allout-numbered-bullet)
607 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
608 predicates to qualify `safe-local-variable' property, when
609 available, else use equivalent lambda.
610 (allout-current-topic-collapsed-p): Do the right thing regarding
611 trailing blank lines.
612
613 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
614
615 * server.el (server-start): Only create a directory if needed.
616 (server-edit, server-unload-hook): server-start => server-mode.
617 (kill-emacs-hook): Cleanup upon exit.
618
619 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
620
621 * hexl.el (hexlify-buffer): Encode process arguments manually.
622
623 2006-05-16 Nick Roberts <nickrob@snap.net.nz>
624
625 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
626 call to gdb-tooltip-print.
627
628 2006-05-15 Romain Francoise <romain@orebokech.com>
629
630 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
631 systems, default to "tar" since those systems probably have GNU tar.
632
633 2006-05-14 Lars Hansen <larsh@soem.dk>
634
635 * desktop.el (desktop-missing-file-warning): Fix docstring.
636 (desktop-restore-file-buffer): Correct question asked on missing file.
637
638 2006-05-14 Kim F. Storm <storm@cua.dk>
639
640 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
641 Add CUA move property.
642
643 2006-05-13 Chong Yidong <cyd@stupidchicken.com>
644
645 * custom.el (custom-push-theme): Load the variable before checking
646 its `standard-value'.
647
648 2006-05-13 Lars Hansen <larsh@soem.dk>
649
650 * desktop.el (desktop-save): Use with-temp-buffer.
651
652 2006-05-12 Glenn Morris <rgm@gnu.org>
653
654 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
655 * calendar/calendar.el (calendar-mode-map):
656 * calendar/diary-lib.el (include-other-diary-files,diary-mail-entries):
657 * calendar/appt.el (appt-check, appt-make-list): Refer to
658 diary-view-entries, diary-list-entries, diary-show-all-entries
659 rather than obsolete aliases.
660
661 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
662
663 * simple.el (line-move-finish): Avoid calling point motion hooks
664 while processing intangibility.
665
666 2006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
667
668 * term/xterm.el (terminal-init-xterm): Fix typo.
669
670 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
671
672 * allout.el: (allout-view-change-hook): Mark as being deprecated,
673 to be replaced by `allout-exposure-change-hook'.
674 (allout-exposure-change-hook): New, replacing
675 `allout-view-change-hook'.
676 (allout-flag-region): Run new hook `allout-exposure-change-hook',
677 in addition to `allout-view-change-hook'.
678 (allout-show-bodies, allout-old-style-prefixes)
679 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
680 lambda forms to prevent their showing up in variable help
681 presentations as inscrutable byte-compiled code.
682 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
683 Use string-or-null-p to qualify safe-local-variable values.
684 (allout-reindent-bodies): Use memq to qualify matches against
685 valid safe-local-variable values. Also, quote the lambda as above.
686 (allout-use-mode-specific-leader): Add missing candidate-value
687 symbols, use memq, and quote the lambda.
688 (allout-overlay-interior-modification-handler): Remove unused
689 variables `msg' and 'opened'.
690 (allout-hidden-p): Constrain invisibility consideration to allout's
691 invisibility spec, disregarding invisibility for other reasons.
692
693 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
694
695 * files.el (version-control): Correct safe values.
696
697 2006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
698
699 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
700
701 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
702 (ewoc--insert-new-node): New func.
703 Update callers of deleted funcs to use it, instead.
704
705 2006-05-11 Glenn Morris <rgm@gnu.org>
706
707 * calendar/calendar.el (diary-show-all-entries): Do not refer to
708 obsolete alias `show-all-diary-entries'.
709 (make-diary-entry): Not interactive.
710 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
711 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
712 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
713 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
714 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
715 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
716
717 2006-05-11 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
718
719 * calendar/calendar.el (calendar-french-date-string)
720 (calendar-mayan-date-string, calendar-chinese-date-string)
721 (calendar-astro-date-string, calendar-iso-date-string)
722 (calendar-islamic-date-string, calendar-bahai-date-string)
723 (calendar-hebrew-date-string, calendar-coptic-date-string)
724 (calendar-ethiopic-date-string, calendar-persian-date-string):
725 These functions are not interactive.
726
727 2006-05-11 Luc Teirlinck <teirllm@auburn.edu>
728
729 * files.el: Balance parentheses.
730
731 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
732
733 * files.el, newcomment.el, outline.el, simple.el,
734 emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
735 progmodes/cc-vars.el, progmodes/compile.el:
736 Move `safe-local-variable' declarations to the respective files.
737
738 * help-fns.el (describe-variable): Don't print safe-var if it is
739 byte-code. Improve wording as suggested by Luc Teirlinck
740 <teirllm@auburn.edu>.
741
742 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
743
744 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
745 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
746 Use a token for pending-triggers to ensure gdb-var-update
747 gets called once per user input again for pre-GDB 6.4.
748 (gdb-var-delete): Match on more complex expressions.
749 (gdb-var-list-children-handler, gdb-var-create-handler):
750 Use a token for consistency.
751
752 2006-05-11 Carsten Dominik <dominik@science.uva.nl>
753
754 * textmodes/org.el (org-read-date, org-goto-calendar)
755 (org-agenda-goto-calendar):
756 Bind `view-calendar-holidays-initially' to nil.
757
758 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
759
760 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
761 Update all callers to do it there, instead.
762
763 2006-05-10 Glenn Morris <rgm@gnu.org>
764
765 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
766 prefix arg case, to avoid view-diary-entries-initially error.
767 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
768 (calendar-date-is-legal-p): Handle dates with no day part.
769
770 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
771
772 * comint.el (comint-insert-input): Just make it when
773 comint-use-prompt regexp is nil (default) and with the mouse.
774 (comint-copy-old-input): Reinstate from 2004-06-23.
775 (comint-mode-map): Bind C-c C-m to it.
776
777 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
778
779 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
780 Remove spurious move to point-max (new comint behavior fixes).
781
782 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
783 compatibility function (Emacs 18/19).
784 (idlwave-is-continuation-line): Always return point at start of
785 previous non-blank continuation line.
786 `keyword-parameters': Fix continued comment font-lock matcher.
787 (idlwave-font-lock-fontify-region): Written, use as
788 font-lock-fontify-region-function, to fix continued keyword
789 fontification issues.
790
791 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
792
793 * term/mac-win.el (mac-font-panel-mode): Doc fix.
794 (mac-service-selection, mac-service-open-file)
795 (mac-service-open-selection, mac-service-mail-selection)
796 (mac-service-mail-to, mac-service-insert-text): Rename from
797 mac-services-*. All uses changed.
798 (mac-apple-event-map): Rename event symbol `services' to `service'.
799
800 2006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
801
802 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
803 (ewoc--node-enter-first, ewoc--node-enter-last)
804 (ewoc--delete-node-internal): Merge funcs into unique callers.
805
806 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
807
808 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
809 return value of read-from-minibuffer for empty input.
810
811 2006-05-09 Miles Bader <miles@gnu.org>
812
813 * comint.el (comint-insert-input): Remove redundant calls to setq
814 and goto-char.
815
816 2006-05-10 Nick Roberts <nickrob@snap.net.nz>
817
818 * comint.el (comint-insert-input): Make it work when
819 comint-use-prompt-regexp is t.
820
821 2006-05-10 Miles Bader <miles@gnu.org>
822
823 * subr.el (field-at-pos): New function.
824
825 * comint.el (comint-insert-input): Use it.
826
827 2006-05-09 Juri Linkov <juri@jurta.org>
828
829 * battery.el (battery-linux-proc-acpi): Also try
830 `/proc/acpi/thermal_zone/THR2/temperature'.
831
832 * files.el <safe-local-variable>: Remove `eval' and `let' binding
833 for now unused lambda `string-or-null'.
834
835 * add-log.el (change-log-default-name): Put `string-or-null-p'
836 instead of lambda on `safe-local-variable' property.
837
838 * diff-mode.el (diff-context->unified): Use `region-beginning' and
839 `region-end' instead of `mark' and `point'.
840 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
841 Operate on region in Transient Mark mode when the mark is active.
842 Use `region-beginning' and `region-end' instead of `mark' and
843 `point'.
844 (diff-hunk-text, diff-goto-source): Doc fix.
845
846 * startup.el (fancy-splash-screens, normal-splash-screen): Use
847 face `mode-line-buffer-id' for mode-line buffer face instead of
848 hard-coded `(:weight bold)'.
849
850 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
851 buffer-undo-list to t (undo-ask is reproducible by visiting
852 nested archives).
853
854 2006-05-09 Kim F. Storm <storm@cua.dk>
855
856 * progmodes/grep.el (rgrep): Set default directory of *grep*
857 buffer if we start M-x rgrep in the *grep* buffer and choose
858 a different base directory.
859
860 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
861
862 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
863 completion also when ido is loaded.
864
865 2006-05-09 Masatake YAMATO <jet@gyve.org>
866
867 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
868 "warning" and "import".
869 (cpp-font-lock-keywords): Added "warning".
870
871 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
872
873 * term/xterm.el (terminal-init-xterm): Add more key bindings.
874
875 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
876
877 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
878 pages at a time, if we signal the end, we should indeed reach that end.
879
880 2006-05-08 David Reitter <david.reitter@gmail.com>
881
882 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
883 output during execution of the body.
884
885 2006-05-08 Kim F. Storm <storm@cua.dk>
886
887 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
888
889 2006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
890
891 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
892 Use with-current-buffer.
893
894 2006-05-07 Kim F. Storm <storm@cua.dk>
895
896 * subr.el (add-to-history): Remove keep-dups arg.
897
898 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
899 to nil around call to add-to-history.
900
901 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
902
903 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
904 than after a buffer modification.
905
906 2006-05-08 Nick Roberts <nickrob@snap.net.nz>
907
908 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
909 call to...
910 (gud-watch): ...here so speedbar is raised for already watched
911 expressions.
912 (gdb-speedbar-refresh): Delete function.
913 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
914 Use speedbar-timer-fn instead of speedbar-refresh (reverting
915 earlier change).
916 (gdb-var-evaluate-expression-handler)
917 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
918
919 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
920 Update localized contents for all buffers except ignored modes.
921
922 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
923
924 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
925 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
926 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
927 (mac-handle-font-panel-closed, mac-handle-font-selection):
928 New functions.
929 (mac-font-panel-mode): New minor mode.
930 (mac-apple-event-map): Add bindings for toolbar toggle button and
931 font panel.
932 (menu-bar-showhide-menu): Add mac-font-panel-mode.
933
934 2006-05-07 John Paul Wallington <jpw@pobox.com>
935
936 * ibuffer.el (ibuffer-compressed-file-name-regexp):
937 Avoid `regexp-opt'; simplify regexp for readability.
938
939 2006-05-06 Eli Zaretskii <eliz@gnu.org>
940
941 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
942 * files.el (buffer-stale-function):
943 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
944 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
945 links to the main manual, not to emacs-xtra.
946
947 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
948
949 * term/mac-win.el: (mac-utxt-to-string): Don't make adjustment for
950 MacJapanese if text is ASCII-only.
951
952 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
953
954 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
955 unless so nil isn't returned.
956 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
957
958 2006-05-06 Kim F. Storm <storm@cua.dk>
959
960 * subr.el (add-to-history): New function.
961
962 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
963 (ediff-merge-files-with-ancestor):
964 * env.el (setenv):
965 * isearch.el (isearch-update-ring):
966 * server.el (server-visit-files):
967 * progmodes/grep.el (lgrep, rgrep):
968 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
969 * progmodes/xscheme.el (xscheme-insert-expression):
970 Use add-to-history.
971
972 * kmacro.el (kmacro-push-ring): Use add-to-history.
973 (kmacro-ring-length): Remove unused defun.
974 (kmacro-start-macro): Use kmacro-push-ring.
975
976 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
977
978 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
979 directly instead of a lambda expression that calls it.
980
981 2006-05-06 Kim F. Storm <storm@cua.dk>
982
983 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
984 instead of compute-motion.
985
986 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
987
988 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
989 change.
990
991 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
992
993 * startup.el (command-line-1): Refer to "Pure Storage" on
994 pure-space-overflow.
995
996 2006-05-05 Martin Rudalics <rudalics@gmx.at>
997
998 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
999 provided faces once they all have been used up.
1000
1001 2006-05-05 Eli Zaretskii <eliz@gnu.org>
1002
1003 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
1004 reference to the Lisp manual to the warning about pure space
1005 overflow.
1006
1007 2006-05-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
1008
1009 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
1010 argument to avoid the call to `ispell-internal-change-dictionary'
1011 when not needed.
1012 (ispell-change-dictionary): Use this argument and call
1013 `ispell-internal-change-dictionary' after the possible change
1014 to `ispell-local-dictionary'.
1015 (ispell-internal-change-dictionary): Check for a change in
1016 personal dictionary use too.
1017 Cosmetic changes from Agustin Martin
1018 <agustin.martin@hispalinux.es>.
1019
1020 2006-05-05 Eli Zaretskii <eliz@gnu.org>
1021
1022 * startup.el (command-line): On MS-Windows, probe "~", not
1023 "~USER", for warning about non-existent home directory
1024
1025 * arc-mode.el (archive-l-e): New optional argument `float' means
1026 generate a float value.
1027 (archive-arc-summarize, archive-lzh-summarize)
1028 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
1029 with 3rd argument non-nil when file's size is being computed.
1030 Format the file sizes with %8.0f instead of %8d.
1031
1032 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1033
1034 * cus-start.el (all): Add mac-dnd-known-types.
1035
1036 * term/mac-win.el: (mac-utxt-to-string, mac-string-to-utxt)
1037 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
1038 (mac-TIFF-to-string): New functions.
1039 (x-get-selection, x-selection-value)
1040 (mac-select-convert-to-string): Use them.
1041 (mac-text-encoding-mac-japanese-basic-variant): New constant.
1042 (mac-dnd-types-alist): New customization variable.
1043 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
1044 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
1045 (mac-dnd-handle-drag-n-drop-event): New functions.
1046 (mac-drag-n-drop): Remove function.
1047 (global-map): Bind drag-n-drop and M-drag-n-drop to
1048 mac-dnd-handle-drag-n-drop-event.
1049
1050 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
1051
1052 * progmodes/perl-mode.el (perl-beginning-of-function):
1053 Skip anonymous subs.
1054
1055 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
1056
1057 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
1058 regexp-opt at run time.
1059
1060 * term.el (term-handle-ansi-escape): Fix off by one error.
1061
1062 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
1063
1064 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
1065 (gdb-init-1, gdb-post-prompt): ...and references to it.
1066 (gdb-frame-handler): Strip directory name from filename if present.
1067
1068 * progmodes/gud.el (gdb-force-update): Delete defvar
1069 (gud-speedbar-buttons): ...and references to it. Use window-start
1070 to try to keep positon in watch expression.
1071
1072 2006-05-03 Richard Stallman <rms@gnu.org>
1073
1074 * simple.el (next-history-element, previous-history-element): Doc fix.
1075
1076 * isearch.el (isearch-update-ring): Doc fix.
1077
1078 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
1079
1080 * isearch.el (isearch-update-ring): Take history-delete-duplicates
1081 into consideration. Replace one arm ifs with whens.
1082
1083 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
1084
1085 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
1086 (menu): Fix typo.
1087
1088 2006-05-02 Miles Bader <miles@gnu.org>
1089
1090 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
1091
1092 2006-05-02 Jay Belanger <belanger@truman.edu>
1093
1094 * calc/calc-embed.el: (calc-override-minor-modes-map)
1095 (calc-override-minor-modes): New variables.
1096 (calc-do-embedded): Make sure that Calc keystrokes aren't
1097 overwritten by minor modes.
1098
1099 2006-05-02 Chong Yidong <cyd@mit.edu>
1100
1101 * msb.el (msb): If EVENT is a down event, read and discard the up event.
1102
1103 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
1104
1105 * startup.el (command-line-1): Refer to Lisp manual when
1106 pure-space-overflow occurs.
1107
1108 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
1109 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
1110 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
1111 (version-control): Don't use `t' for safe-local-variable declarations.
1112
1113 2006-05-01 Richard Stallman <rms@gnu.org>
1114
1115 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
1116 M-r, M-R, M-A, M-SPC or M-DEL.
1117 (diff-mode-map): diff-refine-hunk now on C-c C-w
1118 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
1119
1120 * help-mode.el (help-mode): view-exit-action calls delete-window
1121 only when it is safe and possible.
1122
1123 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
1124 in messages.
1125
1126 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
1127
1128 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
1129 in the default tool-bar-map.
1130
1131 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
1132
1133 * net/tramp.el (tramp-completion-file-name-handler-alist)
1134 (tramp-run-real-handler, tramp-completion-run-real-handler)
1135 (tramp-completion-handle-file-name-all-completions)
1136 (tramp-completion-handle-file-name-completion): Autoload them.
1137 (tramp-completion-handle-file-exists-p)
1138 (tramp-completion-handle-file-name-directory)
1139 (tramp-completion-handle-file-name-nondirectory)
1140 (tramp-completion-handle-expand-file-name): Remove them.
1141 (tramp-handle-file-name-directory): Return the real directory name.
1142 Returning "/" only doesn't need to be necessary any longer.
1143 (tramp-file-name-handler): Make special attention when in hostname
1144 completion mode.
1145 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
1146 (tramp-register-file-name-handlers):
1147 Register `tramp-completion-file-name-handler' only when
1148 `partial-completion-mode' is enabled.
1149 (tramp-completion-handle-file-name-all-completions):
1150 Delete directory part from results.
1151 (tramp-get-completion-methods, tramp-get-completion-user-host):
1152 Discard deleting "/", it doesn't work after the change of
1153 `tramp-handle-file-name-directory' above.
1154
1155 2006-05-01 Kim F. Storm <storm@cua.dk>
1156
1157 * progmodes/grep.el (grep-expand-template): Use save-match-data
1158 and symbol-value.
1159
1160 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1161
1162 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
1163 Use select-frame-set-input-focus instead of raise-frame.
1164 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
1165
1166 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
1167
1168 * progmodes/gud.el (gud-def): Add %c case.
1169 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
1170 (gud-format-command): Make match case sensitive. Match on %F.
1171
1172 2006-04-30 Glenn Morris <rgm@gnu.org>
1173
1174 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
1175 (cal-tex-preamble): Use cal-tex-preamble-extra.
1176 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
1177 than alias `list-diary-entries'.
1178
1179 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
1180
1181 * help-fns.el (describe-variable): Add info about safe local variables.
1182
1183 2006-04-29 Richard Stallman <rms@gnu.org>
1184
1185 * bindings.el (mode-line-format): help-echo doc fixes.
1186
1187 * net/tramp.el (tramp-file-name-handler-alist): Delete
1188 expand-file-name and other operations that can cause spurious loading.
1189
1190 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
1191
1192 * files.el (safe-local-variable-p): Remove support for the special
1193 value t.
1194
1195 * textmodes/paragraphs.el (sentence-end-without-space):
1196 Fix safety predicate.
1197 (sentence-end-double-space, sentence-end-without-period)
1198 (paragraph-ignore-fill-prefix):
1199 * textmodes/fill.el (colon-double-space):
1200 * abbrev.el (abbrev-mode): Tighten the safety predicate.
1201
1202 * subr.el (booleanp): New fun.
1203
1204 * textmodes/reftex-vars.el (reftex-guess-label-type):
1205 Tighten the safety predicate.
1206
1207 2006-04-28 Kim F. Storm <storm@cua.dk>
1208
1209 * progmodes/grep.el (defgroup grep): Doc fix.
1210 (grep-auto-highlight): Remove.
1211 (grep-template): New defcustom.
1212 (grep-find-template): Rename from grep-tree-template.
1213 (grep-files-aliases): Rename from grep-tree-files-aliases.
1214 Remove "all" alias, add "l" alias.
1215 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
1216 (grep-find-ignored-directories): New defcustom to replace
1217 grep-tree-ignore-CVS-directories, to facilitate ignoring
1218 subdirectories for multiple version control systems.
1219 (grep-mode-map): Add Recursive grep item to GREP menu.
1220 (grep-regexp-history, grep-files-history): New defvars.
1221 (grep-probe): New helper function.
1222 (grep-compute-defaults): Use it to simplify code.
1223 Adapt to name changes.
1224 Use `.' as base in grep-find-template rather than <D>.
1225 (grep): Remove superfluous highlight-regexp arg. Fix doc.
1226 Call grep-compute-defaults unconditionally.
1227 (grep-expand-keywords): New defconst.
1228 (grep-expand-template): Rename from grep-expand-command-macros.
1229 Simplify via grep-expand-keywords. Look at case-fold-search instead
1230 of grep-tree-ignore-case to add -i option.
1231 Bind case-fold-search to nil while matching keywords.
1232 (grep-tree-last-regexp, grep-tree-last-files): Remove.
1233 (grep-read-regexp, grep-read-files): New helper functions.
1234 (rgrep): Rename from grep-tree. Rework to use proper histories.
1235 Adapt to changes in defcustoms and functions above.
1236 (lgrep): New command, as grep, but using same interactive UI as rgrep.
1237
1238 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
1239
1240 * net/tramp.el (tramp-completion-file-name-handler):
1241 Disable Tramp's functionality while loading Tramp itself.
1242 (tramp-register-file-name-handlers): That's a defsubst now.
1243 Code from `tramp-repair-jka-compr' moved here. Apply it via
1244 `after-init-hook'.
1245 (tramp-repair-jka-compr): Remove.
1246
1247 2006-04-27 Jay Belanger <belanger@truman.edu>
1248
1249 * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
1250 read expression when `math-read-big-expr' doesn't work.
1251
1252 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
1253
1254 * startup.el (command-line-1): Display warning when
1255 pure-space-overflow is non-nil.
1256
1257 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1258
1259 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
1260 risky.
1261
1262 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1263
1264 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
1265 Return the URL or nil if none can be generated.
1266
1267 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
1268
1269 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
1270 byte compiler warnings.
1271 (gud-basic-call, gud-find-expr): Let user select an expression
1272 for printing. Print expression as well as value in GUD buffer.
1273
1274 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
1275
1276 * allout.el: Remove local autoload declaration for
1277 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
1278 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
1279 (allout-plain-bullets-string, allout-distinctive-bullets-string)
1280 (allout-use-mode-specific-leader, allout-old-style-prefixes)
1281 (allout-stylish-prefixes, allout-numbered-bullet)
1282 (allout-file-xref-bullet, allout-presentation-padding)
1283 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
1284 safe-local-variable with suitable value spec, and add autoload
1285 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
1286 (move-beginning-of-line, move-end-of-line): Repair so these compat
1287 functions now actually resituate the point, when appropriate.
1288
1289 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
1290
1291 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
1292
1293 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
1294 (add-log-iso8601-time-string): Fix call to format-time-string.
1295
1296 2006-04-26 Kim F. Storm <storm@cua.dk>
1297
1298 * subr.el (posn-string, posn-image, posn-object): Doc fix.
1299
1300 2006-04-26 Masatake YAMATO <jet@gyve.org>
1301
1302 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
1303 Add support for "//" style comments. Remove `b' flag
1304 from ?* in `asm-mode-syntax-table'.
1305
1306 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
1307
1308 * follow.el: Use (featurep 'xemacs) everywhere.
1309 (follow-mode): Use define-minor-mode.
1310 (follow-mode-map): Move initialization into the declaration.
1311 Use command remapping.
1312 (follow-emacs-version-xemacs-p): Remove.
1313 (follow-submit-feedback): Remove.
1314
1315 * allout.el (allout-layout, allout-passphrase-verifier-string)
1316 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
1317
1318 * textmodes/reftex-vars.el (reftex-vref-is-default)
1319 (reftex-fref-is-default, reftex-guess-label-type):
1320 Tighten up a bit the safety predicate.
1321
1322 * textmodes/paragraphs.el (sentence-end-double-space)
1323 (sentence-end-without-period, sentence-end-without-space)
1324 (page-delimiter, paragraph-ignore-fill-prefix):
1325 Tighten up a bit the safety predicate.
1326
1327 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
1328
1329 * progmodes/python.el (python-continuation-line-p)
1330 (python-beginning-of-statement): syntax-ppss may return
1331 a negative depth.
1332 (python-mode): Don't forcefully enable font-lock.
1333
1334 * time-stamp.el (time-stamp-start, time-stamp-end)
1335 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
1336
1337 * add-log.el: Remove spurious * in docstrings.
1338 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
1339 (add-change-log-entry): Use it here, since it's not specific
1340 to iso8601.
1341 (add-log-iso8601-time-string): Don't use it here any more.
1342 (change-log-indent-text, change-log-indent): Rename from add-log-*.
1343
1344 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
1345
1346 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
1347
1348 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
1349 (rcirc-toggle-low-priority): Doc fix.
1350 (rcirc-handler-NOTICE): Remove beginning of line anchor in
1351 ChanServ regexp.
1352 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
1353 #emacs.
1354 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
1355 (rcirc-decode-coding-system): Use utf-8 as the default.
1356 (rcirc-multiline-minor-mode): Set the fill-column.
1357 (rcirc-format-response-string): Display bright and dim nicks.
1358 (rcirc-browse-url): Update interactive spec to fill ARG.
1359 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
1360 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
1361
1362 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
1363
1364 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
1365 case for @Article, etc.
1366
1367 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
1368
1369 * net/tramp.el (tramp-register-file-name-handlers): New defun.
1370 Added with autoload cookie.
1371 (tramp-unload-file-name-handlers): Rename from
1372 `tramp-unload-file-name-handler-alist'.
1373
1374 2006-04-23 Romain Francoise <romain@orebokech.com>
1375
1376 * comint.el (comint-match-partial-filename): Doc fix.
1377
1378 2006-04-21 Glenn Morris <rgm@gnu.org>
1379
1380 * calendar/cal-menu.el (calendar-mode-map): Refer to
1381 `diary-view-entries' rather than alias `view-diary-entries'.
1382 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
1383
1384 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
1385
1386 * progmodes/antlr-mode.el (antlr-default):
1387 * cus-edit.el (custom-documentation):
1388 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
1389 in defface.
1390
1391 2006-04-21 Kim F. Storm <storm@cua.dk>
1392
1393 * image.el (image-type): New defun split out of create-image.
1394 (create-image): Use it.
1395
1396 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
1397
1398 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
1399 (org-open-at-point): Remove the "...done" message to keep output
1400 in the echo area visible.
1401 (org-export-as-xoxo): Fix call to `indent-region'.
1402
1403 2006-04-21 Kevin Ryde <user42@zip.com.au>
1404
1405 * international/mule.el (keyboard-coding-system): defcustom
1406 info-link fixes: "Specify Coding" has been split, keyboard now in
1407 "Terminal Coding", and "Single-Byte Character Support" is now
1408 "Unibyte Mode".
1409
1410 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
1411
1412 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
1413 Use font-lock-warning-face for any errors e.g. no stack.
1414 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
1415
1416 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
1417
1418 * progmodes/sh-script.el (sh-shell): Mark as safe.
1419
1420 * newcomment.el (comment-start, comment-start-skip)
1421 (comment-end-skip, comment-end): Mark as safe.
1422
1423 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
1424
1425 * textmodes/org.el (org-deadline-announce): Face removed.
1426 (org-level-faces, org-n-levels): Convert to constant.
1427 (org-compatible-face): New function.
1428 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
1429 (org-level-5, org-level-6, org-level-7, org-level-8)
1430 (org-special-keyword, org-warning, org-headline-done, org-link)
1431 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
1432 (org-scheduled-today, org-scheduled-previously, org-time-grid):
1433 Face definition revised for better color tty support.
1434 (org-bold-re, org-italic-re, org-underline-re): New constants.
1435 (org-set-font-lock-defaults): Use the new constants.
1436 (org-agenda-highlight-todo): New function.
1437 (org-agenda-todo): Fix bug with point at end of line.
1438 (org-agenda-change-all-lines, org-finalize-agenda-entries):
1439 Fontify TODO keywords.
1440 (org-insert-link): Preserve relative path in ../ links.
1441 (org-export-as-html): Convert links pointing to .org files into
1442 links that will work beteen the exported HTML files.
1443 (org-todo-list): Fix bug when arg=0.
1444 (org-insert-heading): More fine-tuning.
1445
1446 2006-04-19 Romain Francoise <romain@orebokech.com>
1447
1448 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
1449 from `rmail-mime-charset-pattern'.
1450
1451 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
1452
1453 * progmodes/python.el (python-mode): Fix typo.
1454
1455 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
1456
1457 * comint.el (comint-previous-input): Don't clobber input line
1458 when moving off either end of the input history ring.
1459 (comint-delete-input): New function, used by
1460 `comint-previous-input' and others.
1461 (comint-previous-matching-input):
1462 Use `coming-delete-input'. Save the partial input if leaving the
1463 edit line. Goto point-max before deleting input to avoid
1464 partial input fragments hanging around.
1465 (comint-restore-input): New function, used by `comint-previous-input'.
1466
1467 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
1468
1469 * imenu.el (imenu--index-alist): Balance parentheses.
1470
1471 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
1472
1473 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
1474
1475 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
1476
1477 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
1478 file is nil.
1479
1480 2006-04-18 Richard Stallman <rms@gnu.org>
1481
1482 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
1483
1484 * imenu.el (imenu-create-index-function, imenu--index-alist)
1485 (imenu--last-menubar-index-alist, imenu--make-index-alist)
1486 (imenu-default-create-index-function, imenu--generic-function):
1487 Doc fixes.
1488
1489 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
1490
1491 * help-mode.el (help-mode): Set view-exit-action to delete window.
1492
1493 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
1494 now works by passing nil as arg.
1495
1496 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
1497
1498 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
1499 (read-abbrev-file): Provide default when reading filename.
1500
1501 * files.el (enable-local-variables): Allow :all as value.
1502 (hack-local-variables): Implement that value.
1503 (safe-local-variable-values, safe-local-eval-forms)
1504 (enable-local-variables): Mark as risky.
1505 (find-file-visit-truename, kept-old-versions): Mark safe.
1506
1507 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
1508 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
1509 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
1510
1511 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
1512
1513 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
1514 Use forward-line so as to get to BOL even in the presence of fields.
1515 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
1516 in return.
1517 (inferior-tcl): Tell tclsh to work in interactive mode.
1518
1519 * complete.el (partial-completion-mode):
1520 Use 'choose-completion-string-functions to make sure that
1521 choose-completion fills the minibuffer properly.
1522
1523 * complete.el (PC-old-read-file-name-internal): Remove.
1524 (PC-read-include-file-name-internal): Remove. Turn it into an advice
1525 of read-file-name-internal.
1526 (partial-completion-mode): Enable/disable this advice.
1527
1528 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
1529
1530 * net/tramp.el (tramp-completion-file-name-handler): Revert change
1531 of 2006-04-17.
1532
1533 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
1534
1535 * textmodes/org.el (org-insert-heading): Insert heading before
1536 current if at beginning of line.
1537 (org-todo, org-date): New faces.
1538 (org-table-align): Make sure tooltip window contains full text.
1539 (org-no-properties): New defsubst.
1540 (org-set-font-lock-defaults): Use new faces.
1541
1542 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
1543
1544 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
1545 for root variables.
1546
1547 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
1548 (gdb-frame-address): Re-use to identify frame for watch expression.
1549 (gdb-var-list, gdb-var-create-handler): Add frame address for root
1550 variables.
1551 (gdb-init-1, gdb-source, gdb-post-prompt)
1552 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
1553 (gdb-frame-handler): Get gdb-frame-address.
1554
1555 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
1556
1557 Sync with Tramp 2.0.53.
1558
1559 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
1560 'control. Reported by Matthias F\e,bv\e(Brste <slashdevslashnull@gmx.net>.
1561 (tramp-completion-file-name-handler): Add autoload cookie for
1562 adding to `file-name-handler-alist'.
1563
1564 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
1565 the prompt. If it returns earlier (when detecting an error
1566 message), the rest of the output will merge accidently with the
1567 output of the next command. Reported by M Jared Finder
1568 <jared@hpalace.com>.
1569
1570 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
1571 for `process-file', in order to let it work for older Emacsen too.
1572
1573 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
1574
1575 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
1576 (tex-font-lock-keywords-3): Use it.
1577
1578 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
1579
1580 * newcomment.el (comment-add): New function.
1581 (comment-region-default, comment-dwim): Use it.
1582
1583 2006-04-15 Michael Olson <mwolson@gnu.org>
1584
1585 * emacs-lisp/tq.el: Improve comments.
1586 (tq-queue-head-question): New accessor function.
1587 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
1588 Update for modified queue structure.
1589 (tq-queue-add): Accept `question' argument.
1590 (tq-queue-pop): If a question is pending, send it.
1591 (tq-enqueue): Accept new optional argument `delay-question'.
1592 If this is non-nil, and at least one other question is pending a
1593 response, queue the question rather than sending it immediately.
1594
1595 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1596
1597 * calendar/appt.el (appt-add): Check whether an appointment is
1598 already present in appt-time-msg-list. Simplify code.
1599
1600 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
1601
1602 * progmodes/cc-langs.el (c-mode-menu):
1603 Don't presume c-subword-mode is bound.
1604
1605 2006-04-13 Bill Wohler <wohler@newt.com>
1606
1607 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
1608 (customize-package-emacs-version): Use cdr instead of cadr now
1609 that alists use dotted pairs.
1610
1611 * custom.el (defcustom): Fix docstring for :package-version.
1612
1613 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
1614
1615 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
1616 (tramp-handle-shell-command): Display output buffer only when
1617 `tramp-display-shell-command-buffer' is true.
1618 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
1619
1620 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
1621
1622 * textmodes/org.el (org-set-autofill-regexps): Set only the local
1623 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
1624
1625 2006-04-13 Romain Francoise <romain@orebokech.com>
1626
1627 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
1628 leaving temporary .cvsignore buffers behind.
1629
1630 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
1631
1632 * textmodes/org.el (org-set-regexps-and-options)
1633 (org-get-current-options): Better names for the startup folding
1634 options.
1635
1636 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
1637
1638 * vc.el (vc-annotate): Arrange for point to end up at the same
1639 line number as in the original, but only when using a new buffer.
1640
1641 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
1642
1643 * files.el (hack-one-local-variable-eval-safep):
1644 Recognize `edebug-form-spec' for `put', but only if it passes
1645 `edebug-basic-spec'. Generalize `put' handling.
1646
1647 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
1648 vetting file-local form specs.
1649
1650 * allout.el (allout-layout): Autoload its `safe-local-variable'
1651 property.
1652
1653 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
1654
1655 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
1656 (org-agenda-mouse-1-follows-link)
1657 (org-mouse-1-follows-link): New options.
1658 (org-format-agenda-item): Fix bug if TAGS is nil.
1659 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
1660
1661 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
1662
1663 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
1664 GDB 6.1+ gives full filename for "info sources" so use
1665 file-name-nondirectory.
1666
1667 2006-04-12 Romain Francoise <romain@orebokech.com>
1668
1669 * subr.el (read-passwd): Bind `message-log-max' to nil.
1670
1671 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
1672
1673 * progmodes/perl-mode.el (perl-indent-new-calculate):
1674 Recompute parse-start after jumping backward by a whole sexp.
1675
1676 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
1677
1678 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
1679 window configuration.
1680 (vc-annotate-display-select): Select the buffer so that current-buffer
1681 (and selected-window) is the output buffer at the end of vc-annotate.
1682
1683 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
1684
1685 * vc.el (vc-annotate-color-map): Add custom TTY color map for
1686 8-color terminals, to use all of the colors in a sensible order.
1687 256-color terminals work well with the standard map.
1688 (vc-annotate-lines): Only strip the first color character if it
1689 is "#", to allow for terminal-style named colors.
1690 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
1691 the correct buffer is scrolled.
1692
1693 2006-04-11 Richard Stallman <rms@gnu.org>
1694
1695 * emacs-lisp/bytecomp.el (byte-compile-file):
1696 Bind enable-local-variables to :safe, and make normal-mode obey it.
1697
1698 * files.el (enable-local-variables): Allow value :safe.
1699 (normal-mode): Doc fix.
1700 (hack-local-variables): Implement enable-local-variables = :safe.
1701 (hack-local-variables-confirm): Don't prevent quitting.
1702
1703 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
1704
1705 * loadhist.el (unload-feature): A bit of sanity check of
1706 load-history entries. Cancel timer-vars before unbinding them.
1707
1708 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
1709 quote special chars, and make the trick work on the hex part of the
1710 buffer as well.
1711 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
1712 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
1713
1714 * startup.el (normal-splash-screen): Fix last change so we don't wait
1715 2 minutes if we don't show the splash screen.
1716
1717 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
1718
1719 * textmodes/org.el (org-export-plain-list-max-depth)
1720 (org-table-spaces-around-separators)
1721 (org-radio-targets, org-activate-camels)
1722 (org-table-spaces-around-invisible-separators): Options removed.
1723 (org-time-stamp-rounding-minutes, org-remember-templates)
1724 (org-ellipsis, org-activate-links, org-descriptive-links):
1725 New options.
1726 (org-remember-apply-template, org-current-time)
1727 (org-finish-edit-table-field)
1728 (org-link-unescape, org-link-escape)
1729 (org-string-width, org-table-clean-line, org-html-do-expand)
1730 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
1731 (org-read-agenda-file-list): New functions.
1732 (org-table-edit-field)
1733 (org-table-create-or-convert-from-region): New commands
1734 (org-table-toggle-vline-visibility): Command removed.
1735 (org-table-convert-region): Made a command.
1736 (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
1737 Replace with the normal org- functions.
1738 (org-self-insert-command): Don't trigger realign unnecessarily
1739 when blanking a field that is not full.
1740 (org-mode): `Set buffer-invisibility-spec' for links.
1741 (org-activate-links2): Hide link part and only show descriptive
1742 part of the link.
1743 (org-insert-link): Modify for new linking system.
1744 (org-store-link): Store description separately, for use by
1745 `org-insert-link'.
1746 (org-table-align): Use `org-string-width'.
1747 (defgroup): Completely new group structure for custom variables.
1748 (org-agenda-files): Option: Single file name allowed. Function:
1749 Optional argument unrestrited means ignore any restricitons.
1750 (org-install-agenda-files-menu): Find a buffer in Org-mode before
1751 trying to modify the menu. Use generalized access to
1752 `org-agenda-files.'
1753 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
1754 (org-agenda-file-to-front, org-remove-file, org-diary)
1755 (org-tags-view, org-export-icalendar-all-agenda-files)
1756 (org-export-icalendar-combine-agenda-files): Use generalized
1757 access to `org-agenda-files'.
1758 (org-remember-handler): Correctly preserve heading if present.
1759 (org-table-insert-row, org-table-insert-hline): Deal with
1760 invisible characters.
1761
1762 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
1763
1764 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
1765 (vc-annotate-color-map): New 18 element constant
1766 value/saturation, rotating hue colormap, from red->blue.
1767 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
1768 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
1769 (vc-annotate): To avoid killing the required local variables,
1770 set them before the end of `with-output-to-temp-buffer', and
1771 after first switching to annotate-mode.
1772 (vc-annotate-warp-version): Add buffer argument in goto-line to
1773 ensure annotation, not source, is scrolled.
1774
1775 2006-04-10 Bill Wohler <wohler@newt.com>
1776
1777 * custom.el (defcustom, custom-handle-keyword):
1778 Add :package-version keyword.
1779 (custom-add-package-version): New function. Sets value of new
1780 property 'custom-package-version from :package-version keyword.
1781 (defcustom): Create Common Keywords section in docstring.
1782 (defface, defgroup): Replace definitions of a select few keywords
1783 with a reference to the Common Keywords in defcustom.
1784 (defcustom, defface, defgroup): Replace reference to Customization
1785 chapter in manual with hyperlink.
1786
1787 * cus-edit.el (customize-package-emacs-version-alist):
1788 New variable.
1789 (customize-changed-options): Add check for custom-package-version.
1790 (customize-package-emacs-version): New function to look up Emacs
1791 version corresponding to the given package version.
1792
1793 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
1794 defun name, in similar fashion to find-variable-regexp.
1795
1796 2006-04-10 Eli Zaretskii <eliz@gnu.org>
1797
1798 * international/mule-cmds.el (set-locale-environment): Fix last
1799 change for when the locale's preferences don't specify any encoding.
1800
1801 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
1802
1803 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
1804 so the defined var/fun doesn't need to be quoted.
1805
1806 2006-04-10 Richard Stallman <rms@gnu.org>
1807
1808 * finder.el (finder-mode-map): Add n and p bindings.
1809
1810 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
1811
1812 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
1813 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
1814 (gdb-setup-windows): Put something in source window if we can't find
1815 the source file.
1816 (gdb-frame-handler): Make it work again with just assembly.
1817 (gdb-data-list-register-values-handler): Make it work when there is
1818 no stack.
1819
1820 2006-04-09 Richard Stallman <rms@gnu.org>
1821
1822 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
1823 specs while looking for charset.
1824
1825 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
1826
1827 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
1828 Make them faces.
1829 (lm-font-lock-keywords): Update appropriately.
1830
1831 2006-04-10 Kim F. Storm <storm@cua.dk>
1832
1833 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
1834 it can also replace buffer-substring-no-properties.
1835
1836 * emulation/cua-base.el (cua-delete-region, cua-paste)
1837 (cua-repeat-replace-region): Use filter-buffer-substring.
1838
1839 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
1840 (cua-cut-region-to-global-mark): Likewise.
1841
1842 * emulation/cua-rect.el (cua--extract-rectangle)
1843 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
1844
1845 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1846
1847 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
1848 entry-type. Add field delimiters to numerical fields if they are
1849 not present.
1850
1851 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1852
1853 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
1854 string-const to return value.
1855 (bibtex-remove-delimiters): Use it.
1856
1857 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
1858
1859 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
1860 cl-byte-compile-compiler-macro unless it exists.
1861
1862 2006-04-08 Eli Zaretskii <eliz@gnu.org>
1863
1864 * files.el (hack-local-variables-confirm) <offer-save>:
1865 Clarify message text. Suggested by Ralf Angeli.
1866
1867 2006-04-08 Michael Cadilhac <michael.cadilhac@lrde.org>
1868
1869 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
1870 (delete-extract-rectangle-line): Use `filter-buffer-substring'
1871 instead of `buffer-substring' and `delete-region'. (Most of the
1872 code actually copied from `kill-region'.)
1873
1874 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
1875
1876 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
1877 (rcirc-default-port): Rename from rcirc-port.
1878 (rcirc-default-nick): Rename from rcirc-nick.
1879 (rcirc-default-user-name): Rename from rcirc-user-name.
1880 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
1881 (rcirc-low-priority-flag): New variable.
1882 (rcirc-decode-coding-system): New defcustom.
1883 (rcirc-encode-coding-system): New defcustom.
1884 (rcirc-coding-system-alist): New defcustom.
1885 (rcirc-multiline-major-mode): New defcustom.
1886 (rcirc-nick): New internal variable.
1887 (rcirc-process): Remove variable.
1888 (rcirc-server-buffer): New variable.
1889 (rcirc): Update to use rcirc-default-* variables above.
1890 (rcirc-connect): Do not add window-configuration-hook-here.
1891 (rcirc-server): New internal variable.
1892 (rcirc-connect): Do not send keepalive pings if
1893 rcirc-keepalive-seconds is nil.
1894 (with-rcirc-server-buffer): New macro.
1895 (rcirc-send-string): Encode with rcirc-encode-coding-system.
1896 (rcirc-server-name): Rename from rcirc-server.
1897 (rcirc-buffer-process): New function.
1898 (rcirc-buffer-nick): New function.
1899 (rcirc-buffer-target): Remove function.
1900 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
1901 New commands.
1902 (rcirc-mode-map): Change binding of C-c C-l to
1903 rcirc-toggle-low-priority.
1904 (rcirc-mode): Initialize coding system based on
1905 rcirc-coding-system-alist. New change-major-mode-hook to part the
1906 channel on a mode change. Make kill-buffer-hook buffer-local.
1907 (rcirc-change-major-mode-hook): New function.
1908 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
1909 (rcirc-last-post-time): New variable.
1910 (rcirc-process-message): Store the last time user posted a message
1911 to this target.
1912 (rcirc-multiline-minor-mode): New mode.
1913 (rcirc-multiline-minor-mode-map): New mode map.
1914 (rcirc-edit-multiline): Put multiline-edit buffer in
1915 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
1916 (rcirc-print): Ignore any line starting with an ignored nick.
1917 (rcirc-print): Decode using rcirc-decode-coding-system.
1918 (rcirc-track-minor-mode): Update global-mode-string when disabling
1919 this mode.
1920 (minor-mode-alist): Add LowPri indicator.
1921 (rcirc-toggle-low-priority): New function.
1922 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
1923 next lowpriority buffer with activity.
1924 (rcirc-record-activity): Sort buffers in rcirc-activity by the
1925 last time the user posted a message in to the target.
1926 (rcirc-update-activity-string): New formatting for low priority
1927 buffers.
1928 (rcirc-split-activity): New function.
1929 (rcirc-handler-PART, rcirc-handler-KICK)
1930 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
1931 (rcirc-nick-away-alist): New variable.
1932 (rcirc-handler-301): New handler. Away messages are printed once
1933 per change.
1934
1935 2006-04-08 Eli Zaretskii <eliz@gnu.org>
1936
1937 * info.el (Info-follow-nearest-node): Doc fix.
1938
1939 * international/mule-cmds.el (set-locale-environment): Make sure
1940 the coding-system preferred by the locale's language has the same
1941 EOL conversion type as the original buffer-file-coding-system.
1942 (locale-language-names): Add a few MS Windows language codes.
1943
1944 2006-04-07 Richard Stallman <rms@gnu.org>
1945
1946 * simple.el (eval-expression): Doc fix.
1947
1948 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
1949 (eval-defun): Doc fixes.
1950
1951 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
1952
1953 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
1954
1955 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
1956
1957 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
1958 GDB list command without argument for greater generality.
1959
1960 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
1961
1962 * subr.el (string-or-null-p): New function.
1963
1964 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
1965
1966 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
1967
1968 * files.el: Update comment about safe-local-variable declarations.
1969
1970 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
1971
1972 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
1973 See idlwave.org.
1974
1975 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
1976 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
1977
1978 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
1979 See idlwave.org.
1980
1981 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
1982 version 6.0 (minimal changes). See idlwave.org.
1983
1984 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
1985 6.0 (minimal changes). See idlwave.org.
1986
1987 * progmodes/idlw-rinfo.el: File obsoleted and removed.
1988
1989 2006-04-06 Romain Francoise <romain@orebokech.com>
1990
1991 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
1992 symmetric encryption features and a new asynchronous interface to
1993 GnuPG. This new version is version 1.4, plus whitespace changes.
1994
1995 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
1996
1997 * files.el: Move some `safe-local-variable' declarations to the
1998 respective files.
1999
2000 * textmodes/ispell.el (ispell-check-comments)
2001 (ispell-local-dictionary): Mark as safe.
2002
2003 * abbrev.el (abbrev-mode): Mark as safe.
2004
2005 * add-log.el (change-log-default-name): Mark as safe.
2006
2007 * textmodes/reftex-vars.el (reftex-vref-is-default)
2008 (reftex-fref-is-default, reftex-level-indent)
2009 (reftex-guess-label-type): Mark as safe.
2010
2011 * textmodes/fill.el (colon-double-space): Mark as safe.
2012
2013 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
2014 (sentence-end-double-space, sentence-end-without-period)
2015 (sentence-end-without-space, sentence-end, sentence-end-base)
2016 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
2017
2018 2006-04-06 Kim F. Storm <storm@cua.dk>
2019
2020 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
2021 the :set-after list.
2022 (ido-downcase-unc-hosts): New user option. Default on.
2023 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
2024 when it is set, as regexps are now applied on the fly.
2025 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
2026 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
2027 on the fly, but only when ido-process-ignore-lists is set.
2028 Do case insensitive filtering if ido-downcase-unc-hosts is set.
2029 Only downcase names if ido-downcase-unc-hosts is set.
2030
2031 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
2032
2033 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
2034
2035 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
2036
2037 2006-04-05 Kim F. Storm <storm@cua.dk>
2038
2039 * ido.el (ido-mode): Set after ido-unc-hosts and
2040 ido-ignore-unc-host-regexps.
2041 (ido-save-history): Save ido-unc-hosts-cache.
2042 (ido-load-history): Load ido-unc-hosts-cache.
2043 (ido-reread-directory): Refresh unc hosts cache in // dir.
2044
2045 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
2046 to nil while displaying slash screen.
2047
2048 2006-04-05 Daiki Ueno <ueno@unixuser.org>
2049
2050 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
2051 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
2052
2053 2006-04-05 Kenichi Handa <handa@m17n.org>
2054
2055 * international/characters.el: Setup cases of Latin, Greek, and
2056 Cyrillic characters in CJK charsets.
2057
2058 2006-03-29 Daiki Ueno <ueno@unixuser.org>
2059
2060 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
2061 default-enable-multibyte-characters. This reverts the change from
2062 revision 6.17 which is no longer necessary because the passphrase
2063 is sent separately now. GnuPG messages are unreadable under
2064 multibyte locales with default-enable-multibyte-characters set to nil.
2065
2066 2006-04-04 Andreas Schwab <schwab@suse.de>
2067
2068 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
2069 and `byte-compile-warnings' as `safe-local-variable'.
2070
2071 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
2072
2073 * man.el (Man-mode-map): Restore the \r binding.
2074 (Man-abstract-xref-man-page): If Man-target-string is a function,
2075 call it.
2076 (Man-highlight-references): Use Man-default-man-entry to get the
2077 target. Deal with xrefs too.
2078 (Man-highlight-references0): Don't call the target function.
2079
2080 * woman.el (WoMan-xref-man-page): Strip the section number, woman
2081 cannot deal with it.
2082
2083 2006-04-04 Daiki Ueno <ueno@unixuser.org>
2084
2085 * pgg-gpg.el: Clean up process buffers every time gpg processes
2086 complete.
2087
2088 2006-04-04 Kenichi Handa <handa@m17n.org>
2089
2090 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
2091 here.
2092 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
2093 Temporarily bind inhibit-field-text-motion to t.
2094
2095 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
2096
2097 * startup.el (normal-splash-screen): Only set mode-line-format in the
2098 splash buffer, so as not to interfere when debugging the code.
2099 Ignore errors when switching buffer.
2100
2101 2006-04-03 Romain Francoise <romain@orebokech.com>
2102
2103 * dired.el (dired-dnd-protocol-alist): Fix typo.
2104
2105 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
2106
2107 * savehist.el (savehist): Add :version.
2108 (savehist-ignored-variables): New variable.
2109 (savehist-minibuffer-hook): Don't save variables listed in
2110 `savehist-ignored-variables'.
2111
2112 * dired.el (dired-dnd-protocol-alist): Mention that change does
2113 only apply to new buffers in doc string.
2114
2115 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
2116
2117 * recentf.el (recentf-open-files-item): Include newline in button
2118 field, so opening a file will work, when the point is at the end
2119 of the file name. Allow, for example, to [i]search a file by
2120 extension and just push RET to open it.
2121
2122 2006-04-03 Daiki Ueno <ueno@unixuser.org>
2123
2124 * pgg-gpg.el (pgg-gpg-process-filter)
2125 (pgg-gpg-wait-for-completion): Check if buffer is alive.
2126
2127 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
2128 lines, temporary fix.
2129
2130 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
2131
2132 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
2133
2134 2006-04-02 Richard Stallman <rms@gnu.org>
2135
2136 * progmodes/compile.el (compilation-message-face): Make it defcustom.
2137
2138 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
2139
2140 * ibuf-macs.el (define-ibuffer-column): Add a new key:
2141 header-mouse-map.
2142
2143 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
2144 (ibuffer-mode-header-map): New keymaps.
2145 (ibuffer-update-title-and-summary): Enable mouse face highlighting
2146 and keybindings for column headers.
2147 (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
2148 property.
2149
2150 2006-04-02 Drew Adams <drew.adams@oracle.com> (tiny change)
2151
2152 * speedbar.el (speedbar-after-create-hook): Doc fix.
2153
2154 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
2155
2156 * shell.el (shell-directory-tracker)
2157 (shell-dynamic-complete-command): Doc fixes.
2158
2159 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
2160
2161 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
2162 terminals.
2163
2164 2006-04-01 Kim F. Storm <storm@cua.dk>
2165
2166 * ido.el (ido-unc-hosts-cache): New defvar.
2167 (ido-unc-hosts): If value of defcustom is a function, call it to
2168 get list of UNC hosts. Add function-item choices to specify
2169 ido-unc-hosts-net-view or user function.
2170 (ido-ignore-unc-host-regexps): New defcustom.
2171 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
2172 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
2173 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
2174
2175 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
2176
2177 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
2178 wwidth.
2179
2180 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
2181
2182 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
2183 (ido-max-work-file-list, ido-switch-buffer)
2184 (ido-read-file-name-as-directory-commands):
2185 Fix typos in docstrings.
2186
2187 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2188
2189 * term/mac-win.el (mac-system-coding-system): Define and use after
2190 Mac-specific coding systems are ready.
2191
2192 2006-03-27 Romain Francoise <romain@orebokech.com>
2193
2194 * net/rcirc.el (rcirc-connect): Add autoload cookie.
2195
2196 * ldefs-boot.el: Update.
2197
2198 2006-03-27 Daiki Ueno <ueno@unixuser.org>
2199
2200 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
2201 passphrases when it is not needed.
2202 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
2203 passphrase stuff from gpg, should only be necessary when you use
2204 gpg with a smartcard.
2205
2206 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
2207
2208 * comint.el (comint-dynamic-list-completions): Allow user to
2209 select *Completions* buffer.
2210
2211 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
2212
2213 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
2214
2215 2006-03-26 Andreas Schwab <schwab@suse.de>
2216
2217 * progmodes/gud.el (gdb): Only complain about multiple debugging
2218 when the gdb process is still running.
2219
2220 2006-03-25 Eli Zaretskii <eliz@gnu.org>
2221
2222 * mail/rmail.el (tool-bar-map): Defvar it.
2223 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
2224 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
2225
2226 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
2227
2228 * help.el (print-help-return-message): Suggest to use
2229 display-buffer instead of switch-to-buffer-other-window to restore
2230 the previous window without selecting it.
2231
2232 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2233
2234 * frame.el (select-frame-by-name): Call x-focus-frame also when
2235 window-system is mac.
2236
2237 * term/mac-win.el: Adjust Courier font specifications in
2238 x-fixed-font-alist.
2239 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
2240 when directly encoding to UTF-16 in native byte order, no BOM.
2241
2242 2006-03-25 Kim F. Storm <storm@cua.dk>
2243
2244 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
2245 (cua--init-keymaps): Use it instead of fixed C-return.
2246 (cua-mode): Set after it.
2247
2248 * emulation/cua-rect.el (cua--init-rectangles):
2249 Use cua-rectangle-mark-key instead of fixed C-return.
2250
2251 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
2252
2253 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
2254 "run" in .gdbinit.
2255 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
2256
2257 2006-03-24 Romain Francoise <romain@orebokech.com>
2258
2259 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
2260 `display-buffer-other-frame'.
2261
2262 2006-03-24 Kim F. Storm <storm@cua.dk>
2263
2264 * apropos.el (apropos-synonyms): Add selection => region.
2265
2266 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
2267
2268 * progmodes/gdb-ui.el (gdb-var-create-regexp)
2269 (gdb-var-list-children-regexp, gdb-var-update-regexp)
2270 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
2271 (gdb-data-list-register-values-regexp)
2272 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
2273 Future proof against new fields being added to MI output.
2274 (gdb-send): Don't treat backslashes for program input as
2275 continuations.
2276 (gdb-assembler-handler): Don't use window-start for this handler.
2277 (gdb-frame-handler): Don't change to hollow arrow if overlay
2278 arrow doesn't move to new frame.
2279
2280 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
2281
2282 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
2283 prevent compiler warnings.
2284 (gdb-stopped): Check for gud-last-last-frame (case: signal).
2285 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
2286 (gdb-assembler-custom): Use hollow-right-triangle for assembler
2287 buffer too.
2288
2289 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
2290
2291 * pgg-gpg.el (pgg-gpg-update-agent): Check for
2292 make-network-process, so we can use the same code in Gnus v5-10
2293 too and have this file fully synchronized with that release.
2294
2295 2006-03-23 Romain Francoise <romain@orebokech.com>
2296
2297 * ibuf-ext.el (ibuffer-read-filter-group-name):
2298 Use `ibuffer-generate-filter-groups' to make completion list match
2299 the filter groups that are really displayed in the Ibuffer buffer.
2300 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
2301
2302 2006-03-23 Kenichi Handa <handa@m17n.org>
2303
2304 * international/mule-cmds.el (sort-coding-systems): Describe that
2305 the argument is modified in docstring.
2306
2307 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
2308
2309 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
2310 (pgg-gpg-update-agent): New function.
2311 (pgg-gpg-use-agent-p): New function.
2312 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
2313 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
2314 (pgg-gpg-sign-region): Use it.
2315
2316 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
2317
2318 * cus-edit.el (custom-face-set): Call custom-push-theme before
2319 face-spec set so that `changed' theme is correctly saved.
2320 (custom-face-reset-standard): Reset to recalculated face rather
2321 than defface spec.
2322
2323 * custom.el (custom-push-theme): Only save `changed' theme if the
2324 current face does not match the defface specs.
2325
2326 2006-03-21 Simon Josefsson <jas@extundo.com>
2327
2328 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
2329 <wilde@sha-bang.de>.
2330 (pgg-gpg-use-agent): New variable.
2331 (pgg-gpg-process-region): Use it.
2332 (pgg-gpg-encrypt-region): Likewise.
2333 (pgg-gpg-encrypt-symmetric-region): Likewise.
2334 (pgg-gpg-decrypt-region): Likewise.
2335 (pgg-gpg-sign-region): Likewise.
2336 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
2337
2338 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
2339
2340 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
2341 bracket links.
2342
2343 2006-03-21 Kim F. Storm <storm@cua.dk>
2344
2345 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
2346 fringe-indicator-alist instead of modifying global value.
2347 (gdb-frame-handler): Likewise.
2348
2349 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
2350
2351 * diff-mode.el (diff-function): Make it inherit from diff-header
2352 instead of diff-context.
2353
2354 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
2355 bitmap.
2356 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
2357 change names in macro above for consistency.
2358 (gdb-frame-handler): Use hollow-right-triangle for all selected
2359 frames which except the innermost (where execution has stopped).
2360 (gdb-reset): Reset buffer-local values of overlay-arrow.
2361
2362 2006-03-20 Richard Stallman <rms@gnu.org>
2363
2364 * simple.el (set-mark-command): Doc fix.
2365
2366 * files.el (display-buffer-other-frame): New command.
2367 (ctl-x-4-map): Bind C-x 5 C-o to it.
2368
2369 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
2370
2371 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
2372 rather than just defer-time, in case defer-time has been changed but
2373 the timer isn't running yet.
2374 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
2375
2376 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
2377
2378 * help-mode.el (help-follow-symbol): New function.
2379 Essentially identical to the old `help-follow', but do not let
2380 `push-button' do the work when on an xref.
2381 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
2382
2383 2006-03-19 Richard Stallman <rms@gnu.org>
2384
2385 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
2386 preceded by the word `program'.
2387 (help-follow-mouse, help-follow): Throw error if not on xref.
2388 Delete no longer used args.
2389
2390 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
2391
2392 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
2393 annotation ensure gud-overlay-arrow-position is redisplayed.
2394
2395 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2396
2397 * textmodes/bibtex.el (bibtex-include-OPTkey)
2398 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
2399 (bibtex-autokey-name-case-convert)
2400 (bibtex-autokey-titleword-case-convert): Make these the aliases
2401 for the following two variables.
2402 (bibtex-autokey-name-case-convert-function)
2403 (bibtex-autokey-titleword-case-convert-function): Make these the
2404 real names.
2405 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
2406 bibtex-font-lock-crossref sublists.
2407 (bibtex-mode): Revert 2005-12-30 change (which made
2408 completion-ignore-case buffer-local).
2409 (bibtex-url): Simplify.
2410
2411 2006-03-19 Kim F. Storm <storm@cua.dk>
2412
2413 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
2414 cursor property value to 2 (to align with C level change).
2415
2416 2006-03-19 Bill Wohler <wohler@newt.com>
2417
2418 * image.el (image-load-path-for-library): Shorten first line in
2419 docstring.
2420
2421 2006-03-18 Richard Stallman <rms@gnu.org>
2422
2423 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
2424
2425 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
2426
2427 * isearch.el (isearch-other-meta-char): Handle user bindings for
2428 shifted control characters.
2429
2430 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
2431
2432 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
2433 part that matches email addresses, file names, etc.
2434
2435 2006-03-18 Eli Zaretskii <eliz@gnu.org>
2436
2437 * term/w32-win.el (mouse-set-font):
2438 Mention w32-list-proportional-fonts in the doc string.
2439
2440 2006-03-18 Kim F. Storm <storm@cua.dk>
2441
2442 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
2443 (ido-unc-hosts): New user option to explicitly define list of know
2444 UNC-style hosts for completion.
2445 (ido-cache-unc-host-shares-time): New user option.
2446 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
2447 New helper functions for UNC file-name support.
2448 (ido-may-cache-directory): Check for UNC host. Simplify.
2449 (ido-wash-history): Clean out old UNC hosts.
2450 (ido-nonreadable-directory-p): UNC hosts are always readable.
2451 (ido-directory-too-big-p): UNC hosts are never too big.
2452 (ido-set-current-directory): Handle UNC root path.
2453 (ido-file-name-all-completions): Complete UNC host names from
2454 ido-unc-hosts list. Cache UNC host shares.
2455 (ido-make-file-list-1): Don't filter UNC root.
2456 (ido-exhibit): Check for // in root directory, and switch to UNC
2457 mode by setting ido-current-directory to //.
2458
2459 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
2460
2461 * cus-edit.el (customize-changed-options): Mention explicit
2462 version number as default in prompt.
2463
2464 2006-03-17 Bill Wohler <wohler@newt.com>
2465
2466 * image.el (image-load-path-for-library): Minor docstring fix.
2467
2468 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
2469
2470 * textmodes/org.el (org-read-date): Include subgroup 5 into
2471 replacement text.
2472 (org-popup-calendar-for-date-prompt): Fix customization type.
2473
2474 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
2475
2476 * progmodes/gdb-ui.el (gud-watch): Provide completion.
2477 (gdb-continuation): New variable.
2478 (gdb-send): Deal with continuation lines.
2479
2480 * progmodes/gud.el (gud-gdb-complete-command)
2481 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
2482 expressions.
2483 (gud-tooltip-mode): Use buffer-local value.
2484
2485 2006-03-16 Kim F. Storm <storm@cua.dk>
2486
2487 * ido.el (ido-edit-input): Use selected match, if any.
2488
2489 2006-03-16 Bill Wohler <wohler@newt.com>
2490
2491 * image.el (image-load-path-for-library): Prefer user's images in
2492 image-load-path.
2493
2494 2006-03-16 Martin Rudalics <rudalics@gmx.at>
2495
2496 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
2497 when checking for attempt to drag leftmost or rightmost scrollbar.
2498
2499 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
2500
2501 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
2502 (gdb-force-mode-line-update): New function.
2503 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
2504 (gdb-exited): Use them.
2505 (gdb-signal): New function.
2506 (gdb-annotation-rules): Provide a rule for it.
2507
2508 2006-03-16 Kenichi Handa <handa@m17n.org>
2509
2510 * international/mule.el (auto-coding-regexp-alist): Add entries
2511 for Unicode BOM.
2512
2513 * sort.el (sort-build-lists): Temporarily bind
2514 inhibit-field-text-motion to t.
2515
2516 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
2517
2518 * locate.el (locate-command, locate-make-command-line)
2519 (locate-fcodes-file, locate-update-command)
2520 (locate-prompt-for-command, locate, locate-with-filter)
2521 (locate-get-file-positions): Doc fixes.
2522 (locate-buffer-name, locate-header-face): Remove leading `*' in
2523 defcustom.
2524 (locate-filter-output): Use `keep-lines' instead of its alias
2525 `delete-non-matching-lines'.
2526 (locate-get-filename, locate-get-dirname): Add introductory comment.
2527 (locate-find-directory-other-window): Give appropriate error
2528 message if used outside main listing.
2529
2530 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
2531
2532 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
2533 the new extend-region feature.
2534 (font-lock-after-change-function): Update correspondingly.
2535 * jit-lock.el (jit-lock-after-change): Update correspondingly.
2536 * progmodes/grep.el (font-lock-lines-before): Don't disable.
2537
2538 2006-03-15 Bill Wohler <wohler@newt.com>
2539
2540 * image.el (image-load-path-for-library): Fix example by not
2541 recommending that one binds image-load-path. Just defvar it to
2542 placate compiler and only use it if previously defined.
2543
2544 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
2545
2546 * textmodes/org.el (org-insert-centered): Use `string-width' to
2547 make underlining work for wide characters.
2548 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
2549 TAB to `org-cycle', to make sure that no binding in
2550 `outline-mode-map' can supercede it.
2551
2552 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
2553
2554 * allout.el: Increment version to 2.2.1 in file commentary.
2555
2556 (allout-version): Increment to 2.2.1.
2557
2558 (allout-default-layout): New customization variable, used when the
2559 file lacks a specific allout-layout. Uses allout-layout-type for
2560 recursively nested definition.
2561
2562 (allout-layout-type): Widget defining allout layouts, necessary for
2563 self-recursive definition.
2564
2565 (allout-mode): Incorporate allout-default-layout as fallback for
2566 allout-layout.
2567
2568 (allout-layout): Mark as 'safe-local-variable', and refer mention
2569 fallback to `allout-default-layout' in absence of a specified value.
2570 (allout-passphrase-verifier-string)
2571 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
2572
2573 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
2574
2575 (allout-get-encryption-passphrase-verifier): Use correct name of
2576 passphrase verifier in docstring.
2577
2578 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
2579
2580 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
2581 elements.
2582 (gdb-find-watch-expression): Make it work for arrays too.
2583 Follow change to gdb-var-list.
2584 (gud-watch): Allow the user to enter variable name with a prexix
2585 arg. Create keybindings.
2586 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
2587 (gdb-var-list-children-handler, gdb-var-update-handler)
2588 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
2589 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
2590 Follow change to gdb-var-list.
2591 (gdb-starting): Don't show the overlay arrows when program is running.
2592
2593 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
2594 gdb-var-list.
2595
2596 2006-03-14 Bill Wohler <wohler@newt.com>
2597
2598 * image.el (image-load-path-for-library): Pass value of path
2599 rather than symbol. Always return list of directories.
2600 Guarantee that image directory comes first.
2601
2602 2006-03-14 Alan Mackenzie <acm@muc.de>
2603
2604 * font-core.el (font-lock-extend-region\(-function\)?.):
2605 New function/variable.
2606
2607 * font-lock.el (font-lock-after-change-function):
2608 Call font-lock-extend-region. Obey font-lock-lines-before.
2609 (font-lock-default-fontify-region): Remove reference to
2610 font-lock-lines-before.
2611
2612 * jit-lock.el (jit-lock-after-change):
2613 Call font-lock-extend-region. Obey font-lock-lines-before.
2614
2615 2006-03-14 David Ponce <david@dponce.com>
2616
2617 * tree-widget.el (tree-widget-themes-load-path)
2618 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
2619
2620 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
2621
2622 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
2623 (rcirc-print): Mark the start of text at the end of the prompt.
2624 (rcirc-track-minor-mode): Add autoload cookie.
2625 (rcirc-update-activity-string): Add space to front of mode-line
2626 indicator.
2627
2628 2006-03-13 Miles Bader <miles@gnu.org>
2629
2630 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
2631 (rcirc-abbrev-nick): Remove function.
2632 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
2633
2634 2006-03-13 David Ponce <david@dponce.com>
2635
2636 * tree-widget.el: Handle themes across all occurrences of the main
2637 themes sub-directory found in tree-widget-themes-load-path.
2638 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
2639 (tree-widget--locate-sub-directory): Return all occurrences.
2640 (tree-widget-themes-path): New function.
2641 Replace tree-widget-themes-directory, and return a list of directories.
2642 (tree-widget-set-parent-theme)
2643 (tree-widget-lookup-image): Use it.
2644
2645 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
2646
2647 * textmodes/org.el (org-link-search): Avoid self-matching of
2648 links, allow target text to be distributed over several lines.
2649 (org-search-not-link): New function.
2650 (org-set-regexps-and-options, org-get-current-options):
2651 New startup options.
2652 (org-export-as-html): Take odd-level setting from local variable.
2653 (org-fontify-emphasized-text): New option.
2654 (org-set-font-lock-defaults): Include emphasized text.
2655 (org-follow-mhe-link): Allow folder-only links, fix folder name.
2656 (org-font-lock): Customize group renamed from `org-faces'.
2657
2658 2006-03-13 John Paul Wallington <jpw@pobox.com>
2659
2660 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
2661 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
2662
2663 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
2664
2665 * cus-start.el (all): Delete :version keyword for members of the
2666 fringe group, since the entire group is new in 22.1.
2667
2668 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
2669
2670 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
2671 map if value is hexadecimal (an address).
2672 (gud-watch): Only search roots for existing watch expressions.
2673 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
2674 prevent caching problems with speedbar-update-directory-contents.
2675
2676 2006-03-12 Juri Linkov <juri@jurta.org>
2677
2678 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
2679 before comparing with `low' and `warn'.
2680
2681 * info.el (Info-dir-remove-duplicates): Move point to the
2682 beginning of the current line after deleting the entries from
2683 redundant heading. Use marker for `limit' and compare it with
2684 point before calling `re-search-forward'.
2685
2686 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
2687
2688 * simple.el (yank): Fix typo in docstring.
2689
2690 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
2691
2692 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
2693 messages, where "D" is the 6th character.
2694
2695 2006-03-11 Eli Zaretskii <eliz@gnu.org>
2696
2697 * simple.el (yank): Fix last change.
2698
2699 2006-03-11 David Ponce <david@dponce.com>
2700
2701 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
2702 merging elements from the standard ispell-dictionary-alist.
2703 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
2704 alist, and return the new alist.
2705
2706 2006-03-11 Richard Stallman <rms@gnu.org>
2707
2708 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
2709
2710 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
2711 the way it is implemented is too unclean.
2712
2713 * simple.el (kill-region, yank): Doc fix.
2714
2715 * battery.el (battery-echo-area-format): Doc fix.
2716 (battery-mode-line-format): Likewise.
2717 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
2718 (battery-linux-proc-acpi): Ignore batteries that say "charged".
2719
2720 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
2721
2722 * progmodes/octave-mod.el (octave-indent-for-comment):
2723 Behave according to do string.
2724
2725 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
2726
2727 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
2728 Be visible only if major mode is Mail Mode.
2729
2730 * textmodes/flyspell.el (flyspell-external-point-words)
2731 (flyspell-process-localwords): Fix last changes.
2732
2733 2006-03-11 Eli Zaretskii <eliz@gnu.org>
2734
2735 * calendar/holidays.el (list-holidays): Doc fix.
2736
2737 * international/mule.el (auto-coding-alist): Add .odt
2738 (OpenOffice's open document) files.
2739
2740 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
2741 document) files. Mention in the doc string the need to sync with
2742 auto-coding-alist.
2743
2744 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
2745
2746 * files.el (hack-local-variables-confirm): Don't prompt for ! if
2747 enable-local-variables is set to always query, or there is no
2748 savable variable.
2749
2750 2006-03-10 Bill Wohler <wohler@newt.com>
2751
2752 * image.el (image-load-path-for-library): Merge at least three
2753 functions from Gnus and MH-E into this one function that can now
2754 be shared.
2755
2756 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
2757
2758 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
2759 gdb-remove-mouse-face and remove help-echo too.
2760 (gdb-enqueue-input): Correct conditional clause.
2761
2762 2006-03-10 Glenn Morris <rgm@gnu.org>
2763
2764 * calendar/calendar.el (calendar-holidays): Doc fix.
2765 * calendar/holidays.el (list-holidays): Doc fix.
2766
2767 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
2768
2769 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
2770 it gets called in gdb-prompt anyway.
2771 (gdb-use-separate-io-buffer): Only restore window arrangement for
2772 gdb-many-windows.
2773 (gdb-enqueue-input): Make it harder to send GDB input when program
2774 is running.
2775 (gdb-buffer-list): New variable.
2776 (gdb-remove-mouse-face): New function.
2777 (gdb-starting): Use it when GDB input won't get sent.
2778
2779 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
2780
2781 * help.el (view-lossage): Remove trailing whitespace before
2782 inserting "\n".
2783
2784 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
2785
2786 * files.el (hack-local-variables-confirm):
2787 Set coding-system-for-read to nil before writing to .emacs.
2788
2789 * arc-mode.el (archive-extract): Check if an existing buffer name
2790 comes from a different archive.
2791
2792 * help.el (describe-key-briefly): If KEY is a down event, read and
2793 discard the up event.
2794
2795 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
2796
2797 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
2798 be edited and use font-lock-warning-face for any changes.
2799
2800 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
2801 (gdb-edit-value): Use it to report any errors.
2802
2803 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
2804
2805 * help.el (describe-key): Remove leftover test code.
2806
2807 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
2808
2809 * textmodes/org.el: Move defvars out of eval-when-compile.
2810 Use buffer-file-name variable.
2811 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
2812 arg `file'.
2813 (org-level-faces): Remove startup dependency.
2814 (org-cycle, org-map-tree, org-scan-tags)
2815 (org-remember-handler): Don't call `outline-level' directly.
2816 (org-mhe-search-all-folders): New option.
2817 (org-mhe-get-message-folder-from-index)
2818 (org-mhe-get-message-folder): Fix indexing search.
2819 (org-format-agenda-item): Handle nil TAGS argument.
2820 (org-cleaned-string-for-export, org-activate-target-links)
2821 (org-make-target-link-regexp): Deal with empty radio target list.
2822 (org-tag): New face.
2823 (org-get-level-face): New function.
2824 (org-set-font-lock-defaults): Simplify setup for headlines.
2825 (org-complete): Pass common substring to `display-completion-list'.
2826
2827 2006-03-06 David Ponce <david@dponce.com>
2828
2829 * tree-widget.el: Update Commentary header.
2830 (tree-widget-theme-name): Ignore parent themes.
2831 (tree-widget-set-parent-theme): New function.
2832 (tree-widget-set-theme): Use it.
2833 (tree-widget-set-image-properties): Move definition. Does nothing
2834 if image properties have already been set.
2835 (tree-widget-image-properties): Move definition. Receive an image
2836 name. Set the :pointer property.
2837 (tree-widget-lookup-image): Doc fix. Search in parent themes.
2838 Don't set the :pointer image property.
2839 (tree-widget-convert-widget): New function. Handle :dynargs
2840 compatibility here.
2841 (tree-widget): Use it to :convert-widget. Add the :expander-p
2842 predicate to control when the :expander function is entered.
2843 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
2844 (tree-widget-value-create): Handle :expander-p. widget-apply
2845 :expander.
2846 (tree-widget-expander-p): New function. Default value of the
2847 :expander-p property.
2848
2849 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
2850
2851 * help.el (describe-key): Properly handle the return value of
2852 read-key-sequence when grabbing an up-event. Cleanup mouse-1
2853 remaps. Handle string and vector `follow-link' values.
2854
2855 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
2856
2857 * complete.el (PC-expand-many-files): Try be more careful when parsing
2858 the shell's output.
2859
2860 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
2861
2862 * outline.el (hide-sublevels): Provide better interactive default.
2863
2864 2006-03-06 Kenichi Handa <handa@m17n.org>
2865
2866 * international/fontset.el (create-fontset-from-fontset-spec):
2867 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
2868
2869 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
2870
2871 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
2872 backslashes instead of one in regexp.
2873 (gud-tooltip-dereference): Add missing optional argument.
2874
2875 2006-03-04 John Paul Wallington <jpw@pobox.com>
2876
2877 * wdired.el (toplevel): Require `cl' at compile-time.
2878
2879 2006-03-04 Andreas Schwab <schwab@suse.de>
2880
2881 * server.el (server-process-filter): Handle errors during
2882 evaluation of the argument.
2883
2884 2006-03-03 John Paul Wallington <jpw@pobox.com>
2885
2886 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
2887 escape parentheses at beginning of line.
2888 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
2889 (t-mouse-mode): Remove period from end of error message.
2890
2891 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
2892
2893 * textmodes/flyspell.el (flyspell-process-localwords):
2894 Be case-sensitive.
2895
2896 2006-03-03 Martin Rudalics <rudalics@gmx.at>
2897
2898 * cus-edit.el (custom-quote): Remove function, since it has been
2899 moved to custom.el.
2900
2901 * font-lock.el (lisp-font-lock-keywords-2)
2902 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
2903 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
2904 they have no special meaning.
2905
2906 * midnight.el (clean-buffer-list): Handle case where base-buffer of
2907 indirect buffer gets killed before indirect buffer. Use dolist.
2908
2909 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
2910
2911 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
2912 value instead of a literal constant (1) on more pauses.
2913
2914 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
2915
2916 * textmodes/flyspell.el (flyspell-external-point-words):
2917 Be case-sensitive.
2918
2919 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
2920
2921 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
2922 with "www".
2923
2924 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
2925
2926 * allout.el: Restablish intermediate missing comment header to
2927 preserve outline structure.
2928 (allout-beginning-of-current-entry): Skip invisible text.
2929 (allout-open-topic): Fix opening a topic at end-of-buffer.
2930 (allout-minor-mode): Move nearer to allout-mode function.
2931
2932 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
2933
2934 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
2935
2936 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
2937
2938 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
2939 is nil.
2940
2941 * progmodes/gud.el (gud-speedbar-menu-items):
2942 Use buffer-local-value and add missing :visible keyword.
2943
2944 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
2945
2946 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
2947
2948 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
2949 must be `follow-link'.
2950
2951 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
2952
2953 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
2954 formatting: No nested anchors.
2955 (org-all-targets): Fix bug with XEmacs compatibility.
2956 (org-read-date): Add (require 'parse-time).
2957 (org-set-tags): Fix bug with extra inserted space.
2958 (org-export-html-style): Define a style class for targets.
2959 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
2960 (org-hide-leading-stars): New option.
2961 (org-hide): New face.
2962 (org-set-font-lock-defaults): Allow to hide leading stars.
2963 (org-get-legal-level, org-tr-level): New functions.
2964 (org-odd-levels-only): New option.
2965 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
2966 (org-demote, org-promote): Deal with double-star levels.
2967 (org-convert-to-odd-levels): New command.
2968
2969 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
2970
2971 * speedbar.el (speedbar-update-localized-contents): Try to
2972 preserve window-start.
2973 (speedbar-update-directory-contents): Try to preserve window-start
2974 and window-point.
2975 (speedbar-update-special-contents): Don't move back to start of window.
2976
2977 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
2978 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
2979 speedbar-timer-fn.
2980 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
2981 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
2982 instead of gdb-speedbar-timer-fn.
2983
2984 2006-02-28 Jay Belanger <belanger@truman.edu>
2985
2986 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
2987 (math-compose-expr): Use latex option when calling
2988 `math-compose-tex-matrix' for latex mode.
2989
2990 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
2991
2992 * speedbar.el: Re-instate comments about developing for speedbar
2993 [this is what info and gdb-ui use even if better methods exist now].
2994
2995 * t-mouse.el: New file.
2996 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
2997 (t-mouse-lispy-buffer-posn-from-coords): Remove.
2998 (t-mouse-make-event-element): Use posn-at-x-y instead.
2999 (t-mouse-make-event): Deal with Fedora Core 3.
3000 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
3001 (t-mouse-mouse-position-function): New function. Use it instead
3002 of advising mouse-position.
3003 (t-mouse-mode): New minor mode.
3004 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
3005
3006 2006-02-27 Glenn Morris <rgm@gnu.org>
3007
3008 * calendar/calendar.el (calendar-holidays): Doc fix.
3009
3010 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
3011
3012 * progmodes/gdb-ui.el (gdb-source-window): New variable.
3013 Re-introduce the concept of a source window.
3014 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
3015 consistency with get-buffer-create.
3016 (def-gdb-auto-update-handler, gdb-info-locals-handler)
3017 (gdb-data-list-register-values-handler)
3018 (gdb-stack-list-locals-handler): Try to preserve window-start as
3019 well as window-point.
3020 (gdb-display-source-buffer): New function (old concept).
3021 (gdb-goto-breakpoint): Use it.
3022
3023 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
3024 for gdb-ui/gdb-mi (old concept).
3025
3026 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
3027
3028 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
3029 binding.
3030
3031 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
3032
3033 * textmodes/reftex-sel.el (reftex-select-label-map)
3034 (reftex-select-bib-map): Add `follow-mouse' binding.
3035
3036 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
3037
3038 * jka-cmpr-hook.el (jka-compr-compression-info-list)
3039 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
3040 Give :set functions to provide automatic updating.
3041 Update docstring. Give compiler defvars early in the file
3042 and move the defcustoms to a later spot where all called functions
3043 are defined.
3044 (jka-compr-file-name-handler-entry): Doc fix.
3045 (jka-compr-compression-info-list--internal)
3046 (jka-compr-mode-alist-additions--internal)
3047 (jka-compr-load-suffixes--internal): New variables.
3048 (jka-compr-install): Set the three above variables.
3049 Update `load-file-rep-suffixes' instead of `load-suffixes'.
3050 (jka-compr-update, jka-compr-set): New functions.
3051 (auto-compression-mode): Doc fix.
3052
3053 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
3054 Update `load-file-rep-suffixes' instead of `load-suffixes'.
3055 Use jka-compr-compression-info-list--internal,
3056 jka-compr-mode-alist-additions--internal and
3057 jka-compr-load-suffixes--internal.
3058
3059 * files.el (load-library):
3060 * loadhist.el (file-loadhist-lookup):
3061 * startup.el (command-line):
3062 * subr.el (locate-library):
3063 * emacs-lisp/autoload.el (update-directory-autoloads):
3064 * emacs-lisp/find-func.el (find-library-suffixes):
3065 Use `get-load-suffixes' instead of `load-suffixes'.
3066
3067 * subr.el (locate-library):
3068 * emacs-lisp/find-func.el (find-library-name):
3069 Use `load-file-rep-suffixes' instead of '("").
3070
3071 2006-02-26 Kim F. Storm <storm@cua.dk>
3072
3073 * ido.el (ido-save-history, ido-load-history): Simplify.
3074 Don't use find-file-noselect to avoid interference from other modes.
3075
3076 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
3077
3078 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
3079 to use the default shell if filename is not available.
3080 Reported by Giorgos Keramidas.
3081
3082 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
3083
3084 * progmodes/etags.el (tags-completion-table): Do completion from
3085 all the tables in the current list, as documented in the manual.
3086
3087 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
3088
3089 * CC Mode Update to 5.31.3.
3090
3091 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
3092
3093 * progmodes/cc-mode.el (c-postprocess-file-styles):
3094 Bind inhibit-read-only to t, around the call to
3095 c-remove-any-local-eval-or-mode-variables, so that it works on a
3096 RO file.
3097
3098 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
3099
3100 * progmodes/cc-awk.el: Correct a typo.
3101
3102 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
3103
3104 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
3105 c-hungry-delete-backwards, at the request of RMS. Leave the old
3106 name as an alias.
3107
3108 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
3109
3110 * progmodes/cc-mode.el: Correct a typo.
3111
3112 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
3113
3114 * progmodes/cc-defs.el: Update the version number to 5.31.3.
3115
3116 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
3117
3118 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
3119 brace-else-brace (error due to mbeg, mend being undefined).
3120
3121 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
3122
3123 * progmodes/cc-mode.el: File Local variables: Solve the problem
3124 where both `mode' and c-file-offsets are specified: `mode' will
3125 overwrite c-f-o's settings:
3126 (c-remove-any-local-eval-or-mode-variables): New function.
3127 (c-postprocess-file-styles): Call the above new function, within
3128 c-tentative-buffer-change, to splat `mode' and `eval' before the
3129 second hack-local-variables.
3130
3131 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
3132
3133 * progmodes/cc-mode.el:
3134 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
3135 (c-after-change): Protect the match data with save-match-data.
3136 It was getting corrupted by c-after-change-check-<>-operators.
3137
3138 * cc-defs.el: [Supersedes patch V1.38]:
3139 (top level): Check for a buggy font-lock-compile-keywords ONLY in
3140 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
3141
3142 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
3143 with save-match-data. It was being corrupted when Font Lock was
3144 not enabled.
3145
3146 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
3147
3148 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
3149 Mode and Subword Mode.
3150
3151 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
3152 real labels ("case 1:" or "foo:") from non-labels ("public:").
3153 (c-forward-objc-directive): Replace c-forward-token-2 with crude
3154 coding; c-f-t-2 doesn't move over a token at EOB.
3155
3156 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
3157
3158 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
3159 (c-update-modeline): Concatenate the minor mode indicators
3160 directly onto mode-name, removing c-submode-indicators.
3161 Sometimes, c-s-i got separated from the mode name on the mode line.
3162
3163 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
3164 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
3165
3166 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
3167
3168 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
3169 error message when there's an evaluation error to show whether
3170 it's loaded from source or not.
3171 (c-filter-ops): Make it available at runtime too to work when
3172 `c-make-init-lang-vars-fun' needs to evaluate from source.
3173
3174 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
3175
3176 * help.el (help): Revert last part of 2006-02-23 change (deletion
3177 of the `provide' call).
3178
3179 2006-02-23 Juri Linkov <juri@jurta.org>
3180
3181 * compare-w.el (compare-windows-highlight): Add new value
3182 `persistent' and change :type from `boolean' to `choice'.
3183 (compare-windows-overlays1, compare-windows-overlays2):
3184 New internal variables.
3185 (compare-windows-highlight): If compare-windows-highlight is
3186 `persistent', add current overlays to compare-windows-overlays[12]
3187 instead of adding compare-windows-dehighlight to pre-command-hook.
3188 (compare-windows-dehighlight): Delete all overlays from
3189 compare-windows-overlays[12].
3190
3191 * info.el (Info-search): Don't bind search-spaces-regexp to
3192 Info-search-whitespace-regexp in non-regexp isearch mode.
3193
3194 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
3195
3196 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
3197
3198 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
3199
3200 * textmodes/org.el (org-xemacs-p)
3201 (org-export-html-show-new-buffer, org-table-may-need-update)
3202 (org-insert-item, org-mhe-get-message-real-folder)
3203 (org-mhe-get-message-folder-from-index)
3204 (org-mhe-get-message-folder, org-mhe-get-message-num)
3205 (org-mhe-get-header, org-make-org-heading-search-string)
3206 (org-make-org-heading-camel, org-table-sort-lines)
3207 (org-format-org-table-html, org-format-table-table-html):
3208 Fix typos in docstrings.
3209
3210 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
3211
3212 * textmodes/org.el (org-cleaned-string-for-export)
3213 (org-solidify-link-text): New function.
3214 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
3215 XEmacs, just to silence the compiler.
3216 (org-export-as-ascii, org-export-as-html-and-open):
3217 Use `org-cleaned-string-for-export' and create internal links.
3218 (org-follow-mhe-link): Require mh-e, use folder.
3219
3220 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
3221
3222 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
3223
3224 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
3225 gdb-debug-log-length.
3226 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
3227 it a real ring but...
3228 (gud-gdba-marker-filter): ...make it work like mark-ring.
3229 (gdb-enable-debug): Rename from gdb-enable-debug-log.
3230 (gdb-mouse-jump): New function. Add bindings.
3231
3232 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
3233
3234 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
3235 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
3236 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
3237 (gdb-debug-log-length): Customize it's length.
3238 (gud-watch, gdb-var-create-handler): Display function::var format
3239 but don't use to create variable object.
3240 (gdb-var-create-handler): Use message-box in place of message.
3241 (gdb-stopped): Call gdb-exited if signalled.
3242
3243 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
3244
3245 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
3246
3247 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
3248
3249 * textmodes/reftex.el (reftex-locate-file): Search all extensions
3250 if `reftex-try-all-extensions' is set.
3251
3252 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
3253 fail silently when there is no valid argument at point.
3254 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
3255 `fail-silently' argument. From a patch by David Reiter.
3256
3257 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
3258 New commands.
3259 (org-mark-ring): New variable.
3260 (org-mark-ring-length): New option.
3261 (org-open-at-point, org-goto, org-open-file): Push old position
3262 onto the mark ring.
3263 (org-add-hook): New function.
3264 (org-export-table-remove-special-lines): New option.
3265 (org-skip-comments, org-format-org-table-html): Respect new
3266 option `org-export-table-remove-special-lines'.
3267 (org-open-file): Allow special command configuration for
3268 directory link.
3269 (org-file-apps): Fix bugs in customize type, added setting
3270 for directories.
3271 (org-activate-tags, org-format-agenda-item, org-complete)
3272 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
3273 (org-get-tags, org-get-buffer-tags, org-open-at-point)
3274 (org-link-search, org-make-org-heading-search-string)
3275 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
3276 (org-radio-targets, org-file-link-context-use-camel-case)
3277 (org-activate-camels): New options.
3278 (org-update-radio-target-regexp, org-all-targets)
3279 (org-make-target-link-regexp, org-activate-target-links):
3280 New functions.
3281 (org-make-org-heading-search-string): New function.
3282 (org-store-link, org-insert-link): Use new option
3283 `org-file-link-context-use-camel-case'.
3284 (org-activate-camels): Use new option `org-activate-camels'.
3285 (org-link-regexp): Add mhe prefix.
3286 (org-open-at-point, org-store-link): Support for mhe links.
3287 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
3288 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
3289 (org-mhe-get-header, org-follow-mhe-link): New functions.
3290 (org-remove-angle-brackets, org-add-angle-brackets):
3291 New functions.
3292 (org-bracket-link-regexp): New constant.
3293 (org-read-date): Fix bug that was rejecting all typed dates.
3294 (org-link-search): Make hierarchy above visible after a match.
3295 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
3296 (org-store-link): Fix bug with link creation when cursor is in
3297 an empty line.
3298 (org-open-at-point): Fix bug with matching a link.
3299 Fixed buggy argument sequence in call to `org-view-tags'.
3300 (org-compile-prefix-format): Set `org-prefix-has-tag'.
3301 (org-prefix-has-tag): New variable.
3302 (org-format-agenda-item): Remove tags from headline
3303 if appropriate.
3304 (org-agenda-remove-tags-when-in-prefix): New option.
3305
3306 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
3307
3308 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
3309 Fix the regular expressions.
3310
3311 2006-02-21 Richard M. Stallman <rms@gnu.org>
3312
3313 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
3314 if there's no other specific basis.
3315
3316 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
3317 as variables at all.
3318 (unsafep-variable): Rename arg; doc fix.
3319
3320 * abbrevlist.el (list-one-abbrev-table): Add autoload.
3321
3322 * calendar/appt.el (diary-selective-display): Add defvar.
3323
3324 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
3325
3326 * isearch.el (search-whitespace-regexp): Fix custom type.
3327
3328 * help.el (describe-key-briefly): Compute interactive args
3329 in same was as before previous change.
3330
3331 * files.el (enable-local-variables): Doc fix.
3332
3333 2006-02-21 Kim F. Storm <storm@cua.dk>
3334
3335 * fringe.el: Cleanup as file is now pre-loaded.
3336 (fringe-bitmaps): Initialize unconditionally.
3337 (fringe-mode, set-fringe-style): Remove autoload cookies.
3338
3339 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
3340
3341 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
3342 `horizontal-bar'.
3343 (fringe-cursor-alist): Use `horizontal-bar'.
3344
3345 2006-02-20 Kim F. Storm <storm@cua.dk>
3346
3347 * fringe.el (fringe-bitmaps): Update to new bitmap names.
3348 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
3349
3350 * loadup.el: Load "fringe" on window systems.
3351
3352 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
3353
3354 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
3355 out of scope components.
3356
3357 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
3358 default.
3359
3360 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
3361
3362 * custom.el (customize-mark-to-save, customize-mark-as-set):
3363 Load the symbol first.
3364
3365 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
3366
3367 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
3368 strech spec so it doesn't display as "^J" on the header line
3369 when `Buffer-menu-use-header-line' is t.
3370
3371 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
3372
3373 * speedbar.el (speedbar-make-button): Keep text properties
3374 of string arguments if desired.
3375
3376 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
3377 expessions.
3378
3379 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
3380 of speedbar.
3381
3382 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
3383
3384 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
3385 to value of `read-file-name-completion-ignore-case'.
3386
3387 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
3388
3389 * custom.el (customize-mark-as-set): Push to `user' theme.
3390
3391 * cus-edit.el (custom-save-variables): Allow unthemed values.
3392 (customize-set-variable): Push setting to `user' theme.
3393
3394 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
3395
3396 * progmodes/gud.el: Don't require font-lock as it's now
3397 automatically loaded.
3398 (gud-speedbar-buttons): Replace gdb-var-changed with
3399 gdb-force-update.
3400
3401 * progmodes/gdb-ui.el (gdb-force-update): Rename from
3402 gdb-var-changed.
3403 (gdb-post-prompt): Use it.
3404 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
3405 (gdb-var-update-handler, gdb-var-delete)
3406 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
3407 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
3408 gdb-force-update in gdb-post-prompt.
3409 (gdb-reset): Clear watch expressions from speedbar when quitting.
3410
3411 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
3412
3413 * viper-cmd.el (viper-insert-state-post-command-sentinel)
3414 (viper-change-state-to-vi, viper-change-state-to-emacs):
3415 Make aware of cursor coloring in the Emacs state.
3416 (viper-special-read-and-insert-char): Use read-char-exclusive.
3417 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
3418
3419 * viper-init.el (viper-emacs-state-cursor-color): New variable.
3420
3421 * viper-util.el (viper-save-cursor-color)
3422 (viper-get-saved-cursor-color-in-replace-mode)
3423 (viper-get-saved-cursor-color-in-insert-mode)
3424 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
3425 state.
3426 (viper-get-saved-cursor-color-in-emacs-mode): New function.
3427
3428 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
3429 (ediff-ignore-case-option3, ediff-actual-diff-options)
3430 (ediff-actual-diff3-options): New variables to control case sensitivity.
3431 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
3432 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
3433 (ediff-toggle-ignore-case): New function.
3434 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
3435
3436 * ediff-help.el (ediff-long-help-message-narrow2)
3437 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
3438 (ediff-long-help-message-word-mode): Add ignore-case command.
3439 (ediff-help-for-quick-help): Add ignore-case command.
3440
3441 * ediff-merg.el: Move provide to the end.
3442
3443 * ediff-ptch.el: Move provide to the end.
3444
3445 * ediff-wind.el: Move provide to the end.
3446
3447 * ediff-mult.el: Move provide to the end.
3448 (ediff-set-meta-overlay): Enable follow-link.
3449
3450 * ediff.el: Move provide to the end.
3451 Break recursive load cycle in eval-when-compile.
3452 (ediff-patch-buffer): Better heuristics.
3453
3454 * ediff-util.el: Move provide to the end.
3455 Break recursive load cycle in eval-when-compile.
3456 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
3457 defuns.
3458 (ediff-submit-report): Pass the values of ediff-diff3-program,
3459 ediff-diff3-options.
3460
3461 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
3462
3463 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
3464 the opening bracket of the following bracketing pairs: {}, [], (), <>,
3465 `' (for example, in the docstring of `windmove-default-keybindings').
3466
3467 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
3468
3469 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
3470 shadow face. Don't provide binding to edit variable when it is
3471 out of scope.
3472
3473 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
3474 (gdb-var-update-handler): Detect out of scope variables with pre
3475 GDB 6.4 too.
3476 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
3477 Reset status of variable objects to nil in update handlers.
3478 (gdb-var-update-handler-1): Detect when a variable object comes
3479 in scope. setcar on var changes gdb-var-list directly.
3480
3481 2006-02-17 Juri Linkov <juri@jurta.org>
3482
3483 * ffap.el (ffap) <defface>: Add explicit face declaration.
3484 (ffap-highlight): Use face `ffap' directly instead of checking
3485 for its existence.
3486
3487 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
3488 `visible-ok' of `other-buffer' to find the right original buffer.
3489
3490 * info.el (Info-search): Skip `Local Variables' node.
3491
3492 2006-02-17 Juri Linkov <juri@jurta.org>
3493
3494 * info.el (Info-find-file): Check for symbols `apropos', `history',
3495 `toc' in the input filename, and return these symbols as is.
3496 (Info-find-node-2): Set Info-current-file to symbols `apropos',
3497 `history', `toc' instead of strings.
3498 (Info-set-mode-line): For non-string Info-current-file use the
3499 symbol's name inside **.
3500 (Info-isearch-push-state): Add quote before Info-current-file and
3501 Info-current-node.
3502 (Info-isearch-pop-state): Use `equal' instead of `string='.
3503 (Info-extract-pointer, Info-following-node-name): Use
3504 `match-string-no-properties' instead of `match-string'.
3505 (Info-up): Check `old-file' for `stringp'.
3506 (Info-history): Use `equal' instead of `string-equal'.
3507 Check `file' for `stringp'.
3508 (Info-history): Use symbol `history' instead of string as first arg
3509 of `Info-find-node'.
3510 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
3511 `toc' instead of string.
3512 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
3513 instead of `buffer-substring', and `match-string-no-properties'
3514 instead of `match-string'.
3515 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
3516 instead of strings.
3517 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
3518 Use symbol `apropos' instead of string.
3519 (Info-copy-current-node-name): Check `Info-current-file' for
3520 `stringp' and construct a command with `Info-find-node' from it.
3521 (Info-fontify-node): Use `match-string-no-properties' instead of
3522 `match-string' and check file names for `stringp'.
3523 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
3524 `history', `toc' instead of strings.
3525
3526 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
3527
3528 * files.el: Rearrange functions and variables in the file local
3529 variables section.
3530
3531 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
3532
3533 * files.el: Add truncate-lines, ispell-check-comments and
3534 ispell-local-dictionary as safe local variables.
3535
3536 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
3537
3538 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
3539 out of scope variables.
3540 (gud-speedbar-buttons): Use unless.
3541
3542 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
3543 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
3544 (gdb-show-changed-values): Also use for out of scope variables.
3545 (gdb-var-update-handler-1): Note if variable goes out of scope.
3546
3547 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
3548
3549 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
3550 default to global variable values for unsupplied args.
3551 (rcirc-get-buffer-create): Fix bug with setting the target.
3552 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
3553 test for rcirc-always-use-server-buffer-flag here.
3554 (rcirc-response-formats): Add %N, which is a facified nick. %n
3555 uses the default face. Change the ACTION format string. If the
3556 "nick" is the server, don't print anything for that field.
3557 Comment fixes.
3558 (rcirc-target-buffer): Don't test
3559 rcirc-always-use-server-buffer-flag here.
3560 (rcirc-print): Squeeze extra spaces out of the text before message.
3561 (rcirc-put-nick-channel): Strip potential "@" char from nick
3562 before adding them to nick table.
3563 (rcirc-url-regexp): Improve to match address like "foo.com".
3564
3565 2006-02-17 Eli Zaretskii <eliz@gnu.org>
3566
3567 * allout.el (allout-hidden-p): Move this defsubst before
3568 allout-overlay-interior-modification-handler, where it is first
3569 used.
3570
3571 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
3572
3573 * allout.el: Use allout invisible-text overlays instead of
3574 selective display for concealed text. Also, lots of general
3575 cleanup, and improved compatibility code.
3576
3577 (allout-version) Incremented, corrected, revised, and refined
3578 module commentary.
3579
3580 (provide 'allout): Moved to the bottom, added a require of overlay.
3581
3582 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
3583 `except-current'.
3584 (allout-write-file-hook-handler): Minimize delay.
3585 (count-trailing-whitespace-region): New function so
3586 auto-encryption of current topic can resituate cursor exactly.
3587 PGP/GPG encryption trims trailing whitespace from lines, which
3588 must be accounted for across encryption then decryption.
3589
3590 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
3591 just plain "\C-c", to avoid intruding on user's keybinding space.
3592
3593 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
3594 parameter, so user request to provide a new password is done.
3595
3596 (allout-outside-normal-auto-fill-function, allout-auto-fill):
3597 Refined mechanism for auto-filling behavior while in allout mode.
3598
3599 (allout-mode): Explicitly specify the mode map in the docstring.
3600 Clarify provision for various write-file hook var names.
3601 Adjusted for invisible-text overlays instead of selective-display.
3602
3603 (allout-depth): Really return 0 if not within any topic. This
3604 rectifies `allout-beginning-of-level' and sequence numbering
3605 errors that occur when cutting and pasting numbered topics.
3606 Changed from a in-line subst to a regular function, as well.
3607
3608 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
3609
3610 (allout-end-of-subtree, allout-end-of-subtree)
3611 (allout-end-of-entry, allout-end-of-current-heading)
3612 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
3613 (allout-show-children, allout-show-to-offshoot)
3614 (allout-hide-current-entry, allout-show-current-entry): Rectified
3615 handling of trailing blank lines between items.
3616
3617 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
3618 (allout-current-depth, allout-unprotected, allout-hidden-p)
3619 (allout-on-current-heading-p, allout-listify-exposed)
3620 (allout-chart-subtree, allout-goto-prefix)
3621 (allout-back-to-current-heading, allout-get-body-text)
3622 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
3623 (allout-hide-region-body, allout-toggle-subtree-encryption)
3624 (allout-encrypt-string, allout-encrypted-key-info)
3625 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
3626 (allout-file-vars-section-data): Adjusted for use with
3627 invisible-text overlays instead of selective-display.
3628
3629 (allout-kill-line, allout-kill-topic, allout-yank-processing):
3630 Reworked for use with invisible text overlays.
3631
3632 (allout-current-topic-collapsed-p): New function.
3633
3634 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
3635 to know when to close the containing topic.
3636
3637 (allout-pre-command-business, allout-post-command-business):
3638 Simplify undo-batching and dynamic isearch exposure.
3639
3640 (allout-set-overlay-category): New for invisible-text overlays.
3641 Sets properties of allout-overlay-category, used by
3642 allout-flag-region to set invisible-text overlay properties.
3643 (allout-get-invisibility-overlay): Get the first qualifying
3644 invisibility overlay, so we can find the extent of it.
3645 (allout-back-to-visible-text): Get to just before the beginnining
3646 of the current invisibility overlay, if any.
3647
3648 (allout-overlay-insert-in-front-handler)
3649 (allout-overlay-interior-modification-handler)
3650 (allout-before-change-handler, allout-isearch-end-handler): New
3651 functions to handle extraordinary actions affecting concealed
3652 text.
3653
3654 (allout-flag-region): Use overlays instead of selective-display
3655 for invisible text - by inheritence from the properties of
3656 allout-overlay-category in mainline Emacs, and applied
3657 property-by-property in XEmacs, some recent versions of which
3658 don't inherit the properties from the category. Provisions to
3659 respond to concealed-text edits simplified drastically.
3660
3661 (allout-isearch-rectification, allout-isearch-was-font-lock)
3662 (allout-isearch-expose, allout-enwrap-isearch)
3663 (allout-isearch-abort, allout-pre-was-isearching)
3664 (allout-isearch-prior-pos, allout-isearch-did-quit)
3665 (allout-isearch-dynamic-expose)
3666 (allout-hide-current-entry-completely): Functions deleted.
3667
3668 (allout-undo-aggregation): Explicit undo aggregation no longer
3669 necessary due to transition away from selective-display.
3670
3671 (set-allout-regexp, allout-up-current-level)
3672 (allout-next-visible-heading, allout-forward-current-level)
3673 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
3674 (allout-kill-line, allout-yank-processing, allout-show-children)
3675 (allout-expose-topic, allout-old-expose-topic)
3676 (allout-listify-exposed, allout-insert-latex-header)
3677 (allout-toggle-subtree-encryption, allout-encrypt-string)
3678 (remove-from-invisibility-spec, allout-hide-current-subtree):
3679 Ditched unused variables.
3680
3681 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
3682
3683 * textmodes/ispell.el (ispell-change-dictionary): Call
3684 ispell-buffer-local-dict instead of
3685 ispell-accept-buffer-local-defs.
3686 (ispell-local-dictionary-alist): Accept as valid any coding-system
3687 supported by Emacs.
3688 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
3689 changed to iso-8859-3.
3690
3691 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
3692
3693 * speedbar.el (speedbar-frame-width): Make an inline function
3694 instead of a macro. Use frame-width.
3695 (speedbar-try-completion, speedbar-update-contents)
3696 (speedbar-timer-fn): Use consp.
3697 (speedbar-update-localized-contents): Try to preserve point.
3698
3699 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
3700 (menu): Re-order menu items.
3701 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
3702 field.
3703 (gdb-var-update-handler-1): Use it for GDB 6.4+.
3704 (gdb-post-prompt): Speed things by not forcing update.
3705
3706 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
3707
3708 * wid-edit.el (widget-button-click): For mouse-1, cancel button
3709 press and perform default action if we get a mouse movement event.
3710
3711 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
3712
3713 * calendar/icalendar.el (icalendar--get-event-property)
3714 (icalendar--get-event-property-attributes): Fix typos in
3715 docstrings.
3716
3717 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
3718 docstring.
3719
3720 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
3721
3722 * bs.el (bs-mode): Use `buffer-disable-undo'.
3723 (bs--get-file-name): Simplify.
3724 (bs-show-in-buffer): Mark the buffer as not modified.
3725
3726 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
3727
3728 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
3729 widget-button-click.
3730
3731 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
3732 (custom-mode): Update docstring.
3733
3734 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
3735 binding.
3736
3737 * files.el (hack-local-variables-confirm): Allow scrolling if the
3738 file variable list is too long. Kill temp buffer after use.
3739
3740 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
3741
3742 * progmodes/gud.el (gdb): Improve doc string.
3743 (gdb-script-font-lock-keywords): Expand allowed character set.
3744
3745 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
3746 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
3747 (gdb-separate-io-interrupt, gdb-separate-io-quit)
3748 (gdb-separate-io-stop, gdb-separate-io-eof):
3749 Rename from gdb-inferior-* to gdb-separate-*.
3750 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
3751
3752 2006-02-14 Jay Belanger <belanger@truman.edu>
3753
3754 * calc/calc-arith.el (math-check-known-scalarp): Make sure
3755 expression is a symbol before checking that it is bound.
3756
3757 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
3758 test to see if equation can be solved.
3759
3760 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
3761
3762 * wid-edit.el (widget-button-click): Use :pressed-face property
3763 for overlay face, if it exists.
3764
3765 * cus-edit.el (custom-manual, custom-add-see-also)
3766 (custom-add-parent-links, custom-group-link): Add :pressed-face
3767 property to links.
3768
3769 * files.el (hack-local-variables): Remove ignored variables before
3770 checking if any variables need setting.
3771
3772 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3773
3774 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
3775
3776 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
3777
3778 * help.el (where-is): Fix message for remapped commands.
3779
3780 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
3781 Fix typos in docstrings.
3782
3783 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
3784
3785 * files.el (safe-local-variable-values): New option.
3786 (hack-local-variables-prop-line): Return a list of variable-value
3787 pairs if MODE-ONLY is non-nil.
3788 (hack-local-variables): Construct list of variable-value pairs,
3789 and apply or reject them in one go. Ask for confirmation if
3790 variables are not known safe.
3791 (hack-local-variables-confirm): Complete rewrite. Support
3792 `safe-local-variable-values'.
3793 (enable-local-variables): Update docstring to reflect new
3794 behavior.
3795 (ignored-local-variables): Ignore ignored-local-variables and
3796 safe-local-variable-values.
3797 (safe-local-variable-p): New function.
3798 (risky-local-variable-p): `safe-local-variable' property check
3799 moved to safe-local-variable-p.
3800 (hack-one-local-variable): Checks moved to hack-local-variables.
3801
3802 (byte-compile-dynamic, c-basic-offset, c-file-style)
3803 (c-indent-level, comment-column, fill-column, fill-prefix)
3804 (indent-tabs-mode, kept-new-versions, no-byte-compile)
3805 (no-update-autoloads, outline-regexp, page-delimiter)
3806 (paragraph-start, paragraph-separate, sentence-end)
3807 (sentence-end-double-space tab-width, version-control):
3808 Add `safe-local-variable' property.
3809
3810 * find-lisp.el: Delete nonexistent `autocompile' file variable.
3811
3812 * icomplete.el, play/landmark.el: Change nonexistent
3813 `outline-layout' file variable to `allout-layout'.
3814
3815 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
3816
3817 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
3818 (gdb-get-changed-registers): Test value of gud-minor-mode relative
3819 to gud-comint-buffer.
3820 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
3821 gdb-ui.el for gdb-mi.el.
3822 (gdb-post-prompt, gdb-get-changed-registers): Move test for
3823 registers buffer to gdb-get-changed-registers.
3824 (gdb-breakpoint-regexp): New regexp. Allow toggling and
3825 deletion of catchpoints (throw and catch).
3826 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
3827 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
3828 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
3829 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
3830 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
3831
3832 2006-02-13 Jay Belanger <belanger@truman.edu>
3833
3834 * calc/calc-arith.el (math-check-known-matrixp): Make sure
3835 expression is a symbol before checking that it is bound.
3836
3837 2006-02-13 Richard M. Stallman <rms@gnu.org>
3838
3839 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
3840 for the minibuffer too, but not if resize-mini-windows will interfere.
3841
3842 * help.el (describe-key-briefly, describe-key): Do all arg-reading
3843 inside `interactive' spec.
3844 (describe-key-briefly-internal, describe-key-internal):
3845 Functions merged back into their callers.
3846
3847 2006-02-13 Martin Rudalics <rudalics@gmx.at>
3848
3849 * info.el (info-xref-visited): Inherit from info-xref too.
3850 (Info-set-mode-line): Replace occurrences of `%' by `%%'
3851 when propertizing Info-current-file and Info-current-node.
3852
3853 2006-02-13 Juri Linkov <juri@jurta.org>
3854
3855 * tumme.el (tumme-thumbnail-storage): Fix docstring.
3856 (tumme-thumb-name): Fix per-directory format.
3857
3858 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
3859
3860 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
3861
3862 2006-02-12 Miles Bader <miles@gnu.org>
3863
3864 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
3865
3866 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
3867
3868 * tumme.el: Remove history section. If someone needs the it, it
3869 can always be found in CVS.
3870
3871 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
3872
3873 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
3874 about the Thumbnail Managing Standard option.
3875
3876 2006-02-12 Richard M. Stallman <rms@gnu.org>
3877
3878 * subr.el (substitute-key-definition): Doc fix.
3879
3880 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
3881
3882 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
3883
3884 * info.el (Info-mode): Doc fix.
3885
3886 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
3887
3888 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
3889
3890 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
3891 because on Solaris a POSIX compatible "id" is needed. Reported by
3892 Magnus Henoch <mange@freemail.hu>.
3893
3894 2006-02-12 Juri Linkov <juri@jurta.org>
3895
3896 * tumme.el: Remove todo item about Thumbnail Managing Standard.
3897 (tumme) <defgroup>: Change :group to `multimedia'.
3898 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
3899 Managing Standard.
3900 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
3901 Fix dostring.
3902 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
3903 and %y. Fix docstring.
3904 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
3905 (tumme-cmd-create-standard-thumbnail-command): New user options.
3906 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
3907 is `standard'. Fix docstring.
3908 (tumme-thumb-width, tumme-thumb-height): New user options.
3909 (tumme-external-viewer): Try to find various viewers.
3910 (tumme-get-thumbnail-image): Use `create-image' instead of
3911 constructing the `image' structure.
3912 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
3913 `standard'.
3914 (tumme-thumb-name): Add file name generation for standard storage.
3915 Simplify code for other storages.
3916 (tumme-thumb-name): Use width %w and height %h instead of size %s.
3917 Add modification time %m and thumbnail-nq8 %q.
3918 Use `tumme-cmd-create-standard-thumbnail-command' if
3919 tumme-thumbnail-storage is `standard'.
3920 (tumme-dired-insert-marked-thumbs): New autoload command.
3921 (tumme-dired-after-readin-hook): New function.
3922 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
3923 `tumme-thumb-size'.
3924 (tumme-display-image): Replace size-x %x and size-y %y with
3925 width %w and height %h.
3926
3927 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
3928 `tumme-dired-insert-marked-thumbs'.
3929
3930 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
3931
3932 * tumme.el (tumme-write-tag): Fix small bug (file name did not
3933 include path).
3934 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
3935 matching tag.
3936
3937 2006-02-12 Miles Bader <miles@gnu.org>
3938
3939 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
3940 New variables.
3941 (rcirc-abbrev-nick): New function.
3942 (rcirc-format-response-string): Rewrite to use the formats in
3943 `rcirc-response-formats' and expand escape sequences therein.
3944 A text-property `rcirc-text' is added over the actual response
3945 text to make easy to find inside the returned string.
3946 (rcirc-print): When filling, just look for the `rcirc-text'
3947 text-property to find the appropriate fill prefix, instead of
3948 using hardwired patterns.
3949
3950 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
3951
3952 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
3953 Managing Standard.
3954
3955 2006-02-11 Kim F. Storm <storm@cua.dk>
3956
3957 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
3958 Don't use insert-buffer; do insert-buffer-substring directly.
3959 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
3960
3961 2006-02-11 Martin Rudalics <rudalics@gmx.at>
3962
3963 * files.el (revert-buffer, recover-file): Replace buffer-read-only
3964 with inhibit-read-only. Suggested by Stefan Monnier.
3965 (revert-buffer): Let insert-file-contents discard
3966 buffer-undo-list. Simplify code.
3967 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
3968
3969 2006-02-11 Eli Zaretskii <eliz@gnu.org>
3970
3971 * menu-bar.el (menu-bar-select-yank): Add a doc string.
3972
3973 * help.el (describe-key-briefly): Now a wrapper for
3974 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
3975 to t. Populate yank-menu if empty.
3976 (describe-key-briefly-internal): Renamed from describe-key-briefly.
3977 (describe-key): Now a wrapper for describe-key-internal. Bind
3978 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
3979 (describe-key-internal): Renamed from describe-key.
3980
3981 2006-02-11 Milan Zamazal <pdm@zamazal.org>
3982
3983 * progmodes/glasses.el (glasses-separator): Doc fix.
3984 (glasses-original-separator): New defcustom.
3985 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
3986
3987 2006-02-11 Martin Rudalics <rudalics@gmx.at>
3988
3989 * mwheel.el (mouse-wheel-up-event): Doc fix.
3990
3991 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
3992
3993 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
3994 (tumme-dir): New function. Copied from thumbs.el.
3995
3996 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
3997
3998 * desktop.el (desktop-outvar): Fix typo.
3999 (desktop-save-buffer-p): Doc fix.
4000
4001 * subr.el (substitute-key-definition): Fix typo.
4002
4003 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4004
4005 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
4006 when window-system is mac.
4007
4008 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
4009
4010 2006-02-10 Kim F. Storm <storm@cua.dk>
4011
4012 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
4013 indirect-function instead of using condition-case.
4014
4015 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
4016
4017 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
4018 less `colloquial'...
4019
4020 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
4021
4022 * tumme.el: Add a couple of todo items.
4023
4024 2006-02-09 Lars Hansen <larsh@soem.dk>
4025
4026 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
4027 (highlight-changes-mode): Don't change desktop-locals-to-save.
4028
4029 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
4030
4031 * image-mode.el (image-toggle-display): Clear image cache if using
4032 filename.
4033
4034 2006-02-09 Masatake YAMATO <jet@gyve.org>
4035
4036 * dired-x.el (dired-guess-shell-alist-default): Add .man as
4037 a `dired-man' target.
4038
4039 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
4040 boundary of symbols.
4041
4042 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
4043
4044 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
4045
4046 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
4047
4048 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
4049 `mapcar'; return nil.
4050
4051 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
4052
4053 * mouse.el (mouse-drag-track): Don't change window if we rebind to
4054 some other event.
4055
4056 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
4057
4058 * net/rcirc.el (rcirc-startup-channels-alist):
4059 Add irc.freenode.net and #emacs as defaults.
4060 (rcirc-ignore-all-activity-flag): Remove variable.
4061 (rcirc-authinfo): New variable.
4062 (rcirc-authinfo-filename): Remove variable.
4063 (rcirc-always-use-server-buffer-flag): New flag.
4064 (rcirc): M-x rcirc will automatically connect without prompting.
4065 C-u M-x rcirc will prompt. Use rcirc-connect to create a
4066 connection in lisp.
4067 (rcirc-process-server-response-1): Remove everything but the nick
4068 portion of the sender so it doesn't need to be done everywhere
4069 else. Update related code.
4070 (global-map): Remove global keybindings.
4071 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
4072 (rcirc-send-input): Split into several functions.
4073 (rcirc-process-input-line, rcirc-process-message)
4074 (rcirc-process-command): New functions.
4075 (rcirc-target-buffer): New function to determine where to route
4076 messages.
4077 (rcirc-user-nick): Save match data.
4078 (rcirc-toggle-ignore-buffer-activity)
4079 (rcirc-update-activity-string): Remove global ignore functionality,
4080 which can be done now by toggling rcirc-track-minor-mode.
4081 (rcirc-track-minor-mode-map): New keymap.
4082 (rcirc-track-minor-mode): New minor-mode.
4083 (ignore): Make the ignore output nicer. Always print it when
4084 adding or removing nicks.
4085 (rcirc-url-regexp): Improve.
4086 (rcirc-mangle-text): Remove properties before using text in the
4087 modeline.
4088 (rcirc-authenticate): Authentication data comes from
4089 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
4090 (rcirc-server-prefix): Inherit from rcirc-server.
4091
4092 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
4093
4094 * Makefile.in (compile): Append "|| true" to the end of the `find'
4095 command, like compile-always does.
4096
4097 2006-02-08 Sam Steingold <sds@gnu.org>
4098
4099 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
4100 output from a dead connection.
4101
4102 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
4103
4104 * dired.el (dired-mode-map): Add more bindings for tumme.
4105
4106 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
4107
4108 * wdired.el (wdired-mode-map): Use remap.
4109 (wdired-get-filename): Massage.
4110 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
4111 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
4112 `keymap' property rather than `local-map'.
4113
4114 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
4115
4116 * tumme.el (tumme-get-thumbnail-image): New utility function.
4117 Suggested by from Chong Yidong.
4118 (tumme-dired-with-window-configuration): Rename from
4119 `tumme-dired'. Add code to save window configuration.
4120 (tumme-restore-window-configuration): New command to restore the
4121 window configuration that `tumme-dired-with-window-configuration'
4122 saves before it changes the window configuration.
4123 (tumme-show-all-from-dir): New command to display thumbnails for
4124 all files in a directory entered by the user, like M-x thumbs.
4125 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
4126 have been created.
4127 (tumme-display-thumbnail-original-image): Call `display-buffer'.
4128 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
4129 Remove obsolete test function.
4130
4131 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
4132
4133 * vc.el (small-temporary-file-directory): Remove defvar; there's
4134 a defcustom for it in files.el.
4135
4136 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
4137 Fix typo in message.
4138 (tumme-gallery-generate): Fix typo in `error' message.
4139 (tumme-display-window-height-correction)
4140 (tumme-display-window-width-correction, tumme-line-up-dynamic)
4141 (tumme-line-up-interactive): Dox fixes.
4142 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
4143 (tumme-restore-window-configuration, tumme-format-properties-string)
4144 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
4145 Fix typos in docstrings.
4146
4147 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
4148
4149 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
4150
4151 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
4152
4153 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
4154 User should use hook if desired.
4155
4156 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
4157 buffer if necessary.
4158 (gdb-delete-frame-or-window): New function.
4159 (gdb-breakpoints-mode-map): Bind "q" to it.
4160
4161 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
4162
4163 * textmodes/nroff-mode.el: Clean up name space.
4164 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
4165 (nroff-mode): Obey the global setting of nroff-electric-mode.
4166 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
4167
4168 * calendar/calendar.el (calendar-increment-month): Typo in last change.
4169
4170 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
4171
4172 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
4173
4174 2006-02-06 Lars Hansen <larsh@soem.dk>
4175
4176 * generic-x.el (etc-fstab-generic-mode): Add file system types
4177 cifs and usbdevfs. Allow special chars in file names.
4178
4179 2006-02-05 Jay Belanger <belanger@truman.edu>
4180
4181 Update copyright notices of the files in lisp/calc.
4182
4183 2006-02-05 Romain Francoise <romain@orebokech.com>
4184
4185 Update copyright notices of all files in the lisp/play directory.
4186
4187 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
4188
4189 * ldefs-boot.el: Regenerate.
4190
4191 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
4192
4193 2006-02-05 Kim F. Storm <storm@cua.dk>
4194
4195 * files.el (magic-mode-regexp-match-limit): New defvar.
4196 (set-auto-mode): Use it to limit magic-mode-alist matching.
4197
4198 2006-02-04 Kevin Rodgers <ihs_4664@yahoo.com>
4199
4200 * simple.el (display-message-or-buffer): Compare the number of
4201 characters to the frame width when determining whether a 1-line
4202 message string will fit in the echo area. Count screen lines
4203 instead of buffer lines when determining whether a multi-line
4204 message will fit in the echo area/minibuffer window.
4205
4206 2006-02-04 Eli Zaretskii <eliz@gnu.org>
4207
4208 * info.el (Info-index, Info-mode): Improve the description of the
4209 `i' command.
4210
4211 * ldefs-boot.el: Regenerate.
4212
4213 2006-02-03 Werner Lemberg <wl@gnu.org>
4214
4215 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
4216 greedy to find the closing bracket in \*[...] and similar
4217 expressions. This is a first rough fix -- many additional
4218 refinements are necessary to make nroff mode really usable with groff.
4219
4220 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
4221
4222 * international/mule-cmds.el (set-locale-environment):
4223 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
4224 libX11.
4225
4226 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
4227
4228 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
4229 archive are created in archive-tmpdir.
4230
4231 2006-02-02 John Paul Wallington <jpw@pobox.com>
4232
4233 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
4234 (ibuffer-fontification-alist): Use it.
4235 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
4236 to "* z" and the Ibuffer Mark menu.
4237
4238 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
4239
4240 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
4241
4242 * textmodes/table.el (*table--cell-describe-mode)
4243 (*table--cell-describe-bindings): Undo last change since
4244 print-help-return-message is not obsoleted by anything at all.
4245
4246 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
4247
4248 * emulation/cua-base.el (cua-mode): Doc fix.
4249
4250 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
4251
4252 * dframe.el (dframe-handle-make-frame-visible)
4253 (dframe-handle-iconify-frame, dframe-get-focus)
4254 (dframe-select-attached-frame, dframe-power-click)
4255 (dframe-frame-mode): Fix typos in docstrings.
4256
4257 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
4258 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
4259 Fix typos in docstrings.
4260
4261 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
4262 (hi-lock-face-buffer, hi-lock-font-lock-hook)
4263 (hi-lock-archaic-interface-message-used)
4264 (hi-lock-file-patterns-range): Fix typos in docstrings.
4265
4266 * savehist.el (savehist-loaded, savehist-load, savehist-install)
4267 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
4268
4269 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
4270 Fix typo in docstring.
4271
4272 * net/newsticker.el (newsticker--decode-iso8601-date)
4273 (newsticker--set-customvar, newsticker--buffer-insert-item)
4274 (newsticker--do-run-auto-mark-filter)
4275 (newsticker--parse-generic-feed): Doc fixes.
4276 (newsticker--retrieval-timer-list, newsticker-url-list)
4277 (newsticker-hide-immortal-items-in-echo-area)
4278 (newsticker-hide-obsolete-items-in-echo-area)
4279 (newsticker-new-item-face, newsticker--enclosure)
4280 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
4281 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
4282 (newsticker--parse-generic-feed, newsticker--cache-contains)
4283 (newsticker--stat-num-items, newsticker-download-enclosures):
4284 Fix typos in docstrings.
4285
4286 * net/rcirc.el (rcirc-debug): Doc fix.
4287 (rcirc-fill-column, rcirc-receive-message-hooks)
4288 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
4289 (rcirc-mode, rcirc-generate-new-buffer-name)
4290 (rcirc-startup-channels, rcirc-ignore-update-automatic)
4291 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
4292 Fix typos in docstrings.
4293 (rcirc-print): "?\ " -> "?\s".
4294 (rcirc-cmd-join): Improve argument/docstring consistency.
4295
4296 2006-02-01 Mark A. Hershberger <mah@everybody.org>
4297
4298 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
4299 before narrow-to-region.
4300
4301 2006-02-01 Richard M. Stallman <rms@gnu.org>
4302
4303 * simple.el (move-beginning-of-line): Scan properly for invis change.
4304
4305 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
4306
4307 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
4308
4309 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
4310 change bit only when id-format is 'integer. Reported by Matt
4311 Hodges <M.P.Hodges@rl.ac.uk>.
4312
4313 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
4314
4315 * hilit-chg.el (highlight-changes-initial-state)
4316 (highlight-changes-global-initial-state): Doc fixes.
4317 (highlight-changes-global-modes, global-highlight-changes):
4318 Fix typos in docstrings.
4319
4320 2006-02-01 Kim F. Storm <storm@cua.dk>
4321
4322 * emulation/cua-base.el (cua-mode): Mention that CUA enables
4323 transient-mark-mode in doc string.
4324
4325 2006-01-31 Richard M. Stallman <rms@gnu.org>
4326
4327 * replace.el (multi-occur): Doc fix.
4328 (multi-occur-in-matching-buffers): Rename from
4329 multi-occur-by-filename-regexp. Prefix arg says match
4330 buffer names instead of file names.
4331
4332 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
4333
4334 * bs.el: Allow non-default values of `bs-header-lines-length'.
4335 (bs--running-in-xemacs): Remove (not needed anymore).
4336 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
4337 instead of `shrink-window', thus avoiding having to compute the
4338 height of the window.
4339 (bs--up): Wrap around even when there's no header.
4340 (bs--down): Use `forward-line' instead of `next-line'.
4341
4342 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
4343
4344 * image-mode.el (image-toggle-display): Use file name if possible,
4345 instead of unnecessarily allocating a (possibly huge) lisp string.
4346
4347 2006-01-30 John Paul Wallington <jpw@pobox.com>
4348
4349 * subr.el (toplevel): Define `cl-assertion-failed' condition here
4350 because the `assert' macro signals it at runtime.
4351
4352 * emacs-lisp/cl.el (toplevel): Remove definition of
4353 `cl-assertion-failed' condition.
4354
4355 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
4356
4357 * thumbs.el (thumbs-marked-list): Make buffer-local and
4358 permanent-local.
4359 (thumbs-insert-thumb): Make help-echo non-sticky.
4360 (thumbs-file-alist): Use eolp as check for (non)-image.
4361
4362 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
4363
4364 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
4365 (ediff-before-session-group-setup-hooks)
4366 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
4367 Fix typos in docstrings.
4368
4369 * window.el (bw-dir, bw-eqdir, balance-windows)
4370 (split-window-keep-point): Fix typos in docstrings.
4371
4372 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
4373 (org-quote-string, org-calendar-to-agenda-key)
4374 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
4375 (org-show-following-heading, org-tags-column)
4376 (org-use-tag-inheritance, org, org-allow-space-in-links)
4377 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
4378 (org-enable-table-editor, org-calc-default-modes)
4379 (org-table-allow-automatic-line-recalculation)
4380 (org-export-html-style, org-export-with-fixed-width)
4381 (org-export-with-sub-superscripts, org-special-keyword)
4382 (org-formula, org-time-grid, org-table-may-need-update)
4383 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
4384 (org-goto-quit, org-get-indentation, org-end-of-item)
4385 (org-move-item-down, org-move-item-up)
4386 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
4387 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
4388 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
4389 (org-agenda-log-mode, org-agenda-toggle-diary)
4390 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
4391 (org-agenda-file-to-end, org-agenda-no-heading-message)
4392 (org-agenda-get-closed, org-format-agenda-item)
4393 (org-cmp-priority, org-cmp-category, org-cmp-time)
4394 (org-agenda-change-all-lines, org-agenda-diary-entry)
4395 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
4396 (org-link-search, org-camel-to-words, org-open-file)
4397 (org-remember-handler, org-table-convert-region)
4398 (org-table-move-row-down, org-table-move-row-up)
4399 (org-table-copy-region, org-table-wrap-region)
4400 (org-table-toggle-vline-visibility)
4401 (org-table-get-vertical-vector, org-table-modify-formulas)
4402 (org-table-get-specials, org-recalc-commands)
4403 (org-table-rotate-recalc-marks, org-table-eval-formula)
4404 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
4405 (org-level-color-stars-only, org-insert-heading):
4406 Fix typos in docstrings.
4407 (last-arg): Add defvar.
4408
4409 * makefile.w32-in (WINS): Add erc.
4410 (MH_E_SRC): Update (copied from lisp/Makefile.in).
4411
4412 2006-01-29 Bill Wohler <wohler@newt.com>
4413
4414 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
4415 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
4416 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
4417 (mh-autoloads): Don't use comments on otherwise empty lines.
4418
4419 2006-01-29 Edward O'Connor <ted@oconnor.cx>
4420
4421 * emulation/viper.el (viper-major-mode-modifier-list): Add
4422 insert-state and vi-state entries for erc-mode.
4423 (viper-go-away, viper-set-hooks): Add and remove
4424 viper-comint-mode-hook from erc-mode-hook as appropriate.
4425
4426 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
4427
4428 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
4429
4430 * bs.el (bs--format-aux): Implement `middle' alignment as
4431 described in the docstring for `bs-attributes-list'.
4432 (bs--get-name): Simplify. Don't pad the buffer name.
4433
4434 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
4435
4436 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
4437 English aspell dictionary is installed, use the first entry of
4438 ispell-dictionary-alist-1.
4439
4440 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com>
4441
4442 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
4443 Doc fix.
4444
4445 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
4446
4447 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
4448 for `process-file', in order to let it work for older Emacsen too.
4449
4450 2006-01-27 Eli Zaretskii <eliz@gnu.org>
4451
4452 * international/latexenc.el: Add a suitable `coding:' tag.
4453 (latexenc-find-file-coding-system): Undo last change.
4454
4455 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
4456
4457 * international/latexenc.el (latexenc-find-file-coding-system):
4458 Make sure latexenc-main-file is a regular file and is readable.
4459
4460 2006-01-27 Andre Spiegel <spiegel@gnu.org>
4461
4462 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
4463 Pass FILE to vc-user-login-name.
4464
4465 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
4466
4467 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
4468
4469 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
4470 there are no more images to display.
4471 (thumbs-mark, thumbs-unmark): Revert change so that they move to
4472 the next image.
4473
4474 2006-01-26 Richard M. Stallman <rms@gnu.org>
4475
4476 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
4477
4478 * wid-edit.el (advertised-widget-backward): New alias.
4479 (widget-keymap): Use advertised-widget-backward for S-TAB.
4480
4481 * tumme.el: Correct the keywords.
4482 (tumme-dir-max-size): Use defvar.
4483 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
4484
4485 * simple.el (move-beginning-of-line): Take account of fields.
4486 (clone-indirect-buffer-other-window): Take args like
4487 clone-indirect-buffer, and work like it.
4488
4489 * help-fns.el (describe-function): Don't pass `nil' as default.
4490
4491 * files.el (risky-local-variable-p): Follow var aliases.
4492
4493 * subr.el (lazy-completion-table): Doc fix.
4494
4495 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
4496 global binding of `line'.
4497
4498 2006-01-25 Andre Spiegel <spiegel@gnu.org>
4499
4500 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
4501 Tramp.
4502
4503 * vc.el (vc-default-dired-state-info): Pass FILE to
4504 vc-user-login-name.
4505 (vc-default-update-changelog): Don't use vc-user-login-name, we
4506 don't need it here.
4507
4508 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
4509 no longer necessary.
4510
4511 2006-01-25 Kenichi Handa <handa@m17n.org>
4512
4513 * international/mule.el (decode-char): Avoid the overhead of
4514 calling utf-lookup-subst-table-for-decode if
4515 utf-translate-cjk-mode is nil.
4516 (encode-char): Avoid the overhead of calling
4517 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
4518 nil.
4519
4520 2006-01-22 Kenichi Handa <handa@m17n.org>
4521
4522 * international/mule.el (make-subsidiary-coding-system): Reset
4523 `coding-system-define-form' property of subsidiaries to nil.
4524 Avoid duplicated entry in coding-system-alist.
4525 (make-coding-system): Avoid duplicated entry in
4526 coding-system-alist.
4527 (define-coding-system-alias): Likewise.
4528
4529 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
4530
4531 * completion.el: Minor fixes in introductory comment.
4532 (completion-def-wrapper): Fix alist.
4533
4534 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
4535
4536 * thumbs.el (thumbs-new-image-size): New function.
4537 (thumbs-increment-image-size-element)
4538 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
4539 (thumbs-decrement-image-size): Delete.
4540 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
4541 temp files and use to resize.
4542 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
4543 Use increment argument to enlarge/shrink. Preserve point.
4544 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
4545 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
4546 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
4547 (thumbs-mark, thumbs-unmark): Preserve point.
4548 (thumbs-modify-image): Keep old temp files and use to modify.
4549 Cleanup old temp files at load time. Preserve point.
4550 (thumbs-view-image-mode-map): Use new command names.
4551
4552 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
4553
4554 * log-view.el (log-view-minor-wrap): First rev is the one at point.
4555
4556 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
4557 the nastiest part of the cyclic dependency.
4558 (cal-menu-update): Use dotimes and calendar-increment-month.
4559
4560 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
4561 (calendar-week-start-day): Add an :initializer.
4562 (calendar-mode-map): Use suppress-keymap, and command remapping.
4563 (describe-calendar-mode): Setup xref-stack info for the back button.
4564 (calendar-star-date): Insert before delete.
4565 (calendar-set-mode-line): Add file-modified info if applicable.
4566 (calendar-increment-month): New function.
4567
4568 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
4569
4570 * font-lock.el (lisp-font-lock-keywords-2):
4571 Recognize "& keywords" only at word boundaries.
4572
4573 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
4574
4575 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
4576 and permanent-local.
4577 (thumbs-max-image-number): New variable.
4578 (thumbs-do-thumbs-insertion): Use them.
4579 (thumbs-per-line): Change default to 4.
4580 (thumbs-marked-list): Rename from thumbs-markedL.
4581 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
4582 (thumbs-rename-images): Use -list instead of L for internal variables.
4583 (thumbs-call-convert): Use call-process instead of shell-command.
4584 (thumbs-insert-thumb): Add filename as help-echo to each image.
4585 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
4586 Give dir to thumbs-show-thumbs-list.
4587 (thumbs-show-thumbs-list): Set default-directory to that of images.
4588 (thumbs-dired-show): Rename from thumbs-dired-show-all.
4589 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
4590 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
4591 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
4592
4593 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
4594
4595 * ses.el (ses-read-cell): Provide a default value.
4596
4597 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
4598
4599 * term/w32-win.el (image-library-alist): Add additional names for
4600 GIF library.
4601
4602 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
4603
4604 * international/latexenc.el (latexenc-find-file-coding-system):
4605 Add file-regular-p check.
4606
4607 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
4608
4609 * simple.el (clone-buffer): Don't show the new buffer in the same
4610 window.
4611
4612 2006-01-23 Juri Linkov <juri@jurta.org>
4613
4614 * faces.el (link, link-visited): New faces based on default values
4615 of `info-xref' and `info-xref-visited'.
4616
4617 * info.el (info-xref): Inherit from `link'.
4618 (info-xref-visited): Inherit from `link-visited'.
4619
4620 * cus-edit.el (custom-buffer-create-internal): Use widget type
4621 `custom-manual' instead of `info-link' and don't set properties
4622 `button-face' and `mouse-face' explicitly.
4623 (custom-browse-group-tag, custom-browse-variable-tag)
4624 (custom-browse-face-tag): Inherit from widget class
4625 `custom-group-link' instead of `push-button'.
4626 (custom-button-unraised): Inherit from `underline' face.
4627 (custom-link): Inherit from `link' face. Fix doc and group.
4628 (custom-add-parent-links, custom-group-value-create): Don't set
4629 properties `button-face' and `mouse-face' explicitly for
4630 `custom-group-link' widget.
4631 (custom-group-link): Add properties `button-face' and `mouse-face'
4632 to widget definition.
4633 (custom-field-keymap): New variable. Put `custom-field-keymap' to
4634 editable-field's :keymap property.
4635 (custom-mode): Fix docstring: substitute keybindings for
4636 `widget-forward' and `widget-backward' from `widget-keymap',
4637 `widget-complete' from `custom-field-keymap', replace old
4638 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
4639
4640 * desktop.el (desktop-load-file): Check for `fboundp' before
4641 calling `symbol-function'.
4642
4643 * simple.el (clone-buffer, clone-indirect-buffer)
4644 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
4645 `read-string'. Fix prompts.
4646
4647 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
4648
4649 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
4650
4651 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
4652
4653 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
4654
4655 * startup.el (inhibit-splash-screen, initial-scratch-message):
4656 Doc fixes.
4657
4658 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
4659
4660 Sync with Tramp 2.0.52.
4661
4662 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
4663 net/tramp-vc.el: Add code for unloading Tramp. See comment before
4664 `tramp-unload-tramp' for checklist.
4665
4666 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
4667 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
4668 (tramp-unload-file-name-handler-alist)
4669 (tramp-unload-tramp): New defuns.
4670 (tramp-advice-PC-expand-many-files): New defadvice.
4671 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
4672 removed.
4673 (tramp-handle-expand-file-name): Remove double slash.
4674 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
4675 It doesn't matter, because it will be converted later on.
4676 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
4677 implementation was just heuristic.
4678 (tramp-post-connection): Set uid and gid properties.
4679 (tramp-convert-file-attributes): Set file's gid change bit.
4680 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
4681 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
4682 in case of su(do)? methods. The home directory of the local user
4683 will be taken else.
4684 (tramp-open-connection-telnet)
4685 (tramp-open-connection-rsh, tramp-open-connection-su)
4686 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
4687 local shell prompt could hurt. Reported by Romain Francoise
4688 <romain@orebokech.com>.
4689 (tramp-let-maybe): Add `edebug-form-spec' property.
4690 (tramp-handle-expand-file-name): Bind `default-directory' locally
4691 to "/" in order to avoid problems with UNC shares or Cygwin
4692 mounts.
4693 (tramp-md5-function): Fix typo in error message.
4694
4695 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
4696
4697 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
4698 for byte-compiler pacification.
4699
4700 2006-01-22 Andre Spiegel <spiegel@gnu.org>
4701
4702 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
4703 ID-FORMAT `string'. This allows us to get rid of
4704 `vc-user-login-name UID'.
4705
4706 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
4707
4708 2006-01-22 John Paul Wallington <jpw@pobox.com>
4709
4710 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
4711
4712 2006-01-21 Martin Rudalics <rudalics@gmx.at>
4713
4714 * emacs-lisp/find-func.el (find-definition-noselect)
4715 (find-variable-noselect): Search variables in C source code too.
4716 (find-function-C-source, find-function-noselect, find-function)
4717 (find-function-other-frame, find-variable-noselect, find-variable)
4718 (find-variable-other-frame, find-variable-at-point):
4719 Fix docstrings.
4720
4721 2006-01-21 Francesco Potorti` <pot@gnu.org>
4722
4723 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
4724
4725 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
4726
4727 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
4728 Default to disabling the "Save affix" question.
4729
4730 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
4731
4732 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
4733 the first arg to run-python.
4734
4735 2006-01-21 Eli Zaretskii <eliz@gnu.org>
4736
4737 * startup.el (command-line-1): Handle --no-desktop if desktop.el
4738 is not loaded.
4739
4740 2006-01-20 Jay Belanger <belanger@truman.edu>
4741
4742 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
4743 limit is 0.
4744
4745 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
4746 the correct variable.
4747
4748 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
4749
4750 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
4751 link. Fixed buggy argument sequence in call to `org-view-tags'.
4752 (org-compile-prefix-format): Set `org-prefix-has-tag'.
4753 (org-prefix-has-tag): New variable.
4754 (org-format-agenda-item): Remove tags from headline if
4755 appropriate.
4756 (org-agenda-remove-tags-when-in-prefix): New option.
4757 (org-get-tags-at): New function.
4758
4759 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
4760
4761 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
4762 (thumbs-find-image): Move image name and number from buffer name
4763 to mode name. Set thumbs-buffer. Preserve point so that large
4764 images remain visible.
4765 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
4766 order.
4767 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
4768 mode name.
4769 (thumbs-next-image, thumbs-previous-image): Make them work.
4770
4771 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
4772
4773 * cus-edit.el (custom-buffer-create-internal): State in the text above
4774 the whole buffer buttons that they do not operate on hidden items.
4775 (custom-face-menu): Use `custom-face-save' instead of
4776 `custom-face-save-command'.
4777 (custom-face-save-command): Make it an alias for `custom-face-save'
4778 and declare it obsolete.
4779 (custom-face-save): Doc fix.
4780
4781 * dired.el (dired-no-confirm): Add quote.
4782 (dired-subdir-alist-pre-R): Add quote in
4783 `make-variable-buffer-local' form and remove unbalanced parenthesis.
4784
4785 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
4786
4787 * textmodes/table.el (table-mode-indicator): Typo in last change.
4788
4789 2006-01-19 Richard M. Stallman <rms@gnu.org>
4790
4791 * outline.el (hide-leaves): Don't call outline-end-of-heading.
4792 Fixes bug reported in Nov 2005.
4793
4794 * isearch.el (isearch-forward): Doc fix.
4795
4796 * dired.el (dired-move-to-filename-regexp): Define as alias.
4797 (dired-no-confirm): Use defcustom.
4798 (dired-subdir-alist-pre-R): Put defvar at top level.
4799
4800 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
4801
4802 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
4803 Mark as risky.
4804
4805 * simple.el (set-mark-command): Doc fix.
4806 (clone-indirect-buffer-other-window):
4807 Read arg like clone-indirect-buffer.
4808 (move-beginning-of-line): Skip invisible newlines.
4809
4810 2006-01-19 Masatake YAMATO <jet@gyve.org>
4811
4812 * progmodes/cpp.el (cpp-edit-load): Make the order of
4813 listed conditions in a base C code buffer and its associate
4814 CPP Edit buffer the same.
4815
4816 2006-01-19 Kenichi Handa <handa@m17n.org>
4817
4818 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
4819 (rmail-mime-feature): Likewise.
4820 (rmail-require-mime-maybe): Use display-warning to show a warning
4821 message.
4822
4823 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
4824 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
4825
4826 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
4827
4828 * array.el: Move defvars out of eval-when-compile.
4829 (array-make-template): Replace undeclared global var with a local one.
4830 (array-mode): Inline initialization functions.
4831 (array-init-local-variables, array-init-max-row)
4832 (array-init-max-column, array-init-columns-per-line)
4833 (array-init-field-width, array-init-rows-numbered)
4834 (array-init-line-length, array-init-lines-per-row): Remove.
4835
4836 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
4837 (doc-mode-map): Define explicitly.
4838 (doctor-txtype): Use mapc.
4839
4840 * textmodes/table.el: Move defvars out of eval-when-compile.
4841 Remove harmful code meant to avoid byte-compiler warnings.
4842 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
4843 specification that checks table-fixed-width-mode directly.
4844 (table-recognize-region, table-recognize-cell):
4845 Use restore-buffer-modified-p.
4846 (table-fixed-width-mode): Remove code that refreshes
4847 table-fixed-mode-indicator.
4848 (*table--cell-describe-bindings, *table--cell-describe-mode):
4849 Avoid obsolete name print-help-return-message.
4850 (table--test-cell-list): Don't use replace-regexp from elisp.
4851 (table--point-entered-cell-function, table--point-left-cell-function):
4852 Don't set table-fixed-mode-indicator, use force-mode-line-update.
4853
4854 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
4855 that was after the end of file. Use buffer-file-name variable.
4856 (org-timestamp-change): Use with-current-buffer.
4857 (org-todo-list): Don't unnecessarily define a new buffer-local var.
4858 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
4859 `file'.
4860
4861 * progmodes/fortran.el: Move defvars out of eval-when-compile.
4862 (fortran-break-line): Remove unused var `opoint'.
4863 (fortran-abbrev-start): Obey help-event-list.
4864
4865 2006-01-18 Jesper Harder <harder@phys.au.dk>
4866
4867 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
4868
4869 2006-01-18 Masatake YAMATO <jet@gyve.org>
4870
4871 * progmodes/make-mode.el (makefile-imake-mode): New mode
4872 derived from makefile-mode.
4873 (makefile-imake-mode-syntax-table): New syntax table
4874 derived from makefile-mode-syntax-table.
4875 (makefile-mode): Write about makefile-imake-mode in doc string.
4876 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
4877 (makefile-imake-font-lock-keywords): New font lock keywords.
4878
4879 * files.el (auto-mode-alist): Add Imakefile.
4880
4881 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
4882
4883 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
4884 loading the file rather than when turning on flyspell-mode.
4885
4886 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
4887
4888 * cus-edit.el (customize-rogue): Minor doc fix.
4889
4890 2006-01-17 Juri Linkov <juri@jurta.org>
4891
4892 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
4893 instead of the file at the mark as default if the file at the mark
4894 is the same as the file at point or if dired-dwim-target-directory
4895 is not the same as the current directory and the mark is not active.
4896
4897 * log-view.el (log-view-minor-wrap): Use the same logic to get
4898 revisions as `log-view-diff'.
4899
4900 * info.el (Info-revert-find-node): Check for Info-current-file
4901 before preserving new-history.
4902
4903 * man.el (Man-heading-regexp): Add `/'.
4904
4905 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
4906 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
4907
4908 2006-01-16 Juri Linkov <juri@jurta.org>
4909
4910 * faces.el (mode-line-faces): New defgroup.
4911 (mode-line-highlight): Move definition after new defgroup.
4912 (mode-line, mode-line-inactive, mode-line-highlight):
4913 Replace :group `modeline' with `mode-line-faces'.
4914 (mode-line-buffer-id): New face.
4915 (modeline-buffer-id): New face alias.
4916 (vertical-border): Remove :group `modeline'.
4917
4918 * bindings.el (propertized-buffer-identification): Use face
4919 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
4920 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
4921 (mode-line-buffer-identification-keymap): For mouse-1 replace
4922 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
4923 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
4924 mouse-3.
4925
4926 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
4927 Buffer-menu-buffer. Doc fix.
4928 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
4929 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
4930 `Buffer-menu-buffer'.
4931
4932 * info.el (Info-mode-line-node-keymap): New defvar.
4933 (Info-set-mode-line): Use `stringp' to check Info-current-file.
4934 Propertize Info-current-node with `mode-line-buffer-id' and
4935 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
4936
4937 * time.el (display-time-mail-face): Replace :group `faces' with
4938 `mode-line-faces'.
4939
4940 2006-01-16 Kenichi Handa <handa@m17n.org>
4941
4942 * international/code-pages.el: Add autoload cookies for cp125[0345678].
4943
4944 * language/european.el (cp1252): New alias for windows-1252.
4945
4946 * international/mule.el (autoload-coding-system): Prepare for EOL
4947 variants.
4948
4949 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
4950
4951 * term.el (term-raw-map): Add mapping for insert.
4952 (term-send-insert): New.
4953 (term-mode): Make variables local here instead of doing it in
4954 `term-emulate-terminal'.
4955 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
4956 Scroll reverse needs to take into account the scroll region.
4957 Saving and restoring the cursor should save the color attributes too.
4958 (term-reset-terminal): Reset the scroll region.
4959 (term-handle-ansi-escape): Cursor up and down should take into
4960 account the scroll region.
4961 (term-set-scroll-region): Rename from `term-scroll-region'.
4962 Move to 0,0 after setting the region.
4963 (term-handle-scroll): Handle scroll up.
4964 (term-down): Fix off by one error.
4965 (term-delete-lines): Do not delete outside the scroll region.
4966 (term-insert-lines): Take into account the scroll region.
4967
4968 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
4969
4970 * textmodes/ispell.el (ispell-internal-change-dictionary)
4971 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
4972 (start, end): Move declaration outside of eval-when-compile.
4973
4974 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
4975 (flyspell-mode-on): Use it.
4976
4977 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
4978 ispell-kill-ispell-hook.
4979
4980 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
4981
4982 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
4983 (Custom-reset-saved): Do not ask for confirmation in single option
4984 buffers.
4985
4986 2006-01-13 Richard M. Stallman <rms@gnu.org>
4987
4988 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
4989
4990 2006-01-13 Romain Francoise <romain@orebokech.com>
4991
4992 * add-log.el (add-change-log-entry, change-log-merge):
4993 Conditionally use `hard-newline'.
4994
4995 2006-01-13 Martin Rudalics <rudalics@gmx.at>
4996
4997 * wid-edit.el (widget-field-end): If the overlay is no longer
4998 associated with a buffer, behave as if the overlay didn't exist.
4999
5000 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
5001 Make sure the links use the `custom-link' face.
5002
5003 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
5004
5005 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
5006 (ld-script-mode): Don't set indent-line-function since we don't
5007 have one.
5008
5009 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
5010
5011 * textmodes/org.el (org-open-file): Use mailcap for selecting an
5012 application.
5013 (org-file-apps-defaults-gnu): Use mailcap as the default for
5014 selecting an application on a UNIX system.
5015 (org-agenda-show-tags): New command.
5016 (org-table-insert-hline): Keep cursor in current table line.
5017 (org-table-convert): Offset effect of modifying
5018 `org-table-insert-hline'.
5019 (org-format-agenda-item): New optional argument TAG.
5020 (org-compile-prefix-format): Handle %T format for the tag.
5021 (org-expand-wide-chars): New function.
5022 (org-table-insert-row, org-table-insert-hline):
5023 Use `org-expand-wide-chars'.
5024 (org-open-file): Fix bug in program launch.
5025 (org-get-time-of-day): Fix bug with times before 1am.
5026 (org-agenda-menu): Add tags commands.
5027
5028 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
5029
5030 * textmodes/ispell.el (ispell-init-process): Include the used
5031 dictionary in ispell process start message.
5032 (ispell-internal-change-dictionary): When flyspell-mode is active
5033 and dictionary is changed, make sure ispell process is restarted
5034 and flyspell word cache cleared out for the current buffer.
5035 (ispell-change-dictionary): Make sure flyspell word cache is
5036 cleared out in all buffers with active flyspell mode when
5037 dictionary is globally changed.
5038 Call ispell-internal-change-dictionary after dictionary change.
5039
5040 2006-01-13 Eli Zaretskii <eliz@gnu.org>
5041
5042 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
5043
5044 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
5045 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
5046 years. Fix small differences wrt Makefile.in.
5047 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
5048 Makefile.in does.
5049
5050 2006-01-12 Bill Wohler <wohler@newt.com>
5051
5052 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
5053 mh-search.el.
5054
5055 2006-01-12 Masatake YAMATO <jet@gyve.org>
5056
5057 * progmodes/ld-script.el: Update copyright year.
5058
5059 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
5060
5061 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
5062 Don't add widget if setting undefined.
5063
5064 2006-01-12 John Paul Wallington <jpw@pobox.com>
5065
5066 * help-fns.el (describe-variable): Remove newlines from void
5067 variable output.
5068
5069 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
5070
5071 * wdired.el (wdired-mode-map): Add help echo for
5072 wdired-abort-changes.
5073
5074 * man.el (Man-file-name-regexp): Adjust for a list of files.
5075
5076 2006-01-12 Masatake YAMATO <jet@gyve.org>
5077
5078 * progmodes/ld-script.el (auto-mode-alist): Support
5079 suffix conventions used in netbsd and eCos.
5080
5081 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
5082
5083 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
5084 (custom-variable-menu, custom-face-menu, custom-group-menu)
5085 (Custom-mode-menu): Change names of menu items. (As discussed on
5086 emacs-devel.)
5087 (custom-face-menu): Add "Undo Edits" item.
5088
5089 * startup.el (init-file-user): defcustom -> defvar.
5090
5091 * tooltip.el (tooltip-mode): Doc fix.
5092
5093 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
5094
5095 * reveal.el (reveal-post-command): window-buffer signals an error on
5096 dead windows rather than returning nil.
5097 (reveal-open-new-overlays): An overlay might die while we open others.
5098
5099 2006-01-11 Bill Wohler <wohler@newt.com>
5100
5101 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
5102 phrasing in docstring.
5103
5104 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
5105 can give some systems gas. Add new file mh-buffers.el.
5106
5107 2006-01-06 Masatake YAMATO <jet@gyve.org>
5108
5109 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
5110 C preprocessor forward ported from GNU Emacs 21.2.
5111
5112 * progmodes/asm-mode.el (asm-font-lock-keywords):
5113 Use `cpp-font-lock-keywords'.
5114
5115 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
5116
5117 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
5118 of $ for "\\.ld[s]?".
5119
5120 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
5121
5122 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
5123 (tcl-indent-line): Return `noindent' if inside a string.
5124
5125 * progmodes/flymake.el (flymake-split-string): Remove more than one
5126 empty string at beg/end of the result.
5127 (flymake-find-buildfile, flymake-find-possible-master-files):
5128 Use expand-file-name.
5129 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
5130 since expand-file-name does it for us. Use directory-file-name.
5131 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
5132 (flymake-ler-get-type, flymake-ler-get-text)
5133 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
5134 (flymake-current-line-no): Remove spurious interactive spec.
5135 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
5136 (flymake-check-include): Remove arg inc-path merged into inc-name.
5137 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
5138 Arg regexp-list replaced by a simple regexp.
5139 (flymake-master-make-header-init, flymake-master-tex-init):
5140 Correspondingly replace regexp-list with a regexp. Fix regexp.
5141
5142 2006-01-10 Simon Josefsson <jas@extundo.com>
5143
5144 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
5145 describing AUTH PLAIN fix.
5146
5147 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
5148
5149 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
5150 (report-emacs-bug): Don't record initial prompt text.
5151 Instead, add text properties to prompting text.
5152 (report-emacs-bug-hook): Delete prompting text.
5153
5154 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
5155
5156 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
5157 `dirs'. Adjust callers.
5158
5159 2006-01-09 John Paul Wallington <jpw@gnu.org>
5160
5161 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
5162
5163 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
5164
5165 * reveal.el (reveal-open-new-overlays): New extracted fun.
5166 (reveal-close-old-overlays): Idem. Check overlays's liveness before
5167 using them. Simplify the code.
5168 (reveal-post-command): Use them. Fix up obsolete windows in
5169 reveal-open-spots.
5170
5171 * progmodes/flymake.el: Use `require' rather than autoload for
5172 XEmacs's overlays.
5173 (flymake-get-common-file-prefix, flymake-build-relative-filename):
5174 Delete. Use file-relative-name instead.
5175 (flymake-get-syntax-check-program-args, flymake-perl-init):
5176 Simplify the resulting code.
5177
5178 * log-view.el (log-view-file-re, log-view-message-re): Add support
5179 for DaRCS output.
5180
5181 2006-01-09 Alex Schroeder <alex@gnu.org>
5182
5183 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
5184 identifiers sometimes added in square brackets at the beginning of
5185 subject lines.
5186
5187 2006-01-07 Richard M. Stallman <rms@gnu.org>
5188
5189 * cus-edit.el (Custom-set, Custom-save): Doc fix.
5190 (Custom-reset-current, Custom-reset-saved): Change question text.
5191 (Custom-reset-standard): Likewise.
5192 (custom-variable-reset-saved): Doc fix.
5193
5194 2006-01-07 Eli Zaretskii <eliz@gnu.org>
5195
5196 * startup.el (init-file-user): Doc fix.
5197
5198 2006-01-07 Alex Schroeder <alex@gnu.org>
5199
5200 * mail/rmail.el (rmail-current-subject): New function.
5201 (rmail-current-subject-regexp): New function.
5202 (rmail-next-same-subject): Use it.
5203
5204 * mail/rmailsum.el (rmail-summary-by-topic):
5205 Use rmail-current-subject and rmail-current-subject-regexp.
5206 (rmail-summary-next-same-subject): Ditto.
5207
5208 * net/rcirc.el (rcirc-send-input): No longer check whether the
5209 process is open, since not all commands need an open process.
5210 (rcirc-send-string): Check whether the process is open before
5211 sending anything.
5212 (rcirc-ignore-list): New option.
5213 (rcirc-ignore-list-automatic): New variable.
5214 (rcirc-print): Take rcirc-ignore-list into account.
5215 (rcirc-cmd-ignore): New command.
5216 (rcirc-ignore-update-automatic): New function.
5217 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
5218 list if ignored nicks.
5219 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
5220
5221 2006-01-06 David Reitter <david.reitter@gmail.com>
5222
5223 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
5224 reflect the address to which the report will be sent.
5225
5226 2006-01-06 Eli Zaretskii <eliz@gnu.org>
5227
5228 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
5229 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
5230
5231 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
5232
5233 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
5234
5235 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
5236 the doc string: "functoin" => "function".
5237 * ldefs-boot.el: Likewise.
5238
5239 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
5240 message text: "Duplicat" => "Duplicate".
5241
5242 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
5243
5244 * files.el (basic-save-buffer-2): If backing-up failed, reset
5245 buffer-backed-up to nil.
5246
5247 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
5248
5249 * progmodes/gud.el (gdb-script-skip-to-head)
5250 (gdb-script-calculate-indentation): Indent for breakpoint command
5251 lists also.
5252
5253 2006-01-05 Bill Wohler <wohler@newt.com>
5254
5255 * Makefile.in (compile-always): Add mh-autoloads dependency.
5256 (bootstrap): Remove mh-autoloads dependency, as compile dependency
5257 provides it.
5258 (updates): Remove mh-autoloads dependency, since it probably has
5259 already run recently (via recompile).
5260
5261 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
5262
5263 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
5264 argument `force' to disable the flyspell-last-buffer optimization.
5265 (flyspell-mode-on): Use it.
5266
5267 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
5268 flymake-simple-cleanup.
5269 (flymake-allowed-file-name-masks): Use this new default.
5270 All the functions are now called in the right buffer rather than
5271 passing the buffer as argument.
5272 (flymake-process-sentinel): Switch to buffer before calling cleanup.
5273 (flymake-parse-err-lines): Remove redundant buffer arg.
5274 (flymake-get-program-dir): Comment out unused function.
5275 (flymake-start-syntax-check, flymake-start-syntax-check-process):
5276 Remove redundant buffer argument.
5277 (flymake-get-real-file-name, flymake-simple-java-cleanup)
5278 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
5279
5280 2006-01-05 Richard M. Stallman <rms@gnu.org>
5281
5282 * info.el (Info-find-node): Don't record previous node if have none.
5283 (info): Go to directory only if history is empty.
5284
5285 * simple.el (mark): Doc fix.
5286
5287 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5288
5289 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
5290 already of desired type.
5291 (mac-ae-list): Coerce parameter to "list" type.
5292 (mac-dispatch-apple-event): Replace cadr part of event with a
5293 dummy position so that event-start returns it.
5294
5295 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
5296
5297 * textmodes/org.el (org-end-of-subtree): New function.
5298 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
5299 Use `org-end-of-subtree'.
5300 (org-agenda, org-agenda-convert-date): Protect calls to
5301 `fit-window-to-buffer'.
5302 (org-tags-view): Force matching of sublevels when doing a
5303 todo-only search. Define the correct redo command, including the
5304 arguments.
5305 (org-agenda-redo): Display message.
5306 (org-check-for-org-mode): New function.
5307 (org-agenda-type): New variable.
5308 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
5309 Set `org-agenda-type'.
5310 (org-agenda-check-type): New function.
5311 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
5312 (org-agenda-week-view, org-agenda-day-view)
5313 (org-agenda-next-date-line, org-agenda-previous-date-line)
5314 (org-agenda-log-mode, org-agenda-toggle-diary)
5315 (org-agenda-toggle-time-grid, org-agenda-date-later)
5316 (org-agenda-date-prompt, org-agenda-diary-entry)
5317 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
5318 (org-agenda-convert-date, org-agenda-menu):
5319 Use `org-agenda-check-type'.
5320 (org-make-overlay, org-delete-overlay)
5321 (org-detatch-overlay, org-move-overlay, org-overlay-put):
5322 New compatibility functions.
5323 (org-calendar-select-mouse): New command.
5324
5325 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
5326
5327 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
5328 (Custom-reset-standard): Fix y-or-n-p messages.
5329 (custom-link): New face for links.
5330 (custom-buffer-create-internal, custom-manual): Use it.
5331 (custom-face-save): Push to theme-face before setting face spec.
5332
5333 * wid-edit.el (widget-default-mouse-face-get): New function.
5334 (widget-specify-button): Handle mouse-face like button-face.
5335
5336 * custom.el (load-theme): Clear old theme settings if reloading.
5337
5338 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
5339
5340 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
5341 "Erase Customization" button back to same position it occupies in
5342 the individual State menus.
5343
5344 2006-01-04 Kim F. Storm <storm@cua.dk>
5345
5346 * wid-edit.el (key-sequence): Rework widget to read key binding
5347 using `kbd' syntax. Use C-q to insert literal key, event, or code.
5348 (widget-key-sequence-default-value): Default value for empty sequence.
5349 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
5350 (widget-key-sequence-read-event): New command for C-q.
5351 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
5352 (widget-key-sequence-value-to-external): New functions.
5353
5354 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
5355
5356 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
5357 Use expand-file-name.
5358 (flymake-delete-temp-directory): Use expand-file-name,
5359 file-name-directory, and directory-file-name.
5360 (flymake-strrchr): Delete.
5361 (flymake-start-syntax-check): Don't pass the redundant buffer argument
5362 to the init-f function.
5363 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
5364 (flymake-init-find-buildfile-dir)
5365 (flymake-init-create-temp-source-and-master-buffer-copy)
5366 (flymake-simple-make-init-impl, flymake-simple-make-init)
5367 (flymake-master-make-init, flymake-master-make-header-init)
5368 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
5369 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
5370 (flymake-xml-init): Remove corresponding redundant buffer argument.
5371 (flymake-allowed-file-name-masks): Remove last elems that are equal to
5372 the default anyway. Clean up regexps.
5373
5374 * progmodes/flymake.el (flymake-temp-source-file-name)
5375 (flymake-master-file-name, flymake-temp-master-file-name)
5376 (flymake-base-dir): New buffer-local vars.
5377 (flymake-buffer-data, flymake-get-buffer-value)
5378 (flymake-set-buffer-value): Replace those hash-tables by the new
5379 buffer-local vars. Update callers.
5380
5381 * progmodes/flymake.el (flymake-check-start-time)
5382 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
5383 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
5384 Move definition, so we can remove redundant earlier declaration.
5385 (flymake-replace-regexp-in-string, flymake-split-string)
5386 (flymake-get-temp-dir): Use defalias.
5387 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
5388 (flymake-xemacs-window-edges): Remove unused function.
5389 (flymake-get-point-pixel-pos): Move.
5390 (flymake-pid-to-names, flymake-reg-names)
5391 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
5392 Replace by a simple list flymake-processes and by process-buffer.
5393 Update callers. Other than simplify the code, it uses buffers rather
5394 than buffer-names so it doesn't get confused by uniquify.
5395 (flymake-buffer-data): The global value should just be nil.
5396
5397 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
5398 Optimize the body of a defalias like any other code.
5399
5400 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
5401 Make sure we've setup font-lock's vars. It may influence which
5402 function we then call.
5403 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
5404 here since it's too late anyway.
5405
5406 2006-01-03 Romain Francoise <romain@orebokech.com>
5407
5408 * startup.el (fancy-splash-tail, normal-splash-screen):
5409 Update copyright year.
5410
5411 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
5412
5413 * mouse.el (mouse-drag-track): Rename, from
5414 `mouse-drag-region-1'. Includes optional argument required to
5415 enable post-drag event processing (e.g. delete region keys).
5416 Can be used without this argument to track a mouse region and operate
5417 on it as soon as the drag completes.
5418 (mouse-drag-region): Use `mouse-drag-track'.
5419
5420 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
5421
5422 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
5423 Move to `custom-buffer' group.
5424
5425 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
5426 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
5427 (custom-theme-insert-face-marker, custom-theme-variable-menu)
5428 (custom-theme-face-menu): New variables.
5429 (custom-theme-add-variable, custom-theme-variable-action)
5430 (custom-variable-reset-theme, custom-theme-delete-variable)
5431 (custom-face-reset-theme, custom-theme-face-action)
5432 (custom-theme-delete-face, custom-theme-merge-theme)
5433 (custom-theme-add-face, custom-theme-visit-theme): New functions.
5434
5435 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
5436
5437 * custom.el: Move Custom Themes commentary to start of theme code.
5438 (custom-known-themes): Rename `standard' theme to `changed'.
5439 (custom-push-theme): Caller no longer specifies what theme to use
5440 when doing `reset'---the setting is simply removed from the theme.
5441 Delete MODE from `theme-value' and `theme-settings' properties.
5442 (custom-declare-theme): Ignore &rest args since we don't use them.
5443
5444 (custom-loaded-themes): Delete variable.
5445 (custom-theme-load-themes, custom-theme-loaded-p)
5446 (custom-theme-value): Delete functions.
5447
5448 (custom-declare-theme): Signal error on invalid theme names.
5449 (provide-theme): custom-loaded-themes was deleted.
5450 (load-theme): Load the file unconditionally.
5451 (enable-theme): Call `load-theme' if theme is undefined.
5452 (custom-enabled-themes): Only update value for successful loads.
5453 (disable-theme): Complete from enabled themes when interactive.
5454 (custom-variable-theme-value): Calculate theme value directly.
5455
5456 (custom-theme-reset-variables, custom-reset-variables): Mark as
5457 XEmacs compatibility functions. We don't actually use these.
5458
5459 * cus-edit.el (custom-variable-state-set):
5460 Use custom-variable-theme-value instead of custom-theme-value.
5461 (custom-face-state-set): Rename `standard' theme to `changed'.
5462 (custom-save-variables, custom-save-faces): Delete unneeded
5463 references to custom-reset-variables.
5464 (custom-save-resets): Delete function.
5465 (custom-save-variables, custom-save-faces): MODE argument deleted.
5466 (custom-save-variables, custom-save-faces): Ignore theme values.
5467
5468 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
5469 compatibility function.
5470
5471 2006-01-01 Richard M. Stallman <rms@gnu.org>
5472
5473 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
5474 (Custom-reset-current, Custom-reset-saved): Likewise.
5475 (Custom-reset-standard): Show message if aborted.
5476 (custom-mode): Doc fix, describing those commands.
5477
5478 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
5479 put on event-kind property.
5480
5481 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
5482
5483 * custom.el (provide-theme): Ban `user' theme name.
5484 (custom-enabling-themes): New variable.
5485 (enable-theme): Don't enable user if custom-enabling-themes is t.
5486 (custom-enabled-themes): Make it a defcustom.
5487 (custom-theme-recalc-face): No-op if face is undefined.
5488
5489 * cus-edit.el (custom-button-mouse): New variable.
5490 (custom-button-mouse): New face.
5491 (custom-raised-buttons, custom-mode): Use it.
5492
5493 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
5494
5495 2005-12-31 Eli Zaretskii <eliz@gnu.org>
5496
5497 * progmodes/gud.el (gud-display-line): Support hl-line in the
5498 source buffer.
5499
5500 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
5501
5502 * mouse.el (mouse-drag-window-above): Verify that the found window
5503 overlaps with the given window in the horizontal dimension.
5504
5505 2005-12-31 Eli Zaretskii <eliz@gnu.org>
5506
5507 * Makefile.in (cvs-update): New target.
5508
5509 * makefile.w32-in (cvs-update): Ditto.
5510
5511 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
5512
5513 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
5514 (custom-new-theme-mode-map): New variable.
5515
5516 2005-12-30 Richard M. Stallman <rms@gnu.org>
5517
5518 * custom.el (custom-load-themes): Function deleted.
5519
5520 * cus-edit.el (custom-save-loaded-themes): Function deleted.
5521 (custom-save-variables): Don't delete or add custom-load-themes call.
5522
5523 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
5524
5525 * cus-start.el: Add `visible-cursor'.
5526
5527 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
5528 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
5529 (flymake-process-filter): Switch to buffer before calling it instead.
5530 (flymake-post-syntax-check, flymake-highlight-err-lines)
5531 (flymake-delete-own-overlays, flymake-parse-err-lines)
5532 (flymake-start-syntax-check, flymake-start-syntax-check-process)
5533 (flymake-count-lines, flymake-parse-residual):
5534 Remove constant buffer argument.
5535 (flymake-start-syntax-check-for-current-buffer): Remove.
5536 Update callers to use flymake-start-syntax-check instead.
5537 (flymake-display-err-menu-for-current-line):
5538 Remove unused var `mouse-pos'.
5539 (flymake-restore-formatting): Comment out unused function.
5540 (flymake-report-status, flymake-report-fatal-status): Remove buffer
5541 argument, use current-buffer instead. Update callers.
5542
5543 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5544
5545 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
5546 buffer-local because choose-completion-delete-max-match requires
5547 that we set completion-ignore-case (i.e., binding via let is not
5548 sufficient).
5549 (bibtex-complete): Always set completion-ignore-case and
5550 choose-completion-string-functions. The latter is needed because
5551 choose-completion-string-functions keeps its value if we quit the
5552 *Completions* buffer without requesting a completion.
5553
5554 2005-12-30 Andreas Schwab <schwab@suse.de>
5555
5556 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
5557
5558 2005-12-30 Eli Zaretskii <eliz@gnu.org>
5559
5560 * jit-lock.el (jit-lock-chunk-size): Doc fix.
5561
5562 2005-12-30 Juri Linkov <juri@jurta.org>
5563
5564 * locate.el (locate-fcodes-file, locate-header-face)
5565 * progmodes/delphi.el (delphi-other-face)
5566 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
5567
5568 * paren.el (show-paren-match, show-paren-mismatch): Use existing
5569 group `paren-showing-faces'.
5570
5571 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
5572 (goto-address): Fix docstring.
5573
5574 * net/webjump.el (webjump-sample-sites): Update URLs.
5575
5576 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
5577
5578 * subr.el (cancel-change-group): Add listp around pending-undo-list.
5579
5580 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
5581
5582 * font-lock.el (font-lock-compile-keywords): Signal an error when
5583 font-lock-set-defaults hasn't been called.
5584
5585 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
5586
5587 * subr.el (noreturn, 1value): Doc fixes.
5588
5589 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5590
5591 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
5592 that assoc-string returns nil.
5593
5594 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5595
5596 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
5597 (bibtex-entry-type-str, bibtex-empty-field-re)
5598 (bibtex-search-backward-string, bibtex-preamble-prefix)
5599 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
5600 (bibtex-any-valid-entry-type): New variable.
5601 (bibtex-parse-field-name): Simplify.
5602 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
5603 (bibtex-preamble-prefix): Include left delimiter.
5604 (bibtex-search-forward-field, bibtex-search-backward-field):
5605 Allow unbounded search past entry boundaries (required by bibtex-pop).
5606 (bibtex-text-in-field-bounds): Use push.
5607 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
5608 (bibtex-parse-preamble, bibtex-valid-entry)
5609 (bibtex-beginning-first-field): New functions.
5610 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
5611 (bibtex-map-entries): Fix docstring.
5612 (bibtex-flash-head): New arg prompt. Simplify.
5613 (bibtex-enclosing-field): Include code of bibtex-inside-field.
5614 (bibtex-insert-kill): Simplify. Always insert text past the
5615 current field or entry.
5616 (bibtex-format-entry): Use bibtex-parse-field.
5617 (bibtex-pop): Use bibtex-beginning-of-entry and
5618 bibtex-end-of-entry to initiate the search. Insert empty field if
5619 we found ourselves.
5620 (bibtex-print-help-message): New args field and comma.
5621 Handle entry keys.
5622 (bibtex-make-field): Use bibtex-beginning-of-entry.
5623 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
5624 invalid entry.
5625 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
5626 Handle preambles. Simplify code for thorough test.
5627 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
5628 New arg comma. Handle entry heads.
5629 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
5630 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
5631 New arg comma.
5632 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
5633 (bibtex-fill-field): Simplify.
5634 (bibtex-fill-entry): Use bibtex-beginning-first-field and
5635 bibtex-parse-field.
5636 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
5637 (bibtex-complete): Use bibtex-parse-preamble.
5638
5639 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
5640
5641 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
5642 Display name of expression instead of convenience variable.
5643 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
5644
5645 * progmodes/gud.el (gud-tooltip-dereference): Rename from
5646 toggle-gud-tooltip-dereference.
5647 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
5648 (gud-tooltip-tips): ...here when dereferencing.
5649
5650 2005-12-28 Bill Wohler <wohler@newt.com>
5651
5652 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
5653
5654 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
5655
5656 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
5657 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
5658 (vc-annotate-display-autoscale): Adjust call.
5659 (vc-annotate-display-default): Adjust call. Make arg compulsory.
5660 Fix interactive spec.
5661 (vc-annotate-time-span): Remove.
5662 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
5663 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
5664 (vc-annotate-display-select): Use new name.
5665
5666 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
5667 (vc-annotate-mode-menu): Remove left-over redundant declaration.
5668 Correct the construction of span entries. Simplify.
5669 (vc-annotate-display-select): Fix the nil case.
5670 (vc-annotate): Remove obsolete (and now broken) code.
5671 (vc-annotate-extract-revision-at-line): Remove obsolete code.
5672 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
5673
5674 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
5675
5676 * subr.el (lazy-completion-table): Correct typo in docstring.
5677
5678 * startup.el (command-line): Use `custom-reevaluate-setting' for
5679 `send-mail-function'.
5680
5681 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
5682
5683 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
5684
5685 * mail/smtpmail.el (smtpmail-try-auth-methods):
5686 Send credentials together with "AUTH PLAIN" command.
5687
5688 2005-12-27 Richard M. Stallman <rms@gnu.org>
5689
5690 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
5691 mouse-2, go back to previously selected window, so it's selected
5692 when mouse-2 command runs.
5693
5694 2005-12-27 Juri Linkov <juri@jurta.org>
5695
5696 * descr-text.el (describe-text-sexp): Use square brackets for
5697 button [Show] to distinguish it from the property value `show'.
5698 (describe-property-list): Use `insert-text-button' with
5699 `help-face' type instead of putting face in quotes, because button
5700 is not created automatically for a list of faces.
5701 (describe-text-properties-1): Put button-type value in quotes to
5702 distinguish from plain text "button".
5703 (describe-char): Display code point values in hex. Don't use
5704 `symbol-name' for `current-input-method' because it is a string.
5705 Use `insert-text-button' with `help-face' type instead of putting
5706 hardcoded face in quotes, because button is not created automatically.
5707
5708 2005-12-27 Richard M. Stallman <rms@gnu.org>
5709
5710 * progmodes/glasses.el (glasses-face): More specific custom type.
5711
5712 * files.el (set-visited-file-name): Doc fix.
5713
5714 * textmodes/flyspell.el (flyspell-external-point-words):
5715 Use local var buffer-scan-pos to advance scan for next misspelling.
5716 Advance it only after we find the misspelling.
5717
5718 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
5719
5720 * textmodes/flyspell.el (flyspell-external-point-words):
5721 New criteria for finding the misspelling in the buffer.
5722
5723 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
5724
5725 * help-mode.el (help-insert-string): Set help-xref-stack-item
5726 rather than call help-setup-xref.
5727
5728 * descr-text.el (describe-char): Revert previous changes for
5729 optional buffer argument.
5730
5731 2005-12-27 Juri Linkov <juri@jurta.org>
5732
5733 * help-mode.el (help-insert-string): New function. Save buffer
5734 contents in cases where it is impossible to recompute the old contents.
5735
5736 * descr-text.el (describe-char): Set help-xref-stack-item
5737 explicitly after buffer has been generated.
5738
5739 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5740
5741 * cus-start.el (all): Add x-gtk-show-hidden-files.
5742
5743 2005-12-26 Richard M. Stallman <rms@gnu.org>
5744
5745 * replace.el (perform-replace): Calculate match-again
5746 before skipping read-only matches.
5747
5748 * paren.el (paren-showing-faces): New group.
5749 (show-paren-match, show-paren-mismatch): Move to that group.
5750
5751 * button.el (button): Put into group `basic-faces'.
5752
5753 * progmodes/make-mode.el: Remove faces from group `faces'.
5754
5755 * apropos.el (apropos, apropos-value): Doc fix.
5756 (apropos-documentation): Doc fix.
5757
5758 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
5759
5760 * subr.el (lazy-completion-table): Remove argument `args'.
5761
5762 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
5763 Don't use the `args' argument of lazy-completion-table.
5764
5765 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
5766
5767 * descr-text.el (describe-char): Add optional argument for buffer.
5768 Set buffer appropriately. Call help-setup-xref.
5769 Suggested by Stefan Monnier.
5770
5771 2005-12-26 Juri Linkov <juri@jurta.org>
5772
5773 * descr-text.el: Require `help-fns' at runtime. Don't require
5774 `button' for byte compilation.
5775 (describe-text-widget): Add `help-echo' for first button.
5776 Use `help-info' for second.
5777 (describe-property-list): Use `help-argument-name' instead of `italic'.
5778 (describe-text-category): Add prompt to interactive spec.
5779 Call `help-setup-xref'.
5780 (describe-char): Use `help-character-set'. Add `help-echo' for
5781 code point. Use `help-input-method'. Remove superfluous insert.
5782
5783 2005-12-25 Richard M. Stallman <rms@gnu.org>
5784
5785 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
5786 at point, in case of narrowing.
5787
5788 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
5789
5790 * locate.el (locate-header-face): Allow nil in type.
5791
5792 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
5793
5794 2005-12-25 Romain Francoise <romain@orebokech.com>
5795
5796 * battery.el (battery-linux-proc-acpi): Also try
5797 `/proc/acpi/thermal_zone/THM0/temperature'.
5798
5799 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
5800
5801 * custom.el (custom-push-theme): Fix docstring.
5802
5803 * cus-edit.el (custom-variable-set, custom-variable-save)
5804 (custom-variable-save): Custom-quote widget values.
5805 (customize-save-variable): Fix custom-push-theme call.
5806
5807 2005-12-24 Eli Zaretskii <eliz@gnu.org>
5808
5809 * w32-fns.el (w32-batch-update-autoloads): New function.
5810
5811 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
5812 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
5813 from the command line.
5814
5815 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
5816
5817 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
5818 reset means to remove setting from theme entirely. Don't keep
5819 expanding theme-settings list; delete old entries if necessary.
5820
5821 * cus-edit.el (custom-buffer-create-internal): Move "Erase
5822 customization" button one line up.
5823 (custom-themed): New face.
5824 (custom-magic-alist): New value, THEMED, for theme settings.
5825 (custom-variable-state-set, custom-face-state-set):
5826 Check theme-value instead of saved-value.
5827 (custom-variable-reset-standard, custom-face-reset-standard):
5828 Remove theme setting entirely. Recalculate new values.
5829 (custom-variable-set, custom-variable-set)
5830 (custom-variable-reset-saved, custom-variable-reset-backup)
5831 (custom-face-set, custom-face-reset-saved): Update `user' theme.
5832 (custom-variable-save): Fix typos.
5833
5834 2005-12-23 Juri Linkov <juri@jurta.org>
5835
5836 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
5837 Add autoload cookies.
5838 (edebug-outside-d-c-i-n-s-w): New variable.
5839 (edebug-display, edebug-outside-excursion): Use it to save the
5840 original value of default-cursor-in-non-selected-windows.
5841 Set default-cursor-in-non-selected-windows to t while Edebug
5842 is active.
5843 (edebug-mode, edebug-eval-mode): Doc fix.
5844
5845 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
5846 with `buffer-substring-no-properties' to remove common substring
5847 highlighting.
5848
5849 * info.el (info-other-window, info): Rename function argument
5850 `file' to `file-or-node'.
5851 (Info-complete-menu-item): Use local variable `complete-nodes' to
5852 keep the global value of `Info-complete-nodes' unchanged for
5853 subsequent completions.
5854 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
5855
5856 * simple.el (get-next-valid-buffer, last-buffer)
5857 (next-error-buffer-p, next-error-find-buffer)
5858 (minibuffer-history-sexp-flag): Doc fix.
5859
5860 * savehist.el (savehist-mode-hook): Add `:group'.
5861
5862 * log-view.el: Call autoload for vc-find-version.
5863 (log-view-current-file): Adjust subgroup numbers.
5864 (log-view-current-tag): Add `length'.
5865
5866 2005-12-23 Richard M. Stallman <rms@gnu.org>
5867
5868 * vc.el (vc-annotate-car-last-cons): Defn moved up.
5869
5870 2005-12-23 Juri Linkov <juri@jurta.org>
5871
5872 * hi-lock.el (hi-lock-archaic-interface-message-used)
5873 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
5874 (hi-lock-mode): Display "Hi" in the mode line only when
5875 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
5876 (hi-lock-write-interactive-patterns):
5877 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
5878 (hi-lock-set-pattern, hi-lock-set-file-patterns)
5879 (hi-lock-font-lock-hook): Set 3rd arg `how' of
5880 font-lock-add-keywords to t.
5881
5882 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
5883
5884 * hi-lock.el (hi-lock-highlight-range): New variable.
5885 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
5886 only if font-lock-fontified is non-nil. Remove overlays.
5887 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
5888 font-lock-fontified is non-nil, otherwise use overlays (instead of
5889 text properties).
5890 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
5891 New variables.
5892 (hi-lock-string-serialize) New function.
5893
5894 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5895
5896 * menu-bar.el (menu-find-file-existing): New function.
5897 (menu-bar-file-menu): Use menu-find-file-existing for Open.
5898
5899 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
5900
5901 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
5902
5903 * vc.el: Remove unnecessary leading * in docstrings.
5904 (vc-annotate-mode-map): Move initialization into declaration.
5905 (vc-static-header-alist): Nitpick on the regexp.
5906 (vc-default-init-version): New fun.
5907 (vc-register): Use it.
5908 (vc-insert-headers): Use dolist.
5909 (vc-annotate-get-backend): Remove unused function.
5910 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
5911 (vc-annotate-mode): Remove corresponding call.
5912 (vc-annotate-car-last-cons): Simplify.
5913 (vc-annotate-buffers): Remove var.
5914 (vc-annotate-backend): Make it buffer-local.
5915 (vc-annotate): Move the interaction to the interactive spec.
5916 Add a `buf' argument.
5917 (vc-annotate-warp-version): Use this new `buf' argument to avoid
5918 killing&creating a vc-annotate buffer, which is very disruptive when
5919 the buffers are shown in dedicated frames.
5920
5921 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
5922
5923 * descr-text.el: Add FSF as maintainer.
5924 (describe-text-mode, describe-text-mode-map)
5925 (describe-text-mode-hook, describe-text-done): Delete. Use normal
5926 help-mode.
5927 (describe-text-widget, describe-text-sexp)
5928 (describe-property-list, describe-text-category)
5929 (describe-text-properties, describe-text-properties-1)
5930 (describe-char): Use help buttons instead of widgets.
5931 (describe-char-unicodedata-file): Make URL link in doc string.
5932
5933 2005-12-22 Richard M. Stallman <rms@gnu.org>
5934
5935 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
5936 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
5937 Don't include buttons that write a file when there's no file.
5938 (custom-variable-menu, custom-face-menu, custom-group-menu):
5939 Don't include commands that write a file when there's no file.
5940 (customize-browse): Reword the top-of-buffer help intro.
5941 (custom-buffer-create-internal): Fix previous change.
5942 (customize-changed-options-previous-release): Prev release is 21.1.
5943 (customize-changed-options): Doc fix.
5944 (customize-changed): New alias.
5945 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
5946 Say "standard values".
5947 (Custom-reset-standard): Doc fix.
5948 (custom-face-reset-standard): Doc fix.
5949
5950 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
5951
5952 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
5953 even if font-lock-mode is non-nil since it may be t without having
5954 turned on font-lock-mode-internal.
5955 (font-lock-choose-keywords): Minor optimization.
5956 (font-lock-add-keywords, font-lock-remove-keywords)
5957 (font-lock-set-defaults): Don't call make-local-variable on a variable
5958 that we know to already be local.
5959
5960 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
5961
5962 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
5963 messages if in the minibuffer.
5964
5965 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
5966
5967 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
5968 (tex-mode-flyspell-verify, flyspell-get-word)
5969 (flyspell-external-point-words): Don't use point-min/max uselessly.
5970
5971 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
5972 by Kevin Rodgers. Instead, just hide the completions buffer if we
5973 don't need to show it.
5974
5975 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
5976
5977 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
5978
5979 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
5980
5981 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
5982 delete-windows-on with an inexistent buffer.
5983
5984 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
5985
5986 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
5987 Delete defcustom variable :tag names.
5988
5989 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
5990
5991 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
5992 (log-view-font-lock-keywords): Ajust subgroup numbers.
5993 (log-view-current-tag): Don't hard code the number of subgroups.
5994
5995 2005-12-20 Juri Linkov <juri@jurta.org>
5996
5997 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
5998 (tooltip-x-offset, tooltip-y-offset): Doc fix.
5999
6000 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
6001 (menu-bar-non-minibuffer-window-p): Instead of checking
6002 display-multi-frame-p, use selected-frame when menu-updating-frame
6003 is nil.
6004
6005 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
6006
6007 * align.el (align-rules-list): Use [ \t] instead of \s-
6008 for column separators in text mode.
6009
6010 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
6011
6012 * help-mode.el (help-customize-variable, help-customize-face):
6013 Don't pop help-xref-stack as help-follow no longer pushes
6014 anything on to it.
6015
6016 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
6017
6018 * textmodes/org.el (org-agenda-custom-commands): New option.
6019 (org-agenda): Offer custom commands on splash screen.
6020 (org-make-tags-matcher): Parser for Boolean logic added.
6021 (org-agenda-set-tags): New command.
6022 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
6023 (org-set-tags): Efficiency improvements.
6024 (org-auto-align-tags): New option.
6025 (org-todo, org-demote, org-promote): Realign tags.
6026 (org-tags-completion-function): Use also "&" and "|" as separators.
6027 (org-org-menu): Agenda commands simplified.
6028
6029 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
6030
6031 * cus-edit.el (customize-apropos, customize-apropos-options):
6032 Docstring changes.
6033
6034 * font-lock.el (font-lock): Add tags to the links in the defgroup.
6035
6036 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
6037
6038 * longlines.el (longlines-mode): Wrap while widened.
6039 (longlines-decode-region, longlines-encode-region): Compute max
6040 just once.
6041
6042 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6043
6044 * cus-edit.el (mac): New group.
6045
6046 * cus-start.el (all): Add user options in macterm.c. Add test for
6047 Mac-related built-ins. Fix test for GTK-related built-ins.
6048
6049 * term/mac-win.el (mac-handle-language-change)
6050 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
6051 (mac-services-open-selection, mac-services-mail-selection)
6052 (mac-services-mail-to, mac-services-insert-text)
6053 (mac-dispatch-apple-event): Add docstrings.
6054 (x-get-selection, mac-select-convert-to-string): Select coding
6055 system from `utf-16be' and `utf-16le' using `byteorder'.
6056
6057 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
6058
6059 * subr.el (lazy-completion-table): Don't be fooled if the var holds
6060 a "list" (lambda ...) rather than a real completion list.
6061
6062 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
6063 lexical-let when encountering ((lambda (...) ...) ...).
6064
6065 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
6066
6067 * progmodes/sh-script.el (sh-mode):
6068 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
6069 * textmodes/picture.el (picture-mode): Update docstrings.
6070
6071 2005-12-17 Eli Zaretskii <eliz@gnu.org>
6072
6073 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
6074 commands enclosed in $(ARGQUOTE)s should not be split between two
6075 lines, as that will break with GNU Make >3.80, when sh.exe is used
6076 and arg quoting is with '..'.
6077 (autoloads): Don't break the quoted --eval expression between
6078 several lines.
6079
6080 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
6081
6082 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
6083 Capture error from printing circular structures.
6084
6085 2005-12-17 Martin Rudalics <rudalics@gmx.at>
6086
6087 * wid-edit.el (widget-checkbox-action): Clear undo info.
6088
6089 2005-12-16 Bill Wohler <wohler@newt.com>
6090
6091 * menu-bar.el (kill-this-buffer): Set a good example by using menu
6092 bar, not menubar in comment.
6093
6094 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
6095
6096 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
6097 After-change-functions should not clobber the match data.
6098
6099 2005-12-16 Juri Linkov <juri@jurta.org>
6100
6101 * simple.el (choose-completion): Use `buffer-substring-no-properties'
6102 instead of `buffer-substring'.
6103 (completion-common-substring): Doc fix.
6104 (completion-setup-function): Use minibuffer-completion-contents
6105 instead of minibuffer-contents. Don't set common-string-length
6106 initially. Remove special handling of partial-completion-mode.
6107 Move computation of completion-base-size into one cond.
6108 Call completion-base-size-function in mainbuf. In computation of
6109 completion-base-size for file name completion don't move point to
6110 the end of the minibuffer. Move computation of common-string-length
6111 into one cond. Start putting faces only when common-string-length>=0.
6112 Add condition to put completions-common-part when
6113 common-string-length>0.
6114
6115 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
6116 place point at the first different character in the minibuffer
6117 even if this position is at the beginning of the minibuffer.
6118
6119 * info.el (Info-read-node-name-1): In completion-base-size-function's
6120 lambda return 1 if common-substring or minibuffer-completion-contents
6121 starts with (, and 0 otherwise.
6122
6123 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
6124 Use `crm-current-element' for second arg of `display-completion-list'.
6125
6126 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
6127
6128 * files.el (set-auto-mode): Look for an interpreter specified on
6129 the first line also if search for mode specification succeeded,
6130 but the mode is not known.
6131
6132 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
6133
6134 * textmodes/org.el (org-tags-match-list-sublevels): New option.
6135 (org-open-at-point): Implement tag searches as links.
6136 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
6137 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
6138 (org-tags-sparse-tree, org-tags-view, org-set-tags)
6139 (org-agenda-dispatch): New commands.
6140 (org-use-tag-inheritance, org-tags-column): New options.
6141 (org-tab-follows-link, org-return-follows-link): New options.
6142 (org-tags): New customize group.
6143 (org-start-icalendar-file): Get local time zone.
6144 (org-tags-completion-function): New function.
6145 (org-set-font-lock-defaults): Make sure links will also be
6146 highlighted inside headlines.
6147
6148 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
6149
6150 * term.el (term-emulate-terminal):
6151 Let term-handle-ansi-terminal-messages override what Bash says about
6152 its current directory.
6153
6154 2005-12-16 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
6155
6156 * bindings.el (last-buffer): Move to simple.el.
6157 * simple.el (last-buffer): Move here.
6158 (get-next-valid-buffer): New function.
6159 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
6160 (prev-buffer): Ditto. Rename to `previous-buffer'.
6161
6162 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
6163 * bindings.el (global-map): Ditto.
6164
6165 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
6166
6167 * cus-edit.el: Introductory comment change.
6168 (custom-magic-alist): Change message string for the `rogue' state.
6169
6170 2005-12-15 Richard M. Stallman <rms@gnu.org>
6171
6172 * tooltip.el: Delete defcustom variable :tag names.
6173
6174 * complete.el (partial-completion-mode): Doc fix.
6175
6176 * textmodes/flyspell.el (flyspell-external-point-words):
6177 Use save-excursion to ensure we don't move backward in the
6178 search loop, not even one character.
6179 (flyspell-delete-all-overlays): Use remove-overlays directly.
6180
6181 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
6182 (ispell-start-process): Set that variable.
6183 Clear ispell-buffer-local-name.
6184 (ispell-internal-change-dictionary):
6185 Set ispell-current-dictionary after killing process.
6186 (ispell-buffer-local-dict):
6187 Don't set spell-personal-dictionary after killing process.
6188 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
6189 (ispell-tex-skip-alists, ispell-html-skip-alists)
6190 (ispell-skip-region-alist): Mark as risky.
6191
6192 * net/newsticker.el (newsticker--retrieval-timer-list)
6193 (newsticker--display-timer, newsticker-running-p)
6194 (newsticker-ticker-running-p): Definitions moved up.
6195
6196 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
6197
6198 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
6199
6200 2005-12-15 David Ponce <david@dponce.com>
6201
6202 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
6203 (recentf-edit-list, recentf-open-files): Signal an error when
6204 there is no recent file.
6205
6206 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
6207
6208 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
6209 read-only except for texinfo-format-region evaluation.
6210
6211 2005-12-14 Richard M. Stallman <rms@gnu.org>
6212
6213 * vc.el (vc-default-previous-version, vc-default-next-version)
6214 (vc-do-command): Doc fixes.
6215
6216 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6217
6218 * textmodes/bibtex.el (bibtex-expand-strings)
6219 (bibtex-autokey-expand-string, bibtex-name-part)
6220 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
6221 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
6222 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
6223 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
6224 (bibtex-entry-postfix, bibtex-known-entry-type-re)
6225 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
6226 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
6227 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
6228 (bibtex-beginning-of-last-entry): Remove.
6229 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
6230 message if comma is missing but buffer is read-only.
6231 (bibtex-parse-field-text): Handle whitespaces at the end of field
6232 text. Return 3-element list with beginning and end of field text
6233 and end of field.
6234 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
6235 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
6236 (bibtex-search-forward-field, bibtex-search-backward-field):
6237 Search always delimited by limits of entry. Use more efficient
6238 search algorithms.
6239 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
6240 bibtex-end-of-name-in-field.
6241 (bibtex-text-in-field-bounds): Handle BibTeX strings when
6242 extracting the content of a field.
6243 (bibtex-text-in-field): Use search limits.
6244 (bibtex-parse-string-prefix): Handle empty string keys based on
6245 bibtex-string-empty-key.
6246 (bibtex-parse-string): Fix docstring.
6247 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
6248 (bibtex-preamble-prefix, bibtex-strings): New functions.
6249 (bibtex-skip-to-valid-entry): Include preceding whitespace in
6250 BibTeX entries (consistent with other BibTeX functions).
6251 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
6252 (bibtex-search-entry): Fix docstring. Simplify.
6253 (bibtex-flash-head, bibtex-complete-string-cleanup)
6254 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
6255 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
6256 (bibtex-parse-entry): New optional arg content.
6257 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
6258 Use bibtex-text-in-field-bounds.
6259 (bibtex-print-help-message): Handle BibTeX strings and preambles.
6260 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
6261 bibtex-parse-string-postfix.
6262 (bibtex-find-text-internal): New function.
6263 (bibtex-remove-delimiters): Use it.
6264 (bibtex-find-text): Use it. New optional arg help.
6265 (bibtex-complete): Handle BibTeX string and preamble entries.
6266 (bibtex-Preamble): Fix order of closing delimiters.
6267
6268 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
6269
6270 * vc.el (vc-default-revert): New fun.
6271
6272 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
6273
6274 2005-12-14 Romain Francoise <romain@orebokech.com>
6275
6276 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
6277 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
6278 (font-lock-remove-keywords): Likewise.
6279
6280 2005-12-14 Juri Linkov <juri@jurta.org>
6281
6282 * log-view.el (log-view-diff): Doc fix.
6283
6284 * isearch.el (isearch-query-replace): Use (mark) instead of
6285 isearch-opoint if mark is active in transient-mark-mode.
6286
6287 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
6288
6289 * isearch.el (isearch-query-replace): Check for isearch-other-end.
6290
6291 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
6292
6293 * progmodes/cpp.el (cpp-face): New widget.
6294 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
6295
6296 2005-12-14 Juri Linkov <juri@jurta.org>
6297
6298 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
6299 around `erase-buffer' and `insert'.
6300
6301 * descr-text.el (describe-text-properties): Replace buffer name
6302 "*Help-2*" with "*Help*<2>".
6303 (describe-char): Add functions print-help-return-message,
6304 toggle-read-only. Use help-setup-xref with nil to not store
6305 describe-char in help-xref-stack. Use help-make-xrefs to
6306 make [back] button.
6307
6308 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
6309
6310 * wdired.el (wdired-old-point): New internal variable.
6311 (wdired-change-to-wdired-mode): Set it buffer-locally.
6312 (wdired-abort-changes): Restore point after aborting changes.
6313
6314 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
6315
6316 * vc.el (vc-do-command): Add a new value t for okstatus.
6317
6318 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
6319 frame in case of errors.
6320
6321 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6322
6323 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
6324 so it comes after "On the Left" in the menu.
6325
6326 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
6327
6328 * cus-edit.el (customize-apropos, customize-apropos-options)
6329 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
6330
6331 2005-12-12 Bill Wohler <wohler@newt.com>
6332
6333 * vc-svn.el (vc-svn-registered): Fix problem of visiting
6334 non-writable Subversion-controlled files by saving window
6335 configuration before calling vc-do-command. vc-do-command calls
6336 pop-to-buffer on error which is unexpected during registration.
6337
6338 2005-12-12 Jay Belanger <belanger@truman.edu>
6339
6340 * calc/README: Update the summary of changes.
6341
6342 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
6343
6344 * descr-text.el (describe-char): Rework last fix to solve the problem
6345 is the same way it's solved for everything else in that function
6346 (i.e. by extracting the info before setting up the *Help* buffer).
6347
6348 2005-12-12 Kim F. Storm <storm@cua.dk>
6349
6350 * subr.el (version-regexp-alist): Allow space as separator before
6351 non-numeric part, e.g. "1.0 alpha".
6352 (version-to-list): Interpret .X.Y version as 0.X.Y version.
6353
6354 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
6355
6356 * textmodes/org.el (org-agenda, org-timeline, org-todo):
6357 Implement Logging and the keep-modes setting.
6358 (org-get-category): Make sure a string is returned.
6359 (org-log-done): New function.
6360 (org-log-done, org-closed-string): New options.
6361
6362 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6363
6364 * tooltip.el (tooltip-y-offset): Change default to 20.
6365
6366 2005-12-12 Richard M. Stallman <rms@gnu.org>
6367
6368 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
6369
6370 * frame.el (display-hourglass): Doc fix.
6371
6372 * help.el (help-for-help-internal): Simplify entry for `a'.
6373
6374 * info.el (Info-on-current-buffer): Doc fix.
6375 (info-insert-file-contents): Don't test (featurep 'jka-compr).
6376
6377 * startup.el (inhibit-splash-screen): Make this the real name.
6378 (inhibit-startup-message): Make this the alias.
6379 (command-line): Find only simple.el, and use its directory
6380 to fill in other preloaded files' names.
6381 (command-line): Deactivate the mark if deactivate-mark is set.
6382
6383 * international/mule.el (load-with-code-conversion):
6384 Bind deactivate-mark.
6385
6386 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
6387
6388 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
6389
6390 * cus-edit.el (customize-apropos): Avoid listing an option more
6391 than once under different aliases. No longer list user options
6392 that are not defined with defcustom (unless a prefix arg is given).
6393 Doc fix.
6394 (customize-apropos-options): Doc fix.
6395
6396 2005-12-11 Juri Linkov <juri@jurta.org>
6397
6398 * frame.el (set-background-color, set-foreground-color)
6399 (set-cursor-color, set-mouse-color, set-border-color):
6400 Add explicit prompts to read colors by `facemenu-read-color'.
6401 (show-trailing-whitespace, blink-cursor-delay)
6402 (blink-cursor-interval, display-hourglass, hourglass-delay):
6403 Remove tags.
6404 (display-hourglass, hourglass-delay): Doc fix.
6405 (cursor-in-non-selected-windows): Capitalize words in tag.
6406
6407 * faces.el (frame-background-mode): Replace `choice-item' keywords
6408 with `const' to not make [default] button. Change default value tag
6409 from `default' to `automatic'. Doc fix.
6410 (trailing-whitespace) <defface>: Change group `whitespace' to
6411 `whitespace-faces'.
6412
6413 2005-12-11 Richard M. Stallman <rms@gnu.org>
6414
6415 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
6416
6417 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6418
6419 * term/mac-win.el: Create keymap for mac-apple-event-map.
6420
6421 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
6422
6423 * tooltip.el (tooltip-mode): Move to start of file so that it
6424 appears at top of customize buffer.
6425
6426 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
6427 Add the gud groupname.
6428 (gud-tooltip-mode): Add the tooltip groupname.
6429 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
6430 avoid conflict with tooltip-use-echo-area.
6431
6432 2005-12-10 Romain Francoise <romain@orebokech.com>
6433
6434 * help.el (help-for-help-internal): Add `r' in doc string.
6435
6436 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
6437
6438 * align.el (align-regexp, align-highlight-rule):
6439 Use region-beginning and region-end instead of point and mark, so that
6440 repetition (with `repeat-complex-command') recomputes the region
6441 bounds.
6442
6443 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
6444
6445 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
6446 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
6447 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
6448 (balance-windows): Rewrite using the above new functions.
6449
6450 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
6451
6452 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
6453 react if global-hi-lock-mode seems intended.
6454 (global-hi-lock-mode) Renamed from hi-lock-mode.
6455 (hi-lock-archaic-interface-message-used)
6456 (hi-lock-archaic-interface-deduce): New variables.
6457 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
6458 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
6459 (hi-lock-find-patterns, hi-lock-font-lock-hook):
6460 Replace hi-lock-buffer-mode with hi-lock-mode.
6461
6462 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com>
6463
6464 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
6465 completion list, even after a partial completion has been
6466 inserted in the current buffer. If there are more than 1
6467 completion, redisplay the *Completions* buffer; if the
6468 completion is unique, delete the *Completions* window.
6469
6470 2005-12-10 Eli Zaretskii <eliz@gnu.org>
6471
6472 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
6473 strings and long subject lines that were broken into multiple
6474 lines at arbitrary places. Handle subjects that have "Re: " in
6475 the middle.
6476
6477 2005-12-10 John W. Eaton <jwe@octave.org>
6478
6479 * emacs/octave-mod.el (octave-electric-space): Don't indent
6480 comments or strings if octave-auto-indent is nil.
6481
6482 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6483
6484 * term/mac-win.el: Require url when compiling.
6485 Call mac-process-deferred-apple-events after loading init files.
6486 (mac-apple-event-map): New defvar. Define event handlers in it.
6487 (core-event, internet-event): New Apple event class symbols.
6488 (open-application, reopen-application, open-documents)
6489 (print-documents, open-contents, quit-application)
6490 (application-died, show-preferences, autosave-now, get-url):
6491 New Apple event ID symbols.
6492 (about): New HICommand ID symbol.
6493 (mac-event-spec, mac-event-ae): New macros.
6494 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
6495 (mac-ae-selection-range, mac-ae-text-for-search)
6496 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
6497 (mac-application-menu-map): Remove keymap. Handlers for HICommand
6498 and Services menu events are now defined in mac-apple-event-map.
6499 (mac-drag-n-drop): Remove selection range handling.
6500
6501 2005-12-10 Kenichi Handa <handa@m17n.org>
6502
6503 * simple.el (zap-to-char):
6504 * isearch.el (isearch-process-search-char): Translate CHAR by
6505 translation-table-for-input.
6506
6507 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
6508
6509 * foldout.el (foldout-exit-fold): Properly hide subtree.
6510
6511 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
6512
6513 * files.el (save-buffer):
6514 * international/ucs-tables.el (ucs-set-table-for-input):
6515 * mail/mail-extr.el (mail-extract-address-components):
6516 * mail/sendmail.el (mail-mode): Reformat doc string.
6517
6518 2005-12-09 Juri Linkov <juri@jurta.org>
6519
6520 * isearch.el (isearch-highlight): Change main overlay priority
6521 from 1 to 1001. Simplify.
6522 (isearch-lazy-highlight-update): Change lazy overlay priority
6523 from 0 to 1000.
6524
6525 * replace.el (replace-highlight): Change overlay priority from
6526 1 to 1001.
6527
6528 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
6529 Change overlay priority from 1 to 1001. Reuse existing overlay.
6530
6531 * compare-w.el (compare-windows-highlight): Change overlay
6532 priority from 1 to 1000.
6533
6534 * menu-bar.el (menu-bar-edit-menu): Add listp around
6535 pending-undo-list to disable menu item "undo" when pending
6536 undo list is empty.
6537
6538 * locate.el (locate): Disable undo in *Locate* buffer.
6539
6540 2005-12-09 Kim F. Storm <storm@cua.dk>
6541
6542 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
6543
6544 2005-12-09 David Ponce <david@dponce.com>
6545
6546 * recentf.el: Improvement of the menu code.
6547 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
6548 instead of menu hook.
6549 (recentf-show-menu, recentf-hide-menu): New functions.
6550 (recentf-menu-customization-changed, recentf-mode): Use them.
6551 (recentf-menu-action, recentf-max-menu-items)
6552 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
6553 (recentf-arrange-by-rule-others)
6554 (recentf-arrange-by-rules-min-items)
6555 (recentf-arrange-by-rule-subfilter) : Don't use
6556 `recentf-menu-customization-changed'.
6557 (recentf-arrange-rules): Likewise. Accept functions to compute
6558 sub-menu titles.
6559 (recentf-menu-filter): Likewise. Doc fix.
6560 (recentf-menu-value-shortcut): Doc fix.
6561 (recentf-dump-variable): Quote atom value.
6562 (recentf-make-menu-items): Update to use it as a menu filter.
6563 (recentf-match-rule): New function.
6564 (recentf-arrange-by-rule): Use it.
6565 (recentf-indirect-mode-rule): New function.
6566 (recentf-build-mode-rules): Use it.
6567 (recentf-dir-rule): New function.
6568 (recentf-arrange-by-dir): Use it.
6569 (recentf-filter-changer-current): Rename from
6570 `recentf-filter-changer-state'. All references updated.
6571 (recentf-filter-changer-alist): Update filter names.
6572 (recentf-filter-changer-select): New function.
6573 (recentf-filter-changer): Use it. Make a sub-menu from filters
6574 available in `recentf-filter-changer-alist'.
6575 (recentf-data-cache, recentf-clear-data)
6576 (recentf-update-menu): Remove. All references updated.
6577 (recentf-match-rule-p, recentf-build-dir-rules)
6578 (recentf-filter-changer-goto-next)
6579 (recentf-filter-changer-get-current)
6580 (recentf-filter-changer-get-next): Remove.
6581
6582 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
6583
6584 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
6585 buffer "Reset" button to "Reset to Current" for consistency with
6586 the State buttons.
6587
6588 2005-12-08 John Paul Wallington <jpw@pobox.com>
6589
6590 * ibuf-ext.el (define-ibuffer-filter filename):
6591 If `dired-directory' is a list then really use its car.
6592
6593 2005-12-08 Kim F. Storm <storm@cua.dk>
6594
6595 * emulation/cua-rect.el (cua--rectangle-aux-replace):
6596 Fix indention of text on right side of replaced rectangle.
6597
6598 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
6599
6600 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
6601 No need to check gud-comint-buffer is bound.
6602 (gdb): Prevent multiple debugging when first session uses gdba.
6603
6604 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6605
6606 CC Mode update to 5.31.
6607
6608 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
6609 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
6610 We might do this function properly in the future).
6611
6612 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
6613 New macros c-sentence-end and c-default-value-sentence end, to cope
6614 with Emacs 22's new function `sentence-end'.
6615
6616 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6617
6618 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
6619 compat issue using `c-put-overlay' and `c-delete-overlay'.
6620
6621 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
6622 New compat macros to handle overlays/extents.
6623
6624 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6625
6626 * progmodes/cc-fix.el: Add definitions of the macros push and pop
6627 (for GNU Emacs 20.4)
6628
6629 * progmodes/cc-defs.el:
6630 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
6631
6632 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
6633 highlighting mechanism so it will work in XEmacs too.
6634
6635 * progmodes/cc-defs.el: Insert c-int-to-char.
6636
6637 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
6638 call to the new macro c-int-to-char. This solves XEmacs's
6639 regarding characters as different from integers.
6640
6641 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6642
6643 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
6644 New internal helper.
6645
6646 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
6647 construct to make the indirect face lookup work in XEmacs.
6648
6649 (c-cpp-matchers): Append the negation char face to the existing
6650 fontification, so that the cpp face doesn't disappear.
6651 Use `c-make-syntactic-matcher' to avoid negation chars in comments
6652 and strings.
6653
6654 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
6655 to map to `font-lock-negation-char-face' in emacsen where it exists.
6656
6657 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6658
6659 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
6660
6661 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
6662 Rename "c-subword-move-mode" as "c-subword-mode".
6663
6664 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
6665 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
6666
6667 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6668
6669 * progmodes/cc-mode.el: Added autoload directive for
6670 `c-subword-move-mode' for use in older emacsen.
6671
6672 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6673
6674 * progmodes/cc-mode.el:
6675 (i) Insert a binding for C-c C-backspace into
6676 c-bind-special-erase-keys which works in TTYs.
6677 (ii) Make sure that when file styles are used, any explicitly
6678 given style variables take priority over those in the style.
6679 Do this by calling `hack-local-variables' a second time.
6680
6681 * progmodes/cc-vars.el: Add language specific customization
6682 widgets for AWK to c-doc-comment-style, c-require-final-newline
6683 and c-default-style. Add a defcustom for awk-mode-hook.
6684 Give c-syntactic-element and c-syntactic-context doc-strings by
6685 directly setting their `variable-documentation' propery.
6686 This allows Emacs 22.1 to read these with C-h v.
6687
6688 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
6689
6690 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6691
6692 * progmodes/cc-fonts.el, cc-vars.el
6693 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
6694 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
6695 Masatake YAMATO.
6696
6697 (c-doc-comment-style): Made GtkDoc default in C mode.
6698
6699 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
6700 and C-c C-<delete>.
6701
6702 (c-bind-special-erase-keys): New function for use on
6703 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
6704
6705 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
6706 <delete> key behavior in XEmacs according to `delete-forward-p'.
6707 C.f. `c-electric-delete'.
6708
6709 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6710
6711 * progmodes/cc-mode.el: Give c-hungry-backspace and
6712 c-hungry-delete-forward permanent key bindings.
6713
6714 * progmodes/cc-cmds.el (c-electric-semi&comma):
6715 Bind c-syntactic-context for calls to "criteria functions", for
6716 consistency with other calls to user functions.
6717
6718 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
6719 `current-prefix-arg', since this might be the prefix arg to a
6720 command which calls c-indent-command as a function. Change the
6721 interactive spec from "p" to "P".
6722
6723 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
6724 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
6725 was difficult to understand.
6726
6727 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6728
6729 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
6730 first char of an identifier.
6731
6732 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
6733 +" syntax in C++.
6734
6735 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6736
6737 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
6738 auto-fill doesn't split a c-comment's last word from a hanging
6739 "*/" when a space is typed between them after fill-column.
6740
6741 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
6742
6743 * progmodes/cc-styles.el (c-set-style)
6744 (c-setup-paragraph-variables): Abort the command if we're not in a
6745 CC Mode buffer.
6746
6747 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
6748 with blank comment-prefix, and a blank line as the comment's
6749 second line.
6750
6751 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6752
6753 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
6754 Incorporate the patterns added in the Emacs development branch
6755 for the new Emacs 22 face `font-lock-negation-char-face'.
6756
6757 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
6758 of "red" since it stands out better in xterms and DOS terminals.
6759
6760 * progmodes/cc-engine.el (c-literal-faces):
6761 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
6762
6763 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6764
6765 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
6766 forcibly enable c-electric-flag.
6767
6768 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
6769 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
6770 after the comment-prefix of a C-style comment will close that comment.
6771
6772 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6773
6774 * progmodes/cc-fonts.el (c-basic-matchers-before)
6775 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
6776 in Pike.
6777
6778 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
6779 digraphs.
6780
6781 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
6782 (c-cpp-message-directives, c-cpp-include-directives)
6783 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
6784 (c-cpp-expr-directives): Introduce new language constants to
6785 control cpp syntax in a cleaner way.
6786
6787 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
6788
6789 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
6790
6791 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
6792 (c-multiline-string-start-char): New language constants and
6793 variables to specify how newlines in string literals work.
6794
6795 (c-font-lock-invalid-string): Use them.
6796
6797 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
6798 unbalanced close brace is entered. Optimization by avoiding going
6799 back over arbitrarily large blocks. Removed hints that this
6800 function only would be relevant/useful in AWK.
6801
6802 (c-electric-brace): Indent syntactically after the cleanups since
6803 lineup functions might do it differently then.
6804
6805 * progmodes/cc-engine.el, cc-langs.el
6806 (c-opt-op-identifier-prefix): New language constant and variable.
6807
6808 (c-just-after-func-arglist-p, c-after-special-operator-id)
6809 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
6810
6811 * progmodes/cc-align.el, cc-engine.el
6812 (c-after-special-operator-id): New helper to handle C++ operator
6813 identifiers.
6814
6815 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
6816 (c-guess-basic-syntax): Handle C++ operator identifiers in
6817 declarations.
6818
6819 * progmodes/cc-langs.el (c-assignment-operators): Add the
6820 trigraph version of ^= too.
6821
6822 * progmodes/cc-langs.el (c-assignment-operators): Add the
6823 trigraph version of |= in C++.
6824
6825 * progmodes/cc-fonts.el (c-font-lock-declarators):
6826 Handle `c-decl-hangon-kwds' after the identifier name.
6827
6828 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
6829 whether an arglist is "nonempty", ignore a comment after the open
6830 paren if it isn't followed by a non-comment token on the same line.
6831
6832 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
6833 Enable heuristics below the point to cope with classes inside special
6834 brace lists in Pike.
6835
6836 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6837
6838 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
6839
6840 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6841
6842 * progmodes/cc-guess.el (cc-guess-install): New function to
6843 install an already guessed style in another buffer.
6844
6845 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
6846 sets `inhibit-read-only' - `c-save-buffer-state' should be used
6847 anyway if the change always is undone.
6848
6849 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6850
6851 Implement togglable electricity:
6852
6853 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
6854 saying when it should be used.
6855
6856 * progmodes/cc-engine.el: Add the new buffer-local variable,
6857 c-electric-flag.
6858
6859 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
6860 c-toggle-auto-newline.
6861
6862 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
6863 c-toggle-auto-newline. Remove the binding for
6864 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
6865 c-toggle-electric-state.
6866
6867 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
6868
6869 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
6870 c-\(forward\|backward\)-subword.
6871 (c-update-modeline): Add the new modeline flag `l' for
6872 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
6873 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
6874 Make the old name an alias of the new name.
6875 (c-toggle-electric-state): New function.
6876 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
6877 Adapt these functions to do electric things only when
6878 c-electric-flag is non-nil.
6879 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
6880 new functions from c-electric-brace.
6881 (c-point-syntax): Add a check for "virtual semicolons" in AWK
6882 mode, so that the tentative extra newline doesn't change the
6883 syntax of the following brace.
6884 (c-electric-brace): Restructure by extracting the above functions.
6885 Tidy up the coding somewhat.
6886 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
6887 restructure a bit.
6888
6889 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6890
6891 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
6892 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
6893
6894 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
6895 (c-submode-indicators): Change name from `c-auto-hungry-string'
6896 since it's now used to track another submode.
6897
6898 (c-update-modeline): Convert to function and extended to check
6899 `c-subword-move-mode'.
6900
6901 (c-forward-into-nomenclature, c-backward-into-nomenclature):
6902 Convert to compat aliases for `c-forward-subword' and
6903 `c-backward-subword'.
6904
6905 * progmodes/cc-subword.el: New functions and minor mode to handle
6906 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
6907
6908 (c-forward-subword, c-backward-subword, c-mark-subword)
6909 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
6910 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
6911 Functions corresponding to the standard word handling functions.
6912
6913 (c-subword-move-mode): Minor mode that replaces all the standard
6914 word handling functions with their subword equivalences.
6915
6916 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6917
6918 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
6919 entry for one-liner-defun.
6920
6921 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
6922 name in its def-edebug-spec.
6923
6924 * progmodes/cc-cmds.el (c-electric-brace): Make the
6925 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
6926 compacts space before a comment, if this will make things fit on
6927 one line.
6928
6929 Introduce an "awk" style, mainly for auto-newline and clean-ups.
6930
6931 * progmodes/cc-align.el: New function c-snug-1line-defun-close
6932
6933 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
6934 clean-up one-liner-defun.
6935
6936 * progmodes/cc-styles.el: Add the new "awk" style.
6937
6938 * progmodes/cc-vars.el: Add description of one-liner-defun to
6939 c-cleanup-list's doc-string. New user options,
6940 c-max-one-liner-length. In c-default-style, set the default style
6941 for AWK to "awk".
6942
6943 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6944
6945 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
6946 macros inside labels.
6947
6948 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
6949 `c-at-statement-start-p' and `c-at-expression-start-p'.
6950
6951 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
6952 error if the mark isn't set.
6953
6954 * progmodes/cc-engine.el (c-guess-continued-construct)
6955 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
6956 accurately detect functions inside functions.
6957
6958 * progmodes/cc-engine.el (c-at-expression-start-p): New function
6959 like `c-at-statement-start-p' that additionally recognizes commas
6960 and expression parentheses as delimiters.
6961
6962 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
6963 to avoid heuristics that doesn't work for unclosed blocks.
6964 (c-at-statement-start-p): New function.
6965
6966 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
6967 Objective-C directives, e.g. directives spanning lines should work
6968 reasonably well now.
6969
6970 (c-put-c-type-property, c-clear-c-type-property): New helpers.
6971
6972 (c-forward-objc-directive): New function to move over any ObjC
6973 directive.
6974
6975 (c-just-after-func-arglist-p, c-guess-basic-syntax)
6976 (c-basic-matchers-before): Use it.
6977
6978 (c-font-lock-objc-iip-decl): Remove.
6979
6980 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
6981 in the template arglist recognition.
6982
6983 * progmodes/cc-styles.el (c-style-alist): Fix several
6984 inconsistencies in the Whitesmith style.
6985
6986 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
6987 New lineup function to get lines after Whitesmith style blocks
6988 correctly indented.
6989
6990 (c-lineup-whitesmith-in-block): Back out the compensation for
6991 opening parens since it's done using `add' lists in the style
6992 definition instead. Don't use the anchor position since it varies
6993 too much between the syntactic symbols. :P
6994
6995 * progmodes/cc-vars.el (c-valid-offset): Update.
6996
6997 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
6998 lists where the offsets are combined according to several
6999 different methods: `first', `min', `max', and `add'.
7000 Report offset evaluation errors with `c-benign-error' so that some kind
7001 of reindentation still is done.
7002
7003 * progmodes/cc-engine.el (c-guess-basic-syntax):
7004 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
7005 `arglist-close'.
7006
7007 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
7008 situations for `arglist-cont-nonempty' and `arglist-close'.
7009
7010 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
7011
7012 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
7013 cc-bytecomp-boundp' in a number of places.
7014
7015 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
7016 macro related issue.
7017
7018 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7019
7020 * progmodes/cc-awk.el: Change the terminology of regexps: A char
7021 list is now [asdf], a char class [:alpha:].
7022 Include code for char classes.
7023 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
7024 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
7025
7026 Remove (nearly all of) the cruft associated with AWK Mode's former
7027 concept of "virtual semicolons":
7028
7029 Adapt c-beginning-of-statement, c-end-of-statement (together with
7030 subfunctions) to use the new notion of "virtual semicolon" in
7031 place of the old awkward special handling for AWK. There remains
7032 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
7033 * progmodes/cc-cmds.el:
7034 (c-ascertain-adjacent-literal): In the backwards direction, now
7035 recognises AWK regexp delimiters as string delimiters.
7036 (c-after-statement-terminator-p): Adapt for virtual semicolons;
7037 check more rigorously for "end of macro".
7038 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
7039 virtual semicolons;
7040 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
7041 out the code for forward movement into ...
7042 (c-end-of-statement): Now contains the code for forward movement,
7043 adapted for virtual semicolons.
7044
7045 * progmodes/cc-engine.el:
7046 (c-ws*-string-limit-regexp): New regexp.
7047 (c-forward-single-comment, c-backward-single-comment): Comment out
7048 the (now redundant) "special" AWK stuff.
7049
7050 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
7051 c-string-par-start, c-string-par-separate to be more like Text
7052 Mode than Fundamental Mode.
7053
7054 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7055
7056 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
7057 to the fontified region so that fontification doesn't occur
7058 outside it (could happen e.g. when fontifying a line with an
7059 unfinished declaration).
7060
7061 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7062
7063 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
7064 start of the file. ^L now separate sections of the file.
7065 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
7066 (c-awk-one-line-possibly-open-string-re)
7067 (c-awk-regexp-one-line-possibly-open-char-class-re)
7068 (c-awk-one-line-possibly-open-regexp-re)
7069 (c-awk-one-line-non-syn-ws*-re): New defonsts.
7070 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
7071
7072 Amend the concept of "virtual semicolons" (in the indentation
7073 engine) for languages like AWK, such that they are now
7074 conceptually attached to end of the last token of a statement, not
7075 the end of the line. (In AWK Mode, however, the pertinent text
7076 property is still physically set on the EOL.) Remove the specific
7077 tests for awk-mode, thus facilitating the introduction of other
7078 language modes where EOLs can end statements.
7079 (Note: The funtionality in cc-cmds.el, specifically
7080 c-beginning/end-of-statement has yet to be amended.)
7081
7082 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
7083 New macros.
7084
7085 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
7086 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
7087 c-vsemi-status-unknown-p-fn (in a new page).
7088
7089 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
7090 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
7091 numerous awkward forms like
7092 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
7093 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
7094 variable before-ws-ip, the place just after char-before-ip appears.
7095
7096 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
7097 a comment.
7098
7099 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7100
7101 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
7102 `c-tentative-buffer-changes'.
7103
7104 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
7105 convert to macro to choose between Emacs and XEmacs at compile time.
7106
7107 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
7108
7109 (c-tentative-buffer-changes): New macro to handle temporary buffer
7110 changes in a convenient way.
7111
7112 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
7113 for `c-tentative-buffer-changes'.
7114
7115 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
7116 the checks for paren sexps between the point and the keyword, to
7117 avoid some false alarms.
7118
7119 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
7120 Fixed a situation where an error could be thrown for unbalanced
7121 parens. Changed to make use of c-keyword-member' to avoid some
7122 repeated regexp matches.
7123
7124 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
7125 These language variable are no longer necessary.
7126
7127 (c-block-stmt-kwds): New language constant used by
7128 c-looking-at-inexpr-block'.
7129
7130 (c-guess-basic-syntax): Remove an optional check that looked at
7131 the existence of the now removed language variables.
7132
7133 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
7134 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
7135 object instantiation expressions as declarations in some contexts.
7136 This bug only affected languages where the declarator can't be
7137 enclosed in parentheses.
7138
7139 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
7140 insert newlines before and after substatement braces.
7141
7142 * progmodes/cc-engine.el: Improved the heuristics for recognizing
7143 function declaration headers and the handling of C++ style member
7144 init lists.
7145
7146 (c-just-after-func-arglist-p): Rewritten to use
7147 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
7148
7149 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
7150
7151 (c-guess-basic-syntax): Adapt case 5B for the new
7152 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
7153 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
7154 covers all cases now).
7155
7156 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
7157
7158 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7159
7160 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
7161 c-string-par-start/separate c-sentence-end-with-esc-eol,
7162 initialised in c-setup-paragraph-variables, used in string
7163 scanning subroutines of c-beginning-of-statement.
7164
7165 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
7166 which precedes the newly inserted `{'.
7167
7168 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7169
7170 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
7171 function for declaration level blocks. It should now cope with
7172 templates better and also be a lot more comprehensible.
7173
7174 (c-looking-at-decl-block): The new function.
7175
7176 (c-search-uplist-for-classkey): The old one. It's now a wrapper
7177 for compatibility.
7178
7179 (c-add-class-syntax, c-guess-continued-construct)
7180 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
7181
7182 (c-decl-block-key): Change to tell apart ambiguous and
7183 unambiguous keywords. Pike specials are now handled directly in
7184 the code instead.
7185
7186 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
7187 New language constants and variables to make the backward skip in
7188 `c-looking-at-decl-block' as tight as possible.
7189
7190 (c-nonsymbol-token-char-list): New language constant.
7191
7192 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
7193 find balanced template arglists backwards.
7194
7195 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
7196 making char classes for `c-syntactic-skip-backward'.
7197
7198 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
7199 16D - can't be a class-close at that point.
7200
7201 * progmodes/cc-engine.el (c-guess-basic-syntax)
7202 (c-add-class-syntax): Don't narrow out the enclosing declaration
7203 level. This makes everything a lot easier, and it was actually
7204 only four small places that needed it to work. Some places that
7205 previously did `widen' are removed now, which has the effect that
7206 `c-guess-basic-syntax' never will look at things outside the
7207 current narrowment now. The anchor position for `topmost-intro'
7208 is affected by this, but it was so bogus it was basically useless
7209 before, and now it's equally bogus but in a slightly different way.
7210
7211 (c-narrow-out-enclosing-class): Gone.
7212
7213 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
7214 the narrowed region.
7215
7216 (c-least-enclosing-brace): Remove silly optional argument.
7217
7218 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
7219 the point could be left directly after an open paren when finding
7220 the beginning of the first decl in the block.
7221
7222 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
7223 Specify which submatch to use.
7224
7225 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
7226
7227 (c-decl-start-re): No longer any need for special treatment of
7228 ObjC due to the above.
7229
7230 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
7231 presumably follows C in that regard.
7232
7233 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
7234 New language constants to specify operator tokens inside
7235 identifiers in a more high level way.
7236
7237 (c-opt-identifier-prefix-key): New internal language constant.
7238
7239 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
7240 (c-identifier-start, c-identifier-key): Now completely calculated
7241 from other constants.
7242
7243 (c-identifier-last-sym-match): Decommission since it's no longer used.
7244
7245 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
7246
7247 * progmodes/cc-engine.el (c-forward-name): Remove the
7248 optimization when c-identifier-key is equal to c-symbol-key since
7249 it doesn't work in byte compiled files. Don't record empty
7250 regions as identifiers.
7251
7252 * progmodes/cc-langs.el (c-filter-ops): New helper function to
7253 simplify access to `c-operators' and its likes.
7254
7255 (c-operator-list, c-all-op-syntax-tokens)
7256 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
7257 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
7258 (c-primary-expr-regexp, c-cast-parens): Use it.
7259
7260 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
7261 an explicit language in functions.
7262
7263 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
7264 variant of adornment.
7265
7266 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
7267 variable.
7268
7269 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
7270 the Pike value.
7271
7272 * progmodes/cc-engine.el (c-on-identifier)
7273 (c-simple-skip-symbol-backward): Small fix for handling "-"
7274 correctly in `skip-chars-backward'. Affected the operator lfun
7275 syntax in Pike.
7276
7277 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
7278 diagnostic message about precompiled language vars not being used.
7279
7280 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
7281 "__attribute__" is followed by a parenthesis.
7282
7283 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
7284 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
7285 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
7286
7287 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
7288 Internal cleanups to properly detect the declared identifiers in
7289 various declarations.
7290
7291 (c-decl-start-kwds): New language constant to recognize
7292 declarations that can start anywhere. Used for class declarations
7293 in Pike.
7294
7295 (c-specifier-key, c-not-decl-init-keywords)
7296 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
7297 (c-find-decl-spots): Implement `c-decl-start-kwds'.
7298
7299 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
7300 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
7301 handling of the compiler specific extension keywords into a new
7302 language constant `c-decl-hangon-kwds' that defines keyword
7303 clauses to be ignored in declarations.
7304
7305 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
7306 past unrecognized tokens when handling `c-colon-type-list-kwds'.
7307 Necessary to stop at the declared identifier in e.g. IDL valuetype
7308 declarations.
7309
7310 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
7311 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
7312 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
7313 (c-forward-decl-or-cast-1): Recognize the declared identifier in
7314 class and enum declarations as such and not as part of the type.
7315
7316 (c-forward-decl-or-cast-1, c-forward-label): Relax the
7317 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
7318
7319 (c-forward-decl-or-cast-1): Don't disregard sure signs of
7320 declarations when there's some syntax error later on.
7321
7322 (c-complex-decl-matchers): Did away with a reference to
7323 `c-specifier-key'.
7324
7325 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
7326 value - this variable is always dynamically bound.
7327
7328 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
7329 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
7330 * cc-cmds.el, cc-defs.el: Change the policy for marking up
7331 functions that might do hidden buffer changes: All such internal
7332 functions are now marked instead of those that don't.
7333
7334 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
7335 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
7336 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
7337 (c-literal-type): Allow these functions to make hidden buffer changes,
7338 so that they are free to use text property caching later on.
7339
7340 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
7341 (c-electric-brace, c-electric-slash, c-electric-star)
7342 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
7343 (c-electric-paren, c-electric-continued-statement, c-indent-command)
7344 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
7345 (c-context-line-break): Add `c-save-buffer-state' calls to comply
7346 with the changed semantics of the functions above.
7347
7348 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
7349 when macros occur in obscure places. Optimized the sexp movement
7350 a bit.
7351
7352 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7353
7354 Enhancements for c-beginning-of-statement to work in AWK Mode:
7355
7356 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
7357 (completed statement) with `}' (statement completed by closing
7358 brace or semicolon) and `$' (statement completed by EOL).
7359
7360 (c-awk-virtual-semicolon-ends-prev-line-p)
7361 (c-awk-virtual-semicolon-ends-line-p)
7362 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
7363 (c-awk-at-statement-end-p): New functions.
7364
7365 * progmodes/cc-cmds.el: Simplify the structure of functions
7366 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
7367 two functions and c-beginning-of-statement to handle AWK Mode.
7368
7369 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
7370 c-backward-single-comment for AWK mode. Attempt to clarify their
7371 doc-strings.
7372
7373 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
7374
7375 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7376
7377 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
7378 label handling. Labels are now recognized in a uniform and more
7379 robust way, regardless of context. Text properties are put on all
7380 labels to recognize the following declarations better.
7381 Multiword labels are handled both in indentation and fontification for
7382 the benefit of language extensions like Qt. For consistency, keywords
7383 in labels are now fontified with the label face instead.
7384 That also applies to "case" and "default".
7385
7386 (c-beginning-of-statement-1): Fix some bugs in the label
7387 handling. Disregard `c-nonlabel-token-key' in labels that begin
7388 with `c-label-kwds'.
7389
7390 (c-find-decl-spots): Support that the callback adds more
7391 `c-decl-end' spots to find.
7392
7393 (c-forward-decl-or-cast-1): Don't treat a list of plain
7394 identifiers followed by a colon as a declaration.
7395
7396 (c-forward-label): New function to recognize labels.
7397
7398 (c-guess-basic-syntax): Replace uses of `c-label-key' with
7399 `c-forward-label'. Moved the label recognition cases (14 and 15)
7400 earlier since they aren't so context sensitive now. Handle labels
7401 on the top level gracefully. Moved access label recognition to
7402 the generic label case (CASE 15) - removed CASE 5E.
7403
7404 (c-font-lock-declarations): Add recognition of labels in the
7405 same round since we need to handle labels in parallell with other
7406 declarations to recognize both accurately. It should also improve
7407 speed.
7408
7409 (c-simple-decl-matchers, c-basic-matchers-after):
7410 Move `c-font-lock-labels' so that it only is used on decoration level 2
7411 since `c-font-lock-declarations' handles it otherwise.
7412
7413 (c-complex-decl-matchers): Remove the simplistic recognition of
7414 access labels.
7415
7416 (c-decl-prefix-re): Remove the kludges that was necessary to cope
7417 with labels earlier.
7418
7419 (c-decl-start-re): New language variable to make
7420 `c-font-lock-declarations' stop for the special protection labels
7421 in Objective-C that start with `@'.
7422
7423 (c-label-key): Remove since it's no longer used.
7424
7425 (c-recognize-colon-labels, c-label-prefix-re): New language
7426 constants to support recognition of generic colon-terminated labels.
7427
7428 (c-type-decl-end-used): `c-decl-end' is now used whenever there
7429 are colon terminated labels.
7430
7431 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
7432 first argument starts with a special brace list.
7433
7434 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
7435 (c-font-lock-declarations): Break out the declaration and cast
7436 recognition from `c-font-lock-declarations' to a new function, so
7437 that it can be used in the indentation engine.
7438
7439 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
7440 up to the start of the literal. Fixed bug with the point on the
7441 wrong side of the search limit that could happen when the start
7442 position is inside a literal.
7443
7444 * progmodes/cc-engine.el (c-parse-state)
7445 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
7446 so that it's kept a little bit back to increase the hit rate.
7447
7448 (c-parse-state): Change the macro handling and fixed some
7449 glitches. Macro context is checked more often than necessary now,
7450 but otoh less garbage conses are generated.
7451
7452 * progmodes/cc-engine.el (c-parse-state)
7453 (c-invalidate-state-cache): Cache the last position where
7454 `c-state-cache' applies. This can speed up refontification quite
7455 a bit in blocks where there are many non-brace parens before the point.
7456
7457 (c-state-cache-end): New variable for this.
7458
7459 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
7460 cache variable.
7461
7462 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
7463 get close initial continue positions when the start position is
7464 inside a literal or macro. Do not call the callback for spots
7465 before the start position (which can happen e.g. for `c-decl-end'
7466 spots inside comments). Optimize better in special cases when the
7467 region is a single line inside a literal or macro (typically when
7468 the current line is refontified).
7469
7470 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
7471 to `c-add-stmt-syntax' - there's no need to explicitly whack off
7472 entries from the paren state.
7473
7474 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
7475 special case for "else if" clauses.
7476
7477 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
7478 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
7479
7480 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
7481 New language variable to recognize the gcc extension with statement
7482 blocks inside expressions.
7483
7484 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
7485 it somewhat more comprehensible. The argument AT-BLOCK-START is
7486 no longer used and hence removed.
7487
7488 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
7489 to `c-add-stmt-syntax'.
7490
7491 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
7492 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
7493 This fixes bogus label recognition.
7494
7495 * progmodes/cc-engine.el (c-add-type, c-check-type)
7496 (c-forward-name, c-forward-type): Improve storage of template
7497 types in `c-found-types' so that they can be recognized better.
7498
7499 (c-syntactic-content): Add option to skip past nested parens.
7500
7501 * progmodes/cc-engine.el (c-forward-name):
7502 Set `c-last-identifier-range' all the time. It's less work that way.
7503 Handle that there might not be an identifier to store in
7504 `c-last-identifier-range'.
7505
7506 (c-forward-type): Handle that `c-last-identifier-range' might be
7507 nil from `c-forward-name'.
7508
7509 * progmodes/cc-defs.el (c-safe-scan-lists)
7510 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
7511
7512 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
7513 to work even if the form fails.
7514
7515 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
7516 down in a large file in one go.
7517
7518 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
7519
7520 * progmodes/cc-align.el (c-lineup-assignments): New lineup
7521 function which is like `c-lineup-math' but returns nil instead of
7522 `c-basic-offset' when it doesn't match.
7523
7524 (c-lineup-math): Change to use `c-lineup-assignments'.
7525
7526 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7527
7528 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
7529 c-beginning-of-statement. New subfunctions
7530 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
7531
7532 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7533
7534 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
7535 hardcoded char classes whereever possible. Changed a couple of
7536 places to use skip by syntax instead of skip by char class.
7537
7538 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
7539 Fix a bug in the regexp that caused extreme backtracking.
7540
7541 * progmodes/cc-langs.el (c-block-comment-starter)
7542 (c-block-comment-ender): New language constants to specify in a
7543 single place how block comments look.
7544
7545 (c-comment-start-regexp, c-block-comment-start-regexp)
7546 (comment-start, comment-end, comment-start-skip)
7547 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
7548 (c-syntactic-ws, c-nonempty-syntactic-ws)
7549 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
7550 `c-line-comment-starter', `c-block-comment-starter' and
7551 `c-block-comment-ender'.
7552
7553 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
7554 New language constants to break up things a bit.
7555
7556 (c-simple-ws): New language constant for simple whitespace.
7557
7558 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
7559
7560 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
7561 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
7562 newlines. Allow and ignore nil elements in the list.
7563
7564 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7565
7566 * progmodes/cc-cmds.el: Comment out a (n almost certainly
7567 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
7568
7569 * progmodes/cc-cmds.el: Tidy up the comments in
7570 c-beginning-of-statement and subfunctions.
7571
7572 * progmodes/cc-awk.el: Replace calls to put-text-property to the
7573 more flexible c-put-char-property and c-clear-char-properties.
7574 Add the author's email address.
7575
7576 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
7577
7578 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
7579 closing "*/" of a block comment.
7580
7581 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
7582 subfunctions) so that it works at BOB and EOB.
7583
7584 * progmodes/cc-cmds.el, cc-vars.el: More updating of
7585 c-beginning-of-statement, including new variable
7586 c-block-comment-start-regexp.
7587
7588 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7589
7590 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
7591 symbols from `*-font-lock-extra-types' so that there's no need to
7592 use `regexp-opt' on those lists.
7593
7594 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
7595 `c-type-modifier-kwds' is empty.
7596
7597 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
7598 there are several strings on the same line.
7599
7600 * progmodes/cc-engine.el (c-literal-limits): Remove the
7601 compatibility function for older emacsen. `c-literal-limits-fast'
7602 has now taken the place of this function.
7603
7604 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
7605 with older emacsen: We now require `pps-extended-state'.
7606
7607 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7608
7609 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
7610 which obviates the need to hack sentence-end. This now handles
7611 escaped newlines in strings correctly. Correct minor bugs in
7612 c-move-over-sentence and in c-beginning-of-statement.
7613
7614 * progmodes/cc-cmds.el (c-beginning-of-statement (and
7615 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
7616 that movement over macros and code are rigorously separated from
7617 eachother. Correct a few incidental bugs.
7618
7619 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
7620 Improve its doc-string. Improve the handling of certain specific cases.
7621
7622 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7623
7624 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
7625 (c-guess-basic-syntax): Change the way class-level labels are
7626 recognized; they can now contain essentially any symbols.
7627
7628 (c-opt-extra-label-key): New language variable to cope with the
7629 special protection label syntax in Objective-C.
7630
7631 (c-opt-access-key): Remove; this is now handled better by
7632 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
7633
7634 (c-complex-decl-matchers): Update to handle that
7635 `c-opt-access-key' no longer exists.
7636
7637 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
7638 improved label recognition in `c-beginning-of-statement-1'.
7639
7640 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
7641 Recognize bitfields better.
7642
7643 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
7644 Remove some cruft and fixed a bug that could cause it to go to a
7645 position further down.
7646
7647 * progmodes/cc-langs.el, cc-engine.el
7648 (c-beginning-of-statement-1): Improve detection of labels in
7649 declaration contexts.
7650
7651 (c-beginning-of-decl-1): Use it.
7652
7653 (c-nonlabel-token-key): New language constant and variable needed
7654 by `c-beginning-of-statement-1'.
7655
7656 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
7657 manifested itself due to the correction in `c-forward-sexp'.
7658
7659 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
7660 Make these behave as documented when used at the buffer limits.
7661
7662 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
7663 (c-type-decl-end-used): Made this a language variable.
7664
7665 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
7666 correctly when `combine-after-change-calls' is used together with
7667 temporary narrowings.
7668
7669 * progmodes/cc-engine.el (c-beginning-of-statement-1):
7670 Report labels correctly when the start point is immediately after the
7671 colon.
7672
7673 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
7674 Remove since it isn't used anymore.
7675
7676 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
7677 bracket arglists such as template parens in C++.
7678
7679 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
7680 in the last check-in. Some optimization.
7681
7682 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
7683 where it could stop at the same level in a preceding sexp when
7684 PAREN-LEVEL is set.
7685
7686 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
7687 text property lookup only when it's needed.
7688
7689 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
7690 Change the policy for paren marked angle brackets to be more
7691 persistent; once marked they remain marked even when they're found
7692 to be unbalanced in the searched region. This should keep the
7693 paren syntax around even when individual lines are refontified in
7694 multiline template arglists.
7695
7696 (c-parse-and-markup-<>-arglists): New dynamically bound variable
7697 to control markup so that incorrect angle bracket arglists aren't
7698 marked in contexts where the correct value for
7699 `c-disallow-comma-in-<>-arglists' isn't known.
7700
7701 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
7702 argument has become `c-parse-and-markup-<>-arglists'.
7703
7704 (c-remove-<>-arglist-properties): Remove - no longer used.
7705
7706 (c-after-change-check-<>-operators): New function used on
7707 `after-change-functions' to avoid that "<" and ">" characters that
7708 are part of longer operators have paren syntax.
7709
7710 (c-<>-multichar-token-regexp): New language variable used by
7711 `c-after-change-check-<>-operators'.
7712
7713 (c-after-change): Call `c-after-change-check-<>-operators'.
7714
7715 (c-font-lock-<>-arglists): Use the context properties set by
7716 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
7717 correctly to avoid doing invalid markup.
7718
7719 (c-font-lock-declarations): Remove code that undoes the invalid
7720 markup done by `c-font-lock-<>-arglists'.
7721
7722 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
7723 after `c-font-lock-declarations'.
7724
7725 * progmodes/cc-engine.el (c-syntactic-skip-backward):
7726 Add paren-level feature.
7727
7728 (c-guess-basic-syntax): Improve the anchor position for
7729 `template-args-cont' in nested template arglists. There's still
7730 much to be desired in this area, though.
7731
7732 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7733
7734 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
7735 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
7736
7737 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7738
7739 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
7740 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
7741
7742 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
7743 it doesn't work no longer are supported.
7744
7745 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
7746 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
7747 requires support for the syntax-table' text property, which rules
7748 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
7749 cruft associated with those versions.
7750
7751 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
7752 for the `syntax-table' text property, which rules out Emacs 19 and
7753 XEmacs < 21.4. Removed various compatibility cruft associated
7754 with those versions.
7755
7756 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
7757 support for the `syntax-table' text property.
7758
7759 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
7760 variable and use an extra quoted face name instead. All the
7761 emacsen flavors handle that correctly.
7762
7763 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
7764 (c-font-lock-declarators, c-font-lock-declarations)
7765 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
7766 property to mark the items in in declarator lists to handle
7767 refontification inside multiline declarations better.
7768
7769 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
7770 construct like "a * b = c;" as a declaration.
7771
7772 2005-12-08 Kim F. Storm <storm@cua.dk>
7773
7774 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
7775 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
7776 select either meta, hyper, or super modifier for rectangle commands.
7777 (cua--rectangle-modifier-key): New defvar.
7778 (cua--M/H-key): Use it. Remove special case for `space'.
7779 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
7780 on X, to meta otherwise. Always bind C-return to toggle
7781 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
7782
7783 * emulation/cua-rect.el (cua-help-for-rectangle):
7784 Use cua--rectangle-modifier-key. Handle super modifier too.
7785 (cua--init-rectangles): Always bind C-return to toggle rectangle.
7786 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
7787
7788 * ido.el: Move Acknowledgements and History after Commentary.
7789 Minor changes to Commentary.
7790
7791 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
7792 keymap if cua--prefix-override-timer is `shift'.
7793 (cua--shift-control-prefix): New function; emulate "type prefix
7794 key twice" functionality to handle shifted prefix key override.
7795 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
7796 New commands.
7797 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
7798
7799 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
7800
7801 * textmodes/org.el (org-insert-heading): Try to do items before
7802 headings.
7803 (org-agenda-mode): Quote `org-agenda-mode-hook'.
7804 (org-insert-item): New function.
7805 (org-renumber-ordered-list): Don't skip to higher level lists.
7806
7807 2005-12-08 Juri Linkov <juri@jurta.org>
7808
7809 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
7810
7811 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
7812
7813 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
7814
7815 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
7816 the constructed function name fun-1.
7817
7818 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
7819 because such links don't lead to parent documentation.
7820
7821 2005-12-08 Kenichi Handa <handa@m17n.org>
7822
7823 * descr-text.el (describe-char): Use *Help-2* buffer if the
7824 current buffer is *Help*. Call describe-text-properties while
7825 setting the original buffer.
7826
7827 2005-12-07 Bill Wohler <wohler@newt.com>
7828
7829 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
7830 and causes problems with non-MH users (such as Gnus users).
7831
7832 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
7833
7834 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
7835 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
7836 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
7837 command "info sources". Move calls to GDB command "list".
7838 (gdb-find-file-hook): Just use gdb-source-file-list.
7839 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
7840 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
7841 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
7842 (gdb-data-list-register-values-handler): Use correct trigger name.
7843
7844 2005-12-07 Kim F. Storm <storm@cua.dk>
7845
7846 * ido.el (ido-completion-map): Rename from ido-mode-map.
7847 (ido-common-completion-map, ido-file-completion-map)
7848 (ido-file-dir-completion-map, ido-buffer-completion-map):
7849 Rename from ido-mode-....-map.
7850 (ido-init-completion-maps): Rename from ido-init-mode-maps.
7851 (ido-setup-completion-map): Rename from ido-define-mode-map.
7852 (ido-read-internal): Bind minibuffer-local-filename-completion-map
7853 to ido-completion-map.
7854
7855 2005-12-07 Kenichi Handa <handa@m17n.org>
7856
7857 * international/mule-cmds.el
7858 (set-display-table-and-terminal-coding-system): If the coding
7859 system specified in `unibyte-display' property is different from
7860 the arg coding-system, don't setup standard-display-table.
7861
7862 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
7863
7864 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
7865 that comments end at \n, regardless of selective-display.
7866
7867 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
7868
7869 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
7870 (gdb-version): New variables.
7871 (gdb-source-file-list, gdb-register-names)
7872 (gdb-changed-registers): New variables for use with GDB 6.4+.
7873 (gdb-ann3): Replace with...
7874 (gdb-init-1, gdb-init-2): ...two new functions.
7875 (gdba, gdb-prompt): Call gdb-init-1.
7876 (gdb-get-version): New function. Call gdb-init-2 from here.
7877 (gud-watch): Make it work with mouse events too.
7878 (gdb-post-prompt): Don't add to queue until GDB version is known.
7879 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
7880 (gdb-locals-mode): Use gdb-version.
7881 (gdb-memory-format-map, gdb-memory-unit-map)
7882 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
7883 (gdb-locals-font-lock-keywords-1)
7884 (gdb-locals-font-lock-keywords-2): New variables.
7885 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
7886 (gdb-set-gud-minor-mode-existing-buffers-1)
7887 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
7888 (gdb-var-update-1, gdb-var-update-handler-1)
7889 (gdb-data-list-register-values-handler)
7890 (gdb-data-list-register-values-custom)
7891 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
7892 (gdb-stack-list-locals-handler, gdb-get-register-names):
7893 New functions for use with GDB 6.4+.
7894 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
7895 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
7896 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
7897 (gdb-stack-list-locals-regexp)
7898 (gdb-data-list-register-names-regexp): New regexps for use with
7899 GDB 6.4+.
7900
7901 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
7902
7903 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
7904
7905 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
7906
7907 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
7908 prompts work for AUTH PLAIN. Also reported by Steve Allan
7909 <seallan@verizon.net>.
7910
7911 2005-12-06 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
7912
7913 * frame.el (set-frame-parameter): Add doc string.
7914
7915 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
7916
7917 * textmodes/org.el (org-occur-highlights): New variable.
7918 (org-highlight-new-match, org-remove-occur-highlights): New functions.
7919 (org-highlight-sparse-tree-matches): New option.
7920 (org-do-occur): New function.
7921 (org-get-heading): Make it work also at beginning of line.
7922 (org-category-table): New variable.
7923 (org-get-category-table, org-get-category)
7924 (org-camel-to-words, org-link-search): New functions.
7925 (org-select-this-todo-keyword): New variable.
7926 (org-todo-list): New command.
7927 (org-shiftright, org-shiftleft): New commands.
7928 (org-agenda-todo): Add prefix argument.
7929 (org-show-hierarchy-above): New option.
7930 (org-show-todo-tree): Numerical prefix creates tree for specific
7931 TODO keyword.
7932 (org-outline-level): New function, to assign a level to plain
7933 lists items.
7934 (org-cycle-include-plain-lists): New option.
7935 (org-mode): Use `org-outline-level' as value of `outline-level'.
7936 (org-cycle): Temporarily switch `outline-regexp' if
7937 `org-cycle-include-plain-lists' is non-nil.
7938 (org-start-icalendar-file): Fix format bug.
7939 (org-agenda-get-day-entries): Create category table.
7940 (org-agenda-get-todos, org-agenda-get-timestamps)
7941 (org-agenda-get-deadlines, org-agenda-get-scheduled)
7942 (org-agenda-get-blocks): Use `org-get-category'.
7943 (org-context-in-file-links): Rename from
7944 `org-line-numbers-in-file-links'.
7945
7946 2005-12-06 Romain Francoise <romain@orebokech.com>
7947
7948 * window.el (balance-windows): Delete extraneous third arg in call
7949 to `enlarge-window'.
7950
7951 2005-12-06 Kenichi Handa <handa@m17n.org>
7952
7953 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
7954
7955 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
7956
7957 * progmodes/gdb-ui.el (gdb-var-create-handler)
7958 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
7959 (gdb-var-list-children-handler, gdb-var-update-handler):
7960 Current buffer is already gdb-partial-output-buffer, don't
7961 make it current again.
7962
7963 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
7964
7965 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
7966 (list-buffers-noselect): Use it.
7967
7968 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
7969
7970 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
7971 (mail-yank-ignored-headers): Use regexp-opt.
7972 (mail-mode-map): Move initialization into declaration.
7973 (mail-sent-via): Remove unused shadowed var `to-line'.
7974 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
7975 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
7976 (mail-do-fcc): Use dolist and push.
7977 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
7978 (mail-yank-ignored-headers): Don't autoload.
7979
7980 2005-12-05 Kenichi Handa <handa@m17n.org>
7981
7982 * international/mule-cmds.el (set-language-info-internal): New fun.
7983 (set-language-info): Call set-language-info-internal to update
7984 language-info-alist. If LANG-ENV is the current one, call
7985 set-language-environment to make INFO effective now.
7986 (set-language-info-alist): Likewise.
7987 (locale-language-names): With locale "en", use English
7988 lang. env. but set the default codings to iso-8859-1.
7989
7990 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
7991
7992 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
7993 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
7994 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
7995 for plain strings.
7996 (gdb-frames-mode): Remove redundant call to font-lock-mode.
7997 (gdb-all-registers): Rename from toggle-gdb-all-registers.
7998 Create registers buffer if necessary. Echo new state in minibuffer.
7999 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
8000
8001 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
8002
8003 * info.el (Info-fontify-node): Match external links using
8004 non-directory part of filename.
8005
8006 2005-12-04 Juri Linkov <juri@jurta.org>
8007
8008 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
8009 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
8010 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
8011 because there is no customization option for it.
8012
8013 * font-lock.el (lisp-font-lock-keywords-1):
8014 Add define-global-minor-mode.
8015
8016 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
8017
8018 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
8019 properties on the constructed variable names.
8020
8021 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
8022 Put `definition-name' properties on the constructed function names
8023 next-sym and prev-sym.
8024
8025 * emacs-lisp/find-func.el (find-function-regexp):
8026 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
8027 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
8028 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
8029 and easy-menu-define.
8030
8031 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
8032 easy-mmode-define-global-mode and define-global-minor-mode.
8033 (lisp-imenu-generic-expression): Add define-global-minor-mode.
8034
8035 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
8036 instead of easy-mmode-define-global-mode.
8037
8038 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
8039 Use define-minor-mode instead of easy-mmode-define-minor-mode.
8040
8041 * cus-edit.el (customize-group, customize-group-other-window):
8042 Filter out autoloaded options from the group completion list by
8043 using heuristics that autoloaded groups don't have `custom-autoload'
8044 property on their symbols (they have only `custom-loads').
8045
8046 * simple.el (completion-setup-function): Put completions-common-part
8047 face on complete completion string too (i.e. completion string
8048 without completions-first-difference face).
8049
8050 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
8051
8052 2005-12-03 Eli Zaretskii <eliz@gnu.org>
8053
8054 * view.el (view-mode): Doc fix.
8055
8056 * disp-table.el (standard-display-european): Add to the warning
8057 message a reference to the doc string.
8058
8059 * play/yow.el (apropos-zippy): Call print-help-return-message,
8060 similar to other Help and Apropos commands.
8061
8062 * help.el (print-help-return-message): If pop-up-frames is
8063 non-nil, set up help-return-method to delete the help window and,
8064 possibly, its frame as well, and don't display message about
8065 scrolling the help window. Doc fix.
8066 (help-return-method): Doc fix.
8067
8068 2005-12-03 Martin Rudalics <rudalics@gmx.at>
8069
8070 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
8071 whereby names of length one or names starting with a
8072 symbol-constituent character would not be returned.
8073
8074 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
8075
8076 * subr.el (atomic-change-group): Add edebug and indentation spec.
8077
8078 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
8079
8080 * completion.el (save-completions-file-name): Fix typo in last change.
8081
8082 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8083
8084 * info.el: Move back/forward history to the beginning of the tool bar.
8085
8086 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
8087
8088 * allout.el (eval-when-compile): Remove unnecessary load of cl.
8089 Add fset of allout-real-isearch-abort during compile to fix
8090 byte-compilation warnings.
8091 (allout-mode-p): Move definition of this macro above all uses, or
8092 byte compilation in barren emacs (eg, during emacs build) will
8093 lack the definition.
8094 (allout-mode): Move this variable above any uses, or byte
8095 compilation will fail.
8096 (allout-resolve-xref): Remove use of personal file-reference function.
8097 (allout-toggle-current-subtree-encryption): Do the current (ie,
8098 visible containing) topic, rather than nearest around point. Doc fix.
8099 (allout-toggle-subtree-encryption): New function, workhorse that
8100 works on nearest topic containing point.
8101 (allout-encrypt-string): Signal requirement for newer version of pgg.
8102 (allout-resumptions): Doc fix.
8103
8104 2005-12-02 Eli Zaretskii <eliz@gnu.org>
8105
8106 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
8107
8108 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
8109
8110 * textmodes/flyspell.el (flyspell-external-point-words):
8111 Consider a misspelling as found in the string search if: (a) misspelling
8112 and found string lengths match, or (b) misspelling is found as
8113 element in a boundary-chars separated longer string, or (c)
8114 ispell-program-name is really ispell and misspelling is found as
8115 part of a TeX string. After successful match move beginning of
8116 search region to end of match. Warn about not found misspellings
8117 once the process is done.
8118 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
8119
8120 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
8121
8122 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
8123 tool bar (removed inadvertently).
8124
8125 2005-12-02 Juri Linkov <juri@jurta.org>
8126
8127 * log-view.el (log-view-diff): Clarify doc string.
8128
8129 2005-12-01 Bill Wohler <wohler@newt.com>
8130
8131 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
8132 triggers lm-verify errors.
8133
8134 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
8135
8136 * simple.el (transient-mark-mode, line-number-mode)
8137 (column-number-mode, size-indication-mode): Remove `:require nil'.
8138
8139 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
8140
8141 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
8142 in the margin also.
8143 (gdb-breakpoints-mode-map): Use D instead of d for
8144 gdb-delete-breakpoint.
8145 (gdb-get-frame-number): Require a number to match on.
8146 (gdb-threads-mode-map): Add follow-link binding.
8147
8148 2005-11-30 Jason Rumney <jasonr@gnu.org>
8149
8150 * isearch.el (isearch-mode-map): Avoid exiting search on
8151 language-change event.
8152
8153 2005-11-30 Romain Francoise <romain@orebokech.com>
8154
8155 * speedbar.el (speedbar-default-position): New defcustom.
8156 (speedbar-frame-reposition-smartly): Use it.
8157
8158 * dframe.el (dframe-reposition-frame-emacs): Fix position
8159 computation for `left' location.
8160 Update copyright year.
8161
8162 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
8163
8164 * help.el (help-map): Move initialization into declaration.
8165
8166 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
8167
8168 * help-fns.el (help-argument-name): Don't autoload.
8169 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
8170 to be re-loaded when customizing the `help' group.
8171
8172 2005-11-30 John Paul Wallington <jpw@gnu.org>
8173
8174 * help-fns.el (describe-function-1): Fill arglist output.
8175
8176 2005-11-30 Kim F. Storm <storm@cua.dk>
8177
8178 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
8179 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
8180 after revert-buffer (or anything else which kills all local variables).
8181
8182 * apropos.el (apropos-parse-pattern): Doc fix.
8183 Set apropos-regexp directly, rather than expecting callers to do so.
8184 (apropos-command, apropos, apropos-value, apropos-documentation):
8185 Simplify calls to apropos-parse-pattern.
8186
8187 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
8188
8189 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
8190 (hi-lock-face-phrase-buffer): Use hi-yellow face.
8191 (hi-lock-write-interactive-patterns): Use comment-region.
8192
8193 * longlines.el (longlines-mode): Add mail-setup-hook.
8194
8195 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
8196
8197 * simple.el (sendmail-user-agent-compose, next-line):
8198 Conditionally use hard-newline.
8199
8200 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
8201
8202 * international/latexenc.el (latex-inputenc-coding-alist):
8203 Reword doc string.
8204
8205 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
8206
8207 * help.el (describe-key-briefly, describe-key): Recognize default
8208 bindings.
8209
8210 2005-11-29 Romain Francoise <romain@orebokech.com>
8211
8212 * view.el (view-inhibit-help-message): New defcustom.
8213 (view-mode-enter): Use it.
8214
8215 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
8216
8217 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
8218 Preserve user position.
8219
8220 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
8221
8222 * font-lock.el: Throw error if facemenu is not loaded to prevent
8223 accidental change of loading order in loadup.el. (Suggested by RMS.)
8224
8225 * loadup.el: Add comment explaining why facemenu must be loaded
8226 before font-lock.
8227
8228 2005-11-28 Jay Belanger <belanger@truman.edu>
8229
8230 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
8231 (calc-dispatch-map): Add more keys for `calc-same-interface'.
8232
8233 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
8234
8235 * calc/calc-embed.el (calc-do-embedded): Update help message.
8236
8237 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
8238
8239 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
8240
8241 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
8242
8243 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
8244 called-interactively-p.
8245 (elp-profilable-p): Rename from elp-not-profilable-p.
8246 Invert result and take into account macros and autoloaded functions.
8247 (elp-instrument-function): Update call.
8248 (elp-instrument-package): Update call. Add completion.
8249 (elp-pack-number): Use match-string.
8250 (elp-results-jump-to-definition-by-mouse): Merge into
8251 elp-results-jump-to-definition and then remove.
8252 (elp-output-insert-symname): Make help echo text single-line.
8253
8254 * replace.el (query-replace-map): Move initialization into declaration.
8255 (occur-engine): Use with-current-buffer.
8256 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
8257 (occur-mode-mouse-goto): Replace with an alias.
8258
8259 2005-11-28 Juri Linkov <juri@jurta.org>
8260
8261 * simple.el (quoted-insert): Let-bind input-method-function to nil.
8262
8263 * term/w32-win.el: Bind [S-tab] to [backtab].
8264
8265 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
8266 `Info-find-file' to t.
8267
8268 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
8269 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
8270 and same-window-regexps.
8271 (occur-next-error): Don't move point for arg 0.
8272
8273 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
8274
8275 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
8276
8277 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
8278
8279 * log-edit.el (log-edit-changelog-use-first): New var.
8280 (log-edit-changelog-ours-p): Use it.
8281 (log-edit-insert-changelog): Set it with new arg `use-first'.
8282 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
8283 (log-edit-hook): Add them to the list of suggested options.
8284
8285 * textmodes/flyspell.el (flyspell-last-buffer): New var.
8286 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
8287 redundant work.
8288 (flyspell-mode-on): Use add-hook for after-change-functions.
8289 (flyspell-mode-off): Use remove-hook for after-change-functions.
8290 (flyspell-changes): Make it buffer-local.
8291 (flyspell-after-change-function): Make it non-interactive. Use push.
8292 (flyspell-post-command-hook): Check input-pending-p while processing
8293 the potentially long list of buffer changes.
8294
8295 2005-11-28 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
8296
8297 * buff-menu.el (list-buffers-noselect): Display the selected
8298 frame's buffer list, not the global one.
8299
8300 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
8301
8302 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
8303 that (list last-input-event) works as in interactive spec.
8304
8305 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
8306
8307 * loadup.el ("facemenu"): Load facemenu before font-lock, because
8308 `facemenu-keymap' needs to be defined when font-lock is loaded.
8309 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
8310
8311 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
8312
8313 * completion.el: Remove useless leading * in defcustom docstrings.
8314 (save-completions-file-name): Use ~/.emacs.d if available.
8315 (completion-standard-syntax-table): Rename from
8316 cmpl-standard-syntax-table and fold initialization into declaration,
8317 thus removing cmpl-make-standard-completion-syntax-table.
8318 (completion-lisp-syntax-table, completion-c-syntax-table)
8319 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
8320 (cmpl-saved-syntax, cmpl-saved-point): Remove.
8321 (symbol-under-point, symbol-before-point)
8322 (symbol-under-or-before-point, symbol-before-point-for-complete)
8323 (add-completions-from-c-buffer): Use with-syntax-table.
8324 (make-completion): Don't return a list of completion entries.
8325 Update callers.
8326 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
8327 (completion-initialize): Rename from initialize-completions.
8328 (completion-find-file-hook): Rename from cmpl-find-file-hook.
8329 (kill-emacs-save-completions): Collect stats here.
8330 (save-completions-to-file, load-completions-from-file):
8331 Use with-current-buffer.
8332 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
8333 into a function. Move all calls to toplevel.
8334 (completion-lisp-mode-hook): New fun.
8335 (completion-c-mode-hook, completion-setup-fortran-mode):
8336 Set the syntax-table here. Use local-set-key.
8337 (completion-saved-bindings): New var.
8338 (dynamic-completion-mode): Make it into a proper minor mode.
8339 (load-completions-from-file): Remove unused var `num-uses'.
8340
8341 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
8342 constructor if it is explicitly overridden.
8343
8344 * complete.el (PC-completion-as-file-name-predicate):
8345 Use minibuffer-completing-file-name.
8346 (partial-completion-mode): Use find-file-not-found-functions.
8347 (PC-lisp-complete-symbol): Use with-syntax-table.
8348 (PC-look-for-include-file): Remove dead setq.
8349 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
8350 (PC-complete): Use with-current-buffer.
8351
8352 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
8353 escape single quotes.
8354
8355 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
8356
8357 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
8358 of `if' whose condition always returned nil. Doc fix.
8359
8360 * buff-menu.el (Buffer-menu-revert-function): Make the selected
8361 window's buffer the current buffer around the call to
8362 `list-buffers-noselect'. This is necessary to mark that buffer
8363 with a `.' in the Buffer Menu when called from Lisp, for instance
8364 by Auto Revert Mode.
8365
8366 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
8367
8368 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
8369 attaching to it.
8370 (gdb-pre-prompt): Make sure gdb-error is reset.
8371
8372 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
8373 with a child process, detect it.
8374 (gud-speedbar-buttons): Match regexp more carefully.
8375
8376 2005-11-27 Richard M. Stallman <rms@gnu.org>
8377
8378 * mouse.el (mouse-drag-move-window-bottom):
8379 Use adjust-window-trailing-edge.
8380
8381 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
8382
8383 * simple.el (blink-matching-open): Ignore
8384 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
8385 (blink-matching-paren-on-screen): Update docstring.
8386
8387 * paren.el (show-paren-mode): No longer change
8388 `blink-matching-paren-on-screen'.
8389
8390 2005-11-27 John Paul Wallington <jpw@pobox.com>
8391
8392 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
8393 (gdb-threads-select, gdb-edit-register-value):
8394 Use `posn-set-point' instead of `mouse-set-point' because the
8395 latter is not fbound when configured without X.
8396
8397 2005-11-27 Kim F. Storm <storm@cua.dk>
8398
8399 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
8400 existing face when partially highlighting a TAB in a rectangle.
8401
8402 2005-11-26 Kim F. Storm <storm@cua.dk>
8403
8404 * ido.el (ido-mode-map): Doc fix.
8405 (ido-mode-common-map, ido-mode-file-map)
8406 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
8407 (ido-define-mode-map): Rewrite. Select one of the new maps as
8408 parent for ido-mode-map instead of building from scratch.
8409 (ido-init-mode-maps): New defun to initialize new maps.
8410 (ido-mode): Call it.
8411 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
8412 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
8413
8414 2005-11-26 John Paul Wallington <jpw@pobox.com>
8415
8416 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
8417 `mouse-set-point' because the latter is not fbound when configured
8418 without X.
8419
8420 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
8421
8422 * files.el (file-relative-name): Doc fix.
8423
8424 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
8425
8426 * progmodes/octave-inf.el (inferior-octave-startup): Force a
8427 non-empty string for secondary prompt PS2.
8428
8429 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
8430
8431 * progmodes/compile.el (compilation-setup): Fix last change.
8432
8433 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
8434
8435 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
8436 (gdb-mouse-toggle-breakpoint-margin)
8437 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
8438 Add gdb-server-prefix to keep out of command history.
8439 (gdb-edit-register-value): New function.
8440 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
8441 (gdb-info-registers-custom): Use above map.
8442
8443 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
8444
8445 * custom.el (enable-theme): Signal error if argument is not a
8446 theme. Don't recalculate a face if it's not loaded yet.
8447
8448 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
8449 the `user' theme is in effect.
8450
8451 * info.el (Info-on-current-buffer): Record actual filename in
8452 Info-current-file, instead of t, or a fake filename if a non-file
8453 buffer. Make autoload.
8454 (Info-find-node, Info-revert-find-node): No need to check for
8455 Info-current-file nil.
8456 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
8457 Info-current-file is now never `t'.
8458 (Info-fontify-node): Many simplifications due to Info-current-file
8459 always being valid. Use Info-find-file to find node filename.
8460
8461 2005-11-25 David Kastrup <dak@gnu.org>
8462
8463 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
8464 new character, then delete" in order to preserve markers.
8465
8466 2005-11-25 David Ponce <david@dponce.com>
8467
8468 * recentf.el (recentf-arrange-by-rule): Handle a special
8469 `auto-mode-alist'-like "strip suffix" rule.
8470 (recentf-build-mode-rules): Handle second level auto-mode entries.
8471
8472 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
8473
8474 * viper-keym.el (viper-ESC-key): Use different values in terminal and
8475 window modes.
8476
8477 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
8478 jde-javadoc-checker-report-mode.
8479
8480 * ediff-wind (ediff-make-wide-display): Slight simplification.
8481
8482 * ediff.el (ediff-date): Change the date of last update.
8483
8484 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
8485
8486 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
8487 Use define-minor-mode, and make it a local mode. Turn on font-lock.
8488 (hi-lock-mode): New global minor mode.
8489 (turn-on-hi-lock-if-enabled): New function.
8490 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
8491 Change arguments to regexp and face instead of a font-lock pattern.
8492 Directly set face property, instead of refontifying.
8493 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
8494 (hi-lock-find-patterns): Use line-number-at-pos.
8495
8496 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
8497 arguments for hi-lock-set-pattern.
8498 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
8499 Call font-lock-fontify-buffer.
8500 (hi-lock-find-file-hook, hi-lock-current-line)
8501 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
8502
8503 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
8504 turned off.
8505
8506 * progmodes/compile.el (compilation-setup): Don't fiddle with
8507 font-lock-defaults.
8508
8509 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
8510
8511 * progmodes/gdb-ui.el (gdb-var-create-handler)
8512 (gdb-var-list-children-handler): Find values for all variable
8513 objects. gud-speedbar-buttons decides whether to display them.
8514
8515 2005-11-24 Romain Francoise <romain@orebokech.com>
8516
8517 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
8518 buffer name with a space.
8519
8520 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
8521
8522 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
8523 `org-export-local-list-max-depth'. Change default value to 3.
8524 (org-auto-renumber-ordered-lists)
8525 (org-plain-list-ordered-item-terminator): New options.
8526 (org-at-item-p, org-beginning-of-item, org-end-of-item)
8527 (org-get-indentation, org-get-string-indentation)
8528 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
8529 New functions.
8530 (org-move-item-down, org-move-item-up): New commands.
8531 (org-export-as-html): New classes for CSS support. Bug fix in
8532 regular expression detecting fixed-width regions. Respect
8533 `org-local-list-ordered-item-terminator'.
8534 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
8535 also a list item.
8536 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
8537 New item moving functions.
8538
8539 2005-11-24 Juri Linkov <juri@jurta.org>
8540
8541 * isearch.el (isearch-repeat): With empty search ring set
8542 `isearch-error' to the error string instead of signaling error
8543 with the function `error'.
8544
8545 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8546
8547 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
8548
8549 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
8550
8551 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
8552 and variable.
8553 (gdb-var-create-handler, gdb-var-list-children-handler):
8554 Don't match on "char **...".
8555 (gdb-var-update-handler): Find values for all variable objects.
8556 (gdb-info-frames-custom): Identify frames by leading "#".
8557
8558 * progmodes/gud.el (gud-speedbar-menu-items): Add
8559 gdb-speedbar-auto-raise as radio button.
8560 (gud-speedbar-buttons): Raise speedbar if requested.
8561 Don't match on "char **...".
8562 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
8563 Make it editable.
8564
8565 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
8566
8567 * info.el (Info-fontify-node): Handle the case where
8568 Info-current-file is t.
8569
8570 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
8571
8572 * simple.el (blink-matching-open): Fix off-by-one in last change.
8573
8574 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8575
8576 * term/mac-win.el: Don't change default directory.
8577
8578 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
8579
8580 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
8581 buffers correctly. (It used to throw an error in such buffers.)
8582 Make it ask for confirmation in group buffers and other Custom
8583 buffers containing more than one customization item.
8584
8585 2005-11-22 John Paul Wallington <jpw@gnu.org>
8586
8587 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
8588 property on mail and url overlays.
8589 (goto-address-at-point): Use `posn-set-point' instead of
8590 `mouse-set-point' because the latter is not fbound when configured
8591 without X.
8592
8593 2005-11-22 Lars Hansen <larsh@soem.dk>
8594
8595 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
8596 (ls-lisp-classify, ls-lisp-format): Delete call to
8597 ls-lisp-parse-symlink.
8598 (ls-lisp-handle-switches): Handle symlinks to directories as
8599 directories when ls-lisp-dirs-first in non-nil.
8600
8601 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
8602
8603 * startup.el (command-line): Make sure that loaddefs.el is handled
8604 correctly in load-history.
8605
8606 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
8607
8608 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
8609 (gdb-struct-string, gdb-array-string): New constants.
8610 (gdb-info-locals-handler): Use them.
8611 (gdb-reset): Reset gdb-var-list to nil.
8612
8613 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
8614
8615 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
8616 in patterns.
8617
8618 2005-11-21 Juri Linkov <juri@jurta.org>
8619
8620 * custom.el (defcustom): Update link types in docstring.
8621
8622 2005-11-20 Martin Rudalics <rudalics@gmx.at>
8623
8624 * custom.el (defgroup): Add doc-string-elt info.
8625
8626 * widget.el (define-widget): Don't use declare for the doc-string-elt.
8627
8628 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
8629
8630 * newcomment.el (comment-enter-backward): Fix last fix.
8631
8632 * simple.el (blink-matching-open):
8633 * paren.el (show-paren-function): Allow new paren-class info.
8634
8635 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
8636
8637 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
8638 handled automagically.
8639
8640 2005-11-20 Andreas Schwab <schwab@suse.de>
8641
8642 * descr-text.el (describe-char): When copying overlays put them
8643 over the full char description instead of just the first character
8644 of it.
8645
8646 2005-11-20 Juri Linkov <juri@jurta.org>
8647
8648 * simple.el (what-cursor-position):
8649 * descr-text.el (describe-char): Use Lisp-readable syntax
8650 for octal and hex. Reorder decimal, octal and hex values.
8651 Remove excess whitespace in the output. Use `=' in `column='
8652 like in `point=' and `Hscroll='.
8653
8654 * international/mule-cmds.el (encoded-string-description):
8655 Use Lisp-readable syntax for hex.
8656
8657 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
8658
8659 * newcomment.el (comment-enter-backward): Handle the case where the
8660 comment is closed by EOB.
8661
8662 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
8663
8664 * longlines.el (longlines-before-revert-hook)
8665 (longlines-after-revert-hook): New functions.
8666 (longlines-mode): Turn off longlines temporarily when reverting.
8667 Add a message-setup-hook.
8668 (longlines-decode-buffer): New function.
8669 (longlines-wrap-line): Preserve marker positions.
8670
8671 2005-11-19 Andreas Schwab <schwab@suse.de>
8672
8673 * emacs-lisp/shadow.el: Handle compressed files.
8674
8675 2005-11-19 Romain Francoise <romain@orebokech.com>
8676
8677 * net/browse-url.el (browse-url-default-browser): Signal an error
8678 if no usable browser can be found, rather than try to load w3.
8679
8680 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
8681
8682 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
8683 replacing existing properties.
8684 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
8685 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
8686 tty specs.
8687 (rcirc-server-prefix, rcirc-server): New faces.
8688 (rcirc-url-regexp): Generate with rx macro.
8689 (rcirc-last-server-message-time): New variable.
8690 (rcirc-filter): Record time of last message.
8691 (rcirc-keepalive): Kill processes that did not send a message
8692 since the last ping.
8693 (rcirc-mode): Give rcirc-topic a local binding here.
8694
8695 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org>
8696
8697 * subr.el (read-passwd): Fontify the prompt as we do with other
8698 prompts.
8699
8700 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
8701
8702 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
8703 binding buffer-read-only to nil.
8704
8705 2005-11-19 Eli Zaretskii <eliz@gnu.org>
8706
8707 * complete.el (partial-completion-mode):
8708 Mention completion-auto-help in the doc string.
8709
8710 * man.el (Man-highlight-references): Doc fix. Reformat code in a
8711 more Lisp-ish way.
8712
8713 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
8714
8715 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
8716 digits, not 8, to avoid misalignment for files larger than 100MB.
8717
8718 2005-11-19 Eli Zaretskii <eliz@gnu.org>
8719
8720 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
8721 Mention "keyboard shortcuts" in the help text.
8722
8723 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8724
8725 * startup.el (fancy-splash-default-action): Discard only
8726 mouse-down and succeeding mouse-up events in the splash screen
8727 window so that drag-n-drop event can be processed.
8728
8729 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
8730
8731 * longlines.el (longlines-mode): Add hacks for mail-mode and
8732 message-mode.
8733
8734 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
8735
8736 * textmodes/org.el (org-table-sort-lines): New command.
8737 (org-tbl-menu): Add entry for `org-table-sort-lines'.
8738 (org-add-file): Command removed, use `org-agenda-file-to-front'
8739 instead.
8740 (org-export-icalendar): Use `org-icalendar-combined-name'.
8741 (org-cycle-agenda-files, org-agenda-file-to-end)
8742 (org-agenda-file-to-front): New commands.
8743 (org-table-tab-jumps-over-hlines, org-export-html-style):
8744 New options.
8745 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
8746 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
8747 New functions.
8748 (org-fill-paragraph): Call `org-table-align' in tables.
8749 (org-mode): Call `org-set-autofill-regexps'.
8750 (org-export-as-html): Support for local handformatted lists.
8751 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
8752 (org-export-local-list-max-depth): New option.
8753 (org-html-expand): Use `org-html-protect'.
8754
8755 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
8756
8757 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
8758 to "p".
8759 (gdb): Move definition of gud-pp to...
8760
8761 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
8762 speedbar.
8763 (gdb-find-watch-expression): New function.
8764
8765 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
8766
8767 * faces.el (face-attribute, set-face-attribute): Mention existence
8768 of `:ignore-defface' setting in docstring.
8769
8770 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
8771
8772 * simple.el (completion-setup-function): Fix last change.
8773
8774 2005-11-17 John Paul Wallington <jpw@pobox.com>
8775
8776 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
8777 Use `posn-set-point' instead of `mouse-set-point' because the
8778 latter is not fbound when configured without X.
8779
8780 * comint.el (comint-insert-input): Likewise.
8781
8782 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
8783
8784 * simple.el (hard-newline): New variable.
8785 (sendmail-user-agent-compose, next-line): Use it.
8786
8787 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
8788 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
8789 (mail-mail-reply-to, mail-mail-followup-to)
8790 (mail-position-on-field, mail-signature, mail-yank-original)
8791 (mail-attach-file): Likewise.
8792
8793 * mail/mailheader.el (mail-header-format)
8794 (mail-header-format-function): Likewise.
8795
8796 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
8797
8798 2005-11-17 Juri Linkov <juri@jurta.org>
8799
8800 * font-lock.el (font-lock-faces): Rename this defgroup from
8801 `font-lock-highlighting-faces'.
8802 (font-lock-comment-face, font-lock-comment-delimiter-face)
8803 (font-lock-string-face, font-lock-doc-face)
8804 (font-lock-keyword-face, font-lock-builtin-face)
8805 (font-lock-function-name-face, font-lock-variable-name-face)
8806 (font-lock-type-face, font-lock-constant-face)
8807 (font-lock-warning-face, font-lock-negation-char-face)
8808 (font-lock-preprocessor-face)
8809 (font-lock-regexp-grouping-backslash)
8810 (font-lock-regexp-grouping-construct): Rename :group from
8811 `font-lock-highlighting-faces' to `font-lock-faces'.
8812
8813 * cus-edit.el (lisp, c, tex):
8814 * progmodes/ada-mode.el (ada):
8815 * progmodes/asm-mode.el (asm):
8816 * progmodes/cperl-mode.el (cperl-faces):
8817 * progmodes/cpp.el (cpp):
8818 * progmodes/dcl-mode.el (dcl):
8819 * progmodes/f90.el (f90):
8820 * progmodes/fortran.el (fortran):
8821 * progmodes/icon.el (icon):
8822 * progmodes/idlwave.el (idlwave-misc):
8823 * progmodes/m4-mode.el (m4):
8824 * progmodes/make-mode.el (makefile):
8825 * progmodes/meta-mode.el (meta-font):
8826 * progmodes/modula2.el (modula2):
8827 * progmodes/octave-mod.el (octave):
8828 * progmodes/pascal.el (pascal):
8829 * progmodes/perl-mode.el (perl):
8830 * progmodes/prolog.el (prolog):
8831 * progmodes/ps-mode.el (PostScript-edit):
8832 * progmodes/scheme.el (scheme):
8833 * progmodes/sh-script.el (sh-script):
8834 * progmodes/simula.el (simula):
8835 * progmodes/tcl.el (tcl):
8836 * textmodes/nroff-mode.el (nroff):
8837 * textmodes/reftex-vars.el (reftex-fontification-configurations):
8838 * textmodes/sgml-mode.el (sgml):
8839 * textmodes/texinfo.el (texinfo):
8840 Add :link (custom-group-link font-lock-faces) to defgroup.
8841
8842 * hi-lock.el (hi-lock): Rename this defgroup from
8843 `hi-lock-interactive-text-highlighting'. Change parent group from
8844 `faces' to `font-lock'. Add link to the manual.
8845 (hi-lock-mode, hi-lock-file-patterns-range)
8846 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
8847 `hi-lock-interactive-text-highlighting' to `hi-lock'.
8848 (hi-lock-faces): Add :group `faces'.
8849
8850 * cus-edit.el (custom-variable-prompt): Clarify the code.
8851
8852 * faces.el (face-read-string): Set the default value arg of
8853 completing-read.
8854
8855 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
8856
8857 * rfn-eshadow.el (file-name-shadow-properties)
8858 (file-name-shadow-tty-properties, file-name-shadow-mode):
8859 Remove autoloads, because the file is now preloaded.
8860
8861 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
8862
8863 * printing.el (easy-menu-intern): Don't define.
8864 (pr-get-symbol): Use easy-menu-intern only if defined.
8865
8866 * simple.el (blink-matching-open): Simplify a bit.
8867 (completion-setup-function): Fix the case of partial-completion-mode
8868 when the minibuffer's contents start with "-".
8869 Obey completion-base-size-function even when
8870 minibuffer-completing-file-name is non-nil.
8871
8872 2005-11-16 Richard M. Stallman <rms@gnu.org>
8873
8874 * net/eudcb-ph.el (eudc-ph-open-session):
8875 Use set-process-query-on-exit-flag.
8876
8877 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
8878
8879 * international/ucs-tables.el (ucs-set-table-for-input):
8880 Use make-local-variable, not make-variable-buffer-local.
8881
8882 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
8883 Improve warning message text.
8884
8885 * savehist.el (savehist-save-hook): Add :group.
8886
8887 * menu-bar.el (menu-bar-help-menu):
8888 Rename Find Extra Packages to External Packages.
8889
8890 * cus-edit.el (Custom-reset-standard): Verify that
8891 :custom-standard-value prop exists before calling it.
8892
8893 * apropos.el (apropos-calc-scores): Use apropos-pattern.
8894
8895 2005-11-16 Martin Rudalics <rudalics@gmx.at>
8896
8897 * wid-edit.el (color): Enclose %t in %{...%}.
8898
8899 * cus-edit.el (face): Enclose %t in %{...%}.
8900
8901 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
8902
8903 * savehist.el (savehist-mode-hook): Re-add the var.
8904 (savehist-mode): Use it.
8905
8906 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
8907
8908 * textmodes/flyspell.el: Fix commenting convention.
8909 Remove unnecessary leading * in custom docstrings.
8910 (flyspell-emacs): Remove unused var.
8911 (flyspell-delete-region-overlays): Use remove-overlays.
8912 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
8913 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
8914 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
8915 (flyspell-debug-signal-word-checked): Use with-current-buffer.
8916 (make-flyspell-overlay): Don't locally reuse a global name.
8917 (flyspell-highlight-incorrect-region)
8918 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
8919 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
8920 (flyspell-notify-misspell): Remove unused args `start' and `end'.
8921 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
8922 Wrap calls to accept-process-output inside with-local-quit since it's
8923 often called from a post-command-hook.
8924 (flyspell-correct-word, flyspell-auto-correct-word):
8925 Use ispell-send-string.
8926 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
8927
8928 * calendar/diary-lib.el (diary-list-entries): Also hide the
8929 terminating newline.
8930
8931 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
8932
8933 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
8934 window-system, to allow fonts on tty.
8935
8936 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
8937
8938 * progmodes/gud.el (gud-speedbar-item-info): New function.
8939 (gud-install-speedbar-variables): Use it to display data type
8940 of watch expression as a tooltip in speedbar.
8941
8942 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
8943
8944 * font-core.el (global-font-lock-mode): Add :version keyword,
8945 because default was changed.
8946
8947 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
8948
8949 * startup.el (command-line): Use `custom-reevaluate-setting' for
8950 `file-name-shadow-mode'.
8951
8952 * loadup.el: Preload rfn-eshadow.
8953
8954 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
8955 Add :version keyword.
8956 (file-name-shadow-properties, file-name-shadow-tty-properties)
8957 (file-name-shadow): Add :version keyword.
8958
8959 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
8960 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
8961 in the custom-group property of the symbol frames and the fringe
8962 group got no link to its parent group frames.
8963 Doc fix.
8964
8965 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
8966
8967 * progmodes/gud.el (gud-stop-subjob): New function.
8968 (gud-menu-map, gud-tool-bar-map): Use it.
8969
8970 2005-11-16 Kim F. Storm <storm@cua.dk>
8971
8972 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
8973 than kill it.
8974 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
8975 to a more useful/logical place.
8976
8977 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
8978
8979 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
8980 go buttons complementary.
8981
8982 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
8983
8984 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
8985 (rfn-eshadow-sifn-equal): New function.
8986 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
8987
8988 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
8989
8990 * viper-utils.el (viper-non-word-characters-reformed-vi):
8991 Quote `-' in string.
8992
8993 * viper.el (viper-emacs-state-mode-list): Ensure that
8994 rcirc-mode buffers come up in Emacs state.
8995
8996 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
8997 operation.
8998
8999 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
9000
9001 * term.el (term-termcap-format): Fix typos.
9002 (term-down): Fix the negative argument case.
9003
9004 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
9005
9006 * progmodes/gdb-ui.el: Remove face-alias left over from change on
9007 2005-08-15.
9008 (gdb-ann3): New command gud-go.
9009 (menu): Accomodate gdb-mi.el.
9010 (gdb-assembler-custom): Make buffer of selected window current
9011 so that set-window-point works.
9012
9013 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
9014 buttons and include new ones.
9015
9016 2005-11-16 Kim F. Storm <storm@cua.dk>
9017
9018 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
9019 (gud-menu-map): Use it.
9020
9021 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
9022
9023 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
9024 that works correctly for Custom and that does not override a user
9025 who disables it.
9026
9027 * help-mode.el (help-make-xrefs, help-xref-on-pp)
9028 (help-xref-interned, help-follow): Make hyperlinks for variables
9029 that are unbound, but have a non-nil variable-documentation property.
9030
9031 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
9032 mode hook. (It conflicted with defcustoms for some mode hooks.)
9033 Use the `variable-documentation' property to give the mode hook a
9034 docstring and expand that docstring.
9035
9036 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
9037
9038 * savehist.el (savehist-mode): Don't bother with
9039 `custom-set-minor-mode'.
9040 (savehist-coding-system): Check XEmacs version.
9041 (history-length): Declare also at run time.
9042 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
9043 Don't set the customize state.
9044 (savehist-minibuffer-hook): Special case for when
9045 minibuffer-history-variable is equal to t.
9046
9047 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
9048
9049 * files.el (write-file): Refresh VC status.
9050
9051 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
9052 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
9053 than fundamental-mode to see if the mode was set.
9054
9055 2005-11-14 Romain Francoise <romain@orebokech.com>
9056
9057 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
9058 dummy function in `eval-when-compile' to avoid compiler warning.
9059 Require `man' at compile time.
9060
9061 2005-11-14 Jay Belanger <belanger@truman.edu>
9062
9063 * calc-alg.el (calcFunc-write-out-power): Rename it to
9064 calcFunc-powerexpand.
9065 (math-write-out-power): Rename it to math-powerexpand; have it
9066 handle negative exponents.
9067 (calc-writeoutpower): Rename it to calc-powerexpand.
9068
9069 * calc-ext.el: Change calcFunc-writeoutpower and
9070 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
9071 autoloads.
9072 Add calcFunc-ldiv to autoloads.
9073
9074 * calc-arith.el (calcFunc-ldiv): New function.
9075
9076 * calc.el (calc-left-divide): New function.
9077
9078 2005-11-14 Juri Linkov <juri@jurta.org>
9079
9080 * cus-edit.el (custom-variable-prompt): Set the default value arg
9081 of completing-read.
9082
9083 * cus-dep.el (custom-make-dependencies): Reverse the list of
9084 found dependencies.
9085
9086 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
9087
9088 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
9089 Highlighting" entry, it is on by default now.
9090 (menu-bar-options-save): Do not save global-font-lock-mode.
9091
9092 2005-11-13 Richard M. Stallman <rms@gnu.org>
9093
9094 * textmodes/flyspell.el (flyspell-large-region):
9095 Call flyspell-accept-buffer-local-defs.
9096
9097 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
9098
9099 * textmodes/flyspell.el (flyspell-notify-misspell):
9100 Fix misspelling of "Misspelling".
9101 (flyspell-process-localwords): New function.
9102 (flyspell-large-region): Call flyspell-process-localwords and
9103 flyspell-delete-region-overlays.
9104 (flyspell-delete-region-overlays): New function.
9105 (flyspell-delete-all-overlays): Call that.
9106
9107 2005-11-13 Richard M. Stallman <rms@gnu.org>
9108
9109 * help.el (help-for-help-internal): Improve doc of C-h a.
9110 (describe-key): Improve prompt; doc fix.
9111
9112 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
9113
9114 * vc-svn.el (vc-svn-registered): Catch all errors.
9115
9116 * cus-dep.el (custom-make-dependencies): Typo.
9117
9118 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
9119
9120 * net/tramp-util.el (top): Fix compilation warning.
9121
9122 2005-11-13 Kim F. Storm <storm@cua.dk>
9123
9124 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
9125
9126 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
9127
9128 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
9129 (gud-speedbar-buttons): Match on "const char *" too.
9130
9131 * progmodes/gdb-ui.el (gdb-var-create-handler)
9132 (gdb-var-list-children-handler): Match on "const char *" too.
9133 (gdb-var-evaluate-expression-handler): Match on empty string.
9134 (gdb-var-update-handler): Only call
9135 gdb-var-evaluate-expression-handler when required.
9136
9137 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
9138
9139 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
9140 selected window. This still doesn't work for speedbar.
9141 (gud-speedbar-buttons): Handle string expressions properly.
9142
9143 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
9144 (gdb-var-create-handler): Handle string expressions properly.
9145 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
9146 Handle string expressions properly. Move "type" field into regexp.
9147
9148 2005-11-12 Karl Fogel <kfogel@red-bean.com>
9149
9150 * bookmark.el (bookmark-maybe-message): New function to reduce
9151 code duplication: invokes `message' iff baud-rate is high enough.
9152 (bookmark-write-file): Use above instead of an inline conditional.
9153 (bookmark-load): Same.
9154
9155 2005-11-12 Karl Fogel <kfogel@red-bean.com>
9156
9157 * bookmark.el (bookmark-write-file): Don't visit the destination
9158 file, just write the data to it using write-region. This is
9159 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
9160 change to avoid visiting the file in the first place.
9161
9162 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
9163
9164 * hi-lock.el (hi-lock-mode): Set the default value of
9165 font-lock-defaults.
9166
9167 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
9168
9169 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
9170 arg to `file-attributes'.
9171 (find-lisp-format): The UID and GID can now be strings.
9172
9173 2005-11-12 Kim F. Storm <storm@cua.dk>
9174
9175 * help.el (help-map): Bind C-h d to apropos-documentation.
9176
9177 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
9178 when point is at end-of-buffer.
9179
9180 * apropos.el (apropos-match-face): Doc fix.
9181 (apropos-sort-by-scores): Add new choice `verbose'.
9182 (apropos-documentation-sort-by-scores): New defcustom.
9183 (apropos-pattern): Now contains the pattern entered by the user.
9184 (apropos-pattern-quoted): New defvar.
9185 (apropos-regexp): New defvar, containing the regexp corresponding
9186 to apropos-pattern.
9187 (apropos-all-words-regexp): Rename from apropos-all-regexp.
9188 (apropos-read-pattern): New defun. Use it to read pattern arg in
9189 interactive calls; returns list of words for a word list, and
9190 string for a regexp.
9191 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
9192 parses a list of words or regexp as returned by apropos-read-pattern.
9193 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
9194 (apropos-score-doc): Return a very high score if the string
9195 entered by the user matches literally.
9196 (apropos-variable): Doc fix. Use apropos-read-pattern.
9197 (apropos-command): Doc fix. Use apropos-read-pattern and
9198 apropos-parse-pattern. Call apropos-print with nosubst=t.
9199 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
9200 apropos-parse-pattern.
9201 (apropos-documentation): Doc fix. Use apropos-read-pattern and
9202 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
9203 apropos-documentation-sort-by-scores. Call apropos-print with
9204 nosubst=t.
9205 (apropos-documentation-internal): Pass doc string through
9206 substitute-key-definition before adding text properties.
9207 Highlight substring matching literal user input if possible.
9208 (apropos-documentation-check-doc-file): Remove locals beg and end.
9209 Fix calculation of score (as added twice). Pass doc string through
9210 substitute-key-definition before adding text properties.
9211 (apropos-documentation-check-elc-file): Pass doc string through
9212 substitute-key-definition before adding text properties.
9213 Highlight substring matching literal user input if possible.
9214 (apropos-print): Add new arg NOSUBST; if set, command and variable
9215 doc strings have already been passed through substitute-key-definition.
9216 Add code to handle apropos-accumulator items without score element
9217 for backwards compatibility (e.g. with woman package).
9218 Only show scores if apropos-sort-by-scores is `verbose'.
9219
9220 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
9221
9222 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
9223 Add jka-compr-load-suffixes to load-suffixes.
9224
9225 * jka-compr.el: Require jka-cmpr-hook.
9226 (jka-compr-info-compress-message, jka-compr-info-compress-program)
9227 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
9228 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
9229 (jka-compr-info-can-append, jka-compr-info-strip-extension)
9230 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
9231 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
9232 (jka-compr-uninstall): Remove entries from
9233 jka-compr-added-to-file-coding-system-alist after they are used.
9234 (jka-compr-error): Remove unused var `curbuf'.
9235 (jka-compr-file-local-copy): Remove unused var `notfound'.
9236
9237 2005-11-10 Romain Francoise <romain@orebokech.com>
9238
9239 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
9240
9241 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
9242
9243 * progmodes/gud.el (gud-menu-map): Move parentheses.
9244 (gdb): New command gud-pv.
9245
9246 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
9247
9248 * tar-mode.el: Remove spurious or unnecessary leading stars
9249 in docstrings.
9250 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
9251 (tar-parse-octal-integer-safe): Use mapc.
9252 (tar-header-block-summarize): Remove unused var `ck'.
9253 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
9254 cleared before. Obey default-enable-multibyte-characters.
9255 Use mapconcat. Simplify setting of tar-header-offset.
9256 (tar-mode-map): Move initialization inside delcaration.
9257 (tar-flag-deleted): Use `abs'.
9258 (tar-expunge-internal): Remove unused var `line'.
9259 (tar-expunge-internal): Don't hardcode point-min==1.
9260 (tar-expunge): Widen while doing set-buffer-multibyte.
9261 (tar-rename-entry): Use file-name-coding-system.
9262 (tar-alter-one-field): Don't hardcode point-min==1.
9263 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
9264 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
9265
9266 2005-11-10 Masatake YAMATO <jet@gyve.org>
9267
9268 * add-log.el (add-log-current-defun): Handle class::method
9269 notation of c++. Fix incorrect comment.
9270
9271 2005-11-10 Alan Mackenzie <acm@muc.de>
9272
9273 * help-fns.el (describe-variable): Make C-h v work when a variable
9274 has variable documentation yet is unbound.
9275
9276 2005-11-10 Masatake YAMATO <jet@gyve.org>
9277
9278 * man.el (Man-highlight-references): Set an empty
9279 string to `Man-arguments' if it is nil.
9280 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
9281
9282 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
9283
9284 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
9285 commenting conventions.
9286
9287 * cus-dep.el (custom-make-dependencies): Simplify.
9288 Better follow the commenting conventions.
9289
9290 2005-11-09 Richard M. Stallman <rms@gnu.org>
9291
9292 * apropos.el (apropos-pattern): Rename from apropos-regexp.
9293 (apropos-orig-pattern): Rename from apropos-orig-regexp.
9294 All uses changed.
9295 (apropos-rewrite-regexp): Doc fix.
9296 (apropos-variable, apropos-command, apropos, apropos-value):
9297 Change prompt; carry through the argument renaming.
9298
9299 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
9300
9301 * find-lisp.el: Require dired.
9302 (find-lisp-find-dired-internal): Do not call
9303 `abbreviate-file-name' on DIR.
9304
9305 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
9306
9307 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
9308
9309 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
9310
9311 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
9312 when using the speedbar.
9313 (gdb): New command gud-pp.
9314 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
9315
9316 2005-11-09 Juri Linkov <juri@jurta.org>
9317
9318 * replace.el (occur-excluded-properties): New defcustom.
9319 (occur-1, occur-engine, occur-accumulate-lines): Use it.
9320
9321 2005-11-08 Jay Belanger <belanger@truman.edu>
9322
9323 * calc/calc-units.el (math-convert-units): Replace any composite
9324 unit by its definition.
9325
9326 2005-11-08 Lars Hansen <larsh@soem.dk>
9327
9328 * emacs-lisp/autoload.el (update-directory-autoloads):
9329 Add obsolete function alias.
9330
9331 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
9332
9333 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
9334 comment-indent-function.
9335 (lisp-comment-indent): Replace by an alias for comment-indent-default.
9336
9337 * reveal.el (reveal-post-command): Rework the handling of
9338 reveal-open-spots, so as to be more reliable. There were several
9339 tricky corner cases where an open spot might be lost, or where
9340 a closed spot might end up on the list of open spots.
9341 Only reveal text that's ellipsised.
9342
9343 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
9344
9345 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
9346
9347 2005-11-07 John Paul Wallington <jpw@gnu.org>
9348
9349 * ibuffer.el (ibuffer): Search iconified frames too when
9350 getting Ibuffer buffer's window.
9351
9352 2005-11-06 Richard M. Stallman <rms@gnu.org>
9353
9354 * progmodes/compile.el (compilation-internal-error-properties):
9355 save-excursion around the computation of MARKER.
9356
9357 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
9358
9359 * textmodes/flyspell.el (flyspell-external-point-words):
9360 flyspell-get-word returns a list, not just a string.
9361
9362 2005-11-06 John Paul Wallington <jpw@pobox.com>
9363
9364 * ibuffer.el (ibuffer): Search all visible frames when getting
9365 Ibuffer buffer's window.
9366
9367 2005-11-07 Masatake YAMATO <jet@gyve.org>
9368
9369 * man.el (Man-reference-regexp): Accept spaces between
9370 `Man-name-regexp' and `Man-section-regexp'.
9371 (Man-apropos-regexp): New variable.
9372 (Man-abstract-xref-man-page): Use value for `Man-target-string'
9373 if available.
9374 (Man-highlight-references, Man-highlight-references0):
9375 Handle the case when `Man-arguments' includes "-k".
9376 (Man-highlight-references0): Rename the argument `TARGET-POS' to
9377 `TARGET'. `TARGET' can be a number, function or nil.
9378
9379 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
9380
9381 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
9382 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
9383 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
9384 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
9385 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
9386 (gdb-send-item): Use buffer-local-value and simplify.
9387
9388 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
9389
9390 * startup.el (command-line): Use `custom-reevaluate-setting' for
9391 `global-font-lock-mode'.
9392
9393 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
9394 by default, except in batch mode or when the -D option is given.
9395
9396 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
9397 specified keyword args on to `define-minor-mode'. Update docstring.
9398
9399 2005-11-05 Romain Francoise <romain@orebokech.com>
9400
9401 * replace.el (occur-engine): Add marker at end of line, too.
9402
9403 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
9404
9405 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
9406 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
9407 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
9408 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
9409 argument to all these routines, so the passphrase can be managed
9410 externally and passed in to the system.
9411 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
9412 pgg-add-passphrase-to-cache function.
9413
9414 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
9415 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
9416 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
9417 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
9418 argument to all these routines, so the passphrase can be managed
9419 externally and passed in to the system.
9420 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
9421 function.
9422
9423 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
9424
9425 * font-lock.el: Don't deal with font-lock-face-attributes here,
9426 move the code ...
9427
9428 * startup.el (command-line): ... here. Use face-spec-set instead
9429 of custom-declare-face.
9430
9431 * faces.el (face-spec-set): Reset the face if spec is not nil.
9432
9433 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
9434
9435 * newcomment.el (comment-region-internal): Box more tightly in the
9436 common case where there's no TAB in the boxed text.
9437
9438 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9439
9440 * info.el (info-tool-bar-map): Use images prev-node, next-node and
9441 up-node.
9442
9443 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
9444
9445 * newsticker.el: Commentary updated. Code formatting changed.
9446 (newsticker-version): Change to "1.9".
9447 (newsticker, newsticker-feed): Doc fix.
9448 (newsticker-url-list): Doc fix. Add option "Weekly".
9449 (newsticker-retrieval-interval): Add option "Weekly".
9450 (newsticker-headline-processing): Doc fix.
9451 (newsticker-auto-mark-filter): Remove.
9452 (newsticker-auto-mark-filter-list): New.
9453 (newsticker-layout, newsticker-sort-method): Doc fix.
9454 (newsticker-hide-old-items-in-newsticker-buffer)
9455 (newsticker-heading-format, newsticker-item-format)
9456 (newsticker-desc-format): Doc fix.
9457 (newsticker-show-all-rss-elements): Remove.
9458 (newsticker-show-all-news-elements): New.
9459 (newsticker-faces, newsticker-ticker): Doc fix.
9460 (remove-from-invisibility-spec): Code formatting.
9461 (newsticker--process-ids): New.
9462 (newsticker-mode): Doc fix.
9463 (newsticker-mode): Change mode-line-format.
9464 (newsticker-start): Remove debug output.
9465 (newsticker-start-ticker): Doc fix. Add autoload cookie.
9466 (newsticker-w3m-show-inline-images): Code formatting.
9467 (newsticker-next-item): Call `force-mode-line-update'.
9468 (newsticker-previous-item): Call `force-mode-line-update'.
9469 (newsticker-next-feed): Call `force-mode-line-update'.
9470 (newsticker-previous-feed): Call `force-mode-line-update'.
9471 (newsticker-mark-all-items-at-point-as-read): Code formatting.
9472 (newsticker-show-old-items): Do not show descs.
9473 (newsticker-hide-entry): Hide too much.
9474 (newsticker-hide-entry, newsticker-show-entry)
9475 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
9476 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
9477 (newsticker-toggle-auto-narrow-to-item): Code formatting.
9478 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
9479 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
9480 (newsticker-get-news): Call `force-mode-line-update'.
9481 Collect process ids.
9482 (newsticker--sentinel): Change coding system handling.
9483 Move image retrieval to new functions newsticker--get-logo-url-*.
9484 Move feed parsing to new functions newsticker--parse-*.
9485 Update list of process ids.
9486 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
9487 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
9488 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
9489 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
9490 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
9491 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
9492 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
9493 (newsticker--decode-coding-string): Remove.
9494 (newsticker--decode-numeric-entities): Check input. Format code.
9495 (newsticker--remove-whitespace): Check input.
9496 (newsticker--do-forget-preformatted): Doc fix.
9497 (newsticker--decode-rfc822-date): Allow for missing time.
9498 (newsticker--update-process-ids): New.
9499 (newsticker--image-sentinel): Change comment.
9500 (newsticker--image-read): Change error message.
9501 (newsticker--imenu-goto): Doc fix. Show headline title.
9502 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
9503 (newsticker--buffer-do-insert-text): Clean whitespace in
9504 html-rendered headline title. Code formatting.
9505 Call `newsticker--buffer-print-extra-elements'.
9506 (newsticker--buffer-print-extra-element): Remove.
9507 (newsticker--buffer-print-extra-elements): New.
9508 (newsticker--buffer-do-print-extra-element): New.
9509 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
9510 large sizes.
9511 (newsticker--run-auto-mark-filter)
9512 (newsticker--do-run-auto-mark-filter):
9513 Use `newsticker-auto-mark-filter-list'.
9514
9515 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
9516
9517 * net/rcirc.el: Use split-string OMIT-NULLS argument.
9518 (rcirc-print): Force redisplay before running hooks. Do long
9519 buffer truncation after making new text read-only. Deal with nil
9520 text when decoding strings. If TARGET is nil, use either the
9521 currently selected buffer, if it is an rcirc buffer and of the
9522 same process or the process buffer.
9523 (rcirc-mode): Remove header-line. Recompute short buffer names.
9524 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
9525 (rcirc-short-buffer-name): Add variable.
9526 (rcirc-kill-buffer-hook): Recompute short buffer names.
9527 Remove nick from private channel.
9528 (rcirc-send-input): Send command text to current-buffer.
9529 Don't clear overlay arrow here.
9530 (rcirc-short-buffer-name): Return a short buffer name.
9531 (rcirc-update-short-buffer-names, rcirc-abbreviate)
9532 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
9533 buffer-name abbreviations.
9534 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
9535 Do not touch nick-table when killing a parted channel.
9536 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
9537 Clear arrow from current buffer if it is now hidden.
9538 (rcirc-current-buffer): Add variable.
9539 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
9540 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
9541 Remove -face from names.
9542 (rcirc-update-activity-string): Print "DND" when globally ignoring
9543 activity.
9544 (rcirc-ignore-buffer-activity-flag): Rename from
9545 rcirc-ignore-channel-activity.
9546 (rcirc-ignore-all-activity-flag): Doc fix.
9547 (rcirc-channels): Remove variable.
9548 (rcirc-kill-buffer-hook):
9549 (rcirc-get-buffer-create): Add nick to private channel.
9550 (rcirc-multiline-edit-submit): Remove tabs.
9551 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
9552 folded.
9553 (rcirc-remove-nick-channel): Bug fix.
9554 (rcirc-toggle-ignore-buffer-activity): Rename from
9555 rcirc-toggle-ignore-channel-activity.
9556 (rcirc-record-activity): Add buffers to the front of the list.
9557 (rcirc-update-activity): Remove killed buffers from list.
9558 (rcirc-process-server-response-1): Remove last argument if it is
9559 null before calling handler.
9560 (rcirc): Add "rcirc" defcustom prefix.
9561 (rcirc-prompt): Simplify default prompt.
9562 Use custom-initialize-default.
9563 (rcirc-private-chats): Remove variable.
9564 (rcirc-prompt): Change initialization.
9565 (rcirc-version): Remove function.
9566 (rcirc-id-string): Add constant.
9567 (rcirc-last-buffer): Remove variable.
9568 (rcirc-buffer-alist): Add variable.
9569 (rcirc-connect): Update variable setup.
9570 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
9571 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
9572 default.
9573 (rcirc-handler-generic): Trigger activity.
9574 (rcirc-send-message): Create the buffor of the target.
9575 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
9576 (rcirc-get-buffer): Just return nil if there is no matching buffer.
9577 (rcirc-multiline-edit-cancel): Remove function.
9578 (rcirc-set-last-buffer): Remove function.
9579 (rcirc-get-any-buffer): Add function.
9580 (rcirc-join-channels): Don't print /join text.
9581 (rcirc-toggle-ignore-channel-activity): Add and update echo area
9582 messages.
9583 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
9584 (rcirc-handler-NOTICE): Recognize CTCP responses.
9585 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
9586 constructing TOPIC string for buffers we are not JOINed.
9587 (rcirc-handler-CTCP-response): Add handler.
9588 (rcirc-multiline-edit-submit): Restore the window-configuration
9589 before adjusting point.
9590 (rcirc): Add customization group.
9591 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
9592 (rcirc-user-full-name, rcirc-startup-channels-alist)
9593 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
9594 (rcirc-ignore-all-activity-flag, rcirc-time-format)
9595 (rcirc-input-ring-size, rcirc-read-only-flag)
9596 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
9597 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
9598 Change defvar to defcustom.
9599 (rcirc-update-prompt): Add optional ALL arg, which will update
9600 prompts in all rcirc buffers. Regexp quote replacement text.
9601 (rcirc-fill-column): Accept frame-width as a value.
9602 (rcirc-set-changed): Add function.
9603 (rcirc-next-active-buffer): Write more meaningful messages.
9604 (rcirc-faces): Add customization group.
9605 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
9606 (rcirc-nick-in-message-face, rcirc-prompt-face)
9607 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
9608 (with-rcirc-process-buffer): Move before first usage.
9609 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
9610 (rcirc-debug-flag): Rename from `rcirc-log-p'.
9611 (rcirc-debug): Rename from `rcirc-log'.
9612 (rcirc-format-response-string): Do not print `-' chars for a
9613 NOTICE with no sender. Simplify output of server responses.
9614
9615 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
9616
9617 (rcirc-browse-url-map, rcirc-browse-url-at-point)
9618 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
9619 Make urls mouse and RET clickable.
9620
9621 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
9622
9623 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
9624
9625 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
9626
9627 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
9628 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
9629 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
9630 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
9631 argument to all these routines, so the passphrase can be managed
9632 externally and passed in to the system.
9633 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
9634 pgg-add-passphrase-to-cache function.
9635
9636 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
9637 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
9638 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
9639 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
9640 argument to all these routines, so the passphrase can be managed
9641 externally and passed in to the system.
9642 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
9643 function.
9644
9645 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
9646
9647 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
9648 from goto-address-url-regexp.
9649
9650 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
9651
9652 * textmodes/org.el (org-read-date, org-goto-calendar)
9653 (org-recenter-calendar, org-agenda-goto-calendar):
9654 Temporarily clear `calendar-move-hook'.
9655
9656 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
9657
9658 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
9659 merging.
9660
9661 * ediff-util.el (ediff-previous-difference): Don't skip regions that
9662 have merge clashes.
9663
9664 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9665
9666 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
9667 Undo previous change.
9668
9669 * startup.el (command-line): Use `custom-reevaluate-setting' for
9670 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
9671 tty-register-default-colors on Mac.
9672
9673 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
9674
9675 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
9676 (gdb-buffer-type): Make it automatically buffer local...
9677 (gdb-get-create-buffer): ...and set it accordingly.
9678 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
9679 actually work.
9680
9681 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
9682
9683 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
9684 not red.
9685
9686 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
9687
9688 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
9689 case GUD buffer is not visible.
9690 (gdb-goto-breakpoint): Try to force display in source buffer.
9691 (gdb-frame-gdb-buffer): Copy other similar functions.
9692 (gdb-restore-windows): Don't display source if not asked for.
9693 (gdb-assembler-buffer-name): Don't capitalise.
9694
9695 2005-11-03 Richard M. Stallman <rms@gnu.org>
9696
9697 * wid-edit.el (key-sequence): New widget type.
9698
9699 * simple.el (set-mark-command-repeat-pop): New variable.
9700 (set-mark-command): Only interpret plan C-@ after a pop as a pop
9701 if set-mark-command-repeat-pop is true.
9702
9703 * info.el (Info-fontify-node): Don't display extra "see" if there
9704 already is one here.
9705
9706 * mouse.el: Fix special handling of DEL after dragging a region:
9707 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
9708 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
9709
9710 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
9711
9712 * textmodes/ispell.el (ispell-command-loop): Change `i' description
9713 not to assume it pertains to an affix.
9714
9715 * textmodes/flyspell.el (flyspell-post-command-hook):
9716 Bind deactivate-mark to prevent deactivation.
9717
9718 2005-11-03 Lars Hansen <larsh@soem.dk>
9719
9720 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
9721 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
9722 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
9723
9724 2005-11-03 Romain Francoise <romain@orebokech.com>
9725
9726 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
9727 Update copyright years.
9728
9729 2005-11-03 Sam Steingold <sds@gnu.org>
9730
9731 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
9732 Use system-type instead of window-system because window-system is not
9733 correctly defined during loadup.
9734
9735 2005-11-02 Mark A. Hershberger <mah@everybody.org>
9736
9737 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
9738 (xml-parse-tag): Join strings separated by a comment properly.
9739
9740 2005-11-02 Andreas Schwab <schwab@suse.de>
9741
9742 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
9743
9744 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
9745
9746 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
9747 (byte-optimize-pure-func): Quote the eval'd value.
9748
9749 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
9750 Rename from perl-font-lock-syntactic-face-function.
9751 Change the calling convention so it can be used as a font-lock MATCHER.
9752 Do the parse-partial-sexp loop outselves.
9753 (perl-font-lock-syntactic-keywords): Use it.
9754 (perl-mode): Don't set font-lock-syntactic-face-function any more.
9755
9756 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
9757
9758 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
9759 disassembly buffer too.
9760 (gdb-exited): Remove overlay arrows when execution has finished.
9761 (gdb-info-frames-custom, gdb-info-threads-custom)
9762 (gdb-info-registers-custom): Don't add inappropriate text
9763 properties if inferior is not active.
9764
9765 2005-11-02 Glenn Morris <rgm@gnu.org>
9766
9767 * progmodes/fortran.el (fortran-blink-match):
9768 Use `blink-matching-delay'.
9769
9770 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
9771
9772 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
9773
9774 2005-11-02 Lars Hansen <larsh@soem.dk>
9775
9776 * net/tramp.el (tramp-action-out-of-band): Handle scp message
9777 "Permission denied".
9778
9779 2005-11-01 Richard M. Stallman <rms@gnu.org>
9780
9781 * textmodes/flyspell.el (flyspell-external-point-words):
9782 Pass nil to flyspell-get-word.
9783
9784 2005-11-02 Kim F. Storm <storm@cua.dk>
9785
9786 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
9787 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
9788
9789 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
9790
9791 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
9792 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
9793 (calendar-mouse-print-dates): Add optional `event' argument.
9794 Update interactive-spec.
9795 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
9796 Use `calendar-event-to-date' instead of `event'.
9797
9798 2005-11-02 Masatake YAMATO <jet@gyve.org>
9799
9800 * progmodes/ld-script.el (ld-script-builtins):
9801 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
9802 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
9803 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
9804
9805 2005-11-01 Romain Francoise <romain@orebokech.com>
9806
9807 * vc-sccs.el: Update copyright year.
9808 * ezimage.el: Likewise.
9809
9810 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
9811
9812 * info.el (Info-fontify-node): Use `string-width' for fontifying
9813 underlined titles.
9814
9815 2005-11-01 Juri Linkov <juri@jurta.org>
9816
9817 * info.el (Info-fontify-node): Downcase node header keywords Node,
9818 Prev, Next, Up before comparison.
9819 (Info-history): Insert absolute directory name, and put invisible
9820 property on it.
9821
9822 2005-11-01 Juri Linkov <juri@jurta.org>
9823
9824 * info.el (Info-file-supports-index-cookies): New variable.
9825 (Info-find-node-2): Check makeinfo version for index cookie support.
9826 (Info-index-nodes): Search for nodes with index cookies only when
9827 Info-file-supports-index-cookies is t. Otherwise, search nodes
9828 with "Index" in the node name.
9829 (Info-index-node): Search index cookie in the current node only when
9830 Info-file-supports-index-cookies is t. Otherwise, check the word
9831 "Index" in the node name.
9832 (Info-find-emacs-command-nodes): Remove code that searches nodes
9833 with "Index" node name in the top menu.
9834
9835 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
9836
9837 * progmodes/scheme.el (scheme-mode-variables): Use the default
9838 comment-indent-function.
9839
9840 * faces.el (face-attribute): Handle the case where a face inherits from
9841 a non-existent face.
9842
9843 * simple.el (eval-expression-print-format): Use lisp-readable syntax
9844 for octal and hexa output, and merge the char into the paren.
9845 (kill-new): Use push.
9846 (copy-to-buffer): Use with-current-buffer.
9847 (completion-setup-function): Move code in loop to remove redundancy.
9848 (minibuffer-local-must-match-map): Don't add bindings that duplicate
9849 those inherited from minibuffer-local-completion-map.
9850
9851 * savehist.el (savehist-mode) <defcustom>:
9852 Use custom-set-minor-mode if available.
9853 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
9854 and emit a message if applicable.
9855
9856 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
9857
9858 * savehist.el: Sync up to version 19.
9859 (savehist-mode): New minor mode.
9860 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
9861 (savehist-length): Remove (use history-length instead).
9862 (savehist-file-modes): Rename from savehist-modes.
9863 (savehist-save-hook, savehist-loaded): New vars.
9864 (savehist-load): Use savehist-mode. Try to smooth up transition from
9865 old format to new format.
9866 (savehist-install): Allow savehist-autosave-interval to be nil.
9867 (savehist-save): Run the new hook. Be more careful to only trim the
9868 history variables.
9869 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
9870 (savehist-printable): Print into a buffer rather than char-by-char.
9871
9872 2005-11-01 John Wiegley <johnw@newartisans.com>
9873
9874 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
9875 toggle-ignore keybinding (C-a). The author said it had been
9876 disabled much earlier due to a possible incompatibility, but after
9877 many months of usage I have encountered no problems (and it is a
9878 rather useful option, especially for switching to " *temp*").
9879
9880 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
9881 support for OS/X's AddressBook, by calling out to the open source
9882 program "contacts" (installable through Fink).
9883
9884 * net/eudc.el (eudc-expand-inline): If the
9885 `eudc-multiple-match-handling-method' is set to `all', delete the
9886 query string before inserting the query result.
9887
9888 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
9889 flag, to prevent Eshell from using the system ls when
9890 `eshell-ls-insert-directory' is in used.
9891 (eshell-ls-insert-directory): Disable font-lock in directory
9892 buffer so that Eshell's own fontification is seen. This broke
9893 recently due to changes in font-lock, so this goes back to version
9894 21 behavior.
9895
9896 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
9897
9898 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
9899 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
9900 (gdb-many-windows): Doc fix.
9901
9902 2005-10-31 Romain Francoise <romain@orebokech.com>
9903
9904 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
9905
9906 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
9907
9908 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
9909 that global-font-lock-mode can be enabled by default.
9910
9911 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
9912 (font-lock-add-keywords, font-lock-remove-keywords)
9913 (font-lock-fontify-buffer): Remove autoload cookies.
9914
9915 * jit-lock.el (jit-lock-register): Likewise.
9916
9917 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
9918
9919 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
9920
9921 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
9922 intact if there is no gud-comint-buffer.
9923
9924 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
9925
9926 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
9927 old prompt comint-prompt-read-only is t and GDB commands are
9928 issued from tool bar etc.
9929
9930 2005-10-31 Masatake YAMATO <jet@gyve.org>
9931
9932 * vc.el (vc-directory-exclusion-list): Add "{arch}".
9933
9934 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
9935
9936 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
9937 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
9938
9939 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
9940
9941 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
9942 starting at beginning of line. Fontification is messed up when
9943 `open-paren-in-column-0-is-defun-start' set to t.
9944 Reported by John Paul Wallington <jpw@pobox.com>.
9945
9946 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
9947
9948 * comint.el (comint-send-input): Call `comint-update-fence' when
9949 `comint-process-echoes' and `comint-prompt-read-only' are both
9950 non-nil, to avoid leftover read-only newline.
9951
9952 2005-10-30 Richard M. Stallman <rms@gnu.org>
9953
9954 * textmodes/flyspell.el (flyspell-external-point-words):
9955 Detect when WORD can't be checked properly because
9956 flyspell-get-word finds just part of it, and move on.
9957
9958 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
9959 boundarychar for Polish.
9960 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
9961 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
9962
9963 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
9964
9965 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
9966 (gdb-registers-font-lock-keywords): Delete.
9967 (gdb-registers-mode): Don't fontify.
9968 (gdb-info-registers-custom): Use text properties instead as, in
9969 future, changed register values will use font-lock-warning-face.
9970 (gdb-local-font-lock-keywords): Rename to...
9971 (gdb-locals-font-lock-keywords): ...for consistency.
9972
9973 2005-10-30 Andre Spiegel <spiegel@gnu.org>
9974
9975 * vc.el (vc-switch-backend): Better error message if the buffer is
9976 not visiting a file under version control.
9977
9978 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
9979
9980 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
9981
9982 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
9983 ~/.emacs.d/.emacs.
9984
9985 2005-10-29 Richard M. Stallman <rms@gnu.org>
9986
9987 * replace.el (occur-mode-mouse-goto): Always go to other window.
9988 (occur-mode-goto-occurrence): Always switch in same window.
9989
9990 * simple.el (undo): Display message at end, not at start.
9991
9992 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
9993 New arg REUSE-CELL.
9994 (cancel-timer-internal): New function.
9995 (timer-event-handler): Use cancel-timer-internal,
9996 and pass the cell it returns to timer-activate...
9997
9998 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
9999 (jit-lock-deferred-fontify, jit-lock-context-fontify)
10000 (jit-lock-after-change): Test memory-full.
10001
10002 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
10003
10004 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
10005 part of the decoded armor to find the key-identifier.
10006 (pgg-gpg-lookup-key-owner): New function to return the
10007 human-readable identifier of a key owner.
10008 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
10009 key itself.
10010 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
10011 the key value) if we have a key and can match it against a secret
10012 key. Also, added a note pointing out fact that the prompt only
10013 indicates the first matching key.
10014
10015 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
10016 pgg-decrypt-region.
10017 (pgg-pending-timers): A new hash for tracking the passphrase cache
10018 timers, so that new ones supercede old ones.
10019 (pgg-add-passphrase-to-cache): Rename from
10020 `pgg-add-passphrase-cache' to reduce confusion (all callers
10021 changed). Modified to cancel old timers when new ones are added.
10022 (pgg-remove-passphrase-from-cache): Rename from
10023 `pgg-remove-passphrase-cache' to reduce confusion (all callers
10024 changed). Modified to cancel old timers when their keys are
10025 removed from the cache.
10026 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
10027 XEmacs, an indirection to delete-itimer.
10028 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
10029 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
10030 users can only check cache without risk of prompting. Correct bug in
10031 notruncate behavior.
10032 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
10033 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
10034 Add informative docstrings.
10035 (pgg-decrypt): Convey provided passphrase in subordinate call to
10036 pgg-decrypt-region.
10037
10038 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
10039 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
10040 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
10041 `passphrase' argument, so the passphrase can be managed externally
10042 and then passed in to the system.
10043
10044 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
10045 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
10046 so the passphrase cache can be used reliably with identifiers
10047 besides a pgp packet's key id.
10048
10049 * pgg-gpg.el (pgg-pgp-encrypt-region)
10050 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
10051 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
10052 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
10053 argument to all these routines, so the passphrase can be managed
10054 externally and passed in to the system.
10055
10056 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
10057 `notruncate' argument, so the passphrase cache can be used
10058 reliably with identifiers besides a pgp packet's key id.
10059
10060 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
10061
10062 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
10063 symmetric encryption.
10064 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
10065 encrypted session key.
10066 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
10067 message ask for the passphrase in a proper way.
10068
10069 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
10070 New user commands for symmetric encryption.
10071
10072 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
10073
10074 * textmodes/conf-mode.el (conf-assignment-sign)
10075 (conf-assignment-regexp): Fix docstrings.
10076 (conf-mode-initialize): New function.
10077 (conf-mode): Remove optional args. Use delay-mode-hooks to
10078 recognize recursive calls.
10079 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
10080 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
10081 (conf-xdefaults-mode): Use define-derived-mode and
10082 conf-mode-initialize.
10083
10084 2005-10-29 Romain Francoise <romain@orebokech.com>
10085
10086 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
10087
10088 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
10089
10090 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
10091 part of the decoded armor to find the key-identifier.
10092 (pgg-gpg-lookup-key-owner): New function to return the
10093 human-readable identifier of a key owner.
10094 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
10095 key itself.
10096 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
10097 the key value) if we have a key and can match it against a secret
10098 key. Also, added a note pointing out fact that the prompt only
10099 indicates the first matching key.
10100
10101 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
10102 pgg-decrypt-region.
10103 (pgg-pending-timers): A new hash for tracking the passphrase cache
10104 timers, so that new ones supercede old ones.
10105 (pgg-add-passphrase-to-cache): Rename from
10106 `pgg-add-passphrase-cache' to reduce confusion (all callers
10107 changed). Modified to cancel old timers when new ones are added.
10108 (pgg-remove-passphrase-from-cache): Rename from
10109 `pgg-remove-passphrase-cache' to reduce confusion (all callers
10110 changed). Modified to cancel old timers when their keys are
10111 removed from the cache.
10112 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
10113 XEmacs, an indirection to delete-itimer.
10114 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
10115 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
10116 users can only check cache without risk of prompting. Correct bug in
10117 notruncate behavior.
10118 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
10119 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
10120 Add informative docstrings.
10121 (pgg-decrypt): Convey provided passphrase in subordinate call to
10122 pgg-decrypt-region.
10123
10124 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
10125
10126 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
10127 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
10128 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
10129 `passphrase' argument, so the passphrase can be managed externally
10130 and then passed in to the system.
10131
10132 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
10133 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
10134 so the passphrase cache can be used reliably with identifiers
10135 besides a pgp packet's key id.
10136
10137 * pgg-gpg.el (pgg-pgp-encrypt-region)
10138 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
10139 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
10140 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
10141 argument to all these routines, so the passphrase can be managed
10142 externally and passed in to the system.
10143
10144 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
10145 `notruncate' argument, so the passphrase cache can be used
10146 reliably with identifiers besides a pgp packet's key id.
10147
10148 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
10149
10150 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
10151 symmetric encryption.
10152 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
10153 encrypted session key.
10154 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
10155 message ask for the passphrase in a proper way.
10156
10157 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
10158 New user commands for symmetric encryption.
10159
10160 2005-10-28 Bill Wohler <wohler@newt.com>
10161
10162 * help-mode.el (help-url): New button type. Calls browse-url.
10163 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
10164 Similar to Info nodes: URL `url'.
10165 (help-make-xrefs): Create help-url buttons for
10166 help-xref-url-regexp matches.
10167
10168 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
10169
10170 * tool-bar.el (tool-bar-add-item-from-menu)
10171 (tool-bar-local-item-from-menu): Fix doc strings.
10172
10173 2005-10-28 Romain Francoise <romain@orebokech.com>
10174
10175 * ldefs-boot.el: Update.
10176
10177 * subr.el (locate-library): Move from help-fns.el.
10178 * help-fns.el (locate-library): Move to subr.el.
10179
10180 2005-10-28 Richard M. Stallman <rms@gnu.org>
10181
10182 * net/tramp.el (tramp-completion-mode): defvar moved up.
10183
10184 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
10185
10186 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
10187
10188 * files.el (find-file-noselect): Use %d to format large file size.
10189
10190 * bindings.el (mode-line-format): Add %e.
10191
10192 * loadup.el ("facemenu"): Load unconditionally.
10193 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
10194 ("x-dnd"): Load, when appropriate.
10195
10196 * startup.el (command-line): Call before-init-hook earlier.
10197 Warn about some bad characters in -u user name.
10198
10199 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
10200 (flyspell-external-point-words): Error if misspelled word is not found.
10201 Set flyspell-large-region-beg at end of word.
10202
10203 2005-10-28 Andreas Schwab <schwab@suse.de>
10204
10205 * view.el (View-revert-buffer-scroll-page-forward):
10206 Use view-page-size-default.
10207
10208 2005-10-28 Juri Linkov <juri@jurta.org>
10209
10210 * international/quail.el (quail-get-current-str): Translate last
10211 raw character for deterministic input methods.
10212
10213 2005-10-27 Jay Belanger <belanger@truman.edu>
10214
10215 * calc/calc-ext.el: Add functions to autoloads.
10216 (math-identity-matrix-p, math-ident-row-p): New functions.
10217
10218 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
10219 multiplication by an identity matrix; don't turn multiplication by
10220 an inverse matrix into division.
10221 (math-div-symbol-fancy): Replace division by matrices with
10222 multiplication by inverse.
10223
10224 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
10225
10226 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
10227 (calc-writeoutpower): New functions.
10228
10229 2005-10-27 Romain Francoise <romain@orebokech.com>
10230
10231 * replace.el (occur-engine): Include colon in mouse-face highlight.
10232
10233 * dired-x.el: Change Maintainer field.
10234
10235 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
10236
10237 * longlines.el (longlines-mode): Bind after-change-functions to
10238 nil during initial decoding and final encoding.
10239
10240 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
10241
10242 * term.el (term-emulate-terminal, term-handle-colors-array)
10243 (term-handle-ansi-escape): Specify the terminfo capabilities
10244 implemented.
10245
10246 2005-10-26 Richard M. Stallman <rms@gnu.org>
10247
10248 * info.el (Info-fontify-node): Fix detection of sentence-break
10249 before *Note.
10250
10251 2005-10-26 Romain Francoise <romain@orebokech.com>
10252
10253 * smerge-mode.el: Add `tools' to file keywords.
10254
10255 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
10256
10257 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
10258 when the fringe is not available.
10259
10260 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
10261 (def-gdb-auto-update-trigger): Simplify construction.
10262 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
10263 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
10264 defined explicitly.
10265 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
10266 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
10267 defined explicitly.
10268 (gdb-info-locals-custom): Remove as it's a no-op.
10269
10270 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
10271
10272 * longlines.el (longlines-mode): Remove narrowing before
10273 performing the initial decoding or final encoding.
10274
10275 2005-10-25 Romain Francoise <romain@orebokech.com>
10276
10277 * emacs-lisp/find-func.el (find-library-name): Also strip
10278 extension if library name ends in .el, to take advantage of
10279 `find-library-suffixes'.
10280
10281 2005-10-25 Richard M. Stallman <rms@gnu.org>
10282
10283 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
10284
10285 2005-10-25 Juri Linkov <juri@jurta.org>
10286
10287 * textmodes/texinfo.el (texinfo-mode): Change charset of one
10288 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
10289
10290 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
10291
10292 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
10293 (blackbox-redefine-key): Add argument `map'.
10294
10295 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
10296 regions when moving the jit-lock-context-unfontify-pos boundary.
10297
10298 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
10299
10300 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
10301
10302 2005-10-25 Masatake YAMATO <jet@gyve.org>
10303
10304 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
10305
10306 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
10307
10308 * play/blackbox.el (blackbox-redefine-key): New function.
10309 (blackbox-mode-map): Use it to remap existing bindings for cursor
10310 motion instead of binding literal keys.
10311
10312 2005-10-25 Glenn Morris <rgm@gnu.org>
10313
10314 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
10315 diary does not end in a newline. Do not assume a blank line at
10316 the start of the diary file.
10317
10318 2005-10-25 Kenichi Handa <handa@m17n.org>
10319
10320 * international/quail.el (quail-translate-key): If the input
10321 method is deterministic and failed to handle the last key, restart
10322 the key handling loop from an appropriate key.
10323
10324 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
10325
10326 * vc.el (vc-dired-mode): Extend comment for binding of
10327 `directory-listing-before-filename-regexp'.
10328
10329 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
10330
10331 * textmodes/texinfo.el (texinfo-mode):
10332 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
10333 not to unnecessarily expose emacs-mule's internal char codes.
10334
10335 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
10336
10337 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
10338 Display hand pointer and help-echo on disabled icon too.
10339 (gdb-mouse-until): New function.
10340 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
10341
10342 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
10343
10344 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
10345 with 2005-10-23 change to doctor.el.
10346
10347 * finder.el (finder-mode-map): Add follow-link binding.
10348
10349 2005-10-25 Kim F. Storm <storm@cua.dk>
10350
10351 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
10352 to gdb-mouse-toggle-breakpoint-fringe.
10353 (gdb-mouse-toggle-breakpoint-margin): Rename from
10354 gdb-mouse-toggle-breakpoint. Fix doc.
10355 (gdb-mouse-toggle-breakpoint-fringe): New defun.
10356 (gdb-put-string): Add optional SPROPS arg. Add props to string.
10357 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
10358 string properties also for fringe breakpoint bitmaps.
10359
10360 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
10361
10362 * textmodes/org.el (org-start-icalendar-file): Fix format form.
10363
10364 2005-10-25 Masatake YAMATO <jet@gyve.org>
10365
10366 * simple.el (completion-common-substring):
10367 Use `completion-common-substring' prior to `completion-base-size'.
10368
10369 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
10370
10371 * savehist.el: Require CL while compiling.
10372 (savehist-history-variables): Remove.
10373 (savehist-save-minibuffer-history, savehist-additional-variables)
10374 (savehist-minibuffer-history-variables): New vars.
10375 (savehist-save): Use them.
10376 (savehist-uninstall, savehist-minibuffer-hook): New funs.
10377 (savehist-install): New fun, extracted from savehist-load.
10378 (savehist-load): Use them.
10379
10380 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
10381
10382 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
10383 a dummy doc-string-elt property.
10384 (defalias, defvaralias, define-category): Add a docstring property.
10385
10386 * image.el (defimage):
10387 * widget.el (define-widget):
10388 * custom.el (defface, defcustom): Add `doc-string' declaration.
10389
10390 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
10391 (defadvice): Add `doc-string' declaration.
10392
10393 * emacs-lisp/byte-run.el (macro-declaration-function):
10394 Handle `doc-string' declarations.
10395 (define-obsolete-function-alias, define-obsolete-variable-alias):
10396 Add `doc-string' declaration.
10397
10398 2005-10-24 Kenichi Handa <handa@m17n.org>
10399
10400 * international/utf-7.el (utf-7): Add autoload cookie.
10401
10402 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
10403
10404 2005-10-24 Eli Zaretskii <eliz@gnu.org>
10405
10406 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
10407 list of directories passed to batch-update-autoloads. Add "." to
10408 the list of the echoed directories.
10409
10410 * pgg-def.el:
10411 * pgg-gpg.el:
10412 * pgg-parse.el:
10413 * pgg-pgp.el:
10414 * pgg-pgp5.el:
10415 * pgg.el: Moved here from the gnus subdirectory.
10416
10417 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
10418
10419 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
10420 in case comint-prompt-read-only is set to t.
10421
10422 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
10423 in case comint-prompt-read-only is set to t.
10424
10425 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
10426
10427 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
10428 Now a string.
10429 (icalendar-import-format): Handle CLASS, STATUS, URL.
10430 Rename `subject' to `summary'.
10431 (icalendar-import-format-summary): Rename from
10432 `icalendar-import-format-subject'.
10433 (icalendar-import-format-url, icalendar-import-format-status)
10434 (icalendar-import-format-class): New variables.
10435 (icalendar--rris): Take variable argument list.
10436 (icalendar--datestring-to-isodate): Remove unnecessary
10437 calendar-style check when converting dates with explicit month names.
10438 (icalendar-export-region): Change return type of conversion
10439 subroutines. Bury current buffer unless error occurred.
10440 (icalendar--convert-to-ical)
10441 (icalendar--parse-summary-and-rest): New functions.
10442 (icalendar--convert-ordinary-to-ical)
10443 (icalendar--convert-weekly-to-ical)
10444 (icalendar--convert-yearly-to-ical)
10445 (icalendar--convert-block-to-ical)
10446 (icalendar--convert-cyclic-to-ical)
10447 (icalendar--convert-anniversary-to-ical): Change return type.
10448 Strip trailing blanks from subject.
10449 (icalendar--convert-sexp-to-ical): Change return type.
10450 Strip trailing blanks from subject. Handle simple sexp
10451 entries as generated by icalendar.el.
10452 (icalendar--convert-float-to-ical)
10453 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
10454 (icalendar-import-file): Doc fix.
10455 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
10456 Correct call to icalendar--rris.
10457 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
10458 `summary'.
10459 (icalendar--add-diary-entry): Rename `subject' to `summary'.
10460
10461 2005-10-24 Romain Francoise <romain@orebokech.com>
10462
10463 * server.el (server-sentinel): Set query-on-exit flag to nil on
10464 new client processes (it isn't inherited from the server process).
10465
10466 * replace.el (occur-engine): Rearrange text properties.
10467
10468 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
10469
10470 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
10471 case-fold-search is nil.
10472 (debug-help-follow): Use help-xref-interned directly.
10473
10474 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
10475
10476 * thumbs.el (thumbs-image-type): Add .pbm.
10477
10478 2005-10-23 Richard M. Stallman <rms@gnu.org>
10479
10480 * faces.el (inhibit-face-set-after-frame-default): New variable.
10481 (set-face-attribute): Bind it.
10482 (face-set-after-frame-default): Test it.
10483
10484 * help-fns.el (describe-simplify-lib-file-name): New function.
10485 (describe-function-1, describe-variable): Use it.
10486
10487 * faces.el (describe-face): Use describe-simplify-lib-file-name.
10488
10489 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
10490 Eliminate nil as possible value.
10491 (tooltip-hide-delay): Reduce internal-border-width.
10492
10493 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
10494 (menu-bar-file-menu) <new-file>: Likewise.
10495
10496 * simple.el (line-move-finish): Ignore fields computing LINE-END.
10497
10498 * international/mule.el (load-with-code-conversion):
10499 Pass full file name to `eval-buffer' unless preloading.
10500
10501 * textmodes/flyspell.el (flyspell-large-region):
10502 Call ispell-check-version.
10503
10504 * textmodes/ispell.el (ispell-local-dictionary-overridden):
10505 Fix the make-variable-buffer-local call that was supposed
10506 to be for this variable.
10507 (ispell-aspell-supports-utf8): Doc fix.
10508 (ispell-find-aspell-dictionaries): Preserve elements of
10509 ispell-dictionary-alist for dictionaries that aspell doesn't report.
10510 (ispell-aspell-find-dictionary): Return nil on error.
10511
10512 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
10513 (doctor-symptoms): Likewise.
10514
10515 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
10516
10517 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
10518
10519 * cus-edit.el (custom-button, custom-button-pressed): New vars.
10520 (custom-raised-buttons): Add :set spec.
10521 (custom-button-unraised, custom-button-pressed-unraised):
10522 New faces, so that custom-raised-buttons actually does something.
10523 (custom-mode): Use custom-button and custom-button-pressed.
10524
10525 * wid-edit.el (widget-specify-button): Don't ignore
10526 widget-mouse-face on graphic terminals.
10527 (widget-move-and-invoke): Cleanup.
10528
10529 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
10530
10531 * whitespace.el (whitespace-cleanup): Doc fix.
10532
10533 2005-10-23 Romain Francoise <romain@orebokech.com>
10534
10535 * emulation/viper.el (viper-set-hooks): Quote forms passed to
10536 `eval-after-load' to avoid evaluating their result.
10537
10538 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
10539
10540 * files.el (directory-listing-before-filename-regexp):
10541 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
10542
10543 * dired.el (dired-move-to-filename-regexp): Remove.
10544 All occurences replaced by `directory-listing-before-filename-regexp'.
10545
10546 * dired-x.el, locate.el, vc.el:
10547 Replace `dired-move-to-filename-regexp' by
10548 `directory-listing-before-filename-regexp'. In vc.el it is
10549 overwritten locally; maybe this can be handled in files.el too.
10550
10551 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
10552 replaced by `directory-listing-before-filename-regexp'.
10553
10554 2005-10-23 Andreas Schwab <schwab@suse.de>
10555
10556 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
10557 and eval-next-after-load.
10558
10559 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
10560
10561 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
10562 exist, create it.
10563
10564 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
10565
10566 * allout.el: Remove autoloads for mailcrypt and crypt++.
10567 Require pgg, pgg-gpg during compilation.
10568 (allout-version): Increment version number to 2.1, and use a literal
10569 rather than RCS Id.
10570 (allout-default-encryption-scheme): Remove.
10571 (allout-passphrase-verifier-handling)
10572 (allout-passphrase-verifier-string)
10573 (allout-file-passphrase-verifier-string)
10574 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
10575 (allout-passphrase-hint-handling): Rename and simplify.
10576 (allout-init): Use `find-file-hook' if available, otherwise
10577 `find-file-hooks'.
10578 (allout-mode): Use `write-file-functions' if available, otherwise
10579 `local-write-file-hooks' and, instead of making auto-save-hook
10580 buffer local, make the write-file-hook activity contingent to
10581 allout-mode.
10582 (allout-mode): Use key-binding substitution in the docstring.
10583 (allout-kill-line): Spell-out kill ring data structure mutation
10584 instead of using byte-compiler-complaint-provoking `pop'.
10585 (allout-insert-listified): Use `insert' rather than `insert-string'
10586 (allout-toggle-current-subtree-encryption): Update docstring, adjust
10587 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
10588 (allout-encrypt-string): Totally revamped vis new underlying
10589 encryption facilities.
10590 (allout-mc-activate-passwd): Remove.
10591 (allout-obtain-passphrase): New, more or less replaces
10592 allout-mc-activate-passwd.
10593 (allout-encrypted-key-info): More or less replaces
10594 allout-encrypted-text-type.
10595 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
10596 (my-mark-marker): Use `(featurep 'xemacs)'.
10597
10598 2005-10-23 Lars Hansen <larsh@soem.dk>
10599
10600 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
10601 (byte-compile-file-form-defmumble, byte-compile-defun)
10602 (byte-compile-defmacro): Use it.
10603 (byte-compile-form): Don't call byte-compile-set-symbol-position
10604 when a byte-compile handler is called.
10605
10606 2005-10-22 Romain Francoise <romain@orebokech.com>
10607
10608 * savehist.el (savehist-history-variables): Add `grep-find-history'.
10609
10610 * subr.el (eval-after-load): Convert library name to an absolute
10611 file name using locate-library, since load-history no longer has
10612 library names in it.
10613
10614 2005-10-22 Richard M. Stallman <rms@gnu.org>
10615
10616 * files.el (make-temp-file): Move from subr.el.
10617 * subr.el (make-temp-file): Move to files.el.
10618
10619 * window.el (get-buffer-window-list): Move from subr.el.
10620 * subr.el (get-buffer-window-list): Move to window.el.
10621
10622 * image.el (image-load-path): Use eval-at-startup to initialize.
10623
10624 * subr.el (eval-at-startup): New macro.
10625
10626 * subr.el: Much rearrangement of functions and division
10627 into pages. No code changes.
10628
10629 2005-10-22 Kenichi Handa <handa@m17n.org>
10630
10631 * tar-mode.el (tar-extract): Be sure to call
10632 find-operation-coding-system if set-auto-coding doesn't find a
10633 coding system.
10634
10635 2005-10-22 Kim F. Storm <storm@cua.dk>
10636
10637 * image.el (image-type-header-regexps): Rename from image-type-regexps.
10638 Change users.
10639 (image-type-file-name-regexps): New defconst.
10640 (image-type-from-data): Simplify loop.
10641 (image-type-from-buffer): New defun.
10642 (image-type-from-file-header): Use it instead of image-type-from-data.
10643 Use image-search-load-path instead of only looking in data-directory.
10644 (image-type-from-file-name): New defun.
10645 (image-search-load-path): Change `pathname' to `filename'.
10646 Make PATH arg optional, default to image-load-path.
10647
10648 2005-10-21 Richard M. Stallman <rms@gnu.org>
10649
10650 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
10651
10652 * textmodes/paragraphs.el (sentence-end-base): New variable.
10653 (sentence-end): Use sentence-end-base.
10654
10655 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
10656
10657 * font-lock.el (font-lock-default-fontify-region): Check the multiline
10658 property independently from the font-lock-multiline variable.
10659
10660 2005-10-21 Richard M. Stallman <rms@gnu.org>
10661
10662 * emacs-lisp/find-func.el (find-library-name): Doc fix.
10663
10664 * startup.el (command-line): Convert library names
10665 in `load-history' to absolute file names.
10666
10667 * subr.el (symbol-file): Doc fix.
10668
10669 * loadhist.el (file-loadhist-lookup): Call locate-library
10670 instead of find-library-name. Don't try converting
10671 abs file names to library names, since load-history no longer
10672 has library names in it.
10673 (file-dependents, file-provides, file-requires): Doc fixes.
10674
10675 2005-10-21 Juri Linkov <juri@jurta.org>
10676
10677 * progmodes/etags.el (tags-table-mode): New function.
10678 (tags-verify-table): Replace initialize-new-tags-table with
10679 tags-table-mode.
10680
10681 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
10682 default value.
10683 (desktop-modes-not-to-save): Add tags-table-mode to the
10684 default value.
10685
10686 * info.el (Info-index-next): Add total number of index
10687 alternatives to the message.
10688
10689 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
10690 backward only space (instead of space and period) before looking
10691 at sentence end.
10692
10693 * simple.el (set-variable): Use user-variable-p instead of symbolp.
10694 Add the old variable value as 4th default-value arg of read-string.
10695
10696 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10697
10698 * cus-face.el (custom-declare-face): Make face from X resources
10699 also on Mac.
10700
10701 * disp-table.el (standard-display-g1, standard-display-graphic):
10702 Refuse to use string glyphs also on Mac.
10703 (standard-display-european): Don't set terminal coding system also
10704 on Mac.
10705
10706 * frame.el (display-screens): Use x-display-screens also on Mac.
10707
10708 2005-10-21 Romain Francoise <romain@orebokech.com>
10709
10710 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
10711
10712 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
10713
10714 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
10715 and $? into sexps.
10716
10717 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
10718 warning face on open-paren-in-column-0.
10719
10720 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
10721 boundary case. Fix typo.
10722 Suggested by Martin Rudalics <rudalics@gmx.at>.
10723
10724 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
10725
10726 * textmodes/org.el (org-combined-agenda-icalendar-file)
10727 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
10728 (org-export-icalendar-this-file)
10729 (org-export-icalendar-all-agenda-files)
10730 (org-export-icalendar-combine-agenda-files): New commands.
10731 (org-export-icalendar, org-print-icalendar-entries)
10732 (org-start-icalendar-file, org-finish-icalendar-file)
10733 (org-ical-ts-to-string): New functions.
10734 (org-read-date, org-goto-calendar)
10735 (org-agenda-goto-calendar): Inhibit displaying diary entries by
10736 call to `calendar'.
10737 (orgtbl-setup): Remove the :keys arguments from the menu description.
10738 (org-after-save-iCalendar-file-hook): New variable.
10739
10740 2005-10-21 Kenichi Handa <handa@m17n.org>
10741
10742 * language/vietnamese.el (tcvn-5712): Make it an alias of
10743 vietnamese-tcvn coding-system.
10744
10745 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
10746
10747 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
10748 group id is given.
10749
10750 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
10751
10752 * progmodes/sh-script.el (sh-escaped-line-re): New var.
10753 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
10754 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
10755 whose line is either continued or ends with a comment.
10756
10757 2005-10-20 Romain Francoise <romain@orebokech.com>
10758
10759 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
10760
10761 * replace.el (occur-engine): Add follow-link property.
10762
10763 * font-core.el (font-lock-mode): Doc fix.
10764
10765 2005-10-20 Richard M. Stallman <rms@gnu.org>
10766
10767 * net/rcirc.el: New file.
10768
10769 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
10770
10771 * term.el (term-term-name): Initialize to "eterm-color".
10772
10773 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
10774
10775 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
10776 for encryption functionality.
10777 Move allout customization subgroup from `editing' to `outlines' group.
10778 Fix commentary keywords to legitimate ones.
10779 Update author info (using my current email address, obscurified).
10780 (allout-encrypt-string, allout-encryption-produce-work-buffer)
10781 (allout-encrypted-topic-p, allout-encrypted-text-type)
10782 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
10783 (allout-situate-encryption-key-verifier)
10784 (allout-get-encryption-key-verifier, allout-verify-key)
10785 (allout-next-topic-pending-encryption)
10786 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
10787 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
10788 (outline-key-verifier-handling, outline-key-hint-handling)
10789 (outline-encrypt-unencrypted-on-saves): New defcustoms.
10790 (allout-file-key-verifier-string, allout-encryption-scheme)
10791 (allout-key-verifier-string, allout-key-hint-string)
10792 (allout-after-save-decrypt): New variables.
10793 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
10794 (allout-after-saves-handler): New hook functions.
10795 (allout-post-command-business): Do allout-after-save-decrypt.
10796 (allout-enable-file-variable-adjustment): Custom var to enable
10797 mechanism for adding and adjusting settings of Emacs file variables.
10798 (allout-adjust-file-variable, allout-file-vars-section-data):
10799 New functions, implement the mechanism.
10800 (outlineify-sticky): Use the file vars mechanism.
10801 (allout-inhibit-protection, allout-during-write-cue)
10802 (allout-override-protect, allout-before-change-protect): Remove.
10803 (allout-flag-region, allout-open-topic): Adjust read-only text.
10804 (allout-open-line-not-read-only): Add to facilitate read-only
10805 text based protection.
10806 (allout-kill-line): Revise to adjust read-only text, clue the
10807 user about the inhibition.
10808 (allout-unprotected): Use unwind-protect.
10809 (allout-shift-in, allout-shift-out): Disallow manually shifting a
10810 topic deeper than the offspring depth of the previous topic -
10811 avoiding confusing "containment discontinuities".
10812 (allout-reindent-bodies): Fix retention of body relative hanging
10813 indent during promotion of collapsed bodies.
10814 (allout-open-topic): Make it easy to open new topic with same
10815 bullet as current topic - topic creation functions provided with
10816 any universal argument provokes now prompt for bullet, defaulting
10817 to the bullet of the previous topic.
10818 (allout-plain-bullets-string, allout-distinctive-bullets-string):
10819 Plain bullet alternates `.' period and `,' comma only. All other
10820 bullets are relegated to special status (but customizable).
10821 (allout-end-of-entry): Rename from allout-end-of-current-entry
10822 since it actually operates w.r.t. most immediately containing
10823 entry, visible or not.
10824 (allout-hide-current-entry, allout-show-current-entry): Use the
10825 revised version.
10826 (allout-old-expose-topic): Solidify deprecation.
10827 (allout-end-of-subtree): Add so we can span concealed as well
10828 as visible topics.
10829 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
10830 (allout-end-of-current-heading): Tweak to just respect the first line.
10831 (allout-get-body-text): Add.
10832 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
10833 when invoked interactively.
10834 (allout-up-current-level): Use `interactive-p'.
10835 (allout-mode, allout-init): Miscellaneous docstring and
10836 operational refinements, as well as hookups of new encryption stuff.
10837 (allout-beginning-of-current-entry): Now works as advertised.
10838 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
10839 (allout-isearch-rectification): Refine condition for isearching.
10840 (allout-isearch-abort, allout-enwrap-isearch)
10841 (allout-flag-region, my-region-active-p): Relocate some macros.
10842 (allout-title): Fallback title is (buffer-name), not
10843 non-existing (current-buffer-name).
10844 (subst-char-in-string): Define if absent (for some XEmacs versions).
10845
10846 2005-10-20 Jari Aalto <jari.aalto@cante.net>
10847
10848 * mail/sendmail.el (mail-setup-hook, mail-aliases)
10849 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
10850 (mail-citation-prefix-regexp, mail-signature-file)
10851 (mail-default-headers, mail-bury-selects-summary)
10852 (mail-send-nonascii): Add autoload cookies.
10853
10854 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
10855
10856 * frame.el (blink-cursor-mode): Add `mac' to the list of
10857 window-system's that support blinking cursor.
10858
10859 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
10860
10861 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
10862
10863 2005-10-20 Eli Zaretskii <eliz@gnu.org>
10864
10865 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
10866 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
10867 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
10868
10869 2005-10-20 Kim F. Storm <storm@cua.dk>
10870
10871 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
10872 (ido-set-current-directory): Don't add / after final @.
10873 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
10874 Explicitly handle ange-ftp completion oddities.
10875 (ido-make-file-list): Don't rotate list at tramp root to avoid
10876 triggering tramp file handler for expand-file-name via get-file-buffer.
10877
10878 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
10879
10880 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
10881
10882 2005-10-19 Jay Belanger <belanger@truman.edu>
10883
10884 * calc/calc-units.el (math-standard-units): Add units, adjust
10885 symbols and update values.
10886 (math-unit-prefixes): Add more prefixes.
10887
10888 2005-10-19 Romain Francoise <romain@orebokech.com>
10889
10890 * bookmark.el (bookmark-menu-heading): New face.
10891 (bookmark-bmenu-list): Use it.
10892 Don't fiddle with `baud-rate' at top-level.
10893
10894 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
10895
10896 * image.el (create-image, find-image): Mention max-image-size in
10897 docstring.
10898
10899 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
10900
10901 * savehist.el (savehist-load): Revert to checking XEmacs.
10902
10903 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
10904 Various docstring and line-width fixups.
10905 (conf-mode): Use cond.
10906 Set font-lock-defaults. Don't set comment-use-syntax.
10907
10908 2005-10-18 David Ponce <david@dponce.com>
10909
10910 * tree-widget.el (tree-widget-button-click): New function.
10911 (tree-widget-button-keymap): Use it.
10912
10913 2005-10-18 Romain Francoise <romain@orebokech.com>
10914
10915 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
10916 (bookmark-bmenu-hide-filenames): Add follow-link property.
10917 Improve help-echo text.
10918
10919 * ffap.el (find-file-at-point): Doc fix.
10920
10921 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10922
10923 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
10924
10925 2005-10-18 Masatake YAMATO <jet@gyve.org>
10926
10927 Install to the CVS repository what I forgot to install in my
10928 2005-10-16 changes.
10929
10930 * progmodes/python.el (python-complete-symbol): Pass the common
10931 prefix substring of completion to `display-completion-list'.
10932
10933 * textmodes/org.el (org-complete): Ditto.
10934
10935 2005-10-18 Masatake YAMATO <jet@gyve.org>
10936
10937 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
10938
10939 * woman.el (WoMan-xref-man-page): New button type derived
10940 from `Man-abstract-xref-man-page'.
10941 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
10942
10943 * man.el (Man-abstract-xref-man-page): New button type.
10944 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
10945 (Man-highlight-references): Add new optional argument `xref-man-type'.
10946
10947 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
10948
10949 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
10950
10951 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
10952
10953 * cus-edit.el (Custom-move-and-invoke): Delete.
10954 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
10955
10956 * wid-edit.el (widget-move-and-invoke): New function, from
10957 Custom-move-and-invoke.
10958
10959 2005-10-17 Bill Wohler <wohler@newt.com>
10960
10961 Move all remaining images from lisp/toolbar to etc/images, move
10962 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
10963 the low resolution images in their own directory (low-color).
10964
10965 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
10966 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
10967 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
10968 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
10969 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
10970 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
10971 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
10972
10973 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
10974 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
10975 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
10976 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
10977 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
10978 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
10979 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
10980 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
10981 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
10982 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
10983 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
10984 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
10985 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
10986 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
10987 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
10988
10989 To conform with convention, replace the underscore (_) in the
10990 following image names with dash (-) or (/) as appropriate.
10991
10992 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
10993 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
10994 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
10995 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
10996 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
10997 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
10998 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
10999 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
11000 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
11001 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
11002 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
11003 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
11004 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
11005 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
11006 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
11007
11008 * info.el (info-tool-bar-map): Replace underscores in image names
11009 with dashes.
11010
11011 * makefile.w32-in (WINS): Remove toolbar.
11012
11013 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
11014
11015 * tool-bar.el: Move to lisp from toolbar. Now that
11016 toolbar is empty, it should be deleted when folks run "cvs up -P".
11017
11018 2005-10-18 Jay Belanger <belanger@truman.edu>
11019
11020 * calc/calc-store.el (calc-store-into): Get the proper variable name
11021 to display in message.
11022
11023 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
11024
11025 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
11026 expressions display in speedbar for all buffers when debugging.
11027 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
11028
11029 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
11030 (speedbar-insert-button, speedbar-make-button):
11031 Use add-text-properties.
11032 (speedbar-update-localized-contents)
11033 (speedbar-update-directory-contents)
11034 (speedbar-update-special-contents): Use dolist.
11035 (speedbar-buffer-easymenu-definition): Add a menu separator.
11036
11037 2005-10-17 Jason Rumney <jasonr@gnu.org>
11038
11039 * makefile.w32-in: Use $(lisp) consistently.
11040 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
11041 for shell specific generation of mh-autoloads.
11042
11043 2005-10-17 Richard M. Stallman <rms@gnu.org>
11044
11045 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
11046
11047 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
11048
11049 * jit-lock.el (jit-lock-fontify-now):
11050 Move jit-lock-context-unfontify-pos to avoid wasted work.
11051
11052 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
11053
11054 * net/tramp.el (tramp-completion-mode): New defvar. Used in
11055 `tramp-completion-mode' for checking if we are in completion mode.
11056 (tramp-completion-handle-file-name-all-completions): Reorder code
11057 in order to complete for file names only in case there are no
11058 method/user/host completions. This is necessary for cooperation
11059 with ido. Reported by Kim F. Storm <storm@cua.dk>.
11060
11061 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
11062
11063 * longlines.el (longlines-search-forward)
11064 (longlines-search-backward): Match any number of spaces.
11065
11066 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
11067
11068 * diff-mode.el (diff-mode): Doc fix.
11069
11070 2005-10-16 David Reitter <david.reitter@gmail.com>
11071
11072 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
11073 as default on darwin and windows systems.
11074
11075 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
11076
11077 * arc-mode.el (archive-zip-extract): Doc fix.
11078
11079 2005-10-16 Romain Francoise <romain@orebokech.com>
11080
11081 * mouse.el (mouse-1-click-follows-link): Doc fix.
11082
11083 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
11084
11085 * savehist.el: Don't require CL at runtime.
11086 (savehist-xemacs): Remove.
11087 (savehist-coding-system): Use utf-8 if present, regardless of religion.
11088 (savehist-no-conversion): Use (featurep 'xemacs).
11089 (savehist-load): Check existence of start-itimer rather than XEmacs.
11090 Use an idle timer.
11091 (savehist-process-for-saving): Replace use of CL funs `subseq' and
11092 `delete-if-not'.
11093
11094 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
11095
11096 * savehist.el: Newer version.
11097 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
11098 (savehist-last-checksum, savehist-no-conversion): New vars.
11099 (savehist-autosave, savehist-process-for-saving, savehist-printable):
11100 New functions.
11101 (savehist-load, savehist-save): Use them.
11102 (savehist-delimit): Remove.
11103
11104 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
11105
11106 * progmodes/compile.el (compilation-goto-locus): Display the
11107 compilation buffer first and the source buffer second, in case they're
11108 in overlapping frames. Don't raise the compilation frame if it was the
11109 selected window upon entry. Pass the `other-window' arg to
11110 pop-to-buffer.
11111
11112 * info.el (Info-fontify-node): Use dolist.
11113 Change add-text-properties to put-text-property.
11114
11115 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11116
11117 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
11118 bound of search.
11119
11120 2005-10-16 Masatake YAMATO <jet@gyve.org>
11121
11122 * dabbrev.el (dabbrev-completion): Pass the common
11123 prefix substring of completion to `display-completion-list'.
11124
11125 * filecache.el (file-cache-minibuffer-complete)
11126 (file-cache-complete): Ditto.
11127
11128 * tempo.el (tempo-display-completions): Ditto.
11129
11130 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
11131
11132 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
11133
11134 * eshell/em-hist.el (eshell-list-history): Ditto.
11135
11136 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
11137
11138 * mail/mailalias.el (mail-complete): Ditto.
11139
11140 * progmodes/etags.el (complete-tag): Ditto.
11141
11142 * progmodes/make-mode.el (makefile-complete): Ditto.
11143
11144 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
11145
11146 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
11147
11148 * progmodes/pascal.el (pascal-complete-word)
11149 (pascal-show-completions): Ditto.
11150
11151 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
11152
11153 * simple.el (completion-common-substring): New variable.
11154 (completion-setup-function): Use `completion-common-substring'
11155 to put faces.
11156
11157 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11158
11159 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
11160 (x-get-selection, mac-select-convert-to-string): Convert from/to
11161 UTF-16 clipboard data as in native byte order, no BOM.
11162
11163 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
11164
11165 * progmodes/gud.el (gud-tool-bar-map): Rename the images
11166 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
11167 (gud-sentinel): Use speedbar-frame to check for speedbar.
11168
11169 2005-10-15 Richard M. Stallman <rms@gnu.org>
11170
11171 * savehist.el: New file.
11172
11173 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
11174
11175 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
11176 Fix bug in \bf fontification.
11177
11178 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
11179
11180 * pcvs.el (cvs-edit-log-files): New var.
11181 (cvs-mode-edit-log): New arg `file'.
11182 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
11183 Instead force the use of the original file and nothing else.
11184 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
11185 the cvs-minor-wrap-function is set.
11186 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
11187
11188 2005-10-14 Bill Wohler <wohler@newt.com>
11189
11190 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
11191 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
11192 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
11193 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
11194 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
11195 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
11196 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
11197 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
11198 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
11199 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
11200 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
11201 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
11202 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
11203 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
11204 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
11205
11206 * progmodes/gud.el (gud-tool-bar-map): Rename the images
11207 appropriately (for example, gud-break to gud/break).
11208
11209 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
11210
11211 * longlines.el (longlinges-search-function)
11212 (longlines-search-forward, longlines-search-backward): New functions.
11213 (longlines-mode): Set isearch-search-fun-function to
11214 longlinges-search-function.
11215
11216 * mouse.el (mouse-drag-region-1): Handle the case where a
11217 double-click event is bound to an arbitrary function.
11218
11219 2005-10-14 David Ponce <david@dponce.com>
11220
11221 * recentf.el (recentf-track-opened-file)
11222 (recentf-track-closed-file, recentf-update-menu)
11223 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
11224 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
11225 mouse-1-click-follows-link.
11226
11227 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11228
11229 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
11230 Gnome file-manager.png. Suggested by
11231 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
11232
11233 * toolbar/README: Add diropen.xpm.
11234
11235 2005-10-13 Bill Wohler <wohler@newt.com>
11236
11237 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
11238 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
11239
11240 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
11241
11242 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
11243 Don't waste the byte-compiler's time on constant data.
11244
11245 2005-10-13 Kenichi Handa <handa@m17n.org>
11246
11247 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
11248 byte with `escape-glyph' face.
11249
11250 * international/fontset.el (ccl-encode-unicode-font):
11251 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
11252 Handle the case that ucs-mule-to-mule-unicode translates a character to
11253 ASCII (usually for IPA characters).
11254
11255 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
11256
11257 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
11258 Don't hide the underline of titles if font-lock-mode is disabled.
11259
11260 2005-10-12 Bill Wohler <wohler@newt.com>
11261
11262 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
11263 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
11264 files in MH-E-SRC have been updated.
11265 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
11266
11267 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
11268
11269 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
11270 (mixal-mode-syntax-table): Add \n as end-comment.
11271 (mixal-operation-codes-alist): Immediately initialize to full value.
11272 (mixal-add-operation-code): Remove.
11273 (mixal-describe-operation-code): Make the arg non-optional.
11274 Use the interactive spec instead.
11275 Use mixal-operation-codes-alist rather than mixal-operation-codes.
11276 (mixal-font-lock-keywords): Don't highlight comments here any more.
11277 (mixal-font-lock-syntactic-keywords): New var.
11278 (mixal-mode): Use it. Fix comment-start-skip.
11279
11280 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11281
11282 * startup.el (command-line-x-option-alist): -nb => -nbi
11283
11284 2005-10-12 Kim F. Storm <storm@cua.dk>
11285
11286 * startup.el (fancy-splash-default-action): Discard mouse click in
11287 the splash screen window, as it has no sensible meaning in the
11288 next window to be selected. Fixes error reported by Jan D.
11289
11290 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
11291
11292 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
11293
11294 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
11295
11296 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
11297 Try to fix up minor layout issues like indentation, line break, etc...
11298 (mixal-mode-syntax-table): Don't try to specify comment syntax,
11299 because it doesn't work.
11300 (mixal-operation-codes): Add some more codes.
11301 (mixal-font-lock-keywords): Process comments here.
11302 (mixal-mode): mixasm no longer needs -g option.
11303
11304 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
11305
11306 * progmodes/sh-script.el (sh-tmp-file):
11307 Use mktemp -t. Finish support for es and rc shells.
11308
11309 2005-10-11 Jay Belanger <belanger@truman.edu>
11310
11311 * calc/calcalg2.el (calc-integral): With an argument, compute the
11312 definite integral.
11313
11314 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
11315
11316 * mouse.el (mouse-drag-region-1): Don't try to catch a
11317 double-click when doing follow-link (it's overridden anyway).
11318
11319 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
11320
11321 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
11322 (autoload-print-form-outbuf): Add docstring.
11323
11324 2005-10-11 Juri Linkov <juri@jurta.org>
11325
11326 * info.el (Info-mode-menu): Delete menu item "Edit".
11327 (Info-mode): Delete description of Info-edit from docstring,
11328 and rearrange descriptions of Info commands in the order
11329 they are documented in the Info manual.
11330
11331 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
11332
11333 * calendar/appt.el (appt-check): Use diary-selective-display var.
11334
11335 2005-10-10 Richard M. Stallman <rms@gnu.org>
11336
11337 * net/newsticker.el (newsticker-start, newsticker-show-news):
11338 Add autoload cookies.
11339
11340 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
11341
11342 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
11343
11344 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
11345
11346 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
11347
11348 2005-10-10 Jay Belanger <belanger@truman.edu>
11349
11350 * calc/calc-arith.el (math-check-known-scalarp)
11351 (math-check-known-matrixp): Check the values of arguments that are
11352 variables.
11353 (math-check-known-square-matrixp): New function.
11354 (math-known-square-matrixp): Use math-check-known-square-matrixp.
11355 (math-super-types): Add sqmatrix type.
11356
11357 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
11358 mode name `square' to `sqmatrix'.
11359
11360 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
11361 mode name `square' to `sqmatrix'.
11362
11363 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
11364
11365 * progmodes/etags.el (select-tags-table-mode): Don't use
11366 selective-display.
11367 (tags-select-tags-table): Pass `button' to the action function.
11368 (select-tags-table): Place the side-info on button properties rather
11369 than in hidden text. Abbreviate file names.
11370 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
11371 (select-tags-table-select): Add `button' argument.
11372 Get side-info from the button property rather than from hidden text.
11373
11374 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
11375
11376 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
11377 (gud-speedbar-buttons): Preserve point if possible.
11378 (gud-sentinel): Restore previous speedbar display type.
11379
11380 * progmodes/gdb-ui.el (gdba): Improve diagram.
11381 (def-gdb-auto-update-handler, gdb-info-locals-handler)
11382 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
11383 Call get-buffer-window once.
11384
11385 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
11386
11387 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
11388 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
11389 (pascal-indent-command): Remove unused var `ind'.
11390 (pascal-indent-case): Remove unused var `oldpos'.
11391 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
11392 since it's now used as a proper minor mode map.
11393 (pascal-outline): Rename to pascal-outline-mode.
11394 (pascal-outline-mode): Use define-minor-mode.
11395 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
11396 selective-display.
11397
11398 2005-10-10 Andreas Schwab <schwab@suse.de>
11399
11400 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
11401 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
11402
11403 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
11404 outside source directory.
11405
11406 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
11407
11408 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
11409 C-x' as a prefix.
11410 (orgtbl-mode-map): Full keymap instead of sparse, because all
11411 `self-insert-command' keys are redefined in this map.
11412 (org-export-as-html): Specify charset for HTML file, by taking it
11413 from the coding system.
11414
11415 2005-10-10 Kenichi Handa <handa@m17n.org>
11416
11417 * textmodes/flyspell.el (flyspell-check-word-p):
11418 If unread-command-events is non-empty, don't call sit-for.
11419
11420 2005-10-09 Richard M. Stallman <rms@gnu.org>
11421
11422 * font-lock.el (font-lock-syntactic-keywords)
11423 (font-lock-keywords): Doc fixes.
11424
11425 * textmodes/flyspell.el (flyspell-external-point-words):
11426 Simplify logic, and don't try to check for consecutive appearances
11427 of one incorrect word.
11428
11429 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
11430
11431 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
11432 separator.
11433
11434 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
11435 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
11436 (gud-expansion-speedbar-buttons): New function.
11437 (gud-speedbar-buttons): Check for gud-comint-buffer.
11438
11439 2005-10-09 Bill Wohler <wohler@newt.com>
11440
11441 * Makefile.in (updates): Add mh-loaddefs dependency.
11442
11443 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
11444
11445 * speedbar.el (speedbar-file-key-map): Fix typo.
11446
11447 2005-10-09 Daniel Brockman <daniel@brockman.se>
11448
11449 * cus-start.el (line-spacing): Add custom spec.
11450
11451 2005-10-09 Romain Francoise <romain@orebokech.com>
11452
11453 * textmodes/ispell.el (ispell-check-version): Fix last change.
11454
11455 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11456
11457 * term/x-win.el: Remove -i, --icon-type from comment.
11458
11459 * startup.el (command-line-x-option-alist): Remove options -i,
11460 -itype, --icon-type, added -nb, --no-bitmap-icon
11461
11462 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
11463
11464 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
11465 instead of :active.
11466
11467 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
11468
11469 * textmodes/ispell.el (ispell-check-version):
11470 Ignore hyphen, and all that follows, in aspell's version text.
11471
11472 2005-10-08 Jay Belanger <belanger@truman.edu>
11473
11474 * calc/calc-arith.el (math-known-square-matrixp): New function.
11475 (math-pow-fancy): Check for matrices before distributing exponent
11476 across products.
11477
11478 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
11479 fullscreen keypad. Suggested by Luc Teirlinck.
11480 (calc-keypad-show-input): Add space for formatting.
11481
11482 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
11483 Add square matrix option.
11484
11485 * calc/calc-poly.el (math-expand-term): Check for matrices instead
11486 of checking calc-matrix-mode when deciding how to expand.
11487
11488 * calc/calc.el (calc-set-mode-line): Add square matrix option.
11489
11490 2005-10-08 Lars Hansen <larsh@soem.dk>
11491
11492 * net/tramp.el (tramp-perl-directory-files-and-attributes):
11493 Add error handling.
11494 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
11495
11496 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
11497
11498 Sync with Tramp 2.0.51.
11499
11500 * net/tramp.el (tramp-handle-set-visited-file-modtime)
11501 (tramp-handle-insert-file-contents, tramp-handle-write-region):
11502 Insert special handling for `last-coding-system-used', again
11503 it still seems to be necessary (unlike stated before).
11504 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
11505 (tramp-password-prompt-regexp): There might be other words before
11506 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
11507 (tramp-chunksize): Improve docstring.
11508 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
11509 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
11510 Christian Joergensen <bugs@razor.dk>.
11511
11512 2005-10-07 Glenn Morris <rgm@gnu.org>
11513
11514 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
11515 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
11516 precision'.
11517
11518 2005-10-07 Romain Francoise <romain@orebokech.com>
11519
11520 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
11521 (ibuffer-do-shell-command-pipe-replace)
11522 (ibuffer-do-shell-command-file, ibuffer-do-eval)
11523 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
11524 (ibuffer-do-revert, ibuffer-do-replace-regexp)
11525 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
11526 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
11527 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
11528 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
11529 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
11530 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
11531 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
11532 Autoload file sans suffix.
11533
11534 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
11535
11536 2005-10-07 David Ponce <david@dponce.com>
11537
11538 * recentf.el (recentf-menu-open-all-flag): New option.
11539 (recentf-digit-shortcut-command-name): New function.
11540 (recentf--shortcuts-keymap): New variable.
11541 (recentf-menu-shortcuts): New variable.
11542 (recentf-make-menu-items): Initialize it. Replace the "More..."
11543 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
11544 (recentf-menu-value-shortcut): New function.
11545 (recentf-make-menu-item): Use it. No more in-lined.
11546 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
11547 (recentf-open-most-recent-file): Rename from
11548 `recentf-open-file-with-key'. Don't depend on key binding.
11549 (recentf-mode-map): New variable.
11550 (recentf-mode): Use it.
11551
11552 2005-10-06 Bill Wohler <wohler@newt.com>
11553
11554 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
11555
11556 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
11557 (MH-E-SRC): New. Used by mh-autoloads.
11558 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
11559 files in MH-E-SRC have been updated.
11560 (compile, recompile, bootstrap): Depend on mh-autoloads.
11561
11562 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
11563
11564 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
11565 gud-break and gud-remove icons when the fringe is not available.
11566
11567 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
11568 Typo.
11569
11570 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
11571
11572 * play/zone.el (zone): Wrap body with save-window-excursion.
11573
11574 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
11575
11576 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
11577 Use the new `list-only' arg to diary-list-entries.
11578
11579 * calendar/diary-lib.el: Use overlays rather than selective-display.
11580 (diary-selective-display): New var.
11581 (diary-header-line-format): Use it.
11582 (diary-list-entries): Add argument `list-only'.
11583 Put the buffer in diary-mode. Don't add \^M at beg and end.
11584 Replace \^M by invisible overlays.
11585 (diary-unhide-everything): Replace \^M by invisible overlays.
11586 (print-diary-entries): Look for overlays rather than \^M.
11587 Add a space to the temp buffer name.
11588 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
11589 Put the buffer in diary-mode.
11590 (list-sexp-diary-entries): Replace \^M by invisible overlays.
11591 (diary-anniversary): Make the year arg optional.
11592 (diary-time-regexp): New const.
11593 (diary-font-lock-keywords): Use it to accept a few more time formats.
11594
11595 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
11596
11597 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
11598
11599 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
11600 Fix bug introduced 2005-07-03: Use (car (last ...))
11601 to faithfully reproduce replaced artist-last.
11602 (artist-set-arrow-points-for-poly): Likewise.
11603 Suggested by Johan Bockg\e,Ae\e(Brd.
11604
11605 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
11606
11607 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
11608 * wid-edit.el (widget):
11609 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
11610 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
11611
11612 2005-10-06 Kenichi Handa <handa@m17n.org>
11613
11614 * international/mule-cmds.el (set-language-environment):
11615 Fix setting up of case-table for unibyte mode.
11616
11617 * simple.el (what-cursor-position): If the character is displayed
11618 by some `display' text property, show that. Don't use
11619 single-key-description for eight-bit characters in multibyte mode.
11620
11621 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
11622
11623 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
11624 (gdb-ann3): Set it.
11625 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
11626 (gdb-info-frames-custom): Use inverse-video for first five
11627 characters of selected frame only.
11628 (gdb-get-frame-number): Select frame even when point is on frame
11629 number.
11630
11631 2005-10-06 Masatake YAMATO <jet@gyve.org>
11632
11633 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
11634 Put `font-lock-function-name-face'.
11635 (gdb-info-frames-custom): Put `font-lock-function-name-face'
11636 and `font-lock-variable-name-face'
11637 (gdb-registers-font-lock-keywords): New font lock keywords definition.
11638 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
11639 (gdb-memory-font-lock-keywords): New font lock keywords definition.
11640 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
11641 (gdb-local-font-lock-keywords): New font lock keywords definition.
11642 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
11643 (gdb-threads-font-lock-keywords): New font lock keywords definition.
11644 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
11645
11646 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
11647
11648 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
11649 (ediff-merge-region-is-non-clash-to-skip): Previously called
11650 ediff-merge-region-is-non-clash.
11651
11652 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
11653 Use insert-buffer-substring.
11654
11655 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
11656 selecting files to patch. Also bug fixes.
11657
11658 * ediff-util.el (ediff-setup): Bug fix.
11659 (ediff-next-difference): Never skip clashes that differ in white
11660 space only.
11661
11662 * ediff-wind.el (ediff-setup-control-frame)
11663 (ediff-destroy-control-frame): Check the menubar feature.
11664
11665 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
11666 (viper-refresh-mode-line): Use make-local-variable to localize
11667 some vars instead of make-variable-buffer-local. Suggested by
11668 Stefan Monnier.
11669
11670 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
11671 (viper-restore-cursor-type, viper-set-insert-cursor-type):
11672 Use make-local-variable instead of make-variable-buffer-local.
11673 Suggested by Stefan Monnier.
11674
11675 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
11676 (viper-comint-mode-hook): Use make-local-variable on
11677 require-final-newline.
11678 (viper-non-hook-settings): Don't use make-variable-buffer-local.
11679
11680 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
11681
11682 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
11683 also the second char of a comment-start sequence.
11684 (scheme-sexp-comment-syntax-table): New var.
11685 (lambda, define): Set their scheme-doc-string-elt property.
11686 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
11687 Use lisp-font-lock-syntactic-face-function now that it properly
11688 handles |...| symbols.
11689 (scheme-mode-variables): Set lisp-doc-string-elt-property,
11690 parse-sexp-lookup-properties and font-lock-extra-managed-props.
11691
11692 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
11693 bit from # to |.
11694 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
11695
11696 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
11697 (lisp-doc-string-elt-property): New var.
11698 (lisp-font-lock-syntactic-face-function): Use it.
11699 Rewrite to recognize docstrings even for forms not at toplevel.
11700
11701 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
11702 annotation on the | part of #| rather than on the # part.
11703 (scheme-font-lock-syntactic-face-function): New function, to
11704 distinguish strings from |...| symbols.
11705 (scheme-mode-variables): Use it. Also fix up the font-lock-time
11706 syntax-table so that #|...|# is properly highlighted.
11707
11708 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
11709 Don't mark as docstring the 3rd elem of an unknown toplevel form.
11710
11711 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
11712
11713 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
11714 and C-e.
11715
11716 * emacs-lisp/eldoc.el: Move comments into docstrings.
11717 (eldoc-message-commands): Initialize in its declaration.
11718 Add move-beginning-of-line and move-end-of-line.
11719 (eldoc-add-command, eldoc-add-command-completions)
11720 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
11721
11722 * outline.el (outline-mark-subtree): Activate the mark.
11723
11724 * calendar/appt.el (appt-time-regexp): New var.
11725 (appt-add, appt-make-list): Use it.
11726 (appt-convert-time): Clean up.
11727
11728 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
11729 Don't set any syntax-table property here.
11730 (tex-font-lock-verb): New function. Do it here.
11731 (tex-font-lock-syntactic-keywords): Use it.
11732
11733 2005-10-04 Richard M. Stallman <rms@gnu.org>
11734
11735 * wid-edit.el (widget-file-complete): Get the widget start point
11736 the right way. Default directory to `/' if file has none.
11737
11738 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
11739
11740 * textmodes/flyspell.el (flyspell-mode-on):
11741 Call ispell-maybe-find-aspell-dictionaries.
11742
11743 * textmodes/ispell.el (ispell-word, ispell-region):
11744 Call ispell-maybe-find-aspell-dictionaries.
11745 (ispell-accept-buffer-local-defs):
11746 Don't call ispell-maybe-find-aspell-dictionaries
11747
11748 2005-10-04 Richard M. Stallman <rms@gnu.org>
11749
11750 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
11751
11752 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
11753
11754 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
11755 instead of `fboundp' in order to allow for anonymous functions.
11756
11757 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
11758
11759 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
11760 case the user clicks on the link while another window is selected.
11761 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
11762
11763 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
11764 functionality.
11765 (dframe-help-echo): Save point in case mouse tracking is off.
11766
11767 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
11768
11769 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
11770
11771 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
11772
11773 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
11774 not change the global value of those vars.
11775
11776 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
11777 make-local-variable which we do not need any more.
11778
11779 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
11780
11781 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
11782 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
11783 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
11784 (speedbar-path-line): Define obsolete aliases.
11785 (speedbar-line-directory): Doc fix.
11786
11787 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
11788 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
11789 instead of speedbar-line-path.
11790
11791 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11792
11793 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
11794 to nil if dropping on a window. Handle dropping on a minibuffer window
11795 like dropping on a non-window part of Emacs.
11796
11797 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
11798
11799 * net/ange-ftp.el: Use with-current-buffer.
11800 (ange-ftp-insert-directory): Do not follow symlinks any more.
11801
11802 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
11803 Remove interactive spec.
11804
11805 2005-10-03 Kim F. Storm <storm@cua.dk>
11806
11807 * ido.el (ido-mode): Use custom-initialize-set.
11808
11809 2005-10-02 Richard M. Stallman <rms@gnu.org>
11810
11811 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
11812 Use insert-buffer-substring.
11813
11814 * net/tramp.el: Pacify byte compiler warnings in pacification code.
11815 (tramp-handle-file-local-copy): Use insert-buffer-substring.
11816
11817 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
11818
11819 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
11820 in last change.
11821 (ange-ftp-insert-directory): Fix up the search for the case where
11822 `file' is absolute.
11823
11824 2005-10-02 Romain Francoise <romain@orebokech.com>
11825
11826 * progmodes/compile.el (compile-goto-error): Delete extra paren.
11827
11828 2005-10-02 Andreas Schwab <schwab@suse.de>
11829
11830 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
11831 directory component in the session info.
11832
11833 2005-10-01 Richard M. Stallman <rms@gnu.org>
11834
11835 * comint.el (comint-redirect-subvert-readonly): Doc fix.
11836
11837 * simple.el (next-error-internal): New function.
11838
11839 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
11840 (compilation-start): Pass new arg to compilation-buffer-name.
11841 (compile-goto-error): Use next-error-internal.
11842
11843 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
11844
11845 * speedbar.el: Remove RCS tag.
11846 (speedbar-check-read-only): Handle non-existent files.
11847
11848 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
11849
11850 * info.el (Info-speedbar-hierarchy-buttons)
11851 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
11852
11853 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11854
11855 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
11856 Do not match newline.
11857 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
11858 (bibtex-summary): Remove unnecessary save-excursion.
11859 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
11860
11861 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11862
11863 * term/mac-win.el: Add charset info for "iso10646-1".
11864 Modify default fontset to use ATSUI-compatible fonts for some charsets
11865 if available.
11866
11867 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
11868
11869 * speedbar.el: Re-apply arch tag.
11870 (speedbar-version): Rename to version 1.0. Suggested by Eric
11871 M. Ludlam.
11872 Reapply two changes from Emacs CVS' version of speedbar lost
11873 during the merge:
11874 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
11875 (speedbar-frame-parameters): Improve customize type.
11876
11877 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
11878
11879 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
11880 (ange-ftp-file-directory-p): Fix the symlink case.
11881 (ange-ftp-insert-directory): When listing a single file, get a list of
11882 the parent buffer and extract the relevant line. Inspired from a patch
11883 by Katsumi Yamaoka <yamaoka@jpl.org>.
11884 (ange-ftp-file-name-sans-versions): Simplify.
11885
11886 2005-09-30 Bill Wohler <wohler@newt.com>
11887
11888 Move MH-E image files from toolbar and mail directories into
11889 etc/images.
11890
11891 * mail/reply2.*: Move to etc/images/mail/reply*.
11892
11893 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
11894 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
11895 etc/images.
11896
11897 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
11898 * toolbar/reply*: Move to etc/images/mail.
11899
11900 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
11901
11902 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
11903
11904 * speedbar.el: New version 1.0pre3.
11905
11906 Frame management code (including timer, and mouse click specifics)
11907 moved to dframe.el:
11908 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
11909 (speedbar-timer): Removed. Use dframe-timer.
11910 (speedbar-close-frame): Removed. Use dframe-close-frame.
11911 (speedbar-activity-change-focus-flag): Removed. Use
11912 dframe-activity-change-focus-flag.
11913 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
11914 dframe-update-speed.
11915
11916 (speedbar-current-frame): New macro. Use this instead of the
11917 variable speedbar-frame.
11918
11919 (speedbar-use-images, speedbar-expand-image-button-alist)
11920 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
11921
11922 (speedbar-find-image-on-load-path): Removed. Replaced by
11923 defezimage in ezimage.el.
11924 (speedbar-expand-image-button-alist): Removed. Replaced by
11925 ezimage-expand-image-button-alist in ezimage.el.
11926
11927 (speedbar-ignored-directory-regexp)
11928 (speedbar-add-ignored-directory-regexp)
11929 (speedbar-ignored-directory-expressions)
11930 (speedbar-line-directory, speedbar-buffers-line-directory)
11931 (speedbar-directory-line, speedbar-buffers-line-directory):
11932 Renamed, replacing `path' with `directory'.
11933
11934 (speedbar-create-directory, speedbar-expand-line-descendants)
11935 (speedbar-toggle-line-expansion)
11936 (speedbar-contract-line-descendants): New commands.
11937
11938 (speedbar-query-confirmation-method, speedbar-select-frame-method)
11939 (speedbar-use-tool-tips-flag): New options.
11940
11941 (speedbar-check-read-only, speedbar-require-version)
11942 (speedbar-insert-separator, speedbar-buffers-tail-notes)
11943 (speedbar-handle-delete-frame, speedbar-try-completion)
11944 (speedbar-update-localized-contents): New functions.
11945
11946 (speedbar-incompatible-version, speedbar-ro-to-do-point)
11947 (speedbar-object-read-only-indicator): New variables.
11948
11949 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
11950 New hooks.
11951
11952 (speedbar-separator-face): New face.
11953
11954 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
11955 (speedbar-ignored-modes): Add fundamental-mode.
11956 (speedbar-directory-unshown-regexp): Add . directories.
11957
11958 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
11959 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
11960 `]' for full expand/close.
11961 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
11962
11963 (speedbar-check-vc): Support hidden files.
11964 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
11965 (speedbar-this-file-in-vc): Use vc-state if available. If VC
11966 state is nil, it is not checked out.
11967
11968 (speedbar-line-text, speedbar-line-token): Support expand buttons
11969 with no text.
11970 (speedbar-refresh): Universal argument acts as power-click.
11971 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
11972 that buffer to get variable values.
11973
11974 And many other bugfixes.
11975
11976 * dframe.el, ezimage.el, sb-image.el: New files.
11977
11978 * sb-*.xpm: Remove files. New image files installed into
11979 etc/images/ezimage.
11980
11981 2005-09-30 Kenichi Handa <handa@m17n.org>
11982
11983 * ps-mule.el (ps-mule-show-warning): If a character is in
11984 ps-print-translation-table, don't treat it as non-printable.
11985
11986 2005-09-30 David Ponce <david@dponce.com>
11987
11988 * tree-widget.el (tree-widget-themes-load-path): New variable.
11989 (tree-widget-themes-directory): Doc fix.
11990 (tree-widget-image-formats) [Emacs]: Doc fix.
11991 (tree-widget--locate-sub-directory): New function.
11992 (tree-widget-themes-directory): Use it.
11993
11994 * recentf.el (recentf-filename-handlers): Rename from
11995 `recentf-filename-handler'. Allow a list of functions.
11996 (recentf-menu-items-for-commands): Fix :help strings.
11997 (recentf-apply-filename-handlers): New function.
11998 (recentf-expand-file-name): Use it.
11999 (recentf-cleanup): Remove duplicates too.
12000
12001 2005-09-29 Juri Linkov <juri@jurta.org>
12002
12003 * faces.el: Rearrange face definitions to be in the same order as
12004 their face descriptions in "(emacs)Standard Faces".
12005
12006 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
12007
12008 * tooltip.el (tooltip): Add group `basic-faces'.
12009
12010 * buff-menu.el (Buffer-menu-buffer): Remove group
12011 `font-lock-highlighting-faces'.
12012
12013 * progmodes/compile.el (compilation-error, compilation-warning)
12014 (compilation-info, compilation-line-number, compilation-column-number):
12015 Change group from `font-lock-highlighting-faces' to `compilation'.
12016
12017 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
12018 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
12019 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
12020 (vhdl-font-lock-reserved-words-face)
12021 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
12022 `font-lock-highlighting-faces'.
12023
12024 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
12025
12026 2005-09-28 Kim F. Storm <storm@cua.dk>
12027
12028 * emulation/cua-base.el: Set CUA move property on additional commands:
12029 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
12030 forward-sexp, backward-sexp, forward-list, backward-list.
12031
12032 2005-09-28 Romain Francoise <romain@orebokech.com>
12033
12034 * comint.el (comint-show-output): Really set point at the
12035 beginning of the output when not using `comint-use-prompt-regexp'.
12036
12037 2005-09-27 Jay Belanger <belanger@truman.edu>
12038
12039 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
12040 in TeX mode.
12041
12042 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
12043
12044 * textmodes/org.el (org-table-sum): Fix format string.
12045
12046 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
12047 Quote face names.
12048
12049 2005-09-26 Romain Francoise <romain@orebokech.com>
12050
12051 * isearch.el (isearch-forward-regexp): Close doc string.
12052
12053 2005-09-25 Richard M. Stallman <rms@gnu.org>
12054
12055 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
12056
12057 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
12058
12059 * progmodes/compile.el (compilation-error-properties):
12060 When getting the file from the previous error message,
12061 correctly decode the new data format.
12062
12063 * progmodes/cc-cmds.el (c-electric-paren):
12064 Call old-blink-paren only for close-paren.
12065
12066 2005-09-24 Andreas Schwab <schwab@suse.de>
12067
12068 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
12069 condition.
12070
12071 2005-09-25 Romain Francoise <romain@orebokech.com>
12072
12073 * dired-aux.el (dired-copy-file-recursive):
12074 * dired.el (dired-delete-file):
12075 * ediff-mult.el (ediff-dir-diff-copy-file):
12076 * ediff-util.el (ediff-test-save-region):
12077 * forms.el (forms-mode):
12078 * ido.el (ido-file-internal, ido-delete-file-at-head):
12079 * log-edit.el (log-edit-done):
12080 * ses.el (ses-yank-resize):
12081 * play/gomoku.el (gomoku-human-plays, gomoku)
12082 (gomoku-human-resigns, gomoku-prompt-for-other-game)
12083 (gomoku-offer-a-draw):
12084 * play/landmark.el (lm-human-resigns, lm):
12085 * net/eudcb-ldap.el (eudc-ldap-check-base):
12086 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
12087 * progmodes/ebrowse.el (ebrowse-find-pattern):
12088 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
12089 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
12090 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
12091
12092 * vc.el (vc-delete-file):
12093 * play/gomoku.el (gomoku-terminate-game, gomoku)
12094 (gomoku-prompt-for-move, gomoku-human-takes-back):
12095 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
12096 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
12097
12098 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
12099
12100 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
12101 color rxvt terminals by using the code xterm.el used to use before
12102 2005-04-09 in order to match the colors used by rxvt.
12103
12104 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
12105
12106 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
12107 colors rxvt-unicode terminals by using the same code as xterm.el.
12108
12109 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
12110
12111 * textmodes/tex-mode.el (tex-font-lock-append-prop)
12112 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
12113 new symbol used for the tex-verbatim face.
12114
12115 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
12116
12117 * woman.el (woman-file-name):
12118 * wid-edit.el (widget-file-prompt-value)
12119 (widget-coding-system-prompt-value):
12120 * w32-fns.el (set-w32-system-coding-system):
12121 * vc.el (vc-version-diff, vc-annotate):
12122 * textmodes/reftex-auc.el (reftex-arg-cite)
12123 (reftex-arg-index-tag):
12124 * textmodes/refer.el (refer-get-bib-files):
12125 * textmodes/artist.el (artist-figlet-choose-font):
12126 * terminal.el (terminal-emulator):
12127 * replace.el (occur-read-primary-args):
12128 * rect.el (string-rectangle, string-insert-rectangle):
12129 * ps-print.el (ps-print-preprint):
12130 * progmodes/pascal.el (pascal-goto-defun):
12131 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
12132 * progmodes/compile.el (compilation-find-file):
12133 * printing.el (pr-interactive-n-up):
12134 * play/animate.el (animate-birthday-present):
12135 * net/rcompile.el (remote-compile):
12136 * man.el (man, Man-goto-section, Man-follow-manual-reference):
12137 * mail/rmailsum.el (rmail-summary-search-backward)
12138 (rmail-summary-search):
12139 * mail/rmailout.el (rmail-output-read-rmail-file-name)
12140 (rmail-output-read-file-name):
12141 * mail/rmail.el (rmail-search, rmail-search-backwards):
12142 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
12143 * locate.el (locate):
12144 * international/quail.el (quail-show-keyboard-layout):
12145 * international/mule.el (set-buffer-file-coding-system)
12146 (revert-buffer-with-coding-system, set-file-name-coding-system)
12147 (set-terminal-coding-system, set-keyboard-coding-system)
12148 (set-next-selection-coding-system):
12149 * international/mule-diag.el (describe-coding-system)
12150 (describe-font, describe-fontset):
12151 * international/mule-cmds.el (universal-coding-system-argument)
12152 (search-unencodable-char, describe-input-method)
12153 (set-language-environment, describe-language-environment):
12154 * international/codepage.el (codepage-setup):
12155 * international/code-pages.el (codepage-setup):
12156 * info.el (Info-search, Info-follow-reference)
12157 (Info-search-backward):
12158 * emacs-lisp/advice.el (ad-read-advised-function)
12159 (ad-read-advice-class, ad-clear-cache, ad-activate)
12160 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
12161 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
12162 (ad-read-regexp):
12163 * ediff-util.el (ediff-toggle-regexp-match):
12164 * ediff-ptch.el (ediff-prompt-for-patch-file):
12165 * dired-aux.el (dired-diff):
12166 * diff.el (diff):
12167 * cus-edit.el (custom-variable-prompt):
12168 * calendar/timeclock.el (timeclock-ask-for-project):
12169 * calc/calcalg3.el (calc-get-fit-variables):
12170 * calc/calc-store.el (calc-edit-variable)
12171 (calc-permanent-variable):
12172 * vc-mcvs.el (vc-mcvs-register):
12173 * shadowfile.el (shadow-define-literal-group):
12174 * woman.el (woman-file-name):
12175 * vc.el (vc-version-diff, vc-merge):
12176 * textmodes/reftex-index.el (reftex-index-complete-tag):
12177 * format.el (format-decode-buffer, format-decode-region):
12178 * emulation/viper-cmd.el (viper-read-string-with-history):
12179 * emacs-lisp/debug.el (cancel-debug-on-entry):
12180 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
12181 * ediff.el (ediff-merge-revisions)
12182 (ediff-merge-revisions-with-ancestor, ediff-revision):
12183 * completion.el (interactive-completion-string-reader):
12184 * calc/calc-prog.el (calc-user-define-formula):
12185 Follow convention for reading with the minibuffer.
12186
12187 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
12188
12189 * progmodes/python.el (python-describe-symbol): Add globals() and
12190 locals() to the arguments of emacs.ehelp.
12191
12192 2005-09-24 Magnus Henoch <mange@freemail.hu>
12193
12194 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
12195 New function, code extracted from ispell-valid-dictionary-list.
12196 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
12197 Call it.
12198
12199 2005-09-24 Eli Zaretskii <eliz@gnu.org>
12200
12201 * subr.el (version-regexp-alist): Extend valid syntax for version
12202 strings: allow any of the characters -,_,+ to separate the
12203 alpha/beta/rc part from the version part. Doc fix.
12204 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
12205
12206 2005-09-23 David Reitter <david.reitter@gmail.com>
12207
12208 * mail/mailclient.el: New file.
12209
12210 2005-09-23 Richard M. Stallman <rms@gnu.org>
12211
12212 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
12213 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
12214 Doc fixes.
12215
12216 * progmodes/cc-mode.el (c-font-lock-init):
12217 Specify font-lock-lines-before.
12218
12219 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
12220
12221 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
12222 whole conflict.
12223
12224 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
12225
12226 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
12227 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
12228 of `remap' feature when available. Additional key bindings for
12229 better tty support.
12230 (org-mode-restart, org-force-self-insert): New commands.
12231 (org-time-stamp-inactive): New command.
12232 (org-remap): New function.
12233 (org-table-auto-blank-field, org-level-color-stars-only): New options.
12234 (org-enable-fixed-width-editor): Move to `org-structure'
12235 customization group.
12236 (org-self-insert-command, orgtbl-self-insert-command): Modify to
12237 blank field after field motion commands.
12238
12239 2005-09-23 Kenichi Handa <handa@m17n.org>
12240
12241 * international/mule-cmds.el (set-language-environment):
12242 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
12243 have to call utf-translate-cjk-load-tables.
12244
12245 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
12246
12247 * mouse.el (mouse-move-drag-overlay): Fix last change.
12248
12249 2005-09-22 David Ponce <david@dponce.com>
12250
12251 * tree-widget.el (tree-widget-value-create): Fix previous change.
12252
12253 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
12254
12255 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
12256
12257 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
12258
12259 * mouse.el (mouse-move-drag-overlay): New function.
12260 (mouse-drag-region-1): Use it.
12261 Try to simplify a bit the state handling. Handle clicks on links
12262 inside intangible areas.
12263 (mouse-save-then-kill): Minor simplification.
12264 (mouse-secondary-overlay): Make it always non-nil instead of
12265 recreating it each time.
12266 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
12267 (mouse-kill-secondary, mouse-secondary-save-then-kill):
12268 Simplify accordingly.
12269
12270 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
12271
12272 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
12273
12274 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
12275
12276 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
12277 (ediff-file-name-sans-prefix): Treat nil as an empty string.
12278 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
12279 to patch.
12280
12281 * ediff-util.el: Use insert-buffer-substring.
12282
12283 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
12284
12285 * emulation/viper-cmd.el (viper-change-state): Don't move over the
12286 field boundaries in the minibuffer.
12287 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
12288 (viper-minibuffer-post-command-hook): New hook.
12289 (viper-line): Don't move cursor at bolp.
12290
12291 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
12292
12293 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
12294 avoid compiler warnings.
12295
12296 * emulation/viper-macs.el (ex-map): Better messages.
12297
12298 * emulation/viper-utils.el (viper-beginning-of-field): New function.
12299
12300 * emulation/viper.el: Replace make-variable-buffer-local with
12301 viper-make-variable-buffer-local everywhere, to avoid warnings.
12302
12303 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
12304
12305 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
12306 Delete unused var `old-selected-window'.
12307 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
12308 (mouse-drag-secondary): Delete unused var `start-frame'.
12309
12310 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
12311
12312 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
12313
12314 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
12315
12316 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
12317 Re-indent within 80 columns. Use inhibit-read-only.
12318
12319 2005-09-19 Romain Francoise <romain@orebokech.com>
12320
12321 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
12322
12323 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
12324
12325 * font-lock.el (font-lock-default-fontify-region): Don't add a line
12326 unconditionally, since the after-change-function already did it.
12327
12328 2005-09-19 Miles Bader <miles@gnu.org>
12329
12330 * net/newsticker.el: Get rid of CVS keyword.
12331
12332 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
12333
12334 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
12335 The prompt is formatted later.
12336
12337 2005-09-19 David Ponce <david@dponce.com>
12338
12339 * tree-widget.el (tree-widget-value-create): Save the converted
12340 tree :node widget.
12341
12342 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
12343
12344 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
12345 variable `message'.
12346
12347 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
12348
12349 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
12350 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
12351 <slawomir.nowaczyk.847@student.lu.se>.
12352
12353 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
12354
12355 * image.el (image-load-path): Use symbol `data-directory' instead
12356 of its value, for backward compatibility with packages that bind
12357 it during `find-image'. Suggested by Katsumi Yamaoka.
12358 (image-search-load-path): Handle symbols whose values are strings.
12359
12360 2005-09-18 Romain Francoise <romain@orebokech.com>
12361
12362 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
12363 with-current-buffer form in save-excursion.
12364
12365 2005-09-18 D Goel <deego@gnufans.org>
12366
12367 * apropos.el (apropos-command): Fix `message' call: first arg
12368 should be a format spec. In this and all other cases that appear
12369 below and elsewhere in the source code, I made a change only when
12370 two conditions were satisfied: [1] I can think of a possibility
12371 that the arguments would cause an error, for example, the code in
12372 question relies on external variables such as filenames. [2] I
12373 was sure that the arg to `message' could not have been nil in the code.
12374
12375 * textmodes/tildify.el (tildify-region): Ditto.
12376
12377 * textmodes/reftex-index.el (reftex-index-change-entry)
12378 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
12379 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
12380 * textmodes/org.el (org-complete, org-deadline, org-schedule)
12381 (org-priority, org-table-sum):
12382 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
12383 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
12384 (flyspell-word, flyspell-display-next-corrections):
12385 * textmodes/bibtex.el (bibtex-print-help-message):
12386 * textmodes/artist.el (artist-key-set-point-poly):
12387 * term/mac-win.el (mac-services-insert-text):
12388 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
12389 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
12390 (vhdl-port-paste-testbench, vhdl-compose-new-component)
12391 (vhdl-compose-configuration):
12392 * progmodes/sh-script.el (sh-blink, sh-show-indent)
12393 (sh-set-indent, sh-learn-line-indent):
12394 * progmodes/ps-mode.el (ps-mode-target-column):
12395 * progmodes/idlwave.el (idlwave-make-tags)
12396 (idlwave-scan-library-catalogs):
12397 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
12398 * progmodes/gud.el (gud-jdb-analyze-source):
12399 * progmodes/flymake.el (flymake-log):
12400 * progmodes/ebnf2ps.el (ebnf-generate-region):
12401 * progmodes/cmacexp.el (c-macro-expansion):
12402 * progmodes/ada-xref.el (ada-treat-cmd-string):
12403 * progmodes/ada-mode.el (ada-create-case-exception-substring)
12404 (ada-justified-indent-current, ada-batch-reformat):
12405 * play/zone.el (zone):
12406 * play/landmark.el (lm-move):
12407 * play/decipher.el (decipher-show-alphabet):
12408 * net/newsticker.el (newsticker--display-jump)
12409 (newsticker--display-scroll):
12410 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
12411 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
12412 * mail/feedmail.el (feedmail-dump-message-to-queue):
12413 * eshell/esh-proc.el (eshell-remove-process-entry):
12414 * emulation/ws-mode.el (ws-last-error):
12415 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
12416 (viper-record-kbd-macro):
12417 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
12418 * emacs-lisp/lisp-mnt.el (lm-report-bug):
12419 * emacs-lisp/find-func.el (find-function-noselect):
12420 * calendar/timeclock.el (timeclock-status-string)
12421 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
12422 (timeclock-when-to-leave-string):
12423 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
12424 * calc/calc-units.el (calc-enter-units-table):
12425 * calc/calc-mode.el (calc-mode-record-mode):
12426 * woman.el (woman-mini-help):
12427 * wdired.el (wdired-change-to-wdired-mode):
12428 * vc.el (vc-retrieve-snapshot):
12429 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
12430 * startup.el (display-startup-echo-area-message):
12431 * simple.el (set-goal-column):
12432 * ses.el (ses-command-hook, ses-recalculate-cell):
12433 * server.el (server-process-filter):
12434 * printing.el (pr-interface-txt-print, pr-interface-printify)
12435 (pr-interface-ps):
12436 * pcvs.el (cvs-help):
12437 * log-edit.el (log-edit, log-edit-mode-help):
12438 * iswitchb.el (iswitchb-possible-new-buffer):
12439 * isearch.el (isearch-edit-string):
12440 * image-mode.el (image-mode, image-minor-mode):
12441 * ibuf-macs.el (define-ibuffer-filter):
12442 * hi-lock.el (hi-lock-find-patterns):
12443 * files.el (toggle-read-only):
12444 * ediff-util.el (ediff-copy-diff)
12445 (ediff-write-merge-buffer-and-maybe-kill):
12446 * echistory.el (Electric-history-undefined):
12447 * dnd.el (dnd-insert-text):
12448 * dired-aux.el (dired-query):
12449 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
12450 * bookmark.el (bookmark-bmenu-locate):
12451 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
12452 Fix `message' calls to ensure first arg is a format string.
12453 The change was made only when these two conditions were satisfied:
12454 [1] when there is a possibility that the arguments would cause an error
12455 for example, if the code in question relies on external variables
12456 such as filenames, and
12457 [2] if the arg to `message' could not have been nil in the code.
12458
12459 * pcomplete.el (pcomplete--help): Fix `message' format spec.
12460 Not having a %s would be weird, though not technically wrong.
12461
12462 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12463
12464 * term/mac-win.el (mac-add-charset-info): Doc fix.
12465
12466 2005-09-17 Romain Francoise <romain@orebokech.com>
12467
12468 * shell.el (shell-resync-dirs): Handle echoing processes more
12469 reliably. Don't insert resync command if `comint-process-echoes'
12470 is non-nil.
12471
12472 2005-09-17 Magnus Henoch <mange@freemail.hu>
12473
12474 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
12475 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
12476 aspell versions >= 0.60.
12477 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
12478 only if ispell-aspell-supports-utf8 is non-nil.
12479
12480 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
12481
12482 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
12483 buffer-local value to lisp-indent-function.
12484
12485 2005-09-17 Milan Zamazal <pdm@zamazal.org>
12486
12487 * progmodes/glasses.el (glasses-make-readable): If
12488 glasses-separator differs from underscore, put appropriate
12489 overlays over underscore characters.
12490 (glasses-convert-to-unreadable): If glasses-separator differs from
12491 underscore, try to convert glasses-separator characters to
12492 underscores.
12493
12494 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
12495
12496 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
12497 Use with-syntax-table and dolist.
12498
12499 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
12500
12501 * textmodes/reftex-auc.el:
12502 * textmodes/reftex-cite.el:
12503 * textmodes/reftex-dcr.el:
12504 * textmodes/reftex-global.el:
12505 * textmodes/reftex-parse.el:
12506 * textmodes/reftex-ref.el:
12507 * textmodes/reftex-sel.el:
12508 * textmodes/reftex-toc.el:
12509 * textmodes/reftex-vars.el:
12510 * textmodes/reftex.el: Small changes to remove compiler warnings.
12511
12512 * textmodes/reftex-index.el: Likewise.
12513 (reftex-query-index-phrase): More efficient use of markers.
12514
12515 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
12516
12517 * image.el (image-load-path): New variable.
12518 (image-search-load-path): New function.
12519 (find-image): Search for images in `image-load-path'.
12520
12521 2005-09-15 Richard M. Stallman <rms@gnu.org>
12522
12523 * follow.el: Change Maintainer field.
12524
12525 2005-09-15 David Ponce <david@dponce.com>
12526
12527 * recentf.el (recentf-save-file-modes): New option.
12528 (recentf-save-list): Use it.
12529
12530 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
12531
12532 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
12533 (mode-line-mule-info, mode-line-modified): Move bindings from
12534 mouse-3 to mouse-1.
12535
12536 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
12537
12538 * simple.el (sendmail-user-agent-compose): Revert last change.
12539
12540 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
12541
12542 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
12543 Use with-current-buffer.
12544 (ange-ftp-gwp-start): Remove unused var `gw-user'.
12545 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
12546 (ange-ftp-insert-directory): Remove unused var `short'.
12547 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
12548
12549 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
12550 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
12551
12552 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
12553 (check-calendar-holidays, diary-list-entries): Autoload.
12554 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
12555 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
12556
12557 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
12558 which mistakenly removed a call to display-buffer.
12559
12560 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
12561
12562 * obsolete/iso-insert.el: Move to obsolete/ from international/.
12563
12564 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
12565
12566 * progmodes/hideshow.el
12567 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
12568 (hs-allow-nesting): New user var.
12569 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
12570 (hs-hide-block-at-point): When nesting allowed,
12571 if there is already an overlay in place, delete it.
12572 (hs-safety-is-job-n): Delete func; remove call sites.
12573 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
12574 (hs-overlay-at): New func.
12575 (hs-already-hidden-p, hs-show-block): Use it.
12576 (hs-hide-all): Don't pre-clean if nesting allowed.
12577 (hs-show-all): Temporarily disallow
12578 nesting around call to `hs-discard-overlays'.
12579
12580 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
12581
12582 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
12583 Delete unused local var.
12584
12585 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
12586
12587 * help-fns.el (describe-categories): "?\ " -> "?\s".
12588 (help-do-arg-highlight): Recognize also ARG-n, as in
12589 `move-to-left-margin' (ARG+n is already recognized). Simplify.
12590
12591 * international/codepage.el (dos-unsupported-char-glyph):
12592 * net/newsticker.el (tool-bar-map, w3-mode-map)
12593 (w3m-minor-mode-map):
12594 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
12595 (ent-alist):
12596 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
12597
12598 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
12599
12600 * custom.el (custom-push-theme): Handle the case where a symbol is
12601 bound but face properties have not yet been assigned.
12602
12603 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
12604 Fix behavior if noerase is `t' and there is no mail buffer.
12605
12606 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
12607 if `continue' is nil, rather than signal an error.
12608
12609 2005-09-12 Richard M. Stallman <rms@gnu.org>
12610
12611 * font-lock.el (font-lock-keywords): Add autoload.
12612
12613 * help-fns.el (describe-variable): Rearrange to put source link
12614 in a predictable place.
12615
12616 * net/newsticker.el: New file.
12617
12618 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
12619
12620 * calendar/calendar.el (calendar-for-loop): Add edebug info.
12621 (calendar-basic-setup): Use the new nil arg.
12622 (number-of-diary-entries): Move to diary-lib.el.
12623
12624 * calendar/diary-lib.el: Use with-current-buffer, match-string.
12625 (diary-list-entries): Use with-syntax-table and dolist.
12626 Rename from list-diary-entries.
12627 Use number-of-diary-entries if `number' is nil.
12628 (diary, diary-view-entries): Use this new name and new nil arg value.
12629 (number-of-diary-entries): Move from calendar.el.
12630 (diary-unhide-everything): New function.
12631 (include-other-diary-files, fancy-diary-display)
12632 (diary-show-all-entries, make-diary-entry): Use it.
12633 (diary-mail-entries): Use buffer-string.
12634 (mark-diary-entries): Fix long standing paren typo.
12635 (diary-sexp-entry): Use count-lines.
12636 (make-diary-entry): Avoid `previous-line'.
12637 (diary-mode-map): New var.
12638 (diary-mode): Redraw cal after saving. Setup header-line.
12639 (fancy-diary-display-mode): Use local-set-key.
12640
12641 * startup.el (command-line): Try calling various terminal-init-foo-bar
12642 functions by stripping hyphenated suffixes from $TERM.
12643
12644 * files.el (normal-mode): Check boundness of font-lock-keywords.
12645
12646 2005-09-12 Richard M. Stallman <rms@gnu.org>
12647
12648 * progmodes/compile.el: Don't decide a file's directory
12649 until the user actually tries to go there.
12650 (compilation-next-error-function):
12651 Pass compilation-find-file the directory from the file-struct.
12652 (compilation-internal-error-properties): Separate local FILE-STRUCT
12653 from FILE. Doc the args better. Rename arg FMT to FMTS.
12654 (compilation-find-file): Arg DIR renamed to DIRECTORY.
12655 Expand it, and if nil, use default-directory.
12656 (compilation-get-file-structure): Don't mix specified directory
12657 with default directory. Put specified directory into
12658 file-struct. Don't make the file name absolute.
12659
12660 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
12661 (compile-command): Add autoload.
12662 (compilation-disable-input): Add autoload.
12663
12664 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
12665
12666 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
12667 strings of the variables it can override.
12668 (time-stamp): New (as yet undocumented) time-stamp-format escapes
12669 %Q and %q, for fully-qualified domain name and unqualified host name.
12670
12671 2005-09-11 Kim F. Storm <storm@cua.dk>
12672
12673 * emacs-lisp/authors.el (authors-aliases): Update list.
12674 (authors-fixed-entries): Update mldrag.el entry.
12675
12676 2005-09-10 Alan Mackenzie <acm@muc.de>
12677
12678 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
12679 from the region narrowed to.
12680
12681 2005-09-10 Magnus Henoch <mange@freemail.hu>
12682
12683 * textmodes/ispell.el (ispell-check-version): Signal an error if
12684 aspell version is less than 0.60.
12685
12686 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
12687
12688 * progmodes/octave-inf.el (inferior-octave-startup):
12689 Resync current dir at the end.
12690
12691 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
12692
12693 * woman.el (woman-topic-at-point-default):
12694 Rename to woman-use-topic-at-point-default.
12695 (woman-topic-at-point): Rename to woman-use-topic-at-point.
12696 (woman-file-name): Reflect renames above. Automatically use the
12697 word at point as topic if woman-use-topic-at-point is non-nil.
12698 Otherwise offer it as default but don't insert it in the
12699 minibuffer. Also use `test-completion' instead of `assoc' as
12700 suggested by Stefan Monnier.
12701
12702 2005-09-10 Andre Spiegel <spiegel@gnu.org>
12703
12704 * vc.el (vc-directory, vc-update-change-log): Throw an error on
12705 the attempt to do it over Tramp. This is not yet supported.
12706
12707 2005-09-10 Eli Zaretskii <eliz@gnu.org>
12708
12709 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
12710 (menu-bar-non-minibuffer-window-p): New functions.
12711 ("Split Window", "Save As..."): Use them.
12712 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
12713 ("Print Buffer", "Truncate Long Lines in this Buffer"):
12714 Use menu-bar-menu-frame-live-and-visible-p.
12715 ("Save Buffer", "Insert File", "Open Directory...")
12716 ("Open File...", "Visit New File..."):
12717 Use menu-bar-non-minibuffer-window-p.
12718 (kill-this-buffer-enabled-p, dired <menu-enable>):
12719 Use menu-bar-non-minibuffer-window-p.
12720
12721 2005-09-09 Eli Zaretskii <eliz@gnu.org>
12722
12723 * cus-start.el (all): Don't complain about fringe-related
12724 built-ins if fringes are not supported. Ditto about
12725 selection-related built-ins. Fix the test for GTK-related built-ins.
12726
12727 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
12728 ("Postscript Print Buffer", "Print Region", "Save As...")
12729 ("Save", "Insert File...", "Open Directory...")
12730 ("Open File...", "Visit New File..."")
12731 ("Truncate Long Lines in this Buffer"): Don't look at
12732 menu-updating-frame if this display does not support multiple frames.
12733
12734 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
12735
12736 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
12737
12738 2005-09-09 Emilio Lopes <eclig@gmx.net>
12739
12740 * woman.el: Format- and whitespace-related changes.
12741
12742 2005-09-09 Eli Zaretskii <eliz@gnu.org>
12743
12744 * woman.el: Fix my email address.
12745
12746 2005-09-08 Richard M. Stallman <rms@gnu.org>
12747
12748 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
12749 (sh-mode): Locally set skeleton-pair-default-alist.
12750
12751 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
12752
12753 * progmodes/flymake.el: Require `compile' unconditionally.
12754
12755 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
12756
12757 * woman.el (woman-file-name): Provide a default, not initial input.
12758
12759 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
12760
12761 * font-lock.el (font-lock-support-mode): Doc fix.
12762
12763 * descr-text.el (describe-property-list): Handle non-symbol prop names.
12764
12765 2005-09-08 Richard M. Stallman <rms@gnu.org>
12766
12767 * simple.el (blink-matching-open): Get rid of text props from
12768 the string shown in echo area. Don't permanently set point.
12769 Some rearrangements.
12770
12771 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
12772
12773 * recentf.el (recentf-filename-handler): Add custom choice
12774 `abbreviate-file-name'.
12775
12776 * msb.el (msb--very-many-menus): Fix typo.
12777
12778 * disp-table.el (standard-display-european): Don't set
12779 enable-multibyte-characters to nil.
12780
12781 2005-09-08 David Ponce <david@dponce.com>
12782
12783 * recentf.el (recentf-show-file-shortcuts-flag): New option.
12784 (recentf-expand-file-name): Doc fix.
12785 (recentf-dialog-mode-map): Define digit shortcuts.
12786 (recentf--files-with-key): New variable.
12787 (recentf-show-digit-shortcut-filter): New function.
12788 (recentf-open-files-items): New function.
12789 (recentf-open-files): Use it.
12790 (recentf-open-file-with-key): New command.
12791
12792 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
12793
12794 * buff-menu.el (Buffer-menu-sort-by-column): New function.
12795 Suggested by Kim F. Storm.
12796 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
12797 (Buffer-menu-make-sort-button): Use global keymap.
12798
12799 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
12800
12801 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
12802 (Man-getpage-in-background-advice): Remove defadvice; it isn't
12803 necessary any longer with the remapped command.
12804 (Man-bgproc-sentinel-advice): Remove defadvice which counts
12805 formatting time only.
12806
12807 * net/tramp.el (tramp-action-password)
12808 (tramp-multi-action-password): Compile the password prompt from
12809 `method', `user' and `host'. Sometimes it isn't obvious which
12810 password to enter, for example with remote files offered by
12811 recentf.el, or with multiple steps. Suggested by Robert Marshall
12812 <robert@chezmarshall.freeserve.co.uk>.
12813
12814 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
12815
12816 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
12817 Fix regexp for when "s///" is at the beginning of line.
12818
12819 2005-09-07 Jay Belanger <belanger@truman.edu>
12820
12821 * calc/calc-poly.el (math-expand-term): Multiply out any powers
12822 when in matrix mode.
12823
12824 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
12825
12826 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
12827 non-anonymous functions.
12828
12829 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
12830
12831 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
12832 when using a header line. Otherwise, use mouse-1-click-follows-link.
12833
12834 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
12835 can't be moved; don't signal an error.
12836
12837 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
12838
12839 * cus-theme.el (custom-theme-write-faces): Save the current face
12840 spec, not the defface spec.
12841
12842 * custom.el (custom-known-themes): Clarify meaning of "standard".
12843 (custom-push-theme): Save old values in the standard theme.
12844 (disable-theme): Correct typo.
12845 (custom-face-theme-value) Deleted unused function.
12846 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
12847
12848 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
12849
12850 * progmodes/compile.el (compilation-goto-locus): Take into account
12851 iconified frames when determining whether the buffer is
12852 already visible.
12853 Don't reset window height if the window already existed.
12854
12855 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
12856
12857 * custom.el (load-theme): Rename from require-theme.
12858 Add interactive spec.
12859 (enable-theme): Rename from custom-enable-theme.
12860 Add interactive spec.
12861 (disable-theme): Rename from custom-disable-theme.
12862 Add interactive spec.
12863 (custom-make-theme-feature): Doc fix.
12864 (custom-theme-directory): Doc fix.
12865 (provide-theme): Call enable-theme.
12866
12867 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
12868
12869 * obsolete/lazy-lock.el (lazy-lock-mode):
12870 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
12871 font-lock-mode if it's off. Print a warning instead.
12872
12873 * progmodes/compile.el (compilation-start): Ignore errors if the
12874 process died before we get to send-eof.
12875
12876 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
12877 Undo last change. Enclosing the result in quotes broke things on Unix
12878 since tex-send-command passes it through shell-quote-argument.
12879 (tex-send-command): Pass `file' through convert-standard-filename
12880 when possible.
12881 (tex-uptodate-p): Handle the case where TeX hasn't put additional
12882 info in a transcript.
12883
12884 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
12885
12886 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
12887 fix compilation warning. Reorder the key definitions to group
12888 together keys emitted by the current version of xterm.
12889
12890 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
12891 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
12892 Reorder predicates to correct min-color usage.
12893
12894 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
12895
12896 * longlines.el (longlines-mode): Inhibit read-only when encoding.
12897 Kill local variables when longlines-mode is turned off.
12898
12899 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
12900
12901 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
12902
12903 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
12904
12905 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
12906
12907 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
12908 (font-lock-lines-before): Change default to being inactive.
12909 (font-lock-default-fontify-region): Obey font-lock-lines-before.
12910 (font-lock-after-change-function): Don't handle f-l-lines-before here.
12911
12912 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
12913
12914 * net/tramp.el (tramp-handle-make-auto-save-file-name):
12915 Deactivate temporarily advice if active (not needed for Emacs 22,
12916 but for backwards compatibility).
12917 (tramp-exists-file-name-handler): Rewrite. First implementation
12918 was too simple.
12919 (tramp-advice-make-auto-save-file-name):
12920 Call `tramp-handle-make-auto-save-file-name' (again, just for
12921 backwards compatibility).
12922
12923 2005-08-31 Reto Zimmermann <reto@gnu.org>
12924
12925 * progmodes/vhdl-mode.el
12926 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
12927 (vhdl-end-p): Fix indentation bug "else" after "-- when".
12928 (vhdl-set-default-project): New function (easier setting of default).
12929 (vhdl-port-copy): Handle extended identifiers for generics.
12930 (vhdl-compiler-alist): Better description for error message regexp.
12931 (vhdl-make): Query for target, use previous as default.
12932 (vhdl-port-copy): Fix port copy for port names starting with "signal".
12933 (vhdl-font-lock-keywords-2): Fix fontification for record
12934 el. assign.
12935 (vhdl-speedbar-make-subpack-line): Add package body link.
12936 (vhdl-generate-makefile-1): Not include itself as dependency.
12937 (vhdl-font-lock-init): Highlight c-preprocessor directives.
12938 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
12939 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
12940 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
12941 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
12942 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
12943 (vhdl-import-project): Add string argument for `error'.
12944 (vhdl-compose-configuration)
12945 (vhdl-compose-configuration-architecture): Add configuration
12946 declaration generation.
12947 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
12948 (vhdl-trailer-re): Add "record" keyword (better indentation).
12949 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
12950 "[^ \t-\"]+".
12951 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
12952 (vhdl-testbench-entity-file-name)
12953 (vhdl-testbench-architecture-file-name): Allow separate
12954 customization of testbench file names.
12955 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
12956 (vhdl-get-visible-signals): Allow newline within alias declaration.
12957 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
12958 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
12959 (member-ignore-case): Alias for missing function in XEmacs.
12960 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
12961 (vhdl-update-sensitivity-list): Ignore case on read signals.
12962 (vhdl-replace-string): Adjust case only for file names.
12963 (vhdl-update-sensitivity-list): Fix search for read signals.
12964 (vhdl-update-sensitivity-list): Exclude formal parameters.
12965 (vhdl-get-visible-signals): Include aliases of signals.
12966 (vhdl-get-visible-signals): Fix signal name searching.
12967 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
12968 (vhdl-fixup-whitespace-region): Fix for character
12969 literals (e.g. `:').
12970
12971 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
12972
12973 * ansi-color.el (comint-last-output-start):
12974 * bs.el (font-lock-verbose):
12975 * diff-mode.el (add-log-buffer-file-name-function):
12976 * dired-x.el (vm-folder-directory):
12977 * faces.el (help-xref-stack-item):
12978 * files.el (font-lock-keywords):
12979 * find-lisp.el (dired-buffers, dired-subdir-alist):
12980 * ido.el (cua-inhibit-cua-keys):
12981 * log-view.el (cvs-minor-wrap-function):
12982 * outline.el (font-lock-warning-face):
12983 * simple.el (compilation-current-error):
12984 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
12985 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
12986 * tooltip.el (comint-prompt-regexp):
12987 * w32-fns.el (explicit-shell-file-name):
12988 * term/mac-win.el (mac-charset-info-alist)
12989 (mac-services-selection, mac-system-script-code):
12990 * term/tty-colors.el (msdos-color-values):
12991 * term/w32-win.el (xlfd-regexp-registry-subnum):
12992 * term/x-win.el (x-keysym-table, x-selection-timeout)
12993 (x-session-id, x-session-previous-id):
12994 * textmodes/ispell.el (mail-yank-prefix):
12995 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
12996 * textmodes/org.el (calc-embedded-close-formula)
12997 (calc-embedded-open-formula)
12998 (font-lock-unfontify-region-function):
12999 * textmodes/reftex-global.el (isearch-next-buffer-function)
13000 (TeX-master):
13001 * textmodes/reftex.el (font-lock-keywords):
13002 * textmodes/tex-mode.el (font-lock-comment-face)
13003 (font-lock-doc-face):
13004 * textmodes/texinfo.el (outline-heading-alist):
13005 Add defvars.
13006
13007 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
13008 (artist-spray-chars, artist-mode-init, artist-replace-string)
13009 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
13010 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
13011 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
13012
13013 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
13014 (conf-align-assignments): "?\ " -> "?\s".
13015
13016 * textmodes/reftex-index.el (TeX-master): Add defvar.
13017 (reftex-index-phrases-marker): Move up defvar.
13018
13019 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
13020 (reftex-toc-include-labels-indicator)
13021 (reftex-toc-include-index-indicator)
13022 (reftex-toc-max-level-indicator): Move up declarations.
13023
13024 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
13025 of args to `tramp-run-real-handler', even if it's empty in this case.
13026
13027 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13028
13029 * dired.el (dired-move-to-filename-regexp): Add date format for
13030 Mac OS X 10.3 in East Asian locales.
13031
13032 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
13033
13034 * files.el (make-auto-save-file-name): Add file name handler call
13035 if applicable.
13036
13037 * net/tramp.el (tramp-file-name-handler-alist)
13038 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
13039 (tramp-handle-make-auto-save-file-name): Rename from
13040 `tramp-make-auto-save-file-name'.
13041 (tramp-exists-file-name-handler): New defun.
13042 (tramp-advice-make-auto-save-file-name): Make defadvice only when
13043 `make-auto-save-file-name' is not a magic file name operation.
13044
13045 2005-08-30 Richard M. Stallman <rms@gnu.org>
13046
13047 * files.el (risky-local-variable-p):
13048 Match `-predicates' and `-commands.
13049
13050 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
13051 (custom-save-all): Visit the file if necessary;
13052 kill the buffer if we created it.
13053 (custom-save-delete): Don't visit file or kill buffer here.
13054
13055 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
13056
13057 * textmodes/org.el (org-special-keyword): New face.
13058 (org-table-copy-down, org-table-eval-formula)
13059 (org-table-recalculate, org-init-section-numbers):
13060 Use `string-to-number' instead of `string-to-int'.
13061 (org-get-location): Use `insert-buffer-substring' instead of
13062 `insert-buffer'.
13063 (org-modify-diary-entry-string): New function.
13064 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
13065 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
13066 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
13067 active region.
13068 (org-export-as-html): Handle QUOTE keyword.
13069 (org-quote-string): New option.
13070 (org-bookmark-jump-unhide): New function, used for
13071 `bookmark-after-jump-hook'.
13072 (org-diary-default-entry): Apply only when not called through
13073 `org-agenda'.
13074
13075 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
13076
13077 * net/eudc.el (mode-popup-menu):
13078 * play/handwrite.el (ps-printer-name, ps-lpr-command):
13079 * progmodes/ada-mode.el (compile-auto-highlight)
13080 (skeleton-further-elements):
13081 * progmodes/autoconf.el (font-lock-syntactic-keywords):
13082 * progmodes/cmacexp.el (msdos-shells):
13083 * progmodes/compile.el (font-lock-extra-managed-props)
13084 (font-lock-keywords, font-lock-maximum-size)
13085 (font-lock-support-mode):
13086 * progmodes/grep.el (font-lock-lines-before):
13087 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
13088 * progmodes/mixal-mode.el (compile-command):
13089 * progmodes/perl-mode.el (font-lock-comment-face)
13090 (font-lock-doc-face, font-lock-string-face):
13091 * progmodes/prolog.el (comint-prompt-regexp):
13092 * progmodes/sh-script.el (font-lock-comment-face)
13093 (font-lock-set-defaults, font-lock-string-face):
13094 * progmodes/sql.el (font-lock-keyword-face)
13095 (font-lock-set-defaults, font-lock-string-face):
13096 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
13097 (itimer-version, lazy-lock-defer-contextually)
13098 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
13099 Add defvars.
13100
13101 * progmodes/cperl-mode.el (cperl-electric-lbrace)
13102 (cperl-electric-keyword, cperl-electric-pod)
13103 (cperl-electric-backspace, cperl-forward-re)
13104 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
13105 (vc-rcs-header, vc-sccs-header): Add defvars.
13106
13107 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
13108 (font-lock-syntactic-keywords, gud-find-expr-function):
13109 Add defvars.
13110
13111 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
13112 (gdb-frame-parameters): Declare before use.
13113
13114 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
13115 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
13116 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
13117 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
13118
13119 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
13120 (idlwave-help-with-source): Use `insert-buffer-substring', not
13121 `insert-buffer'.
13122
13123 2005-08-29 Juri Linkov <juri@jurta.org>
13124
13125 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
13126 Put outline-back-to-heading function call inside save-excursion.
13127
13128 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
13129
13130 * man.el (Man-init-defvars, Man-translate-references)
13131 (Man-support-local-filenames, Man-highlight-references):
13132 * progmodes/sql.el (sql-interactive-mode):
13133 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
13134
13135 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
13136 (compilation-mode-font-lock-keywords): Add defvars.
13137 (checkdoc-interactive-loop): "?\ " -> "?\s".
13138
13139 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
13140 (font-lock-doc-face, font-lock-string-face)
13141 (font-lock-keywords-case-fold-search): Add defvars.
13142 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
13143
13144 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
13145 Don't pass X and Y (they are ignored anyway).
13146 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
13147 (mouse-delete-window): Make arguments optional.
13148
13149 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
13150 (caesar-translate-table, minor-modes, news-buffer-save)
13151 (news-group-name, news-minor-modes): Add defvars.
13152
13153 * emacs-lisp/lselect.el (mouse-highlight-priority)
13154 (x-lost-selection-functions, zmacs-regions):
13155 * emacs-lisp/pp.el (font-lock-verbose):
13156 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
13157 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
13158 (ses-mode-map):
13159 * emacs-lisp/tcover-unsafep.el (safe-functions):
13160 * international/mule-cmds.el (mac-system-coding-system)
13161 (mac-system-locale):
13162 * language/ethio-util.el (rmail-current-message)
13163 (rmail-message-vector):
13164 * language/thai-util.el (thai-auto-composition-mode):
13165 * mail/metamail.el (rmail-current-message, rmail-message-vector):
13166 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
13167 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
13168 (vm-primary-inbox, vm-spool-files):
13169 * mail/rmail.el (deleted-head, font-lock-fontified)
13170 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
13171 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
13172 (total-messages):
13173 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
13174 (rmail-summary-mode-map):
13175 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
13176 (rmail-last-label, rmail-last-multi-labels)
13177 (rmail-summary-vector, rmail-total-messages):
13178 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
13179 * mail/rmailsum.el (msgnum):
13180 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
13181 (rmail-current-message):
13182 * obsolete/fast-lock.el (font-lock-face-list):
13183 * obsolete/rnewspost.el (mail-reply-buffer):
13184 * obsolete/scribe.el (compile-command):
13185 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
13186
13187 2005-08-28 John Paul Wallington <jpw@gnu.org>
13188
13189 * ibuf-ext.el (ibuffer-auto-update-changed):
13190 Use `frame-or-buffer-changed-p' to check whether we need to update.
13191 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
13192 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
13193 as a `frame-or-buffer-changed-p' state vector instead.
13194
13195 2005-08-27 Romain Francoise <romain@orebokech.com>
13196
13197 * textmodes/makeinfo.el (makeinfo-compile):
13198 Use `compilation-start'. Set `next-error-function' according to
13199 `disable-errors'.
13200 (makeinfo-next-error): New function.
13201 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
13202 (makeinfo-buffer): Likewise.
13203
13204 * progmodes/compile.el (compilation-start): Add autoload cookie.
13205
13206 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
13207 * textmodes/sgml-mode.el: Likewise.
13208 * progmodes/python.el: Likewise.
13209
13210 2005-08-27 Eli Zaretskii <eliz@gnu.org>
13211
13212 * simple.el (blink-matching-paren-distance): Document the meaning
13213 of nil value, and allow to customize to nil.
13214
13215 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
13216 command.com, not command.exe.
13217
13218 2005-08-26 John Wiegley <johnw@newartisans.com>
13219
13220 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
13221 code around a bit so that an extraneous nil argument is not added
13222 to a command when no args are given.
13223
13224 * eshell/esh-arg.el (eshell-parse-double-quote): If a
13225 double-quoted argument resolves to nil, return it as an empty
13226 string rather than as nil. This made it impossible to pass "" to
13227 a shell script as a null string argument.
13228
13229 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
13230
13231 * outline.el (outline-invent-heading): New fun.
13232 (outline-promote, outline-demote): Use it.
13233 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
13234 (outline-end-of-subtree): Remove unused var `opoint'.
13235
13236 2005-08-26 David Reitter <david.reitter@gmail.com>
13237
13238 * menu-bar.el (truncate-lines, write-file, print-buffer)
13239 (ps-print-buffer-faces, ps-print-buffer, split-window):
13240 Disable menu items when the frame they refer to is invisible, or when
13241 they refer to a buffer and the minibuffer is selected.
13242
13243 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
13244
13245 * progmodes/flymake.el (flymake-highlight-err-lines):
13246 Use save-excursion around flymake-highlight-line to preserve point.
13247
13248 2005-08-26 Eli Zaretskii <eliz@gnu.org>
13249
13250 * progmodes/octave-mod.el: Change Author and Maintainer address.
13251 (octave-maintainer-address): Change Kurt's email address.
13252 * progmodes/octave-inf.el: Change Author and Maintainer address.
13253 * progmodes/octave-hlp.el: Change Author and Maintainer address.
13254
13255 2005-08-26 Kim F. Storm <storm@cua.dk>
13256
13257 * subr.el (version-list-<, version-list-<=, version-list-=):
13258 Rename from integer-list-*.
13259 (version-list-not-zero): Likewise. Fix while loop.
13260 (version=): Use version-list-= instead of string-equal.
13261
13262 2005-08-26 Richard M. Stallman <rms@gnu.org>
13263
13264 * outline.el (outline-promote): Try shortening the heading.
13265 As last resort, read the heading to use.
13266 (outline-demote): As last resort, read the heading to use.
13267
13268 2005-08-26 Romain Francoise <romain@orebokech.com>
13269
13270 * progmodes/compile.el (compilation-start): Doc fix.
13271
13272 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
13273 (antlr-font-lock-additional-keywords): Fix reference to
13274 `antlr-font-lock-literal-regexp' erroneously changed during the
13275 mass face rename.
13276 (antlr-run-tool): Use `compilation-start'.
13277
13278 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
13279 instead of the obsolete `compile-internal'.
13280
13281 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
13282
13283 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
13284 (number, original-date):
13285 * calendar/cal-china.el (date):
13286 * calendar/cal-coptic.el (date):
13287 * calendar/cal-french.el (date):
13288 * calendar/cal-hebrew.el (date, entry, number, original-date):
13289 * calendar/cal-islam.el (date, number, original-date):
13290 * calendar/cal-iso.el (date):
13291 * calendar/cal-julian.el (date):
13292 * calendar/cal-mayan.el (date):
13293 * calendar/cal-menu.el (date, event):
13294 * calendar/cal-persia.el (date):
13295 * calendar/lunar.el (date):
13296 * calendar/solar.el (date): Add defvars.
13297
13298 * emerge.el:
13299 * ibuffer.el:
13300 * info-xref.el:
13301 * obsolete/bg-mouse.el:
13302 * obsolete/sun-curs.el:
13303 * obsolete/swedish.el: Move the `defvar's to the top level.
13304
13305 * smerge-mode.el (smerge-refined-change): Add :group.
13306
13307 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
13308
13309 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
13310 (smerge-keep-n): Remove props.
13311 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
13312 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
13313 now that it's done in smerge-keep-n.
13314 (smerge-refined-change): New face.
13315 (smerge-refine-chopup-region, smerge-refine-highlight-change)
13316 (smerge-refine): New funs.
13317 (smerge-basic-map): Bind smerge-refine.
13318
13319 2005-08-25 Juri Linkov <juri@jurta.org>
13320
13321 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
13322 compilation-process-setup-function and compilation-disable-input
13323 in grep-mode instead of let-bindings in grep.
13324
13325 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
13326 Delete "Automatic File De/compression" (auto-compression-mode).
13327
13328 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
13329
13330 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
13331 Silence warning about non-existent variable.
13332
13333 2005-08-25 Richard M. Stallman <rms@gnu.org>
13334
13335 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
13336 Rename "Describe Key" to "Describe Key or Mouse Operation".
13337
13338 * mail/mailalias.el (build-mail-aliases): Delete comments
13339 from the contents before processing them.
13340
13341 * isearch.el (isearch-edit-string): Erase the Search prompt
13342 if user enters an empty string and there is no default.
13343
13344 * comint.el (comint-file-name-prefix): Add autoload.
13345
13346 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
13347
13348 * subr.el (play-sound): Rearrange to avoid warning.
13349
13350 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
13351
13352 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
13353 New hook.
13354 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
13355
13356 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
13357
13358 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
13359
13360 * custom.el (custom-theme-set-variables): Sort minor modes last.
13361
13362 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13363
13364 * subr.el (version-separator, version-regexp-alist): New vars used by
13365 version comparison funs.
13366 (integer-list-<, integer-list-=, integer-list-<=)
13367 (integer-list-not-zero): New funs for integer list comparison.
13368 (version-to-list, version=, version<, version<=): New funs for version
13369 comparison.
13370
13371 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
13372
13373 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
13374 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
13375 time to silence the byte-compiler.
13376
13377 * ibuffer.el (ibuffer-compile-make-eliding-form)
13378 (ibuffer-check-formats): Use `with-no-warnings' to hide references
13379 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
13380 so it's silly to get warnings for it).
13381 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
13382 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
13383 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
13384 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
13385 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
13386 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
13387 Defvar at compile time.
13388 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
13389 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
13390 Declare them before use.
13391
13392 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
13393 (info-xref-good, info-xref-bad): Defvar at compile time.
13394
13395 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
13396 Use `let*' instead of `let'.
13397
13398 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
13399 (*mouse-y*, menu, char): Defvar at compile time.
13400 (sc::menu): Declare it before use.
13401 (sc::pack-one-line): Use `let', not `let*'.
13402
13403 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
13404 (mail-send-hook): Defvar at compile time.
13405
13406 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
13407 Defvar at compile time.
13408
13409 * term/sun-mouse.el (current-global-mousemap)
13410 (current-local-mousemap): Declare them before use.
13411
13412 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
13413
13414 * bookmark.el (bookmark-after-jump-hook): New hook.
13415 (bookmark-jump): Run `bookmark-after-jump-hook'.
13416
13417 2005-08-23 Juri Linkov <juri@jurta.org>
13418
13419 * faces.el (minibuffer-prompt): Doc fix.
13420
13421 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
13422
13423 * progmodes/xscheme.el: Trivial changes to silence warnings.
13424 (xscheme-previous-mode, xscheme-previous-process-state):
13425 Add defvars.
13426 (xscheme-last-input-end, xscheme-process-command-line)
13427 (xscheme-process-name, xscheme-buffer-name)
13428 (xscheme-expressions-ring-max, xscheme-expressions-ring)
13429 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
13430 (xscheme-control-g-synchronization-p)
13431 (xscheme-control-g-disabled-p, xscheme-string-receiver)
13432 (default-xscheme-runlight, xscheme-runlight)
13433 (xscheme-runlight-string, xscheme-process-filter-state)
13434 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
13435 Move to beginning of file.
13436 (scheme-interaction-mode-commands-alist)
13437 (scheme-interaction-mode-map, scheme-debugger-mode-map):
13438 Declare them before use. Note: the initialization code for the variables
13439 has not been moved because it uses functions that reference the variables.
13440 (xscheme-control-g-message-string, xscheme-process-filter-alist)
13441 (xscheme-prompt-for-expression-map): Declare them before use.
13442 (scheme-debugger-mode-commands): "?\ " -> "?\s".
13443
13444 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
13445
13446 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
13447
13448 2005-08-22 Juri Linkov <juri@jurta.org>
13449
13450 * faces.el (set-face-underline): Delete this duplicate function
13451 and make an obsolete alias to set-face-underline-p.
13452 (set-face-underline-p): Use docstring of set-face-underline.
13453 (describe-face): Create hyperlink to parent face.
13454
13455 * info.el (Info-insert-dir): Use save-excursion around
13456 insert-buffer-substring.
13457 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
13458 (Info-escape-percent): Delete function.
13459 (Info-fontify-node): Replace Info-escape-percent by
13460 replace-regexp-in-string with REP arg set to lambda that
13461 duplicates `%' and preserves text properties.
13462
13463 * progmodes/compile.el (compilation-disable-input): Doc fix.
13464 (define-compilation-mode): Doc fix and refill.
13465 (kill-compilation): Use `mode-name' in the error message.
13466 (compilation-find-file): Use `compilation-error' in the
13467 read-file-name's prompt.
13468
13469 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
13470
13471 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
13472 (smerge-auto-leave): Make undo re-enable the mode.
13473 (debug-ignored-errors): Add the user-error of impossible resolution.
13474 (smerge-resolve): Move things around a bit, in preparation for later.
13475 (smerge-diff): Don't fail if the buffer has no associated file.
13476 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
13477 (smerge-conflict-overlay): New function.
13478 (smerge-match-conflict): Don't add text properties here.
13479 (smerge-find-conflict): Instead, add an overlay here.
13480 Also check for the case where we're inside a conflict already, so as to
13481 obviate the need for font-lock-multiline, which is unbearably slow with
13482 large conflicts and ciomplex font-lock patterns.
13483 (smerge-remove-props): Remove overlay rather than text-properties.
13484 (smerge-mode): Don't set font-lock-multiline.
13485 Remove overlays when turned off.
13486
13487 2005-08-21 Kim F. Storm <storm@cua.dk>
13488
13489 * ido.el (ido-ignore-item-p): Use save-match-data.
13490 Bind case-fold-search to ido-case-fold locally.
13491
13492 2005-08-20 Richard M. Stallman <rms@gnu.org>
13493
13494 * files.el (normal-mode): If font lock is on, turn it off and on.
13495
13496 * subr.el (replace-regexp-in-string): Doc fix.
13497
13498 * startup.el (command-line-1): Don't suppress startup screen
13499 due to existing processes.
13500
13501 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
13502
13503 * progmodes/compile.el (compilation-disable-input): Default to nil.
13504
13505 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
13506
13507 * progmodes/compile.el (compilation-disable-input): New defcustom.
13508 (compilation-start): If compilation-disable-input is non-nil, send
13509 EOF to the compilation process.
13510
13511 2005-08-20 Eli Zaretskii <eliz@gnu.org>
13512
13513 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
13514 Run the argument of tex-shell-cd-command through
13515 convert-standard-filename, to get the correct style of slashes on
13516 Windows, and enclose the result in quotes, in case the file name
13517 includes whitespace or other special characters.
13518
13519 2005-08-19 Andreas Schwab <schwab@suse.de>
13520
13521 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
13522 process.
13523
13524 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
13525
13526 * cus-start.el (minibuffer-prompt-properties): Correct typo.
13527
13528 2005-08-18 Kim F. Storm <storm@cua.dk>
13529
13530 * scroll-lock.el: Fix errors due to incorrect line wrapping.
13531
13532 2005-08-18 Richard M. Stallman <rms@gnu.org>
13533
13534 * scroll-lock.el: New file.
13535
13536 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
13537
13538 * dired.el (dired-move-to-end-of-filename):
13539 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
13540
13541 2005-08-18 Kim F. Storm <storm@cua.dk>
13542
13543 * ido.el (ido-everywhere): Fix defcustom :set function to disable
13544 rather than toggle mode when custom value is nil.
13545 (ido-everywhere): Fix defun doc string.
13546
13547 2005-08-17 Richard M. Stallman <rms@gnu.org>
13548
13549 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
13550 as tag instead of "Inviolable".
13551
13552 2005-08-17 Kim F. Storm <storm@cua.dk>
13553
13554 * windmove.el (windmove-coordinates-of-position): Remove.
13555 (windmove-coordinates-of-window-position): Remove.
13556 (windmove-reference-loc): Use posn-at-point instead.
13557
13558 * subr.el (insert-for-yank-1): Doc fix.
13559
13560 * ido.el (ido-enter-matching-directory): Rename from
13561 ido-enter-single-matching-directory. Change `slash' choice to
13562 `only'. Add `first' choice.
13563 (ido-exhibit): Adapt to above changes.
13564
13565 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
13566
13567 * Makefile.in: Expand comment about building loaddefs.el.
13568
13569 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
13570
13571 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
13572 Comment use of defadvice.
13573
13574 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
13575
13576 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
13577
13578 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
13579 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
13580 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
13581 * progmodes/idlw-shell.el, progmodes/ld-script.el,
13582 * progmodes/which-func.el, ruler-mode.el, strokes.el,
13583 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
13584 for backward compatibility for faces that did not appear in the
13585 previous Emacs release.
13586
13587 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
13588
13589 2005-08-15 Kim F. Storm <storm@cua.dk>
13590
13591 * emulation/cua-base.el (cua-delete-region): Return t if
13592 deleted region was non-empty.
13593 (cua-replace-region): Inhibit overwrite-mode for
13594 self-insert-command if replaced region was non-empty.
13595 (cua--explicit-region-start, cua--status-string): Make them
13596 buffer-local at top-level...
13597 (cua-mode): ...rather than when mode is enabled.
13598
13599 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
13600
13601 * progmodes/vhdl-mode.el (vhdl-emacs-21):
13602 Set t for Emacs 21, 22, and so on.
13603
13604 2005-08-15 David Ponce <david@dponce.com>
13605
13606 * tree-widget.el: Update Commentary header.
13607 (tree-widget-theme): Doc fix.
13608 (tree-widget-space-width): New option.
13609 (tree-widget-image-properties): Look up in the default theme too.
13610 (tree-widget--cursors): Only for images with arrow pointer shape.
13611 (tree-widget-lookup-image): Pointer shape is hand by default.
13612 (tree-widget-icon): Rename generic icon widget from
13613 `tree-widget-control'.
13614 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
13615 derive from `tree-widget-icon'.
13616 (tree-widget-handle): Improve default look and feel of the text
13617 representation.
13618 (tree-widget): Rename :*-control properties to :*-icon properties.
13619 Add :action and :help-echo properties.
13620 (tree-widget-after-toggle-functions): Move.
13621 (tree-widget-close-node, tree-widget-open-node): Remove.
13622 (tree-widget-before-create-icon-functions): New hook.
13623 (tree-widget-value-create): Update to allow customization of icons
13624 and nodes at run-time via that new hook.
13625 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
13626 (tree-widget-icon-action, tree-widget-icon-help-echo)
13627 (tree-widget-action, tree-widget-help-echo): New functions.
13628
13629 2005-08-15 Kim F. Storm <storm@cua.dk>
13630
13631 * ido.el (ido-buffer-internal): Use with-no-warnings.
13632 (ido-make-merged-file-list): Use while-no-input.
13633
13634 2005-08-15 Richard M. Stallman <rms@gnu.org>
13635
13636 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
13637 (flyspell-large-region): Fix doc and custom type.
13638
13639 2005-08-14 Richard M. Stallman <rms@gnu.org>
13640
13641 * files.el (interpreter-mode-alist): Doc fix.
13642
13643 * mail/rmail.el (rmail-nonignored-headers): New variable.
13644 (rmail-clear-headers): Use it.
13645 (rmail-reply): Better handling of mail-followup-to header.
13646
13647 * progmodes/sh-script.el (sh-font-lock-keywords-var):
13648 Rename variable from sh-font-lock-keywords. In the `shell' entry,
13649 don't try to refer to executable-font-lock-keywords.
13650 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
13651 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
13652 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
13653 (sh-mode): Set comment-start-skip, local-abbrev-table,
13654 imenu-case-fold-search.
13655 (sh-set-shell): Don't set them here.
13656 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
13657 Don't cache the results in the original alist; don't ever modify
13658 that alist.
13659
13660 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
13661
13662 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
13663 empty.
13664
13665 2005-08-15 Andreas Schwab <schwab@suse.de>
13666
13667 * desktop.el: Put autoload cookie at risky-local-variable declarations.
13668
13669 * dired.el, info.el, mail/rmail.el: Revert last change.
13670
13671 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
13672
13673 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
13674 modification in `eval-after-load' form.
13675 * info.el: Likewise.
13676 * mail/rmail.el: Likewise.
13677
13678 2005-08-14 Juri Linkov <juri@jurta.org>
13679
13680 * progmodes/compile.el (compilation-mode-font-lock-keywords):
13681 Remove highlighting of "Compilation started". Highlight only
13682 the word "finished" in "Compilation finished". Add highlighting
13683 of "interrupt", "killed", "terminated" and the exit code.
13684 (compilation-start): Add newline after header. Use exactly the
13685 same time stamp format as the finishing message.
13686 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
13687
13688 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
13689 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
13690 Add highlighting of "interrupt", "killed", "terminated".
13691
13692 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
13693 enabled and the current command is self-insert-command, call it
13694 explicitly with overwrite-mode bound to nil, to not allow it
13695 to delete the character after the selected region.
13696
13697 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
13698
13699 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
13700 move-end-of-line, end-of-line, and beginning-of-line to the list
13701 of commands after which the echo area is updated.
13702
13703 2005-08-12 Eli Zaretskii <eliz@gnu.org>
13704
13705 * cus-edit.el (custom-save-all, custom-save-delete):
13706 Bind recentf-exclude to exclude custom-file.
13707
13708 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
13709
13710 * mail/rmailsum.el (rmail-summary-end-of-message): New command
13711 to go to the bottom of the mail message. Added to
13712 `rmail-summary-mode-map' with key "/".
13713 (rmail-summary-show-message): New (internal) function for use by
13714 both `rmail-summary-beginning/end-of-message'.
13715 (rmail-summary-beginning-of-message): Change to use
13716 rmail-summary-show-message.
13717
13718 * mail/rmail.el (rmail-end-of-message): New command to go to the
13719 end of the current message. Added to `rmail-mode-map' with key "/".
13720 (rmail-beginning-of-message): Fix to work as documented.
13721 (rmail-mode): Change documentation.
13722
13723 * progmodes/compile.el (compilation-start): Add the line
13724 "Compilation started" with compilation start time.
13725 (compilation-mode-font-lock-keywords): Add `started' to keywords.
13726
13727 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
13728
13729 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
13730 of menu items.
13731
13732 2005-08-11 Richard M. Stallman <rms@gnu.org>
13733
13734 * simple.el (pop-global-mark): Reverse test of widen-automatically.
13735
13736 * battery.el (battery-status-function): Don't use ignore-errors.
13737
13738 2005-08-11 Lute Kamstra <lute@gnu.org>
13739
13740 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
13741 define-obsolete-variable-alias.
13742
13743 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
13744
13745 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
13746 (ange-ftp-send-cmd): Revert last change, and expand
13747 the comment explaining the problem.
13748
13749 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
13750
13751 * ldefs-boot.el: Update.
13752
13753 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
13754 item to "Time, Load and Mail". Change help echo text.
13755
13756 * time.el (display-time-use-mail-icon, display-time-format)
13757 (display-time-string-forms): Shorten first line of docstrings.
13758
13759 2005-08-10 Lars Hansen <larsh@soem.dk>
13760
13761 * desktop.el (desktop-buffer-mode-handlers):
13762 Make non-customizable. Add autoload cookie. Change initial value to
13763 nil; add elements in respective modules instead. Fix doc string.
13764 (desktop-load-file): New function.
13765 (desktop-minor-mode-handlers): New autoloaded variable.
13766 (desktop-create-buffer): Call minor mode handlers.
13767 Use desktop-load-file to load major and minor mode modules prior to
13768 checking for a handler.
13769 (desktop-save): Don't add nil to desktop-minor-modes for minor
13770 modes with nil function in desktop-minor-mode-table. Don't delete
13771 desktop file before rewriting it.
13772 (desktop-locals-to-save): Add autoload cookie. Don't make
13773 automatically buffer-local. Add variables column-number-mode,
13774 size-indication-mode, indent-tabs-mode,
13775 indicate-buffer-boundaries, indicate-empty-lines and
13776 show-trailing-whitespace.
13777 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
13778 regexps. Don't use desktop-clear-preserve-buffers-regexp.
13779 (desktop-clear-preserve-buffers-regexp): Delete.
13780 (desktop-clear-preserve-buffers): Update initial value and docstring.
13781 (desktop-save-buffer): Fix doc string.
13782
13783 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
13784 (hilit-chg-desktop-restore): New function.
13785 (highlight-changes-mode): Add highlight-changes-mode to
13786 desktop-locals-to-save.
13787
13788 * dired.el: Add handler to desktop-buffer-mode-handlers.
13789 (dired-restore-desktop-buffer): Remove autoload cookie.
13790 (dired-mode): Add autoload cookie.
13791
13792 * info.el: Add handler to desktop-buffer-mode-handlers.
13793 (Info-restore-desktop-buffer): Remove autoload cookie.
13794 (Info-mode): Add autoload cookie.
13795
13796 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
13797 (mh-restore-desktop-buffer): Remove autoload cookie.
13798 (mh-folder-mode): Add autoload cookie.
13799
13800 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
13801 (rmail-restore-desktop-buffer): Remove autoload cookie.
13802
13803 2005-08-11 Masatake YAMATO <jet@gyve.org>
13804
13805 * hexl.el (hexl-address-region):
13806 (hexl-ascii-region, hexl-font-lock-keywords):
13807 (hexl-highlight-line-range): Use the term "region"
13808 instead of "area" for consistency with the other symbols
13809 defined in hexl.el.
13810
13811 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
13812
13813 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
13814 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
13815 out by Juri Linkov). Add `display-battery-mode'.
13816
13817 2005-08-09 Juri Linkov <juri@jurta.org>
13818
13819 * progmodes/compile.el (compilation-mode-font-lock-keywords):
13820 Remove `-text' from face variable names.
13821 (compilation-error-file-name, compilation-warning-file-name)
13822 (compilation-info-file-name): Delete faces.
13823 (compilation-line-number, compilation-column-number):
13824 Remove face underlining.
13825 (compilation-message-face): Set to `underline' value by default.
13826 (compilation-error-face, compilation-warning-face)
13827 (compilation-info-face): Remove `-file-name' from face names.
13828 (compilation-error-text-face, compilation-warning-text-face)
13829 (compilation-info-text-face): Delete face variables.
13830 (compilation-text-face): Delete function.
13831
13832 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
13833 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
13834 (grep-error-face): Set to `compilation-error' instead of
13835 `compilation-error-face' (which is redefined to `grep-hit-face' in
13836 grep buffers).
13837 (grep-mode-font-lock-keywords): Remove `-text' from face variable
13838 names. Use `grep-error-face' instead of `compilation-error-text-face'.
13839
13840 * dired-aux.el (dired-do-query-replace-regexp):
13841 Use `query-replace-read-args'.
13842
13843 * replace.el (query-replace-read-from, query-replace-read-to)
13844 (query-replace-read-args): Rename arg `string' to `prompt'.
13845
13846 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
13847
13848 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
13849
13850 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
13851 uploading files.
13852 (ange-ftp-canonize-filename): Handle file names beginning with ~
13853 correctly.
13854
13855 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
13856
13857 * textmodes/fill.el (canonically-space-region)
13858 (fill-context-prefix, fill-french-nobreak-p)
13859 (fill-delete-newlines, fill-comment-paragraph)
13860 (justify-current-line): "?\ " -> "?\s".
13861
13862 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
13863
13864 * textmodes/fill.el (fill-nonuniform-paragraphs):
13865 Improve argument/docstring consistency.
13866
13867 2005-08-09 Richard M. Stallman <rms@gnu.org>
13868
13869 * textmodes/ispell.el (ispell-word): More fboundp checks.
13870
13871 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
13872 (find-file-noselect-1): Call it here, only if RAWFILE.
13873 (normal-mode): Always set some major mode.
13874 (save-some-buffers-action-alist): Change some explanation strings.
13875 (file-name-non-special): In the `quote' method, use unwind-protect.
13876
13877 2005-08-09 Magnus Henoch <mange@freemail.hu>
13878
13879 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
13880 (ispell-have-aspell-dictionaries): New variable.
13881 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
13882 (ispell-get-aspell-config-value): New function.
13883 (ispell-aspell-find-dictionary): New function.
13884 (ispell-aspell-add-aliases): New function.
13885 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
13886 appropriate. Don't look for ispell dictionaries if we use aspell.
13887 (ispell-menu-map): Don't build a submenu of dictionaries.
13888
13889 2005-08-09 Richard M. Stallman <rms@gnu.org>
13890
13891 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
13892 (sql-read-passwd): Use read-passwd.
13893
13894 * progmodes/idlw-toolbar.el (idlwave-toolbar)
13895 (idlwave-toolbar-is-possible): Add defvars.
13896
13897 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
13898 Avoid warnings.
13899
13900 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
13901 (idlwave-system-class-info, idlwave-executive-commands-alist):
13902 Use defvar.
13903
13904 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
13905
13906 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
13907 Avoid warnings.
13908
13909 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
13910 and content-type: headers.
13911
13912 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
13913
13914 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
13915 and rename some of them to be more self-explanatory.
13916
13917 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
13918
13919 * startup.el (command-line-1): Implement -scriptload.
13920
13921 * replace.el (occur-engine): Initial *Occur* output not undoable.
13922
13923 * menu-bar.el (menu-bar-file-menu): Rename some menu items
13924 and improve help strings.
13925
13926 * isearch.el (isearch-repeat): When changing direction,
13927 mark search successful.
13928
13929 * ediff-init.el: Use (featurep 'xemacs).
13930
13931 * comint.el (send-invisible): Identify buffer, if not selected.
13932
13933 * align.el: Delete autoload for c-guess-basic-syntax.
13934
13935 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
13936
13937 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
13938 Improve argument/docstring consistency. Doc fixes.
13939 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
13940 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
13941 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
13942 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
13943 (r2bv-organization, r2bv-pages, r2bv-primary-author)
13944 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
13945 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
13946 Defvar at compile time.
13947
13948 2005-08-09 Juri Linkov <juri@jurta.org>
13949
13950 * info.el: Replace `info' with upper-case `Info' where appropriate.
13951 (info-title-1, info-title-2, info-title-3, info-title-4)
13952 (info-menu-header): Move up face definitions.
13953 (info-menu-star): Rename from `info-menu-5'.
13954 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
13955 (Info-fontify-visited-nodes): Fix docstring.
13956 (Info-hide-note-references): Fix docstring.
13957 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
13958 menu items in the same way as on cross-references.
13959 (info-apropos): Fix sorting order and formatting to be like in the
13960 stand-alone Info browser. Display error messages for 1 sec.
13961 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
13962 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
13963 from the menu bar.
13964 (Info-insert-dir): Restore point after calling
13965 `insert-buffer-substring'.
13966
13967 2005-08-08 Richard M. Stallman <rms@gnu.org>
13968
13969 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
13970 (recompute-lucid-menubar): Add defvars.
13971
13972 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
13973
13974 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
13975
13976 * net/net-utils.el (run-dig): Rename from `dig'.
13977
13978 * play/gametree.el (gametree-mode): Use make-local-variable,
13979 not make-variable-buffer-local.
13980
13981 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
13982
13983 * ansi-color.el (ansi-color-make-extent)
13984 (ansi-color-set-extent-face): Use fboundp, not functionp.
13985
13986 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
13987 not make-variable-buffer-local.
13988
13989 * bookmark.el (Info-current-file): Add defvar.
13990 (bookmark-jump-noselect): Use with-no-warnings.
13991
13992 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
13993
13994 * ebuff-menu.el (Helper-return-blurb): Add defvar.
13995
13996 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
13997
13998 * find-file.el (ada-procedure-start-regexp)
13999 (ada-package-start-regexp): Add defvars.
14000
14001 * info.el (Info-insert-dir): Use insert-buffer-substring.
14002
14003 * xml.el (xml-att-def-re): Add defvar.
14004
14005 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
14006 calling convention.
14007
14008 * subr.el (while-no-input): Return t if there is input.
14009
14010 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
14011
14012 * cus-start.el (all): Add `overflow-newline-into-fringe'.
14013
14014 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
14015
14016 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
14017 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
14018
14019 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
14020
14021 * cmuscheme.el (scheme-start-file): Replace reference to
14022 `user-emacs-directory' by "~/.emacs.d/".
14023
14024 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
14025
14026 * info.el (Info-dir-remove-duplicates): Avoid case folding
14027 in loop; instead, keep downcased strings for comparison.
14028 Suggested by Helmut Eller.
14029
14030 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
14031
14032 Sync with Tramp 2.0.50.
14033
14034 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
14035 XEmacs case; not necessary anymore.
14036 (tramp-user-regexp): Allow "@" as part of user name.
14037 (tramp-handle-set-visited-file-modtime)
14038 (tramp-handle-insert-file-contents)
14039 (tramp-handle-write-region): No special handling for
14040 `last-coding-system-used, because this is done in
14041 `tramp-accept-process-output' now.
14042 (tramp-accept-process-output): New defun.
14043 (tramp-process-one-action, tramp-process-one-multi-action)
14044 (tramp-wait-for-regexp, tramp-wait-for-output)
14045 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
14046 Howells <dhowells@redhat.com>.
14047 (clear-visited-file-modtime): Defadvice removed. The check for
14048 unset buffer's modtime does not need to be based on
14049 `tramp-buffer-file-attributes'. Suggested by RMS.
14050 (tramp-message): Insert "\n" if not being at beginning of line.
14051 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
14052 sequence with same logic.
14053 (tramp-completion-handle-expand-file-name): Discard call of
14054 `tramp-drop-volume-letter'. It is not necessary, and there have
14055 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
14056 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
14057 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
14058 should always be visible.
14059 (tramp-handle-insert-directory, tramp-setup-complete)
14060 (tramp-set-process-query-on-exit-flag)
14061 (tramp-append-tramp-buffers): Pacify byte-compiler.
14062 (tramp-bug): Delete non-existing variables from list.
14063 Apply `tramp-load-report-modules' as pre-hook.
14064 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
14065 `shell-prompt-pattern' because of non-7bit characters.
14066 Reported by Sebastian Luque <sluque@mun.ca>.
14067 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
14068 (tramp-match-string-list): Remove function.
14069 (tramp-wait-for-regexp): Remove call of that function.
14070 Suggested by Kim F. Storm <storm@cua.dk>.
14071 (tramp-set-auto-save-file-modes): Use octal integer code #o600
14072 instead of octal character code ?\600. The latter resulted in a
14073 syntax error with XEmacs.
14074
14075 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
14076 XEmacs case; not necessary anymore.
14077 (tramp-smb-handle-write-region): No special handling for
14078 `last-coding-system-used, because this is done in
14079 `tramp-accept-process-output' now.
14080 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
14081
14082 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
14083
14084 * wid-edit.el (widget-choice-value-create):
14085 Unconditionally respect user choice. Set :explicit-choice back to nil
14086 when no longer needed.
14087 (widget-choice-action): Unconditionally respect user choice.
14088 Eliminate :explicit-choice-value.
14089
14090 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
14091
14092 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
14093 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
14094 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
14095 running new function `toggle-indicate-empty-lines'.
14096 Rename "Customize" item to "Customize fringe".
14097 Rename "Indicators" item to "Buffer boundaries" and change help echo.
14098 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
14099 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
14100 Delete "Empty lines only" item.
14101 (menu-bar-showhide-fringe-ind-customize): New function.
14102 (menu-bar-showhide-fringe-ind-mixed)
14103 (menu-bar-showhide-fringe-ind-box)
14104 (menu-bar-showhide-fringe-ind-right)
14105 (menu-bar-showhide-fringe-ind-left)
14106 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
14107 instead of `fringe-indicators'.
14108
14109 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
14110
14111 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
14112 Change the date of last update.
14113
14114 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
14115
14116 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
14117 (viper-exec-yank, viper-put-back): Don't display modification msg
14118 if in the minibuffer.
14119
14120 * viper-init.el (viper-replace-overlay-cursor-color)
14121 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
14122 Make variables frame local.
14123
14124 * viper-util.el (viper-append-filter-alist): Use append instead of
14125 nconc.
14126
14127 * viper.el (viper-vi-state-mode-list)
14128 (viper-emacs-state-mode-list): Move help-mode and
14129 completion-list-mode from the first list to the second.
14130 (viper-mode): Docstring.
14131 (viper-go-away, viper-non-hook-settings): Don't localize
14132 minor-mode-alist in newer Emacsen. Add advice to
14133 set-cursor-color. Don't bind "\C-c\\".
14134
14135 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
14136
14137 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
14138 (scheme-macro-expand-command): New user options.
14139 (scheme-trace-procedure, scheme-expand-current-form): New commands.
14140 (scheme-form-at-point, scheme-start-file)
14141 (scheme-interactively-start-process): New functions.
14142 (scheme-get-process): New function, extracted from `scheme-proc'.
14143 (run-scheme): Call `scheme-start-file' to get start file, and pass
14144 it to `make-comint'.
14145 (switch-to-scheme, scheme-proc):
14146 Call `scheme-interactively-start-process' if no Scheme buffer/process
14147 is available.
14148
14149 2005-08-06 Juri Linkov <juri@jurta.org>
14150
14151 * progmodes/compile.el (compilation-mode-font-lock-keywords):
14152 Use `compilation-text-face', `compilation-info-text-face' and
14153 `compilation-error-text-face' instead of `font-lock-keyword-face'.
14154 (compilation-error): New face.
14155 (compilation-error-file-name): Inherit from
14156 `compilation-error' instead of `font-lock-warning-face'.
14157 (compilation-warning-file-name): Inherit from
14158 `compilation-warning' instead of `font-lock-warning-face'.
14159 (compilation-info, compilation-error-file-name)
14160 (compilation-warning-file-name, compilation-info-file-name)
14161 (compilation-line-number, compilation-column-number): Doc fix.
14162 (compilation-error-text-face, compilation-warning-text-face)
14163 (compilation-info-text-face): New face variables.
14164 (compilation-line-face, compilation-column-face)
14165 (compilation-enter-directory-face)
14166 (compilation-leave-directory-face): Doc fix.
14167 (compilation-text-face): New function.
14168
14169 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
14170 instead of 1 to display binary file names as info file links.
14171 (grep-error-face): Use `compilation-error-face' instead of
14172 `font-lock-keyword-face'.
14173 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
14174 and `compilation-warning-text-face' instead of
14175 `font-lock-keyword-face'. Use `compilation-error-text-face'
14176 instead of `grep-error-face'.
14177
14178 2005-08-05 Kenichi Handa <handa@m17n.org>
14179
14180 * international/code-pages.el: Add autoload cookies for all coding
14181 systems.
14182
14183 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
14184
14185 * cus-start.el (all): Put undo.c where it alphabetically belongs.
14186
14187 2005-08-04 Juri Linkov <juri@jurta.org>
14188
14189 * progmodes/compile.el (compilation-mode-map):
14190 * progmodes/grep.el (grep-mode-map):
14191 Bind TAB to `compilation-next-error' and [backtab] to
14192 `compilation-previous-error'.
14193
14194 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
14195 matching line numbers, column numbers and their ranges with regexp
14196 matching only line numbers.
14197 (grep-context-face): New face variable.
14198 (grep-mode-font-lock-keywords): Use it.
14199
14200 * faces.el (read-face-name): Delete duplicate faces.
14201
14202 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
14203
14204 * thumbs.el (thumbs-find-image): Don't make variables
14205 automatically buffer local.
14206 (thumbs-current-tmp-filename, thumbs-current-image-filename)
14207 (thumbs-image-num): Make automatically buffer local.
14208 (thumbs-show-thumbs-list): Use `make-local-variable', not
14209 `make-variable-buffer-local'.
14210 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
14211
14212 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
14213 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
14214 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
14215 (bother, bye, canyou, chatlst, continue, deathlst, describe)
14216 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
14217 (feelings-about, foullst, found, hello, history, howareyoulst)
14218 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
14219 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
14220 (neglst, obj, object, owner, please, problems, qlist)
14221 (random-adjective, relation, remlst, repetitive-shortness)
14222 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
14223 (shortlst, something, sportslst, stallmanlst, states, subj)
14224 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
14225 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
14226 Defvar at compile time.
14227
14228 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
14229 not `make-variable-buffer-local'.
14230
14231 2005-08-02 Kim F. Storm <storm@cua.dk>
14232
14233 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
14234 rectangle overlay in selected window.
14235
14236 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
14237
14238 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
14239 instead of display group. Make `indicate-buffer-boundaries'
14240 customizable through Custom.
14241
14242 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
14243
14244 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
14245 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
14246 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
14247 (gdb-put-string): Fix typos in docstrings.
14248
14249 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
14250
14251 Update copyright notices of files in progmodes directory for
14252 release of Emacs 22.1.
14253
14254 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
14255
14256 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
14257 Don't barf if the GUD buffer has been killed.
14258
14259 2005-08-01 Kim F. Storm <storm@cua.dk>
14260
14261 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
14262
14263 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
14264
14265 * simple.el (next-error-follow-minor-mode):
14266 make-variable-buffer-local -> make-local-variable.
14267
14268 * emacs-lisp/cl-extra.el: Require CL also when compiling.
14269
14270 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
14271 (byte-compile-form-make-variable-buffer-local): New functions to warn
14272 about misuses of make-variable-buffer-local where make-local-variable
14273 was meant.
14274
14275 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
14276
14277 * bs.el (bs-attributes-list): Doc fix.
14278 (bs): Update url-link.
14279
14280 * desktop.el (desktop-save-buffer): Fix typos in docstring.
14281 (desktop-load-default): Simplify.
14282
14283 * ibuffer.el (ibuffer-columnize-and-insert-list)
14284 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
14285 (ibuffer-unmark-all, ibuffer-toggle-marks)
14286 (ibuffer-unmark-forward, ibuffer-unmark-backward)
14287 (ibuffer-compile-make-format-form, ibuffer-format-column)
14288 (ibuffer-current-buffers-with-marks)
14289 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
14290 (ibuffer): Doc fix.
14291 (ibuffer-mode): Fix typo in docstring.
14292 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
14293 with `define-obsolete-variable-alias'.
14294 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
14295
14296 2005-07-29 Kenichi Handa <handa@m17n.org>
14297
14298 * international/mule-cmds.el (select-message-coding-system):
14299 Be sure to use LF for end-of-line. If no coding system is decided,
14300 return iso-8859-1-unix.
14301
14302 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
14303
14304 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
14305 (ange-ftp-pending-error-line): New vars.
14306 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
14307 to handle the non-fatal no-route-to-host messages.
14308 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
14309
14310 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
14311
14312 * isearch.el (isearch-mode-map, isearch-other-meta-char)
14313 (isearch-quote-char, isearch-printing-char)
14314 (isearch-text-char-description): "?\ " -> "?\s".
14315 (isearch-lazy-highlight-cleanup)
14316 (isearch-lazy-highlight-initial-delay)
14317 (isearch-lazy-highlight-interval)
14318 (isearch-lazy-highlight-max-at-a-time)
14319 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
14320 Declare with define-obsolete-*-alias macros.
14321 (isearch-forward): Fix typo in docstring.
14322 (search-invisible, search-ring-yank-pointer)
14323 (regexp-search-ring-yank-pointer): Doc fixes.
14324
14325 * recentf.el (recentf-menu-append-commands-p): Declare with
14326 `define-obsolete-variable-alias'.
14327 (recentf-max-saved-items, recentf-menu-filter)
14328 (recentf-arrange-by-rule-subfilter): Doc fixes.
14329 (recentf-menu-append-commands-flag)
14330 (recentf-initialize-file-name-history, recentf-expand-file-name)
14331 (recentf-clear-data): Fix typos in docstrings.
14332
14333 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
14334
14335 * progmodes/gdb-ui.el: Smarten comments.
14336 (gdb-info-breakpoints-custom): Use nowarn when finding file.
14337
14338 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
14339
14340 * term/apollo.el (terminal-init-apollo): New function containing
14341 all former top level forms in the file.
14342 * term/bobcat.el (terminal-init-bobcat):
14343 * term/cygwin.el (terminal-init-cygwin):
14344 * term/iris-ansi.el (terminal-init-iris-ansi):
14345 * term/linux.el (terminal-init-linux):
14346 * term/news.el (terminal-init-news):
14347 * term/rxvt.el (terminal-init-rxvt):
14348 * term/sun.el (terminal-init-sun):
14349 * term/tvi970.el (terminal-init-tvi970):
14350 * term/vt100.el (terminal-init-vt100):
14351 * term/vt102.el (terminal-init-vt102):
14352 * term/vt125.el (terminal-init-vt125):
14353 * term/vt200.el (terminal-init-vt200):
14354 * term/vt201.el (terminal-init-vt201):
14355 * term/vt220.el (terminal-init-vt220):
14356 * term/vt240.el (terminal-init-vt240):
14357 * term/vt300.el (terminal-init-vt300):
14358 * term/vt320.el (terminal-init-vt320):
14359 * term/vt400.el (terminal-init-vt400):
14360 * term/vt420.el (terminal-init-vt420):
14361 * term/wyse50.el (terminal-init-wyse50):
14362 * term/xterm.el (terminal-init-xterm): Likewise.
14363
14364 * term/README: Describe the terminal-init-* functionality.
14365
14366 * startup.el (command-line): After loading the terminal initialization
14367 file call the corresponding terminal initialization function.
14368
14369 2005-07-27 Kenichi Handa <handa@m17n.org>
14370
14371 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
14372 negative.
14373
14374 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
14375 (ps-mule-composition-prologue): Fix for the case that
14376 RelativeCompose is false.
14377
14378 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
14379
14380 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
14381
14382 * descr-text.el (describe-char): Handle the case where the list of
14383 chars is displayed in a separate frame.
14384 Be a bit more discriminating when looking for the char.
14385
14386 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
14387
14388 * bookmark.el (bookmark-automatically-show-annotations)
14389 (bookmark-read-annotation-text-func): Doc fixes.
14390 (bookmark-save): Improve argument/docstring consistency.
14391 (bookmark-get-bookmark, bookmark-get-bookmark-record)
14392 (bookmark-alist-from-buffer)
14393 (bookmark-upgrade-file-format-from-0)
14394 (bookmark-grok-file-format-version)
14395 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
14396 (bookmark-read-annotation-mode)
14397 (bookmark-insert-current-bookmark, bookmark-jump)
14398 (bookmark-exit-hook): Fix typos in docstrings.
14399 (bookmark-exit-hooks): Define as obsolete alias.
14400 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
14401 not `bookmark-exit-hooks'. Fix docstring.
14402 (bookmark-bmenu-select): "?\ " -> "?\s".
14403
14404 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
14405
14406 * startup.el (command-line): Fix typo.
14407
14408 2005-07-24 Richard M. Stallman <rms@gnu.org>
14409
14410 * tooltip.el (tooltip-mode): Test emacs-basic-display,
14411 not emacs-quick-startup.
14412
14413 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
14414
14415 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
14416 (reb-next-match, reb-show-subexp): Use `with-selected-window'
14417 instead of `reb-with-current-window'.
14418 (reb-prev-match): Likewise. Also, don't move left if the search
14419 was unsuccessful.
14420 (reb-initialize-buffer): New function.
14421 (re-builder, reb-change-syntax): Use it.
14422
14423 * man.el (Man-goto-page): Make second argument NOERROR optional.
14424
14425 2005-07-23 Richard M. Stallman <rms@gnu.org>
14426
14427 * man.el (Man-bgproc-sentinel): Check here for failure to find
14428 any man page in the output, and report the error here.
14429 (Man-arguments): Make it permanent local.
14430 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
14431 (Man-mode): Pass t for NOERROR.
14432
14433 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
14434 (grep-mode-font-lock-keywords):
14435 Don't use compilation-...-face for messages that are not file names.
14436
14437 * progmodes/compile.el (compilation-mode-font-lock-keywords):
14438 Don't use compilation-...-face for messages that are not file names.
14439
14440 2005-07-22 Juri Linkov <juri@jurta.org>
14441
14442 * startup.el (normal-splash-screen): Update menu name.
14443
14444 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
14445
14446 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
14447
14448 * term/xterm.el: Load term/rxvt if the terminal is actually an
14449 rxvt terminal.
14450 (xterm-rxvt-set-background-mode): Remove, not used anymore.
14451
14452 * term/rxvt.el (function-key-map): Use substitute-key-definition
14453 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
14454
14455 * term/cygwin.el: New file.
14456
14457 2005-07-22 Kim F. Storm <storm@cua.dk>
14458
14459 * image-file.el (insert-image-file, image-file-yank-handler):
14460 Fix last change to maintain a (unique) yank-handler on yanked images.
14461
14462 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
14463
14464 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
14465 of the file size (as in "177B" for 177 bytes). This happens with
14466 "ls -lh" on FreeBSD.
14467
14468 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
14469
14470 * hilit-chg.el (highlight-changes-global-initial-state)
14471 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
14472 (hilit-chg-fixup, highlight-changes-mode):
14473 Fix typos in docstrings.
14474 (highlight-changes-global-modes, highlight-changes-rotate-faces):
14475 Doc fixes.
14476
14477 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
14478
14479 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
14480 mode function using `eval-after-load'.
14481
14482 2005-07-21 Kim F. Storm <storm@cua.dk>
14483
14484 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
14485 included when reporting an emacs crash, and tell about the DEBUG file.
14486
14487 * image-file.el (insert-image-file): Add yank-handler.
14488 (image-file-yank-handler): Yank handler to make unique copies of
14489 images when they are yanked into a buffer next to each other.
14490
14491 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
14492
14493 * comint.el (comint-use-prompt-regexp, comint-send-input)
14494 (comint-source-default, comint-extract-string)
14495 (comint-get-source, comint-word, comint-completion)
14496 (comint-source, comint-prompt-read-only, comint-update-fence):
14497 Fix typos in docstrings.
14498 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
14499 Declare with define-obsolete-*-alias macros.
14500 (comint-previous-matching-input-from-input)
14501 (comint-next-matching-input-from-input)
14502 (comint-previous-matching-input, comint-next-matching-input)
14503 (comint-forward-matching-input):
14504 Improve argument/docstring consistency.
14505
14506 * desktop.el (desktop-clear-preserve-buffers-regexp):
14507 Also preserve the *server* buffer.
14508
14509 * simple.el (clone-indirect-buffer): Doc fix.
14510 (fixup-whitespace, just-one-space)
14511 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
14512 (next-error, next-error-highlight)
14513 (next-error-highlight-no-select, next-error-last-buffer)
14514 (next-error-buffer-p, next-error-find-buffer, next-error)
14515 (previous-error, next-error-no-select, previous-error-no-select)
14516 (open-line, split-line, minibuffer-prompt-width, kill-new)
14517 (binary-overwrite-mode): Fix typos in docstrings.
14518 (set-fill-column): Fix typo in message.
14519
14520 * skeleton.el (skeleton-proxy-new): Doc fix.
14521
14522 * strokes.el (strokes-load-hook): Doc fix.
14523 (strokes-grid-resolution, strokes-get-grid-position)
14524 (strokes-renormalize-to-grid, strokes-read-stroke)
14525 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
14526 (strokes-global-map): Fix typos in docstrings.
14527 (strokes-help): Doc fix. Fix help message and pass it through
14528 `substitute-command-keys'.
14529
14530 * tempo.el (tempo-insert-prompt, tempo-interactive)
14531 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
14532 (tempo-insert-string-functions, tempo-local-tags)
14533 (tempo-define-template, tempo-insert-template)
14534 (tempo-insert-prompt-compat, tempo-is-user-element)
14535 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
14536 Fix typos in docstrings.
14537
14538 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
14539 (vcursor-key-bindings, vcursor-use-vcursor-map)
14540 (vcursor-find-window, vcursor-scroll-down)
14541 (vcursor-disable, vcursor-beginning-of-buffer)
14542 (vcursor-end-of-buffer): Fix typos in docstrings.
14543 (vcursor-relative-move, vcursor-get-char-count):
14544 Improve argument/docstring consistency.
14545
14546 * version.el: "?\ " -> "?\s".
14547
14548 * wid-edit.el (widget-default-create, widget-after-change)
14549 (widget-default-format-handler, widget-checklist-add-item)
14550 (widget-radio-add-item, widget-choose, widget-specify-secret)
14551 (widget-field-value-create, widget-field-value-get)
14552 (widget-editable-list-format-handler)
14553 (widget-editable-list-entry-create, widget-group-value-create)
14554 (widget-documentation-link-add)
14555 (widget-documentation-string-value-create): "?\ " -> "?\s".
14556 (widget-convert-text): Doc fix.
14557 (widget-narrow-to-field, widget-field-find)
14558 (widget-url-link-action, widget-emacs-library-link-action)
14559 (widget-color-notify): Fix typos in docstrings.
14560
14561 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
14562 (x-select-text, set-w32-system-coding-system)
14563 (w32-add-charset-info): Fix typos in docstrings.
14564
14565 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
14566 (cua-enable-cua-keys, cua-use-hyper-key)
14567 (cua-virtual-rectangle-edges): Fix typos in docstrings.
14568 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
14569
14570 * net/tramp.el (tramp-handle-load): Fix typo in error message.
14571
14572 * emacs-lisp/re-builder.el (regexp-builder): Declare with
14573 `defalias' instead of faking it.
14574
14575 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
14576 (eshell-ls-missing, eshell-ls-dired-initial-args)
14577 (eshell-ls-use-in-dired): Fix typos in docstrings.
14578
14579 2005-07-20 Kim F. Storm <storm@cua.dk>
14580
14581 * emulation/cua-base.el (cua-mode): Improve doc string.
14582
14583 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
14584
14585 * abbrev.el (expand-region-abbrevs): Doc fix.
14586 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
14587 Improve argument/docstring consistency.
14588
14589 * arc-mode.el (archive-get-descr, archive-alternate-display):
14590 Doc fixes.
14591 (archive-l-e): Improve argument/docstring consistency.
14592 (archive-tmpdir, archive-unixdate, archive-unixtime)
14593 (archive-chmod-entry): Fix typos in docstrings.
14594 (archive-unflag, archive-unflag-backwards)
14595 (archive-unmark-all-files): "?\ " -> "?\s".
14596
14597 * buff-menu.el (Buffer-menu-unmark): Doc fix.
14598 (Buffer-menu-not-modified, Buffer-menu-execute)
14599 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
14600 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
14601
14602 * composite.el (compose-string, encode-composition-rule)
14603 (compose-last-chars): Fix typos in docstrings.
14604
14605 * desktop.el (desktop-enable, desktop-basefilename):
14606 Declare with `define-obsolete-variable-alias'.
14607 (desktop-internal-v2s): Don't quote keywords.
14608 (desktop-clear): "?\ " -> "?\s".
14609
14610 * dired.el (dired-align-file, dired-flag-backup-files)
14611 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
14612 (dired-listing-switches, dired-ls-F-marks-symlinks)
14613 (dired-dwim-target, dired-load-hook, dired-mode-hook)
14614 (dired-directory, dired-faces, dired, dired-revert)
14615 (dired-mode, dired-summary, dired-view-file)
14616 (dired-copy-filename-as-kill, dired-delete-file)
14617 (dired-no-confirm, dired-unmark-all-marks)
14618 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
14619 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
14620 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
14621 Fix typos in message strings.
14622
14623 * dired-x.el (virtual-dired): Declare with `defalias'.
14624 (dired-mark-unmarked-files, dired-local-variables-file)
14625 (dired-omit-here-always): Doc fix.
14626 (dired-omit-mode, dired-find-subdir)
14627 (dired-enable-local-variables, dired-clean-up-buffers-too)
14628 (dired-extra-startup, dired-mark-extension, dired-jump)
14629 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
14630 (dired-smart-shell-command, dired-guess-shell-alist-user)
14631 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
14632 (dired-x-bind-find-file, dired-x-submit-report):
14633 Fix typos in docstrings.
14634 (dired-mark-unmarked-files): "?\ " -> "?\s".
14635
14636 * dirtrack.el (dirtrack-list): Fix typos in docstring.
14637
14638 * faces.el (describe-face): "?\ " -> "?\s".
14639 (read-all-face-attributes, read-face-font, modify-face)
14640 (face-attr-construct, italic): Fix typos in docstrings.
14641 (frame-update-face-colors): Declare with
14642 `define-obsolete-function-alias'.
14643
14644 * files.el (find-file-noselect, recode-file-name): Doc fixes.
14645 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
14646 (magic-mode-alist, buffer-file-numbers-unique)
14647 (write-file-functions, get-free-disk-space):
14648 Fix typos in docstrings.
14649 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
14650 (write-contents-hooks, write-file-hooks):
14651 Declare with `define-obsolete-variable-alias'.
14652
14653 * forms-d2.el (arch-rj): Fix typo in docstrings.
14654 (arch-tocol): Likewise. "?\ " -> "?\s".
14655
14656 * frame.el (set-frame-font, cursor-in-non-selected-windows):
14657 Fix typo in docstring.
14658 (set-screen-width, set-screen-height): Delete redundant info in
14659 doctrings.
14660 (new-frame, screen-height, screen-width): Declare with
14661 `define-obsolete-function-alias'.
14662 (delete-frame-hook, blink-cursor): Declare with
14663 `define-obsolete-variable-alias'.
14664
14665 * paths.el (prune-directory-list): Fix typos in docstring.
14666
14667 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
14668 (cvs-prefix-get): Fix typos in docstrings.
14669
14670 * ps-print.el (ps-extend-face-list, ps-extend-face)
14671 (ps-print-background-image): Fix typos in docstrings.
14672 (ps-default-fg, ps-default-bg): Doc fixes.
14673
14674 * s-region.el (s-region-bind): Doc fix.
14675 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
14676
14677 * textmodes/org.el (org-table-formula-substitute-names)
14678 (org-table-get-vertical-vector): Doc fixes.
14679 (org-table-recalculate): Remove unused argument to `message'.
14680
14681 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
14682
14683 * textmodes/org.el (org-table-column-names)
14684 (org-table-column-name-regexp)
14685 (org-table-named-field-locations): New variables.
14686 (org-archive-subtree): Protect `this-command' when calling
14687 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
14688 the kill buffer.
14689 (org-complete): Remove fixed-formula completion.
14690 (org-edit-formulas-map): New variable.
14691 (org-table-edit-formulas): New command.
14692 (org-finish-edit-formulas, org-abort-edit-formulas)
14693 (org-show-variable, org-table-get-vertical-vector): New functions.
14694 (org-table-maybe-eval-formula): Handle `:=' fields.
14695 (org-table-get-stored-formulas, org-table-store-formulas)
14696 (org-table-get-formula, org-table-modify-formulas)
14697 (org-table-replace-in-formulas): Handle named field formulas.
14698 (org-table-get-specials): Store locations of named fields.
14699
14700 2005-07-19 Juri Linkov <juri@jurta.org>
14701
14702 * progmodes/grep.el (grep-regexp-alist)
14703 (grep-mode-font-lock-keywords, grep-process-setup):
14704 Use default GNU grep match color "01;31m" instead of "01;41m".
14705 (grep-regexp-alist, grep-mode-font-lock-keywords):
14706 Use `\\[[0-9]*m' instead of `\\[00m'.
14707 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
14708 sgr_start where its handling is more important. Use the real
14709 length of sgr_start instead of constant 8.
14710 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
14711 specially. Delete all remaining escape sequences.
14712 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
14713 (grep-regexp-alist): Make hyperlink only for binary file name
14714 instead of the whole line.
14715 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
14716 (grep-mode): Add autoload.
14717
14718 * emacs-lisp/find-func.el (find-function-regexp):
14719 Add `define-compilation-mode'.
14720
14721 2005-07-19 Juri Linkov <juri@jurta.org>
14722
14723 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
14724 (compare-windows-sync-string-size, compare-windows-recenter)
14725 (compare-windows-highlight, compare-windows): Add version 22.1.
14726 (compare-windows) <defface>: Inherit from lazy-highlight instead
14727 of duplicating its default value.
14728
14729 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
14730 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
14731
14732 * descr-text.el (describe-char): Create link buttons for `charset'
14733 and `code point'. Add the current input method name with a link
14734 button to `to input' field. Print face names of display table
14735 characters in `The display table entry is displayed by' section
14736 instead of printing face-id in the `display' field.
14737 Guess hardcoded faces and create a link button for them.
14738 Skip empty fields when calculating max-width.
14739 Treat `widget-create' specially while inserting strings from the
14740 collected field list.
14741 (describe-char-after): Made obsolete in version 22.1, not 21.5.
14742
14743 * diff-mode.el (diff-file-header): Change foreground color from
14744 yellow to green on light backgrounds.
14745 (diff-context): Inherit from `shadow' only for color/grayscale
14746 with more than 88 colors.
14747 (diff-indicator-removed, diff-indicator-added)
14748 (diff-indicator-changed): New faces.
14749 (diff-font-lock-keywords): Use new faces. Regroup rules.
14750 Add "^---$" for `normal' diff format. Fontify `#' lines with
14751 font-lock-comment-delimiter-face and font-lock-comment-face.
14752 Add `#' to ^[^...] in the rule for `diff-context-face'.
14753
14754 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
14755 a button-like box. Inherit from `highlight' on low colors.
14756 (shadow): Use shades of gray only for color/grayscale with
14757 more than 88 colors. Use green for light backgrounds with
14758 8 colors, and yellow for dark backgrounds with 8 colors.
14759
14760 * font-lock.el (font-lock-regexp-grouping-backslash):
14761 Don't inherit from escape-glyph (use bold for all cases).
14762
14763 * info.el (info-xref-visited): Use light foreground color `violet'
14764 for dark backgrounds instead of dark color `magenta3'.
14765 (info-title-1): Use `yellow' color for dark backgrounds.
14766
14767 * isearch.el (isearch): Use not-too-dark magenta3 instead of
14768 too-light magenta2.
14769
14770 * replace.el (match): Use slightly more light RoyalBlue3 instead
14771 of dark RoyalBlue4.
14772
14773 * wid-edit.el (widget-inactive): Inherit from `shadow'.
14774
14775 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
14776
14777 * novice.el (disabled-command-hook): Declare it with
14778 `define-obsolete-variable-alias'.
14779
14780 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
14781 (desktop-buffer-misc-functions, desktop-buffer-handlers)
14782 (desktop-load-default): Add release to obsolescence info.
14783 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
14784 (desktop-append-buffer-args, desktop-read):
14785 Fix typos in docstrings.
14786 (desktop-kill): Fix typo in message.
14787 (desktop-save): Doc fix.
14788
14789 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
14790
14791 * viper-cmd.el (viper-escape-to-state): Bug fix.
14792 (viper-envelop-ESC-key): Change the definition of fast
14793 keysequence so it'll work with keyboard macros.
14794
14795 * ediff.el (ediff-patch-buffer): Change the docstring.
14796
14797 2005-07-19 Kenichi Handa <handa@m17n.org>
14798
14799 * international/mule-cmds.el (select-safe-coding-system): Try to
14800 use an auto-coding (if any) before anything else. If the found
14801 auto-coding is invalid, show a warning message.
14802
14803 * international/mule.el (find-auto-coding): New function created
14804 by modifying the body of set-auto-coding.
14805 (set-auto-coding): Use find-auto-coding to find a coding.
14806
14807 2005-07-18 Richard M. Stallman <rms@gnu.org>
14808
14809 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
14810 not isearch-mode-end-hook-error.
14811 (allout-before-change-protect): Fix error message.
14812
14813 2005-07-18 Juri Linkov <juri@jurta.org>
14814
14815 * allout.el (allout-mode):
14816 * calculator.el (calculator-copy):
14817 * custom.el (custom-known-themes):
14818 * dired.el (dired-desktop-buffer-misc-data)
14819 (dired-restore-desktop-buffer):
14820 * dired-x.el (dired-omit-marker-char):
14821 * files.el (basic-save-buffer):
14822 * font-core.el (font-lock-mode):
14823 * calendar/calendar.el (calendar-goto-hebrew-date)
14824 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
14825 (calendar-goto-persian-date):
14826 * language/ethio-util.el (ethio-sera-to-fidel-region):
14827 * textmodes/picture.el (picture-mode):
14828 Delete duplicate duplicate words.
14829
14830 2005-07-18 Juri Linkov <juri@jurta.org>
14831
14832 * isearch.el (isearch-mode-map): Remove key bindings for regexp
14833 chars * ? } |.
14834 (isearch-fallback): Don't call `isearch-process-search-char'.
14835 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
14836 (isearch-process-search-char): Call `isearch-fallback' for regexp
14837 chars * ? } |.
14838 (isearch-return-char): Make obsolete with `make-obsolete' instead
14839 of simply documenting it as obsolete in the docstring.
14840 (isearch-fallback): Refill docstring.
14841
14842 * international/isearch-x.el
14843 (isearch-process-search-multibyte-characters): Remove unneeded
14844 `concat'. Add intermediate values to `junk-hist' instead of
14845 `minibuffer-history'. Test the length of `str'.
14846
14847 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
14848
14849 * allout.el (allout-resolve-xref): Fix typos in error strings.
14850 (allout-before-change-protect): Remove unneeded `concat'.
14851
14852 * array.el (array-mode, array-reconfigure-rows)
14853 (untabify-backward): Fix typos in docstrings.
14854 (array-reconfigure-rows): Use `insert-buffer-substring', not
14855 `insert-buffer'.
14856
14857 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
14858 * progmodes/ada-mode.el (ada-make-body):
14859 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
14860
14861 * dired.el (dired-log):
14862 * tar-mode.el (tar-subfile-save-buffer):
14863 * play/zone.el (zone-pgm-stress-destress):
14864 Use `insert-buffer-substring', not `insert-buffer'.
14865
14866 2005-07-17 Simon Josefsson <jas@extundo.com>
14867
14868 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
14869
14870 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
14871
14872 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
14873 Add plain auth method.
14874 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
14875
14876 2005-07-17 Kim F. Storm <storm@cua.dk>
14877
14878 * ido.el (dired-other-window): Add ido property.
14879
14880 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
14881
14882 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
14883 Fix typo in docstring.
14884 (byte-compile-interactive-only-functions): Add `insert-buffer' and
14885 `insert-file-literally'.
14886
14887 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
14888 info and delete redundant message. Doc fix.
14889 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
14890 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
14891
14892 2005-07-16 Richard M. Stallman <rms@gnu.org>
14893
14894 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
14895 (byte-compile-and): Use byte-compile-and-recursion.
14896 (byte-compile-or-recursion): New function.
14897 (byte-compile-or): Use that.
14898 (byte-compile-if): Guard the else-clause too.
14899 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
14900
14901 * isearch.el (isearch-mode-end-hook-quit): New variable.
14902 (isearch-done): Bind it.
14903 (isearch-mode-end-hook): Doc fix.
14904
14905 * allout.el (allout-isearch-did-quit): Variable deleted.
14906 (allout-real-isearch-abort): Function name no longer used.
14907 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
14908 (allout-isearch-rectification): isearch-mode always exists.
14909 Don't set allout-isearch-did-quit.
14910 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
14911 allout-isearch-did-quit.
14912 (allout-enwrap-isearch): Just add the hook.
14913 (allout-isearch-abort): Function deleted.
14914 (allout-pre-command-business): Avoid warning.
14915
14916 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
14917 Correctly avoid warnings.
14918 (pascal-outline): Likewise.
14919
14920 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
14921
14922 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
14923
14924 * play/tetris.el (tetris-mode): Avoid warning.
14925
14926 * play/snake.el (snake-mode): Avoid warning.
14927
14928 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
14929 (gamegrid-set-display-table): Avoid warning.
14930 (gamegrid-set-timer): Likewise.
14931 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
14932 (gamegrid-add-score-with-update-game-score-1): Take FILE
14933 as argument.
14934 (gamegrid-add-score-with-update-game-score): Pass that argument.
14935 Rename have-shared-game-dir to gamegrid-shared-game-dir.
14936
14937 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
14938
14939 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
14940 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
14941
14942 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
14943 and insert-file.
14944
14945 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
14946 (sc-ask): Avoid warnings.
14947
14948 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
14949 (eshell-hist-initialize): Use that var the natural way.
14950
14951 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
14952
14953 * emacs-lisp/re-builder.el (reb-cook-regexp):
14954 Avoid warning calling lre-compile-string.
14955 (reb-color-display-p): Avoid warning.
14956
14957 * calculator.el (calculator-last-input): Guard uses
14958 of event-key and key-press-event-p.
14959 (event-key, key-press-event-p): Delete definitions.
14960
14961 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
14962 (find-gc-source-directory, find-gc-subrs-callers)
14963 (find-gc-noreturn-list, find-gc-source-files)
14964 (find-gc-subrs-called): Vars renamed and defvar'd.
14965
14966 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
14967 (checkdoc-overlay-put, checkdoc-delete-overlay)
14968 (checkdoc-overlay-start, checkdoc-overlay-end)
14969 (checkdoc-mode-line-update, checkdoc-char=):
14970 Define such that compiler knows they are defined.
14971 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
14972 (checkdoc-read-event): Delete. Use read-event directly.
14973
14974 * whitespace.el (whitespace-make-overlay)
14975 (whitespace-overlay-put, whitespace-delete-overlay)
14976 (whitespace-overlay-start, whitespace-overlay-end):
14977 Define such that compiler knows they are defined.
14978 (whitespace): Move conditional inside.
14979
14980 * tempo.el (tempo-insert-template): Suppress warning.
14981
14982 * ediff-diff.el (longlines-mode): Add defvar.
14983
14984 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
14985
14986 * server.el: Bind "C-x #" in a way that works even if C-x is
14987 redefined to a command key, not a prefix key.
14988
14989 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
14990
14991 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
14992 cl-make-type-test till execution time.
14993
14994 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
14995
14996 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
14997 arg ARG and use it.
14998
14999 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
15000
15001 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
15002
15003 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
15004
15005 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
15006 a defcustom with two :set or :type keywords.
15007
15008 2005-07-15 Richard M. Stallman <rms@gnu.org>
15009
15010 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
15011 Don't give ^M comment-end syntax.
15012
15013 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
15014
15015 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
15016 Don't consider gdbmi (gdb-mi.el has its own update functions).
15017 (gdb-var-delete): Make it work for gdbmi as well.
15018 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
15019
15020 * progmodes/gud.el (etags, sdb): Only require etags when needed.
15021 (gud-speedbar-menu-items): Correct logic for enabling items.
15022
15023 2005-07-15 Kim F. Storm <storm@cua.dk>
15024
15025 * ido.el: Fix commentary.
15026 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
15027 Use with-no-warnings around ffap-guesser.
15028 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
15029 Let bind minibuffer-completing-file-name to t.
15030
15031 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
15032
15033 * startup.el (site-run-file, keyboard-type): Doc fixes.
15034 (command-line): Check for "--basic-display" argument; also for
15035 "--quick", not "--bare-bones" (which was renamed).
15036 (fancy-splash-text): Add missing item "Getting New Versions".
15037 (normal-splash-screen): Fix typos and improve consistency with
15038 `fancy-splash-text'. Update copyright year.
15039
15040 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
15041 valid binding for `help-char'.
15042
15043 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
15044
15045 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
15046
15047 * term.el (term-mode): Disable cua-mode for term buffers.
15048
15049 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
15050
15051 * add-log.el (add-log-mailing-address, change-log-merge):
15052 Doc fixes.
15053 (change-log-get-method-definition): Fix typo in docstring.
15054
15055 2005-07-14 Kim F. Storm <storm@cua.dk>
15056
15057 * emulation/cua-base.el:
15058 (cua--pre-command-handler-1, cua--pre-command-handler)
15059 (cua--post-command-handler-1, cua--post-command-handler):
15060 Split in two. Check (buffer local) value of cua-mode.
15061 (cua-selection-mode): New command.
15062
15063 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
15064
15065 * custom.el (custom-initialize-safe-set)
15066 (custom-initialize-safe-default): Doc fixes.
15067
15068 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
15069 and simplify :init-value again.
15070
15071 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
15072 and simplify :init-value again. Delete autoload.
15073
15074 * startup.el (command-line): Use `custom-reevaluate-setting' again
15075 for tooltip-mode.
15076
15077 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
15078 a defcustom with two :initialize keywords.
15079
15080 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
15081
15082 * allout.el (my-mark-marker, allout-isearch-prior-pos)
15083 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
15084 (allout-post-command-business, allout-flag-region)
15085 (isearch-reenable-font-lock, allout-yank)
15086 (allout-insert-latex-header, allout-insert-latex-trailer)
15087 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
15088 (allout-latex-verb-quote): Fix typos in docstrings.
15089 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
15090 (allout-unprotected, allout-prefix-data):
15091 Improve argument/docstring consistency.
15092 (allout-chart-subtree): Fix argument spec.
15093 (allout-open-topic): Rename `use_sib_bullet' argument to
15094 `use-sib-bullet'. Doc fix.
15095
15096 * whitespace.el (whitespace-check-buffer-leading)
15097 (whitespace-check-buffer-trailing)
15098 (whitespace-check-buffer-indent)
15099 (whitespace-check-buffer-spacetab)
15100 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
15101 (whitespace-check-leading-whitespace)
15102 (whitespace-check-trailing-whitespace)
15103 (whitespace-check-spacetab-whitespace)
15104 (whitespace-check-indent-whitespace)
15105 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
15106 (whitespace-modes): Fix typos in docstrings.
15107 (defgroup, defcustom): Doc fixes.
15108
15109 * winner.el (winner-mode, winner-boring-buffers)
15110 (winner-pending-undo-ring): Doc fixes.
15111 (winner-ring): Remove unneeded `progn'.
15112 (winner-equal): `defsubst' it.
15113 (winner-redo): Fix message.
15114
15115 2005-07-13 Kim F. Storm <storm@cua.dk>
15116
15117 * simple.el (line-move-1): Always use vertical-motion to
15118 do the last (or only) line move to ensure some movement.
15119 Undo 2005-06-23 change--don't check for overlays.
15120
15121 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15122
15123 * term/mac-win.el (ccl-encode-mac-roman-font)
15124 (ccl-encode-mac-centraleurroman-font)
15125 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
15126 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
15127 Change charset-id boundary of dimension to ?\xef.
15128 (mac-char-fontspec-list): New constant.
15129 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
15130 argument. Nil uses itself as family in font-spec. Previous
15131 behavior for nil is now provided by non-nil non-string argument.
15132 All callers changed. Add font-specs for Mac fonts to
15133 "fontset-default" unless iso8859-1 fonts are installed.
15134
15135 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
15136
15137 * progmodes/sh-script.el (sh-get-indent-info): Only indent
15138 a continuation line if the \ is preceded by SPC or TAB.
15139 (sh-get-indent-info): Simplify.
15140 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
15141 Use with-current-buffer.
15142
15143 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
15144 when the matched text is empty.
15145
15146 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
15147
15148 * startup.el (command-line): Revert to previous handling of
15149 tooltip-mode. Explain in comment why the complexity is needed.
15150
15151 * tooltip.el (tooltip-mode): Revert to previous implementation of
15152 its defcustom.
15153
15154 * frame.el (blink-cursor-mode): Revert to previous implementation
15155 of its defcustom. Update comment.
15156
15157 2005-07-12 Lars Hansen <larsh@soem.dk>
15158
15159 * desktop.el: Update e-mail address.
15160
15161 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15162
15163 * term/mac-win.el (mac-services-mail-selection)
15164 (mac-services-mail-to): New functions.
15165 (mac-application-menu-map): Bind them.
15166
15167 2005-07-12 wulei <milton@wulei.net> (tiny change)
15168
15169 * progmodes/gdb-ui.el: Add note about buffering with Windows.
15170
15171 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
15172
15173 * custom.el (custom-reevaluate-setting): Doc fix.
15174
15175 2005-07-11 Jay Belanger <belanger@truman.edu>
15176
15177 * calc/calc.el (calc-embedded-announce-formula-alist)
15178 (calc-embedded-open-close-plain-alist)
15179 (calc-embedded-open-close-mode-alist): Add checks for additional
15180 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
15181
15182 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
15183
15184 * custom.el (custom-enable-theme): Don't add theme to
15185 `custom-enabled-themes' with `push' because there is no
15186 setf-method for `delq'.
15187
15188 2005-07-11 Richard M. Stallman <rms@gnu.org>
15189
15190 * custom.el (custom-declare-variable): Doc fix.
15191
15192 * dired-aux.el (dired-compare-directories): Remove "." and ".."
15193 from the alists.
15194
15195 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
15196 Do nothing if edebug-active.
15197
15198 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
15199 (edebug-display): Do it here instead.
15200
15201 2005-07-10 Richard M. Stallman <rms@gnu.org>
15202
15203 * cus-face.el (custom-theme-set-faces): Make it work.
15204 (custom-reset-faces): Doc fix.
15205 (custom-theme-reset-internal-face, custom-theme-face-value):
15206 Functions deleted.
15207
15208 * custom.el (custom-push-theme): Maintain list of the settings
15209 of a given theme in its theme-settings property.
15210 Maintain position of old settings in the theme-value
15211 or theme-face property.
15212 (custom-enabled-themes): New variable.
15213 (custom-theme-enabled-p): New function.
15214 (provide-theme): Update custom-enabled-themes.
15215 Disable and reenable the `user' theme.
15216 (require-theme): Doc fix.
15217 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
15218 (custom-theme-value, custom-theme-variable-value): Likewise.
15219 (custom-theme-reset-internal): Likewise.
15220 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
15221 (custom-enable-theme, custom-disable-theme): New functions.
15222 (custom-variable-theme-value, custom-face-theme-value): Likewise.
15223 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
15224 (custom-theme-reset-variables): Simplify.
15225 (deftheme, custom-declare-theme, custom-make-theme-feature):
15226 Definitions moved.
15227
15228 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
15229
15230 * longlines.el (longlines-show-region)
15231 (longlines-unshow-hard-newlines): Recognize hard newlines by
15232 non-nil hard property, instead of t.
15233
15234 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
15235
15236 * viper-cmd.el (viper--key-maps): New variable.
15237 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
15238 emulation-mode-map-alists.
15239 (viper-envelop-ESC-key): Use viper-subseq.
15240 (viper-search-forward/backward/next): Disable debug-on-error.
15241
15242 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
15243 (viper-ESC-key): New defcustoms.
15244
15245 * viper-macs.el (ex-map-read-args): Use viper-subseq.
15246
15247 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
15248 (viper-subseq): Copy of subseq from cl.el.
15249
15250 * viper.el (viper-go-away, viper-set-hooks): Use
15251 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
15252
15253 * viper-mous.el (viper-current-frame-saved): Use defvar.
15254
15255 * viper-init.el: Get rid of -face in face names.
15256
15257 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
15258 Make it work with longlines mode
15259
15260 * ediff-mult.el (ediff-meta-mode-hook): New variable.
15261
15262 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
15263
15264 * ediff-init.el: Get rid of -face in face names.
15265
15266 2005-07-10 Richard M. Stallman <rms@gnu.org>
15267
15268 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
15269 and with-timeout-unsuspend.
15270
15271 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
15272 and with-timeout-unsuspend.
15273
15274 * emacs-lisp/timer.el (with-timeout-timers): New variable.
15275 (with-timeout): Bind that variable to record timers.
15276 (with-timeout-suspend, with-timeout-unsuspend): New functions.
15277
15278 * emacs-lisp/debug.el (debug-help-follow): New function.
15279 (debugger-mode-map): Use that instead of help-follow.
15280 (debugger-setup-buffer): Use eval-buffer-list
15281 to handle eval-buffer frames.
15282
15283 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
15284
15285 * timezone.el (timezone-parse-date): Change first regexp
15286 so it will not mistakenly match dates with no time zone.
15287
15288 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
15289
15290 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
15291
15292 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
15293
15294 * custom.el (custom-initialize-safe-set)
15295 (custom-initialize-safe-default): New functions.
15296
15297 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
15298 and simplify :init-value.
15299
15300 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
15301 and simplify :init-value. Delete obsolete comment.
15302
15303 * startup.el (command-line): Use `custom-reevaluate-setting' to
15304 handle `tooltip-mode'. Delete obsolete comment.
15305
15306 * files.el (set-visited-file-name): Avoid calling
15307 `file-name-nondirectory' with a nil argument.
15308
15309 2005-07-09 Richard M. Stallman <rms@gnu.org>
15310
15311 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
15312 was called with nil for the buffer, handle the read position right.
15313 Handle read position for eval-region, too.
15314
15315 2005-07-09 Juri Linkov <juri@jurta.org>
15316
15317 * fringe.el (fringe-mode): Add period in docstring.
15318 (fringe-query-style): Build prompt depending on `all-frames' arg.
15319
15320 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
15321 to not create links to unrelated functions in the Help buffer.
15322
15323 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
15324 Doc fix.
15325
15326 * simple.el (next-error-hook): New variable.
15327 (next-error): Use it. Doc fix.
15328
15329 * textmodes/ispell.el (ispell-command-loop): Add current
15330 dictionary name and program name to mode-line-format.
15331 (ispell-region, ispell-process-line): Add current dictionary name
15332 and program name to messages.
15333
15334 2005-07-08 Jay Belanger <belanger@truman.edu>
15335
15336 * calc/calc.el (calc-embedded-announce-formula-alist)
15337 (calc-embedded-open-close-formula-alist)
15338 (calc-embedded-open-close-word-alist)
15339 (calc-embedded-open-close-plain-alist)
15340 (calc-embedded-open-close-new-formula-alist)
15341 (calc-embedded-open-close-mode-alist)
15342 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
15343 (calc-embedded-mode-hook): New variables.
15344
15345 * calc/calc-embed.el (calc-embedded-firsttime)
15346 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
15347 New variables.
15348 (calc-do-embedded): Use calc-embedded-firsttime,
15349 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
15350 determine whether or not to run hooks.
15351 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
15352 calc-embedded-firsttime-formula appropriately.
15353 Set calc-embedded delimiter variables according to mode.
15354
15355 2005-07-08 Richard M. Stallman <rms@gnu.org>
15356
15357 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
15358 Check for "emacs", etc., as entire symbol, not just as word.
15359 (checkdoc-file-comments-engine): Use regexp-quote on FN.
15360
15361 * files.el (set-visited-file-name): Report the error
15362 for "empty filename" earlier.
15363 (kill-some-buffers): Ignore buffers already dead.
15364
15365 * fringe.el (fringe-mode): Doc fix.
15366
15367 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
15368 Check for (featurep 'xemacs) and turn off warnings in what it guards.
15369 Use unwind-protect to ensure byte-compile-unresolved-functions
15370 is updated.
15371
15372 * whitespace.el (whitespace-buffer-leading-cleanup):
15373 Simplify w/ skip-chars-forward.
15374 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
15375
15376 * mail/rmail.el (rmail-only-expunge): Fix paren error.
15377 Unconditionally try to leave point at the same old place.
15378
15379 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
15380
15381 * comint.el (comint-postoutput-scroll-to-bottom)
15382 (comint-show-maximum-output): Take scroll-margin into consideration.
15383
15384 2005-07-08 Kim F. Storm <storm@cua.dk>
15385
15386 * ido.el (ido-use-filename-at-point): New choice `guess'.
15387 (ido-file-internal): Try ffap-guesser if selected.
15388
15389 * ido.el (ido-before-fallback-functions): New hook.
15390 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
15391 (ido-read-file-name): Run it.
15392
15393 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
15394
15395 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
15396 strings rather than a list of symbols to the completion function.
15397
15398 2005-07-07 Jay Belanger <belanger@truman.edu>
15399
15400 * calc/calc-units.el (math-apply-units): Change the places in
15401 which units are simplified.
15402
15403 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
15404
15405 * cus-edit.el (customize-option, customize-option-other-window):
15406 Make them handle aliases.
15407
15408 * custom.el (custom-variable-p): Make it recursively follow
15409 aliases. Mention that in the docstring.
15410
15411 2005-07-07 Richard M. Stallman <rms@gnu.org>
15412
15413 * cus-start.el (exec-path): Use `directory' instead of `file'.
15414 Fix tag for nil.
15415
15416 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
15417
15418 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
15419 when called non-interactively. Doc fix.
15420
15421 2005-07-07 Lute Kamstra <lute@gnu.org>
15422
15423 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
15424 new address as well.
15425
15426 2005-07-07 Kenichi Handa <handa@m17n.org>
15427
15428 * international/mule.el (make-coding-system):
15429 Describe `ascii-incompatible' property in the docstring.
15430 (set-file-name-coding-system): Signal an error if coding-system is
15431 ascii-incompatible.
15432 (set-keyboard-coding-system): Likewise.
15433
15434 * international/mule-cmds.el (set-default-coding-systems):
15435 Don't set default-file-name-coding-system and
15436 default-keyboard-coding-system if coding-system is ASCII-incompatible.
15437
15438 * international/utf-16.el: Declare that all UTF-16-based coding
15439 systems are ASCII-incompatible.
15440
15441 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
15442
15443 * progmodes/gud.el: Require font-lock for displaying errors.
15444 Used by gdb-ui.el.
15445
15446 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
15447
15448 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
15449 values for the pattern lists which are `read'able but not
15450 `append'able (like symbols).
15451
15452 2005-07-06 Richard M. Stallman <rms@gnu.org>
15453
15454 * progmodes/flymake.el (flymake-float-time): Instead of
15455 with-no-warnings, test for xemacs.
15456 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
15457 to avoid warning.
15458
15459 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
15460
15461 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
15462
15463 2005-07-05 Lute Kamstra <lute@gnu.org>
15464
15465 * battery.el: Add support for Darwin (with much debugging help
15466 from Samuel Lauber <sam124@operamail.com>).
15467 (battery-status-function, battery-echo-area-format)
15468 (battery-mode-line-format): Add support for pmset on Darwin.
15469 (battery-load-low, battery-load-critical): New user options.
15470 (battery-pmset): New function.
15471
15472 2005-07-05 Lute Kamstra <lute@gnu.org>
15473
15474 Update FSF's address in GPL notices.
15475
15476 * textmodes/page-ext.el: Update FSF's address.
15477
15478 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
15479
15480 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
15481 filling from using prefix when filling a single-line docstring.
15482
15483 * progmodes/flymake.el: Remove useless eval-when-compile.
15484
15485 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
15486
15487 2005-07-04 Richard M. Stallman <rms@gnu.org>
15488
15489 * textmodes/org.el (org-file-apps-defaults-gnu):
15490 Rename from org-file-apps-defaults-linux.
15491 (org-default-apps): Don't test system-type for `linux'.
15492 (org-file-apps): Doc fix.
15493
15494 2005-07-04 David Ponce <david@dponce.com>
15495
15496 * tree-widget.el: Improve header Commentary section.
15497 (tree-widget) [defgroup]
15498 (tree-widget-image-enable, tree-widget-themes-directory)
15499 (tree-widget-theme, tree-widget-image-properties-emacs)
15500 (tree-widget-image-properties-xemacs, tree-widget-create-image)
15501 (tree-widget-image-formats, tree-widget-control)
15502 (tree-widget-empty-control, tree-widget-leaf-control
15503 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
15504 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
15505 (tree-widget-keep, tree-widget-after-toggle-functions)
15506 (tree-widget-open-node, tree-widget-close-node): Doc fix.
15507 (tree-widget-open-control, tree-widget-close-control): Fix doc and
15508 :help-echo message.
15509 (tree-widget-set-theme): Doc fix. Use `string-equal'.
15510 (tree-widget-image-properties): Doc fix. Clearer implementation.
15511 (tree-widget--cursors): New constant.
15512 (tree-widget-lookup-image): New function split from
15513 `tree-widget-find-image'. Clearer implementation.
15514 (tree-widget-find-image): Use it.
15515 (tree-widget-button-keymap): Use `set-keymap-parent'.
15516 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
15517 Define the sub-widgets here.
15518 (tree-widget-node): Check that :node is not a tree-widget.
15519 (tree-widget-get-super, tree-widget-open-control)
15520 (tree-widget-close-control, tree-widget-empty-control)
15521 (tree-widget-leaf-control, tree-widget-guide)
15522 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
15523 (tree-widget-no-handle, tree-widget-value-delete)
15524 (tree-widget-map): Remove.
15525 (tree-widget-children-value-save): Doc fix. Simplified.
15526 (tree-widget-value-create): Update according to previous changes.
15527
15528 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
15529
15530 * textmodes/org.el: Leading space replaced by TABS.
15531 (org-recalc-marks, org-table-rotate-recalc-marks)
15532 (org-table-get-specials): Treat "^" and "_" marks.
15533 (org-table-justify-field-maybe): Optional argument NEW.
15534 (org-table-eval-formula): Parsing of the format simplified.
15535 New modes C,I. Honor the %= parameter in the current table.
15536 Avoid unnecessary re-align by using the NEW argument to
15537 `org-table-justify-field-maybe'.
15538 (org-calc-default-modes): Default for date-format mimicks org-mode.
15539 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
15540
15541 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
15542
15543 * cus-face.el (custom-theme-set-faces): Make it handle face
15544 aliases whose alias declarations are pre- or autoloaded.
15545
15546 2005-07-04 Juri Linkov <juri@jurta.org>
15547
15548 * faces.el (read-face-name): Put the code for getting a face name
15549 from the buffer before adding the faces from the `face' property.
15550 Use `completing-read-multiple' instead of `completing-read'.
15551 Require `crm'. Add default value and post-process the returned
15552 list of faces.
15553
15554 * emacs-lisp/crm.el (crm-find-current-element)
15555 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
15556
15557 * emacs-lisp/lisp-mode.el (eval-defun-1):
15558 * emacs-lisp/edebug.el (edebug-eval-defun):
15559 Remove unnecessary quotes.
15560
15561 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
15562
15563 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
15564 (prolog-indent-level): Fix typo in docstring.
15565
15566 * info.el (Info-history, Info-history-forward)
15567 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
15568
15569 * add-log.el (add-change-log-entry):
15570 * comint.el (comint-dynamic-list-input-ring)
15571 (comint-dynamic-list-completions):
15572 * dabbrev.el (dabbrev-expand):
15573 * delim-col.el (delimit-columns-rectangle-line):
15574 * diff-mode.el (diff-context->unified, diff-reverse-direction)
15575 (diff-unified->context):
15576 * ediff-init.el (ediff-abbrev-jobname):
15577 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
15578 (ediff-replace-session-activity-marker-in-meta-buffer):
15579 * info.el (Info-summary):
15580 * lpr.el (printify-region):
15581 * printing.el (pr-create-interface):
15582 * ps-print.el (ps-print-quote):
15583 * ses.el (ses-column-widths, ses-print-cell)
15584 (ses-adjust-print-width, ses-center):
15585 * shell.el (shell-file-name-quote-list):
15586 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
15587 (strokes-fill-current-buffer-with-whitespace)
15588 (strokes-xpm-for-stroke, strokes-list-strokes)
15589 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
15590 * term.el (term-dynamic-list-input-ring)
15591 (term-dynamic-list-completions):
15592 * calc/calc.el (math-format-stack-value):
15593 * emacs-lisp/edebug.el (edebug-display-freq-count):
15594 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
15595 (delphi-new-comment-line):
15596 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
15597 * progmodes/executable.el (executable-set-magic):
15598 * progmodes/python.el (inferior-python-mode):
15599 * progmodes/scheme.el (scheme-mode-syntax-table):
15600 * progmodes/sh-script.el (sh-maybe-here-document):
15601 * progmodes/sql.el (sql-copy-column):
15602 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
15603 * textmodes/bibtex.el (bibtex-mode):
15604 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
15605 (sgml-auto-attributes):
15606 * textmodes/table.el (table-insert, table-shorten-cell)
15607 (table--generate-source-scan-lines, table-delete-row)
15608 (*table--cell-delete-char, table--spacify-frame)
15609 (table--horizontally-shift-above-and-below)
15610 (table--cell-insert-char, table--cell-blank-str)
15611 (table--fill-region-strictly):
15612 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
15613 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
15614
15615 * add-log.el (change-log):
15616 * apropos.el (apropos):
15617 * comint.el (comint-completion, comint-source):
15618 * dabbrev.el (dabbrev):
15619 * delim-col.el (columns):
15620 * diff-mode.el (diff-mode):
15621 * ediff.el (ediff):
15622 * ediff-diff.el (ediff-diff):
15623 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
15624 * ediff-mult.el (ediff-mult):
15625 * ediff-ptch.el (ediff-ptch):
15626 * ediff-wind.el (ediff-window):
15627 * facemenu.el (facemenu):
15628 * indent.el (indent):
15629 * info.el (info):
15630 * jka-cmpr-hook.el (compression, jka-compr):
15631 * lpr.el (lpr):
15632 * outline.el (outlines):
15633 * pcmpl-cvs.el (pcmpl-cvs):
15634 * pcmpl-rpm.el (pcmpl-rpm):
15635 * printing.el (printing):
15636 * ps-print.el (postscript, ps-print, ps-print-horizontal)
15637 (ps-print-vertical, ps-print-headers, ps-print-font)
15638 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
15639 (ps-print-background, ps-print-printer, ps-print-page)
15640 (ps-print-miscellany):
15641 * ses.el (ses):
15642 * shell.el (shell, shell-directories, shell-faces):
15643 * startup.el (initialization):
15644 * strokes.el (strokes):
15645 * term.el (term):
15646 * uniquify.el (uniquify):
15647 * w32-vars.el (w32):
15648 * calc/calc.el (calc):
15649 * emacs-lisp/bytecomp.el (bytecomp):
15650 * emacs-lisp/cl-indent.el (lisp-indent):
15651 * emacs-lisp/edebug.el (edebug):
15652 * emacs-lisp/elp.el (elp):
15653 * emacs-lisp/testcover.el (testcover):
15654 * emacs-lisp/trace.el (trace):
15655 * emulation/viper-ex.el (viper-ex):
15656 * emulation/viper-mous.el (viper-mouse):
15657 * mail/mailalias.el (mailalias):
15658 * mail/supercite.el (supercite, supercite-frames)
15659 (supercite-attr, supercite-cite, supercite-hooks):
15660 * net/rcompile.el (remote-compile):
15661 * net/rlogin.el (rlogin):
15662 * obsolete/ooutline.el (outlines):
15663 * progmodes/delphi.el (delphi):
15664 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
15665 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
15666 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
15667 (ebnf-optimization):
15668 * progmodes/etags.el (etags):
15669 * progmodes/executable.el (executable):
15670 * progmodes/idlwave.el (idlwave):
15671 * progmodes/pascal.el (pascal):
15672 * progmodes/prolog.el (prolog):
15673 * progmodes/python.el (python):
15674 * progmodes/scheme.el (scheme):
15675 * progmodes/sh-script.el (sh, sh-script):
15676 * progmodes/sql.el (SQL):
15677 * progmodes/tcl.el (tcl):
15678 * textmodes/bibtex.el (bibtex, bibtex-autokey):
15679 * textmodes/enriched.el (enriched):
15680 * textmodes/makeinfo.el (makeinfo):
15681 * textmodes/sgml-mode.el (sgml):
15682 * textmodes/table.el (table-hooks):
15683 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
15684 * textmodes/texinfo.el (texinfo):
15685 * textmodes/two-column.el (two-column):
15686 Finish `defgroup' description with period.
15687
15688 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
15689 * eshell/esh-var.el (eshell-var):
15690 * progmodes/vhdl-mode.el (vhdl-testbench):
15691 * textmodes/org.el (org): Fix typos in docstrings.
15692
15693 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
15694 consistency.
15695
15696 * progmodes/flymake.el (flymake-find-file): Remove.
15697 (flymake-float-time): Use `with-no-warnings'.
15698 (flymake-check-start-time, flymake-check-was-interrupted)
15699 (flymake-err-info, flymake-is-running, flymake-last-change-time)
15700 (flymake-new-err-info): `defvar' at compile time.
15701
15702 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
15703
15704 * replace.el (occur-hook): Doc fix.
15705 (occur-1): Don't call `occur-hook' if there are no matches.
15706
15707 2005-07-03 Richard M. Stallman <rms@gnu.org>
15708
15709 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
15710 global-map, save the same map.
15711 (global-map): Don't alter it at top level.
15712 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
15713 Then alter it here instead.
15714 (tpu-edt-off): Set global-map to the saved one.
15715
15716 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
15717 All references simplified.
15718 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
15719 (zmacs-regions): Add defvar.
15720 (repeat-complex-command-map): Everything about that deleted.
15721
15722 * textmodes/artist.el (artist-key-is-drawing)
15723 (artist-key-endpoint1, artist-key-poly-point-list)
15724 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
15725 (artist-key-compl-table, artist-rb-save-data)
15726 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
15727 Don't put them in eval-when-compile.
15728 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
15729
15730 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
15731 Use with-no-warnings.
15732
15733 * net/browse-url.el (dos-windows-version): Add defvar.
15734
15735 * mail/supercite.el (filladapt-prefix-table): Add defvar.
15736
15737 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
15738 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
15739 (rmail-new-summary-line-count): Rename from new-summary-line-count.
15740 Add defvar.
15741 (rmail-summary-beginning-of-message): Use with-no-warnings.
15742 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
15743
15744 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
15745 Use with-no-warnings.
15746
15747 * emulation/vi.el (vi-mark-region): Use c-mark-function.
15748 (c-mark-function): Add point-moving-unit property.
15749 (vi-goto-line): Use with-no-warnings.
15750
15751 * emulation/edt.el (edt-last-copied-word): Add defvar.
15752 (zmacs-region-stays): Likewise.
15753 (edt-mark-section-wisely): Use c-mark-function for C.
15754 Use makr-defun for Fortran.
15755 (time-string): defvar deleted.
15756 (edt-display-the-time): Don't set time-string.
15757
15758 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
15759
15760 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
15761 Don't warn when name is not constant
15762 or for defining the group `emacs'.
15763
15764 * tooltip.el (gud-tooltip-mode): Add defvar.
15765
15766 * startup.el (default-frame-background-mode): Add defvar.
15767
15768 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
15769
15770 * info.el (tool-bar-map): Add defvar.
15771
15772 * dired.el (dnd-protocol-alist): Add defvar.
15773
15774 * dired-aux.el (dired-query): Display question with answer, when
15775 the user answers.
15776
15777 * custom.el (custom-add-option): Doc fix.
15778
15779 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
15780
15781 2005-07-03 Eli Zaretskii <eliz@gnu.org>
15782
15783 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
15784 bogus name from the last change.
15785
15786 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
15787
15788 * custom.el (custom-declare-variable): Fix typos in comment.
15789 (custom-known-themes): Doc fix.
15790 (custom-theme-directory): New defcustom.
15791 (require-theme): Make it check `custom-theme-directory'.
15792
15793 * cus-theme.el (custom-new-theme-mode): New function.
15794 (custom-theme-name, custom-theme-variables, custom-theme-faces)
15795 (custom-theme-description): Add compiler defvars.
15796 (customize-create-theme): Add doc to the "*New Custom Theme*"
15797 buffer. Use `custom-new-theme-mode'.
15798 (custom-theme-write): Put the created buffer in emacs-lisp-mode
15799 and save it to the `custom-theme-directory'. Make this the
15800 default directory of the buffer.
15801
15802 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
15803
15804 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
15805 Fix unbalanced parentheses.
15806
15807 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
15808
15809 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
15810 into flymake-mode and delegate to flymake-mode.
15811
15812 * find-file.el (ff-which-function-are-we-in): Clean up.
15813
15814 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
15815
15816 * replace.el (occur-rename-buffer): Fix docstring.
15817
15818 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
15819 (edt-last-copied-word, edt-learn-macro-count)
15820 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
15821 (edt-rect-start-point, edt-user-global-map, rect-start-point)
15822 (time-string, zmacs-region-stays):
15823 * emulation/edt-mapper.el (edt-save-function-key-map)
15824 (EDT-key-name): `defvar' to silence the byte-compiler.
15825
15826 2005-07-02 Martin Rudalics <rudalics@gmx.at>
15827
15828 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
15829 font-lock-regexp-backslash. Doc fix.
15830 (font-lock-regexp-backslash-grouping-construct): Rename from
15831 font-lock-regexp-backslash-construct. Doc fix.
15832 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
15833 grouping constructs.
15834
15835 2005-07-02 Eli Zaretskii <eliz@gnu.org>
15836
15837 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
15838 updating all the prerequisites.
15839
15840 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
15841
15842 * textmodes/org.el (org-agenda-start-on-weekday)
15843 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
15844 (org-agenda-use-time-grid, org-archive-location)
15845 (org-allow-space-in-links, org-usenet-links-prefer-google)
15846 (org-enable-table-editor, org-export-default-language)
15847 (org-export-html-show-new-buffer, org-fill-paragraph)
15848 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
15849 (org-goto-quit, org-occur, org-eval-in-calendar)
15850 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
15851 (org-agenda-diary-entry, org-remember-help)
15852 (org-table-convert-region, org-at-table-p)
15853 (org-table-move-row-down, org-table-move-row-up)
15854 (org-table-copy-region, org-table-toggle-vline-visibility)
15855 (org-table-get-stored-formulas, org-table-get-specials)
15856 (org-recalc-commands, org-table-eval-formula)
15857 (org-table-formula-substitute-names, orgtbl-make-binding)
15858 (org-format-org-table-html, org-format-table-table-html)
15859 (org-format-table-table-html-using-table-generate-source)
15860 (org-customize): Fix typos in docstrings.
15861 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
15862 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
15863 (org-back-to-heading): Doc fixes.
15864 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
15865 (org-agenda-change-all-lines, org-get-header):
15866 Improve argument/docstring consistency.
15867 (orgtbl-error): Fix error message.
15868
15869 * progmodes/flymake.el (flymake-find-possible-master-files)
15870 (flymake-master-file-compare, flymake-get-line-err-count)
15871 (flymake-highlight-line, flymake-gui-warnings-enabled):
15872 Fix typos in docstrings.
15873 (flymake-parse-line, flymake-get-project-include-dirs-function)
15874 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
15875 Doc fixes.
15876 (flymake-get-project-include-dirs-function)
15877 (flymake-make-err-menu-data):
15878 Improve argument/docstring consistency.
15879
15880 2005-07-01 Lute Kamstra <lute@gnu.org>
15881
15882 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
15883 Catch errors with ignore-errors. Use temporary buffer.
15884 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
15885
15886 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
15887 background color faces.
15888 (facemenu-set-foreground, facemenu-set-background):
15889 Use facemenu-set-face-from-menu.
15890 (facemenu-set-face-from-menu): Treat face names that start with
15891 "fg:" or "bg:" as special.
15892 (facemenu-add-new-color): Don't create faces. Simplify.
15893
15894 2005-06-30 Richard M. Stallman <rms@gnu.org>
15895
15896 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
15897 (crm-find-current-element): Likewise.
15898
15899 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
15900
15901 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
15902
15903 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
15904
15905 * arc-mode.el (archive-extract): Make it work as a mouse binding.
15906 (archive-mouse-extract): Make it an obsolete alias.
15907 (archive-mode-map): Don't use archive-mouse-extract any more.
15908 (archive-mode, archive-extract): write-contents-hooks ->
15909 write-contents-functions.
15910 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
15911 first arg.
15912 (archive-rename-entry): Update the call.
15913 (archive-zip-summarize): Remove unused var `method'.
15914 (archive-lzh-summarize): Remove unused var `creator'.
15915
15916 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
15917 dedicated frame upon exit.
15918
15919 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
15920 (archive-zip-extract, archive-zip-expunge)
15921 (archive-zip-update, archive-zip-update-case): Use executable-find.
15922 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
15923 Use restore-buffer-modified-p.
15924 (archive-extract, archive-add-new-member, archive-write-file-member):
15925 Use with-current-buffer.
15926 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
15927
15928 2005-06-30 Andreas Schwab <schwab@suse.de>
15929
15930 * progmodes/gud.el (gud-filter): Remove unneeded progn.
15931
15932 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
15933
15934 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
15935
15936 2005-06-30 Juri Linkov <juri@jurta.org>
15937
15938 * faces.el (vertical-border): Inherit from mode-line-inactive
15939 only on tty.
15940
15941 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
15942
15943 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
15944 example, -NLINES in the `occur' docstring).
15945
15946 * replace.el (occur-1): When no matches are found, do not set the
15947 `buffer-read-only' and modified flags for the occur buffer,
15948 because it is deleted.
15949
15950 * emulation/cua-base.el (cua-check-pending-input)
15951 (cua-repeat-replace-region, cua-mode, cua-debug)
15952 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
15953 Fix typos in docstrings.
15954
15955 * emulation/cua-gmrk.el (cua-toggle-global-mark)
15956 (cua-cut-region-to-global-mark)
15957 (cua--cut-rectangle-to-global-mark):
15958 Remove period from end of messages.
15959
15960 * emulation/cua-rect.el (cua-do-rectangle-padding):
15961 Remove period from end of messages.
15962 (cua--rectangle-seq-format): Fix typo in docstring.
15963 (cua-sequence-rectangle, cua-fill-char-rectangle):
15964 Improve argument/docstring consistency.
15965
15966 2005-06-29 Juri Linkov <juri@jurta.org>
15967
15968 * faces.el (default-frame-background-mode): New internal variable.
15969 (frame-set-background-mode): Use it.
15970
15971 * startup.el (normal-top-level): Set default-frame-background-mode
15972 instead of frame-background-mode. Before setting it, test for its
15973 nil value. Remove tests for frame-background-mode and frame
15974 parameter `reverse'. Add test for "unspecified-fg".
15975
15976 * term/xterm.el (xterm-rxvt-set-background-mode):
15977 * term/rxvt.el (rxvt-set-background-mode):
15978 Set default-frame-background-mode instead of frame-background-mode.
15979
15980 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
15981
15982 * simple.el (set-variable): Warn about obsolete user variables.
15983
15984 * imenu.el (imenu--completion-buffer):
15985 * mouse.el (mouse-buffer-menu-alist):
15986 * msb.el (msb-invisible-buffer-p):
15987 * calendar/diary-lib.el (diary-header-line-format):
15988 * emacs-lisp/pp.el (pp-buffer):
15989 * progmodes/cperl-mode.el (cperl-do-auto-fill):
15990 * textmodes/picture.el (picture-replace-match):
15991 Change space constants followed by a sexp to "?\s ".
15992
15993 * play/decipher.el (decipher-loop-with-breaks):
15994 * textmodes/texinfo.el (texinfo-insert-@item): Change space
15995 constants "protected" from end of line by a comment to "?\s".
15996
15997 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
15998
15999 * font-lock.el (save-buffer-state): Use `declare'.
16000
16001 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
16002 reset the syntax-table to cperl-mode-syntax-table.
16003 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
16004 "foo_print_bar" is not matched as a reserved keyword.
16005
16006 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
16007
16008 * textmodes/org.el (orgtbl-setup): New function, for delayed
16009 setup for the orgtbl commands.
16010 (org-calc-default-modes): New option.
16011 (orgtbl-make-binding): Use `defun' to get better help display.
16012 (org-diary): Call `org-compile-prefix-format'.
16013 (org-table-formula-substitute-names): New function.
16014 (org-agenda-day-view, org-agenda-week-view): New commands.
16015 (org-agenda-toggle-week-view): Command removed.
16016 (org-tbl-menu): Split off from org-org-menu.
16017 (org-mode): Move removal of outline-mode menus to here.
16018 (org-table-formula-debug): New option.
16019 (org-table-insert-row): Keep first field if just "#" or "*".
16020 (org-mode): Paragraph regexps fixed.
16021 (org-table-recalculate-regexp): New constant.
16022 (org-table-justify-field-maybe): Avoid replace if not necessary.
16023 (org-copy-special, org-cut-special): Use `call-interactively'.
16024 (org-table-copy-region): Take region from `interactive' call.
16025 (org-trim): Return string even if no match.
16026 (org-formula): New face.
16027 (org-set-font-lock-defaults): No longer highlight "FIXME".
16028 But highlight formula-related fields in table.
16029 (org-table-p): Use regexp, not fontification.
16030 (org-table-align): Handle white space at end of line.
16031 (org-table-formula-evaluate-inline): New option.
16032 (org-mode): Auto-wrapping in comment lines turned off.
16033 (org-table-copy-down): Evaluate only in copied field, not in
16034 destination.
16035 (org-table-current-formula): Variable removed.
16036 (org-table-store-formulas, org-table-get-stored-formulas)
16037 (org-table-modify-formulas, org-table-replace-in-formulas)
16038 (org-table-maybe-eval-formula): New functions.
16039 (org-table-get-formula): Modify to use stored formulas.
16040 (org-table-insert-column, org-table-delete-column)
16041 (org-table-move-column): Call `org-table-modify-formulas'.
16042 (org-complete): Add completion for keyword formulas.
16043 (orgtbl-mode): Pull orgtbl-mode-map to start of
16044 minor-mode-map-alist.
16045
16046 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
16047
16048 * progmodes/python.el (python-check): Require `compile' before
16049 modifying its variables.
16050
16051 * newcomment.el (comment-indent-default): Don't get fooled by an early
16052 end of buffer.
16053
16054 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16055
16056 * ps-print.el (ps-print-version): Fix version number.
16057
16058 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
16059
16060 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
16061
16062 2005-06-28 Richard M. Stallman <rms@gnu.org>
16063
16064 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
16065 (flyspell-local-mouse-map): Declaration deleted.
16066 (flyspell-mouse-map): Bind only mouse-2.
16067 (flyspell-mode-map): Don't test flyspell-use-local-map.
16068 (flyspell-overlay-keymap-property-name): Var deleted.
16069 (flyspell-mode-on): Don't make local bindings for
16070 flyspell-mouse-map and flyspell-mode-map.
16071 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
16072
16073 * textmodes/ispell.el (ispell-word): Do not ignore short words.
16074
16075 * progmodes/compile.el (compilation-next-error-function):
16076 Don't switch buffers; operate on the current buffer.
16077
16078 * progmodes/compile.el (compilation-error-file-name)
16079 (compilation-warning-file-name, compilation-info-file-name)
16080 (compilation-line-number, compilation-column-number): New faces.
16081 (compilation-error-face, compilation-warning-face)
16082 (compilation-info-face, compilation-line-face)
16083 (compilation-column-face): Use them.
16084
16085 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
16086
16087 * comint.el (comint-password-prompt-regexp): Accept ", try again".
16088
16089 * bindings.el (global-map): Bind insertchar and its variants.
16090
16091 2005-06-27 Richard M. Stallman <rms@gnu.org>
16092
16093 * textmodes/artist.el (artist-text-overwrite)
16094 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
16095
16096 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16097
16098 * ps-print.el: It was not working the page selection for printing.
16099 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
16100 (ps-print-version): New version 6.6.7.
16101 (ps-end-sheet): New fun.
16102 (ps-header-sheet, ps-end-job): Call it.
16103
16104 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
16105
16106 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
16107
16108 2005-06-27 Lute Kamstra <lute@gnu.org>
16109
16110 * facemenu.el (facemenu-unlisted-faces): Add foreground and
16111 background color faces.
16112 (facemenu-get-face): Delete function.
16113 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
16114 (facemenu-add-new-color): Make second argument mandatory.
16115 Create the appropriate face and return it. Simplify.
16116 (facemenu-set-foreground, facemenu-set-background): Don't check if
16117 color is defined. Use return value of facemenu-add-new-color.
16118
16119 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
16120
16121 * progmodes/gud.el (gud-filter): Add missing argument to
16122 with-selected-window.
16123
16124 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
16125
16126 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
16127 a :require to the defcustom.
16128
16129 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
16130 defcustoms corresponding to minor modes.
16131
16132 2005-06-26 David Ponce <david@dponce.com>
16133
16134 * recentf.el: Require tree-widget instead of wid-edit.
16135 (recentf-filename-handler): Fix widget :type.
16136 (recentf-cancel-dialog, recentf-open-more-files)
16137 (recentf-open-files-action): Doc fix.
16138 (recentf-dialog-goto-first): New function.
16139 (recentf-dialog-mode-map): Set parent keymap first.
16140 (recentf-dialog-mode): Define with define-derived-mode.
16141 Don't display continuation lines in dialogs.
16142 (recentf-edit-list): Rename from recentf-edit-selected-items.
16143 (recentf-edit-list-select): Rename from recentf-edit-list-action.
16144 Simplify.
16145 (recentf-edit-list-validate): New function.
16146 (recentf-edit-list): Update accordingly.
16147 (recentf-open-files-item-shift): Remove.
16148 (recentf-open-files-item): Convert menu elements into tree and
16149 link widgets. Don't create the widgets.
16150 (recentf-open-files): Update accordingly.
16151 (recentf-save-list): Untabify.
16152
16153 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
16154
16155 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
16156 (keep-lines): Add INTERACTIVE arg. Never delete lines only
16157 partially contained in the active region. Do not take active
16158 region into account when called from Lisp, unless INTERACTIVE arg
16159 is non-nil. Use `forward-line' instead of `beginning-of-line' to
16160 avoid trouble with fields. Make marker point nowhere when no
16161 longer used. Always return nil. Doc fix.
16162 (flush-lines): Add INTERACTIVE arg. Do not take active region
16163 into account when called from Lisp, unless INTERACTIVE arg is
16164 non-nil. Use `forward-line' instead of `beginning-of-line' to
16165 avoid trouble with fields. Make marker point nowhere when no
16166 longer used. Always return nil. Doc fix.
16167 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
16168 interchangeable. Do not take active region into account when
16169 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
16170 message in echo area when called from Lisp, unless INTERACTIVE arg
16171 is non-nil. Avoid saying "1 occurrences". Do not use markers.
16172 Return the number of matches. Doc fix.
16173 (occur): Doc fix.
16174 (perform-replace): Make comment follow double space convention for
16175 the sake of `outline-minor-mode'.
16176
16177 * faces.el (facep): Doc fix.
16178
16179 2005-06-25 Richard M. Stallman <rms@gnu.org>
16180
16181 * facemenu.el (facemenu-enable-faces-p): New function.
16182 (facemenu-background-menu, facemenu-foreground-menu)
16183 (facemenu-face-menu): Add menu-enable property.
16184
16185 * jka-compr.el (jka-compr-insert-file-contents):
16186 Special handling if cannot find the uncompression program.
16187
16188 * cus-face.el (custom-face-attributes): Add autoload.
16189
16190 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
16191 Bind comment-indent-function locally.
16192
16193 * window.el (save-selected-window): Use save-current-buffer.
16194
16195 * subr.el (with-selected-window): Use save-current-buffer.
16196
16197 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
16198 and with-current-buffer.
16199
16200 2005-06-24 Richard M. Stallman <rms@gnu.org>
16201
16202 * simple.el (line-move-1): Fix previous change.
16203
16204 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
16205
16206 * replace.el (occur-1): Set `buffer-read-only' and the
16207 buffer-modified flag before running `occur-hook' to protect
16208 against unintentional buffer switches that can lead to data loss.
16209
16210 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
16211
16212 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
16213 (gud-gdb-marker-filter): Use font-lock-warning-face for any
16214 initial error.
16215
16216 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
16217 after fresh input.
16218 (gdb-var-create-handler): Put name of expression in quotes.
16219
16220 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
16221
16222 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
16223 elements of RING in order, and without bogus nil elements.
16224
16225 2005-06-23 Richard M. Stallman <rms@gnu.org>
16226
16227 * simple.el (set-variable): Args renamed; doc fix.
16228 (line-move-1): When there are overlays around, use vertical-motion.
16229
16230 * faces.el (escape-glyph): Use brown against light background.
16231 (nobreak-space): Rename from no-break-space.
16232 Fix previous change.
16233
16234 * dired-aux.el (dired-do-copy): Fix arg prompt.
16235
16236 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
16237
16238 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
16239
16240 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
16241 rather than "Distributor".
16242
16243 2005-06-23 Lute Kamstra <lute@gnu.org>
16244
16245 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
16246 (debug-on-entry): Use it. New interactive declaration that uses
16247 function-called-at-point.
16248
16249 2005-06-23 Kim F. Storm <storm@cua.dk>
16250
16251 * subr.el (save-match-data): Add comment about using evaporate arg
16252 to set-match-data.
16253
16254 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
16255
16256 * cus-edit.el (customize-face)
16257 (customize-face-other-window): Handle face aliases.
16258
16259 * faces.el (face-documentation, set-face-attribute)
16260 (face-spec-set): Handle face aliases.
16261
16262 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
16263
16264 * help-mode.el (help-make-xrefs): If a symbol representing a face
16265 name is not followed by the word "face", it could still be a
16266 function or variable name, so don't bypass other checks.
16267
16268 2005-06-22 Juri Linkov <juri@jurta.org>
16269
16270 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
16271 Replace aliased functions with calls where second arg `inherit' is t.
16272
16273 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
16274
16275 * progmodes/gdb-ui.el (gdb-error): New variable.
16276 (gdb-error): New function.
16277 (gdb-annotation-rules): Act on error-begin and error annotations.
16278 (gdb-concat-output): Use font-lock-warning-face for errors.
16279
16280 2005-06-22 Miles Bader <miles@gnu.org>
16281
16282 * bindings.el (propertized-buffer-identification): Use renamed
16283 `Buffer-menu-buffer' face.
16284
16285 * faces.el (vertical-border): Rename from `vertical-divider'.
16286 (escape-glyph): Change dark-background color back to `cyan'.
16287
16288 2005-06-21 Juri Linkov <juri@jurta.org>
16289
16290 * faces.el (face-user-default-spec): Try getting `customized-face'
16291 prior to `saved-face'.
16292 (frame-background-mode): Refill docstring.
16293
16294 * emacs-lisp/lisp-mode.el (eval-defun-1):
16295 * emacs-lisp/edebug.el (edebug-eval-defun):
16296 Set `saved-face' temporarily to nil before calling form.
16297 Set `customized-face' to the new spec after that.
16298
16299 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
16300
16301 * subr.el (1value, lambda, key-substitution-in-progress):
16302 Doc fixes.
16303
16304 * autoinsert.el (auto-insert-alist):
16305 * ses.el (ses-call-printer):
16306 * subr.el (noreturn):
16307 * emacs-lisp/lisp.el (check-parens):
16308 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
16309 * net/browse-url.el (browse-url-mosaic):
16310 * progmodes/cc-defs.el (c-safe-scan-lists):
16311 * progmodes/ebnf-abn.el (ebnf-abn-lex):
16312 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
16313 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
16314 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
16315 * progmodes/ebnf-iso.el (ebnf-iso-lex):
16316 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
16317
16318 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
16319
16320 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
16321
16322 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
16323
16324 * calendar/appt.el (appt-make-list): Activate the package, if
16325 not already active (for backwards compatibility).
16326
16327 2005-06-20 Kim F. Storm <storm@cua.dk>
16328
16329 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
16330
16331 2005-06-20 Miles Bader <miles@gnu.org>
16332
16333 * faces.el (vertical-divider): New face.
16334
16335 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
16336
16337 * simple.el (kill-whole-line): Doc fix.
16338 (next-error-buffer-p, next-error-find-buffer)
16339 (clone-indirect-buffer): Fix typos in docstrings.
16340 (comment-line-break-function): Doc fix: don't say variable
16341 is automatically buffer-local (it isn't).
16342
16343 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
16344
16345 * net/tramp-ftp.el (top):
16346 * net/tramp-smb.el (top):
16347 * net/tramp-util.el (top):
16348 * net/tramp-uu.el (top):
16349 * net/tramp-vc.el (top):
16350 * net/tramp.el (top): Revert copyright years back to original
16351 ones. Tramp has a life outside GNU Emacs.
16352
16353 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
16354
16355 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
16356
16357 2005-06-18 Juri Linkov <juri@jurta.org>
16358
16359 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
16360 end of first regexp to limit the match to the position between
16361 line number and source line with same separator character as used
16362 between file name and line number. In the second regexp limit
16363 mouse-face area to file name and line number by adding new group
16364 for them and referring it in HYPERLINK arg.
16365 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
16366 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
16367 previous line where grep markers may be already removed.
16368
16369 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
16370
16371 * progmodes/ps-mode.el: Update version and maintainer's email address.
16372
16373 2005-06-18 Steve Youngs <steve@xemacs.org>
16374
16375 * net/browse-url.el (browse-url-browser-function)
16376 (browse-url-default-browser): Add firefox.
16377 (browse-url-firefox-program, browse-url-firefox-arguments)
16378 (browse-url-firefox-startup-arguments)
16379 (browse-url-firefox-new-window-is-tab): New defcustoms.
16380 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
16381
16382 2005-06-17 Richard M. Stallman <rms@gnu.org>
16383
16384 * startup.el (command-line): Warn if specified user name has
16385 no home directory.
16386
16387 * term.el (term-get-old-input, term-input-filter, term-input-sender)
16388 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
16389
16390 * longlines.el (longlines-mode, longlines-show-hard-newlines):
16391 Doc fixes.
16392
16393 * faces.el (underline): Try bold if terminal doesn't support underline.
16394
16395 * mail/sendmail.el (mail-setup-with-from): New variable.
16396 (mail-insert-from-field): New function.
16397 (sendmail-send-it): Call it.
16398 (mail-setup): Optionally call it here.
16399
16400 * term/linux.el: Call tty-no-underline.
16401
16402 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
16403
16404 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
16405
16406 2005-06-17 Miles Bader <miles@gnu.org>
16407
16408 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
16409 (ediff-current-diff-C, ediff-current-diff-Ancestor)
16410 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
16411 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
16412 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
16413 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
16414 Remove "-face" suffix from face names.
16415 (ediff-current-diff-face-A, ediff-current-diff-face-B)
16416 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
16417 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
16418 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
16419 (ediff-even-diff-face-A, ediff-even-diff-face-B)
16420 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
16421 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
16422 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
16423 New backward-compatibility aliases for renamed faces.
16424 (ediff-current-diff-face-A, ediff-current-diff-face-B)
16425 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
16426 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
16427 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
16428 (ediff-even-diff-face-A, ediff-even-diff-face-B)
16429 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
16430 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
16431 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
16432 Use renamed ediff faces.
16433
16434 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
16435 Remove "-face" suffix from face names.
16436 (eshell-test-ok-face, eshell-test-failed-face):
16437 New backward-compatibility aliases for renamed faces.
16438 (eshell-run-test): Use renamed eshell-test faces.
16439
16440 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
16441 face name.
16442 (eshell-prompt-face): New backward-compatibility alias for renamed
16443 face.
16444 (eshell-emit-prompt): Use renamed eshell-prompt face.
16445
16446 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
16447 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
16448 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
16449 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
16450 Remove "-face" suffix from face names.
16451 (eshell-ls-directory-face, eshell-ls-symlink-face)
16452 (eshell-ls-executable-face, eshell-ls-readonly-face)
16453 (eshell-ls-unreadable-face, eshell-ls-special-face)
16454 (eshell-ls-missing-face, eshell-ls-archive-face)
16455 (eshell-ls-backup-face, eshell-ls-product-face)
16456 (eshell-ls-clutter-face):
16457 New backward-compatibility aliases for renamed faces.
16458 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
16459
16460 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
16461 Remove "-face" suffix from face name.
16462 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
16463 instead of literal face.
16464
16465 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
16466
16467 * emacs-lisp/warnings.el (display-warning, lwarn)
16468 (warning-minimum-log-level): Doc fixes.
16469 (warning-minimum-level, warning-minimum-log-level):
16470 Add :debug to :type choices.
16471
16472 * progmodes/ada-mode.el (ada-format-paramlist)
16473 (ada-get-indent-case, ada-check-matching-start)
16474 (ada-check-defun-name, ada-goto-matching-decl-start)
16475 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
16476 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
16477 (ada-make-subprogram-body): Follow error conventions.
16478 (ada-case-exception-file, ada-indent-comment-as-code)
16479 (ada-indent-handle-comment-special, ada-indent-renames)
16480 (ada-indent-return, ada-search-directories-internal)
16481 (ada-tab-policy, ada-case-exception-substring)
16482 (ada-other-file-alist, ada-matching-start-re)
16483 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
16484 (ada-imenu-generic-expression, ada-compile-goto-error)
16485 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
16486 (ada-popup-menu, ada-add-extensions, ada-mode)
16487 (ada-region-selected, ada-create-case-exception)
16488 (ada-create-case-exception-substring, ada-after-keyword-p)
16489 (ada-activate-keys-for-case, ada-adjust-case-region)
16490 (ada-adjust-case-buffer, ada-format-paramlist)
16491 (ada-scan-paramlist, ada-insert-paramlist)
16492 (ada-indent-newline-indent)
16493 (ada-indent-newline-indent-conditional)
16494 (ada-justified-indent-current, ada-goto-previous-word)
16495 (ada-indent-current, ada-get-indent-open-paren)
16496 (ada-get-indent-paramlist, ada-get-indent-end)
16497 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
16498 (ada-get-indent-block-start, ada-get-indent-subprog)
16499 (ada-get-indent-noindent, ada-get-indent-label)
16500 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
16501 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
16502 (ada-goto-stmt-end, ada-goto-next-word)
16503 (ada-check-matching-start, ada-check-defun-name)
16504 (ada-goto-matching-decl-start, ada-goto-matching-start)
16505 (ada-goto-matching-end, ada-search-ignore-string-comment)
16506 (ada-in-decl-p, ada-looking-at-semi-or)
16507 (ada-looking-at-semi-private, ada-in-paramlist-p)
16508 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
16509 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
16510 (ada-next-procedure, ada-previous-procedure, ada-next-package)
16511 (ada-previous-package, ada-create-menu)
16512 (ada-fill-comment-paragraph-justify)
16513 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
16514 (ada-other-file-name, ada-last-which-function-line)
16515 (ada-last-which-function-subprog, ada-which-function)
16516 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
16517 (ada-gen-treat-proc, ada-check-emacs-version)
16518 (ada-continuation-indent, ada-align-region-separate):
16519 Fix typos in docstrings.
16520 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
16521
16522 2005-06-16 Lute Kamstra <lute@gnu.org>
16523
16524 * simple.el (fundamental-mode): Run after-change-major-mode-hook
16525 conditionally.
16526
16527 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
16528
16529 * comint.el (comint-replace-by-expanded-filename)
16530 (comint-prompt-regexp, comint-delimiter-argument-list)
16531 (comint-preinput-scroll-to-bottom):
16532 * info.el (Info-hide-cookies-node):
16533 * ls-lisp.el (ls-lisp-classify):
16534 * find-file.el (ff-search-directories, ff-special-constructs)
16535 (ff-find-other-file):
16536 * font-lock.el (font-lock-keywords):
16537 * shell.el (shell-prompt-pattern)
16538 (shell-dynamic-complete-functions, shell-mode)
16539 (shell-delimiter-argument-list):
16540 * term.el (term-replace-by-expanded-filename)
16541 (term-prompt-regexp, term-delimiter-argument-list):
16542 * woman.el (woman-ignore, woman0-if):
16543 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
16544 * emacs-lisp/elint.el (elint-init-env):
16545 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
16546 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
16547 * language/ethio-util.el (ethio-tilde-escape)
16548 (ethio-use-three-dot-question):
16549 * net/zone-mode.el (zone-mode-load-time-setup):
16550 * progmodes/cc-align.el (c-lineup-argcont):
16551 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
16552 * progmodes/cperl-mode.el (cperl-set-style-back):
16553 * progmodes/inf-lisp.el (inferior-lisp-prompt):
16554 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
16555 Fix spellings in docstrings.
16556
16557 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
16558 * progmodes/modula2.el (m2-for): Fix spellings.
16559
16560 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
16561
16562 * simple.el (undo-more): Don't use `format' on `error' arguments.
16563 Improve argument/docstring consistency.
16564 (pending-undo-list): Doc fix.
16565
16566 * smerge-mode.el (smerge-ensure-match):
16567 * emulation/vip.el (vip-ex):
16568 * net/zone-mode.el (zone-mode-update-serial):
16569 * progmodes/idlwave.el (idlwave-complete):
16570 * progmodes/vhdl-mode.el (vhdl-visit-file)
16571 (vhdl-compose-wire-components):
16572 Don't use `format' on `error' arguments.
16573
16574 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
16575 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
16576 (tooltip-help-tips): Fix typos in docstrings.
16577
16578 2005-06-16 David Ponce <david@dponce.com>
16579
16580 * tree-widget.el (tree-widget-value-create): Simplify last change.
16581
16582 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
16583
16584 * ido.el (ido-incomplete-regexp): New variable.
16585 (ido-set-matches-1): Handle invalid-regexp error and set
16586 ido-incomplete-regexp.
16587 (ido-incomplete-regexp): New face.
16588 (ido-completions): Use it.
16589 (ido-complete, ido-exit-minibuffer, ido-completions):
16590 Handle incomplete regexps.
16591 (ido-completions): Add check for complete match when entering a regexp.
16592
16593 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
16594
16595 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
16596
16597 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16598
16599 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
16600 by field delimiters.
16601
16602 2005-06-15 David Ponce <david@dponce.com>
16603
16604 * tree-widget.el: eval-and-compile inlined functions so they will
16605 be available at run-time too.
16606 (tree-widget-super-format-handler)
16607 (tree-widget-format-handler): Remove.
16608 (tree-widget-value-create): Handle the :indent property.
16609
16610 2005-06-15 Miles Bader <miles@gnu.org>
16611
16612 * progmodes/which-func.el (which-func): Only inherit
16613 `font-lock-function-name-face' when that makes sense against the
16614 default mode-line face, otherwise set the face color explicitly.
16615
16616 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
16617 faces instead of (non-existent) variables.
16618
16619 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
16620
16621 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
16622 (iswitchb-get-matched-buffers): Likewise. Simplify.
16623
16624 2005-06-14 Miles Bader <miles@gnu.org>
16625
16626 * progmodes/ld-script.el (ld-script-location-counter):
16627 Remove "-face" suffix from face name.
16628 (ld-script-location-counter-face):
16629 New backward-compatibility alias for renamed face.
16630 (ld-script-location-counter-face): Use renamed face.
16631
16632 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
16633 (cperl-hash): Remove "-face" suffix from face names.
16634 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
16635 New backward-compatibility aliases for renamed faces.
16636 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
16637 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
16638
16639 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
16640 name.
16641 (which-func-face): New backward-compatibility alias for renamed face.
16642 (which-func-format): Use renamed which-func face.
16643
16644 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
16645 (vhdl-function, vhdl-directive, vhdl-reserved-word)
16646 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
16647 names.
16648 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
16649 (vhdl-speedbar-configuration, vhdl-speedbar-package)
16650 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
16651 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
16652 (vhdl-speedbar-architecture-selected)
16653 (vhdl-speedbar-configuration-selected)
16654 (vhdl-speedbar-package-selected)
16655 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
16656 names.
16657 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
16658 Use renamed faces.
16659 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
16660 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
16661 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
16662 Use renamed faces.
16663 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
16664 names.
16665 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
16666 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
16667 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
16668 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
16669 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
16670 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
16671
16672 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
16673 face name.
16674 (sh-heredoc-face): New backward-compatibility alias for renamed face.
16675 (sh-heredoc-face): Use renamed sh-heredoc face.
16676
16677 * progmodes/idlw-help.el (idlwave-help-link):
16678 Remove "-face" suffix from face name.
16679 (idlwave-help-link-face):
16680 New backward-compatibility alias for renamed face.
16681 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
16682
16683 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
16684 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
16685 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
16686 New backward-compatibility aliases for renamed faces.
16687 (idlwave-shell-disabled-breakpoint-face)
16688 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
16689
16690 * progmodes/flymake.el (flymake-errline, flymake-warnline):
16691 Remove "-face" suffix from face names.
16692 (flymake-errline-face, flymake-warnline-face):
16693 New backward-compatibility aliases for renamed faces.
16694 (flymake-highlight-line): Use renamed flymake faces.
16695
16696 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
16697 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
16698 (ebrowse-member-class, ebrowse-progress):
16699 Remove "-face" suffix from face names.
16700 (ebrowse-tree-mark-face, ebrowse-root-class-face)
16701 (ebrowse-file-name-face, ebrowse-default-face)
16702 (ebrowse-member-attribute-face, ebrowse-member-class-face)
16703 (ebrowse-progress-face):
16704 New backward-compatibility aliases for renamed faces.
16705 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
16706 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
16707 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
16708 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
16709
16710 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
16711 antlr-syntax)
16712 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
16713 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
16714 names.
16715 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
16716 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
16717 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
16718 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
16719 backward-compatibility aliases for renamed faces.
16720 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
16721 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
16722 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
16723 remove "font-lock-". Use renamed antlr-mode faces.
16724 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
16725 literal face-names with face variable references.
16726
16727 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
16728 face name.
16729 (Buffer-menu-buffer-face): New backward-compatibility alias for
16730 renamed face.
16731 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
16732
16733 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
16734
16735 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
16736 Eliminate "-face" suffix.
16737 (makefile-targets): Inherit from font-lock-function-name-face and
16738 eliminate "-face" suffix.
16739 (makefile-shell): Remove attributes and eliminate "-face" suffix.
16740 (makefile-*-font-lock-keywords): Append makefile-targets in rule
16741 actions, instead of prepending, to make it less visible.
16742 (makefile-previous-dependency, makefile-match-dependency):
16743 Don't match a target on a continuation line.
16744
16745 * files.el (auto-mode-alist): Put Makefile in gmake mode.
16746
16747 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
16748
16749 * progmodes/gdb-ui.el (menu): Re-order menu items.
16750 (gdb-tooltip-print): Respect tooltip-use-echo-area.
16751
16752 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
16753 Define in tooltip.el.
16754 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
16755 (gud-tooltip-tips): Respect tooltip-use-echo-area and
16756 gud-tooltip-echo-area.
16757
16758 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
16759 backward compatibility and make obsolete.
16760 (tooltip-help-tips): Use tooltip-use-echo-area.
16761 (tooltip-show-help-function): Rename to...
16762 (tooltip-show-help): ...this, because it is a function.
16763 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
16764
16765 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
16766
16767 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
16768 (edebug-print-length, edebug-print-level, edebug-print-circle)
16769 (edebug-modify-breakpoint, edebug-eval-last-sexp)
16770 (edebug-eval-print-last-sexp): Doc fixes.
16771
16772 2005-06-14 Kim F. Storm <storm@cua.dk>
16773
16774 * ido.el (ido-mode): Make a new keymap every time we enable ido,
16775 as the coverage buffer/file/both may change.
16776
16777 2005-06-14 Lute Kamstra <lute@gnu.org>
16778
16779 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
16780 and run-mode-hooks. Simplify.
16781
16782 * mail/rmailedit.el (rmail-edit-mode):
16783 * progmodes/octave-inf.el (inferior-octave-mode):
16784 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
16785
16786 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
16787 and run-mode-hooks.
16788 (recentf-edit-list, recentf-open-files): Don't call
16789 kill-all-local-variables directly.
16790
16791 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
16792
16793 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
16794
16795 * emacs-lisp/byte-run.el (make-obsolete)
16796 (define-obsolete-function-alias): Rename arguments FUNCTION and
16797 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
16798 (make-obsolete-variable, define-obsolete-variable-alias):
16799 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
16800 respectively.
16801
16802 * isearchb.el (isearchb-activate):
16803 * pcvs.el (cvs-mode):
16804 * ses.el (ses-load):
16805 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
16806 * net/tramp.el (tramp-find-file-exists-command)
16807 (tramp-find-shell):
16808 * progmodes/ada-mode.el (ada-create-case-exception)
16809 (ada-create-case-exception-substring, ada-make-subprogram-body):
16810 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
16811 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
16812 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
16813 * textmodes/org.el (org-promote, org-evaluate-time-range)
16814 (org-agenda-next-date-line, org-agenda-previous-date-line)
16815 (org-agenda-error, org-open-at-point, org-table-move-row)
16816 (org-format-table-table-html-using-table-generate-source)
16817 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
16818 * textmodes/reftex.el (reftex-access-scan-info):
16819 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
16820 (reftex-toc-promote-prepare): Follow error conventions.
16821
16822 * diff-mode.el (diff-mode): Fix typo in docstring.
16823
16824 * forms.el (forms--intuit-from-file): Fix reference to
16825 `forms-number-of-fields' in error message.
16826 (forms-print): Fix quoting in error message.
16827
16828 * forms.el (forms-mode):
16829 * emulation/vi.el (vi-goto-insert-state):
16830 * progmodes/flymake.el (flymake-new-err-info)
16831 (flymake-start-syntax-check-for-current-buffer)
16832 (flymake-simple-cleanup):
16833 * eshell/esh-var.el (eshell/export):
16834 * progmodes/gud.el (xdb):
16835 * textmodes/flyspell.el (flyspell-incorrect-hook)
16836 (flyspell-maybe-correct-transposition)
16837 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
16838
16839 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
16840
16841 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
16842 minibuffer prompt.
16843
16844 2005-06-13 Kim F. Storm <storm@cua.dk>
16845
16846 * subr.el (add-to-ordered-list): New defun.
16847
16848 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
16849 add cua--keymap-alist to emulation-mode-map-alists.
16850
16851 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
16852
16853 * subr.el (complete-in-turn): New macro.
16854 (dynamic-completion-table, lazy-completion-table): Add debug info.
16855
16856 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
16857 in preference to face aliases.
16858
16859 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
16860 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
16861 Remove unused vars `start' and `firstline'.
16862 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
16863 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
16864
16865 2005-06-13 Eli Zaretskii <eliz@gnu.org>
16866
16867 * cus-start.el (all): Don't complain about missing GTK-related
16868 variables, unless either `gtk' is boundp or this isn't a
16869 `windows-nt' build.
16870
16871 2005-06-13 Lute Kamstra <lute@gnu.org>
16872
16873 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
16874 run-mode-hooks.
16875
16876 * ediff-mult.el (ediff-meta-mode):
16877 * ediff-util.el (ediff-mode): Use run-mode-hooks.
16878
16879 * ledit.el (ledit-mode): Use delay-mode-hooks.
16880
16881 * woman.el (woman-mode-line-format): Delete constant.
16882 (woman-mode-map): Initialize it properly.
16883 (woman-mode): Set mode-class property to special.
16884 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
16885 Set major-mode and mode-name. Don't set mode-line-format directly.
16886 (Man-getpage-in-background): Don't reference woman-mode-line-format.
16887
16888 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
16889 string argument obsolete.
16890
16891 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
16892
16893 * textmodes/org.el (org-CUA-compatible): New option.
16894 (org-disputed-keys): New variable.
16895 (org-key): New function.
16896 (orgtbl-make-binding): Add docstring to the created function.
16897 (org-mode): Set paragraph start/separate regexps.
16898 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
16899 (org-archive-location, org-archive-mark-done)
16900 (org-archive-stamp-time): New options.
16901 (org-archive-subtree): New command.
16902 (org-fill-paragraph): New function.
16903 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
16904 (org-fake-empty-table-line): Function removed.
16905 (org-format-org-table-html): Do not create empty table lines at
16906 separator lines. Improved table header treatment.
16907 (org-link-format): New option.
16908 (org-make-link): New function.
16909 (org-insert-link, org-store-link): Use org-make-link.
16910 (org-open-file): Quote file name for shell command, to allow
16911 spaces in file names.
16912 (org-link-regexp): Fix bug with mailto link.
16913 (org-link-maybe-angles-regexp, org-protected-link-regexp):
16914 New constants.
16915 (org-export-as-html): Deal with the optional angles around a link.
16916 Better treatment of file: links.
16917 (org-open-at-point): Replace @{ and @} with < and >.
16918 (org-run-mode-hooks): Function removed.
16919 (org-agenda-mode): No longer use `org-run-mode-hooks'.
16920
16921 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
16922
16923 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
16924 MI command -data-list-register-values.
16925 (gdb-post-prompt): Indent properly.
16926
16927 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
16928
16929 * hilit-chg.el (highlight-changes-colors): Rename from
16930 `highlight-changes-colours'.
16931 (highlight-changes-colours): Keep as obsolete alias.
16932 (highlight-changes-face-list): Doc fix.
16933 (hilit-chg-make-list): Use `highlight-changes-colors'.
16934
16935 2005-06-12 Mark A. Hershberger <mah@everybody.org>
16936
16937 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
16938 defun-prompt-regexp.
16939
16940 2005-06-12 Eli Zaretskii <eliz@gnu.org>
16941
16942 * loadup.el: Don't say we are dumping under 2 names on windows-nt
16943 and cygwin.
16944
16945 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
16946 Don't use an old loaddefs.el, as in Makefile.in.
16947
16948 2005-06-12 Lute Kamstra <lute@gnu.org>
16949
16950 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
16951
16952 * man.el (Man-mode-map): Initialize it properly.
16953 (Man-mode): Set mode-class property to special.
16954
16955 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
16956
16957 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
16958
16959 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
16960 A newline is needed in the docstring there.
16961
16962 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
16963 Doc fixes.
16964
16965 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16966
16967 * printing.el: Doc fix. The menubar is no more changed when printing
16968 is loaded, it only changes when pr-menu-bind or pr-update-menus is
16969 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
16970 (pr-version): New version number (6.8.4).
16971 (pr-menu-bind): New command.
16972 (pr-update-menus): Docstring and code fix.
16973 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
16974 Docstring fix.
16975 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
16976 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
16977
16978 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
16979
16980 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
16981 "Returns" to "return", document useful return values, etc.
16982
16983 2005-06-11 Alan Mackenzie <acm@muc.de>
16984
16985 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
16986 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
16987 (adaptive-file-function): Minor amendment to doc-string.
16988
16989 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
16990
16991 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
16992 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
16993 Fix :type--it is `integer', not `string'.
16994
16995 * faces.el (modeline-highlight): Rename from (the erroneous)
16996 `modeline-higilight'.
16997
16998 2005-06-11 Lute Kamstra <lute@gnu.org>
16999
17000 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
17001 lisp-interaction-mode-map but make it the parent.
17002 (edebug-eval-mode): Use define-derived-mode.
17003
17004 2005-06-11 Andreas Schwab <schwab@suse.de>
17005
17006 * bindings.el: Add binding of `ESC functionkey' for every
17007 `M-functionkey'.
17008 * hexl.el (hexl-mode-map): Likewise.
17009
17010 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
17011
17012 * progmodes/compile.el (compilation-error-regexp-alist-alist)
17013 [msft]: update regexp for newer msft compilers.
17014
17015 2005-06-10 Mark A. Hershberger <mah@everybody.org>
17016
17017 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
17018 ATTLIST portions of included DTDs.
17019 (xml-parse-dtd): Eliminate use of inefficient match-data.
17020
17021 2005-06-10 Miles Bader <miles@gnu.org>
17022
17023 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
17024 (mpuz-text): Remove "-face" suffix from face names.
17025 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
17026 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
17027 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
17028
17029 * play/gomoku.el (gomoku-O, gomoku-X):
17030 Remove "-face" suffix from face names.
17031 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
17032 New backward-compatibility aliases for renamed faces.
17033 (gomoku-font-lock-keywords): Use renamed gomoku faces.
17034
17035 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
17036
17037 * thumbs.el: Fixes for changes of 2005-06-09.
17038 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
17039 as a directory.
17040 (thumbs-thumbname): Remove directory separator from format string;
17041 `thumbs-thumbsdir' now returns a valid directory name.
17042 (thumbs-temp-dir): New defsubst.
17043 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
17044 Use it.
17045
17046 * cus-edit.el (minibuffer):
17047 * files.el (make-backup-file-name-function):
17048 * filesets.el (filesets-external-viewers):
17049 * hilit-chg.el (highlight-changes-colours)
17050 (highlight-changes-face-list, highlight-changes-rotate-faces):
17051 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
17052 * kmacro.el (kmacro-call-macro):
17053 * log-edit.el (log-edit-changelog-full-paragraphs):
17054 * mouse.el (mouse-1-click-follows-link):
17055 * skeleton.el (skeleton-autowrap):
17056 * subr.el (insert-for-yank-1):
17057 * tempo.el (tempo-insert-region):
17058 * terminal.el (terminal-emulator):
17059 * time.el (display-time-mail-face):
17060 * vc.el (vc-annotate):
17061 * vcursor.el (vcursor-copy-line):
17062 * woman.el (woman-bold-headings, woman-ignore)
17063 (woman-default-faces, woman-monochrome-faces):
17064 * calendar/todo-mode.el (todo-insert-threshold):
17065 * emulation/pc-select.el (pc-select-selection-keys-only)
17066 (pc-selection-mode):
17067 * emulation/vip.el (vip-find-char-forward):
17068 * emulation/viper-cmd.el (viper-find-char-forward):
17069 * international/mule-cmds.el
17070 (select-safe-coding-system-accept-default-p)
17071 (input-method-exit-on-invalid-key):
17072 * international/mule-diag.el (describe-coding-system):
17073 * international/ucs-tables.el (unify-8859-on-encoding-mode):
17074 * net/browse-url.el (browse-url-xterm-program):
17075 * obsolete/lazy-lock.el (lazy-lock-mode):
17076 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
17077 (cperl-mode):
17078 * progmodes/cpp.el (cpp-face-light-name-list)
17079 (cpp-face-dark-name-list):
17080 * progmodes/delphi.el (delphi-newline-always-indents):
17081 Fix spellings in docstrings.
17082
17083 * ido.el (ido-mode, ido-file-extensions-order)
17084 (ido-default-file-method, ido-default-buffer-method)
17085 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
17086 (ido-decorations, ido-read-file-name-as-directory-commands)
17087 (ido-read-file-name-non-ido, ido-work-directory-list)
17088 (ido-ignore-item-temp-list, ido-current-directory)
17089 (ido-magic-forward-char, ido-enter-find-file)
17090 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
17091 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
17092
17093 2005-06-10 Lute Kamstra <lute@gnu.org>
17094
17095 * play/dunnet.el (dun-mode): Use define-derived-mode.
17096 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
17097 obsolete alias.
17098
17099 * play/doctor.el (doctor-mode-map): Remove defvar.
17100 (doctor-mode): Use define-derived-mode.
17101
17102 * mail/mspools.el (mspools-mode):
17103 * net/eudc-hotlist.el (eudc-hotlist-mode):
17104 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
17105
17106 2005-06-10 Miles Bader <miles@gnu.org>
17107
17108 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
17109 Remove "-face" suffix from face names.
17110 (flyspell-incorrect-face, flyspell-duplicate-face):
17111 New backward-compatibility aliases for renamed faces.
17112 (flyspell-mode-on, make-flyspell-overlay)
17113 (flyspell-highlight-incorrect-region)
17114 (flyspell-highlight-duplicate-region)
17115 (flyspell-display-next-corrections)
17116 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
17117
17118 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
17119 from face name.
17120 (texinfo-heading-face): New backward-compatibility alias for
17121 renamed face.
17122 (texinfo-heading-face): Use renamed texinfo-heading face.
17123
17124 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
17125 suffix from face names.
17126 (tex-math-face, tex-verbatim-face):
17127 New backward-compatibility aliases for renamed faces.
17128 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
17129 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
17130 literal face name.
17131
17132 * textmodes/table.el (table-cell): Remove "-face" suffix from face
17133 name.
17134 (table-cell-face): New backward-compatibility alias for renamed face.
17135 (table--put-cell-face-property, table--update-cell-face):
17136 Use renamed table-cell face.
17137
17138 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
17139 from face name.
17140 (sgml-namespace-face): New backward-compatibility alias for
17141 renamed face.
17142 (sgml-namespace-face): Use renamed sgml-namespace face.
17143
17144 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
17145 (org-level-4, org-level-5, org-level-6, org-level-7)
17146 (org-level-8, org-warning, org-headline-done)
17147 (org-deadline-announce, org-scheduled-today)
17148 (org-scheduled-previously, org-link, org-done, org-table)
17149 (org-time-grid): Remove "-face" suffix from face names.
17150 (org-level-1-face, org-level-2-face, org-level-3-face)
17151 (org-level-4-face, org-level-5-face, org-level-6-face)
17152 (org-level-7-face, org-level-8-face, org-warning-face)
17153 (org-headline-done-face, org-deadline-announce-face)
17154 (org-scheduled-today-face, org-scheduled-previously-face)
17155 (org-link-face, org-done-face, org-table-face)
17156 (org-time-grid-face):
17157 New backward-compatibility aliases for renamed faces.
17158 (org-level-faces, org-set-font-lock-defaults, org-timeline)
17159 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
17160 (org-agenda-get-timestamps, org-agenda-get-scheduled)
17161 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
17162
17163 * emulation/viper-init.el (viper-search, viper-replace-overlay)
17164 (viper-minibuffer-emacs, viper-minibuffer-insert)
17165 (viper-minibuffer-vi): Remove "-face" suffix from face names.
17166 (viper-search-face, viper-replace-overlay-face)
17167 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
17168 (viper-minibuffer-vi-face):
17169 New backward-compatibility aliases for renamed faces.
17170 (viper-search-face, viper-replace-overlay-face)
17171 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
17172 (viper-minibuffer-vi-face): Use renamed viper faces.
17173
17174 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
17175 Remove "-face" suffix from face names.
17176 (testcover-nohits-face, testcover-1value-face):
17177 New backward-compatibility aliases for renamed faces.
17178 (testcover-mark): Use renamed testcover faces.
17179
17180 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
17181 face name.
17182 (diary-button-face): New backward-compatibility alias for renamed face.
17183 (diary-entry): Use renamed diary-button face.
17184
17185 * calendar/calendar.el (diary, calendar-today, holiday)
17186 (mark-visible-calendar-date): Remove "-face" suffix from face names.
17187 (diary-face, calendar-today-face, holiday-face):
17188 New backward-compatibility aliases for renamed faces.
17189 (eval-after-load "facemenu", diary-entry-marker)
17190 (calendar-today-marker, calendar-holiday-marker, diary-face):
17191 Use renamed calendar faces.
17192
17193 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
17194 (compare-windows-face): New backward-compatibility alias for
17195 renamed face.
17196 (compare-windows-highlight): Use renamed compare-windows face.
17197
17198 * strokes.el (strokes-char): Remove "-face" suffix from face name.
17199 (strokes-char-face): New backward-compatibility alias for renamed face.
17200 (strokes-encode-buffer): Use renamed strokes-char face.
17201
17202 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
17203 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
17204 Remove "-face" suffix from face names.
17205 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
17206 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
17207 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
17208 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
17209 Use renamed pcvs faces.
17210 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
17211 * pcvs-defs.el (cvs-mode-map): Likewise.
17212 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
17213
17214 * info.el (info-title-1, info-title-2, info-title-3)
17215 (info-title-4): Remove "-face" suffix from and downcase face names.
17216 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
17217 (Info-title-4-face):
17218 New backward-compatibility aliases for renamed faces.
17219 (Info-fontify-node): Use renamed info faces.
17220
17221 * hilit-chg.el (highlight-changes, highlight-changes-delete):
17222 Remove "-face" suffix from face names.
17223 (highlight-changes-face, highlight-changes-delete-face):
17224 New backward-compatibility aliases for renamed faces.
17225 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
17226 (hilit-chg-make-list): Use renamed highlight-changes faces.
17227
17228 * generic-x.el (show-tabs-tab, show-tabs-space):
17229 Remove "-face" suffix from face names.
17230 (show-tabs-tab-face, show-tabs-space-face):
17231 New backward-compatibility aliases for renamed faces.
17232 (show-tabs-generic-mode-font-lock-defaults-1)
17233 (show-tabs-generic-mode-font-lock-defaults-2):
17234 Use renamed show-tabs faces.
17235
17236 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
17237 (smerge-markers): Remove "-face" suffix from face names.
17238 (smerge-mine-face, smerge-other-face, smerge-base-face)
17239 (smerge-markers-face):
17240 New backward-compatibility aliases for renamed faces.
17241 (smerge-mine-face, smerge-other-face, smerge-base-face)
17242 (smerge-markers-face): Use renamed smerge faces.
17243
17244 * log-view.el (log-view-file, log-view-message): Remove "-face"
17245 suffix from face names.
17246 (log-view-file-face, log-view-message-face):
17247 New backward-compatibility aliases for renamed faces.
17248 (log-view-file-face, log-view-message-face): Use renamed log-view
17249 faces.
17250
17251 * paren.el (show-paren-match, show-paren-mismatch):
17252 Remove "-face" suffix from face names.
17253 (show-paren-match-face, show-paren-mismatch-face):
17254 New backward-compatibility aliases for renamed faces.
17255 (show-paren-function): Use renamed show-paren faces.
17256
17257 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
17258 (ruler-mode-margins, ruler-mode-fringes)
17259 (ruler-mode-column-number, ruler-mode-fill-column)
17260 (ruler-mode-comment-column, ruler-mode-goal-column)
17261 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
17262 suffix from face names.
17263 (ruler-mode-default-face, ruler-mode-pad-face)
17264 (ruler-mode-margins-face, ruler-mode-fringes-face)
17265 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
17266 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
17267 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
17268 New backward-compatibility aliases for renamed faces.
17269 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
17270 (ruler-mode-column-number, ruler-mode-fill-column)
17271 (ruler-mode-comment-column, ruler-mode-goal-column)
17272 (ruler-mode-tab-stop, ruler-mode-current-column)
17273 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
17274 faces.
17275
17276 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
17277 face name.
17278 (whitespace-highlight-the-space): Use renamed face.
17279 (whitespace-highlight-face): New backward-compatibility alias for
17280 renamed face.
17281
17282 * woman.el (woman-italic, woman-bold, woman-unknown)
17283 (woman-addition, woman-symbol-face):
17284 Remove "-face" suffix from face names.
17285 (woman-italic-face, woman-bold-face, woman-unknown-face)
17286 (woman-addition-face):
17287 New backward-compatibility aliases for renamed faces.
17288 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
17289 (woman-decode-region, woman-replace-match)
17290 (woman-display-extended-fonts, woman-special-characters)
17291 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
17292 Use renamed woman faces.
17293
17294 * longlines.el (longlines-visible-face): Face removed.
17295
17296 * diff-mode.el (diff-header, diff-file-header, diff-index)
17297 (diff-hunk-header, diff-removed, diff-added, diff-changed)
17298 (diff-function, diff-context, diff-nonexistent): Remove "-face"
17299 suffix from face names.
17300 (diff-header-face, diff-file-header-face, diff-index-face)
17301 (diff-hunk-header-face, diff-removed-face, diff-added-face)
17302 (diff-changed-face, diff-function-face, diff-context-face)
17303 (diff-nonexistent-face): New backward-compatibility aliases for
17304 renamed faces.
17305 (diff-header-face, diff-file-header-face)
17306 (diff-index, diff-index-face, diff-hunk-header)
17307 (diff-hunk-header-face, diff-removed, diff-removed-face)
17308 (diff-added, diff-added-face, diff-changed-face, diff-function)
17309 (diff-function-face, diff-context-face, diff-nonexistent)
17310 (diff-nonexistent-face): Use renamed diff-mode faces.
17311
17312 * progmodes/compile.el (compilation-warning-face)
17313 (compilation-info-face): Remove "-face" suffix from face names.
17314 (compilation-warning-face, compilation-info-face):
17315 New backward-compatibility aliases for renamed faces.
17316 (compilation-warning-face, compilation-info-face):
17317 Use renamed compilation faces.
17318
17319 * add-log.el (change-log-date, change-log-name)
17320 (change-log-email, change-log-file, change-log-list)
17321 (change-log-conditionals, change-log-function)
17322 (change-log-acknowledgement): Remove "-face" suffix from face names.
17323 (change-log-date-face, change-log-name-face)
17324 (change-log-email-face, change-log-file-face)
17325 (change-log-list-face, change-log-conditionals-face)
17326 (change-log-function-face, change-log-acknowledgement-face):
17327 New backward-compatibility aliases for renamed faces.
17328 (change-log-font-lock-keywords): Use renamed change-log faces.
17329
17330 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
17331 (custom-set, custom-changed, custom-saved, custom-button)
17332 (custom-button-pressed, custom-documentation, custom-state)
17333 (custom-comment, custom-comment-tag, custom-variable-tag)
17334 (custom-variable-button, custom-face-tag, custom-group-tag-1)
17335 (custom-group-tag): Remove "-face" suffix from face names.
17336 (custom-magic-alist, custom-magic-value-create)
17337 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
17338 (custom-invalid-face, custom-rogue-face, custom-modified-face)
17339 (custom-set-face, custom-changed-face, custom-saved-face)
17340 (custom-button-face, custom-button-pressed-face)
17341 (custom-documentation-face, custom-state-face)
17342 (custom-comment-face, custom-comment-tag-face)
17343 (custom-variable-tag-face, custom-variable-button-face)
17344 (custom-face-tag-face, custom-group-tag-face-1)
17345 (custom-group-tag-face):
17346 New backward-compatibility aliases for renamed faces.
17347
17348 * wid-edit.el (widget-documentation, widget-button)
17349 (widget-field, widget-single-line-field, widget-inactive)
17350 (widget-button-pressed): "-face" suffix removed from face names.
17351 (widget-documentation-face, widget-button-face)
17352 (widget-field-face, widget-single-line-field-face)
17353 (widget-inactive-face, widget-button-pressed-face):
17354 New backward-compatibility aliases for renamed faces.
17355 (widget-documentation-face, widget-button-face)
17356 (widget-button-pressed-face, widget-specify-field)
17357 (widget-specify-inactive): Use renamed widget faces.
17358
17359 2005-06-10 Kenichi Handa <handa@m17n.org>
17360
17361 * term/x-win.el (x-clipboard-yank): Remove condition-case
17362 wrapping.
17363
17364 2005-06-11 Kenichi Handa <handa@m17n.org>
17365
17366 * add-log.el (change-log-font-lock-keywords): Make the regexp for
17367 date lines stricter.
17368
17369 2005-06-10 Zhang Wei <id.brep@gmail.com>
17370
17371 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
17372 of x-get-selection.
17373
17374 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
17375
17376 * comint.el (comint-mode, comint-snapshot-last-prompt):
17377 * frame.el (frame-current-scroll-bars):
17378 * term.el (term-mode, term-check-proc, term-input-sender)
17379 (term-simple-send, term-extract-string, term-word)
17380 (term-match-partial-filename):
17381 * window.el (window-current-scroll-bars):
17382 * emulation/cua-base.el (cua-normal-cursor-color)
17383 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
17384 (cua-global-mark-cursor-color):
17385 * mail/undigest.el (rmail-forward-separator-regex):
17386 Fix typos in docstrings.
17387
17388 * comint.el (comint-check-proc, make-comint-in-buffer)
17389 (comint-source-default): Doc fixes.
17390
17391 * term.el (term-send-string): Improve argument/docstring consistency.
17392
17393 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
17394
17395 * comint.el (comint-send-input): Bind `inhibit-read-only' around
17396 call to `delete-region'.
17397 (comint-mode-hook): Do not enable Font Lock by default.
17398
17399 2005-06-09 Lute Kamstra <lute@gnu.org>
17400
17401 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
17402 could be void.
17403
17404 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
17405
17406 * emacs-lisp/debug.el (debugger-will-be-back): New var.
17407 (debug): Use it.
17408 (debugger-step-through, debugger-continue, debugger-jump)
17409 (debugger-return-value): Set it when needed.
17410 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
17411 Use inhibit-read-only.
17412
17413 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
17414
17415 * window.el (shrink-window-if-larger-than-buffer)
17416 (window-size-fixed): Fix typo in docstring.
17417
17418 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
17419 thumbnails directory on loading.
17420 (thumbs-conversion-program): Use `eq' to check the system type,
17421 not `equal'.
17422 (thumbs-temp-dir): Initialize to `temporary-file-directory',
17423 not "/tmp". Fix docstring.
17424 (thumbs-thumbsdir): New function to return the thumbnails
17425 directory, creating it if needed.
17426 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
17427 (thumbs-temp-file): Delete variable and make it into a function.
17428 (thumbs-resize-image, thumbs-modify-image): Use it.
17429 (thumbs-kill-buffer): Simplify.
17430 (thumbs-gensym): Defalias or duplicate CL `gensym'.
17431 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
17432 docstrings.
17433
17434 2005-06-09 Kim F. Storm <storm@cua.dk>
17435
17436 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
17437 set-match-data to free markers in match-data.
17438
17439 * replace.el (replace-match-data): Pass RESEAT arg `t' to
17440 match-data to unchain markers in match-data.
17441
17442 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
17443
17444 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
17445 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
17446 unnecessary now.
17447
17448 2005-06-08 Richard M. Stallman <rms@gnu.org>
17449
17450 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
17451 give the variable a doc string that doesn't say don't set it directly.
17452
17453 * textmodes/ispell.el (ispell-check-version):
17454 Use match-string-no-properties.
17455 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
17456 (ispell-buffer-local-words): Likewise.
17457
17458 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
17459 except on terminals with enough colors to really display it.
17460 (makefile-dependency-regex): Delete spurious `bb'.
17461
17462 * faces.el (escape-glyph): Use blue once again in last case.
17463 (no-break-space): Redefine so that it isn't invisible on a tty.
17464
17465 2005-06-08 Kim F. Storm <storm@cua.dk>
17466
17467 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
17468 also when reading directory name.
17469
17470 2005-06-08 Lute Kamstra <lute@gnu.org>
17471
17472 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
17473 (flyspell-mode-line-string): Remove autoload cookie.
17474 (flyspell-mode): Remove defvar.
17475
17476 2005-06-07 Lute Kamstra <lute@gnu.org>
17477
17478 * textmodes/org.el (org-run-mode-hooks): New function.
17479 (org-agenda-mode): Use it.
17480
17481 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
17482
17483 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
17484
17485 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
17486
17487 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
17488
17489 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
17490
17491 * font-lock.el (font-lock-add-keywords): Doc fix.
17492
17493 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
17494
17495 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
17496 (tex-compile-default): In the absence of any history, use the order in
17497 tex-compile-alist to choose the preferred command.
17498 (tex-compile-commands): Reorder a bit.
17499
17500 * textmodes/flyspell.el (flyspell-auto-correct-binding)
17501 (flyspell-incorrect-face, flyspell-duplicate-face):
17502 Use (X)Emacs-agnostic code.
17503 (flyspell-mode-map): Don't overwrite at each load. Remove code
17504 redundant with the subsequent add-minor-mode. Merge Emacs and
17505 XEmacs code.
17506 (flyspell-word): Minor simplification.
17507 (flyspell-math-tex-command-p): Quieten the byte-compiler.
17508 (flyspell-external-point-words): Remove unused vars `size' and `start'.
17509 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
17510 Merge the corresponding Emacs code.
17511 (flyspell-correct-word, flyspell-xemacs-popup):
17512 Use flyspell-do-correct.
17513
17514 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
17515 a dedicated window.
17516
17517 * international/latexenc.el (latexenc-find-file-coding-system):
17518 Undo part of last patch, to turn off a compiler warning.
17519
17520 2005-06-06 Juri Linkov <juri@jurta.org>
17521
17522 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
17523 Rename `tmm-inactive-face' to `tmm-inactive'.
17524
17525 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
17526
17527 * iswitchb.el: Rename faces.
17528
17529 2005-06-06 Kim F. Storm <storm@cua.dk>
17530
17531 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
17532 (cua-global-mark): Remove -face suffix from face names.
17533
17534 * emulation/cua-gmrk.el (cua--init-global-mark):
17535 Remove cua-global-mark face setup.
17536
17537 2005-06-06 Richard M. Stallman <rms@gnu.org>
17538
17539 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
17540 just like other allowed characters.
17541 (makefile-match-dependency): Exclude leading and training whitespace
17542 from the range of regexp subexp 1.
17543 (makefile-macroassign-regex): Don't try to match the body,
17544 just the name of the macro being defined.
17545
17546 * info.el (Info-read-node-name-2): New function.
17547 (Info-read-node-name-1): Use that.
17548 Add a completion-base-size-function property.
17549
17550 * simple.el (completion-setup-function): Look for
17551 completion-base-size-function property of minibuffer-completion-table.
17552
17553 * files.el (locate-file-completion): Doc fix.
17554
17555 * printing.el: Don't call pr-update-menus; user must do that.
17556
17557 * emacs-lisp/debug.el (debugger-window): New variable.
17558 (debug): Use debugger-window if it is set and still alive.
17559 Record debugger-window for next entry.
17560
17561 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
17562
17563 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
17564
17565 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
17566 (hack-one-local-variable, hack-local-variables)
17567 (hack-local-variables-prop-line): Pass that arg.
17568
17569 2005-06-06 Kim F. Storm <storm@cua.dk>
17570
17571 * ido.el (ido-first-match, ido-only-match, ido-subdir)
17572 (ido-indicator): Remove -face suffix from face names.
17573
17574 2005-06-06 Juri Linkov <juri@jurta.org>
17575
17576 * font-lock.el (font-lock-regexp-backslash)
17577 (font-lock-regexp-backslash-construct): New faces.
17578 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
17579 after `('. Add `while-no-input' to control structures.
17580
17581 * faces.el (no-break-space, shadow): New faces.
17582 (escape-glyph): Use less loud colors pink2 and red4.
17583
17584 * diff-mode.el (diff-context-face)
17585 * dired.el (dired-ignored)
17586 * rfn-eshadow.el (file-name-shadow)
17587 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
17588
17589 * info.el (Info-title-1-face): Use green instead of yellow because
17590 bold yellow is not readable on light backgrounds.
17591
17592 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
17593 before selecting the desired mode to not spend time fontifying
17594 old contents.
17595
17596 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
17597
17598 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
17599 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
17600
17601 * ps-print.el (ps-default-fg, ps-default-bg):
17602 Fix typos in docstrings.
17603
17604 * isearchb.el (isearchb): Don't pass a spurious second argument to
17605 `iswitchb-completions'.
17606
17607 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
17608
17609 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
17610 to preserve point.
17611 (gdb-find-file-hook): Add doc string.
17612
17613 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
17614 C dereferenced pointer expression.
17615 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
17616
17617 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
17618
17619 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
17620 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
17621 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
17622 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
17623 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
17624 Make background transparent.
17625
17626 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
17627
17628 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
17629 (font-lock-remove-keywords): Doc fix.
17630 (font-lock-mode-major-mode): Compiler defvar.
17631 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
17632
17633 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
17634 (font-lock-mode): Update `font-lock-mode-major-mode'.
17635 (font-lock-set-defaults): Compiler defvar.
17636 (font-lock-default-function): Take `font-lock-mode-major-mode'
17637 into account.
17638
17639 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
17640 keep track of which major mode it enabled the minor mode for.
17641 Use find-file-hook again. Update docstring.
17642
17643 * simple.el (eval-expression-print-level)
17644 (eval-expression-print-length, eval-expression-debug-on-error):
17645 Doc fixes.
17646
17647 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
17648
17649 * iswitchb.el (iswitchb-single-match-face)
17650 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
17651 (iswitchb-invalid-regexp-face): New faces.
17652 (iswitchb-completions): Use them.
17653 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
17654 now marked as an obsolete alias.
17655 (iswitchb-read-buffer): Remove check for bound font variables.
17656 (iswitchb-invalid-regexp): New free variable.
17657 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
17658 set iswitchb-invalid-regexp.
17659 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
17660 invalid regexps.
17661 (iswitchb-completions): Add check for complete match when entering
17662 a regexp.
17663 (iswitchb-completions): Remove require-match argument.
17664 (iswitchb-exhibit): Fix caller.
17665 (iswitchb-common-match-inserted): New variable.
17666 (iswitchb-complete, iswitchb-completion-help): Use it.
17667
17668 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
17669
17670 * url-http.el (url-http-chunked-encoding-after-change-function):
17671 Use `url-http-debug' instead of `message'.
17672
17673 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
17674
17675 * url-http.el (url-http-parse-headers): Pass redirected URL as a
17676 callback argument.
17677
17678 2005-06-04 Kim F. Storm <storm@cua.dk>
17679
17680 * simple.el (line-move): Only call sit-for when moving backwards.
17681
17682 * ido.el (ido-make-merged-file-list-1): New defun split from
17683 ido-make-merged-file-list.
17684 (ido-make-merged-file-list): Bind throw-on-input around call to
17685 ido-make-merged-file-list-1. Return input-pending-p if
17686 interrupted by more input available.
17687 (ido-read-internal): Handle input-pending-p return value from
17688 ido-make-merged-file-list.
17689
17690 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
17691
17692 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
17693 compatibility code.
17694
17695 * international/latexenc.el (latexenc-find-file-coding-system):
17696 Don't inherit the EOL part of the coding-system from the
17697 tex-main buffer. Fit within 80 columns.
17698
17699 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
17700
17701 * tmm.el (tmm-inactive-face): New face.
17702 (tmm-remove-inactive-mouse-face): New function.
17703 (tmm-prompt, tmm-add-one-shortcut)
17704 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
17705 but not selectable.
17706
17707 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
17708
17709 * faces.el (face-equal): Improve argument/docstring consistency.
17710
17711 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
17712
17713 * progmodes/make-mode.el (makefile-targets-face)
17714 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
17715 (makefile-bsdmake-dependency-regex)
17716 (makefile-makepp-rule-action-regex)
17717 (makefile-bsdmake-rule-action-regex): New constants.
17718 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
17719
17720 * progmodes/compile.el (compilation-error-regexp-alist-alist):
17721 Allow (...) within `...' for makepp messages.
17722
17723 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
17724
17725 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
17726
17727 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
17728 "." files are deleted from all file lists before comparison.
17729
17730 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
17731 (viper-ESC-key): Made them customizable.
17732
17733 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
17734
17735 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
17736
17737 * autorevert.el (auto-revert-buffers): Use save-match-data.
17738
17739 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
17740
17741 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
17742 menu items with a nil command binding.
17743
17744 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
17745
17746 * emacs-lisp/cl-macs.el (defsetf):
17747 Improve argument/docstring consistency.
17748
17749 * faces.el (list-faces-display): Improve the formatting by
17750 computing the maximum length required for any face-name (reworked
17751 patch of 1999-01-11, accidentally deleted on 1999-07-21).
17752 (internal-find-face): Remove redundant info in docstring.
17753
17754 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
17755
17756 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
17757 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
17758 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
17759 (gdb-assembler-custom): Improve regexps.
17760 (def-gdb-auto-update-handler): Use window point to preserve point.
17761
17762 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
17763
17764 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
17765
17766 2005-05-31 Jay Belanger <belanger@truman.edu>
17767
17768 * calc/calc-embed.el (calc-embedded-word): Change argument passed
17769 to calc-embedded.
17770 (calc-embedded-make-info): Have plain prefix argument select
17771 entire line.
17772
17773 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
17774
17775 * faces.el (list-faces-display): Signal error if passed a regexp
17776 that matches no face name.
17777
17778 * simple.el (filter-buffer-substring): Fix typo in docstring.
17779
17780 2005-05-31 Richard M. Stallman <rms@gnu.org>
17781
17782 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
17783 (vhdl-emacs-21): Doc fix.
17784 (vhdl-mode): Unconditionally set comment-padding.
17785 (vhdl-fixup-whitespace-region): Insert spaces only where
17786 there are none.
17787 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
17788
17789 2005-05-30 John Wiegley <johnw@newartisans.com>
17790
17791 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
17792 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
17793 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
17794 `directory-sep-char' to ?/, and all uses of `string-to-int' to
17795 `string-to-number'.
17796
17797 2005-05-30 Jay Belanger <belanger@truman.edu>
17798
17799 * calc/calc.el (calc-bug-address): Fix docstring.
17800 (calc-window-hook, calc-trail-window-hook): New variables.
17801 (calc-trail-display): Restore use of calc-trail-window-hook.
17802 (calc): Restore use of calc-window-hook.
17803
17804 2005-05-31 Masatake YAMATO <jet@gyve.org>
17805
17806 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
17807
17808 * help-fns.el (help-C-file-name): Add autoload mark for
17809 `find-function-noselect'.
17810
17811 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
17812
17813 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
17814 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
17815
17816 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
17817
17818 * calendar/diary-lib.el (mark-included-diary-files): Only kill
17819 included diary buffer if it was not already being visited.
17820 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
17821
17822 * calendar/icalendar.el (top-level): Do not require appt.
17823
17824 * mail/supercite.el (sc-select-attribution): Only use a list
17825 element from sc-attrib-selection-list if it returns a string.
17826 Reported by Davide G. M. Salvetti <salve@debian.org>.
17827
17828 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
17829
17830 * thumbs.el (thumbs-thumbname): The resulting thumbname now
17831 includes a hash value to improve its uniqueness, and has a ".jpg"
17832 extension. Also, it is now a valid filename on all systems.
17833 (thumbs-make-thumb): Use `let', not `let*'.
17834 (thumbs-show-thumbs-list): Check for JPEG availability.
17835
17836 2005-05-30 Richard M. Stallman <rms@gnu.org>
17837
17838 * filesets.el (filesets-menu-ensure-use-cached):
17839 Prevent warning when emacs-version>= is undefined.
17840
17841 * printing.el (pr-interactive-n-up): Use string-to-number.
17842
17843 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
17844
17845 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
17846 Warn only when name to be defined is quoted.
17847
17848 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
17849
17850 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
17851 Make regexp more robust.
17852 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
17853 Force regeneration of disassembly.
17854
17855 2005-05-29 Jay Belanger <belanger@truman.edu>
17856
17857 * calc/calc.el (calc-user-invocation): Check if
17858 calc-invocation-macro is non-nil.
17859
17860 2005-05-29 Juri Linkov <juri@jurta.org>
17861
17862 * add-log.el (change-log-font-lock-keywords):
17863 Add `+' to e-mail regexp to accept mail address with keywords.
17864
17865 * man.el (Man-name-regexp): Add `:' to accept qualified names.
17866
17867 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
17868
17869 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
17870
17871 * ielm.el (inferior-emacs-lisp-mode): Ditto.
17872
17873 2005-05-29 Richard M. Stallman <rms@gnu.org>
17874
17875 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
17876 Undo the change that moves to end of the current word.
17877
17878 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
17879
17880 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
17881 Throw error when count <= 0 to ensure input is a number.
17882 (gdb-read-memory-custom): Pick up address from buffer.
17883 (gdb-memory-mode): Allow user to increment and decrement
17884 memory address from header line.
17885
17886 2005-05-29 Richard M. Stallman <rms@gnu.org>
17887
17888 * flyspell.el (flyspell-version): Function deleted.
17889 (flyspell-auto-correct-previous-hook): Doc fix.
17890
17891 * jit-lock.el (jit-lock-function, jit-lock-after-change):
17892 Do nothing if memory is full.
17893
17894 * font-lock.el (font-lock-fontify-syntactically-region):
17895 Pass t for GREEDY to looking-back.
17896
17897 * saveplace.el (save-place-alist-to-file): Write the file
17898 using write-region.
17899
17900 * subr.el (looking-back): New argument GREEDY.
17901
17902 * progmodes/compile.el (compilation-start): Set the mode
17903 before inserting the initial text.
17904
17905 * progmodes/which-func.el (which-func-update-1): Turn the mode
17906 off in case of error by setting which-func-mode.
17907
17908 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
17909
17910 * flyspell.el (flyspell-auto-correct-previous-word):
17911 Narrow down to what's on the screen, and recenter overlays
17912 at the end of the next word.
17913
17914 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
17915
17916 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
17917 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
17918 (flyspell-abbrev-p): Default to nil.
17919 (flyspell-use-global-abbrev-table-p): Doc fix.
17920 (flyspell-large-region): Allow nil as value.
17921 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
17922
17923 (mail-mode-flyspell-verify): More robust handling
17924 of `mail-header-separator'. More efficient signature detection.
17925 Allow for regexp metacharacters in message-header-separator.
17926 Adding `To' not to be checked in mail-mode-flyspell-verify.
17927
17928 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
17929 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
17930 Bind flyspell-auto-correct-binding.
17931 Bind C-. and C-, .
17932 (flyspell-mode-map): Likewise.
17933 (flyspell-mode): Doc fix.
17934 (flyspell-accept-buffer-local-defs): Preserve current buffer.
17935 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
17936 (flyspell-word-cache-result): New var, always local.
17937 (flyspell-check-pre-word-p): Doc fix.
17938 (flyspell-check-changed-word-p): Handle spc like newline.
17939 (flyspell-post-command-hook): Set flyspell-word-cache-result.
17940 (flyspell-word-search-backward, flyspell-word-search-forward):
17941 New functions.
17942 (flyspell-word): Return t if nothing to check.
17943 When parsing TeX code, check for after } or \.
17944 Use flyspell-word-search-backward to find previous word.
17945 Return nil if duplicated word.
17946 For word already checked, return same value as last time.
17947 Set flyspell-word-cache-result after checking.
17948 Don't clobber the return value.
17949 (flyspell-get-word): Major rewrite.
17950 (flyspell-external-point-words): New locals pword, pcount.
17951 Fix size used in progress message.
17952 Find the proper corresponding word in flyspell-large-region-buffer.
17953 (flyspell-region): Check for flyspell-large-region = nil.
17954 (flyspell-highlight-incorrect-region): Clean up overlays in region.
17955 (flyspell-auto-correct-word): Check that WORD is a cons.
17956 (flyspell-correct-word): Likewise.
17957
17958 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
17959
17960 * progmodes/make-mode.el (makefile-rule-action-regex)
17961 (makefile-macroassign-regex, makefile-makepp-mode)
17962 (makefile-bsdmake-mode): Continuation lines may be empty.
17963 Reported by Joshua Varner.
17964 (makefile-makepp-font-lock-keywords): Add $(stem).
17965
17966 2005-05-28 Karl Berry <karl@gnu.org>
17967
17968 * textmodes/tex-mode.el: Now that tex-send-command calls
17969 shell-quote-argument (2005-03-31 change), remove all calls to
17970 shell-quote-argument; they all end up invoking tex-send-command.
17971 The double quoting loses on filenames with non-safe characters,
17972 such as "@". Reported by Frederik Fouvry.
17973
17974 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
17975
17976 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
17977 about preserving point.
17978
17979 2005-05-27 Jay Belanger <belanger@truman.edu>
17980
17981 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
17982 Info-goto-node.
17983
17984 * calc/calc-embed.el (calc-embed-arg): New variable.
17985 (calc-do-embedded-activate, calc-embedded-activate-formula)
17986 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
17987 variable by new variable.
17988 (calc-embedded-make-info): Replace undeclared variable by new
17989 variable. When selecting region with positive prefix
17990 argument, use end of previous line instead of beginning of line.
17991
17992 * calc/calc-aent.el (calc-arg-values): Declare it.
17993
17994 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
17995 Declare them.
17996
17997 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
17998
17999 * calc/calc.el (calc-alg-map): Declare it.
18000
18001 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
18002
18003 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
18004
18005 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
18006 (gdb-registers-buffer, toggle-gdb-all-registers):
18007 Toggle display of floating point registers.
18008 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
18009
18010 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
18011 (toggle-gud-tooltip-dereference):
18012 Rename from gud-toggle-tooltip-dereference.
18013
18014 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
18015
18016 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
18017
18018 2005-05-27 Jay Belanger <belanger@truman.edu>
18019
18020 * calc/calc-prog.el (calc-kbd-report): Remove.
18021 (calc-kbd-query): Rewrite.
18022
18023 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
18024
18025 * image.el (image-library-alist): Move to image.c.
18026 (image-type-available-p): Doc fix.
18027
18028 2005-05-27 Lute Kamstra <lute@gnu.org>
18029
18030 * calc/calc.el (calc):
18031 * outline.el (outline-1, outline-2, outline-3, outline-4)
18032 (outline-5, outline-6, outline-7, outline-8):
18033 * textmodes/dns-mode.el (dns-mode):
18034 * textmodes/sgml-mode.el (sgml-namespace-face):
18035 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
18036 (tex-verbatim-face, tex-use-reftex):
18037 * textmodes/texinfo.el (texinfo-heading-face):
18038 Specify customization group.
18039
18040 * longlines.el: Don't require easy-mmode.
18041 (longlines-visible-face): Specify customization group.
18042
18043 2005-05-27 Kenichi Handa <handa@m17n.org>
18044
18045 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
18046 encoding table of windows-1251.
18047
18048 * international/ucs-tables.el (ucs-set-table-for-input):
18049 If translation-table-for-input of a coding system is a symbol, get
18050 its translation-table property.
18051
18052 * international/code-pages.el: Don't register a coding system into
18053 non-iso-charset-alist more than once.
18054 (cp-make-coding-system): Likewise.
18055
18056 2005-05-26 John Wiegley <johnw@newartisans.com>
18057
18058 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
18059 `eshell-resume-eval' is wrapped in a list, it indicates that the
18060 command was run asynchronously. In that case, unwrap the value
18061 before checking the delimiter value.
18062
18063 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
18064 character before a space at the end of a line is \, assume the space
18065 is part of the last argument rather than a final argument separator.
18066
18067 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
18068 is in use, and the target is `t' or `nil' (which are the most common
18069 values), don't assume that the symbol target is a buffer.
18070
18071 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
18072
18073 * calendar/calendar.el (calendar-mode-line-format):
18074 Use mode-line-highlight as mouse-face.
18075
18076 * time.el (display-time-string-forms, display-time-update):
18077 Use mode-line-highlight as mouse-face.
18078
18079 2005-05-26 Jay Belanger <belanger@truman.edu>
18080
18081 * calc/calc.el (calc-language-alist): Remove extra defvar.
18082
18083 2005-05-26 Lute Kamstra <lute@gnu.org>
18084
18085 * arc-mode.el (archive-mode):
18086 * bookmark.el (bookmark-read-annotation-mode)
18087 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
18088 * bs.el (bs-mode):
18089 * calc/calc-yank.el (calc-edit-mode):
18090 * calc/calc.el (calc-mode, calc-trail-mode):
18091 * calculator.el (calculator-mode):
18092 * chistory.el (command-history-mode):
18093 * comint.el:
18094 * cus-edit.el (custom-mode):
18095 * descr-text.el (describe-text-mode):
18096 * ebuff-menu.el (Electric-buffer-menu-mode):
18097 * ediff-util.el (ediff-mode):
18098 * emacs-lisp/re-builder.el (reb-mode):
18099 * emulation/vi.el (vi-mode-setup):
18100 * emulation/ws-mode.el (wordstar-mode):
18101 * eshell/esh-mode.el (eshell-mode):
18102 * forms.el (forms-mode):
18103 * help-mode.el (help-mode):
18104 * hexl.el (hexl-mode):
18105 * ibuffer.el (ibuffer-mode):
18106 * ielm.el (inferior-emacs-lisp-mode):
18107 * info.el (Info-mode, Info-edit-mode):
18108 * international/swedish.el:
18109 * ledit.el (ledit-from-lisp-mode):
18110 * locate.el (locate-mode):
18111 * mail/rmail.el (rmail-mode):
18112 * mail/rmailedit.el (rmail-edit-mode):
18113 * mail/rmailsum.el (rmail-summary-mode):
18114 * mail/supercite.el (sc-electric-mode):
18115 * net/eudc.el (eudc-mode):
18116 * net/quickurl.el (quickurl-list-mode):
18117 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
18118 * obsolete/ooutline.el (outline-mode):
18119 * obsolete/options.el (Edit-options-mode):
18120 * obsolete/rnews.el (news-mode):
18121 * obsolete/rnewspost.el (news-reply-mode):
18122 * play/5x5.el (5x5-mode):
18123 * play/decipher.el (decipher-mode, decipher-stats-mode):
18124 * play/gomoku.el (gomoku-mode):
18125 * play/snake.el (snake-mode):
18126 * play/solitaire.el (solitaire-mode):
18127 * play/tetris.el (tetris-mode):
18128 * progmodes/ada-mode.el (ada-mode):
18129 * progmodes/antlr-mode.el (antlr-mode):
18130 * progmodes/autoconf.el (autoconf-mode):
18131 * progmodes/dcl-mode.el (dcl-mode):
18132 * progmodes/delphi.el (delphi-mode):
18133 * progmodes/ebrowse.el (ebrowse-tree-mode)
18134 (ebrowse-electric-list-mode, ebrowse-member-mode)
18135 (ebrowse-electric-position-mode):
18136 * progmodes/f90.el (f90-mode):
18137 * progmodes/fortran.el (fortran-mode):
18138 * progmodes/icon.el (icon-mode):
18139 * progmodes/idlw-help.el (idlwave-help-mode):
18140 * progmodes/idlw-shell.el (idlwave-shell-mode):
18141 * progmodes/idlwave.el (idlwave-mode):
18142 * progmodes/inf-lisp.el (inferior-lisp-mode):
18143 * progmodes/m4-mode.el (m4-mode):
18144 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
18145 * progmodes/modula2.el (modula-2-mode):
18146 * progmodes/octave-inf.el (inferior-octave-mode):
18147 * progmodes/octave-mod.el (octave-mode):
18148 * progmodes/pascal.el (pascal-mode):
18149 * progmodes/sh-script.el (sh-mode):
18150 * progmodes/sql.el (sql-mode, sql-interactive-mode):
18151 * progmodes/vhdl-mode.el (vhdl-mode):
18152 * progmodes/xscheme.el (scheme-interaction-mode):
18153 * replace.el (occur-mode):
18154 * ses.el (ses-mode):
18155 * simple.el (completion-list-mode):
18156 * skeleton.el:
18157 * speedbar.el (speedbar-mode):
18158 * term.el (term-mode):
18159 * terminal.el (terminal-edit-mode):
18160 * textmodes/reftex-index.el (reftex-index-mode)
18161 (reftex-index-phrases-mode):
18162 * textmodes/reftex-sel.el (reftex-select-label-mode)
18163 (reftex-select-bib-mode):
18164 * textmodes/reftex-toc.el (reftex-toc-mode):
18165 * wdired.el (wdired-change-to-wdired-mode):
18166 * wid-browse.el (widget-browse-mode):
18167 Use run-mode-hooks.
18168
18169 * array.el (array-mode):
18170 * calendar/todo-mode.el (todo-mode):
18171 * man.el (Man-mode):
18172 * play/landmark.el (lm-mode):
18173 * play/mpuz.el (mpuz-mode):
18174 Use kill-all-local-variables and run-mode-hooks.
18175
18176 * subr.el (delay-mode-hooks): Specify indentation.
18177
18178 2005-05-26 Mark A. Hershberger <mah@everybody.org>
18179
18180 * xml.el (xml-substitute-special): Don't die for undefined xml
18181 entities.
18182
18183 2005-05-26 Jay Belanger <belanger@truman.edu>
18184
18185 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
18186 of nil.
18187
18188 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
18189
18190 * progmodes/gdb-ui.el (gdb-frame-address):
18191 Rename from gdb-current-address.
18192 (gdb-previous-frame-address): Rename from gdb-previous-address.
18193 (gdb-selected-frame): Rename from gdb-current-frame.
18194 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
18195 (gdb-frame-number): Rename from gdb-current-stack-level.
18196 (gdb-ann3): Match new mode-name for disassembly buffer.
18197 Extend initialization of variables.
18198 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
18199 (gdb-memory-mode): Use mouse-face in header line.
18200 (gdb-assembler-buffer-name): Call it disassembly and give frame
18201 in mode line.
18202 (gdb-source-spec-regexp, gdb-assembler-custom)
18203 (gdb-invalidate-assembler, gdb-frame-handler):
18204 Make robust to leading zeroes in address format.
18205
18206 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
18207
18208 * textmodes/org.el (org-mode): Use `define-derived-mode' to
18209 define `org-mode'.
18210 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
18211
18212 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
18213
18214 * log-edit.el (log-edit-changelog-entries): Distinguish between
18215 filenames like xfns.c and fns.c.
18216
18217 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
18218
18219 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
18220 point after reverting.
18221 (Buffer-menu-make-sort-button): Handle the case where
18222 `Buffer-menu-use-header-line' is nil.
18223
18224 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
18225
18226 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
18227 New funcs. In minibuffer-local-completion-map bind `]', `/'
18228 and `:' to them.
18229
18230 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
18231
18232 * startup.el (normal-top-level): Allow modification of load-path while
18233 we're iterating over it.
18234
18235 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
18236
18237 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
18238 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
18239 (thumbs-resize-interactive, thumbs-insert-image)
18240 (thumbs-insert-thumb, thumbs-dired-show-marked)
18241 (thumbs-find-image-at-point, thumbs-delete-images)
18242 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
18243 (thumbs-increment-image-size, thumbs-decrement-image-size):
18244 Fix typos in docstrings.
18245
18246 2005-05-24 Andre Spiegel <spiegel@gnu.org>
18247
18248 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
18249 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
18250 (cperl-mode): Use them.
18251
18252 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
18253
18254 * window.el (quit-window, shrink-window-if-larger-than-buffer):
18255 Doc fixes.
18256
18257 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
18258
18259 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
18260 Bind C-d to gdb-inferior-io-eof.
18261
18262 * dired.el (dired-dnd-popup-notice): Use message-box.
18263
18264 2005-05-23 Masatake YAMATO <jet@gyve.org>
18265
18266 * bindings.el (mode-line-major-mode-keymap):
18267 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
18268
18269 * faces.el (mode-line-highlight): New face.
18270
18271 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
18272 as mouse-face.
18273
18274 * bindings.el (top-level, help-echo, mode-line-modified)
18275 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
18276 as mouse-face.
18277
18278 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
18279
18280 * progmodes/cc-engine.el (c-guess-basic-syntax):
18281 Remove spurious call to `zerop'.
18282
18283 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
18284
18285 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
18286
18287 CC Mode update to 5.30.10:
18288
18289 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
18290 could go past the limit in decoration level 2, thereby causing
18291 errors during interactive fontification.
18292
18293 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
18294 the file is evaluated interactively.
18295
18296 * cc-engine.el (c-guess-basic-syntax): Handle operator
18297 declarations somewhat better in C++.
18298
18299 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
18300 make use of `run-mode-hooks' which has been added in Emacs 21.1.
18301 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
18302 (awk-mode): Use it.
18303 (make-local-hook): Suppress warning about obsoleteness.
18304
18305 * cc-engine.el, cc-align.el, cc-cmds.el
18306 (c-append-backslashes-forward, c-delete-backslashes-forward)
18307 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
18308 Compensate for return value from `forward-line' when it has moved
18309 but not to a different line due to eob.
18310
18311 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
18312 `objc-method-intro' and `objc-method-args-cont'.
18313
18314 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
18315
18316 CC Mode update to 5.30.10:
18317
18318 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
18319 in the copyright statement. Incidentally, change "along with GNU
18320 Emacs" to "along with this program" where it occurs.
18321
18322 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
18323 so that it is interactive, hence can be found by M-x awk-mode
18324 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
18325 <gmorris+emacs@ast.cam.ac.uk>.
18326
18327 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
18328 Mode's regexps.
18329
18330 2005-05-23 Kevin Ryde <user42@zip.com.au>
18331
18332 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
18333 c-parse-state, to avoid a lisp error (on bad code).
18334
18335 2005-05-23 Lute Kamstra <lute@gnu.org>
18336
18337 * subr.el (font-lock-defaults): Remove defvar as it's already
18338 defined in font-core.el.
18339
18340 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
18341
18342 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
18343
18344 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
18345 more general and work when GDB variable "print pretty" is on,
18346 as with Emacs, for example.
18347
18348 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
18349
18350 * font-core.el: Update comment.
18351
18352 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
18353 Use `after-change-major-mode-hook' instead of `find-file-hook'.
18354
18355 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
18356
18357 2005-05-22 Eli Zaretskii <eliz@gnu.org>
18358
18359 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
18360 and `yank-handler' in the doc strings.
18361
18362 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
18363
18364 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
18365
18366 2005-05-22 Richard M. Stallman <rms@gnu.org>
18367
18368 * help.el (describe-key): Move print-help-return-message call
18369 out of conditional.
18370
18371 * progmodes/etags.el (list-tags): Use with-no-warnings.
18372
18373 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
18374 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
18375 (starttls-extra-args, starttls-extra-arguments): Add defvars.
18376
18377 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
18378
18379 * language/viet-util.el (viet-viscii-nonascii-translation-table):
18380 Add defvar.
18381
18382 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
18383 Use defvar, not defconst.
18384
18385 * hexl.el (hexl-follow-line): Use with-no-warnings.
18386
18387 * emulation/tpu-extras.el: Use write-file-functions instead of
18388 write-file-hooks.
18389
18390 * dired.el (dired-font-lock-keywords): Fontify files with junk
18391 extensions even if marked by -F.
18392
18393 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
18394
18395 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
18396 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
18397 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
18398 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
18399 (concatenate, list-length, get*, getf, cl-remprop):
18400 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
18401 (etypecase, progv, lexical-let, lexical-let*)
18402 (multiple-value-bind, multiple-value-setq, shiftf):
18403 Improve argument/docstring consistency.
18404
18405 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
18406
18407 2005-05-22 Andre Spiegel <spiegel@gnu.org>
18408
18409 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
18410 doesn't exist.
18411
18412 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
18413 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
18414
18415 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
18416
18417 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
18418 already deleted variables: auto-fill-hook, blink-paren-hook,
18419 lisp-indent-hook, inhibit-local-variables, unread-command-event,
18420 suspend-hooks, comment-indent-hook, meta-flag,
18421 before-change-function, after-change-function,
18422 font-lock-doc-string-face.
18423
18424 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
18425
18426 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
18427
18428 2005-05-21 Eli Zaretskii <eliz@gnu.org>
18429
18430 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
18431 rmail-dont-reply-to.
18432
18433 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
18434
18435 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
18436 literal blank when splitting new-header-values.
18437
18438 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
18439
18440 * calendar/cal-menu.el (cal-menu-update): Add separator as a
18441 string so that tmm doesn't create a completion entry for it.
18442
18443 * textmodes/table.el (table-disable-menu): Ditto.
18444
18445 2005-05-21 Richard M. Stallman <rms@gnu.org>
18446
18447 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
18448
18449 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
18450
18451 * net/rcompile.el (remote-compile): Use compilation-start.
18452
18453 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
18454
18455 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
18456
18457 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
18458 Default to makefile-bsdmake-mode on BSD systems.
18459
18460 * imenu.el (imenu-generic-expression, imenu--generic-function'):
18461 REGEXP may also be a search function now. The part of doc-string
18462 for describing the structure was 95% identical to that of
18463 `imenu--generic-function'. Unify it there.
18464
18465 * progmodes/make-mode.el (makefile-imenu-generic-expression):
18466 Use function to find dependencies, because regexp alone is so complex,
18467 it easily goes into an endless loop.
18468 (makefile-makepp-mode): Also add submenu for Perl functions
18469 defined in the makefile.
18470 (makefile-bsdmake-mode): Special imenu-generic-expression no
18471 longer needed, due to function call.
18472 (makefile-match-dependency): Take BOUND into account when checking
18473 if we're through.
18474
18475 2005-05-20 Jay Belanger <belanger@truman.edu>
18476
18477 * calc/calc-units.el (calc-invalidate-units-table):
18478 Use inhibit-read-only.
18479 (math-build-units-table-buffer): Use view-mode.
18480
18481 2005-05-20 David Kastrup <dak@gnu.org>
18482
18483 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
18484 easy-menu-add is not a nop on Emacs; and clarify when to call it.
18485
18486 2005-05-20 Lute Kamstra <lute@gnu.org>
18487
18488 * diff-mode.el (diff-header-face, diff-file-header-face)
18489 (diff-index-face, diff-hunk-header-face, diff-removed-face)
18490 (diff-added-face, diff-changed-face, diff-function-face)
18491 (diff-context-face, diff-nonexistent-face): Put them in the
18492 diff-mode customization group.
18493
18494 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
18495
18496 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
18497
18498 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
18499
18500 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
18501 Minor regexp-optimization.
18502
18503 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
18504
18505 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
18506 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
18507 (org-agenda-add-time-grid-maybe): New function.
18508 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
18509 (org-table-create): `dotimes' instead of `mapcar'.
18510 (org-xor): Simplify implementation.
18511 (org-agenda): `inhibit-redisplay' turned on.
18512 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
18513 a consistent line after a state change.
18514 (org-agenda-remove-times-when-in-prefix): New option.
18515 (org-prefix-has-time): New variable.
18516 (org-parse-time-string): Optional argument NODEFAULT.
18517 (org-format-agenda-item): Parse items for time-of-day
18518 specifications and move these into the prefix if possible.
18519 (org-agenda-priority): Get current heading, not previous heading
18520 during agenda remote editing.
18521
18522 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
18523
18524 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
18525 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
18526 (remove-duplicates, delete-duplicates, substitute)
18527 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
18528 (nsubstitute-if-not, find, find-if, find-if-not, position)
18529 (position-if, position-if-not, count, count-if, count-if-not)
18530 (mismatch, search, sort*, stable-sort, merge, member*)
18531 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
18532 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
18533 (intersection, nintersection, set-difference, nset-difference)
18534 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
18535 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
18536 (nsublis, tree-equal): Improve argument/docstring consistency.
18537
18538 * subr.el (send-string, send-region): Remove obsolescence declaration.
18539 (window-dot, set-window-dot, read-input, show-buffer)
18540 (eval-current-buffer, string-to-int):
18541 Add release number to obsolescence declarations.
18542
18543 2005-05-19 Kim F. Storm <storm@cua.dk>
18544
18545 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
18546 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
18547
18548 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
18549
18550 * faces.el (list-faces-display): Make back button respect optional
18551 regexp arg.
18552
18553 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
18554
18555 * calculator.el (calculator-radix-grouping-mode)
18556 (calculator-radix-grouping-digits, calculator-displayer)
18557 (calculator-radix-grouping-separator, calculator-copy-displayer):
18558 * dabbrev.el (dabbrev-search-these-buffers-only):
18559 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
18560 (diff-advance-after-apply-hunk, diff-mode-hook)
18561 (diff-minor-mode-prefix):
18562 * imenu.el (imenu-use-popup-menu):
18563 * jit-lock.el (jit-lock-context-time):
18564 * newcomment.el (comment-fill-column, comment-column)
18565 (comment-style, comment-padding, comment-multi-line)
18566 (comment-empty-lines, comment-auto-fill-only-comments):
18567 * reveal.el (reveal-around-mark):
18568 * uniquify.el (uniquify-buffer-name-style)
18569 (uniquify-after-kill-buffer-p)
18570 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
18571 (uniquify-min-dir-content, uniquify-separator)
18572 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
18573 * w32-vars.el (w32-fixed-font-alist):
18574 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
18575 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
18576 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
18577 * progmodes/perl-mode.el (perl-indent-level)
18578 (perl-continued-statement-offset, perl-continued-brace-offset)
18579 (perl-brace-offset, perl-brace-imaginary-offset)
18580 (perl-label-offset, perl-indent-continued-arguments)
18581 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
18582 * progmodes/tcl.el (tcl-indent-level)
18583 (tcl-continued-indent-level, tcl-auto-newline)
18584 (tcl-tab-always-indent, tcl-electric-hash-style)
18585 (tcl-help-directory-list, tcl-use-smart-word-finder)
18586 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
18587 (inferior-tcl-source-command):
18588 * textmodes/fill.el (enable-kinsoku):
18589 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
18590 * textmodes/table.el (table-yank-handler):
18591 Specify missing group (and type, if simple) in defcustom.
18592
18593 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
18594
18595 * progmodes/compile.el (compilation-finish-function): Fix defvar.
18596
18597 2005-05-19 Richard M. Stallman <rms@gnu.org>
18598
18599 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
18600
18601 * subr.el (event-basic-type): Don't get an error.
18602 (left-fringe-p): Function deleted.
18603
18604 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
18605 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
18606
18607 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
18608 in recursive copy.
18609
18610 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
18611
18612 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
18613
18614 * emacs-lisp/bytecomp.el
18615 (byte-compile-file-form-custom-declare-variable):
18616 Call byte-compile-nogroup-warn if appropriate.
18617
18618 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
18619 (compilation-set-window): Don't call left-fringe-p; do it directly.
18620
18621 2005-05-19 Jay Belanger <belanger@truman.edu>
18622
18623 * calc/calc-graph.el (calc-graph-format-data): Make sure
18624 var-PlotRejects is bound before trying to check its value.
18625
18626 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
18627
18628 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
18629 definition of this variable from reftex-global.el to reftex.el,
18630 because it is needed in the menu.
18631
18632 2005-05-19 Lute Kamstra <lute@gnu.org>
18633
18634 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
18635 years are fixed. Don't insert a space after a dash.
18636
18637 2005-05-19 Kim F. Storm <storm@cua.dk>
18638
18639 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
18640
18641 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
18642
18643 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
18644 strings, because (eq ... ?\\) is fairly frequent.
18645
18646 * progmodes/make-mode.el (makefile-add-this-line-targets):
18647 Simplify and integrate into `makefile-pickup-targets'.
18648 (makefile-add-this-line-macro): Simplify and integrate into
18649 `makefile-pickup-macros.
18650 (makefile-pickup-filenames-as-targets): Simplify.
18651 (makefile-previous-dependency, makefile-match-dependency):
18652 Don't stumble over `::'.
18653
18654 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
18655
18656 * subr.el (post-command-idle-hook, post-command-idle-delay):
18657 Remove obsoletion of post-command-idle-hook and
18658 post-command-idle-delay.
18659
18660 * faces.el (list-faces-display): Provide button when describe-face
18661 is called to take user back to the list of faces.
18662
18663 * help-fns.el (describe-variable): Remove hyperlinks in a
18664 variable's value as these are quite frequently inappropriate.
18665
18666 * follow.el (follow-submit-feedback, follow-mode):
18667 Remove references to post-command-idle-hook.
18668
18669 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
18670
18671 * progmodes/make-mode.el (makefile-previous-dependency)
18672 (makefile-match-dependency): Check for := (and in bsd mode also
18673 !=) to give a better result, even when font-lock is not on.
18674
18675 2005-05-18 Jay Belanger <belanger@truman.edu>
18676
18677 * calc/calc-help.el (calc-s-prefix-help):
18678 Add `calc-copy-special-constant' to help string.
18679
18680 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
18681
18682 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
18683
18684 2005-05-18 Jay Belanger <belanger@truman.edu>
18685
18686 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
18687 in linear factors are in proper order.
18688
18689 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
18690
18691 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
18692 Support for jurabib.
18693
18694 * textmodes/reftex.el (featurep): Define aliases for overlay
18695 commands, for XEmacs compatibility, and use these aliases in
18696 overlay initializations.
18697 (reftex-highlight): Use `reftex-move-overlay'.
18698 (reftex-unhighlight): Use `reftex-delete-overlay'.
18699 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
18700 (reftex-access-search-path): Use `reftex-uniquify' instead of
18701 `reftex-uniq'
18702
18703 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
18704 `before-string' property modification enables for Emacs as well.
18705 (reftex-select-item): Use `reftex-delete-overlay'.
18706 (reftex-select-mark): Use `reftex-make-overlay' and
18707 `reftex-overlay-put'.
18708 (reftex-select-unmark): Use `reftex-delete-overlay' and
18709 `reftex-overlay-put'.
18710
18711 2005-05-18 Lute Kamstra <lute@gnu.org>
18712
18713 * emacs-lisp/lisp.el (check-parens): Fix docstring.
18714
18715 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
18716
18717 * add-log.el (add-change-log-entry):
18718 * array.el (array-make-template, array-reconfigure-rows)
18719 (array-init-max-row, array-init-max-column)
18720 (array-init-columns-per-line, array-init-field-width):
18721 * replace.el (replace-match-maybe-edit, perform-replace):
18722 * textmodes/spell.el (spell-region):
18723 Replace `read-input' by `read-string'.
18724
18725 * forms.el (forms-mode):
18726 * finder.el (finder-compile-keywords):
18727 * shadowfile.el (shadow-read-files):
18728 Replace `eval-current-buffer' by `eval-buffer'.
18729
18730 * terminal.el (te-pass-through):
18731 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
18732 (ange-ftp-raw-send-cmd):
18733 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
18734 (send-process-next-char, telnet-initial-filter, telnet):
18735 Replace `send-string' by `process-send-string'.
18736
18737 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
18738 (prolog-consult-region): Replace `send-string' by
18739 `process-send-string'; replace `send-region' by `process-send-region'.
18740
18741 * progmodes/delphi.el (delphi-log-msg):
18742 Replace `set-window-dot' by `set-window-point'.
18743
18744 * subr.el (window-dot, set-window-dot, read-input, send-string)
18745 (send-region, show-buffer, eval-current-buffer):
18746 Make really obsolete, as the comment says.
18747
18748 2005-05-17 Kim F. Storm <storm@cua.dk>
18749
18750 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
18751 (cua--init-keymaps): Bind C-return instead of S-return to set
18752 rectangle mark.
18753
18754 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
18755 instead of S-return to toggle/clear rectangle mark.
18756
18757 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
18758
18759 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
18760 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
18761 Also fontify plain strings assigned to variables, mostly so that a
18762 colon has a face and is thus not taken as a dependency separator.
18763 (makefile-previous-dependency): Inline the new matcher, because it
18764 is too complex to work in both directions.
18765 (makefile-match-dependency): Eliminate `backward' arg (see above).
18766 Completely reimplemented so as to not sometimes go into an endless
18767 loop. It should also be more efficient, because first it only
18768 searches for `:', instead of applying the very complex regexp.
18769 (makefile-mode): Cancel `font-lock-support-mode', because blocks
18770 to be fontified in one piece can be too long for JIT.
18771 Makefiles are never *that* big.
18772
18773 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
18774
18775 * dired.el (dired-mode): Simplify.
18776
18777 2005-05-17 Lute Kamstra <lute@gnu.org>
18778
18779 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
18780 defcustom for the mode hook variable.
18781
18782 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
18783 Emacs Lisp Reference Manual.
18784
18785 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
18786
18787 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
18788 (evenp, list*):
18789 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
18790 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
18791
18792 * net/tramp-smb.el (tramp-smb-open-connection):
18793 Pass `tramp-chunksize' as fifth (required) argument.
18794
18795 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
18796
18797 * font-lock.el (lisp-font-lock-keywords-1):
18798 Set `font-lock-negation-char-face' for [^...] char group.
18799 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
18800
18801 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
18802 a var, and refine it to mask one more level of nested vars.
18803 (makefile-rule-action-regex): Turn it into a var, and refine it so
18804 it recognizes backslashed continuation lines as belonging to the
18805 same command.
18806 (makefile-macroassign-regex): Refine it so it recognizes
18807 backslashed continuation lines as belonging to the same command.
18808 (makefile-var-use-regex): Don't look at the next char, because it
18809 might be the same one to be skipped by the initial [^$], leading
18810 to an overlooked variable use.
18811 (makefile-make-font-lock-keywords): Remove two parameters, which
18812 are now variables that some of the modes set locally.
18813 Handle dependency and rule action matching through functions, because
18814 regexps alone match too often. Dependency matching now comes
18815 last, so it can check, whether a colon already matched something else.
18816 (makefile-mode): Inform that font-lock improves makefile parsing
18817 capabilities.
18818 (makefile-match-dependency, makefile-match-action): New functions.
18819
18820 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
18821
18822 * emacs-lisp/cl-extra.el (equalp): Doc fix.
18823
18824 * align.el (align-regexp):
18825 * ansi-color.el (ansi-color-get-face):
18826 * array.el (array-reconfigure-rows, array-init-max-row)
18827 (array-init-max-column, array-init-columns-per-line)
18828 (array-init-field-width):
18829 * dired-aux.el (dired-trample-file-versions):
18830 * dired-x.el (dired-mark-sexp):
18831 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
18832 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
18833 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
18834 * faces.el (face-read-integer):
18835 * files.el (backup-extract-version, insert-directory):
18836 * hexl.el (hexl-insert-decimal-char):
18837 * server.el (server-process-filter):
18838 * shell.el (shell-extract-num):
18839 * startup.el (command-line-1):
18840 * term.el (term-command-hook):
18841 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
18842 (time-stamp-do-number):
18843 * time.el (display-time-update):
18844 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
18845 (timezone-fix-time):
18846 * vms-patch.el (vms-suspend-resume-hook):
18847 * calendar/appt.el (appt-convert-time):
18848 * calendar/cal-bahai.el (mark-bahai-diary-entries):
18849 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
18850 * calendar/cal-islam.el (mark-islamic-diary-entries):
18851 * calendar/calendar.el (calendar-cursor-to-date)
18852 (calendar-star-date):
18853 * calendar/diary-lib.el (diary-attrtype-convert)
18854 (mark-diary-entries, diary-entry-time):
18855 * calendar/solar.el (solar-get-number):
18856 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
18857 * emacs-lisp/re-builder.el (reb-display-subexp):
18858 * emulation/edt.el (edt-set-scroll-margins):
18859 * emulation/tpu-extras.el (tpu-set-scroll-margins):
18860 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
18861 (vip-get-ex-count):
18862 * emulation/viper-ex.el (viper-get-ex-token)
18863 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
18864 * international/fontset.el (fontset-plain-name):
18865 * mail/feedmail.el (feedmail-look-at-queue-directory):
18866 * mail/mailalias.el (mail-get-names):
18867 * mail/rmail.el (rmail-convert-to-babyl-format):
18868 * mail/rmailsum.el (rmail-make-basic-summary-line)
18869 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
18870 (rmail-summary-goto-msg):
18871 * mail/smtpmail.el (smtpmail-read-response):
18872 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
18873 (ange-ftp-vms-add-file-entry):
18874 * play/gametree.el (gametree-looking-at-ply)
18875 (gametree-current-branch-score):
18876 * progmodes/ada-xref.el (ada-prj-find-prj-file)
18877 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
18878 * progmodes/cperl-mode.el (condition-case):
18879 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
18880 (ebrowse-set-member-buffer-column-width)
18881 (ebrowse-select-1st-to-9nth):
18882 * progmodes/etags.el (etags-snarf-tag):
18883 * progmodes/flymake.el (flymake-parse-line):
18884 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
18885 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
18886 (idlwave-shell-menu-def):
18887 * progmodes/ps-mode.el (ps-run-goto-error):
18888 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
18889 (vhdl-speedbar-contract-level):
18890 * term/mac-win.el (x-handle-numeric-switch):
18891 * term/sun-mouse.el (sun-get-frame-data):
18892 * term/w32-win.el (x-handle-numeric-switch):
18893 * term/x-win.el (x-handle-numeric-switch):
18894 * textmodes/ispell.el (ispell-parse-output):
18895 * textmodes/nroff-mode.el (nroff-outline-level):
18896 * textmodes/reftex-cite.el (reftex-bib-sort-year)
18897 (reftex-bib-sort-year-reverse, reftex-format-citation):
18898 * textmodes/reftex-parse.el (reftex-init-section-numbers)
18899 (reftex-section-number):
18900 * textmodes/texinfmt.el (texinfo-paragraphindent):
18901 Replace `string-to-int' by `string-to-number'.
18902
18903 * international/latexenc.el: Add page marker to force the "Local
18904 Variables:" string out of the last page.
18905
18906 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
18907
18908 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
18909 tooltip-change-major-mode.
18910 (gud-tooltip-print-command): Remove case where gud-minor-mode
18911 is gdb ("--fullname").
18912 (gud-tooltip-tips): Turn GUD tooltips off for this case and
18913 explain to user.
18914
18915 2005-05-16 Jay Belanger <belanger@truman.edu>
18916
18917 * calc/calc-store.el (calc-copy-special-constant): New function.
18918
18919 * calc/calc-ext.el (calc-init-extensions): Add binding for
18920 `calc-copy-special-constant'.
18921
18922 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
18923 for the `calc-copy-special-constant' command.
18924
18925 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
18926
18927 * subr.el (left-fringe-p): New function.
18928
18929 * progmodes/compile.el (compilation-setup): Set local value of
18930 overlay-arrow-string to "" always.
18931 (compilation-set-window): Left fringe then don't scroll.
18932 No left fringe then no arrow and scroll message to top.
18933 (compilation-context-lines): Adjust doc string accordingly.
18934
18935 2005-05-16 Kim F. Storm <storm@cua.dk>
18936
18937 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
18938 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
18939 (ido-wide-find-dir-or-delete-dir): New command for M-d.
18940 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
18941 (ido-read-file-name): Handle commands with ido property value
18942 equal to find-file as reading a file name, to allow C-d to enter dired.
18943 (ibuffer-find-file): Add ido property with value find-file.
18944
18945 2005-05-15 Kim F. Storm <storm@cua.dk>
18946
18947 * subr.el (open-network-stream-nowait): Remove.
18948 (open-network-stream-server): Remove.
18949
18950 2005-05-15 Richard M. Stallman <rms@gnu.org>
18951
18952 * faces.el (describe-face): Output a definition link button.
18953
18954 * help-mode.el (help-face-def): New button type.
18955
18956 * emacs-lisp/copyright.el (copyright-fix-years):
18957 Match properly if the first year is 2-digit.
18958 Don't mess up the whitespace after the years by filling.
18959
18960 * dired-aux.el (dired-mark-confirm):
18961 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
18962
18963 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
18964 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
18965 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
18966
18967 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
18968 Set font-lock-comment-start-skip.
18969
18970 * font-lock.el (font-lock-comment-start-skip): New variable.
18971 (font-lock-comment-end-skip): New variable.
18972 (font-lock-fontify-syntactically-region): Use them if non-nil.
18973
18974 2005-05-15 Jay Belanger <belanger@truman.edu>
18975
18976 * calc/calc-store.el (calc-store-value): Return a string rather
18977 than display it as a message.
18978 Use calc-var-name for variable name.
18979 (calc-store-into): Add the result of calc-store-value to message.
18980 (calc-copy-variable): Add a message.
18981 (calc-store-exchange): Improve error messages.
18982 (calc-store-binary, calc-store-map): Don't reset the values of
18983 special constants.
18984
18985 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
18986
18987 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
18988 manual to docstring.
18989
18990 * files.el (hack-local-variables-confirm): Add STRING argument.
18991 Make the function handle non file visiting buffers correctly.
18992 (hack-local-variables-prop-line, hack-local-variables)
18993 (hack-one-local-variable): Use STRING arg of
18994 `hack-local-variables-confirm'.
18995
18996 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
18997
18998 Sync with Tramp 2.0.49.
18999
19000 * net/tramp.el (tramp-handle-dired-call-process)
19001 (tramp-handle-insert-directory):`insert-buffer' cannot be used
19002 because the contents of the Tramp buffer is changed before
19003 insertion (`expand-file' and alike).
19004 (tramp-handle-insert-directory): If `localname' has an empty
19005 nondirectory name, it must not be quoted.
19006 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
19007 variable `tramp-chunksize'. Change callees.
19008 (tramp-open-connection-setup-interactive-shell): Check remote host
19009 for buggy `send-process-string' implementation.
19010 Set `tramp-chunksize' if found. Reported by Michael Kifer
19011 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
19012 (tramp-handle-shell-command): `insert-buffer' cannot be used
19013 because the contents of the Tramp buffer is changed before
19014 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
19015 <frederic.bothamy@free.fr>.
19016 (tramp-set-auto-save): Actions should be done for Tramp file name
19017 handler only. Ange-FTP has its own auto-save mechanism.
19018 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
19019 (tramp-set-auto-save-file-modes): Set file modes of
19020 `buffer-auto-save-file-name' to ?\600 as fallback solution.
19021 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
19022 (tramp-bug): Remove obsolete variable.
19023 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
19024 for presence of `mml-mode'. Make it running for older Emacsen as well.
19025
19026 2005-05-14 John Paul Wallington <jpw@pobox.com>
19027
19028 * ibuf-ext.el (define-ibuffer-filter filename):
19029 If `dired-directory' is a list, use its car.
19030
19031 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
19032
19033 * ibuffer.el (define-ibuffer-column filename):
19034 If `dired-directory' is a list, use its car.
19035
19036 2005-05-14 Richard M. Stallman <rms@gnu.org>
19037
19038 * subr.el (symbol-file): Doc fix.
19039
19040 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
19041 (byte-compile-form): Call byte-compile-nogroup-warn.
19042 (byte-compile-warning-types): Doc fix.
19043
19044 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
19045
19046 * progmodes/cc-engine.el (c-literal-faces):
19047 Add font-lock-comment-delimiter-face.
19048
19049 * net/net-utils.el (dig): Use with-no-warnings.
19050
19051 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
19052 (sc-recite-frame-alist, sc-default-cite-frame)
19053 (sc-default-uncite-frame, sc-default-recite-frame)
19054 (sc-attrib-selection-list, sc-rewrite-header-list):
19055 Mark as risky-local-variable.
19056
19057 * international/ogonek.el (ogonek-jak, ogonek-how):
19058 Don't use beginning-of-buffer.
19059
19060 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
19061
19062 * calendar/solar.el (solar-data-list): Move definition up.
19063
19064 * dnd.el (dnd-protocol-alist): Add autoload.
19065
19066 * progmodes/sh-script.el: Many doc usage fixes.
19067 (sh-indent-after-do): Change default to match common styles.
19068
19069 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
19070
19071 * files.el (interpreter-mode-alist)
19072 (auto-mode-interpreter-regexp): Doc fixes.
19073
19074 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
19075
19076 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
19077
19078 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
19079
19080 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19081
19082 * dired.el (dired-mode): make-variable-buffer-local =>
19083 make-local-variable.
19084
19085 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19086
19087 * term/mac-win.el (mac-select-convert-to-string): Try coding
19088 systems in mac-script-code-coding-systems if specified one cannot
19089 encode string for `com.apple.traditional-mac-plain-text'.
19090
19091 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
19092
19093 * progmodes/make-mode.el (makefile-targets-face)
19094 (makefile-shell-face, makefile-makepp-perl-face): New faces.
19095 (makefile-dependency-regex): Fix it to not make the colon in
19096 $(var:a=b) special.
19097 (makefile-rule-action-regex): New regexp for highlighting embedded
19098 Shell strings.
19099 (makefile-macroassign-regex): Handle != for highlighting as
19100 embedded Shell strings.
19101 (makefile-var-use-regex): New const.
19102 (makefile-statements, makefile-automake-statements)
19103 (makefile-gmake-statements, makefile-makepp-statements)
19104 (makefile-bsdmake-statements): New consts.
19105 (makefile-make-font-lock-keywords): New function.
19106 (makefile-automake-font-lock-keywords)
19107 (makefile-gmake-font-lock-keywords)
19108 (makefile-makepp-font-lock-keywords)
19109 (makefile-bsdmake-font-lock-keywords): New consts.
19110 (makefile-mode-map): Add switchers between the various submodes.
19111 (makefile-mode): Document the availability of the variants.
19112 (makefile-automake-mode, makefile-gmake-mode)
19113 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
19114
19115 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
19116 new variants of makefile-mode.
19117
19118 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
19119
19120 * font-lock.el (font-lock-comment-delimiter-face): Fix up
19121 the inheritance.
19122
19123 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
19124
19125 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
19126 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
19127
19128 * files.el (normal-mode): Extend the scope of the
19129 `enable-local-variables' binding to include the `set-auto-mode' call.
19130 (magic-mode-alist): Doc fix.
19131
19132 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
19133
19134 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
19135 font-lock-comment-face rather than copying its setting.
19136
19137 2005-05-12 Andreas Schwab <schwab@suse.de>
19138
19139 * eshell/esh-mode.el (eshell-send-input): Doc fix.
19140
19141 2005-05-12 Lute Kamstra <lute@gnu.org>
19142
19143 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
19144 defcustom for the mode hook variable. Delete the last argument.
19145 * generic-x.el: Fix callers of define-generic-mode.
19146 (generic-x-modes): Delete group.
19147 (show-tabs-tab-face, show-tabs-space-face): Put them in the
19148 generic-x customization group.
19149
19150 2005-05-12 Kim F. Storm <storm@cua.dk>
19151
19152 * font-lock.el (font-lock-negation-char-face): Default to "off".
19153
19154 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
19155 font-lock-negation-char-face to ! in !=.
19156
19157 2005-05-12 Masatake YAMATO <jet@gyve.org>
19158
19159 * add-log.el (find-change-log): Fix typos in the docstring
19160 of function.
19161
19162 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
19163
19164 * international/latexenc.el (latexenc-find-file-coding-system):
19165 Avoid `re-search-forward' when looking for input encoding because
19166 of speed and safety. Better regular expressions for recognizing
19167 input encoding. Limit a search for TeX-master/tex-main-file to
19168 the local variable section.
19169
19170 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
19171
19172 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
19173 syntax of $ to "'" (quote).
19174
19175 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
19176
19177 * dnd.el (dnd-protocol-alist): Improve custom type.
19178
19179 * dired.el (dired-dnd-protocol-alist): New variable.
19180 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
19181 `dired-mode-hook' to the end.
19182
19183 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
19184
19185 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
19186 comment-end if comment-start-skip is not set.
19187 Obey the font-lock-comment-delimiter-face variables.
19188
19189 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
19190
19191 * files.el (executable-find): Move from executable.el. Use
19192 locate-file.
19193 * progmodes/executable.el (executable-find): Move to files.el.
19194
19195 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
19196 when trying to ensure forward progress.
19197
19198 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
19199
19200 * mouse-sel.el (mouse-sel-follow-link-p): New function.
19201 (mouse-select, mouse-select-internal, mouse-extend-internal):
19202 Use it to implement mouse-1-click-follows-link functionality.
19203
19204 2005-05-11 Richard M. Stallman <rms@gnu.org>
19205
19206 * font-lock.el (font-lock-fontify-syntactically-region):
19207 Use font-lock-comment-delimiter-face for comment delimiters.
19208
19209 2005-05-10 Jay Belanger <belanger@truman.edu>
19210
19211 * calc/calc-help.el (calc-m-prefix-help): Add mention of
19212 preserving embedded modes.
19213
19214 2005-05-10 Richard M. Stallman <rms@gnu.org>
19215
19216 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
19217
19218 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
19219 Move from ada-stmt.el.
19220 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
19221
19222 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
19223 Move to ada-mode.el.
19224 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
19225
19226 * cus-edit.el (custom-file): Call file-chase-links.
19227
19228 * files.el (read-directory-name): Fix previous change.
19229 (hack-local-variables-confirm): New function.
19230 (hack-local-variables-prop-line, hack-local-variables)
19231 (hack-one-local-variable): Use it.
19232
19233 2005-05-10 Lute Kamstra <lute@gnu.org>
19234
19235 * font-lock.el (font-lock-keywords-alist)
19236 (font-lock-removed-keywords-alist): Clarify docstrings.
19237
19238 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
19239
19240 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
19241 (gdb-source-info): Check for preprocessor info.
19242 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
19243 a macro for a function.
19244 (gdb-info-breakpoints-custom): Try to find file again if not already
19245 found (user might have used GDB dir command).
19246 (gdb-get-location): Update gdb-location-alist correctly for change
19247 to gdb-info-breakpoints-custom.
19248
19249 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
19250 (gud-tooltip-print-command): Add gdbmi case.
19251 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
19252 preprocessor info.
19253
19254 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
19255
19256 * startup.el (fancy-splash-insert): Fix typo in doc string.
19257
19258 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
19259
19260 * obsolete/float.el (string-to-float):
19261 * obsolete/hilit19.el (hilit-add-pattern):
19262 * obsolete/rnews.el (news-parse-range, news-select-message)
19263 (news-get-pruned-list-of-files): Replace `string-to-int' by
19264 `string-to-number'.
19265
19266 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
19267 `find-file-not-found-hooks'; use `add-hook'.
19268 (uncompress-while-visiting): Set `write-file-functions', not
19269 `write-file-hooks'; use `add-hook'.
19270
19271 2005-05-09 Kim F. Storm <storm@cua.dk>
19272
19273 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
19274 (cua-paste): Handle clipboard action.
19275 (cua--init-keymaps): Remap clipboard-kill-region and
19276 clipboard-kill-ring-save.
19277
19278 2005-05-08 Eli Zaretskii <eliz@gnu.org>
19279
19280 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
19281 Improve commentary.
19282
19283 * simple.el (next-error-overlay-arrow-position): Revert the change
19284 made on 2005-04-30.
19285
19286 2005-05-07 Jay Belanger <belanger@truman.edu>
19287
19288 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
19289 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
19290 `calc-sel-reselect'.
19291
19292 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
19293 Calc is in embedded mode.
19294
19295 2005-05-07 Eli Zaretskii <eliz@gnu.org>
19296
19297 * progmodes/compile.el (compilation-setup):
19298 Set overlay-arrow-string to an empty string on text terminals.
19299
19300 * textmodes/ispell.el (ispell-program-name): Try looking for
19301 "aspell" along exec-path, and if found, use it as the default
19302 speller program.
19303
19304 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
19305
19306 * international/mule.el (sgml-xml-auto-coding-function):
19307 Recognize encoding='FOO' in single quotes as well as in double quotes.
19308
19309 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
19310
19311 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
19312 as well as `interactive', so that defmacro* would recognize
19313 `declare' forms.
19314
19315 2005-05-07 Eli Zaretskii <eliz@gnu.org>
19316
19317 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
19318 Explain more about the LIGHTER arg's usage in the doc string.
19319 Add commentary to clarify what the code does. Fix the regexp that
19320 strips whitespace from LIGHTER. Quote LIGHTER before using it,
19321 since it could have characters special to regular expressions.
19322
19323 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
19324
19325 * replace.el (occur-1): Bind inhibit-read-only so that
19326 erase-buffer doesn't barf on read-only text properties (likewise
19327 for add-text-properties in occur-engine). Mark buffer as unmodified.
19328 (occur-engine): Don't set buffer-read-only here.
19329
19330 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
19331
19332 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
19333 list-buffers-directory. This caused the *cvs-commit* buffer to be
19334 sometimes mistakenly reused as a *cvs* buffer.
19335
19336 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
19337
19338 * tooltip.el: Move code for GUD tooltips into gud.el.
19339 (require): CL no longer needed to compile case.
19340 (tooltip-mode): Do not toggle functions for GUD tooltips.
19341 (tooltip-gud-tips-p): Remove. Replace with minor mode
19342 gud-tooltip-mode in gud.el.
19343 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
19344 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
19345 tooltip-gud prefix with gud-tooltip and obsolete.
19346 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
19347 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
19348 (tooltip-mouse-motion): Mouse movement functions/variable.
19349 Rename in gud.el by adding gud prefix.
19350 (tooltip-gud-original-filter, tooltip-gud-dereference)
19351 (tooltip-gud-event, tooltip-toggle-gud-tips)
19352 (tooltip-gud-process-output, tooltip-gud-print-command)
19353 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
19354 gud.el by replacing tooltip-gud prefix with gud-tooltip.
19355 (gdb-tooltip-print): Move to gdb-ui.el.
19356
19357 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
19358 (require): CL needed to compile case.
19359 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
19360 tooltip-gud-tips-p. Make it a minor-mode.
19361 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
19362 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
19363 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
19364 (gud-tooltip-change-major-mode)
19365 (gud-tooltip-activate-mouse-motions-if-enabled)
19366 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
19367 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
19368 (gud-tooltip-original-filter, gud-tooltip-dereference)
19369 (gud-tooltip-event, tooltip-toggle-gud-tips)
19370 (gud-tooltip-process-output, gud-tooltip-print-command)
19371 (gud-tooltip-tips): Move from tooltip.el.
19372
19373 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
19374 (gdb-cpp-define-alist-flags): Doc fix.
19375 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
19376 gud-tooltip-mode is t.
19377
19378 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
19379
19380 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
19381 evaporate if their text is deleted.
19382 (goto-address-at-point): Make it work as a mouse binding as well.
19383 (goto-address-at-mouse): Obsolete it. Update users.
19384
19385 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
19386
19387 * calendar/appt.el (top-level): No longer activate on load.
19388
19389 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
19390
19391 * calendar/cal-bahai.el (mark-bahai-diary-entries):
19392 * net/webjump.el (webjump):
19393 * progmodes/idlw-help.el (idlwave-do-context-help1)
19394 (idlwave-highlight-linked-completions):
19395 * textmodes/po.el (po-find-file-coding-system-guts):
19396 Replace `assoc-ignore-case' by `assoc-string'.
19397
19398 2005-05-06 Eli Zaretskii <eliz@gnu.org>
19399
19400 * files.el (locate-file): Doc fix.
19401
19402 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
19403 Remove the redundant test for ms-dos.
19404
19405 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
19406 look for the preprocessor with exec-suffixes. If not found in
19407 standard places, look in exec-path. Remove most of the tests that
19408 used system-type.
19409
19410 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
19411
19412 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
19413
19414 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
19415 file-name clash with jka-compr.el on 8+3 filesystems.
19416
19417 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19418
19419 * term/mac-win.el: Don't define or bind scroll bar functions if
19420 x-toolkit-scroll-bars is t.
19421 (x-select-text, x-get-selection-value): Clear
19422 x-last-selected-text-clipboard if x-select-enable-clipboard is
19423 nil.
19424 (PRIMARY): Put mac-scrap-name property.
19425 (mac-select-convert-to-file-url): New function.
19426 (public.file-url): New selection target type. Add to
19427 selection-converter-alist.
19428 (x-get-selection, x-selection-value): Handle it.
19429 (x-cut-buffer-or-selection-value): New alias.
19430
19431 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
19432
19433 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
19434 entry to avoid calling bibtex-find-entry with arg global
19435 being t. Remove arg key.
19436 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
19437 (bibtex-copy-summary-as-kill): Change accordingly.
19438
19439 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
19440
19441 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
19442 (org-agenda-date-later): Use with-current-buffer.
19443
19444 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
19445
19446 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
19447 (define-obsolete-variable-alias): Doc Fixes.
19448
19449 2005-05-06 Kim F. Storm <storm@cua.dk>
19450
19451 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
19452 vertical-motion when selective-display is active.
19453
19454 * ido.el (ido-setup-hook): New hook.
19455 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
19456 (ido-input-stack): New var.
19457 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
19458 ido-next-work-file binding to M-O.
19459 Bind M-f to ido-wide-find-file-or-pop-dir.
19460 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
19461 (ido-read-internal): Run ido-setup-hook.
19462 Catch quit in read-file-name and read-string to cancel edit.
19463 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
19464 Automatically pop-all when completing a directory name (RET).
19465 (ido-file-internal): Add with-no-warnings around ffap and dired code.
19466 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
19467 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
19468 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
19469 New functions for M-b/M-f to move among the directory components.
19470 (ido-make-merged-file-list): Catch quit to cancel merge.
19471 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
19472 (ido-completion-help): No warnings for ido-completion-buffer-full.
19473
19474 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
19475
19476 * font-lock.el (font-lock-negation-char-face): New face and variable.
19477 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
19478 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
19479 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
19480 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
19481
19482 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
19483
19484 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
19485 Fix typo in docstring.
19486
19487 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
19488 (ebrowse-print-statistics-line)
19489 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
19490
19491 * term/w32-win.el (image-library-alist): Add additional name for
19492 Xpm library.
19493
19494 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
19495
19496 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
19497 use gcc instead of cpp.
19498
19499 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
19500 (gdb-create-define-alist): Use it.
19501 (gdb-cpp-define-alist-program): Update for MS-DOS.
19502
19503 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
19504
19505 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
19506
19507 2005-05-04 Richard M. Stallman <rms@gnu.org>
19508
19509 * help.el (describe-key): No error when UNTRANSLATED is nil.
19510
19511 * simple.el (line-move-1): Fix previous change to signal errors
19512 appropriately.
19513
19514 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
19515
19516 * calendar/icalendar.el (icalendar-version): Now at 0.12.
19517 (icalendar-duration-correction): Remove.
19518 (icalendar--get-event-properties): Split result at commas.
19519 (icalendar--decode-isoduration): New optional argument
19520 DURATION-CORRECTION.
19521 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
19522 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
19523 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
19524 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
19525 (icalendar--convert-anniversary-to-ical): New functions, extracted
19526 from icalendar-export-region, with bug fixes.
19527 (icalendar-export-region): Use the above functions.
19528 (icalendar-import-buffer): Check before saving diary file.
19529 (icalendar--convert-recurring-to-diary)
19530 (icalendar--convert-non-recurring-all-day-to-diary)
19531 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
19532 extracted from icalendar--convert-ical-to-diary, with bug fixes.
19533 (icalendar--convert-ical-to-diary): Use the above functions.
19534
19535 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
19536
19537 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
19538 Remove these recent additions.
19539 (c-mode): Restore to before 2005-04-28.
19540
19541 * progmodes/cc-vars.el (cc-define-list-program): Remove this
19542 recent addition.
19543
19544 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
19545 (gdb-define-alist): New variables.
19546 (gdb-create-define-alist): New function.
19547 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
19548 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
19549 with string-to-number.
19550 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
19551
19552 * progmodes/gud.el: Replace string-to-int with string-to-number.
19553 (gud-find-file): Handle gdb-define-alist.
19554
19555 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
19556
19557 2005-05-02 Jay Belanger <belanger@truman.edu>
19558
19559 * calc/calc-aent.el (math-read-token):
19560 * calc/calc-bin.el (calc-word-size):
19561 * calc/calc-ext.el (calc-read-number-fancy):
19562 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
19563 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
19564 * calc/calc-frac.el (calc-over-notation):
19565 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
19566 (calc-graph-num-points, calc-graph-init):
19567 * calc/calc-prog.el (calc-read-parse-table-part)
19568 (calc-edit-macro-repeats):
19569 * calc/calc-yank.el (calc-do-grab-rectangle):
19570 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
19571 Replace `string-to-int' by `string-to-number'.
19572
19573 2005-05-02 Kim F. Storm <storm@cua.dk>
19574
19575 * kmacro.el: Use executing-kbd-macro-index variable.
19576
19577 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
19578
19579 * net/rlogin.el (rlogin-parse-words): Delete func.
19580 (rlogin): Use split-string, not rlogin-parse-words.
19581 Also, if there are option-like elements in the parsed args,
19582 take the host to be the first arg immediately following them.
19583 Suggested by Michael Mauger.
19584
19585 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
19586
19587 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
19588
19589 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
19590
19591 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
19592 (cc-mode-cpp-program): Rename to cc-define-list-program and
19593 move to cc-vars.el.
19594
19595 * progmodes/cc-vars.el (cc-define-list-program):
19596 Change to "gcc -E -dM -". Make customizable.
19597
19598 2005-05-02 Kim F. Storm <storm@cua.dk>
19599
19600 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
19601
19602 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
19603
19604 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
19605
19606 * international/mule-util.el (truncate-string): Remove alias and
19607 obsolete declaration.
19608
19609 * international/mule-cmds.el (update-iso-coding-systems):
19610 Remove alias and obsolete declaration.
19611
19612 * international/mule.el (coding-system-parent): Remove alias and
19613 obsolete declaration.
19614
19615 * subr.el (define-function, sref): Remove aliases and obsolete
19616 declarations.
19617 (chars-in-region): Remove obsolete declaration.
19618
19619 2005-05-01 Richard M. Stallman <rms@gnu.org>
19620
19621 * info.el (Info-mode): Set widen-automatically to nil, locally.
19622
19623 * simple.el (widen-automatically): New variable.
19624 (pop-global-mark): Obey widen-automatically.
19625
19626 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
19627
19628 * term/xterm.el (function-key-map): Call substitute-key-definition
19629 before the keymap size is increased by a lot of define-key calls.
19630
19631 2005-05-01 Richard M. Stallman <rms@gnu.org>
19632
19633 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
19634 Rename ARG to ELEMENT. Doc fix.
19635
19636 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
19637
19638 * allout.el (allout-exposure): Remove macro and obsolete declaration.
19639 Remove references to allout-exposure/change to allout-new-exposure.
19640
19641 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
19642 bytecode symbols.
19643
19644 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
19645 (compiled-function-p, focus-frame, unfocus-frame):
19646 Remove aliases and obsolete declarations.
19647 Back out inadvertent changes from previous commit.
19648
19649 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
19650
19651 * files.el (require-final-newline): Make Custom tags consistent
19652 with mode-require-final-newline.
19653 (mode-require-final-newline): Doc fix.
19654
19655 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
19656
19657 * international/latexenc.el (latexenc-find-file-coding-system):
19658 Fix regular expressions.
19659
19660 2005-05-01 David Kastrup <dak@gnu.org>
19661
19662 * international/latexenc.el (latexenc-find-file-coding-system):
19663 Fix regular expressions.
19664
19665 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
19666
19667 * subr.el (string-to-int): Make obsolete.
19668
19669 2005-04-30 Richard M. Stallman <rms@gnu.org>
19670
19671 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
19672
19673 * loadup.el: load jka-comp-hook.
19674
19675 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
19676 (jka-compr-handler): Add autoload. `put' calls moved
19677 to jka-comp-hook.el.
19678 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
19679 (jka-compr-inhibit): Autoload.
19680
19681 * jka-comp-hook.el: New file.
19682 Enable the mode by default.
19683
19684 * files.el (backup-buffer-copy): Use copy-file instead
19685 of write-region, and put back the 'excl.
19686
19687 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
19688
19689 * progmodes/flymake.el (flymake-split-string)
19690 (flymake-split-string, flymake-log, flymake-pid-to-names)
19691 (flymake-reg-names, flymake-get-source-buffer-name)
19692 (flymake-unreg-names, flymake-add-line-err-info)
19693 (flymake-add-err-info): Clarify docstrings.
19694 (flymake-popup-menu, flymake-make-emacs-menu)
19695 (flymake-make-xemacs-menu): Add docstrings.
19696 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
19697 Set variables directly throughout.
19698
19699 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
19700
19701 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
19702 exists. Initialize cc-define-alist.
19703 (c-mode): Add cc-create-define-alist locally to after-save-hook.
19704 If there is no file (Macroexpansion) don't create an alist.
19705
19706 2005-04-29 Sam Steingold <sds@gnu.org>
19707
19708 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
19709 (cc-create-define-alist): Use it instead of the hard-coded string.
19710
19711 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
19712
19713 * international/mule-conf.el (file-coding-system-alist): Fix regexp
19714 for latexenc.
19715
19716 2005-04-29 Lute Kamstra <lute@gnu.org>
19717
19718 * emacs-lisp/generic.el: Improve commentary section.
19719 (define-generic-mode): Improve docstring.
19720
19721 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
19722
19723 * textmodes/org.el (many places): Change to quiet the byte compiler.
19724 (org-prefix-format-compiled): New variable.
19725 (org-compile-prefix-format): New function.
19726 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
19727 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
19728 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
19729 (org-get-entries-from-diary): Use `org-get-time-of-day' for
19730 consistency with entries from `org-mode' files.
19731 (org-get-time-of-day): Fix bug with partial matches early in a line.
19732 (org-non-link-chars): New constant.
19733 (org-link-regexp): Respect `org-non-link-chars'.
19734 (org-agenda-day-view): Remove command.
19735 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
19736 (org-follow-bbdb-link, org-store-link): Search also company field.
19737 (org-highlight-overlay): New variable.
19738 (org-highlight, org-unhighlight): New functions.
19739 (org-agenda-mode): Add pre-command-hook to remove highlight.
19740 (org-evaluate-time-range): Behavior depends upon whether time stamp
19741 contains a time or not.
19742 (org-show-subtree, org-show-entry): New functions.
19743 (org-agenda-cleanup-fancy-diary): Remove empty lines.
19744
19745 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
19746
19747 * comint.el (comint-output-filter-functions): Add autoload cookie.
19748
19749 2005-04-28 Kim F. Storm <storm@cua.dk>
19750
19751 * ido.el (ido-everywhere): Fix last change.
19752
19753 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
19754
19755 * international/latexenc.el: New file.
19756 * international/mule-conf.el (file-coding-system-alist): For .tex,
19757 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
19758
19759 2005-04-28 Lute Kamstra <lute@gnu.org>
19760
19761 * font-lock.el (font-lock-add-keywords)
19762 (font-lock-remove-keywords): Clarify docstring.
19763 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
19764 Don't start docstrings with a `*'.
19765 (font-lock-update-removed-keyword-alist): Give it a docstring.
19766
19767 * generic-x.el: Update commentary section.
19768 Only require font-lock when compiling.
19769 Define all modes conditionally.
19770 Place all generic modes in the generic-x-modes customization group.
19771 (generic-x-modes): New customization group.
19772 (generic-default-modes, generic-mswindows-modes)
19773 (generic-unix-modes, generic-other-modes): New constants.
19774 (generic-define-mswindows-modes, generic-define-unix-modes):
19775 Update docstrings. Make them obsolete.
19776 (generic-extras-enable-list): New default value. Update docstring.
19777 Improve :type. Change :set function.
19778 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
19779 Fix docstring.
19780
19781 * emacs-lisp/generic.el (generic-mode-internal):
19782 Simplify font-lock-defaults.
19783 (define-generic-mode): Fix docstring.
19784
19785 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
19786
19787 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
19788 font-lock-face property to highlight matches.
19789
19790 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
19791
19792 * progmodes/cc-mode.el (cc-create-define-alist): New function.
19793 (cc-define-alist): New variable.
19794 (c-mode): Make it local and initialize it.
19795
19796 * progmodes/gdb-ui.el (gdb-active-process): New variable.
19797 (gdb-exited): New function.
19798 (gdb-annotation-rules): Use it.
19799 (gdb-starting): Set gdb-active-process to t.
19800 (gdb-stopping): Amend doc string.
19801 (gdb-reset): Set gdb-active-process to nil.
19802
19803 * tooltip.el (tooltip-gud-tips): Show the associated #define
19804 directives when a C program under GDB is not executing.
19805
19806 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
19807
19808 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
19809 font-lock-fontify-syntactic-keywords.
19810
19811 * font-lock.el (font-lock-default-fontify-region): Don't force
19812 parse-sexp-lookup-properties to nil.
19813
19814 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
19815
19816 * man.el (man-mode-syntax-table): Set up `:' to have
19817 word-constituent syntax.
19818
19819 2005-04-27 Lute Kamstra <lute@gnu.org>
19820
19821 * novice.el (disable-command): Don't add spurious newlines to the
19822 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
19823
19824 2005-04-26 Jay Belanger <belanger@truman.edu>
19825
19826 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
19827 than one window before deleting window.
19828
19829 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
19830
19831 * shell.el (shell-prompt-pattern): Doc fix.
19832 (shell-mode): Set paragraph-separate buffer locally to "\\'".
19833
19834 * comint.el (comint-prompt-regexp, comint-get-old-input)
19835 (comint-use-prompt-regexp)
19836 (comint-use-prompt-regexp-instead-of-fields)
19837 (comint-replace-by-expanded-history, comint-send-input)
19838 (comint-output-filter, comint-get-old-input-default)
19839 (comint-line-beginning-position, comint-bol, comint-show-output)
19840 (comint-backward-matching-input, comint-forward-matching-input)
19841 (comint-next-prompt, comint-previous-prompt):
19842 Rename `comint-use-prompt-regexp-instead-of-fields' to
19843 `comint-use-prompt-regexp'. Keep old name as alias and declare
19844 obsolete.
19845 (comint-use-prompt-regexp): Shorten first line of doc string.
19846
19847 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
19848 Set paragraph-separate buffer locally to "\\'".
19849
19850 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
19851 Adapt to above name change.
19852
19853 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
19854 (smbclient-prompt-regexp): Ditto.
19855
19856 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
19857
19858 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
19859
19860 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
19861 gdb-location-list.
19862 Break lines that are over 80 characters wide.
19863
19864 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
19865
19866 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
19867 New fun and var, to preserve compatibility.
19868
19869 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
19870
19871 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
19872
19873 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
19874 name to file-newer-than-file-p.
19875
19876 2005-04-26 Richard M. Stallman <rms@gnu.org>
19877
19878 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
19879
19880 * progmodes/python.el (python-mode):
19881 Use new name eldoc-documentation-function.
19882
19883 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
19884
19885 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
19886 (eldoc-documentation-function):
19887 Rename from eldoc-print-current-symbol-info-function. Calls changed.
19888
19889 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
19890
19891 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
19892
19893 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
19894
19895 * term/xterm.el (function-key-map): Fix strings for
19896 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
19897 {C,S,A,C-S}-{f1-f12}.
19898
19899 2005-04-26 Kenichi Handa <handa@m17n.org>
19900
19901 * international/mule-cmds.el (select-safe-coding-system):
19902 Fix previous change.
19903
19904 2005-04-26 Lute Kamstra <lute@gnu.org>
19905
19906 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
19907
19908 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
19909 (font-lock-comment-delimiter-face): Ditto.
19910
19911 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
19912
19913 2005-04-25 Jay Belanger <belanger@truman.edu>
19914
19915 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
19916 to t while inserting information; use help-mode.
19917
19918 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
19919
19920 * term.el (ansi-term-color-vector): Use the xterm colors.
19921 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
19922
19923 2005-04-25 Lute Kamstra <lute@gnu.org>
19924
19925 * font-core.el (font-lock-defaults): Fix docstring.
19926
19927 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
19928
19929 2005-04-25 Kenichi Handa <handa@m17n.org>
19930
19931 * international/mule-cmds.el (select-safe-coding-system):
19932 Don't check consistency with coding: spec, etc if raw-text or
19933 no-conversion was found to be safe.
19934
19935 2005-04-24 Richard M. Stallman <rms@gnu.org>
19936
19937 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
19938 citation markers at start of each line.
19939
19940 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
19941 citation markers at start of each line.
19942
19943 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
19944
19945 * files.el (mode-require-final-newline): Fix previous change.
19946 (require-final-newline): Fix type label.
19947
19948 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
19949
19950 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
19951 statement in buffer (broken by 2004-11-24 change).
19952
19953 2005-04-24 Kim F. Storm <storm@cua.dk>
19954
19955 * ido.el (ido-everywhere): Save and restore old read-buffer-function
19956 and read-file-name-function values. Don't overwrite existing
19957 non-nil values if ido-mode is enabled without ido-everywhere.
19958
19959 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
19960
19961 * files.el (mode-require-final-newline): Minor doc fix.
19962
19963 2005-04-24 Eli Zaretskii <eliz@gnu.org>
19964
19965 * subr.el (syntax-after): Doc fix.
19966 (syntax-class): If argument is nil, return nil. Mask off upper 16
19967 bits, not 8 bits.
19968
19969 * files.el (mode-require-final-newline): Doc fix.
19970 (backup-buffer-copy): Fix last change.
19971
19972 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19973
19974 * term/mac-win.el: Require select. Set selection-coding-system to
19975 mac-system-coding-system. Call menu-bar-enable-clipboard.
19976 (x-last-selected-text-clipboard, x-last-selected-text-primary)
19977 (x-select-enable-clipboard): New variables.
19978 (x-select-text, x-get-selection, x-selection-value)
19979 (x-get-selection-value, mac-select-convert-to-string)
19980 (mac-services-open-file, mac-services-open-selection)
19981 (mac-services-insert-text): New functions.
19982 (CLIPBOARD, FIND): Put mac-scrap-name property.
19983 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
19984 (public.tiff): Put mac-ostype property.
19985 (selection-converter-alist): Add entries for them.
19986 (mac-application-menu-map): New keymap.
19987 (interprogram-cut-function, interprogram-paste-function): Set to
19988 x-select-text and x-get-selection-value, respectively.
19989 (split-window-keep-point): Set to t.
19990
19991 2005-04-23 Richard M. Stallman <rms@gnu.org>
19992
19993 * files.el (read-directory-name): Always pass non-nil
19994 DEFAULT-FILENAME arg to read-file-name.
19995 (backup-buffer-copy, basic-save-buffer-2): Take care against
19996 writing thru an unexpected existing symlink.
19997 (revert-buffer): In indirect buffer, revert the base buffer.
19998 (magic-mode-alist): Doc fix.
19999 (buffer-stale-function): Doc fix.
20000 (minibuffer-with-setup-hook): Avoid warning.
20001 (mode-require-final-newline): Doc and custom fix.
20002
20003 * follow.el (follow-end-of-buffer): Use with-no-warnings.
20004
20005 * font-lock.el (font-lock-comment-face): On terminals with few colors,
20006 use the default appearance.
20007 (font-lock-comment-delimiter-face): New face, new variable.
20008
20009 * imenu.el (imenu--generic-function): The official position of a
20010 definition is the start of the line that BEG is in.
20011
20012 * midnight.el (midnight-timer): Move defvar up.
20013
20014 * mouse.el (mouse-drag-region-1): Delete some debugging code.
20015
20016 * saveplace.el (save-place-to-alist): Use with-no-warnings.
20017
20018 * startup.el (command-line): Use with-no-warnings.
20019
20020 * window.el (window-size-fixed): New defvar.
20021
20022 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
20023
20024 * mail/rmail.el (rmail-font-lock-keywords):
20025 Use font-lock-comment-delimiter-face.
20026
20027 * mail/sendmail.el (mail-font-lock-keywords):
20028 Use font-lock-comment-delimiter-face.
20029
20030 * progmodes/compile.el (next-error-highlight-timer): New defvar.
20031
20032 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
20033
20034 * progmodes/compile.el (compilation-mode-font-lock-keywords):
20035 Specify t for LAXMATCH when matching directories.
20036 Save match data around compilation-compat-error-properties form.
20037
20038 2005-04-23 David Kastrup <dak@gnu.org>
20039
20040 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
20041 Mention that the autoloaded aliases should be kept for AUCTeX.
20042
20043 2005-04-23 Andreas Schwab <schwab@suse.de>
20044
20045 * isearch.el (isearch-forward): Doc fix.
20046
20047 2005-04-23 Eli Zaretskii <eliz@gnu.org>
20048
20049 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
20050 (jit-lock-stealth-nice): Change default value to 0.5.
20051
20052 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
20053
20054 * abbrev.el (write-abbrev-file): Write table entries in
20055 alphabetical order by table name.
20056
20057 2005-04-22 Kim F. Storm <storm@cua.dk>
20058
20059 * ido.el (ido-read-internal): Fix `list' completion.
20060
20061 2005-04-22 Kenichi Handa <handa@m17n.org>
20062
20063 * recentf.el (recentf-save-file-coding-system): New variable.
20064 (recentf-save-list): Encode the file by
20065 recentf-save-file-coding-system and add coding: tag.
20066
20067 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
20068
20069 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
20070
20071 2005-04-21 Lute Kamstra <lute@gnu.org>
20072
20073 * loadhist.el (unload-feature): Don't remove a function from hooks
20074 if it is about to be restored to an autoload . Remove functions
20075 that will become unbound from auto-mode-alist. Simplify the code.
20076
20077 * subr.el (assq-delete-all): New implementation that is linear,
20078 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
20079 (rassq-delete-all): New function.
20080
20081 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
20082 Add size-indication-mode.
20083
20084 2005-04-21 Kenichi Handa <handa@m17n.org>
20085
20086 * international/mule-cmds.el: Add autoload for widget-value in
20087 eval-when-compile.
20088
20089 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
20090
20091 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
20092 Add tooltip-mode.
20093
20094 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
20095
20096 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
20097
20098 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
20099 (inferior-lisp-filter-regexp, inferior-lisp-program)
20100 (inferior-lisp-load-command, inferior-lisp-prompt)
20101 (inferior-lisp-mode-hook, lisp-source-modes)
20102 (inferior-lisp-load-hook): defvar->defcustom.
20103 (inferior-lisp-program, inferior-lisp-prompt)
20104 (inferior-lisp-load-hook): Doc fixes.
20105 (inferior-lisp-install-letter-bindings): Small change in
20106 introductory comment.
20107
20108 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
20109
20110 * vc.el (vc-annotate-color-map): Change some colors so that text
20111 using them as foreground is readable on both white and black
20112 backgrounds.
20113
20114 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
20115
20116 * international/mule-conf.el (translation-table-for-input):
20117 Remove redundant declaration.
20118
20119 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
20120
20121 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
20122
20123 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
20124 (tooltip-toggle-gud-tips): New function.
20125
20126 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20127
20128 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
20129 right angle brackets.
20130
20131 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
20132
20133 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
20134
20135 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
20136
20137 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
20138 Remove. Update callers to use expand-file-name instead.
20139
20140 * subr.el (syntax-class): New function.
20141
20142 * simple.el (blink-matching-open): Use it.
20143
20144 * paren.el (show-paren-function): Use it to recognize parens that are
20145 also used in 2-char comment markers.
20146
20147 2005-04-19 Lute Kamstra <lute@gnu.org>
20148
20149 * loadhist.el (unload-feature): Update for new format of
20150 load-history. Simplify the code.
20151
20152 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20153
20154 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
20155 (mac-add-charset-info): New function. Initialize variable
20156 mac-charset-info-alist using it.
20157 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
20158 for translation.
20159 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
20160 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
20161 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
20162 New CCL programs.
20163
20164 2005-04-19 Kim F. Storm <storm@cua.dk>
20165
20166 * simple.el (next-buffer, prev-buffer, next-error)
20167 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
20168 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
20169
20170 * bindings.el (next-buffer, prev-buffer, next-error)
20171 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
20172 (clone-indirect-buffer-other-window): Move bindings from simple.el.
20173 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
20174 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
20175
20176 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
20177
20178 * isearch.el (isearch-edit-string): Make the search-ring available for
20179 minibuffer history commands.
20180 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
20181 the default history commands now work just as well.
20182 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
20183
20184 2005-04-18 Kim F. Storm <storm@cua.dk>
20185
20186 * emulation/cua-base.el (cua--pre-command-handler): Add more
20187 elaborate check for shift modifier on non-window systems.
20188
20189 2005-04-18 Lars Hansen <larsh@math.ku.dk>
20190
20191 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
20192
20193 2005-04-18 Kim F. Storm <storm@cua.dk>
20194
20195 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
20196 and make it optional. Don't test tooltip-gud-echo-area here.
20197 (tooltip-gud-process-output, gdb-tooltip-print):
20198 Pass tooltip-gud-echo-area to tooltip-show.
20199 (tooltip-help-tips): Remove second optional arg to tooltip-show.
20200
20201 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20202
20203 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
20204 `display-graphic-p' may not be bound yet.
20205
20206 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
20207
20208 * startup.el (command-line): No longer enable Xterm Mouse mode by
20209 default in terminals compatible with xterm.
20210
20211 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
20212
20213 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
20214
20215 * tooltip.el (tooltip-gud-echo-area): Rename from
20216 tooltip-use-echo-area.
20217 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
20218 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
20219 area independently of where help tooltips are displayed.
20220
20221 2005-04-17 David Kastrup <dak@gnu.org>
20222
20223 * cus-theme.el (custom-theme-write-variables): Quote variables
20224 where necessary.
20225
20226 2005-04-17 Richard M. Stallman <rms@gnu.org>
20227
20228 * simple.el (yank-excluded-properties): Add follow-link to value.
20229
20230 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
20231
20232 * startup.el (fancy-splash-max-time): Just 30 seconds.
20233 (fancy-splash-delay): Just 7.
20234 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
20235
20236 * loadhist.el (unload-feature): Update for new format of load-history.
20237 Simplify the code.
20238
20239 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
20240 (rmail-font-lock-keywords): Don't fontify the text of a citation.
20241
20242 * mail/sendmail.el (mail-font-lock-keywords):
20243 Don't fontify subject text.
20244 Don't fontify the text of a citation.
20245
20246 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
20247
20248 * comint.el (comint-output-filter): Run comint-output-filter-functions
20249 with point where the user had it.
20250
20251 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
20252
20253 * international/ucs-tables.el (ucs-set-table-for-input):
20254 Disable when using unify-on-decoding.
20255
20256 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
20257
20258 * emulation/cua-base.el (cua-global-mark-face): Add special case
20259 for displays supporting a high number of colors.
20260
20261 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
20262
20263 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
20264
20265 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
20266
20267 * filesets.el (filesets-add-buffer): If user supplies a name of a
20268 non-existing fileset, create a new fileset.
20269
20270 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
20271
20272 * textmodes/org.el (org-up-heading-all): Fix bug with
20273 `outline-up-heading-all'.
20274
20275 2005-04-16 Andreas Schwab <schwab@suse.de>
20276
20277 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
20278 /etc/permissions.d/* and /etc/aliases.d/*.
20279
20280 2005-04-16 Kenichi Handa <handa@m17n.org>
20281
20282 * international/code-pages.el (cp-make-coding-system):
20283 Set `translation-table-for-input' property value to the symbol
20284 ucs-mule-to-mule-unicode, not to that value.
20285 (pt154): Escape guillemet by `\'.
20286
20287 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
20288
20289 * loadup.el: Load tooltip if x-show-tip is fboundp.
20290
20291 * startup.el (command-line): Add comment.
20292
20293 * tooltip.el (tooltip-mode): Specify correct standard value for
20294 Custom in init-value.
20295
20296 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
20297
20298 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
20299 possible.
20300
20301 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
20302
20303 * textmodes/org.el (org-agenda-date-prompt): Rename from
20304 `org-agenda-date-today'.
20305 (org-evaluate-time-range): Insert at point instead of directly
20306 after time range.
20307 (org-first-headline-recenter, org-subtree-end-visible-p)
20308 (org-optimize-window-after-visibility-change): New functions
20309 (org-agenda-post-command-hook): Don't allow point at end of line,
20310 to make sure it always hits the text properties.
20311 (org-agenda-next-date-line, org-agenda-previous-date-line):
20312 New commands.
20313 (org-set-regexps-and-options): Category may contain white space.
20314 (org-agenda-get-deadlines, org-agenda-get-scheduled):
20315 Improve marker positions.
20316 (org-agenda-new-marker): Argument POS made optional.
20317 (org-agenda-get-timestamps): Deadlines which are done are listed
20318 in org-done-face now.
20319 (org-agenda-get-todos, org-agenda-get-timestamps)
20320 (org-agenda-get-deadlines, org-agenda-get-scheduled):
20321 Set `undone-face' and `done-face' properties.
20322 (org-last-todo-state-is-todo): New variable.
20323 (org-todo): Set `org-last-todo-state-is-todo'.
20324 (org-agenda-todo): Change face according to
20325 `org-last-todo-state-is-todo'. And change other lines referring to
20326 the same entry.
20327 (org-calendar-goto-agenda): New command.
20328 (org-calendar-to-agenda-key): New option.
20329 (org-startup-folded): New allowed value `content'.
20330 (org-set-regexps-and-options): Accept new value `content' for
20331 `org-startup-folded'.
20332 (org-get-current-options): Handle new value `content' for
20333 `org-startup-folded'.
20334 (org-insert-todo-heading): New command.
20335 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
20336 interactively in empty file and option
20337 `org-insert-mode-line-in-empty-file' has been set.
20338 (org-agenda-todo, org-agenda-priority): Modify to use
20339 `org-agenda-change-all-lines'.
20340 (org-warning-face): Change color on dark background
20341
20342 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20343
20344 * international/mule-cmds.el (set-locale-environment): On Mac OS,
20345 use preferences AppleLocale and AppleLanguages, and variable
20346 mac-system-locale for default locale. On Mac OS Classic, use
20347 mac-system-coding-system for default coding systems.
20348
20349 * term/mac-win.el: Don't set file-name-coding-system.
20350 Decode variables system-name, emacs-build-system, user-login-name, and
20351 user-full-name by mac-system-coding-system on Mac OS Classic.
20352 (mac-system-coding-system): New variable.
20353
20354 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
20355
20356 * startup.el (command-line): Handle `xterm-mouse-mode' before
20357 reading init file.
20358
20359 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
20360
20361 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
20362
20363 * progmodes/sh-script.el (sh-here-document-word): Make it a
20364 defcustom. Doc fix.
20365 (sh-add): Bash uses $(( )) for arithmetic.
20366 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
20367 (sh-maybe-here-document): Remove quotes and leading whitespace
20368 from heredoc word when closing. Indent heredoc with tabs if word
20369 starts with "-".
20370
20371 2005-04-13 Richard M. Stallman <rms@gnu.org>
20372
20373 * simple.el (undo): Fix previous change.
20374
20375 * custom.el (defface): Doc fix.
20376
20377 2005-04-13 Lute Kamstra <lute@gnu.org>
20378
20379 * Makefile.in (DONTCOMPILE): Remove list.
20380 (compile, compile-always): Don't use DONTCOMPILE.
20381 (update-authors): Load the library in which batch-update-authors
20382 is defined.
20383 * makefile.w32-in (DONTCOMPILE): Remove list.
20384 (compile, compile-always): Fix comments.
20385 (update-authors): Load the library in which batch-update-authors
20386 is defined.
20387
20388 * generic-x.el (generic-mode-ini-file-find-file-hook):
20389 Rename to ini-generic-mode-find-file-hook.
20390 Keep generic-mode-ini-file-find-file-hook as an alias.
20391 (ini-generic-mode-find-file-hook): Rename from
20392 generic-mode-ini-file-find-file-hook. Fix docstring.
20393 (ini-generic-mode): Docstring change.
20394 (bat-generic-mode-run-as-comint): Silence the byte compiler.
20395
20396 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
20397 called from lisp.
20398
20399 * generic.el: Move to the emacs-lisp subdir.
20400
20401 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
20402
20403 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
20404 and C-S- function and cursor motion keys.
20405
20406 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
20407
20408 * startup.el (command-line): Enable Xterm Mouse mode by default.
20409 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
20410 for Custom. No longer show "Mouse" in mode line when enabled.
20411 Doc fix.
20412
20413 2005-04-12 Kim F. Storm <storm@cua.dk>
20414
20415 * emulation/cua-base.el (cua-rectangle-face)
20416 (cua-rectangle-noselect-face): Define face attributes here.
20417
20418 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
20419
20420 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20421
20422 * startup.el (command-line): Turn off blinking cursor if
20423 cursorBlink in resources is off or false.
20424
20425 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20426
20427 * term/mac-win.el (dnd): Require dnd.
20428 (mac-drag-n-drop): Call dnd-handle-one-url.
20429 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
20430 (kTextEncodingISOLatin2): Remove constants.
20431 (mac-script-code-coding-systems): New constant.
20432 (mac-handle-language-change): New function.
20433 (special-event-map): Bind it to `language-change' event.
20434 (mac-centraleurroman, mac-cyrillic): New coding systems.
20435 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
20436 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
20437 and mac-cyrillic-encoder to encode-mac-centraleurroman and
20438 encode-mac-cyrillic, respectively.
20439
20440 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
20441
20442 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
20443 Don't set overlay-arrow-string to "=>" as this is done
20444 globally in C now.
20445
20446 2005-04-12 Lute Kamstra <lute@gnu.org>
20447
20448 * generic-x.el (rc-generic-mode, rul-generic-mode):
20449 Fix auto-mode-alist entries.
20450 (etc-fstab-generic-mode): Tweak fontification.
20451
20452 * generic.el (generic-make-keywords-list): Fix docstring.
20453 (generic-mode-internal): Simplify generic-font-lock-keywords.
20454
20455 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
20456
20457 * whitespace.el (whitespace-buffer-leading)
20458 (whitespace-buffer-trailing): Revert the incorrect test inversion.
20459 However, fix the highlight area for the leading and
20460 trailing whitespaces to show space.
20461
20462 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
20463
20464 * whitespace.el (whitespace-version): Bump to 3.5
20465
20466 (whitespace-buffer-leading, whitespace-buffer-trailing):
20467 Invert sense of the test to highlight the whitespace.
20468
20469 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
20470
20471 * progmodes/gud.el (gud-display-line): GUD uses its own
20472 overlay arrow now so don't set overlay-arrow-string.
20473 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
20474
20475 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
20476
20477 * term.el (term-ansi-current-bold, term-ansi-current-underline)
20478 (term-ansi-current-reverse, term-ansi-current-invisible)
20479 (term-ansi-face-already-done): Change to boolean.
20480 (term-reset-terminal, term-handle-colors-array): Handle the above
20481 vars accordingly.
20482 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
20483 (term-emulate-terminal): Use the new name.
20484
20485 * faces.el (secondary-selection): Use yellow1, not yellow.
20486 (trailing-whitespace): Use red1, not red.
20487
20488 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20489
20490 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
20491 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
20492 (dired-dnd-handle-file): Call dnd-get-local-file-uri
20493
20494 * cus-edit.el (dnd): New group.
20495
20496 * term/w32-win.el (dnd): Require dnd
20497 (w32-drag-n-drop): Call dnd-handle-one-url.
20498
20499 * x-dnd.el: Require dnd.
20500 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
20501 Call dnd-handle-one-url.
20502 (x-dnd-types-alist, x-dnd-insert-utf8-text)
20503 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
20504 to dnd-insert-text.
20505 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
20506 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
20507 (x-dnd-get-local-file-name, x-dnd-open-local-file)
20508 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
20509
20510 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
20511
20512 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
20513
20514 * wdired.el: Doc fixes.
20515 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
20516 (wdired-use-dired-vertical-movement): Rename from
20517 wdired-always-move-to-filename-beginning.
20518 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
20519 (wdired-change-to-wdired-mode): Change mode name.
20520 (wdired-newline): Delete.
20521
20522 2005-04-11 Richard M. Stallman <rms@gnu.org>
20523
20524 * whitespace.el (whitespace-highlight-the-space):
20525 Don't call whitespace-unhighlight-the-space here.
20526
20527 * simple.el (undo): Record t in undo-equiv-table
20528 for the redo record made by an undo-in-region.
20529
20530 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
20531
20532 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
20533 (gdb-frame-inferior-io-buffer): New Functions to control
20534 display of separate IO buffer.
20535 (menu): Add them to menu-bar.
20536 (gdb-display-buffer): Check for buffer another frame.
20537 Protect GUD buffer.
20538 (gdb-setup-windows): Create IO buffer if not already there.
20539 (gdb-memory-mode): Remove purecopy noops.
20540
20541 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
20542
20543 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
20544 and pass to self-insert-command.
20545
20546 2005-04-11 Lute Kamstra <lute@gnu.org>
20547
20548 * generic.el: Commentary section cleanup.
20549 (generic): Delete.
20550 (generic-use-find-file-hook, generic-lines-to-scan)
20551 (generic-find-file-regexp, generic-ignore-files-regexp)
20552 (default-generic-mode, generic-mode-find-file-hook)
20553 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
20554 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
20555 (generic-use-find-file-hook, generic-lines-to-scan)
20556 (generic-find-file-regexp, generic-ignore-files-regexp)
20557 (default-generic-mode, generic-mode-find-file-hook)
20558 (generic-mode-ini-file-find-file-hook): Move from generic.el.
20559
20560 2005-04-10 Karl Fogel <kfogel@red-bean.com>
20561
20562 * bookmark.el (bookmark-write-file): Catch errors writing file.
20563 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
20564
20565 2005-04-10 Richard M. Stallman <rms@gnu.org>
20566
20567 * startup.el (fancy-splash-tail): Update copyright year.
20568 (command-line): Split part of -Q into -D.
20569 (emacs-basic-display): New defvar.
20570 (fancy-splash-text): Correct name of menu item.
20571
20572 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
20573
20574 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
20575 lines in one node.
20576
20577 * comint.el (comint-send-input): New arg ARTIFICIAL.
20578 Callers in this file changed.
20579
20580 * abbrev.el (define-abbrevs): Read system abbrevs properly.
20581
20582 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
20583
20584 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
20585
20586 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
20587 `ldap-search-internal'.
20588
20589 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
20590
20591 * files.el (set-auto-mode-1): Use line-end-position.
20592
20593 * international/latin-1.el:
20594 * international/latin-2.el:
20595 * international/latin-3.el:
20596 * international/latin-4.el:
20597 * international/latin-5.el:
20598 * international/latin-8.el:
20599 * international/latin-9.el: Give punctuation syntax to NBSP.
20600
20601 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
20602 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
20603 Use char-classes to accept non-ascii letters, accepted in some recent
20604 bibtex implementations.
20605
20606 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
20607
20608 * custom.el (custom-set-minor-mode): Any non-nil value for the
20609 variable should enable the mode when set through Custom.
20610
20611 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
20612
20613 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
20614 TAB binding so tab-always-indent is obeyed.
20615 (vhdl-minibuffer-local-map): Move initialization into declaration.
20616 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
20617 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
20618 (vhdl-hooked-abbrev): Avoid test for XEmacs.
20619 (vhdl-current-line): Use line-beginning-position.
20620 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
20621 with-output-to-temp-buffer, so the current position can be recorded.
20622
20623 2005-04-10 Masatake YAMATO <jet@gyve.org>
20624
20625 * progmodes/compile.el (compilation-error-regexp-alist-alist):
20626 Add regexp for gcov.
20627
20628 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
20629
20630 * calendar/time-date.el (time-to-seconds, seconds-to-time)
20631 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
20632 syntax which Emacs 20 doesn't support.
20633
20634 2005-04-09 Richard M. Stallman <rms@gnu.org>
20635
20636 * help.el (describe-key-briefly, describe-key):
20637 Replace strings as event types with "(any string)".
20638
20639 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
20640
20641 * arc-mode.el (archive-mode-map): Move initialization into
20642 the declaration. Override *all* bindings of `undo'.
20643 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
20644
20645 2005-04-09 Jay Belanger <belanger@truman.edu>
20646
20647 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
20648
20649 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
20650
20651 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
20652 (xterm-register-default-colors): Update color values computation
20653 to match xterm-200.
20654
20655 2005-04-09 Kenichi Handa <handa@m17n.org>
20656
20657 * international/code-pages.el (iso-latin-7): Fix the map.
20658
20659 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
20660
20661 * emacs-lisp/lisp.el (defun-prompt-regexp)
20662 (parens-require-spaces, buffer-end, end-of-defun)
20663 (insert-parentheses): Doc fixes.
20664
20665 2005-04-08 Kim F. Storm <storm@cua.dk>
20666
20667 * comint.el (comint-highlight-prompt): Fix face spec.
20668 * hi-lock.el (hi-green): Likewise.
20669
20670 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
20671
20672 * cus-edit.el (custom-modified-face):
20673 * comint.el (comint-highlight-input): Fix previous changes.
20674 * term.el (term-handle-ansi-escape): Add a comment.
20675
20676 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
20677
20678 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
20679 in the buffer and in whitespace-highlighted-space.
20680 (whitespace-unhighlight-the-space): Simplify.
20681 (whitespace-buffer): Simplify.
20682
20683 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
20684
20685 * textmodes/table.el (table-cell-face): Add special case for
20686 displays supporting a high number of colors.
20687 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
20688 (vhdl-font-lock-reserved-words-face)
20689 (vhdl-speedbar-architecture-face)
20690 (vhdl-speedbar-instantiation-face)
20691 (vhdl-speedbar-architecture-selected-face)
20692 (vhdl-speedbar-instantiation-selected-face): Likewise.
20693 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
20694 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
20695 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
20696 (ebrowse-root-class-face, ebrowse-member-attribute-face)
20697 (ebrowse-progress-face): Likewise.
20698 * progmodes/compile.el (compilation-info-face): Likewise.
20699 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
20700 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
20701 * calendar/calendar.el (diary-face): Likewise.
20702 * woman.el (woman-italic-face, woman-bold-face)
20703 (woman-unknown-face): Likewise.
20704 * wid-edit.el (widget-button-pressed-face): Likewise.
20705 * whitespace.el (whitespace-highlight-face): Likewise.
20706 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
20707 * pcvs-info.el (cvs-marked-face): Likewise.
20708 * info.el (info-xref): Likewise.
20709 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
20710 * hilit-chg.el (highlight-changes-face)
20711 (highlight-changes-delete-face): Likewise.
20712 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
20713 (hi-red-b): Likewise.
20714 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
20715 * font-lock.el (font-lock-keyword-face)
20716 (font-lock-function-name-face, font-lock-warning-face): Likewise.
20717 * cus-edit.el (custom-invalid-face, custom-modified-face)
20718 (custom-set-face, custom-changed-face, custom-variable-tag-face)
20719 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
20720 * comint.el (comint-highlight-prompt): Likewise.
20721
20722 2005-04-08 Lute Kamstra <lute@gnu.org>
20723
20724 * font-lock.el (font-lock-keywords): Docstring fixes.
20725
20726 2005-04-08 Kenichi Handa <handa@m17n.org>
20727
20728 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
20729 chars are more than a limit, print " and more..." at the tail.
20730
20731 2005-04-08 Kim F. Storm <storm@cua.dk>
20732
20733 * emacs-lisp/authors.el (authors-aliases): Update list.
20734 (authors-ignored-files): New list.
20735 (authors-fixed-entries): Fix typo.
20736 (authors-renamed-files-alist): Update list.
20737 (authors-add): Check authors-ignored-files.
20738
20739 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
20740
20741 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
20742 optional, to ensure backward compatibility.
20743
20744 2005-04-08 Stephen Eglen <stephen@gnu.org>
20745
20746 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
20747
20748 2005-04-08 Kim F. Storm <storm@cua.dk>
20749
20750 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
20751
20752 * mouse.el (mouse-on-link-p): Doc fix.
20753
20754 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
20755
20756 * ielm.el (ielm-prompt-read-only): Doc fix.
20757
20758 * comint.el (comint-prompt-read-only): Doc fix.
20759
20760 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
20761
20762 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
20763 ensure dired always handles wildcards passed to ffap.
20764 (find-file-at-point): Use it.
20765 (ffap-dired-wildcards): Doc fix.
20766
20767 2005-04-07 Juri Linkov <juri@jurta.org>
20768
20769 * simple.el (next-error-overlay-arrow-position): New defvar.
20770 Put "=>" on its property `overlay-arrow-string'. Add it to
20771 `overlay-arrow-variable-list'.
20772
20773 * progmodes/compile.el (compilation-setup):
20774 Set `next-error-overlay-arrow-position' to nil. Also set it to
20775 nil in the local hook `kill-buffer-hook'. Make local variable
20776 `overlay-arrow-string' and set it to "=>".
20777 (compilation-goto-locus): Set BOL position to
20778 `next-error-overlay-arrow-position' instead of
20779 `overlay-arrow-position'.
20780
20781 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
20782 locally instead of adding it to the global hook.
20783 (Info-kill-buffer): Move up.
20784
20785 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
20786
20787 * term/xterm.el (xterm-standard-colors): Update color values from
20788 xterm-200.
20789
20790 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
20791
20792 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
20793
20794 * fast-lock.el:
20795 * lazy-lock.el: Move them to the obsolete subdir.
20796
20797 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
20798
20799 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
20800 (wdired-add-replace-advice): Remove.
20801 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
20802
20803 2005-04-06 Kim F. Storm <storm@cua.dk>
20804
20805 * startup.el (command-line): Add --bare-bones alias for -Q.
20806
20807 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20808
20809 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
20810 create the startup fontset if a font specification ends with
20811 `mac-roman'.
20812
20813 2005-04-06 Lute Kamstra <lute@gnu.org>
20814
20815 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
20816 change.
20817
20818 * emacs-lisp/copyright.el (copyright-update-year): Replace the
20819 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
20820
20821 2005-04-05 Lute Kamstra <lute@gnu.org>
20822
20823 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
20824 (define-generic-mode): Ditto. Fix debug declaration.
20825
20826 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
20827 Put them in the generic-x group.
20828
20829 * calendar/timeclock.el (timeclock): Doc fix.
20830
20831 * generic.el (define-generic-mode): Don't use custom-current-group.
20832 Document default :group value.
20833 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
20834 (define-global-minor-mode): Don't use custom-current-group.
20835
20836 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
20837
20838 * startup.el (command-line-1): Display startup-echo-area-message
20839 when fancy splash screen is in use.
20840
20841 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
20842 (sh-escaped-newline): New face.
20843 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
20844 newline, and use sh-escaped-newline face.
20845
20846 * progmodes/tcl.el (tcl-escaped-newline): New face.
20847 (tcl-builtin-list): New variable.
20848 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
20849 newlines. Fix keywords subexpression number.
20850
20851 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
20852
20853 * textmodes/org.el (org-diary-default-entry): Fix call to
20854 `add-to-diary-entry'.
20855
20856 2005-04-05 Kim F. Storm <storm@cua.dk>
20857
20858 * ediff-init.el: Use (featurep 'xemacs).
20859
20860 2005-04-05 David Ponce <david@dponce.com>
20861
20862 * cus-edit.el (face): Derive from symbol widget. Display sample
20863 of the current face on the fly.
20864 (widget-face-sample-face-get, widget-face-notify): New functions.
20865 (widget-face-value-create): Remove.
20866
20867 * wid-edit.el (widget-field-end): Temporarily remove field
20868 narrowing before to call `get-char-property'.
20869
20870 2005-04-04 Jay Belanger <belanger@truman.edu>
20871
20872 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
20873 (math-read-subscripts): New variable.
20874 (math-read-preprocess-string): Process subscripts.
20875
20876 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
20877
20878 * comint.el (comint-prompt-read-only): Doc fix.
20879
20880 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
20881 `-1'. Doc fix.
20882
20883 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
20884
20885 * textmodes/org.el (org-insert-mode-line-in-empty-file):
20886 Change default value to nil.
20887
20888 2005-04-04 Lute Kamstra <lute@gnu.org>
20889
20890 * autorevert.el (auto-revert-mode): Specify :group.
20891 * battery.el (display-battery-mode): Specify :group.
20892 * diff-mode.el (diff-minor-mode): Specify :group.
20893 * font-core.el (font-lock-mode): Specify :group.
20894 * hl-line.el (hl-line-mode): Specify :group.
20895 * iimage.el (iimage): New customization group.
20896 (iimage-mode): Specify :group.
20897 * longlines.el (longlines-mode): Specify :group.
20898 * master.el: Don't require easy-mmode.
20899 (master): New customization group.
20900 (master-mode): Specify :group.
20901 * msb.el (msb-mode): Specify :group.
20902 * reveal.el (reveal-mode): Specify :group.
20903 * simple.el (next-error-follow-minor-mode): Specify :group.
20904 * smerge-mode.el (smerge-mode): Specify :group.
20905 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
20906 * emulation/cua-base.el (cua-mode): Specify :group.
20907 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
20908 * language/thai-util.el (thai-auto-composition-mode)
20909 (thai-word-mode): Specify :group.
20910 * mail/supercite.el (sc-minor-mode): Specify :group.
20911 * progmodes/cwarn.el (cwarn-mode): Specify :group.
20912 * progmodes/flymake.el (flymake-mode): Specify :group.
20913 * progmodes/glasses.el (glasses-mode): Specify :group.
20914 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
20915 * textmodes/enriched.el (enriched-mode): Specify :group.
20916 * textmodes/refill.el (refill-mode): Specify :group.
20917
20918 * add-log.el (change-log-font-lock-keywords): Names in
20919 parenthesized lists can contain spaces.
20920
20921 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
20922
20923 * startup.el (fancy-splash-text): Shorten default text of
20924 "Emacs Tutorial" line. Also, if the current language env
20925 indicates an available tutorial file other than TUTORIAL,
20926 extract its title and append it to the line in parentheses.
20927 (fancy-splash-insert): If arg is a thunk, funcall it.
20928
20929 2005-04-04 Jay Belanger <belanger@truman.edu>
20930
20931 * calc.el (calc-language-alist): Add tags to customization type.
20932
20933 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
20934
20935 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
20936 Doc fix.
20937
20938 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
20939
20940 * add-log.el (change-log-font-lock-keywords): The manual
20941 describing a Change Log entry, says: (...) "Aside from these
20942 header lines, every line in the change log starts with a space or
20943 a tab.". The font-lock was not highlighting lines started with
20944 spaces, added support for it.
20945
20946 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
20947
20948 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
20949 (bibtex-generate-url-list): Update docstring accordingly. Put the
20950 complex example in the docstring.
20951 (bibtex-font-lock-url): Use pop.
20952
20953 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
20954
20955 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
20956
20957 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
20958
20959 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
20960
20961 * filesets.el (filesets-set-default): Doc fix.
20962
20963 2005-04-03 Lute Kamstra <lute@gnu.org>
20964
20965 * generic.el (define-generic-mode): Add argument to specify
20966 keywords for defcustom.
20967 (default-generic-mode): Specify :group.
20968
20969 * generic-x.el: Specify :group for all generic modes.
20970
20971 * desktop.el (desktop-no-desktop-file-hook)
20972 (desktop-after-read-hook): Doc fix.
20973
20974 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
20975
20976 * simple.el (visible-mode): Use explicit :group keyword.
20977 This changes the group of `visible-mode-hook' from paren-blinking
20978 to editing-basics.
20979
20980 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
20981
20982 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
20983 mailbox specifications as well as URLs.
20984 (rmail-insert-inbox-text): Remove unused conditional branches.
20985
20986 2005-04-01 Jay Belanger <belanger@truman.edu>
20987
20988 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
20989 (calc-gnuplot-print-command): Move definitions to calc.el.
20990
20991 * calc/calc-embed.el (calc-embedded-announce-formula)
20992 (calc-embedded-open-formula, calc-embedded-close-formula)
20993 (calc-embedded-open-word, calc-embedded-close-word)
20994 (calc-embedded-open-plain, calc-embedded-close-plain)
20995 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
20996 (calc-embedded-open-mode, calc-embedded-close-mode):
20997 Move definitions to calc.el.
20998
20999 * calc/calc.el (calc-settings-file, calc-language-alist):
21000 Make customizable.
21001 (calc-embedded-announce-formula, calc-embedded-open-formula)
21002 (calc-embedded-close-formula, calc-embedded-open-word)
21003 (calc-embedded-close-word, calc-embedded-open-plain)
21004 (calc-embedded-close-plain, calc-embedded-open-new-formula)
21005 (calc-embedded-close-new-formula, calc-embedded-open-mode)
21006 (calc-embedded-close-mode, calc-gnuplot-name)
21007 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
21008 from other files and make customizable.
21009
21010 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
21011
21012 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
21013 Use buffer-live-p.
21014 (cvs-mode-run): Don't call cvs-update-header here.
21015 (cvs-run-process): Call cvs-update-header.
21016 Use process properties for cvs-postprocess and cvs-buffer so that
21017 the sentinel can behave better if the temp buffer is killed.
21018 Use a pipe rather than a tty, to better handle unexpected prompts.
21019 (cvs-sentinel): Rewrite. Call cvs-update-header.
21020
21021 2005-04-01 Andre Spiegel <spiegel@gnu.org>
21022
21023 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
21024 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
21025
21026 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
21027
21028 * generic.el (define-generic-mode): Add indentation rule.
21029
21030 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
21031
21032 * files.el (mode-require-final-newline): Make Custom correctly
21033 report a nil value and allow to set it to nil via Custom.
21034 Doc fix.
21035
21036 2005-04-01 Kenichi Handa <handa@m17n.org>
21037
21038 * international/characters.el: Enable the correct case setting for
21039 dotless-i and dotted-I.
21040
21041 2005-04-01 Kim F. Storm <storm@cua.dk>
21042
21043 * ido.el (ido-file-internal): Fall back to non-ido command if
21044 initial directory is on slow ftp (or tramp) host.
21045
21046 2005-03-31 Richard M. Stallman <rms@gnu.org>
21047
21048 * emacs-lisp/autoload.el (make-autoload):
21049 Handle define-global-minor-mode.
21050
21051 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
21052 Rename from easy-mmode-define-global-mode.
21053 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
21054
21055 * progmodes/scheme.el (scheme-mode-syntax-table):
21056 Update syntax of | and # for two-character comment syntax.
21057
21058 2005-03-31 Lute Kamstra <lute@gnu.org>
21059
21060 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
21061 (define-minor-mode): Call custom-current-group at load-time.
21062
21063 * generic.el (define-generic-mode): Add debug declaration.
21064 Add defcustom for the mode hook.
21065 (generic-mode-internal): Use run-mode-hooks.
21066
21067 2005-03-31 Kim F. Storm <storm@cua.dk>
21068
21069 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
21070 (mouse-fixup-help-message): New defun called by show_help_echo
21071 to fixup mouse-2 prefix in help messages when applicable.
21072
21073 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
21074
21075 2005-03-31 Kenichi Handa <handa@m17n.org>
21076
21077 * language/thai-word.el (thai-find-word-ends): Pay attention to
21078 the case that we reach the end of buffer.
21079
21080 * textmodes/fill.el (fill-text-properties-at): New function.
21081 (fill-newline): Use fill-text-properties-at instead of
21082 text-properties-at.
21083
21084 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
21085
21086 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
21087 not comint-quote-filename.
21088
21089 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
21090
21091 * help-fns.el (help-with-tutorial): Revert last change.
21092
21093 2005-03-31 Kim F. Storm <storm@cua.dk>
21094
21095 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
21096
21097 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
21098
21099 * calendar/cal-china.el: Update reference to "Calendrical
21100 Calculations" book; there's a new edition.
21101 * calendar/cal-coptic.el: Likewise.
21102 * calendar/cal-french.el: Likewise.
21103 * calendar/cal-hebrew.el: Likewise.
21104 * calendar/cal-islam.el: Likewise.
21105 * calendar/cal-iso.el: Likewise.
21106 * calendar/cal-julian.el: Likewise.
21107 * calendar/cal-mayan.el: Likewise.
21108 * calendar/cal-persia.el: Likewise.
21109 * calendar/calendar.el: Likewise.
21110 * calendar/holidays.el: Likewise.
21111 * calendar/lunar.el: Likewise.
21112 * calendar/solar.el: Likewise.
21113
21114 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
21115 white space from doc string.
21116
21117 2005-03-30 Jay Belanger <belanger@truman.edu>
21118
21119 * calc/calc-help.el (calc-full-help): Remove email address.
21120
21121 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
21122
21123 * help-fns.el (help-with-tutorial): Delete title line.
21124
21125 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
21126
21127 * calendar/cal-x.el (calendar-one-frame-setup)
21128 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
21129 rather than `symbol' for set-window-dedicated-p.
21130
21131 * calendar/appt.el (appt-buffer-name): Make it a constant.
21132 (appt-add): Doc fix.
21133
21134 * filesets.el (filesets-menu-path, filesets-menu-before)
21135 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
21136 (filesets-menu-cache-file): Use directory ~/.emacs.d.
21137 (filesets-add-submenu): Delete and use add-submenu instead.
21138
21139 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
21140
21141 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
21142 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
21143 (org-diary-default-entry): New function.
21144 (org-get-entries-from-diary): Better parsing of diary entries.
21145 (org-agenda-check-no-diary): New function.
21146 ("diary-lib"): Advice to function `add-to-diary-list', to allow
21147 linking to diary entries.
21148 (org-agenda-execute-calendar-command): New function.
21149 (org-agenda): Improve visible section in window.
21150 Use `org-fit-agenda-window'.
21151 (org-fit-agenda-window): New option.
21152 (org-move-subtree-down): Better handling of empty lines
21153 at end of subtree.
21154 (org-cycle): Numeric prefix is interpreted now as show-subtree N
21155 levels up.
21156 (org-fontify-done-headline): New option.
21157 (org-headline-done-face): New face.
21158 (org-set-font-lock-defaults): Use `org-headline-done-face'.
21159 (org-table-copy-down): Rename from `org-table-copy-from-above'.
21160 When current field is non-empty, it is copied to next row.
21161 (org-table-copy-from-above): Fix bug which made it
21162 impossible to copy fields containing only a single non-white character.
21163
21164 2005-03-30 Kim F. Storm <storm@cua.dk>
21165
21166 * kmacro.el (kmacro-end-macro): Isearch may store this command
21167 into the macro -- so ignore it when executing keyboard macro.
21168
21169 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
21170
21171 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
21172
21173 2005-03-29 Kenichi Handa <handa@m17n.org>
21174
21175 * language/thai.el ("Thai"): Set setup-function and exit-function
21176 for Thai language environment.
21177
21178 * language/thai-util.el: Require thai-word.
21179 (thai-word-mode-map): New variable.
21180 (thai-word-mode): New minor mode.
21181 (setup-thai-language-environment-internal): New function.
21182 (exit-thai-language-environment-internal): New function.
21183
21184 * language/thai-word.el (thai-word-table): Declare it by defvar,
21185 use dolist to initialize it.
21186 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
21187 (thai-fill-find-break-point): New functions.
21188
21189 2005-03-29 Richard M. Stallman <rms@gnu.org>
21190
21191 * simple.el (idle-update-delay): Move definition up.
21192 (set-mark): Doc fix.
21193
21194 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
21195
21196 * longlines.el: New file.
21197
21198 * simple.el (buffer-substring-filters): New variable.
21199 (filter-buffer-substring): New function.
21200 (kill-region, copy-region-as-kill): Use it.
21201
21202 * register.el (copy-to-register, append-to-register)
21203 (prepend-to-register): Use filter-buffer-substring.
21204
21205 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
21206
21207 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
21208 (gud-filter-pending-text): Move in front of gdb.
21209 (gud-overlay-arrow-position): New variable.
21210 (gud-sentinel, gud-display-line): Use it in place of
21211 overlay-arrow-position.
21212
21213 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
21214
21215 * progmodes/fortran.el (fortran-if-indent): Doc fix.
21216 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
21217 (fortran-font-lock-keywords-4): New variable.
21218 (fortran-blocks-re, fortran-end-block-re)
21219 (fortran-start-block-re): New constants, for hideshow.
21220 (hs-special-modes-alist): Add a Fortran entry.
21221 (fortran-mode-map): Bind fortran-end-of-block,
21222 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
21223 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
21224 (fortran-looking-at-if-then, fortran-end-of-block)
21225 (fortran-beginning-of-block): New functions, for hideshow.
21226
21227 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
21228 Doc fix. Tweak regexp.
21229 (f90-beginning-of-block): Push mark first.
21230
21231 2005-03-29 Jay Belanger <belanger@truman.edu>
21232
21233 * calc/calc.el: Update copyright date.
21234 (calc-version): Increase to 2.1.
21235 (calc-version-date): Remove.
21236
21237 * calc/calc-help.el: Update copyright date.
21238 (calc-full-help): Remove reference to calc-version-date.
21239 Update copyright date.
21240
21241 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
21242
21243 * vc.el (vc-do-command): Use a pipe for async processes, so password
21244 prompts don't show up at places where the user can't reply.
21245
21246 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
21247
21248 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
21249 on the file name we pass to the inferior shell.
21250
21251 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
21252
21253 * progmodes/which-func.el (which-function): Be robust in the face of an
21254 imenu--make-index-alist failure.
21255
21256 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
21257
21258 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
21259
21260 * progmodes/python.el (python-preoutput-filter): Fix last change.
21261
21262 2005-03-29 Lute Kamstra <lute@gnu.org>
21263
21264 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
21265 functions and compiled macros.
21266 (debug-convert-byte-code): Handle macros too.
21267 (debug-on-entry-1): Don't signal an error when trying to clear a
21268 function that is not set to debug on entry.
21269
21270 2005-03-29 Jay Belanger <belanger@truman.edu>
21271
21272 * calc/calc-lang.el: Add functions to math-function-table
21273 properties of tex and math.
21274
21275 2005-03-29 Kenichi Handa <handa@m17n.org>
21276
21277 * ps-mule.el (ps-mule-plot-string): Translate characters by
21278 ps-print-translation-table.
21279 (ps-mule-begin-job): Call find-charset-region/string with
21280 ps-print-translation-table.
21281 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
21282
21283 * ps-print.el (ps-print-translation-table): New variable.
21284 (ps-plot-region): Translate characters by ps-print-translation-table.
21285
21286 2005-03-29 Juri Linkov <juri@jurta.org>
21287
21288 * simple.el (next-error-highlight-timer): New variable.
21289
21290 * progmodes/compile.el (compilation-goto-locus):
21291 Use `next-error-highlight-timer' instead of `sit-for'.
21292
21293 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
21294
21295 * mail/supercite.el (sc-mail-field): Use assoc-string.
21296 (sc-get-address): Simplify regexps.
21297
21298 * files.el (minibuffer-with-setup-hook): New macro.
21299 (find-file-read-args): Use it to avoid let-binding
21300 minibuffer-with-setup-hook (which breaks turning on/off
21301 file-name-shadow-mode while in the prompt).
21302
21303 * complete.el (PC-read-include-file-name-internal):
21304 Use test-completion.
21305
21306 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
21307
21308 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
21309
21310 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
21311
21312 * window.el (window-buffer-height): Use count-screen-lines.
21313
21314 * progmodes/python.el (python-preoutput-leftover): New var.
21315 (python-preoutput-filter): Use it.
21316 (python-send-receive): Loop until all the result has been received.
21317
21318 2005-03-28 Juri Linkov <juri@jurta.org>
21319
21320 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
21321
21322 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
21323 "Recover Crashed Session".
21324 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
21325 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
21326 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
21327 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
21328 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
21329 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
21330 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
21331 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
21332
21333 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
21334 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
21335 Ediff Sessions", "Toggle use of separate control buffer frame",
21336 "Use separate frame for Ediff control buffer".
21337
21338 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
21339 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
21340 "Rename Bookmark", "Delete Bookmark".
21341
21342 * info.el (Info-mode-menu): Remove ellipsis from "Index".
21343 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
21344 Add `:active Info-index-alternatives' to "Next Matching Item".
21345
21346 * wdired.el (wdired-change-to-wdired-mode):
21347 Mention `wdired-abort-changes' key in the initial message.
21348
21349 * international/mule.el (auto-coding-alist): Associate non-ascii
21350 image filename extensions with `no-conversion'.
21351
21352 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
21353
21354 * international/iso-acc.el:
21355 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
21356
21357 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
21358
21359 * textmodes/sgml-mode.el (html-mode): Doc update.
21360
21361 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
21362
21363 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
21364
21365 * term.el (term-move-columns): Fix face after extending a line.
21366 (term-insert-spaces): Likewise.
21367 (term-reset-terminal): Fix off by one error.
21368
21369 2005-03-26 Eli Zaretskii <eliz@gnu.org>
21370
21371 * international/mule.el (auto-coding-alist): Add .xpi files.
21372
21373 * files.el (auto-mode-alist): Add .xpi files.
21374
21375 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
21376
21377 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
21378
21379 2005-03-26 Eli Zaretskii <eliz@gnu.org>
21380
21381 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
21382
21383 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
21384
21385 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
21386 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
21387
21388 * calendar/cal-move.el (calendar-beginning-of-year): Move the
21389 cursor to Jan 1 when needed.
21390 (calendar-end-of-year): Fix -/+ typo.
21391 Reported by Chong Yidong <cyd@stupidchicken.com>.
21392
21393 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
21394
21395 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
21396
21397 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
21398 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
21399
21400 2005-03-25 Richard M. Stallman <rms@gnu.org>
21401
21402 * filesets.el (filesets-init): Add autoload.
21403
21404 * mail/mailalias.el (mail-directory): Doc fix.
21405
21406 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
21407
21408 * mail/mailalias.el (mail-directory-process): Do nothing if
21409 mail-directory-process is an atom.
21410 (mail-get-names): Ignore mail-directory-names if it is an atom.
21411 (mail-directory-process defvar): Doc fix.
21412 (mail-names): Doc fix.
21413
21414 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
21415
21416 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
21417
21418 2005-03-26 Kenichi Handa <handa@m17n.org>
21419
21420 * international/mule-util.el (detect-coding-with-priority):
21421 Call update-coding-systems-internal before detect-coding-region.
21422
21423 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
21424
21425 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
21426 (gdb-frames-mode-map): Add follow-link property.
21427
21428 2005-03-25 Jay Belanger <belanger@truman.edu>
21429
21430 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
21431 for variables.
21432
21433 2005-03-25 Juri Linkov <juri@jurta.org>
21434
21435 * image-mode.el: Optimize image filename extension regexps in
21436 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
21437 in `auto-mode-alist'.
21438 (image-mode): Add `image-toggle-display-text' to local hook
21439 `change-major-mode-hook'. Display the image as an image by
21440 default. Set `cursor-type' and `truncate-lines' if the image
21441 is already displayed. Take into account the current mode (image
21442 or text) in message.
21443 (image-minor-mode): New minor mode.
21444 (image-mode-maybe, image-toggle-display-text): New functions.
21445 (image-toggle-display): Use called-interactively-p.
21446 Let-bind `inhibit-read-only' to t.
21447
21448 * image-mode.el (image-minor-mode): Set `cursor-type' and
21449 `truncate-lines' if the image is already displayed. Add turning
21450 image-minor-mode off to `change-major-mode-hook'. Add message.
21451 Call `image-toggle-display-text' after turning image-minor-mode off.
21452
21453 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
21454
21455 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
21456 Terminal.app, use utf-8.
21457 (set-display-table-and-terminal-coding-system): Add coding-system arg.
21458 (set-locale-environment): Use it.
21459
21460 * term/xterm.el: Undo last change, better done in mule-cmds.el.
21461
21462 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
21463
21464 * progmodes/python.el (python-close-block-statement-p)
21465 (python-outdent-p, python-current-defun): Use symbol-end.
21466
21467 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
21468
21469 * files.el (save-some-buffers): Doc fix.
21470
21471 2005-03-25 Werner Lemberg <wl@gnu.org>
21472
21473 * complete.el, thumbs.el: Replace `legal' with `valid'.
21474 * calendar/calendar.el: Replace `legal' with `valid'.
21475 * emacs-lisp/advice.el: Replace `legal' with `valid'.
21476 * mail/supercite.el: Replace `legal' with `valid'.
21477 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
21478 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
21479 Replace `legal' with `valid'.
21480 * textmodes/reftex-vars.el, textmodes/reftex.el:
21481 Replace `legal' with `valid'.
21482
21483 2005-03-25 Werner Lemberg <wl@gnu.org>
21484
21485 * calc/calc-forms.el, calc/calc-sel.el
21486 * midnight.el, vc-cvs.el
21487 * emacs-lisp/cl-macs.el
21488 * emulation/vip.el
21489 * eshell/esh-io.el, eshell/esh-var.el
21490 * mail/supercite.el
21491 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
21492 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
21493 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
21494 * progmodes/sh-script.el, progmodes/xscheme.el
21495 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
21496 * textmodes/reftex-index.el, textmodes/reftex-parse.el
21497 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
21498 * textmodes/reftex.el, textmodes/org.el:
21499 Replace `illegal' with `invalid'.
21500
21501 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
21502
21503 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
21504 (flymake-find-buildfile, flymake-find-possible-master-files)
21505 (flymake-check-include, flymake-parse-line): Replace loops over the
21506 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
21507
21508 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
21509 Substitute file-name-as-directory in the rest of the file.
21510 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
21511 (flymake-replace-region): Remove unused arg `buffer'.
21512 (flymake-check-patch-master-file-buffer): Update calls to it.
21513 (flymake-add-err-info): Remove unused var `count'.
21514 (flymake-mode): Use define-minor-mode.
21515
21516 * progmodes/flymake.el: Use with-current-buffer.
21517 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
21518 flymake-replace-regexp-in-string, flymake-line-beginning-position)
21519 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
21520 Avoid testing for `xemacs'.
21521 (flymake-nop): Move.
21522 (flymake-region-has-flymake-overlays): Return the computed value.
21523 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
21524 Remove unused var `endline'.
21525 (flymake-get-line-count): Remove unused function.
21526 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
21527
21528 * emulation/vi.el:
21529 * generic.el:
21530 * hilit-chg.el (global-highlight-changes):
21531 * hi-lock.el (hi-lock-mode):
21532 * follow.el: find-file-hooks -> find-file-hook.
21533
21534 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
21535
21536 2005-03-24 Juri Linkov <juri@jurta.org>
21537
21538 * dired.el (dired-mode-map): Add menu item "Compare directories"
21539 for dired-compare-directories.
21540
21541 * dired-aux.el (dired-compare-directories): Add autoload cookie.
21542 Doc fix. Replace `read-file-name' with `read-directory-name'.
21543
21544 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
21545
21546 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
21547
21548 2005-03-24 Jay Belanger <belanger@truman.edu>
21549
21550 * calc/calc-embed.el (calc-embedded-mode-change): Save all
21551 relevant mode settings in calc-embedded-original-modes when modes
21552 are permanently changed.
21553
21554 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
21555
21556 * autoinsert.el: find-file-hooks -> find-file-hook.
21557
21558 2005-03-24 Lute Kamstra <lute@gnu.org>
21559
21560 * generic.el (generic-font-lock-defaults): Make it obsolete.
21561 (generic-font-lock-keywords): New variable to replace
21562 generic-font-lock-defaults.
21563 (generic-mode-set-font-lock): Delete it.
21564 (generic-mode-internal): Don't call generic-mode-set-font-lock.
21565 (generic-bracket-support): Add docstring.
21566
21567 * generic-x.el: Rename generic-font-lock-defaults to
21568 generic-font-lock-keywords throughout.
21569 (mailagent-rules-setup-function): Delete it.
21570 (mailagent-rules-generic-mode): Use anonymous function instead.
21571 (show-tabs-generic-mode-font-lock-defaults-1)
21572 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
21573 Quote faces.
21574 (show-tabs-tab-face, show-tabs-space-face): Specify background,
21575 not foreground.
21576
21577 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
21578 Recognize define-generic-mode.
21579
21580 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
21581
21582 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
21583 if there's no completion table.
21584
21585 2005-03-23 Miles Bader <miles@gnu.org>
21586
21587 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
21588 Remove tty-specific variants, as they're no longer needed.
21589
21590 2005-03-23 Lute Kamstra <lute@gnu.org>
21591
21592 * generic-x.el: Code cleanup: make args constant whenever possible.
21593 (installshield-statement-keyword-list)
21594 (installshield-system-functions-list)
21595 (installshield-system-variables-list, installshield-types-list)
21596 (installshield-funarg-constants-list): Make them constants.
21597
21598 * generic.el (generic-make-keywords-list): Add autoload cookie.
21599
21600 * calendar/time-date.el: Add comment on time value formats.
21601 Don't require parse-time.
21602 (with-decoded-time-value): New macro.
21603 (encode-time-value): New function.
21604 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
21605 (days-to-time): Return a valid time value when arg is huge.
21606 (time-since): Use time-subtract.
21607 (time-to-number-of-days): Use time-to-seconds.
21608
21609 2005-03-23 David Ponce <david@dponce.com>
21610
21611 * recentf.el (recentf-keep): New option.
21612 (recentf-menu-action): Default to `find-file'.
21613 (recentf-keep-non-readable-files-flag)
21614 (recentf-keep-non-readable-files-p)
21615 (recentf-file-readable-p, recentf-find-file)
21616 (recentf-cleanup-remote): Remove.
21617 (recentf-include-p): More robust.
21618 (recentf-keep-p): New function.
21619 (recentf-remove-if-non-kept): Rename from
21620 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
21621 All callers updated.
21622 (recentf-menu-items-for-commands): Fix help string.
21623 (recentf-track-closed-file): Update. Doc fix.
21624 (recentf-cleanup): Update. Count removed files. Doc fix.
21625
21626 2005-03-23 Kim F. Storm <storm@cua.dk>
21627
21628 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
21629 Don't inherit from fringe face (now happens automatically).
21630
21631 2005-03-22 Kim F. Storm <storm@cua.dk>
21632
21633 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
21634 position values.
21635
21636 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
21637
21638 * menu-bar.el (showhide-date-time): Remove.
21639 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
21640 (menu-bar-make-mm-toggle): Simplify.
21641
21642 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
21643
21644 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
21645 Accept qualified variable and function names.
21646
21647 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
21648
21649 * bindings.el (completion-ignored-extensions):
21650 Remove ".lis" for `vax-vms'.
21651
21652 2005-03-22 Andreas Schwab <schwab@suse.de>
21653
21654 * generic-x.el: Revert last change.
21655 * ldefs-boot.el: Update.
21656
21657 2005-03-22 Jay Belanger <belanger@truman.edu>
21658
21659 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
21660 (calc-embedded-save-original-modes)
21661 (calc-embedded-restore-original-modes): New functions.
21662 (calc-do-embedded): Save original modes when entering embedded mode
21663 and restore when leaving embedded mode.
21664 (calc-embedded-modes-change): Change the value of
21665 calc-embedded-original-modes to reflect permanent changes.
21666
21667 2005-03-22 Lute Kamstra <lute@gnu.org>
21668
21669 * generic-x.el: Require generic again.
21670
21671 2005-03-22 Miles Bader <miles@gnu.org>
21672
21673 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
21674 Tweak details to look good on both ttys and bitmap displays, light
21675 or dark background, etc.
21676
21677 2005-03-21 Kim F. Storm <storm@cua.dk>
21678
21679 * tooltip.el (tooltip-show-help-function): Check car and cdr of
21680 mouse position.
21681
21682 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
21683
21684 * icomplete.el: Don't forcibly turn on the mode upon load.
21685 (icomplete-mode): Use define-minor-mode.
21686 (icomplete-eoinput): Default to nil.
21687 (icomplete-minibuffer-setup): Remove autoload.
21688 (icomplete-tidy): Simplify.
21689 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
21690 in the initial state or if the user has modified the field.
21691 Fix handling of icomplete-max-delay-chars.
21692 Remove code that handles the oddball case where
21693 minibuffer-completion-table is an integer.
21694 Wrap icomplete-completions in while-no-input in case building
21695 completions takes more time than expected.
21696 (icomplete-completions): Simplify.
21697
21698 2005-03-21 Richard M. Stallman <rms@gnu.org>
21699
21700 * jka-compr.el (jka-compr-really-do-compress):
21701 Make variable buffer-local.
21702
21703 * image-mode.el: Handle .xpm files too.
21704 (image-toggle-display): Preserve modification flag.
21705
21706 * help.el (where-is): Don't mention aliases with no key bindings.
21707
21708 2005-03-21 Lute Kamstra <lute@gnu.org>
21709
21710 * generic.el: Fix commentary section. Don't require cl for
21711 compilation.
21712 (generic-mode-list): Add autoload cookie.
21713 (generic-use-find-file-hook, generic-lines-to-scan)
21714 (generic-find-file-regexp, generic-ignore-files-regexp)
21715 (generic-mode, generic-mode-find-file-hook)
21716 (generic-mode-ini-file-find-file-hook): Fix docstrings.
21717 (define-generic-mode): Make it a defmacro. Fix docstring.
21718 (generic-mode-internal): Code cleanup. Add autoload cookie.
21719 (generic-mode-set-comments): Code cleanup.
21720 * generic-x.el: Don't prevent compilation. Don't require generic.
21721 Follow coding conventions. Minor code cleanup.
21722 (etc-fstab-generic-mode): Add some keywords.
21723 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
21724 define-generic-mode like a function declaration.
21725
21726 2005-03-21 Jay Belanger <belanger@truman.edu>
21727
21728 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
21729 changing modes.
21730
21731 2005-03-21 Sam Steingold <sds@gnu.org>
21732
21733 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
21734
21735 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
21736
21737 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
21738 Add underscore to "f$ lexicals" regexp.
21739
21740 2005-03-20 Juri Linkov <juri@jurta.org>
21741
21742 * subr.el (progress-reporter-do-update): When `min-value' is equal
21743 to `max-value', set `percentage' to 0 and prevent division by zero.
21744
21745 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
21746
21747 Sync with Tramp 2.0.48.
21748
21749 * net/tramp.el (all): Change all addresses to .gnu.org.
21750 (tramp-append-tramp-buffers): New defun.
21751 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
21752 Catch `dont-send' signal.
21753 (tramp-set-auto-save-file-modes): Set always permissions, because
21754 there might be an old auto-saved file belonging to another
21755 original file. This could be a security threat. Reported by
21756 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
21757 Check for Emacs 21.3.50 removed.
21758
21759 * net/tramp-smb.el (all): Remove debug construct for
21760 `with-parsed-tramp-file-name'.
21761 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
21762 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
21763 No error message if DIRECTORY or FILENAME doesn't exist.
21764 (tramp-smb-open-connection): Check existence of
21765 `tramp-smb-program'.
21766
21767 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
21768
21769 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
21770 Properly handle the case where the `m' or `s' command's argument is not
21771 yet terminated.
21772 (perl-indent-new-calculate): New function.
21773 (perl-indent-line): Use it.
21774
21775 2005-03-20 Miles Bader <miles@gnu.org>
21776
21777 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
21778 in text-mode too. Change to new face names.
21779 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
21780 Add `:weight bold' attribute.
21781 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
21782
21783 2005-03-19 Juri Linkov <juri@jurta.org>
21784
21785 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
21786
21787 * international/mule.el (auto-coding-alist): Sync with
21788 `auto-mode-alist' by adding upper case archive file extensions
21789 and adding ear/war to jar extension.
21790
21791 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
21792
21793 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
21794 running, restart it.
21795
21796 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
21797
21798 * finder.el (finder-current-item): Throw an error on an empty line.
21799
21800 * man.el (Man-follow-manual-reference): If current-word returns
21801 nil, use "".
21802
21803 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
21804
21805 * simple.el (goto-line): Doc fix.
21806
21807 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
21808
21809 * files.el (save-buffer): Doc fix.
21810
21811 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
21812
21813 * recentf.el (recentf-cleanup-remote): New variable.
21814 (recentf-cleanup): Use it to conditionally check availability of
21815 remote files.
21816
21817 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
21818
21819 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
21820 function names.
21821
21822 2005-03-19 Eli Zaretskii <eliz@gnu.org>
21823
21824 * language/thai-word.el: New file.
21825
21826 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
21827
21828 * files.el (backup-buffer): If the file's directory is not
21829 writable, use copy instead of move to backup the file.
21830
21831 2005-03-19 Eli Zaretskii <eliz@gnu.org>
21832
21833 * obsolete/keyswap.el: Moved to obsolete/ from term/.
21834
21835 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21836
21837 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
21838 Use functionp instead of symbolp and fboundp. Reported by Drkm
21839 <darkman_spam@yahoo.fr>.
21840 (ps-print-version): New version 6.6.6.
21841
21842 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
21843
21844 * textmodes/table.el (table--line-column-position): New idiom.
21845 (table--row-column-insertion-point-p): New function to test
21846 validity of row and column insertion operation at a location.
21847 (table-global-menu, table-cell-menu): Use above functions for
21848 deterministic test operation.
21849 (table--editable-cell-p): Behave in deterministic fashion.
21850
21851 2005-03-18 Juri Linkov <juri@jurta.org>
21852
21853 * isearch.el (isearch-lazy-highlight-new-loop):
21854 Make arguments beg and end optional.
21855 (isearch-update): Remove optional arguments nil from
21856 isearch-lazy-highlight-new-loop.
21857 (isearch-lazy-highlight-search): Let-bind case-fold-search to
21858 isearch-lazy-highlight-case-fold-search instead of
21859 isearch-case-fold-search, and let-bind isearch-regexp to
21860 isearch-lazy-highlight-regexp.
21861 Use isearch-lazy-highlight-last-string instead of isearch-string.
21862
21863 * replace.el (perform-replace): Remove bindings of global
21864 variables isearch-string, isearch-regexp, isearch-case-fold-search.
21865 Add three new arguments to `replace-highlight'.
21866 (replace-highlight): Add arguments string, regexp, case-fold.
21867 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
21868 to allow isearch-lazy-highlight-new-loop to use these values
21869 to set corresponding isearch-lazy-highlight-* internal
21870 variables whose values lazy highlighting will use regardless of
21871 changes to global variables isearch-string, isearch-regexp,
21872 isearch-case-fold-search during lazy highlighting loop.
21873 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
21874 to `lazy-highlight-cleanup'.
21875
21876 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
21877 (ispell-highlight-face): Set default face to `isearch' when
21878 lazy highlighting is enabled.
21879 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
21880 priority to 1. Add lazy highlighting.
21881 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
21882 from `isearch-dehighlight'.
21883
21884 2005-03-18 David Ponce <david@dponce.com>
21885
21886 * files.el (hack-local-variables): Do a case-insensitive search
21887 for End.
21888
21889 2005-03-18 Juri Linkov <juri@jurta.org>
21890
21891 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
21892 `isearch-lazy-highlight-cleanup', add alias to old name and
21893 declare obsolete. Add release numbers to other obsolete vars.
21894 (isearch-done, isearch-lazy-highlight-new-loop):
21895 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
21896 (lazy-highlight-cleanup) <variable>: Doc fix.
21897 (isearch-lazy-highlight-update): Rename obsolete
21898 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
21899
21900 2005-03-18 Kenichi Handa <handa@m17n.org>
21901
21902 * language/thai-util.el: Fix categorization of Thai characters in
21903 thai-category-table.
21904 (thai-composition-pattern): Adjust it for the above change.
21905 (thai-self-insert-command, thai-compose-syllable): New functions.
21906 (thai-compose-region): Use thai-compose-syllable.
21907 (thai-compose-string): Likewise.
21908 (thai-composition-function): Likewise.
21909 (thai-auto-composition): New function.
21910 (thai-auto-composition-mode): New minor mode.
21911
21912 * language/thai.el: Fix patterns to be registered in
21913 composition-function-table.
21914
21915 * international/quail.el (quail-input-method): Locally bind
21916 inhibit-modification-hooks to t.
21917
21918 2005-03-17 Richard M. Stallman <rms@gnu.org>
21919
21920 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
21921 (perl-mode): Use run-mode-hooks.
21922
21923 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
21924 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
21925 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
21926
21927 * mail/sendmail.el (sendmail-send-it): Reenable the code
21928 to compute resend-to-address and use it.
21929
21930 * tar-mode.el (tar-mode): Turn off undo unconditionally.
21931
21932 * image-mode.el: New file.
21933
21934 * image.el (insert-sliced-image): Add autoload cookie.
21935
21936 * font-lock.el (font-lock-lines-before): New user option.
21937 (font-lock-after-change-function): Obey it.
21938
21939 * bindings.el (esc-map): Make M-g a prefix.
21940 Bind M-g g and M-g M-g to goto-line.
21941
21942 * faces.el (face-id): Doc fix.
21943
21944 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
21945
21946 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
21947 (rmail-show-message): Use rmail-unknown-mail-followup-to.
21948 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
21949
21950 * mail/sendmail.el (mail-yank-ignored-headers)
21951 (mail-font-lock-keywords, mail-mode-fill-paragraph):
21952 Add Mail-Followup-To and Mail-Reply-To headers.
21953 (mail-citation-hook): Add autoload cookie.
21954 (mail-mode): Doc fix.
21955 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
21956 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
21957 (mail-mode-fill-paragraph): Handle those headers.
21958 (mail-mailing-lists): New variable.
21959 (mail-mail-reply-to, mail-mail-followup-to): New functions.
21960
21961 2005-03-17 Juri Linkov <juri@jurta.org>
21962
21963 * isearch.el (isearch-fallback): Check for `(car previous)'
21964 before calling `isearch-other-end-state'.
21965
21966 2005-03-17 Kim F. Storm <storm@cua.dk>
21967
21968 * simple.el (move-beginning-of-line): Move to beginning of buffer
21969 line, as well as beginning of screen line.
21970
21971 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
21972
21973 * calendar/diary-lib.el (mark-diary-entries): Use new optional
21974 argument REDRAW rather than calendar-redrawing variable.
21975 * calendar/calendar.el (calendar-redrawing): Delete.
21976 (redraw-calendar): Do not bind calendar-redrawing.
21977
21978 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
21979
21980 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
21981 diary-file buffer.
21982
21983 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
21984
21985 * help.el (describe-mode): Allow a :minor-mode-function property to
21986 specify a different minor mode toggle function than the variable.
21987 * simple.el (auto-fill-function):
21988 * subr.el (add-minor-mode): Use it.
21989
21990 2005-03-16 Kenichi Handa <handa@m17n.org>
21991
21992 * language/ethio-util.el (sera-being-called-by-w3): New variable.
21993 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
21994 (ethio-fidel-to-sera-buffer): Likewise.
21995
21996 2005-03-16 Juri Linkov <juri@jurta.org>
21997
21998 * emacs-lisp/find-func.el (find-function-regexp):
21999 Add defun-emitting macro `menu-bar-make-toggle'.
22000
22001 * isearch.el: Put `isearch-scroll' property to
22002 `split-window-horizontally'.
22003
22004 * info.el: Update error messages for `debug-ignored-errors'.
22005 (Info-isearch-search): Doc fix.
22006 (Info-find-node): Move up code to go into info buffer before
22007 recording the node to the history.
22008 (Info-fontify-node): Fontify titles only if the next line
22009 has two or more `*', `=', `-', `.'.
22010 Display "go to this node" for empty (match-string 3).
22011
22012 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22013
22014 * term/mac-win.el: Add mouse pointer shape constants.
22015
22016 2005-03-15 Kim F. Storm <storm@cua.dk>
22017
22018 * simple.el (move-beginning-of-line): Use vertical-motion.
22019
22020 2005-03-15 Juri Linkov <juri@jurta.org>
22021
22022 * isearch.el (isearch-error): New variable.
22023 (isearch-invalid-regexp, isearch-within-brackets): Remove.
22024 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
22025 (isearch-within-brackets-state): Remove.
22026 (isearch-case-fold-search-state, isearch-pop-fun-state):
22027 Decrease frame index.
22028 (isearch-mode, isearch-top-state, isearch-push-state)
22029 (isearch-edit-string, isearch-abort, isearch-search-and-update)
22030 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
22031 (isearch-search, isearch-lazy-highlight-new-loop):
22032 Replace `isearch-invalid-regexp' with `isearch-error'.
22033 Remove `isearch-within-brackets'.
22034 (isearch-search): Add `search-failed' handler to `condition-case'.
22035 (isearch-lazy-highlight-search): Add `condition-case' to catch
22036 errors and allow `isearch-lazy-highlight-update' to try
22037 highlighting from the beginning of the window.
22038 (isearch-repeat): Move up code to set isearch-wrapped to t
22039 before calling isearch-wrap-function.
22040
22041 * info.el (Info-isearch-initial-node): New internal variable.
22042 (Info-search): Signal an error in isearch mode when search leaves
22043 the initial node. Signal an error when `bound' is non-nil and
22044 nothing was found in the current subfile.
22045 (Info-isearch-search): Remove `condition-case'.
22046 (Info-isearch-wrap): Don't wrap when search failed during leaving
22047 the initial node. If `Info-isearch-search' is nil, wrap around
22048 the current node.
22049 (Info-isearch-start): New fun.
22050 (Info-mode): Add buffer-local hook `Info-isearch-start' to
22051 `isearch-mode-hook'.
22052
22053 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22054
22055 * simple.el (normal-erase-is-backspace): Set default to t if
22056 running on Mac.
22057
22058 * term/mac-win.el (function-key-map): Sync with x-win.el.
22059
22060 2005-03-15 Kenichi Handa <handa@m17n.org>
22061
22062 * international/mule-cmds.el (locale-language-names): Modify the
22063 format of elements and add more entries.
22064 (locale-preferred-coding-systems): Add more entries.
22065 (set-locale-environment): Adjust for the change of
22066 locale-language-names.
22067
22068 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
22069
22070 * pcvs.el (smerge-ediff): Remove bogus autoload.
22071
22072 2005-03-14 Lute Kamstra <lute@gnu.org>
22073
22074 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
22075 Ignore a `*' at the beginning of a line.
22076
22077 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
22078 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
22079 subr.el.
22080 (dont-compile, eval-when-compile, eval-and-compile): Use declare
22081 to specify indentation.
22082
22083 * generic.el (define-generic-mode): Let generic-mode-list be a
22084 list of strings; test membership with equal.
22085
22086 2005-03-14 Kim F. Storm <storm@cua.dk>
22087
22088 * simple.el (next-line, previous-line): Add optional try-vscroll
22089 arg to recognize interactive use. Pass it on to line-move.
22090 (line-move): Don't perform auto-window-vscroll when defining or
22091 executing keyboard macro to ensure consistent behavior.
22092
22093 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
22094
22095 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
22096
22097 2005-03-13 Lute Kamstra <lute@gnu.org>
22098
22099 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
22100 debugger-setup-buffer so that backtrace marks the frames set to
22101 debug-on-exit and we don't have to do it manually. Set an extra
22102 debug-on-exit for macro's.
22103 (debugger-setup-buffer): Don't mark the top frame manually.
22104
22105 2005-03-12 Lute Kamstra <lute@gnu.org>
22106
22107 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
22108 lisp-indent-function throughout.
22109 (with-no-warnings): Set lisp-indent-function property.
22110
22111 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
22112
22113 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
22114 Add entry for backslash.
22115
22116 2005-03-12 Juri Linkov <juri@jurta.org>
22117
22118 * info.el (Info-search): Four fixes for backward search.
22119
22120 2005-03-11 Jay Belanger <belanger@truman.edu>
22121
22122 * calc/calc.el (calc-language-alist): New variable.
22123 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
22124 (calc-embedded-find-modes): Use calc-language-alist instead of
22125 calc-embedded-language-alist.
22126
22127 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
22128
22129 * calendar/calendar.el (calendar-redrawing): New internal
22130 variable.
22131 (redraw-calendar): Remove bogus save-excursion from previous
22132 change. Bind calendar-redrawing to t for mark-diary-entries.
22133 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
22134 calendar if that is why we were called.
22135
22136 2005-03-11 Kenichi Handa <handa@m17n.org>
22137
22138 * international/mule.el (make-coding-system): Set property
22139 coding-system-define-form to nil.
22140 (define-coding-system-alias): Likewise.
22141
22142 2005-03-11 Kenichi Handa <handa@m17n.org>
22143
22144 These changes are suggested by Dave Love <fx@gnu.org>.
22145
22146 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
22147 coding: tag.
22148 (adaptive-fill-regexp): Add more bullets.
22149 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
22150 regexps.
22151
22152 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
22153
22154 * help.el (describe-mode): Properly handle non-trivial lighters.
22155 Don't ignore minor modes that are not listed in minor-mode-list.
22156
22157 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
22158 feature ON when the user requests to turn it OFF.
22159
22160 2005-03-10 Lute Kamstra <lute@gnu.org>
22161
22162 * emacs-lisp/debug.el (debug-entry-code): Delete it.
22163 (implement-debug-on-entry): New function to replace debug-entry-code.
22164 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
22165 second argument as the 2005-03-07 change makes it obsolete.
22166 (debug-on-entry, cancel-debug-on-entry): Update call to
22167 debug-on-entry-1.
22168 (debug, debugger-setup-buffer): Comment update.
22169 (debugger-frame-number): Update to work with implement-debug-on-entry.
22170
22171 2005-03-10 Jay Belanger <belanger@truman.edu>
22172
22173 * calc/calc-embed.el (math-ms-args): Declare it.
22174 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
22175 math-ms-args.
22176 (calc-embedded-subst): Use math-multi-subst-rec to substitute
22177 variables.
22178
22179 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
22180
22181 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
22182 Use message-box.
22183
22184 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
22185 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
22186 (tooltip-gud-tips): Simplify.
22187 (tooltip-gud-tips-p): Remove superfluous :set.
22188 (tooltip-gud-modes): Add fortran-mode.
22189 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
22190
22191 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
22192
22193 2005-03-09 Kim F. Storm <storm@cua.dk>
22194
22195 * play/animate.el (animate-place-char): Use forward-line instead
22196 of next-line to improve performance.
22197
22198 2005-03-09 Simon Josefsson <jas@extundo.com>
22199
22200 * net/browse-url.el (browse-url-default-browser): Doc fix.
22201
22202 2005-03-09 Miles Bader <miles@gnu.org>
22203
22204 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
22205 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
22206
22207 2005-03-09 Kenichi Handa <handa@m17n.org>
22208
22209 * international/latin-1.el: Set case and syntax for 255 only if
22210 set-case-syntax-set-multibyte is nil.
22211
22212 * textmodes/ispell.el (ispell-insert-word): New function.
22213 (ispell-word): Use ispell-insert-word to insert a new word.
22214 (ispell-process-line): Likewise.
22215 (ispell-complete-word): Likewise.
22216
22217 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
22218
22219 * calendar/calendar.el (redraw-calendar): Preserve point.
22220 Reported by Matt Hodges <MPHodges@member.fsf.org>.
22221 (calendar-week-start-day): Move after definition of
22222 redraw-calendar. Delete buffer test, since redraw-calendar has
22223 that now.
22224
22225 * calendar/diary-lib.el (mark-diary-entries): Only call
22226 redraw-calendar in the first of any recursive calls.
22227 Reported by Alan Shutko <ats@acm.org>.
22228
22229 2005-03-08 Juri Linkov <juri@jurta.org>
22230
22231 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
22232 (html-horizontal-rule, html-line, html-image, html-checkboxes)
22233 (html-radio-buttons): Add a space before the trailing `/>' where
22234 sgml-xml-mode is non-nil.
22235 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
22236 the subsequent tag of the empty XML tag.
22237 (html-href-anchor): Don't set initial input to "http:".
22238 (html-image): Ask for the image URL and set point inside alt="".
22239 (html-name-anchor): Duplicate the name in the `id' attribute when
22240 sgml-xml-mode is non-nil.
22241 (html-paragraph): Remove \n before <p>.
22242 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
22243 instead of `checked' when sgml-xml-mode is non-nil.
22244
22245 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
22246 Remove 1 space before #RRGGBB to not truncate it on terminal
22247 windows w/o fringes. Remove 1 space between bg and fg examples
22248 to get more space.
22249 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
22250 avoid byte-compile warnings.
22251
22252 * image-file.el (image-file-handler): Put `safe-magic' property to
22253 `image-file-handler'.
22254
22255 * info.el (Info-isearch-search): Emulate word search in
22256 isearching through multiple Info nodes with Info-search.
22257 (Info-isearch-wrap): Allow isearch-word.
22258
22259 2005-03-08 Lute Kamstra <lute@gnu.org>
22260
22261 * emacs-lisp/debug.el (debugger-step-through): Make sure that
22262 stepping into the debugger's code is not possible.
22263 (debugger-jumping-flag): Docstring update.
22264
22265 2005-03-08 Jay Belanger <belanger@truman.edu>
22266
22267 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
22268 embedded mode begins.
22269 (calc-embedded-language-alist): New variable.
22270 (calc-embedded-find-modes): Use calc-embedded-language-alist to
22271 set default language mode.
22272
22273 2005-03-08 Kenichi Handa <handa@m17n.org>
22274
22275 * international/ccl.el (define-ccl-program): Fix docstring about
22276 extra 256 bytes assured for the output buffer.
22277
22278 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
22279 Fix BUFFER_MAGNIFICATION to 2.
22280 (ccl-encode-mule-utf-16be-with-signature): Likewise.
22281
22282 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
22283
22284 * align.el (align-rules-list): Added an alignment rule for CSS
22285 declarations (applies to css-mode and html-mode buffers).
22286
22287 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
22288
22289 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
22290
22291 2005-03-07 Kim F. Storm <storm@cua.dk>
22292
22293 * simple.el (move-beginning-of-line): New command.
22294
22295 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
22296
22297 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
22298
22299 * emulation/cua-base.el: Put CUA move property on move-end-of-line
22300 and move-beginning-of-line.
22301
22302 * apropos.el (apropos-print): Omit command from M-x ... RET.
22303
22304 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
22305
22306 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
22307 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
22308
22309 2005-03-06 Richard M. Stallman <rms@gnu.org>
22310
22311 * bindings.el (esc-map): Bind M-g to goto-line.
22312
22313 * facemenu.el (global-map): Bind M-o, not M-g.
22314
22315 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22316
22317 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
22318 "Open Directory" as for "Open File".
22319
22320 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
22321
22322 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
22323 (push-mark-command): Run activate-mark-hook.
22324
22325 2005-03-06 Richard M. Stallman <rms@gnu.org>
22326
22327 * help-mode.el (help-mode-finish): Don't alter the element
22328 in view-return-to-alist if there already is one.
22329
22330 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
22331 make sure the current buffer is the expected one.
22332
22333 * novice.el (disabled-command-function): Output in *Disabled Command*.
22334 Explicitly ignore non-keyboard events, and explicitly handle C-g.
22335
22336 * textmodes/flyspell.el (flyspell-large-region):
22337 Pass args differently for aspell.
22338
22339 * files.el (mode-require-final-newline): Doc fix.
22340
22341 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
22342
22343 * progmodes/which-func.el (which-function):
22344 Specify NOERROR when calling imenu--make-index-alist.
22345
22346 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
22347
22348 * simple.el (normal-erase-is-backspace): Define default value.
22349
22350 * custom.el (custom-theme-set-variables): Remove unused var
22351 `immediate'.
22352 (custom-reevaluate-setting): Simple function to handle variables
22353 that are defined before their default value can really be
22354 computed.
22355
22356 * startup.el (command-line): Use it for temporary-file-directory,
22357 small-emporary-file-directory, auto-save-file-name-transforms,
22358 blink-cursor-mode, and normal-erase-is-backspace.
22359
22360 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
22361 progress, even with buggy anchored keywords.
22362
22363 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
22364
22365 * simple.el (goto-line): Remove unbalanced final parenthesis.
22366
22367 2005-03-05 Richard M. Stallman <rms@gnu.org>
22368
22369 * simple.el (goto-line): Use a number at point as the default.
22370 With C-u as arg, switch buffers.
22371
22372 2005-03-05 Juri Linkov <juri@jurta.org>
22373
22374 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
22375 with `no-blinking-cursor'.
22376
22377 * startup.el (no-blinking-cursor): New defvar.
22378 (command-line): Add `--no-blinking-cursor' to longopts.
22379 Set `no-blinking-cursor' to t for command line arguments
22380 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
22381 with `no-blinking-cursor' in the condition for calling
22382 `blink-cursor-mode'.
22383
22384 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
22385
22386 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
22387 (menu-bar-options-save): Add blink-cursor-mode.
22388 (menu-bar-options-menu): Add blink-cursor-mode.
22389
22390 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
22391
22392 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
22393 (icalendar-export-file, icalendar-export-region)
22394 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
22395 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
22396
22397 2005-03-04 Lute Kamstra <lute@gnu.org>
22398
22399 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
22400 (debug-function-list): Ditto.
22401
22402 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
22403
22404 * textmodes/texinfmt.el (texinfo-append-refill):
22405 Redefine the types of line to which @refill
22406 is not appended by replacing a search for `@refill\\|@bye' with
22407 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
22408 itemize@refill' bug and the unfilled long lines bug.
22409 (texinfmt-version): Update number and date.
22410
22411 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
22412
22413 * international/code-pages.el (windows-1250, windows-125[2-8])
22414 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
22415
22416 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
22417
22418 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
22419 bound yet.
22420
22421 2005-03-02 Romain Francoise <romain@orebokech.com>
22422
22423 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
22424 buffer after removing limits.
22425 (ibuffer-pop-filter): Ditto.
22426 Update copyright.
22427
22428 2005-03-02 Miles Bader <miles@gnu.org>
22429
22430 * button.el (make-text-button): If the user doesn't specify a
22431 type, use the default. Rewrite to use `add-text-properties' and
22432 plist functions.
22433
22434 2005-03-01 Lute Kamstra <lute@gnu.org>
22435
22436 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
22437 (debugger-jumping-flag): New var.
22438 (debug-entry-code): Use it.
22439 (debugger-jump): Use debugger-jumping-flag and add
22440 debugger-reenable to post-command-hook.
22441 (debugger-reenable): Use debugger-jumping-flag and remove itself
22442 from post-command-hook.
22443 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
22444 debugger-reenable.
22445
22446 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
22447
22448 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
22449 inclusion of "itemize\\|", which may be unnecessary, is certainly
22450 inelegant, and stops refilling in itemize lists when formatting
22451 Japanese Texinfo files to Info.
22452 Update copyright to 2005.
22453
22454 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
22455
22456 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
22457 of an error if GDB can't find the source file.
22458
22459 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
22460
22461 * calendar/calendar.el (redraw-calendar): Work from any buffer,
22462 not just the calendar.
22463
22464 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
22465 first.
22466 (diary-redraw-calendar): New function.
22467 (make-diary-entry): Add diary-redraw-calendar to local
22468 write-contents-functions. Turn off selective display before
22469 inserting in diary.
22470
22471 2005-03-01 Kim F. Storm <storm@cua.dk>
22472
22473 * emacs-lisp/copyright.el (copyright-fix-years): New command.
22474
22475 2005-03-01 Lute Kamstra <lute@gnu.org>
22476
22477 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
22478 that debug-entry-code can be safely removed from a function while
22479 this code is being evaluated. Revert the 2005-02-27 change as the
22480 new implementation no longer requires it. Make sure that a
22481 function body containing just a string is not mistaken for a docstring.
22482 (debug): Skip one more frame in case of debug on entry.
22483 (debugger-setup-buffer): Delete one more frame line in case of
22484 debug on entry.
22485 (debugger-frame-number): Update to use the new text introduced by
22486 the 1999-11-03 change. Skip one more frame in case of debug on entry.
22487
22488 2005-02-28 Kim F. Storm <storm@cua.dk>
22489
22490 * double.el (double-translate-key): Call force-window-update after
22491 read-event to avoid crash in redisplay.
22492
22493 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
22494
22495 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
22496 (debug): Use it. Move the inhibit-trace earlier.
22497 (debug-entry-code): New const.
22498 (debug-on-entry-1): Use it.
22499
22500 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
22501
22502 * international/utf-16.el (ccl-encode-mule-utf-16le):
22503 Fix BUFFER_MAGNIFICATION to 2.
22504 (ccl-encode-mule-utf-16be): Likewise.
22505
22506 2005-02-28 Kenichi Handa <handa@m17n.org>
22507
22508 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
22509 Fix BUFFER_MAGNIFICATION to 4.
22510 (ccl-encode-mule-utf-16be-with-signature): Likewise.
22511
22512 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
22513
22514 * speedbar.el (speedbar-update-flag): Doc fix.
22515 (speedbar-show-info-under-mouse): Give set-mouse-position the right
22516 argument.
22517
22518 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
22519
22520 * reveal.el (reveal-post-command): Don't try to reveal overlays which
22521 have a non-nil `invisible' property but are actually visible.
22522
22523 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
22524 for perldoc sections.
22525 (perl-outline-regexp, perl-outline-level): New var and function.
22526 (perl-mode): Use them.
22527
22528 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
22529
22530 * calendar/diary-lib.el (diary-remind): Discard any mark portion
22531 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
22532
22533 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
22534
22535 * cus-edit.el: Comment change.
22536 (custom-buffer-create-internal): Slightly reword text at top of
22537 Custom buffers. Mention there that saving an option edits the
22538 init file. Add link to Emacs manual node on `custom-file'.
22539 (custom-magic-alist): Rewrite individual State messages to use
22540 capitalized keywords. Doc fix.
22541
22542 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
22543
22544 * calendar/calendar.el (calendar-buffer): Move above
22545 calendar-week-start-day.
22546 (calendar-week-start-day): Doc fix. Add :set function.
22547 (calendar-minimum-window-height): New variable.
22548 (generate-calendar-window): Only resize window if selected-window
22549 is displaying the calendar buffer. Use new variable
22550 calendar-minimum-window-height.
22551 (generate-calendar): Reword error message.
22552 (calendar-mode-map): Bind DEL to scroll-other-window-down.
22553
22554 2005-02-27 Andreas Schwab <schwab@suse.de>
22555
22556 * vc.el (vc-do-command): Don't run command asynchronously when
22557 operating in a remote directory.
22558
22559 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
22560 change from sync with Tramp 2.0.47.
22561
22562 2005-02-27 Richard M. Stallman <rms@gnu.org>
22563
22564 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
22565
22566 * textmodes/flyspell.el (flyspell-mode-on):
22567 Call ispell-change-dictionary only if necessary.
22568
22569 * emacs-lisp/re-builder.el (regexp-builder): New function.
22570
22571 * register.el (describe-register-1): Explicitly handle
22572 yank-excluded-properties = t.
22573
22574 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
22575 (custom-magic-alist): Change the status descriptions again.
22576 (face widget-type): Total rewrite based on `restricted-sexp'
22577 to eliminate the confusing double hiding levels.
22578
22579 * emacs-lisp/debug.el (debug-on-entry-1):
22580 If function body is empty, add nil as body form.
22581
22582 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
22583
22584 * emacs-lisp/trace.el (inhibit-trace): New var.
22585 (trace-make-advice): Use it.
22586
22587 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
22588
22589 2005-02-26 Kim F. Storm <storm@cua.dk>
22590
22591 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
22592 (mouse-on-link-p, mouse-drag-region-1): Use it.
22593
22594 2005-02-25 Lute Kamstra <lute@gnu.org>
22595
22596 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
22597
22598 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
22599
22600 * frame.el (blink-cursor-mode): Add :group keyword.
22601
22602 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
22603
22604 * calendar/icalendar.el (icalendar--decode-isodatetime):
22605 New optional argument DAY-SHIFT.
22606 (icalendar-export-region): Fix coding-system-for-write.
22607 (icalendar--convert-ical-to-diary): Shift end-day of all-day
22608 events by one.
22609
22610 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
22611
22612 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
22613
22614 2005-02-24 Kim F. Storm <storm@cua.dk>
22615
22616 * international/iso-acc.el (iso-accents-compose): Fix crash
22617 during redisplay. Call force-window-update after read-event
22618 and delete-region to signal that window is not accurate.
22619
22620 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
22621
22622 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
22623 Remove unused and inexistent var `inhibit-trace'.
22624 (debugger-mode): Use run-mode-hooks.
22625 (debugger-list-functions): Add buttons; setup xref stack.
22626
22627 2005-02-23 Richard M. Stallman <rms@gnu.org>
22628
22629 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
22630 appointment says it was explicitly made.
22631 (appt-add): Set the 3rd element.
22632 (appt-make-list): Preserve explicit appointments.
22633
22634 * subr.el (find-tag-default): Catch errors in forward-sexp.
22635
22636 2005-02-23 Juri Linkov <juri@jurta.org>
22637
22638 * info.el (Info-isearch-search): New defcustom.
22639 (Info-isearch-search): Call the default isearch function
22640 when Info-isearch-search is nil.
22641 (Info-isearch-wrap): Use variable Info-isearch-search.
22642
22643 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
22644
22645 * cus-edit.el: Comment change.
22646
22647 2005-02-22 Kim F. Storm <storm@cua.dk>
22648
22649 * progmodes/hideif.el (hide-ifdef-use-define-alist):
22650 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
22651
22652 2005-02-22 Simon Josefsson <jas@extundo.com>
22653
22654 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
22655 New variable.
22656 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
22657 Oskarsson" <myrkraverk@users.sourceforget.net>.
22658
22659 2005-02-22 Kim F. Storm <storm@cua.dk>
22660
22661 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
22662 check that window of that event is the selected window.
22663 (mouse-drag-region-1): Compare mouse event window to selected
22664 window before setting point.
22665
22666 * tooltip.el (tooltip-show-help-function): Pass event to
22667 mouse-on-link-p so it can check selected window.
22668
22669 2005-02-22 Kenichi Handa <handa@m17n.org>
22670
22671 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
22672 (ps-mule-show-warning): New function.
22673 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
22674 characters are found.
22675
22676 * ps-print.el (ps-header-footer-string): Return a list of header
22677 and footer strings.
22678
22679 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
22680
22681 * pcvs.el (cvs-retrieve-revision): Fix thinko.
22682
22683 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
22684
22685 * frame.el (blink-cursor-mode): Use define-minor-mode.
22686
22687 * term/mac-win.el (function-key-map): Use char-names more consistently.
22688 (file-name-coding-system): Only set it for MacOS-9. The other case is
22689 already handled in mule-cmds.el (where it also works when mac-win.el
22690 is not used).
22691
22692 2005-02-21 Kenichi Handa <handa@m17n.org>
22693
22694 * international/mule.el (ctext-pre-write-conversion): Always use
22695 " *code-converting-work*" buffer for work.
22696
22697 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
22698
22699 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
22700
22701 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
22702
22703 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
22704
22705 * ses.el (undo-more): Restore defadvice, but only the part that
22706 allows changes outside the restricted area of the buffer.
22707
22708 2005-02-20 Kim F. Storm <storm@cua.dk>
22709
22710 * simple.el (line-move): Add fourth optional arg try-vscroll which
22711 must be set to perform auto-window-vscroll.
22712 When moving backwards and doing auto-window-vscroll, automatically
22713 vscroll to the last part of lines which are taller than the window.
22714 (next-line, previous-line): Set try-vscroll arg on line-move.
22715
22716 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
22717
22718 * replace.el (query-replace, query-replace-regexp)
22719 (replace-string, replace-regexp): When operating on region, make
22720 the minibuffer prompt say so.
22721
22722 * isearch.el (isearch-forward): Document isearch-query-replace and
22723 isearch-query-replace-regexp keybindings.
22724
22725 2005-02-19 Jay Belanger <belanger@truman.edu>
22726
22727 * calc/calc-aent.el (math-read-token): Add local variable.
22728
22729 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
22730 (calc-edit-top): Move declaration to earlier in file.
22731 (calc-edit-macro-repeats): Add local variables.
22732
22733 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
22734 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
22735 calcFunc-tanh.
22736 Adjust integration rule for calcFunc-tan.
22737
22738 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
22739
22740 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
22741 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
22742 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
22743 (viper-skip-separators): Bug fix.
22744 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
22745 particular major mode.
22746 (viper-del-backward-char-in-replace): Don't put deleted char on the
22747 kill ring.
22748
22749 * viper-ex.el (viper-color-display-p): New function.
22750 (viper-has-face-support-p): Use viper-color-display-p.
22751
22752 * viper-keym.el (viper-gnus-modifier-map): New keymap.
22753
22754 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
22755
22756 * viper-util.el (viper-glob-unix-files): Fix shell status check.
22757 (viper-file-remote-p): Make equivalent to file-remote-p.
22758
22759 * viper.el (viper-major-mode-modifier-list):
22760 Use viper-gnus-modifier-map.
22761
22762 2005-02-19 David Kastrup <dak@gnu.org>
22763
22764 * subr.el (subregexp-context-p): Fix garbled doc string by adding
22765 quoting.
22766
22767 2005-02-19 Jay Belanger <belanger@truman.edu>
22768
22769 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
22770 Remove extra definitions.
22771 (calc-coth): New function.
22772 (calcFunc-cot): Fix `let'.
22773
22774 2005-02-19 Eli Zaretskii <eliz@gnu.org>
22775
22776 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
22777 the reasons we use "type pc" in these faces.
22778
22779 * button.el (button): Ditto.
22780
22781 2005-02-19 Michael Mauger <mmaug@yahoo.com>
22782
22783 * replace.el (query-replace-read-from): Set the value of
22784 query-replace-from-history-variable to handle the case of an empty
22785 string entered to accept the suggested default.
22786
22787 * net/tramp.el (tramp-file-name-for-operation):
22788 Use dired-call-process instead of dired-call-process-command.
22789
22790 2005-02-19 Jay Belanger <belanger@truman.edu>
22791
22792 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
22793 (math-div-non-trig): New variables.
22794 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
22795 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
22796 (math-combine-prod, math-div-symb-fancy): Add simplifications for
22797 trig expressions.
22798
22799 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
22800
22801 * progmodes/gdb-ui.el (gdb-var-update-handler)
22802 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
22803 for watch expressions,
22804 (gdb-var-create-handler): Don't set speedbar-update-flag.
22805 (gdb-post-prompt): Simplify test for speedbar.
22806
22807 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
22808
22809 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
22810 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
22811 we use the syntax table of the correct buffer.
22812 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
22813 Felix Gatzemeier.
22814
22815 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
22816 (ediff-file-remote-p): Make synonymous with file-remote-p.
22817 In all deffaces ediff-*-face-*, use min-colors.
22818
22819 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
22820 ediff-recurse-to-subdirectories.
22821 (ediff-mark-if-equal): Check that the arguments are strings, use
22822 ediff-same-contents (after to Felix Gatzemeier).
22823
22824 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
22825 nil.
22826
22827 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
22828
22829 * log-view.el (log-view-message-re): Fix up Subversion regexp.
22830
22831 2005-02-18 David Kastrup <dak@gnu.org>
22832
22833 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
22834 use `mark-active' when defined.
22835
22836 2005-02-18 Kenichi Handa <handa@m17n.org>
22837
22838 * ps-print.el (ps-font-info-database): New entry
22839 ZapfChancery-MediumItalic with correct font name. Fix font name
22840 of the entry Zapf-Chancery-MediumItalic.
22841
22842 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
22843
22844 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
22845
22846 2005-02-16 Kim F. Storm <storm@cua.dk>
22847
22848 * ido.el (ido-fallback-command): Pass user input to fallback command.
22849
22850 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
22851
22852 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
22853 (gdb-find-file-hook): Add server prefix.
22854
22855 2005-02-16 Richard M. Stallman <rms@gnu.org>
22856
22857 * replace.el (perform-replace): Pass new args to replace-highlight.
22858 (replace-highlight): Take region args,
22859 and pass them to isearch-lazy-highlight-new-loop.
22860
22861 * novice.el (disabled-command-hook): Autoload the defalias
22862 and the make-obsolete-variable call.
22863
22864 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
22865
22866 * isearch.el (isearch-lazy-highlight-start-limit)
22867 (isearch-lazy-highlight-end-limit): New variables limit
22868 the region for highlighting.
22869 (isearch-lazy-highlight-new-loop): New args BEG and END.
22870 (isearch-lazy-highlight-search): Use the new vars.
22871 (isearch-lazy-highlight-update): Likewise.
22872
22873 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
22874
22875 * cus-start.el (all): Use default-boundp.
22876
22877 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
22878
22879 * menu-bar.el (menu-bar-select-frame): Handle current frame.
22880
22881 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
22882
22883 * autorevert.el (auto-revert-stop-on-user-input)
22884 (auto-revert-verbose): Doc fixes.
22885
22886 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
22887
22888 * international/mule-cmds.el (set-locale-environment): Remove call
22889 to set-selection-coding-system on Windows.
22890
22891 2005-02-15 Jay Belanger <belanger@truman.edu>
22892
22893 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
22894 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
22895 calcFunc-coth.
22896 (math-simplify-sqrt): Add simplifications.
22897
22898 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
22899 to list.
22900
22901 * calc/calc-ext.el: Add functions to autoloads.
22902
22903 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
22904 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
22905 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
22906 (math-csc-raw, math-cot-raw): New functions.
22907
22908 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
22909
22910 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
22911 the variable name in a message.
22912
22913 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
22914 calcFunc-csc, calcFunc-cot.
22915
22916 * calc/calcalg2.el: Add derivative and integration rules for
22917 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
22918 calcFunc-csch, calcFunc-coth.
22919 (math-do-integral-methods): Add to checks for when to use
22920 substitutions.
22921
22922 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
22923
22924 2005-02-15 Lute Kamstra <lute@gnu.org>
22925
22926 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
22927 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
22928 <monnier@iro.umontreal.ca>
22929 (lisp-outline-level): Improve efficiency. Suggested by David
22930 Kastrup <dak@gnu.org>.
22931
22932 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
22933
22934 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
22935 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
22936 (gdb-set-gud-minor-mode-existing-buffers): New functions.
22937 (gdb-find-file-hook): New hook. Add it to find-file-hook.
22938 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
22939
22940 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
22941
22942 * cus-start.el (all): Comment change.
22943
22944 2005-02-14 Lute Kamstra <lute@gnu.org>
22945
22946 * cus-start.el (all): Check if symbol is void.
22947
22948 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
22949
22950 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
22951 optional argument to \cite.
22952
22953 2005-02-14 Richard M. Stallman <rms@gnu.org>
22954
22955 * cus-edit.el (custom-buffer-create-internal): Update help message.
22956 (custom-magic-alist): Update help messages.
22957
22958 * cus-start.el (all): Allow a var to specify a standard value.
22959
22960 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
22961
22962 * custom.el (custom-theme-set-variables): Handle variable aliases.
22963
22964 * frame.el (blink-cursor-timer): Doc fix.
22965 (blink-cursor): Make it an alias for `blink-cursor-mode' and
22966 declare obsolete.
22967 (blink-cursor-mode): Define with defcustom and use correct
22968 standard expression in that defcustom.
22969 * startup.el (command-line): Adapt to above changes in frame.el.
22970
22971 2005-02-11 Lute Kamstra <lute@gnu.org>
22972
22973 * apropos.el (apropos-score-doc): Prevent division by zero.
22974
22975 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
22976
22977 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
22978 (icalendar--get-event-property-attributes)
22979 (icalendar--get-event-properties)
22980 (icalendar--datetime-to-diary-date): New functions.
22981 (icalendar--split-value): Doc fix.
22982 (icalendar--datetime-to-noneuropean-date)
22983 (icalendar--datetime-to-european-date): New optional argument
22984 SEPARATOR. Return result as a string instead of a list.
22985 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
22986 (icalendar--convert-string-for-export): Rename arg S to STRING.
22987 (icalendar-export-region): Doc fix. Change name of error buffer.
22988 Save output buffer.
22989 (icalendar-import-file): Add blank at end of prompt.
22990 (icalendar-import-buffer): Doc fix. Do not switch to error
22991 buffer. Indicate status in return value.
22992 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
22993 buffer. Save output buffer. Handle exception from recurrence
22994 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
22995 events. Fix problems with weekly all-day events.
22996
22997 2005-02-10 Richard M. Stallman <rms@gnu.org>
22998
22999 * simple.el (eval-expression-print-format):
23000 Avoid warning about edebug-active.
23001
23002 * help.el (help-for-help-internal): Rename from help-for-help.
23003 (help-for-help): Define with defalias.
23004
23005 * font-core.el (font-lock-default-function): Use with-no-warnings.
23006
23007 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
23008
23009 * custom.el (defface): Doc fix.
23010
23011 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
23012
23013 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
23014 width 0" to prevent word wrapping problems.
23015
23016 2005-02-09 Kim F. Storm <storm@cua.dk>
23017
23018 * ido.el (ido-file-extensions-order): New defcustom.
23019 (ido-file-extension-lessp, ido-file-extension-aux)
23020 (ido-file-extension-order): New advanced file ordering.
23021 (ido-file-lessp): New simple file ordering.
23022 (ido-sort-list): Remove.
23023 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
23024 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
23025
23026 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
23027
23028 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
23029 that some versions of grep produce.
23030 (grep-mode-font-lock-keywords): Likewise.
23031
23032 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
23033
23034 * progmodes/gdb-ui.el (gdb-location-list): New variable.
23035 (gdb-cdir): Delete.
23036 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
23037 (gdb-source-info): Treat case when source file is in another
23038 directory properly.
23039 (gdb-get-location): New function.
23040
23041 2005-02-07 Jay Belanger <belanger@truman.edu>
23042
23043 * calc/calc-prog.el (calc-write-parse-table-part)
23044 (calc-fix-token-name): Fix a check for language type.
23045
23046 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
23047
23048 2005-02-07 Andre Spiegel <spiegel@gnu.org>
23049
23050 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
23051 as directory not writable.
23052
23053 2005-02-07 Kim F. Storm <storm@cua.dk>
23054
23055 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
23056 (cua--standard-movement-commands): Remove list.
23057 Instead, set CUA property value to move for movement commands.
23058 (cua-movement-commands): Remove. Users must set CUA prop instead.
23059 (cua--pre-command-handler): Check CUA property.
23060 (cua--init-keymaps): Don't remap undo commands.
23061 (cua-mode): Don't call cua--rectangle-on-off.
23062
23063 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
23064 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
23065 (cua--rect-undo-set-point): New var.
23066 (cua--rectangle-undo-boundary): Setup undo apply entry.
23067 (cua--rect-undo-handler): New function for rectangle undo.
23068 (cua--rect-start-position, cua--rect-end-position): Add.
23069 (cua--rectangle-post-command): Call cua--rectangle-set-corners
23070 for restored rectangle. Set point if cua--rect-undo-set-point.
23071
23072 2005-02-06 Jay Belanger <belanger@truman.edu>
23073
23074 * calc/calc-lang.el (calc-tex-language): Display more information
23075 in messages.
23076
23077 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
23078 in TeX mode.
23079
23080 2005-02-06 Richard M. Stallman <rms@gnu.org>
23081
23082 * emacs-lisp/lisp.el (buffer-end): Doc fix.
23083
23084 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
23085
23086 * net/ldap.el (ldap-search-internal): Support attributes with
23087 optional descriptions separated by a semi-colon, as in
23088 "userCertificate;binary".
23089
23090 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23091
23092 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
23093 isn't a cons (i.e. the version is 0).
23094
23095 2005-02-05 Eli Zaretskii <eliz@gnu.org>
23096
23097 * help.el (help-for-help): Doc fix.
23098
23099 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
23100
23101 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
23102 GDB-Windows on the menu-bar as this works better.
23103
23104 2005-02-04 Jay Belanger <belanger@truman.edu>
23105
23106 * calc/calc-embed.el (calc-embedded-update): Don't put in
23107 unnecessary newlines. Adjust the end of formula marker.
23108
23109 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
23110 (math-latex-parse-two-args): New function.
23111
23112 2005-02-03 Lute Kamstra <lute@gnu.org>
23113
23114 * help-fns.el (help-with-tutorial): Make sure that users cannot
23115 remove the entire text of the tutorial by means of `undo'.
23116
23117 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
23118
23119 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
23120 in recent changes, where the ispell process was repeatedly
23121 killed & restarted.
23122
23123 * international/mule-cmds.el (set-locale-environment): Set file-name
23124 coding system to utf-8 on Darwin systems.
23125 (set-default-coding-systems): Don't set default-file-name-coding-system
23126 on Darwin systems.
23127
23128 2005-02-03 Richard M. Stallman <rms@gnu.org>
23129
23130 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
23131
23132 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
23133
23134 * faces.el (list-faces-display): Add optional argument.
23135
23136 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
23137
23138 * font-core.el (font-lock-default-function): Handle the rare case where
23139 only font-lock-keywords is set.
23140
23141 2005-02-02 Kenichi Handa <handa@m17n.org>
23142
23143 * international/characters.el: Cancel previous change for
23144 I-WITH-DOT-ABOVE and DOTLESS-i.
23145
23146 * international/latin-5.el: Cancel previous change.
23147
23148 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
23149
23150 * progmodes/gud.el: Correction to syntax in gud-menu-map.
23151
23152 2005-02-02 Kenichi Handa <handa@m17n.org>
23153
23154 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
23155 DOTLESS-i.
23156
23157 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
23158 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
23159
23160 * case-table.el (get-upcase-table): New function.
23161 (copy-case-table): Copy upcaes table too if non-nil.
23162 (set-case-syntax-delims): Maintain upcase table too.
23163 (set-case-syntax-pair): Likewise.
23164 (set-upcase-syntax, set-downcase-syntax): New functions.
23165 (set-case-syntax): Maintain upcase table too.
23166
23167 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
23168
23169 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
23170
23171 * progmodes/gud.el (gud-goto-info): New function.
23172 (gud-tool-bar-map): Use correct icon.
23173
23174 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
23175
23176 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
23177 When delegating, order args in the funcall correctly.
23178
23179 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
23180
23181 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
23182
23183 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
23184
23185 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
23186 buffer not visiting a file.
23187
23188 2005-01-31 Jay Belanger <belanger@truman.edu>
23189
23190 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
23191 bound on the line with the formula.
23192
23193 2005-01-31 Kim F. Storm <storm@cua.dk>
23194
23195 * ses.el (ses-create-cell-variable-range)
23196 (ses-destroy-cell-variable-range, ses-reset-header-string)
23197 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
23198 (ses-insert-row): Fix format of apply undo entries.
23199
23200 2005-01-31 Jay Belanger <belanger@truman.edu>
23201
23202 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
23203 parts.
23204
23205 * calc/calc-embed.el (calc-embedded-open-formula)
23206 (calc-embedded-close-formula): Ignore matrix environments.
23207
23208 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
23209 TeX mode.
23210
23211 * calc/calc-lang.el (math-function-table, math-oper-table)
23212 (math-variable-table): Adjust the LaTeX portions.
23213
23214 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
23215 (math-latex-ignore-words): New constant.
23216
23217 2005-01-31 Richard M. Stallman <rms@gnu.org>
23218
23219 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
23220 (ispell-local-dictionary): Doc fix.
23221 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
23222 Don't reinitialize at run time. Don't defcustom.
23223 All uses changed to append ispell-local-dictionary-alist,
23224 or check it first.
23225 (ispell-current-dictionary): New variable for dictionary in use.
23226 (ispell-dictionary): Now used only for global default.
23227 (ispell-start-process): Set ispell-current-dictionary,
23228 not ispell-dictionary.
23229 (ispell-change-dictionary): Use this only for setting
23230 user preferences.
23231 (ispell-internal-change-dictionary): New function
23232 to change the current dictionary in use.
23233 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
23234 Use ispell-current-dictionary.
23235 Handle ispell-local-dictionary-overridden.
23236 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
23237
23238 2005-01-31 Jay Belanger <belanger@truman.edu>
23239
23240 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
23241
23242 * calc/calc-ext.el: Add calc-latex-language to autoloads.
23243 (calc-mode-map): Add calc-latex-language.
23244
23245 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
23246 (math-latex-print-frac): New functions.
23247 (math-oper-table, math-function-table, math-variable-table)
23248 (math-complex-format, math-input-filter): Add latex properties.
23249 (calc-set-language): Set math-expr-special-function-mapping.
23250
23251 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
23252 (calc-write-parse-table-part): Add LaTeX support.
23253
23254 * calc/calc.el (calc-language): Adjust docstring.
23255 (calc-set-mode-line): Add LaTeX support.
23256 (math-expr-special-function-mapping): New variable.
23257 (math-tex-ignore-words): Add to list.
23258
23259 * calc/calccomp.el (math-compose-expr, math-compose-rows):
23260 Add LaTeX support.
23261 (math-compose-expr): Add support for special functions.
23262
23263 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
23264
23265 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
23266
23267 * progmodes/gdb-ui.el (gdb-memory-address)
23268 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
23269 (gdb-memory-mode-map, gdb-memory-format-keymap)
23270 (gdb-memory-format-menu, gdb-memory-unit-keymap)
23271 (gdb-memory-unit-menu): New variables for a buffer
23272 that lets the user examine program memory.
23273 (gdb-memory-set-address, gdb-memory-set-repeat-count)
23274 (gdb-memory-format-binary, gdb-memory-format-octal)
23275 (gdb-memory-format-unsigned, gdb-memory-format-signed)
23276 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
23277 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
23278 (gdb-memory-unit-word, gdb-memory-unit-halfword)
23279 (gdb-memory-unit-byte, gdb-memory-unit-menu)
23280 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
23281 (gdb-memory-mode, gdb-memory-buffer-name)
23282 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
23283 New functions for above buffer.
23284
23285 2005-01-30 Richard M. Stallman <rms@gnu.org>
23286
23287 * cus-edit.el (custom-bury-buffer): Function deleted.
23288 (custom-buffer-done-function): Option deleted.
23289 (custom-buffer-done-kill): New replacement option.
23290 (Custom-buffer-done): Call quit-window.
23291 (custom-buffer-create-internal): Update for above changes.
23292
23293 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
23294
23295 * simple.el (undo-ask-before-discard): New var.
23296 (undo-outer-limit-truncate): Implement it.
23297 (undo-extra-outer-limit): Doc update.
23298
23299 2005-01-29 Richard M. Stallman <rms@gnu.org>
23300
23301 * ses.el (undo-more): Delete defadvice.
23302 (ses-begin-change): Doc fix.
23303
23304 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
23305 instead of rebinding C-x u and C-_.
23306
23307 * files.el (normal-backup-enable-predicate): Return nil for files
23308 in /tmp, regardless of temporary-file-directory.
23309
23310 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
23311
23312 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
23313 (open-rectangle, delete-whitespace-rectangle-line)
23314 (clear-rectangle-line): If FILL, pass t instead of FILL
23315 for move-to-column's 2nd arg.
23316
23317 * simple.el (undo): Fix the test for continuing a series of undos.
23318 (undo-more): Set pending-undo-list to t when we reach end.
23319 (pending-undo-list): Move up defvar.
23320
23321 * wid-edit.el (widget-button-click):
23322 Shorten the range of the track-mouse binding.
23323
23324 * comint.el (comint-insert-input): Undo previous changes;
23325 use last-input-event in interactive spec.
23326
23327 2005-01-29 Eli Zaretskii <eliz@gnu.org>
23328
23329 * progmodes/compile.el (compilation-start): Bind buffer-read-only
23330 to nil before invoking call-process. Reset buffer's modified flag
23331 after fontifying it in the no-async branch.
23332
23333 * wid-edit.el (widget-specify-button): If mouse pointer shape
23334 cannot be changed, use mouse face instead.
23335
23336 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
23337
23338 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
23339 (gdb-goto-breakpoint): Make breakpoint handling work on template
23340 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
23341 (gdb-assembler-custom): Update to recognize breakpoint information
23342 added on 2005-01-19.
23343
23344 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
23345
23346 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
23347 (dsssl-mode): Use define-derived-mode.
23348 (scheme-mode-initialize): Remove.
23349 (scheme-mode): Use run-mode-hooks.
23350
23351 * cus-edit.el (customize-group-other-window)
23352 (custom-buffer-create-other-window): Don't override special-display-*.
23353 (custom-mode-map): Make it dense.
23354
23355 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
23356 sets the default value.
23357
23358 2005-01-28 Eli Zaretskii <eliz@gnu.org>
23359
23360 * descr-text.el: Add more keywords.
23361
23362 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
23363
23364 * speedbar.el: Avoid unnecessary use of locate-library.
23365
23366 * international/mule-cmds.el (standard-display-european-internal):
23367 Don't fiddle with latin-1 non-break space any more since it's now
23368 special cased in the C code.
23369 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
23370
23371 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
23372
23373 * cus-start.el (all): Add `undo-outer-limit'.
23374
23375 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
23376
23377 * textmodes/bibtex.el (bibtex-format-entry):
23378 Use `bibtex-empty-field-re' only on the text of fields, not on entire
23379 field lines.
23380 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
23381 not on part of a buffer.
23382
23383 2005-01-25 Lute Kamstra <lute@gnu.org>
23384
23385 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
23386 nonempty field text strings like "{letters\\macro{}more letters}".
23387 Clarify docstring.
23388 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
23389 (bibtex-entry-offset, bibtex-parse-association)
23390 (bibtex-parse-field-name): Fix typos in docstrings.
23391 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
23392
23393 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
23394
23395 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
23396 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
23397 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
23398 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
23399
23400 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
23401 isearch minor mode.
23402
23403 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
23404
23405 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
23406
23407 2005-01-24 Lute Kamstra <lute@gnu.org>
23408
23409 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
23410 CASECHARS and NOT-CASECHARS regular expressions of the
23411 "nederlands" and "nederlands8" dictionaries to prevent a "Range
23412 striding over charsets" error.
23413
23414 2005-01-24 Jay Belanger <belanger@truman.edu>
23415
23416 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
23417 display variable name.
23418
23419 2005-01-24 Kenichi Handa <handa@m17n.org>
23420
23421 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
23422 Fix setting of the element of encoded-kbd-iso2022-invocations.
23423
23424 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
23425
23426 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
23427 (gdb-threads-select): Change to also accept mouse events.
23428 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
23429 (gdb-threads-mouse-select): Delete.
23430
23431 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
23432
23433 * files.el (insert-directory): Take care of empty directory,
23434 listed without -a switch.
23435
23436 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
23437
23438 * textmodes/refill.el (refill-post-command-function):
23439 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
23440 to the list of functions that we should be careful not to undo.
23441 (refill-late-fill-paragraph-function): Remove.
23442 (refill-saved-state): New var.
23443 (refill-mode): Use it to save fill-paragraph-function.
23444 Save also the value of auto-fill-function.
23445
23446 * term/w32-win.el: Simplify code.
23447
23448 2005-01-23 Kim F. Storm <storm@cua.dk>
23449
23450 * simple.el (line-move): Adapt to new return value from
23451 pos-visible-in-window-p.
23452
23453 * simple.el (line-move): Fix last change. Check partial
23454 visibility at point rather than at window-start.
23455
23456 2005-01-22 Jason Rumney <jasonr@gnu.org>
23457
23458 * term/w32-win.el (xw-defined-colors): Remove debug-message.
23459
23460 2005-01-22 David Kastrup <dak@gnu.org>
23461
23462 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
23463
23464 2005-01-22 Eli Zaretskii <eliz@gnu.org>
23465
23466 * type-break.el (type-break-mode): Add a test for
23467 type-break-file-name being non-nil.
23468
23469 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
23470
23471 * net/eudc.el (top level): Call (message "") via progn, so that
23472 eudc-options-file is loaded.
23473
23474 2005-01-22 Kim F. Storm <storm@cua.dk>
23475
23476 * simple.el (line-move-1): Rename from line-move.
23477 (line-move): New function that adjusts vscroll for partially
23478 visible rows, and calls line-move-1 otherwise.
23479
23480 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
23481
23482 * pcomplete.el: Define pcomplete-read-event instead of read-event,
23483 since it's not a complete read-event implementation
23484
23485 2005-01-20 Jay Belanger <belanger@truman.edu>
23486
23487 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
23488 for called function.
23489
23490 2005-01-20 Steven Tamm <steventamm@mac.com>
23491
23492 * term/mac-win.el (process-connection-type): Remove.
23493 Controlled now by s/darwin.h:PTY_ITERATION.
23494
23495 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
23496
23497 * window.el (handle-select-window): Don't switch window when we're
23498 in the minibuffer.
23499
23500 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
23501
23502 * subr.el (dotimes-with-progress-reporter): New macro.
23503
23504 * ses.el (ses-dotimes-msg): Remove macro.
23505 Use `dotimes-with-progress-reporter' instead.
23506
23507 2005-01-19 Steven Tamm <steventamm@mac.com>
23508
23509 * term/mac-win.el (process-connection-type): Use new
23510 operating-system-release variable to use ptys on Darwin 7 (OS X
23511 10.3) when using carbon build.
23512
23513 2005-01-19 Jay Belanger <belanger@truman.edu>
23514
23515 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
23516 flags if the last command was a tab or M-tab.
23517
23518 * calc/calc-prog.el (calc-user-define-edit): Put original formula
23519 in formula editing buffer.
23520
23521 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
23522
23523 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
23524 breakpoint image symbol in margin.
23525
23526 2005-01-19 Jay Belanger <belanger@truman.edu>
23527
23528 * calc/calc-prog.el (calc-execute-kbd-macro):
23529 Ignore calc-keep-arg-flag.
23530
23531 2005-01-19 Kenichi Handa <handa@m17n.org>
23532
23533 * textmodes/ispell.el (ispell-looking-at): New function.
23534 (ispell-process-line): Use ispell-looking-at to compare the ispell
23535 output and the buffer contents.
23536
23537 2005-01-18 Jay Belanger <belanger@truman.edu>
23538
23539 * calc/calc.el (calc-display-raw): Fix docstring.
23540
23541 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
23542
23543 * simple.el (blink-matching-open): Strip extra info from syntax.
23544
23545 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
23546 funny chars in the end-of-here-doc marker.
23547
23548 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
23549
23550 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
23551 that enable/disabled state of breakpoints is shown correctly in
23552 fringe and on ttys.
23553 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
23554 Add breakpoint information as text properties.
23555 (gdb-mouse-toggle-breakpoint):
23556 Rename to gdb-mouse-set-clear-breakpoint.
23557 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
23558 breakpoints in the margin.
23559 (gdb-remove-strings): Simplify.
23560
23561 2005-01-17 Jay Belanger <belanger@truman.edu>
23562
23563 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
23564 erasing buffer.
23565
23566 2005-01-17 Richard M. Stallman <rms@gnu.org>
23567
23568 * progmodes/grep.el (grep-find): Copy from `grep' the condition
23569 for calling grep-compute-defaults.
23570
23571 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
23572 if buffer is empty.
23573
23574 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
23575
23576 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
23577
23578 * hilit-chg.el (highlight-changes-mode): Don't autoload.
23579
23580 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
23581 non-preloaded variables.
23582
23583 2005-01-17 Steven Tamm <steventamm@mac.com>
23584
23585 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
23586 tex-shell cause to force interactivity when using pipes.
23587
23588 2005-01-17 Kim F. Storm <storm@cua.dk>
23589
23590 * simple.el (just-one-space): Make arg optional.
23591
23592 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
23593
23594 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
23595 posn-at-x-y to t to access left-margin.
23596
23597 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
23598
23599 Sync with Tramp 2.0.47.
23600
23601 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
23602 catching keep-date problems in cp/scp operations.
23603 (tramp-handle-copy-file): Don't call `set-file-modes'
23604 unconditionally. Specialized functions should know better what is
23605 necessary. This improves performance a little bit, and the
23606 functions could catch errors with `cp -p' and `scp -p'.
23607 (tramp-do-copy-or-rename-file-via-buffer)
23608 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
23609 when appropriate.
23610 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
23611 Call `set-file-modes' when appropriate.
23612 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
23613 Johnsson <isak@hypergene.com>
23614 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
23615 of both Tramp buffer and debug buffer. Reported by Joakim Verona
23616 <joakim@verona.se>
23617 (tramp-file-name-for-operation): Mark `shell-command' as magic for
23618 Emacs only.
23619
23620 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
23621 `find-file-hooks' and `dired-mode-hook'.
23622 (tramp-minor-mode-map): Respective map. Add remapping for
23623 `compile' and `recompile'.
23624 (tramp-remap-command, tramp-recompile): New defuns.
23625 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
23626 in buffer "*Compilation*". Call the commands asynchronously.
23627
23628 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
23629 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
23630 `shell-command', because it isn't magic in XEmacs. Reported by
23631 Adrian Aichner <adrian@xemacs.org>.
23632
23633 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
23634 `substitute-in-file-name.
23635 (tramp-smb-handle-substitute-in-file-name): New defun.
23636 (tramp-smb-advice-PC-do-completion): Delete advice.
23637
23638 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
23639
23640 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
23641 Fix error in deleting region.
23642
23643 2005-01-15 Richard M. Stallman <rms@gnu.org>
23644
23645 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
23646 In non-temp buffer, switch syntax table temporarily.
23647
23648 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
23649
23650 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
23651
23652 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
23653
23654 * imenu.el (imenu--split-menu): Copy menulist before sorting.
23655 (imenu--generic-function): Use START, not BEG, as pos of definition.
23656
23657 * simple.el (just-one-space): Argument specifies number of spaces.
23658
23659 * simple.el (eval-expression-print-format): Avoid warning
23660 about edebug-active.
23661
23662 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
23663
23664 * progmodes/sh-script.el: Code copied from make-mode.el
23665 with small changes,
23666 (sh-mode-map): Bind C-c C-\.
23667 (sh-backslash-column, sh-backslash-align): New variables.
23668 (sh-backslash-region, sh-append-backslash): New functions.
23669
23670 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
23671
23672 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
23673 (rmail-pop-password, rmail-pop-password-required): Move to
23674 rmail-obsolete group.
23675 (rmail-set-pop-password): Rename to rmail-set-remote-password.
23676 All callers updated.
23677 (rmail-get-pop-password): Rename to rmail-get-remote-password.
23678 Take an argument specifying whether it is POP or IMAP mailbox we
23679 are using. All callers updated.
23680 (rmail-pop-password-error): Rename to
23681 rmail-remote-password-error. Added mailutils-specific error message.
23682 (rmail-movemail-search-path)
23683 (rmail-movemail-variant-in-use): New variables.
23684 (rmail-remote-password, rmail-remote-password-required):
23685 New customization variables.
23686 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
23687 (rmail-parse-url): New function.
23688 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
23689 with GNU mailutils movemail.
23690
23691 2005-01-15 Kevin Ryde <user42@zip.com.au>
23692
23693 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
23694 suffix to space, $ or '$, to correctly position point when going
23695 to @table style constants like DBL_MAX.
23696
23697 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
23698
23699 * type-break.el (type-break-mode, type-break-file-time)
23700 (type-break-file-keystroke-count, type-break-choose-file):
23701 Don't store data in or load data from the file if type-break-file-name
23702 is nil.
23703 (type-break-file-name): Doc update as per the above.
23704
23705 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
23706
23707 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
23708 lookup-key might return nil; handle that.
23709
23710 2005-01-15 Alan Mackenzie <acm@muc.de>
23711
23712 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
23713 rather than the element found, thus enabling the tree to be setcar'd.
23714
23715 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
23716
23717 * textmodes/org.el (org-show-following-heading): New option.
23718 (org-show-hierarchy-above): Use `org-show-following-heading'.
23719 (org-cycle): Documentation fix.
23720
23721 * textmodes/org.el (orgtbl-optimized): New option
23722 (orgtbl-mode): New command, a minor mode.
23723 (orgtbl-mode-map): New variable.
23724 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
23725 (orgtbl-error, orgtbl-self-insert-command)
23726 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
23727
23728 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
23729 a local variable in each org-mode buffer.
23730
23731 * textmodes/org.el (org-set-regexps-and-options): Rename from
23732 `org-set-regexps'. Added checking for STARTUP keyword.
23733 (org-get-current-options): Add STARTUP options.
23734 (org-table-insert-row): Make mode intelligent about when
23735 realignment is needed.
23736 (org-self-insert-command, org-delete-backward-char, org-delete-char):
23737 New commands.
23738 (org-enable-table-editor): New default value `optimized'.
23739 (org-table-blank-field): Support blanking regions if active.
23740
23741 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
23742
23743 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
23744 if the year is not given.
23745
23746 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
23747 Add new escapes %m and %M, fixed bug with %F by adding
23748 save-match-data.
23749 (reftex-reference): Remove ?. from list of spaces.
23750 (reftex-label-info): Add automatic label prefix recognition.
23751
23752 * textmodes/reftex-index.el (reftex-index-next-phrase):
23753 Add slave parameter to call of `reftex-index-this-phrase'.
23754 (reftex-index-this-phrase): New optional argument.
23755 (reftex-index-region-phrases): Add slave parameter to call of
23756 `reftex-index-this-phrase'.
23757 (reftex-display-index): New argument redo.
23758 (reftex-index-rescan): Add `redo' to arguments of
23759 `reftex-display-index'.
23760 (reftex-index-Rescan, reftex-index-revert)
23761 (reftex-index-switch-index-tag): Add `redo' to arguments of
23762 `reftex-display-index'.
23763 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
23764 indexing. Fix bug with matching is there is a quote before or
23765 after the word.
23766
23767 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
23768 Fix bug when collecting citation keys in lines with comments.
23769 (reftex-citation): Prefix argument no longer rescans the document,
23770 but forces prompting for optional arguments of cite macros.
23771 (reftex-do-citation): Prompting for optional arguments implemented.
23772
23773 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
23774 Add optional arguments to most cite commands.
23775 (reftex-cite-cleanup-optional-args): New option
23776 (reftex-cite-prompt-optional-args): New option.
23777 (reftex-trust-label-prefix): New option.
23778
23779 * textmodes/reftex-toc.el (reftex-toc-find-section):
23780 Add push-mark before changing the position in the buffer.
23781
23782 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
23783 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
23784
23785 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
23786
23787 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
23788 more carefully.
23789
23790 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
23791
23792 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
23793 (sgml-mode): Use it.
23794 (sgml-get-context): Better keep track of implicitly closed tags.
23795
23796 2005-01-13 Kenichi Handa <handa@m17n.org>
23797
23798 * textmodes/ispell.el: These changes are to fix misalignment error
23799 caused by equivalent characters of different Emacs charsets.
23800 (ispell-unified-chars-table): New variable.
23801 (ispell-get-decoded-string): New function.
23802 (ispell-get-casechars, ispell-get-not-casechars)
23803 (ispell-get-otherchars): Call ispell-get-decoded-string.
23804
23805 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
23806
23807 * custom.el (custom-declare-variable): Just put symbol instead
23808 of (defvar . symbol) in `current-load-list'.
23809
23810 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
23811
23812 * emacs-lisp/elint.el: Fixed typo in Commentary section.
23813
23814 2005-01-12 Jay Belanger <belanger@truman.edu>
23815
23816 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
23817 to create a Calc summary.
23818
23819 2005-01-12 Kim F. Storm <storm@cua.dk>
23820
23821 * mouse.el (mouse-on-link-p): Change functionality and doc
23822 string to comply with latest description in lisp ref.
23823
23824 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
23825
23826 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
23827 Enable mouse clicks on mode-line, header-line and margin.
23828 (event-type): Give mouse event symbols an `event-kind' property
23829 with value `mouse-click'.
23830
23831 2005-01-12 Juri Linkov <juri@jurta.org>
23832
23833 * facemenu.el (list-colors-display): Add new arg buffer-name.
23834 Use it. Fix docstring. Replace code for identifying duplicate
23835 colors by the name with call to `list-colors-duplicates' which
23836 identifies duplicate colors by the value unless the color
23837 is one of special Windows colors. Set truncate-lines to t.
23838 Print sorted duplicate color names on each line. Indent to 22
23839 \(the longest color name in rgb.txt) instead of 20. Optimize.
23840 (list-colors-duplicates): New function.
23841 (facemenu-color-name-equal): Delete function.
23842
23843 * facemenu.el (list-colors-print): New function created from code
23844 in list-colors-display. Print #RRGGBB at the window right edge.
23845 (list-colors-display): When temp-buffer-show-function is not
23846 defined, call list-colors-print from temp-buffer-show-hook
23847 to get the right value of window-width in list-colors-print
23848 after the buffer is displayed.
23849
23850 * simple.el (pop-mark): Move deactivate-mark out of conditional
23851 part to deactivate the active mark regardless of the state of the
23852 mark ring.
23853
23854 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
23855 variables line in desktop files.
23856
23857 2005-01-12 Juri Linkov <juri@jurta.org>
23858
23859 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
23860 Bring together isearch highlight related options.
23861 (lazy-highlight): Replace group `replace' by `matching'.
23862 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
23863 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
23864 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
23865 and declare them obsolete.
23866 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
23867 (isearch-faces): Remove defgroup.
23868 (isearch-overlay, isearch-highlight, isearch-dehighlight):
23869 Move isearch highlighting code closer to lazy highlighting code.
23870
23871 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
23872 (query-replace-highlight, query-replace-lazy-highlight)
23873 (query-replace): Move definitions to the beginning of the file.
23874
23875 2005-01-11 Juri Linkov <juri@jurta.org>
23876
23877 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
23878 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
23879 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
23880
23881 * info.el (Info-history-forward): New variable.
23882 (Info-select-node): Reset Info-history-forward to nil.
23883 (Info-last): Turn into defalias.
23884 (Info-history-back): Rename from Info-last.
23885 Add current node to Info-history-forward.
23886 (Info-history-forward): New fun.
23887 (Info-mode-map): Replace Info-last by Info-history-back.
23888 Bind Info-history-forward to "r".
23889 (Info-mode-menu): Replace Info-last by Info-history-back.
23890 Fix menu item text. Add menu item for Info-history-forward.
23891 (info-tool-bar-map): Replace Info-last by Info-history-back.
23892 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
23893 for Info-history-forward.
23894 (Info-mode): Replace Info-last by Info-history-back in docstring.
23895 Add local variable Info-history-forward.
23896 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
23897
23898 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
23899
23900 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
23901 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
23902 Ignore select-window events rather than fiddle with
23903 mouse-autoselect-window.
23904
23905 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
23906
23907 * type-break.el (type-break-mode): Fix previous change.
23908
23909 2005-01-10 Jay Belanger <belanger@truman.edu>
23910
23911 * calc/calc-ext.el (calc-reset): Reset when inside embedded
23912 calculator; only reset when point is inside a calculator.
23913 Don't adjust the window height if the window takes up the whole height
23914 of the frame.
23915
23916 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
23917
23918 * ebuff-menu.el (Electric-buffer-menu-mode):
23919 Preserve value of buffer-local var header-line-format.
23920
23921 2005-01-09 Jay Belanger <belanger@truman.edu>
23922
23923 * calc/calc.el (calc-mode-var-list-restore-saved-values):
23924 Make sure settings file exists before accessing it.
23925
23926 * calc/calc-embed.el (calc-embedded-subst):
23927 Replace math-multi-subst-rec, which is only supposed to be called
23928 by math-multi-subst, by math-multi-subst.
23929
23930 2005-01-09 Andre Spiegel <spiegel@gnu.org>
23931
23932 * vc.el (vc-allow-async-revert): New user option.
23933 (vc-disable-async-diff): New internal variable.
23934 (vc-revert-buffer): Use them to disable asynchronous diff.
23935
23936 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
23937 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
23938 asynchronously if vc-disable-async-diff is t.
23939
23940 2005-01-09 Jay Belanger <belanger@truman.edu>
23941
23942 * calc/calc.el (defcalcmodevar): New macro.
23943 (calc-mode-var-list-restore-default-values)
23944 (calc-mode-var-list-restore-saved-values): New functions.
23945 (calc-mode-var-list): Use defcalcmodevar to define it.
23946 (calc-always-load-extensions, calc-line-numbering)
23947 (calc-line-breaking, calc-display-just, calc-display-origin)
23948 (calc-number-radix, calc-leading-zeros, calc-group-digits)
23949 (calc-group-char, calc-point-char, calc-frac-format)
23950 (calc-prefer-frac, calc-hms-format, calc-date-format)
23951 (calc-float-format, calc-full-float-format, calc-complex-format)
23952 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
23953 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
23954 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
23955 (calc-matrix-brackets, calc-language, calc-language-option)
23956 (calc-left-label, calc-right-label, calc-word-size)
23957 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
23958 (calc-display-raw, calc-internal-prec, calc-angle-mode)
23959 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
23960 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
23961 (calc-window-height, calc-display-trail, calc-show-selections)
23962 (calc-use-selections, calc-assoc-selections)
23963 (calc-display-working-message, calc-auto-why, calc-timing)
23964 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
23965 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
23966 (calc-gnuplot-default-device, calc-gnuplot-default-output)
23967 (calc-gnuplot-print-device, calc-gnuplot-print-output)
23968 (calc-gnuplot-geometry, calc-graph-default-resolution)
23969 (calc-graph-default-resolution-3d, calc-invocation-macro)
23970 (calc-show-banner): Use defcalcmodevar to declare them and set
23971 their default values.
23972
23973 * calc/calc-ext.el (calc-reset): Restore saved values of variables
23974 instead of default values (but restore default values if there is
23975 an argument of 0).
23976
23977 2005-01-09 David Kastrup <dak@gnu.org>
23978
23979 * desktop.el (desktop-restore-eager): Fix typo in type.
23980
23981 2005-01-08 Richard M. Stallman <rms@gnu.org>
23982
23983 * cus-edit.el (customize): Delete :link.
23984
23985 2005-01-08 Jay Belanger <belanger@truman.edu>
23986
23987 * calc/calc.el (calc-mode): Remove the extension from the
23988 `calc-settings-file' file name when loading it.
23989
23990 2005-01-08 Kim F. Storm <storm@cua.dk>
23991
23992 * info.el (Info-mode-map, Info-next-link-keymap)
23993 (Info-prev-link-keymap, Info-up-link-keymap):
23994 Map follow-link to mouse-face.
23995 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
23996
23997 2005-01-08 Jay Belanger <belanger@truman.edu>
23998
23999 * calc/calc.el (calc-settings-file): Change default value.
24000 Suggested by cgw in a comment in calc-mode.el.
24001
24002 * calc/calc-mode.el (calc-settings-file-name):
24003 Compare calc-settings-file to user-init-file instead of ~/.emacs.
24004 Replace ~/.emacs in a prompt by calc-settings-file.
24005
24006 2005-01-07 Lars Hansen <larsh@math.ku.dk>
24007
24008 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
24009 (desktop-lazy-idle-delay): New customizable variables.
24010 (desktop-buffer-args-list): New variable.
24011 (desktop-append-buffer-args): New function.
24012 (desktop-save): Call desktop-append-buffer-args for some buffers.
24013 (desktop-lazy-create-buffer): New function.
24014 (desktop-idle-create-buffers): New function.
24015 (desktop-read): Add message about buffers to restore lazily.
24016 (desktop-lazy-abort): New command.
24017 (desktop-clear): Call desktop-lazy-abort.
24018 (desktop-lazy-complete): New command.
24019
24020 2005-01-06 Richard M. Stallman <rms@gnu.org>
24021
24022 * emacs-lisp/find-func.el (find-face-definition):
24023 Rename from find-face.
24024
24025 2005-01-06 Kim F. Storm <storm@cua.dk>
24026
24027 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
24028
24029 * man.el (Man-xref-man-page, Man-xref-header-file)
24030 (Man-xref-normal-file): Add follow-link property.
24031
24032 2005-01-06 Jay Belanger <belanger@truman.edu>
24033
24034 * calc/calc-units.el: Make sure the proper macro definitions are
24035 available when compiling.
24036
24037 2005-01-06 Juri Linkov <juri@jurta.org>
24038
24039 * isearch.el (isearch-lazy-highlight-update):
24040 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
24041
24042 2005-01-06 Miles Bader <miles@gnu.org>
24043
24044 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
24045 (isearch-lazy-highlight-face): Use new name.
24046
24047 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
24048
24049 * uniquify.el (uniquify-rationalize-file-buffer-names):
24050 Re-add an interactive spec.
24051 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
24052 to the same name.
24053
24054 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
24055 (isearch-update, isearch-done): Adjust calls accordingly.
24056
24057 2005-01-05 Richard M. Stallman <rms@gnu.org>
24058
24059 * custom.el (custom-set-variables, custom-theme-set-variables):
24060 Clarify documentation.
24061
24062 * emacs-lisp/find-func.el (find-variable)
24063 (find-variable-other-window, find-variable-other-frame):
24064 Fix the TYPE args to find-function-read and find-function-do-it.
24065 (find-function): Doc fix.
24066 (find-function-at-point): Replace function-at-point alias.
24067
24068 2005-01-04 Richard M. Stallman <rms@gnu.org>
24069
24070 * cus-face.el (custom-declare-face):
24071 Record defface in current-load-list.
24072
24073 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
24074
24075 * emacs-lisp/find-func.el: Doc fixes.
24076 (find-face-regexp): New variable.
24077 (find-function-regexp-alist): New variable.
24078 (find-function-C-source): Third arg is now TYPE.
24079 (find-function-search-for-symbol): Handle general TYPE.
24080 (find-function-read, find-function-do-it): Handle general TYPE.
24081 (find-definition-noselect, find-face): New functions.
24082 (function-at-point): Alias deleted.
24083
24084 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
24085
24086 * battery.el (display-battery-mode): Rename from display-battery.
24087 Handle the case where it gets turned off.
24088
24089 2005-01-04 Richard M. Stallman <rms@gnu.org>
24090
24091 * cus-edit.el (customize): Make :link point to user doc.
24092
24093 * man.el (Man-fontify-manpage): Turn off undo generation.
24094
24095 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
24096
24097 2005-01-04 Andreas Schwab <schwab@suse.de>
24098
24099 * files.el (insert-directory): Only look for error lines in
24100 inserted text. Don't move too far after processing --dired markers.
24101
24102 2005-01-04 Richard M. Stallman <rms@gnu.org>
24103
24104 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
24105 Don't expand if the character is @, period, dash, etc.
24106 (define-mail-abbrev): Quote names that contain problem characters.
24107
24108 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
24109
24110 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
24111
24112 2005-01-03 Richard M. Stallman <rms@gnu.org>
24113
24114 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
24115 (query-replace-highlight, query-replace-lazy-highlight)
24116 (query-replace): Definitions moved up. Doc fix.
24117
24118 2005-01-03 Richard M. Stallman <rms@gnu.org>
24119
24120 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
24121 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
24122 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
24123 (lazy-highlight-face): Rename from isearch-lazy-...
24124 Change all references to them.
24125
24126 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
24127
24128 * cus-edit.el (custom-file): Doc fix for defcustom.
24129 (custom-file): The function no longer sets the variable
24130 `custom-file' to its return value.
24131
24132 * startup.el (command-line): No longer load `custom-file'.
24133
24134 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
24135
24136 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
24137
24138 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
24139 Don't confuse module-prefixed identifiers for labels.
24140 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
24141
24142 2005-01-02 Richard M. Stallman <rms@gnu.org>
24143
24144 * files.el (basic-save-buffer-1): Fix previous change.
24145
24146 * loadhist.el (file-loadhist-lookup): New function.
24147 (file-provides, file-requires): Use it.
24148
24149 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
24150 instead of calculating the right size.
24151
24152 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
24153
24154 * vc-svn.el (vc-svn-diff): Stay local if possible.
24155
24156 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
24157
24158 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
24159
24160 * files.el (hack-local-variables): Fix last change.
24161
24162 2005-01-02 Jay Belanger <belanger@truman.edu>
24163
24164 * calc/calc-yank.el (calc-edit-top): New variable.
24165 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
24166 object. Change header properties.
24167 (calc-edit-finish, calc-edit-finish-stack-object)
24168 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
24169 edited object.
24170 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
24171 for the beginning of the edited object.
24172 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
24173 for the beginning of the edited object.
24174 * calc/calc-prog.el (calc-edit-macro-finish-edit)
24175 (calc-finish-formula-edit, calc-macro-repeats)
24176 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
24177 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
24178 beginning of the edited object.
24179 (calc-user-define-edit): Change the header for editing macros.
24180 Remove unnecessary variable.
24181
24182 2005-01-01 Jay Belanger <belanger@truman.edu>
24183
24184 * calc/calc-yank.el (calc-edit-mode): Change default header.
24185 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
24186 * calc/calc-store.el (calc-edit-variable): Change title to match new
24187 header.
24188 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
24189 mode to match new header.
24190 (calc-user-define-edit): Change titles to include names of commands.
24191 (calc-finish-formula-edit): Adjust to handle new header.
24192 (calc-finish-macro-edit): Remove.
24193 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
24194 (calc-edit-macro-command, calc-edit-macro-command-type)
24195 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
24196 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
24197 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
24198 (calc-edit-macro-finish-edit): New functions.
24199 (calc-user-define-edit): Use new functions to edit named calc macros.
24200
24201 2005-01-01 Stefan <monnier@iro.umontreal.ca>
24202
24203 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
24204
24205 * ses.el (copy-region-as-kill): Deactivate mark.
24206
24207 2005-01-01 Richard M. Stallman <rms@gnu.org>
24208
24209 * replace.el (occur-1): If the output buffer is also an input,
24210 don't kill it, rename it.
24211
24212 * faces.el (set-face-background, set-face-foreground): Doc fix.
24213
24214 * cus-face.el (custom-face-attributes): Fix :help-echo strings
24215 for :foreground and :background.
24216
24217 * dired.el (dired-view-command-alist): Variable deleted.
24218 (dired-view-file, dired-mouse-find-file-other-window):
24219 Delete the code to use it.
24220
24221 2005-01-01 Kim F. Storm <storm@cua.dk>
24222
24223 * image.el (insert-sliced-image): Use t for line-height property.
24224
24225 See ChangeLog.11 for earlier changes.
24226
24227 ;; Local Variables:
24228 ;; coding: iso-2022-7bit
24229 ;; End:
24230
24231 Copyright (C) 2005, 2006 Free Software Foundation, Inc.
24232 Copying and distribution of this file, with or without modification,
24233 are permitted provided the copyright notice and this notice are preserved.
24234
24235 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1