(no-update-autoloads): Declare.
[bpt/emacs.git] / lisp / ChangeLog
1 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
4 (generate-file-autoloads): Obey it. Return whether autoloads were
5 added at point or not.
6 (update-file-autoloads): Use this new return value.
7 Remove redundant test for the presence of an autoload cookie.
8
9 * emacs-lisp/autoload.el (autoload-find-file): New fun.
10 This one calls hack-local-variables.
11 (generate-file-autoloads, update-file-autoloads): Use it.
12
13 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
14 (bibtex-sort-entry-class): Add safe-local-variable predicate.
15 (bibtex-sort-entry-class-alist): Don't set the global value.
16 (bibtex-init-sort-entry-class-alist): New fun.
17 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
18 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
19 of bibtex-init-sort-entry-class.
20
21 2006-05-28 Richard Stallman <rms@gnu.org>
22
23 * subr.el (load-history-regexp): If FILE is relative, insist
24 entire last name component must match it.
25 (load-history-filename-element, load-history-regexp): Doc fixes.
26
27 2006-05-29 Kim F. Storm <storm@cua.dk>
28
29 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
30 `pos' and `raw-data' for clarity, as eval forms may access these.
31
32 2006-05-28 Kim F. Storm <storm@cua.dk>
33
34 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
35
36 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
37
38 * progmodes/make-mode.el (makefile-browser-map)
39 (makefile-mode-syntax-table): Move initialization inside declaration.
40 (makefile-fill-paragraph): Use the default comment-filling code.
41
42 2006-05-28 Chong Yidong <cyd@stupidchicken.com>
43
44 * replace.el (query-replace-defaults): New variable.
45 (query-replace-read-from): Use `query-replace-defaults' for
46 default value, instead of history list.
47 (query-replace-read-to): Update `query-replace-defaults'.
48
49 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
50
51 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
52 with no X toolkit.
53
54 2006-05-28 Nick Roberts <nickrob@snap.net.nz>
55
56 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
57 (tumme-show-all-from-dir): Add autoload.
58
59 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
60
61 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
62 (tumme-remove-tag): Fix bug.
63
64 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
65
66 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
67 FOOTER args. Update unique caller.
68 (ewoc-delete): Compute last node once before looping.
69 (ewoc--node-branch): Merge into unique caller.
70 (ewoc--node): Don't define constructor make-ewoc--node for this
71 structure.
72 (ewoc): Add member `hf-pp' to this structure.
73 (ewoc--wrap): New func.
74 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
75 header/footer pretty-printers. Save header/footer pretty-printer.
76 (ewoc-set-hf): Use ewoc's header/footer pretty-printer. *
77
78 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
79
80 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
81
82 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
83 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
84 Tag'. Change "Compare directories..." to "Change Directories...".
85 Move tumme commands to Operate, Regexp and Immediate menus.
86 Change "Add Comment" to "Add Image Comment". Change "Add Image
87 Tag" to "Add Image Tags".
88
89 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
90 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
91 `tumme-delete-tag'.
92
93 2006-05-26 Luc Teirlinck <teirllm@auburn.edu>
94
95 * shell.el (shell-mode): Call shell-dirtrack-mode after
96 list-buffers-directory is made a local variable, to avoid setting
97 the default value.
98
99 2006-05-26 Kevin Ryde <user42@zip.com.au>
100
101 * info.el (Info-index-next): Use where-is-internal to report
102 actual binding of Info-index-next, rather than hard-coded `,'.
103
104 2006-05-26 Eli Zaretskii <eliz@gnu.org>
105
106 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
107 and "Find Command in Manual" to here.
108
109 * buff-menu.el (list-buffers-noselect): For Info buffers, use
110 Info-current-file as the file name.
111
112 2006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
113
114 * ses.el (defadvice undo-more): Delete this defadvice. The undo
115 overrides will now be done a different way.
116 (ses-set-parameter): Reapply this function for undo.
117 (ses-set-header-row): Reconstruct header row during undo.
118 (ses-widen): New function.
119 (ses-goto-data, ses-reconstruct-all): Use new function.
120 (ses-command-hook): Widen buffer during undo, before unupdating
121 the cells.
122 (ses-insert-row, ses-delete-row): Widen buffer during undo.
123 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
124 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
125 formula hasn't been executed yet.
126
127 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
128
129 * comint.el (comint-kill-whole-line): Rename arg to count. Fix
130 doc string.
131
132 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
133
134 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
135 to copy-file.
136
137 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
138
139 * simple.el (toggle-truncate-lines): Make arg optional for
140 backward compatibility.
141
142 2006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
143
144 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
145 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
146 DLL arg. Instead, use ewoc--current-dll. Update all callers.
147 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
148 (ewoc--adjust): Use ewoc--current-dll.
149 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
150
151 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
152
153 * textmodes/org.el: (org-next-item, org-previous-item): Emit more
154 compact error message.
155 (org-tags-view): Refresh category table in each file.
156 (org-table-justify-field-maybe): Removed superfluous arguments to
157 `format'.
158 (org-export-as-html): Insert "<p>" before postamble.
159 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill
160 ring.
161
162 2006-05-26 Kenichi Handa <handa@m17n.org>
163
164 * textmodes/po.el (po-find-charset): Pay attention to the case
165 FILENAME is a cons (NAME . BUFFER).
166 (po-find-file-coding-system-guts): Likewise.
167
168 * arc-mode.el (archive-set-buffer-as-visiting-file): Call
169 find-operation-coding-system with (FILENAME . BUFFER).
170
171 * tar-mode.el (tar-extract): Call find-operation-coding-system
172 with (FILENAME . BUFFER).
173
174 * international/mule.el (decode-coding-inserted-region): Call
175 find-operation-coding-system with (FILENAME . BUFFER).
176
177 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
178
179 * image-mode.el (image-toggle-display): Use buffer contents to
180 generate image for a remote file.
181
182 2006-05-25 Juri Linkov <juri@jurta.org>
183
184 * replace.el (query-replace-read-from, query-replace-read-to):
185 Remove 8th arg KEEP-ALL in read-from-minibuffer.
186
187 2006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
188 * whitespace.el (whitespace-cleanup): change to cleanup
189 region if one is active
190 * whitespace.el (whitespace-cleanup-internal): new internal
191 method
192
193 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
194
195 * dired.el (dired-mode-map): Add help-echo strings to tumme
196 commands. Bind `tumme-dired-display-image' to C-t i.
197
198 * tumme.el (tumme-display-image): Change documentation string
199 slightly.
200 (tumme-dired-display-image): Add call to `display-buffer'.
201
202 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
203
204 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
205 Signal error if RAW-DATA is a multibyte string.
206
207 2006-05-24 Richard Stallman <rms@gnu.org>
208
209 * subr.el (with-local-quit): When handling `quit' signal,
210 make a chance for quit-flag to cause a quit.
211
212 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
213 (ad-disable-advice): Add autoloads.
214
215 * subr.el (read-passwd): Copy PROMPT before changing its properties.
216
217 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
218
219 * dired.el (dired-mode-map): Change menu items for tumme as per
220 suggestions in emacs-devel.
221
222 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
223
224 * dired.el (dired-mode-map): Fix breakage.
225
226 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
227
228 * tumme.el (tumme-display-dired-image): Rename to...
229 (tumme-dired-display-image): ...this.
230 (tumme-track-movement): Change default value to t.
231 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
232 used from `tumme-next-line-and-display' and similar commands.
233
234 * dired.el (dired-mode-map): Add Thumbnail submenu under the
235 Immediate menu. Add some tumme commands there.
236
237 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
238
239 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
240
241 2006-05-24 Chong Yidong <cyd@mit.edu>
242
243 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
244 menu entries that open submenus.
245
246 2006-05-24 Alan Mackenzie <acm@muc.de>
247
248 * startup.el (command-line): For names of preloaded files, don't
249 append ".elc" (now done in Fload), and call file-truename on the
250 lisp directory.
251
252 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
253 match ANY loaded file with the right name, not just those in
254 load-path. Put a regexp matching the file name into
255 after-load-alist, rather than the name itself.
256
257 * subr.el: New functions load-history-regexp,
258 load-history-filename-element, do-after-load-evaluation.
259
260 * international/mule.el (load-with-code-conversion): Do the
261 eval-after-load stuff by calling do-after-load-evaluation.
262
263 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
264
265 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
266 has not been killed.
267
268 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
269
270 * term/mac-win.el: Set idle timer to clean up expired Apple events.
271 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
272 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
273 Optionally set error message in reply.
274
275 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
276
277 * textmodes/org.el: (org-open-at-point): Use renamed variable
278 `org-confirm-shell-link-function'.
279 (org-confirm-shell-link-function): Renamed from
280 `org-confirm-shell-links'.
281 (org-export-directory): New function.
282 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
283 (org-export-icalendar): Use `org-export-directory'.
284 (org-indent-item): Keep cursor position.
285 (org-link-file-path-type): New option.
286 (org-export-as-html): Fixed bug with plain lists starting in
287 column 0.
288 (org-export-as-html): Removed deadline formatting, this happens
289 now already in `org-html-handle-time-stamps'.
290 (org-export-html-style): Deadline class removed.
291 (org-insert-labeled-timestamps-at-point): New option.
292 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
293 of `hide-sublevels 1', in case the first headline is not level 1.
294 (org-overview, org-content): New fuction.
295 (org-cycle-global-status, org-cycle-subtree-status): Make these
296 variables buffer-local.
297 (org-global-cycle): New command.
298 (org-shifttab): Use `org-global-cycle'.
299 (org-insert-heading, org-insert-item): Go to end of new
300 headline/item after creating it.
301 (org-export-visible): Renames from `org-export-copy-visible'. Now
302 creates a temporary org-file and applies an exporting command to
303 it.
304 (org-table-eval-formula): Support for lisp forms.
305 (org-agenda-todo-ignore-scheduled): New option.
306 (org-agenda-get-todos): Use new option
307 `org-agenda-todo-ignore-scheduled'.
308 (org-export-html-inline-images): New value `maybe'.
309 (org-export-as-html): Inlining of images dependent on link
310 description.
311 (org-archive-subtree): Check for end-of-buffer before trying
312 `kill-line'.
313 (org-agenda-follow-mode): New option.
314 (org-export-with-tags, org-export-with-timestamps): New options.
315 (org-html-handle-time-stamps): New function.
316 (org-keyword-time-regexp): New variable.
317 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
318 (org-agenda-todo-list-sublevels): New option.
319 (org-html-level-start): When TITLE is nil, just close all levels.
320 (org-parse-key-lines, org-parse-export-options): Functions
321 removed, replaced by `org-infile-export-plist'.
322 (org-combine-plists, org-infile-export-plist)
323 (org-default-export-plist): New functions.
324 (org-export-html-preamble, org-export-html-postamble)
325 (org-export-html-auto-preamble, org-export-html-auto-postamble):
326 New variables.
327 (org-export-publishing-directory): New option.
328 (org-export-as-html, org-export-as-ascii): Use the new property
329 lists for settings.
330 (org-export-copy-visible, org-export-as-xoxo): Respect
331 `org-export-publishing-directory'.
332 (org-link-search, org-store-link, org-file-apps): Support for
333 links to BibTeX database entries..
334 (org-get-current-options, org-set-regexps-and-options): Implement
335 logging as a startup option.
336 (org-store-link): Make sure context string is never empty
337 (org-insert-link): Use relative path when possible.
338 (org-at-item-checklet-p): New function.
339 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
340 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
341 (org-metaright, org-metaup, org-metadown, org-shiftup)
342 (org-shiftdown, org-shiftright, org-shiftleft)
343 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
344 Dispatch using `call-interactively'.
345 (org-call-with-arg): New defsubst.
346 (org-tag-alist, org-use-fast-tag-selection): New options.
347 (org-complete): Use `org-tag-alist'.
348 (org-fast-tag-insert, org-fast-tag-selection): New functions.
349 (org-next-item, org-previous-item): New commands.
350 (org-beginning-of-item, org-end-of-item): Added (interactive) to
351 make command.
352 (org-shiftup, org-shiftdown): Accommodate the item-navigation
353 commands.
354
355
356 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
357
358 * emacs-lisp/ewoc.el (ewoc-delete): New function.
359 (ewoc-filter): Use `ewoc-delete'.
360
361 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
362
363 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
364
365 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
366 Signal more user-friendly error messages.
367
368 * complete.el (PC-do-completion): Undo the addition of implicit
369 wildcards if they did not lead to finding any match.
370 (read-file-name-internal): Don't add the final > if the completion is
371 not finished.
372
373 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
374
375 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
376 Quote safe-local-variable predicate.
377
378 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
379
380 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
381
382 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
383
384 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
385
386 * progmodes/make-mode.el (makefile-special-targets-list)
387 (makefile-macro-table, makefile-target-table): Mark as risky.
388 (makefile-query-one-target-method): Make this the alias for the
389 following variable.
390 (makefile-query-one-target-method-function): Make this the real name.
391
392 * textmodes/artist.el (artist-text-renderer): Make this the alias
393 for the following variable.
394 (artist-text-renderer-function): Make this the real name.
395
396 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
397 the alias for the following variable.
398 (flyspell-generic-check-word-predicate): Make this the real name.
399
400 * textmodes/ispell.el (ispell-format-word): Make this the alias
401 for the following variable.
402 (ispell-format-word-function): Make this the real name.
403 (ispell-message-text-end): Mark as risky.
404
405 * skeleton.el (skeleton-transformation, skeleton-filter)
406 (skeleton-pair-filter): Make these the aliases for the following
407 variables.
408 (skeleton-transformation-function, skeleton-filter-function)
409 (skeleton-pair-filter-function): Make these the real names.
410
411 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
412 and skeleton-pair-filter-function.
413
414 * textmodes/sgml-mode.el (sgml-transformation): Make this the
415 alias for the following variable.
416 (sgml-transformation-function): Make this the real name.
417 (sgml-tag-alist): Mark as risky.
418
419 2006-05-21 Richard Stallman <rms@gnu.org>
420
421 * simple.el (kill-region): Interactively, pass point, then mark.
422
423 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
424
425 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
426
427 2006-05-21 Romain Francoise <romain@orebokech.com>
428
429 * dired-x.el (dired-mode-map): Don't bind M-g.
430
431 2006-05-20 Richard Stallman <rms@gnu.org>
432
433 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
434 (dired-goto-file): Doc fix.
435
436 2006-05-21 Kim F. Storm <storm@cua.dk>
437
438 * emulation/cua-base.el: Mention customizing cua-mode as alternative
439 way to enable built-in cua-mode if user loads older CUA-mode package.
440
441 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
442 if default-filename is specified.
443
444 2006-05-20 Eli Zaretskii <eliz@gnu.org>
445
446 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
447
448 * info.el (info-apropos): Make sure current-file and current-node
449 have non-nil values. Speed up by using add-to-list instead of
450 manual consing.
451
452 2006-05-20 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
453
454 * progmodes/make-mode.el (makefile-mode): Doc fix.
455
456 2006-05-20 Eli Zaretskii <eliz@gnu.org>
457
458 * dired-aux.el (dired-do-shell-command): Doc fix.
459
460 2006-05-20 Kevin Ryde <user42@zip.com.au>
461
462 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
463 ``(custom-manual :tag "Foo" "(foo)Node")''.
464
465 2006-05-20 Karl Chen <quarl@cs.berkeley.edu>
466
467 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
468 value is an integer.
469
470 2006-05-20 Eli Zaretskii <eliz@gnu.org>
471
472 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
473 "format".
474 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
475
476 2006-05-20 Martin Rudalics <rudalics@gmx.at>
477
478 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
479 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
480
481 2006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
482
483 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
484 regexp for keywords.
485
486 2006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
487
488 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
489 replace-regexp-in-string.
490
491 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
492 encode, and escape file name on conversion to URL.
493
494 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
495
496 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
497 Don't unescape URL.
498 (dnd-get-local-file-name): Unescape URL on conversion to file name.
499
500 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
501 on conversion to URLs.
502
503 * net/browse-url.el (browse-url-file-url): Encode file name on
504 conversion to URL.
505
506 * term/mac-win.el (mac-ae-open-documents): Escape file name on
507 conversion to URL.
508
509 2006-05-19 Eli Zaretskii <eliz@gnu.org>
510
511 * progmodes/cc-styles.el (c-style-alist): Doc fix.
512
513 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
514
515 * term/mac-win.el (mac-bytes-to-digits): Remove function.
516 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
517
518 2006-05-19 Glenn Morris <rgm@gnu.org>
519
520 * calendar/diary-lib.el (diary-bahai-date)
521 (list-bahai-diary-entries, mark-bahai-diary-entries)
522 (mark-bahai-calendar-date-pattern): Not interactive.
523 (add-to-diary-list): New optional arg LITERAL. Doc fix.
524 (diary-entries-list): Change format of 4th element in each entry.
525 (diary-list-entries): Use add-to-diary-list.
526 (diary-goto-entry): Handle the case where the buffer visiting the
527 diary has been killed.
528 (fancy-diary-display): Add 'locator to button rather than 'marker.
529 Only generate temp-face when there are marks to apply.
530 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
531 (diary-fancy-date-pattern): New variable.
532 (diary-time-regexp): Doc fix.
533 (diary-anniversary, diary-time): New faces.
534 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
535 diary-time-regexp. Add font-lock-multiline property where needed.
536 Use new faces diary-anniversary and diary-time.
537 (diary-fancy-font-lock-fontify-region-function): New function, to
538 handle multiline font-lock pattern in fancy diary.
539 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
540 (diary-font-lock-keywords): Tweak time regexp. Use new face
541 diary-time.
542
543 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
544
545 * international/code-pages.el (mik): Table corrected.
546
547 2006-05-18 Kim F. Storm <storm@cua.dk>
548
549 * progmodes/grep.el (grep-find): Don't check grep-find-command
550 before running command (breaks non-interactive usage).
551
552 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
553
554 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
555 (ewoc--insert-new-node): Don't insert trailing newline.
556 Instead, adjust successor nodes's start markers.
557 (ewoc--refresh-node): Delete all text from current node's start
558 marker to the next one's; adjust successor nodes's start markers.
559 (ewoc--create): Doc fixes.
560 (ewoc--refresh): Don't insert newline.
561 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
562 * pcvs.el (cvs-make-cvs-buffer):
563 Specify extra newline for ewoc's header and footer.
564 (cvs-update-header): Update initial header recognition.
565 Append newline to final header and footer values.
566 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
567
568 2006-05-17 Richard Stallman <rms@gnu.org>
569
570 * files.el (file-name-extension): Doc fix.
571
572 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
573
574 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
575 we can explicitly enable/disable rather than toggle.
576 (shell-mode): Use it.
577 (shell-cd): Don't try to reproduce what `cd' does.
578
579 2006-05-17 Kim F. Storm <storm@cua.dk>
580
581 * ido.el (ido-read-internal): Use only nondirectory part of
582 default item.
583
584 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
585
586 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
587 (ewoc-nth): Doc fix.
588
589 (ewoc-map, ewoc-invalidate): Compute PP before looping.
590
591 2006-05-16 Eli Zaretskii <eliz@gnu.org>
592
593 * international/mule.el (auto-coding-alist): Add .lha to files
594 read with no-conversion.
595
596 * files.el (auto-mode-alist): Add .lha files to archive file
597 extensions.
598
599 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
600 Convert csize to integer when computing offsets within the
601 compressed archive file.
602
603 2006-05-16 Kim F. Storm <storm@cua.dk>
604
605 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
606 with read-from-minibuffer.
607
608 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
609
610 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
611 (byte-compile-warnings): Fix safe-local-variable property.
612
613 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
614
615 * allout.el (allout-show-bodies, allout-old-style-prefixes)
616 (allout-stylish-prefixes, allout-numbered-bullet)
617 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
618 predicates to qualify `safe-local-variable' property, when
619 available, else use equivalent lambda.
620 (allout-current-topic-collapsed-p): Do the right thing regarding
621 trailing blank lines.
622
623 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
624
625 * server.el (server-start): Only create a directory if needed.
626 (server-edit, server-unload-hook): server-start => server-mode.
627 (kill-emacs-hook): Cleanup upon exit.
628
629 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
630
631 * hexl.el (hexlify-buffer): Encode process arguments manually.
632
633 2006-05-16 Nick Roberts <nickrob@snap.net.nz>
634
635 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
636 call to gdb-tooltip-print.
637
638 2006-05-15 Romain Francoise <romain@orebokech.com>
639
640 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
641 systems, default to "tar" since those systems probably have GNU tar.
642
643 2006-05-14 Lars Hansen <larsh@soem.dk>
644
645 * desktop.el (desktop-missing-file-warning): Fix docstring.
646 (desktop-restore-file-buffer): Correct question asked on missing file.
647
648 2006-05-14 Kim F. Storm <storm@cua.dk>
649
650 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
651 Add CUA move property.
652
653 2006-05-13 Chong Yidong <cyd@stupidchicken.com>
654
655 * custom.el (custom-push-theme): Load the variable before checking
656 its `standard-value'.
657
658 2006-05-13 Lars Hansen <larsh@soem.dk>
659
660 * desktop.el (desktop-save): Use with-temp-buffer.
661
662 2006-05-12 Glenn Morris <rgm@gnu.org>
663
664 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
665 * calendar/calendar.el (calendar-mode-map):
666 * calendar/diary-lib.el (include-other-diary-files,diary-mail-entries):
667 * calendar/appt.el (appt-check, appt-make-list): Refer to
668 diary-view-entries, diary-list-entries, diary-show-all-entries
669 rather than obsolete aliases.
670
671 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
672
673 * simple.el (line-move-finish): Avoid calling point motion hooks
674 while processing intangibility.
675
676 2006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
677
678 * term/xterm.el (terminal-init-xterm): Fix typo.
679
680 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
681
682 * allout.el: (allout-view-change-hook): Mark as being deprecated,
683 to be replaced by `allout-exposure-change-hook'.
684 (allout-exposure-change-hook): New, replacing
685 `allout-view-change-hook'.
686 (allout-flag-region): Run new hook `allout-exposure-change-hook',
687 in addition to `allout-view-change-hook'.
688 (allout-show-bodies, allout-old-style-prefixes)
689 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
690 lambda forms to prevent their showing up in variable help
691 presentations as inscrutable byte-compiled code.
692 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
693 Use string-or-null-p to qualify safe-local-variable values.
694 (allout-reindent-bodies): Use memq to qualify matches against
695 valid safe-local-variable values. Also, quote the lambda as above.
696 (allout-use-mode-specific-leader): Add missing candidate-value
697 symbols, use memq, and quote the lambda.
698 (allout-overlay-interior-modification-handler): Remove unused
699 variables `msg' and 'opened'.
700 (allout-hidden-p): Constrain invisibility consideration to allout's
701 invisibility spec, disregarding invisibility for other reasons.
702
703 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
704
705 * files.el (version-control): Correct safe values.
706
707 2006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
708
709 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
710
711 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
712 (ewoc--insert-new-node): New func.
713 Update callers of deleted funcs to use it, instead.
714
715 2006-05-11 Glenn Morris <rgm@gnu.org>
716
717 * calendar/calendar.el (diary-show-all-entries): Do not refer to
718 obsolete alias `show-all-diary-entries'.
719 (make-diary-entry): Not interactive.
720 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
721 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
722 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
723 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
724 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
725 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
726
727 2006-05-11 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
728
729 * calendar/calendar.el (calendar-french-date-string)
730 (calendar-mayan-date-string, calendar-chinese-date-string)
731 (calendar-astro-date-string, calendar-iso-date-string)
732 (calendar-islamic-date-string, calendar-bahai-date-string)
733 (calendar-hebrew-date-string, calendar-coptic-date-string)
734 (calendar-ethiopic-date-string, calendar-persian-date-string):
735 These functions are not interactive.
736
737 2006-05-11 Luc Teirlinck <teirllm@auburn.edu>
738
739 * files.el: Balance parentheses.
740
741 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
742
743 * files.el, newcomment.el, outline.el, simple.el,
744 emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
745 progmodes/cc-vars.el, progmodes/compile.el:
746 Move `safe-local-variable' declarations to the respective files.
747
748 * help-fns.el (describe-variable): Don't print safe-var if it is
749 byte-code. Improve wording as suggested by Luc Teirlinck
750 <teirllm@auburn.edu>.
751
752 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
753
754 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
755 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
756 Use a token for pending-triggers to ensure gdb-var-update
757 gets called once per user input again for pre-GDB 6.4.
758 (gdb-var-delete): Match on more complex expressions.
759 (gdb-var-list-children-handler, gdb-var-create-handler):
760 Use a token for consistency.
761
762 2006-05-11 Carsten Dominik <dominik@science.uva.nl>
763
764 * textmodes/org.el (org-read-date, org-goto-calendar)
765 (org-agenda-goto-calendar):
766 Bind `view-calendar-holidays-initially' to nil.
767
768 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
769
770 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
771 Update all callers to do it there, instead.
772
773 2006-05-10 Glenn Morris <rgm@gnu.org>
774
775 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
776 prefix arg case, to avoid view-diary-entries-initially error.
777 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
778 (calendar-date-is-legal-p): Handle dates with no day part.
779
780 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
781
782 * comint.el (comint-insert-input): Just make it when
783 comint-use-prompt regexp is nil (default) and with the mouse.
784 (comint-copy-old-input): Reinstate from 2004-06-23.
785 (comint-mode-map): Bind C-c C-m to it.
786
787 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
788
789 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
790 Remove spurious move to point-max (new comint behavior fixes).
791
792 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
793 compatibility function (Emacs 18/19).
794 (idlwave-is-continuation-line): Always return point at start of
795 previous non-blank continuation line.
796 `keyword-parameters': Fix continued comment font-lock matcher.
797 (idlwave-font-lock-fontify-region): Written, use as
798 font-lock-fontify-region-function, to fix continued keyword
799 fontification issues.
800
801 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
802
803 * term/mac-win.el (mac-font-panel-mode): Doc fix.
804 (mac-service-selection, mac-service-open-file)
805 (mac-service-open-selection, mac-service-mail-selection)
806 (mac-service-mail-to, mac-service-insert-text): Rename from
807 mac-services-*. All uses changed.
808 (mac-apple-event-map): Rename event symbol `services' to `service'.
809
810 2006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
811
812 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
813 (ewoc--node-enter-first, ewoc--node-enter-last)
814 (ewoc--delete-node-internal): Merge funcs into unique callers.
815
816 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
817
818 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
819 return value of read-from-minibuffer for empty input.
820
821 2006-05-09 Miles Bader <miles@gnu.org>
822
823 * comint.el (comint-insert-input): Remove redundant calls to setq
824 and goto-char.
825
826 2006-05-10 Nick Roberts <nickrob@snap.net.nz>
827
828 * comint.el (comint-insert-input): Make it work when
829 comint-use-prompt-regexp is t.
830
831 2006-05-10 Miles Bader <miles@gnu.org>
832
833 * subr.el (field-at-pos): New function.
834
835 * comint.el (comint-insert-input): Use it.
836
837 2006-05-09 Juri Linkov <juri@jurta.org>
838
839 * battery.el (battery-linux-proc-acpi): Also try
840 `/proc/acpi/thermal_zone/THR2/temperature'.
841
842 * files.el <safe-local-variable>: Remove `eval' and `let' binding
843 for now unused lambda `string-or-null'.
844
845 * add-log.el (change-log-default-name): Put `string-or-null-p'
846 instead of lambda on `safe-local-variable' property.
847
848 * diff-mode.el (diff-context->unified): Use `region-beginning' and
849 `region-end' instead of `mark' and `point'.
850 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
851 Operate on region in Transient Mark mode when the mark is active.
852 Use `region-beginning' and `region-end' instead of `mark' and
853 `point'.
854 (diff-hunk-text, diff-goto-source): Doc fix.
855
856 * startup.el (fancy-splash-screens, normal-splash-screen): Use
857 face `mode-line-buffer-id' for mode-line buffer face instead of
858 hard-coded `(:weight bold)'.
859
860 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
861 buffer-undo-list to t (undo-ask is reproducible by visiting
862 nested archives).
863
864 2006-05-09 Kim F. Storm <storm@cua.dk>
865
866 * progmodes/grep.el (rgrep): Set default directory of *grep*
867 buffer if we start M-x rgrep in the *grep* buffer and choose
868 a different base directory.
869
870 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
871
872 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
873 completion also when ido is loaded.
874
875 2006-05-09 Masatake YAMATO <jet@gyve.org>
876
877 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
878 "warning" and "import".
879 (cpp-font-lock-keywords): Added "warning".
880
881 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
882
883 * term/xterm.el (terminal-init-xterm): Add more key bindings.
884
885 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
886
887 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
888 pages at a time, if we signal the end, we should indeed reach that end.
889
890 2006-05-08 David Reitter <david.reitter@gmail.com>
891
892 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
893 output during execution of the body.
894
895 2006-05-08 Kim F. Storm <storm@cua.dk>
896
897 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
898
899 2006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
900
901 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
902 Use with-current-buffer.
903
904 2006-05-07 Kim F. Storm <storm@cua.dk>
905
906 * subr.el (add-to-history): Remove keep-dups arg.
907
908 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
909 to nil around call to add-to-history.
910
911 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
912
913 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
914 than after a buffer modification.
915
916 2006-05-08 Nick Roberts <nickrob@snap.net.nz>
917
918 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
919 call to...
920 (gud-watch): ...here so speedbar is raised for already watched
921 expressions.
922 (gdb-speedbar-refresh): Delete function.
923 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
924 Use speedbar-timer-fn instead of speedbar-refresh (reverting
925 earlier change).
926 (gdb-var-evaluate-expression-handler)
927 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
928
929 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
930 Update localized contents for all buffers except ignored modes.
931
932 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
933
934 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
935 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
936 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
937 (mac-handle-font-panel-closed, mac-handle-font-selection):
938 New functions.
939 (mac-font-panel-mode): New minor mode.
940 (mac-apple-event-map): Add bindings for toolbar toggle button and
941 font panel.
942 (menu-bar-showhide-menu): Add mac-font-panel-mode.
943
944 2006-05-07 John Paul Wallington <jpw@pobox.com>
945
946 * ibuffer.el (ibuffer-compressed-file-name-regexp):
947 Avoid `regexp-opt'; simplify regexp for readability.
948
949 2006-05-06 Eli Zaretskii <eliz@gnu.org>
950
951 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
952 * files.el (buffer-stale-function):
953 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
954 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
955 links to the main manual, not to emacs-xtra.
956
957 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
958
959 * term/mac-win.el: (mac-utxt-to-string): Don't make adjustment for
960 MacJapanese if text is ASCII-only.
961
962 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
963
964 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
965 unless so nil isn't returned.
966 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
967
968 2006-05-06 Kim F. Storm <storm@cua.dk>
969
970 * subr.el (add-to-history): New function.
971
972 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
973 (ediff-merge-files-with-ancestor):
974 * env.el (setenv):
975 * isearch.el (isearch-update-ring):
976 * server.el (server-visit-files):
977 * progmodes/grep.el (lgrep, rgrep):
978 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
979 * progmodes/xscheme.el (xscheme-insert-expression):
980 Use add-to-history.
981
982 * kmacro.el (kmacro-push-ring): Use add-to-history.
983 (kmacro-ring-length): Remove unused defun.
984 (kmacro-start-macro): Use kmacro-push-ring.
985
986 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
987
988 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
989 directly instead of a lambda expression that calls it.
990
991 2006-05-06 Kim F. Storm <storm@cua.dk>
992
993 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
994 instead of compute-motion.
995
996 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
997
998 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
999 change.
1000
1001 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
1002
1003 * startup.el (command-line-1): Refer to "Pure Storage" on
1004 pure-space-overflow.
1005
1006 2006-05-05 Martin Rudalics <rudalics@gmx.at>
1007
1008 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
1009 provided faces once they all have been used up.
1010
1011 2006-05-05 Eli Zaretskii <eliz@gnu.org>
1012
1013 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
1014 reference to the Lisp manual to the warning about pure space
1015 overflow.
1016
1017 2006-05-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
1018
1019 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
1020 argument to avoid the call to `ispell-internal-change-dictionary'
1021 when not needed.
1022 (ispell-change-dictionary): Use this argument and call
1023 `ispell-internal-change-dictionary' after the possible change
1024 to `ispell-local-dictionary'.
1025 (ispell-internal-change-dictionary): Check for a change in
1026 personal dictionary use too.
1027 Cosmetic changes from Agustin Martin
1028 <agustin.martin@hispalinux.es>.
1029
1030 2006-05-05 Eli Zaretskii <eliz@gnu.org>
1031
1032 * startup.el (command-line): On MS-Windows, probe "~", not
1033 "~USER", for warning about non-existent home directory
1034
1035 * arc-mode.el (archive-l-e): New optional argument `float' means
1036 generate a float value.
1037 (archive-arc-summarize, archive-lzh-summarize)
1038 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
1039 with 3rd argument non-nil when file's size is being computed.
1040 Format the file sizes with %8.0f instead of %8d.
1041
1042 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1043
1044 * cus-start.el (all): Add mac-dnd-known-types.
1045
1046 * term/mac-win.el: (mac-utxt-to-string, mac-string-to-utxt)
1047 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
1048 (mac-TIFF-to-string): New functions.
1049 (x-get-selection, x-selection-value)
1050 (mac-select-convert-to-string): Use them.
1051 (mac-text-encoding-mac-japanese-basic-variant): New constant.
1052 (mac-dnd-types-alist): New customization variable.
1053 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
1054 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
1055 (mac-dnd-handle-drag-n-drop-event): New functions.
1056 (mac-drag-n-drop): Remove function.
1057 (global-map): Bind drag-n-drop and M-drag-n-drop to
1058 mac-dnd-handle-drag-n-drop-event.
1059
1060 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
1061
1062 * progmodes/perl-mode.el (perl-beginning-of-function):
1063 Skip anonymous subs.
1064
1065 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
1066
1067 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
1068 regexp-opt at run time.
1069
1070 * term.el (term-handle-ansi-escape): Fix off by one error.
1071
1072 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
1073
1074 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
1075 (gdb-init-1, gdb-post-prompt): ...and references to it.
1076 (gdb-frame-handler): Strip directory name from filename if present.
1077
1078 * progmodes/gud.el (gdb-force-update): Delete defvar
1079 (gud-speedbar-buttons): ...and references to it. Use window-start
1080 to try to keep positon in watch expression.
1081
1082 2006-05-03 Richard Stallman <rms@gnu.org>
1083
1084 * simple.el (next-history-element, previous-history-element): Doc fix.
1085
1086 * isearch.el (isearch-update-ring): Doc fix.
1087
1088 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
1089
1090 * isearch.el (isearch-update-ring): Take history-delete-duplicates
1091 into consideration. Replace one arm ifs with whens.
1092
1093 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
1094
1095 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
1096 (menu): Fix typo.
1097
1098 2006-05-02 Miles Bader <miles@gnu.org>
1099
1100 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
1101
1102 2006-05-02 Jay Belanger <belanger@truman.edu>
1103
1104 * calc/calc-embed.el: (calc-override-minor-modes-map)
1105 (calc-override-minor-modes): New variables.
1106 (calc-do-embedded): Make sure that Calc keystrokes aren't
1107 overwritten by minor modes.
1108
1109 2006-05-02 Chong Yidong <cyd@mit.edu>
1110
1111 * msb.el (msb): If EVENT is a down event, read and discard the up event.
1112
1113 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
1114
1115 * startup.el (command-line-1): Refer to Lisp manual when
1116 pure-space-overflow occurs.
1117
1118 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
1119 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
1120 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
1121 (version-control): Don't use `t' for safe-local-variable declarations.
1122
1123 2006-05-01 Richard Stallman <rms@gnu.org>
1124
1125 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
1126 M-r, M-R, M-A, M-SPC or M-DEL.
1127 (diff-mode-map): diff-refine-hunk now on C-c C-w
1128 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
1129
1130 * help-mode.el (help-mode): view-exit-action calls delete-window
1131 only when it is safe and possible.
1132
1133 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
1134 in messages.
1135
1136 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
1137
1138 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
1139 in the default tool-bar-map.
1140
1141 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
1142
1143 * net/tramp.el (tramp-completion-file-name-handler-alist)
1144 (tramp-run-real-handler, tramp-completion-run-real-handler)
1145 (tramp-completion-handle-file-name-all-completions)
1146 (tramp-completion-handle-file-name-completion): Autoload them.
1147 (tramp-completion-handle-file-exists-p)
1148 (tramp-completion-handle-file-name-directory)
1149 (tramp-completion-handle-file-name-nondirectory)
1150 (tramp-completion-handle-expand-file-name): Remove them.
1151 (tramp-handle-file-name-directory): Return the real directory name.
1152 Returning "/" only doesn't need to be necessary any longer.
1153 (tramp-file-name-handler): Make special attention when in hostname
1154 completion mode.
1155 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
1156 (tramp-register-file-name-handlers):
1157 Register `tramp-completion-file-name-handler' only when
1158 `partial-completion-mode' is enabled.
1159 (tramp-completion-handle-file-name-all-completions):
1160 Delete directory part from results.
1161 (tramp-get-completion-methods, tramp-get-completion-user-host):
1162 Discard deleting "/", it doesn't work after the change of
1163 `tramp-handle-file-name-directory' above.
1164
1165 2006-05-01 Kim F. Storm <storm@cua.dk>
1166
1167 * progmodes/grep.el (grep-expand-template): Use save-match-data
1168 and symbol-value.
1169
1170 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1171
1172 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
1173 Use select-frame-set-input-focus instead of raise-frame.
1174 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
1175
1176 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
1177
1178 * progmodes/gud.el (gud-def): Add %c case.
1179 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
1180 (gud-format-command): Make match case sensitive. Match on %F.
1181
1182 2006-04-30 Glenn Morris <rgm@gnu.org>
1183
1184 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
1185 (cal-tex-preamble): Use cal-tex-preamble-extra.
1186 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
1187 than alias `list-diary-entries'.
1188
1189 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
1190
1191 * help-fns.el (describe-variable): Add info about safe local variables.
1192
1193 2006-04-29 Richard Stallman <rms@gnu.org>
1194
1195 * bindings.el (mode-line-format): help-echo doc fixes.
1196
1197 * net/tramp.el (tramp-file-name-handler-alist): Delete
1198 expand-file-name and other operations that can cause spurious loading.
1199
1200 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
1201
1202 * files.el (safe-local-variable-p): Remove support for the special
1203 value t.
1204
1205 * textmodes/paragraphs.el (sentence-end-without-space):
1206 Fix safety predicate.
1207 (sentence-end-double-space, sentence-end-without-period)
1208 (paragraph-ignore-fill-prefix):
1209 * textmodes/fill.el (colon-double-space):
1210 * abbrev.el (abbrev-mode): Tighten the safety predicate.
1211
1212 * subr.el (booleanp): New fun.
1213
1214 * textmodes/reftex-vars.el (reftex-guess-label-type):
1215 Tighten the safety predicate.
1216
1217 2006-04-28 Kim F. Storm <storm@cua.dk>
1218
1219 * progmodes/grep.el (defgroup grep): Doc fix.
1220 (grep-auto-highlight): Remove.
1221 (grep-template): New defcustom.
1222 (grep-find-template): Rename from grep-tree-template.
1223 (grep-files-aliases): Rename from grep-tree-files-aliases.
1224 Remove "all" alias, add "l" alias.
1225 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
1226 (grep-find-ignored-directories): New defcustom to replace
1227 grep-tree-ignore-CVS-directories, to facilitate ignoring
1228 subdirectories for multiple version control systems.
1229 (grep-mode-map): Add Recursive grep item to GREP menu.
1230 (grep-regexp-history, grep-files-history): New defvars.
1231 (grep-probe): New helper function.
1232 (grep-compute-defaults): Use it to simplify code.
1233 Adapt to name changes.
1234 Use `.' as base in grep-find-template rather than <D>.
1235 (grep): Remove superfluous highlight-regexp arg. Fix doc.
1236 Call grep-compute-defaults unconditionally.
1237 (grep-expand-keywords): New defconst.
1238 (grep-expand-template): Rename from grep-expand-command-macros.
1239 Simplify via grep-expand-keywords. Look at case-fold-search instead
1240 of grep-tree-ignore-case to add -i option.
1241 Bind case-fold-search to nil while matching keywords.
1242 (grep-tree-last-regexp, grep-tree-last-files): Remove.
1243 (grep-read-regexp, grep-read-files): New helper functions.
1244 (rgrep): Rename from grep-tree. Rework to use proper histories.
1245 Adapt to changes in defcustoms and functions above.
1246 (lgrep): New command, as grep, but using same interactive UI as rgrep.
1247
1248 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
1249
1250 * net/tramp.el (tramp-completion-file-name-handler):
1251 Disable Tramp's functionality while loading Tramp itself.
1252 (tramp-register-file-name-handlers): That's a defsubst now.
1253 Code from `tramp-repair-jka-compr' moved here. Apply it via
1254 `after-init-hook'.
1255 (tramp-repair-jka-compr): Remove.
1256
1257 2006-04-27 Jay Belanger <belanger@truman.edu>
1258
1259 * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
1260 read expression when `math-read-big-expr' doesn't work.
1261
1262 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
1263
1264 * startup.el (command-line-1): Display warning when
1265 pure-space-overflow is non-nil.
1266
1267 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1268
1269 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
1270 risky.
1271
1272 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1273
1274 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
1275 Return the URL or nil if none can be generated.
1276
1277 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
1278
1279 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
1280 byte compiler warnings.
1281 (gud-basic-call, gud-find-expr): Let user select an expression
1282 for printing. Print expression as well as value in GUD buffer.
1283
1284 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
1285
1286 * allout.el: Remove local autoload declaration for
1287 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
1288 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
1289 (allout-plain-bullets-string, allout-distinctive-bullets-string)
1290 (allout-use-mode-specific-leader, allout-old-style-prefixes)
1291 (allout-stylish-prefixes, allout-numbered-bullet)
1292 (allout-file-xref-bullet, allout-presentation-padding)
1293 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
1294 safe-local-variable with suitable value spec, and add autoload
1295 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
1296 (move-beginning-of-line, move-end-of-line): Repair so these compat
1297 functions now actually resituate the point, when appropriate.
1298
1299 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
1300
1301 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
1302
1303 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
1304 (add-log-iso8601-time-string): Fix call to format-time-string.
1305
1306 2006-04-26 Kim F. Storm <storm@cua.dk>
1307
1308 * subr.el (posn-string, posn-image, posn-object): Doc fix.
1309
1310 2006-04-26 Masatake YAMATO <jet@gyve.org>
1311
1312 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
1313 Add support for "//" style comments. Remove `b' flag
1314 from ?* in `asm-mode-syntax-table'.
1315
1316 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
1317
1318 * follow.el: Use (featurep 'xemacs) everywhere.
1319 (follow-mode): Use define-minor-mode.
1320 (follow-mode-map): Move initialization into the declaration.
1321 Use command remapping.
1322 (follow-emacs-version-xemacs-p): Remove.
1323 (follow-submit-feedback): Remove.
1324
1325 * allout.el (allout-layout, allout-passphrase-verifier-string)
1326 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
1327
1328 * textmodes/reftex-vars.el (reftex-vref-is-default)
1329 (reftex-fref-is-default, reftex-guess-label-type):
1330 Tighten up a bit the safety predicate.
1331
1332 * textmodes/paragraphs.el (sentence-end-double-space)
1333 (sentence-end-without-period, sentence-end-without-space)
1334 (page-delimiter, paragraph-ignore-fill-prefix):
1335 Tighten up a bit the safety predicate.
1336
1337 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
1338
1339 * progmodes/python.el (python-continuation-line-p)
1340 (python-beginning-of-statement): syntax-ppss may return
1341 a negative depth.
1342 (python-mode): Don't forcefully enable font-lock.
1343
1344 * time-stamp.el (time-stamp-start, time-stamp-end)
1345 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
1346
1347 * add-log.el: Remove spurious * in docstrings.
1348 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
1349 (add-change-log-entry): Use it here, since it's not specific
1350 to iso8601.
1351 (add-log-iso8601-time-string): Don't use it here any more.
1352 (change-log-indent-text, change-log-indent): Rename from add-log-*.
1353
1354 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
1355
1356 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
1357
1358 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
1359 (rcirc-toggle-low-priority): Doc fix.
1360 (rcirc-handler-NOTICE): Remove beginning of line anchor in
1361 ChanServ regexp.
1362 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
1363 #emacs.
1364 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
1365 (rcirc-decode-coding-system): Use utf-8 as the default.
1366 (rcirc-multiline-minor-mode): Set the fill-column.
1367 (rcirc-format-response-string): Display bright and dim nicks.
1368 (rcirc-browse-url): Update interactive spec to fill ARG.
1369 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
1370 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
1371
1372 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
1373
1374 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
1375 case for @Article, etc.
1376
1377 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
1378
1379 * net/tramp.el (tramp-register-file-name-handlers): New defun.
1380 Added with autoload cookie.
1381 (tramp-unload-file-name-handlers): Rename from
1382 `tramp-unload-file-name-handler-alist'.
1383
1384 2006-04-23 Romain Francoise <romain@orebokech.com>
1385
1386 * comint.el (comint-match-partial-filename): Doc fix.
1387
1388 2006-04-21 Glenn Morris <rgm@gnu.org>
1389
1390 * calendar/cal-menu.el (calendar-mode-map): Refer to
1391 `diary-view-entries' rather than alias `view-diary-entries'.
1392 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
1393
1394 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
1395
1396 * progmodes/antlr-mode.el (antlr-default):
1397 * cus-edit.el (custom-documentation):
1398 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
1399 in defface.
1400
1401 2006-04-21 Kim F. Storm <storm@cua.dk>
1402
1403 * image.el (image-type): New defun split out of create-image.
1404 (create-image): Use it.
1405
1406 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
1407
1408 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
1409 (org-open-at-point): Remove the "...done" message to keep output
1410 in the echo area visible.
1411 (org-export-as-xoxo): Fix call to `indent-region'.
1412
1413 2006-04-21 Kevin Ryde <user42@zip.com.au>
1414
1415 * international/mule.el (keyboard-coding-system): defcustom
1416 info-link fixes: "Specify Coding" has been split, keyboard now in
1417 "Terminal Coding", and "Single-Byte Character Support" is now
1418 "Unibyte Mode".
1419
1420 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
1421
1422 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
1423 Use font-lock-warning-face for any errors e.g. no stack.
1424 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
1425
1426 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
1427
1428 * progmodes/sh-script.el (sh-shell): Mark as safe.
1429
1430 * newcomment.el (comment-start, comment-start-skip)
1431 (comment-end-skip, comment-end): Mark as safe.
1432
1433 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
1434
1435 * textmodes/org.el (org-deadline-announce): Face removed.
1436 (org-level-faces, org-n-levels): Convert to constant.
1437 (org-compatible-face): New function.
1438 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
1439 (org-level-5, org-level-6, org-level-7, org-level-8)
1440 (org-special-keyword, org-warning, org-headline-done, org-link)
1441 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
1442 (org-scheduled-today, org-scheduled-previously, org-time-grid):
1443 Face definition revised for better color tty support.
1444 (org-bold-re, org-italic-re, org-underline-re): New constants.
1445 (org-set-font-lock-defaults): Use the new constants.
1446 (org-agenda-highlight-todo): New function.
1447 (org-agenda-todo): Fix bug with point at end of line.
1448 (org-agenda-change-all-lines, org-finalize-agenda-entries):
1449 Fontify TODO keywords.
1450 (org-insert-link): Preserve relative path in ../ links.
1451 (org-export-as-html): Convert links pointing to .org files into
1452 links that will work beteen the exported HTML files.
1453 (org-todo-list): Fix bug when arg=0.
1454 (org-insert-heading): More fine-tuning.
1455
1456 2006-04-19 Romain Francoise <romain@orebokech.com>
1457
1458 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
1459 from `rmail-mime-charset-pattern'.
1460
1461 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
1462
1463 * progmodes/python.el (python-mode): Fix typo.
1464
1465 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
1466
1467 * comint.el (comint-previous-input): Don't clobber input line
1468 when moving off either end of the input history ring.
1469 (comint-delete-input): New function, used by
1470 `comint-previous-input' and others.
1471 (comint-previous-matching-input):
1472 Use `coming-delete-input'. Save the partial input if leaving the
1473 edit line. Goto point-max before deleting input to avoid
1474 partial input fragments hanging around.
1475 (comint-restore-input): New function, used by `comint-previous-input'.
1476
1477 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
1478
1479 * imenu.el (imenu--index-alist): Balance parentheses.
1480
1481 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
1482
1483 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
1484
1485 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
1486
1487 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
1488 file is nil.
1489
1490 2006-04-18 Richard Stallman <rms@gnu.org>
1491
1492 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
1493
1494 * imenu.el (imenu-create-index-function, imenu--index-alist)
1495 (imenu--last-menubar-index-alist, imenu--make-index-alist)
1496 (imenu-default-create-index-function, imenu--generic-function):
1497 Doc fixes.
1498
1499 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
1500
1501 * help-mode.el (help-mode): Set view-exit-action to delete window.
1502
1503 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
1504 now works by passing nil as arg.
1505
1506 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
1507
1508 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
1509 (read-abbrev-file): Provide default when reading filename.
1510
1511 * files.el (enable-local-variables): Allow :all as value.
1512 (hack-local-variables): Implement that value.
1513 (safe-local-variable-values, safe-local-eval-forms)
1514 (enable-local-variables): Mark as risky.
1515 (find-file-visit-truename, kept-old-versions): Mark safe.
1516
1517 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
1518 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
1519 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
1520
1521 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
1522
1523 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
1524 Use forward-line so as to get to BOL even in the presence of fields.
1525 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
1526 in return.
1527 (inferior-tcl): Tell tclsh to work in interactive mode.
1528
1529 * complete.el (partial-completion-mode):
1530 Use 'choose-completion-string-functions to make sure that
1531 choose-completion fills the minibuffer properly.
1532
1533 * complete.el (PC-old-read-file-name-internal): Remove.
1534 (PC-read-include-file-name-internal): Remove. Turn it into an advice
1535 of read-file-name-internal.
1536 (partial-completion-mode): Enable/disable this advice.
1537
1538 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
1539
1540 * net/tramp.el (tramp-completion-file-name-handler): Revert change
1541 of 2006-04-17.
1542
1543 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
1544
1545 * textmodes/org.el (org-insert-heading): Insert heading before
1546 current if at beginning of line.
1547 (org-todo, org-date): New faces.
1548 (org-table-align): Make sure tooltip window contains full text.
1549 (org-no-properties): New defsubst.
1550 (org-set-font-lock-defaults): Use new faces.
1551
1552 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
1553
1554 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
1555 for root variables.
1556
1557 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
1558 (gdb-frame-address): Re-use to identify frame for watch expression.
1559 (gdb-var-list, gdb-var-create-handler): Add frame address for root
1560 variables.
1561 (gdb-init-1, gdb-source, gdb-post-prompt)
1562 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
1563 (gdb-frame-handler): Get gdb-frame-address.
1564
1565 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
1566
1567 Sync with Tramp 2.0.53.
1568
1569 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
1570 'control. Reported by Matthias F\e,bv\e(Brste <slashdevslashnull@gmx.net>.
1571 (tramp-completion-file-name-handler): Add autoload cookie for
1572 adding to `file-name-handler-alist'.
1573
1574 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
1575 the prompt. If it returns earlier (when detecting an error
1576 message), the rest of the output will merge accidently with the
1577 output of the next command. Reported by M Jared Finder
1578 <jared@hpalace.com>.
1579
1580 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
1581 for `process-file', in order to let it work for older Emacsen too.
1582
1583 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
1584
1585 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
1586 (tex-font-lock-keywords-3): Use it.
1587
1588 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
1589
1590 * newcomment.el (comment-add): New function.
1591 (comment-region-default, comment-dwim): Use it.
1592
1593 2006-04-15 Michael Olson <mwolson@gnu.org>
1594
1595 * emacs-lisp/tq.el: Improve comments.
1596 (tq-queue-head-question): New accessor function.
1597 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
1598 Update for modified queue structure.
1599 (tq-queue-add): Accept `question' argument.
1600 (tq-queue-pop): If a question is pending, send it.
1601 (tq-enqueue): Accept new optional argument `delay-question'.
1602 If this is non-nil, and at least one other question is pending a
1603 response, queue the question rather than sending it immediately.
1604
1605 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1606
1607 * calendar/appt.el (appt-add): Check whether an appointment is
1608 already present in appt-time-msg-list. Simplify code.
1609
1610 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
1611
1612 * progmodes/cc-langs.el (c-mode-menu):
1613 Don't presume c-subword-mode is bound.
1614
1615 2006-04-13 Bill Wohler <wohler@newt.com>
1616
1617 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
1618 (customize-package-emacs-version): Use cdr instead of cadr now
1619 that alists use dotted pairs.
1620
1621 * custom.el (defcustom): Fix docstring for :package-version.
1622
1623 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
1624
1625 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
1626 (tramp-handle-shell-command): Display output buffer only when
1627 `tramp-display-shell-command-buffer' is true.
1628 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
1629
1630 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
1631
1632 * textmodes/org.el (org-set-autofill-regexps): Set only the local
1633 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
1634
1635 2006-04-13 Romain Francoise <romain@orebokech.com>
1636
1637 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
1638 leaving temporary .cvsignore buffers behind.
1639
1640 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
1641
1642 * textmodes/org.el (org-set-regexps-and-options)
1643 (org-get-current-options): Better names for the startup folding
1644 options.
1645
1646 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
1647
1648 * vc.el (vc-annotate): Arrange for point to end up at the same
1649 line number as in the original, but only when using a new buffer.
1650
1651 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
1652
1653 * files.el (hack-one-local-variable-eval-safep):
1654 Recognize `edebug-form-spec' for `put', but only if it passes
1655 `edebug-basic-spec'. Generalize `put' handling.
1656
1657 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
1658 vetting file-local form specs.
1659
1660 * allout.el (allout-layout): Autoload its `safe-local-variable'
1661 property.
1662
1663 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
1664
1665 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
1666 (org-agenda-mouse-1-follows-link)
1667 (org-mouse-1-follows-link): New options.
1668 (org-format-agenda-item): Fix bug if TAGS is nil.
1669 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
1670
1671 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
1672
1673 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
1674 GDB 6.1+ gives full filename for "info sources" so use
1675 file-name-nondirectory.
1676
1677 2006-04-12 Romain Francoise <romain@orebokech.com>
1678
1679 * subr.el (read-passwd): Bind `message-log-max' to nil.
1680
1681 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
1682
1683 * progmodes/perl-mode.el (perl-indent-new-calculate):
1684 Recompute parse-start after jumping backward by a whole sexp.
1685
1686 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
1687
1688 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
1689 window configuration.
1690 (vc-annotate-display-select): Select the buffer so that current-buffer
1691 (and selected-window) is the output buffer at the end of vc-annotate.
1692
1693 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
1694
1695 * vc.el (vc-annotate-color-map): Add custom TTY color map for
1696 8-color terminals, to use all of the colors in a sensible order.
1697 256-color terminals work well with the standard map.
1698 (vc-annotate-lines): Only strip the first color character if it
1699 is "#", to allow for terminal-style named colors.
1700 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
1701 the correct buffer is scrolled.
1702
1703 2006-04-11 Richard Stallman <rms@gnu.org>
1704
1705 * emacs-lisp/bytecomp.el (byte-compile-file):
1706 Bind enable-local-variables to :safe, and make normal-mode obey it.
1707
1708 * files.el (enable-local-variables): Allow value :safe.
1709 (normal-mode): Doc fix.
1710 (hack-local-variables): Implement enable-local-variables = :safe.
1711 (hack-local-variables-confirm): Don't prevent quitting.
1712
1713 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
1714
1715 * loadhist.el (unload-feature): A bit of sanity check of
1716 load-history entries. Cancel timer-vars before unbinding them.
1717
1718 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
1719 quote special chars, and make the trick work on the hex part of the
1720 buffer as well.
1721 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
1722 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
1723
1724 * startup.el (normal-splash-screen): Fix last change so we don't wait
1725 2 minutes if we don't show the splash screen.
1726
1727 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
1728
1729 * textmodes/org.el (org-export-plain-list-max-depth)
1730 (org-table-spaces-around-separators)
1731 (org-radio-targets, org-activate-camels)
1732 (org-table-spaces-around-invisible-separators): Options removed.
1733 (org-time-stamp-rounding-minutes, org-remember-templates)
1734 (org-ellipsis, org-activate-links, org-descriptive-links):
1735 New options.
1736 (org-remember-apply-template, org-current-time)
1737 (org-finish-edit-table-field)
1738 (org-link-unescape, org-link-escape)
1739 (org-string-width, org-table-clean-line, org-html-do-expand)
1740 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
1741 (org-read-agenda-file-list): New functions.
1742 (org-table-edit-field)
1743 (org-table-create-or-convert-from-region): New commands
1744 (org-table-toggle-vline-visibility): Command removed.
1745 (org-table-convert-region): Made a command.
1746 (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
1747 Replace with the normal org- functions.
1748 (org-self-insert-command): Don't trigger realign unnecessarily
1749 when blanking a field that is not full.
1750 (org-mode): `Set buffer-invisibility-spec' for links.
1751 (org-activate-links2): Hide link part and only show descriptive
1752 part of the link.
1753 (org-insert-link): Modify for new linking system.
1754 (org-store-link): Store description separately, for use by
1755 `org-insert-link'.
1756 (org-table-align): Use `org-string-width'.
1757 (defgroup): Completely new group structure for custom variables.
1758 (org-agenda-files): Option: Single file name allowed. Function:
1759 Optional argument unrestrited means ignore any restricitons.
1760 (org-install-agenda-files-menu): Find a buffer in Org-mode before
1761 trying to modify the menu. Use generalized access to
1762 `org-agenda-files.'
1763 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
1764 (org-agenda-file-to-front, org-remove-file, org-diary)
1765 (org-tags-view, org-export-icalendar-all-agenda-files)
1766 (org-export-icalendar-combine-agenda-files): Use generalized
1767 access to `org-agenda-files'.
1768 (org-remember-handler): Correctly preserve heading if present.
1769 (org-table-insert-row, org-table-insert-hline): Deal with
1770 invisible characters.
1771
1772 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
1773
1774 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
1775 (vc-annotate-color-map): New 18 element constant
1776 value/saturation, rotating hue colormap, from red->blue.
1777 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
1778 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
1779 (vc-annotate): To avoid killing the required local variables,
1780 set them before the end of `with-output-to-temp-buffer', and
1781 after first switching to annotate-mode.
1782 (vc-annotate-warp-version): Add buffer argument in goto-line to
1783 ensure annotation, not source, is scrolled.
1784
1785 2006-04-10 Bill Wohler <wohler@newt.com>
1786
1787 * custom.el (defcustom, custom-handle-keyword):
1788 Add :package-version keyword.
1789 (custom-add-package-version): New function. Sets value of new
1790 property 'custom-package-version from :package-version keyword.
1791 (defcustom): Create Common Keywords section in docstring.
1792 (defface, defgroup): Replace definitions of a select few keywords
1793 with a reference to the Common Keywords in defcustom.
1794 (defcustom, defface, defgroup): Replace reference to Customization
1795 chapter in manual with hyperlink.
1796
1797 * cus-edit.el (customize-package-emacs-version-alist):
1798 New variable.
1799 (customize-changed-options): Add check for custom-package-version.
1800 (customize-package-emacs-version): New function to look up Emacs
1801 version corresponding to the given package version.
1802
1803 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
1804 defun name, in similar fashion to find-variable-regexp.
1805
1806 2006-04-10 Eli Zaretskii <eliz@gnu.org>
1807
1808 * international/mule-cmds.el (set-locale-environment): Fix last
1809 change for when the locale's preferences don't specify any encoding.
1810
1811 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
1812
1813 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
1814 so the defined var/fun doesn't need to be quoted.
1815
1816 2006-04-10 Richard Stallman <rms@gnu.org>
1817
1818 * finder.el (finder-mode-map): Add n and p bindings.
1819
1820 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
1821
1822 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
1823 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
1824 (gdb-setup-windows): Put something in source window if we can't find
1825 the source file.
1826 (gdb-frame-handler): Make it work again with just assembly.
1827 (gdb-data-list-register-values-handler): Make it work when there is
1828 no stack.
1829
1830 2006-04-09 Richard Stallman <rms@gnu.org>
1831
1832 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
1833 specs while looking for charset.
1834
1835 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
1836
1837 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
1838 Make them faces.
1839 (lm-font-lock-keywords): Update appropriately.
1840
1841 2006-04-10 Kim F. Storm <storm@cua.dk>
1842
1843 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
1844 it can also replace buffer-substring-no-properties.
1845
1846 * emulation/cua-base.el (cua-delete-region, cua-paste)
1847 (cua-repeat-replace-region): Use filter-buffer-substring.
1848
1849 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
1850 (cua-cut-region-to-global-mark): Likewise.
1851
1852 * emulation/cua-rect.el (cua--extract-rectangle)
1853 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
1854
1855 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1856
1857 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
1858 entry-type. Add field delimiters to numerical fields if they are
1859 not present.
1860
1861 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1862
1863 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
1864 string-const to return value.
1865 (bibtex-remove-delimiters): Use it.
1866
1867 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
1868
1869 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
1870 cl-byte-compile-compiler-macro unless it exists.
1871
1872 2006-04-08 Eli Zaretskii <eliz@gnu.org>
1873
1874 * files.el (hack-local-variables-confirm) <offer-save>:
1875 Clarify message text. Suggested by Ralf Angeli.
1876
1877 2006-04-08 Michael Cadilhac <michael.cadilhac@lrde.org>
1878
1879 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
1880 (delete-extract-rectangle-line): Use `filter-buffer-substring'
1881 instead of `buffer-substring' and `delete-region'. (Most of the
1882 code actually copied from `kill-region'.)
1883
1884 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
1885
1886 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
1887 (rcirc-default-port): Rename from rcirc-port.
1888 (rcirc-default-nick): Rename from rcirc-nick.
1889 (rcirc-default-user-name): Rename from rcirc-user-name.
1890 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
1891 (rcirc-low-priority-flag): New variable.
1892 (rcirc-decode-coding-system): New defcustom.
1893 (rcirc-encode-coding-system): New defcustom.
1894 (rcirc-coding-system-alist): New defcustom.
1895 (rcirc-multiline-major-mode): New defcustom.
1896 (rcirc-nick): New internal variable.
1897 (rcirc-process): Remove variable.
1898 (rcirc-server-buffer): New variable.
1899 (rcirc): Update to use rcirc-default-* variables above.
1900 (rcirc-connect): Do not add window-configuration-hook-here.
1901 (rcirc-server): New internal variable.
1902 (rcirc-connect): Do not send keepalive pings if
1903 rcirc-keepalive-seconds is nil.
1904 (with-rcirc-server-buffer): New macro.
1905 (rcirc-send-string): Encode with rcirc-encode-coding-system.
1906 (rcirc-server-name): Rename from rcirc-server.
1907 (rcirc-buffer-process): New function.
1908 (rcirc-buffer-nick): New function.
1909 (rcirc-buffer-target): Remove function.
1910 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
1911 New commands.
1912 (rcirc-mode-map): Change binding of C-c C-l to
1913 rcirc-toggle-low-priority.
1914 (rcirc-mode): Initialize coding system based on
1915 rcirc-coding-system-alist. New change-major-mode-hook to part the
1916 channel on a mode change. Make kill-buffer-hook buffer-local.
1917 (rcirc-change-major-mode-hook): New function.
1918 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
1919 (rcirc-last-post-time): New variable.
1920 (rcirc-process-message): Store the last time user posted a message
1921 to this target.
1922 (rcirc-multiline-minor-mode): New mode.
1923 (rcirc-multiline-minor-mode-map): New mode map.
1924 (rcirc-edit-multiline): Put multiline-edit buffer in
1925 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
1926 (rcirc-print): Ignore any line starting with an ignored nick.
1927 (rcirc-print): Decode using rcirc-decode-coding-system.
1928 (rcirc-track-minor-mode): Update global-mode-string when disabling
1929 this mode.
1930 (minor-mode-alist): Add LowPri indicator.
1931 (rcirc-toggle-low-priority): New function.
1932 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
1933 next lowpriority buffer with activity.
1934 (rcirc-record-activity): Sort buffers in rcirc-activity by the
1935 last time the user posted a message in to the target.
1936 (rcirc-update-activity-string): New formatting for low priority
1937 buffers.
1938 (rcirc-split-activity): New function.
1939 (rcirc-handler-PART, rcirc-handler-KICK)
1940 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
1941 (rcirc-nick-away-alist): New variable.
1942 (rcirc-handler-301): New handler. Away messages are printed once
1943 per change.
1944
1945 2006-04-08 Eli Zaretskii <eliz@gnu.org>
1946
1947 * info.el (Info-follow-nearest-node): Doc fix.
1948
1949 * international/mule-cmds.el (set-locale-environment): Make sure
1950 the coding-system preferred by the locale's language has the same
1951 EOL conversion type as the original buffer-file-coding-system.
1952 (locale-language-names): Add a few MS Windows language codes.
1953
1954 2006-04-07 Richard Stallman <rms@gnu.org>
1955
1956 * simple.el (eval-expression): Doc fix.
1957
1958 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
1959 (eval-defun): Doc fixes.
1960
1961 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
1962
1963 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
1964
1965 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
1966
1967 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
1968 GDB list command without argument for greater generality.
1969
1970 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
1971
1972 * subr.el (string-or-null-p): New function.
1973
1974 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
1975
1976 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
1977
1978 * files.el: Update comment about safe-local-variable declarations.
1979
1980 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
1981
1982 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
1983 See idlwave.org.
1984
1985 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
1986 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
1987
1988 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
1989 See idlwave.org.
1990
1991 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
1992 version 6.0 (minimal changes). See idlwave.org.
1993
1994 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
1995 6.0 (minimal changes). See idlwave.org.
1996
1997 * progmodes/idlw-rinfo.el: File obsoleted and removed.
1998
1999 2006-04-06 Romain Francoise <romain@orebokech.com>
2000
2001 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
2002 symmetric encryption features and a new asynchronous interface to
2003 GnuPG. This new version is version 1.4, plus whitespace changes.
2004
2005 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
2006
2007 * files.el: Move some `safe-local-variable' declarations to the
2008 respective files.
2009
2010 * textmodes/ispell.el (ispell-check-comments)
2011 (ispell-local-dictionary): Mark as safe.
2012
2013 * abbrev.el (abbrev-mode): Mark as safe.
2014
2015 * add-log.el (change-log-default-name): Mark as safe.
2016
2017 * textmodes/reftex-vars.el (reftex-vref-is-default)
2018 (reftex-fref-is-default, reftex-level-indent)
2019 (reftex-guess-label-type): Mark as safe.
2020
2021 * textmodes/fill.el (colon-double-space): Mark as safe.
2022
2023 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
2024 (sentence-end-double-space, sentence-end-without-period)
2025 (sentence-end-without-space, sentence-end, sentence-end-base)
2026 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
2027
2028 2006-04-06 Kim F. Storm <storm@cua.dk>
2029
2030 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
2031 the :set-after list.
2032 (ido-downcase-unc-hosts): New user option. Default on.
2033 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
2034 when it is set, as regexps are now applied on the fly.
2035 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
2036 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
2037 on the fly, but only when ido-process-ignore-lists is set.
2038 Do case insensitive filtering if ido-downcase-unc-hosts is set.
2039 Only downcase names if ido-downcase-unc-hosts is set.
2040
2041 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
2042
2043 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
2044
2045 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
2046
2047 2006-04-05 Kim F. Storm <storm@cua.dk>
2048
2049 * ido.el (ido-mode): Set after ido-unc-hosts and
2050 ido-ignore-unc-host-regexps.
2051 (ido-save-history): Save ido-unc-hosts-cache.
2052 (ido-load-history): Load ido-unc-hosts-cache.
2053 (ido-reread-directory): Refresh unc hosts cache in // dir.
2054
2055 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
2056 to nil while displaying slash screen.
2057
2058 2006-04-05 Daiki Ueno <ueno@unixuser.org>
2059
2060 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
2061 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
2062
2063 2006-04-05 Kenichi Handa <handa@m17n.org>
2064
2065 * international/characters.el: Setup cases of Latin, Greek, and
2066 Cyrillic characters in CJK charsets.
2067
2068 2006-03-29 Daiki Ueno <ueno@unixuser.org>
2069
2070 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
2071 default-enable-multibyte-characters. This reverts the change from
2072 revision 6.17 which is no longer necessary because the passphrase
2073 is sent separately now. GnuPG messages are unreadable under
2074 multibyte locales with default-enable-multibyte-characters set to nil.
2075
2076 2006-04-04 Andreas Schwab <schwab@suse.de>
2077
2078 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
2079 and `byte-compile-warnings' as `safe-local-variable'.
2080
2081 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
2082
2083 * man.el (Man-mode-map): Restore the \r binding.
2084 (Man-abstract-xref-man-page): If Man-target-string is a function,
2085 call it.
2086 (Man-highlight-references): Use Man-default-man-entry to get the
2087 target. Deal with xrefs too.
2088 (Man-highlight-references0): Don't call the target function.
2089
2090 * woman.el (WoMan-xref-man-page): Strip the section number, woman
2091 cannot deal with it.
2092
2093 2006-04-04 Daiki Ueno <ueno@unixuser.org>
2094
2095 * pgg-gpg.el: Clean up process buffers every time gpg processes
2096 complete.
2097
2098 2006-04-04 Kenichi Handa <handa@m17n.org>
2099
2100 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
2101 here.
2102 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
2103 Temporarily bind inhibit-field-text-motion to t.
2104
2105 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
2106
2107 * startup.el (normal-splash-screen): Only set mode-line-format in the
2108 splash buffer, so as not to interfere when debugging the code.
2109 Ignore errors when switching buffer.
2110
2111 2006-04-03 Romain Francoise <romain@orebokech.com>
2112
2113 * dired.el (dired-dnd-protocol-alist): Fix typo.
2114
2115 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
2116
2117 * savehist.el (savehist): Add :version.
2118 (savehist-ignored-variables): New variable.
2119 (savehist-minibuffer-hook): Don't save variables listed in
2120 `savehist-ignored-variables'.
2121
2122 * dired.el (dired-dnd-protocol-alist): Mention that change does
2123 only apply to new buffers in doc string.
2124
2125 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
2126
2127 * recentf.el (recentf-open-files-item): Include newline in button
2128 field, so opening a file will work, when the point is at the end
2129 of the file name. Allow, for example, to [i]search a file by
2130 extension and just push RET to open it.
2131
2132 2006-04-03 Daiki Ueno <ueno@unixuser.org>
2133
2134 * pgg-gpg.el (pgg-gpg-process-filter)
2135 (pgg-gpg-wait-for-completion): Check if buffer is alive.
2136
2137 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
2138 lines, temporary fix.
2139
2140 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
2141
2142 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
2143
2144 2006-04-02 Richard Stallman <rms@gnu.org>
2145
2146 * progmodes/compile.el (compilation-message-face): Make it defcustom.
2147
2148 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
2149
2150 * ibuf-macs.el (define-ibuffer-column): Add a new key:
2151 header-mouse-map.
2152
2153 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
2154 (ibuffer-mode-header-map): New keymaps.
2155 (ibuffer-update-title-and-summary): Enable mouse face highlighting
2156 and keybindings for column headers.
2157 (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
2158 property.
2159
2160 2006-04-02 Drew Adams <drew.adams@oracle.com> (tiny change)
2161
2162 * speedbar.el (speedbar-after-create-hook): Doc fix.
2163
2164 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
2165
2166 * shell.el (shell-directory-tracker)
2167 (shell-dynamic-complete-command): Doc fixes.
2168
2169 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
2170
2171 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
2172 terminals.
2173
2174 2006-04-01 Kim F. Storm <storm@cua.dk>
2175
2176 * ido.el (ido-unc-hosts-cache): New defvar.
2177 (ido-unc-hosts): If value of defcustom is a function, call it to
2178 get list of UNC hosts. Add function-item choices to specify
2179 ido-unc-hosts-net-view or user function.
2180 (ido-ignore-unc-host-regexps): New defcustom.
2181 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
2182 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
2183 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
2184
2185 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
2186
2187 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
2188 wwidth.
2189
2190 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
2191
2192 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
2193 (ido-max-work-file-list, ido-switch-buffer)
2194 (ido-read-file-name-as-directory-commands):
2195 Fix typos in docstrings.
2196
2197 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2198
2199 * term/mac-win.el (mac-system-coding-system): Define and use after
2200 Mac-specific coding systems are ready.
2201
2202 2006-03-27 Romain Francoise <romain@orebokech.com>
2203
2204 * net/rcirc.el (rcirc-connect): Add autoload cookie.
2205
2206 * ldefs-boot.el: Update.
2207
2208 2006-03-27 Daiki Ueno <ueno@unixuser.org>
2209
2210 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
2211 passphrases when it is not needed.
2212 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
2213 passphrase stuff from gpg, should only be necessary when you use
2214 gpg with a smartcard.
2215
2216 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
2217
2218 * comint.el (comint-dynamic-list-completions): Allow user to
2219 select *Completions* buffer.
2220
2221 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
2222
2223 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
2224
2225 2006-03-26 Andreas Schwab <schwab@suse.de>
2226
2227 * progmodes/gud.el (gdb): Only complain about multiple debugging
2228 when the gdb process is still running.
2229
2230 2006-03-25 Eli Zaretskii <eliz@gnu.org>
2231
2232 * mail/rmail.el (tool-bar-map): Defvar it.
2233 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
2234 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
2235
2236 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
2237
2238 * help.el (print-help-return-message): Suggest to use
2239 display-buffer instead of switch-to-buffer-other-window to restore
2240 the previous window without selecting it.
2241
2242 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2243
2244 * frame.el (select-frame-by-name): Call x-focus-frame also when
2245 window-system is mac.
2246
2247 * term/mac-win.el: Adjust Courier font specifications in
2248 x-fixed-font-alist.
2249 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
2250 when directly encoding to UTF-16 in native byte order, no BOM.
2251
2252 2006-03-25 Kim F. Storm <storm@cua.dk>
2253
2254 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
2255 (cua--init-keymaps): Use it instead of fixed C-return.
2256 (cua-mode): Set after it.
2257
2258 * emulation/cua-rect.el (cua--init-rectangles):
2259 Use cua-rectangle-mark-key instead of fixed C-return.
2260
2261 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
2262
2263 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
2264 "run" in .gdbinit.
2265 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
2266
2267 2006-03-24 Romain Francoise <romain@orebokech.com>
2268
2269 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
2270 `display-buffer-other-frame'.
2271
2272 2006-03-24 Kim F. Storm <storm@cua.dk>
2273
2274 * apropos.el (apropos-synonyms): Add selection => region.
2275
2276 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
2277
2278 * progmodes/gdb-ui.el (gdb-var-create-regexp)
2279 (gdb-var-list-children-regexp, gdb-var-update-regexp)
2280 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
2281 (gdb-data-list-register-values-regexp)
2282 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
2283 Future proof against new fields being added to MI output.
2284 (gdb-send): Don't treat backslashes for program input as
2285 continuations.
2286 (gdb-assembler-handler): Don't use window-start for this handler.
2287 (gdb-frame-handler): Don't change to hollow arrow if overlay
2288 arrow doesn't move to new frame.
2289
2290 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
2291
2292 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
2293 prevent compiler warnings.
2294 (gdb-stopped): Check for gud-last-last-frame (case: signal).
2295 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
2296 (gdb-assembler-custom): Use hollow-right-triangle for assembler
2297 buffer too.
2298
2299 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
2300
2301 * pgg-gpg.el (pgg-gpg-update-agent): Check for
2302 make-network-process, so we can use the same code in Gnus v5-10
2303 too and have this file fully synchronized with that release.
2304
2305 2006-03-23 Romain Francoise <romain@orebokech.com>
2306
2307 * ibuf-ext.el (ibuffer-read-filter-group-name):
2308 Use `ibuffer-generate-filter-groups' to make completion list match
2309 the filter groups that are really displayed in the Ibuffer buffer.
2310 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
2311
2312 2006-03-23 Kenichi Handa <handa@m17n.org>
2313
2314 * international/mule-cmds.el (sort-coding-systems): Describe that
2315 the argument is modified in docstring.
2316
2317 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
2318
2319 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
2320 (pgg-gpg-update-agent): New function.
2321 (pgg-gpg-use-agent-p): New function.
2322 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
2323 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
2324 (pgg-gpg-sign-region): Use it.
2325
2326 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
2327
2328 * cus-edit.el (custom-face-set): Call custom-push-theme before
2329 face-spec set so that `changed' theme is correctly saved.
2330 (custom-face-reset-standard): Reset to recalculated face rather
2331 than defface spec.
2332
2333 * custom.el (custom-push-theme): Only save `changed' theme if the
2334 current face does not match the defface specs.
2335
2336 2006-03-21 Simon Josefsson <jas@extundo.com>
2337
2338 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
2339 <wilde@sha-bang.de>.
2340 (pgg-gpg-use-agent): New variable.
2341 (pgg-gpg-process-region): Use it.
2342 (pgg-gpg-encrypt-region): Likewise.
2343 (pgg-gpg-encrypt-symmetric-region): Likewise.
2344 (pgg-gpg-decrypt-region): Likewise.
2345 (pgg-gpg-sign-region): Likewise.
2346 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
2347
2348 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
2349
2350 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
2351 bracket links.
2352
2353 2006-03-21 Kim F. Storm <storm@cua.dk>
2354
2355 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
2356 fringe-indicator-alist instead of modifying global value.
2357 (gdb-frame-handler): Likewise.
2358
2359 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
2360
2361 * diff-mode.el (diff-function): Make it inherit from diff-header
2362 instead of diff-context.
2363
2364 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
2365 bitmap.
2366 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
2367 change names in macro above for consistency.
2368 (gdb-frame-handler): Use hollow-right-triangle for all selected
2369 frames which except the innermost (where execution has stopped).
2370 (gdb-reset): Reset buffer-local values of overlay-arrow.
2371
2372 2006-03-20 Richard Stallman <rms@gnu.org>
2373
2374 * simple.el (set-mark-command): Doc fix.
2375
2376 * files.el (display-buffer-other-frame): New command.
2377 (ctl-x-4-map): Bind C-x 5 C-o to it.
2378
2379 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
2380
2381 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
2382 rather than just defer-time, in case defer-time has been changed but
2383 the timer isn't running yet.
2384 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
2385
2386 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
2387
2388 * help-mode.el (help-follow-symbol): New function.
2389 Essentially identical to the old `help-follow', but do not let
2390 `push-button' do the work when on an xref.
2391 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
2392
2393 2006-03-19 Richard Stallman <rms@gnu.org>
2394
2395 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
2396 preceded by the word `program'.
2397 (help-follow-mouse, help-follow): Throw error if not on xref.
2398 Delete no longer used args.
2399
2400 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
2401
2402 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
2403 annotation ensure gud-overlay-arrow-position is redisplayed.
2404
2405 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2406
2407 * textmodes/bibtex.el (bibtex-include-OPTkey)
2408 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
2409 (bibtex-autokey-name-case-convert)
2410 (bibtex-autokey-titleword-case-convert): Make these the aliases
2411 for the following two variables.
2412 (bibtex-autokey-name-case-convert-function)
2413 (bibtex-autokey-titleword-case-convert-function): Make these the
2414 real names.
2415 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
2416 bibtex-font-lock-crossref sublists.
2417 (bibtex-mode): Revert 2005-12-30 change (which made
2418 completion-ignore-case buffer-local).
2419 (bibtex-url): Simplify.
2420
2421 2006-03-19 Kim F. Storm <storm@cua.dk>
2422
2423 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
2424 cursor property value to 2 (to align with C level change).
2425
2426 2006-03-19 Bill Wohler <wohler@newt.com>
2427
2428 * image.el (image-load-path-for-library): Shorten first line in
2429 docstring.
2430
2431 2006-03-18 Richard Stallman <rms@gnu.org>
2432
2433 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
2434
2435 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
2436
2437 * isearch.el (isearch-other-meta-char): Handle user bindings for
2438 shifted control characters.
2439
2440 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
2441
2442 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
2443 part that matches email addresses, file names, etc.
2444
2445 2006-03-18 Eli Zaretskii <eliz@gnu.org>
2446
2447 * term/w32-win.el (mouse-set-font):
2448 Mention w32-list-proportional-fonts in the doc string.
2449
2450 2006-03-18 Kim F. Storm <storm@cua.dk>
2451
2452 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
2453 (ido-unc-hosts): New user option to explicitly define list of know
2454 UNC-style hosts for completion.
2455 (ido-cache-unc-host-shares-time): New user option.
2456 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
2457 New helper functions for UNC file-name support.
2458 (ido-may-cache-directory): Check for UNC host. Simplify.
2459 (ido-wash-history): Clean out old UNC hosts.
2460 (ido-nonreadable-directory-p): UNC hosts are always readable.
2461 (ido-directory-too-big-p): UNC hosts are never too big.
2462 (ido-set-current-directory): Handle UNC root path.
2463 (ido-file-name-all-completions): Complete UNC host names from
2464 ido-unc-hosts list. Cache UNC host shares.
2465 (ido-make-file-list-1): Don't filter UNC root.
2466 (ido-exhibit): Check for // in root directory, and switch to UNC
2467 mode by setting ido-current-directory to //.
2468
2469 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
2470
2471 * cus-edit.el (customize-changed-options): Mention explicit
2472 version number as default in prompt.
2473
2474 2006-03-17 Bill Wohler <wohler@newt.com>
2475
2476 * image.el (image-load-path-for-library): Minor docstring fix.
2477
2478 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
2479
2480 * textmodes/org.el (org-read-date): Include subgroup 5 into
2481 replacement text.
2482 (org-popup-calendar-for-date-prompt): Fix customization type.
2483
2484 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
2485
2486 * progmodes/gdb-ui.el (gud-watch): Provide completion.
2487 (gdb-continuation): New variable.
2488 (gdb-send): Deal with continuation lines.
2489
2490 * progmodes/gud.el (gud-gdb-complete-command)
2491 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
2492 expressions.
2493 (gud-tooltip-mode): Use buffer-local value.
2494
2495 2006-03-16 Kim F. Storm <storm@cua.dk>
2496
2497 * ido.el (ido-edit-input): Use selected match, if any.
2498
2499 2006-03-16 Bill Wohler <wohler@newt.com>
2500
2501 * image.el (image-load-path-for-library): Prefer user's images in
2502 image-load-path.
2503
2504 2006-03-16 Martin Rudalics <rudalics@gmx.at>
2505
2506 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
2507 when checking for attempt to drag leftmost or rightmost scrollbar.
2508
2509 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
2510
2511 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
2512 (gdb-force-mode-line-update): New function.
2513 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
2514 (gdb-exited): Use them.
2515 (gdb-signal): New function.
2516 (gdb-annotation-rules): Provide a rule for it.
2517
2518 2006-03-16 Kenichi Handa <handa@m17n.org>
2519
2520 * international/mule.el (auto-coding-regexp-alist): Add entries
2521 for Unicode BOM.
2522
2523 * sort.el (sort-build-lists): Temporarily bind
2524 inhibit-field-text-motion to t.
2525
2526 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
2527
2528 * locate.el (locate-command, locate-make-command-line)
2529 (locate-fcodes-file, locate-update-command)
2530 (locate-prompt-for-command, locate, locate-with-filter)
2531 (locate-get-file-positions): Doc fixes.
2532 (locate-buffer-name, locate-header-face): Remove leading `*' in
2533 defcustom.
2534 (locate-filter-output): Use `keep-lines' instead of its alias
2535 `delete-non-matching-lines'.
2536 (locate-get-filename, locate-get-dirname): Add introductory comment.
2537 (locate-find-directory-other-window): Give appropriate error
2538 message if used outside main listing.
2539
2540 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
2541
2542 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
2543 the new extend-region feature.
2544 (font-lock-after-change-function): Update correspondingly.
2545 * jit-lock.el (jit-lock-after-change): Update correspondingly.
2546 * progmodes/grep.el (font-lock-lines-before): Don't disable.
2547
2548 2006-03-15 Bill Wohler <wohler@newt.com>
2549
2550 * image.el (image-load-path-for-library): Fix example by not
2551 recommending that one binds image-load-path. Just defvar it to
2552 placate compiler and only use it if previously defined.
2553
2554 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
2555
2556 * textmodes/org.el (org-insert-centered): Use `string-width' to
2557 make underlining work for wide characters.
2558 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
2559 TAB to `org-cycle', to make sure that no binding in
2560 `outline-mode-map' can supercede it.
2561
2562 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
2563
2564 * allout.el: Increment version to 2.2.1 in file commentary.
2565
2566 (allout-version): Increment to 2.2.1.
2567
2568 (allout-default-layout): New customization variable, used when the
2569 file lacks a specific allout-layout. Uses allout-layout-type for
2570 recursively nested definition.
2571
2572 (allout-layout-type): Widget defining allout layouts, necessary for
2573 self-recursive definition.
2574
2575 (allout-mode): Incorporate allout-default-layout as fallback for
2576 allout-layout.
2577
2578 (allout-layout): Mark as 'safe-local-variable', and refer mention
2579 fallback to `allout-default-layout' in absence of a specified value.
2580 (allout-passphrase-verifier-string)
2581 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
2582
2583 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
2584
2585 (allout-get-encryption-passphrase-verifier): Use correct name of
2586 passphrase verifier in docstring.
2587
2588 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
2589
2590 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
2591 elements.
2592 (gdb-find-watch-expression): Make it work for arrays too.
2593 Follow change to gdb-var-list.
2594 (gud-watch): Allow the user to enter variable name with a prexix
2595 arg. Create keybindings.
2596 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
2597 (gdb-var-list-children-handler, gdb-var-update-handler)
2598 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
2599 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
2600 Follow change to gdb-var-list.
2601 (gdb-starting): Don't show the overlay arrows when program is running.
2602
2603 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
2604 gdb-var-list.
2605
2606 2006-03-14 Bill Wohler <wohler@newt.com>
2607
2608 * image.el (image-load-path-for-library): Pass value of path
2609 rather than symbol. Always return list of directories.
2610 Guarantee that image directory comes first.
2611
2612 2006-03-14 Alan Mackenzie <acm@muc.de>
2613
2614 * font-core.el (font-lock-extend-region\(-function\)?.):
2615 New function/variable.
2616
2617 * font-lock.el (font-lock-after-change-function):
2618 Call font-lock-extend-region. Obey font-lock-lines-before.
2619 (font-lock-default-fontify-region): Remove reference to
2620 font-lock-lines-before.
2621
2622 * jit-lock.el (jit-lock-after-change):
2623 Call font-lock-extend-region. Obey font-lock-lines-before.
2624
2625 2006-03-14 David Ponce <david@dponce.com>
2626
2627 * tree-widget.el (tree-widget-themes-load-path)
2628 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
2629
2630 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
2631
2632 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
2633 (rcirc-print): Mark the start of text at the end of the prompt.
2634 (rcirc-track-minor-mode): Add autoload cookie.
2635 (rcirc-update-activity-string): Add space to front of mode-line
2636 indicator.
2637
2638 2006-03-13 Miles Bader <miles@gnu.org>
2639
2640 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
2641 (rcirc-abbrev-nick): Remove function.
2642 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
2643
2644 2006-03-13 David Ponce <david@dponce.com>
2645
2646 * tree-widget.el: Handle themes across all occurrences of the main
2647 themes sub-directory found in tree-widget-themes-load-path.
2648 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
2649 (tree-widget--locate-sub-directory): Return all occurrences.
2650 (tree-widget-themes-path): New function.
2651 Replace tree-widget-themes-directory, and return a list of directories.
2652 (tree-widget-set-parent-theme)
2653 (tree-widget-lookup-image): Use it.
2654
2655 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
2656
2657 * textmodes/org.el (org-link-search): Avoid self-matching of
2658 links, allow target text to be distributed over several lines.
2659 (org-search-not-link): New function.
2660 (org-set-regexps-and-options, org-get-current-options):
2661 New startup options.
2662 (org-export-as-html): Take odd-level setting from local variable.
2663 (org-fontify-emphasized-text): New option.
2664 (org-set-font-lock-defaults): Include emphasized text.
2665 (org-follow-mhe-link): Allow folder-only links, fix folder name.
2666 (org-font-lock): Customize group renamed from `org-faces'.
2667
2668 2006-03-13 John Paul Wallington <jpw@pobox.com>
2669
2670 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
2671 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
2672
2673 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
2674
2675 * cus-start.el (all): Delete :version keyword for members of the
2676 fringe group, since the entire group is new in 22.1.
2677
2678 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
2679
2680 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
2681 map if value is hexadecimal (an address).
2682 (gud-watch): Only search roots for existing watch expressions.
2683 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
2684 prevent caching problems with speedbar-update-directory-contents.
2685
2686 2006-03-12 Juri Linkov <juri@jurta.org>
2687
2688 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
2689 before comparing with `low' and `warn'.
2690
2691 * info.el (Info-dir-remove-duplicates): Move point to the
2692 beginning of the current line after deleting the entries from
2693 redundant heading. Use marker for `limit' and compare it with
2694 point before calling `re-search-forward'.
2695
2696 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
2697
2698 * simple.el (yank): Fix typo in docstring.
2699
2700 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
2701
2702 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
2703 messages, where "D" is the 6th character.
2704
2705 2006-03-11 Eli Zaretskii <eliz@gnu.org>
2706
2707 * simple.el (yank): Fix last change.
2708
2709 2006-03-11 David Ponce <david@dponce.com>
2710
2711 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
2712 merging elements from the standard ispell-dictionary-alist.
2713 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
2714 alist, and return the new alist.
2715
2716 2006-03-11 Richard Stallman <rms@gnu.org>
2717
2718 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
2719
2720 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
2721 the way it is implemented is too unclean.
2722
2723 * simple.el (kill-region, yank): Doc fix.
2724
2725 * battery.el (battery-echo-area-format): Doc fix.
2726 (battery-mode-line-format): Likewise.
2727 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
2728 (battery-linux-proc-acpi): Ignore batteries that say "charged".
2729
2730 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
2731
2732 * progmodes/octave-mod.el (octave-indent-for-comment):
2733 Behave according to do string.
2734
2735 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
2736
2737 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
2738 Be visible only if major mode is Mail Mode.
2739
2740 * textmodes/flyspell.el (flyspell-external-point-words)
2741 (flyspell-process-localwords): Fix last changes.
2742
2743 2006-03-11 Eli Zaretskii <eliz@gnu.org>
2744
2745 * calendar/holidays.el (list-holidays): Doc fix.
2746
2747 * international/mule.el (auto-coding-alist): Add .odt
2748 (OpenOffice's open document) files.
2749
2750 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
2751 document) files. Mention in the doc string the need to sync with
2752 auto-coding-alist.
2753
2754 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
2755
2756 * files.el (hack-local-variables-confirm): Don't prompt for ! if
2757 enable-local-variables is set to always query, or there is no
2758 savable variable.
2759
2760 2006-03-10 Bill Wohler <wohler@newt.com>
2761
2762 * image.el (image-load-path-for-library): Merge at least three
2763 functions from Gnus and MH-E into this one function that can now
2764 be shared.
2765
2766 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
2767
2768 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
2769 gdb-remove-mouse-face and remove help-echo too.
2770 (gdb-enqueue-input): Correct conditional clause.
2771
2772 2006-03-10 Glenn Morris <rgm@gnu.org>
2773
2774 * calendar/calendar.el (calendar-holidays): Doc fix.
2775 * calendar/holidays.el (list-holidays): Doc fix.
2776
2777 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
2778
2779 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
2780 it gets called in gdb-prompt anyway.
2781 (gdb-use-separate-io-buffer): Only restore window arrangement for
2782 gdb-many-windows.
2783 (gdb-enqueue-input): Make it harder to send GDB input when program
2784 is running.
2785 (gdb-buffer-list): New variable.
2786 (gdb-remove-mouse-face): New function.
2787 (gdb-starting): Use it when GDB input won't get sent.
2788
2789 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
2790
2791 * help.el (view-lossage): Remove trailing whitespace before
2792 inserting "\n".
2793
2794 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
2795
2796 * files.el (hack-local-variables-confirm):
2797 Set coding-system-for-read to nil before writing to .emacs.
2798
2799 * arc-mode.el (archive-extract): Check if an existing buffer name
2800 comes from a different archive.
2801
2802 * help.el (describe-key-briefly): If KEY is a down event, read and
2803 discard the up event.
2804
2805 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
2806
2807 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
2808 be edited and use font-lock-warning-face for any changes.
2809
2810 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
2811 (gdb-edit-value): Use it to report any errors.
2812
2813 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
2814
2815 * help.el (describe-key): Remove leftover test code.
2816
2817 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
2818
2819 * textmodes/org.el: Move defvars out of eval-when-compile.
2820 Use buffer-file-name variable.
2821 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
2822 arg `file'.
2823 (org-level-faces): Remove startup dependency.
2824 (org-cycle, org-map-tree, org-scan-tags)
2825 (org-remember-handler): Don't call `outline-level' directly.
2826 (org-mhe-search-all-folders): New option.
2827 (org-mhe-get-message-folder-from-index)
2828 (org-mhe-get-message-folder): Fix indexing search.
2829 (org-format-agenda-item): Handle nil TAGS argument.
2830 (org-cleaned-string-for-export, org-activate-target-links)
2831 (org-make-target-link-regexp): Deal with empty radio target list.
2832 (org-tag): New face.
2833 (org-get-level-face): New function.
2834 (org-set-font-lock-defaults): Simplify setup for headlines.
2835 (org-complete): Pass common substring to `display-completion-list'.
2836
2837 2006-03-06 David Ponce <david@dponce.com>
2838
2839 * tree-widget.el: Update Commentary header.
2840 (tree-widget-theme-name): Ignore parent themes.
2841 (tree-widget-set-parent-theme): New function.
2842 (tree-widget-set-theme): Use it.
2843 (tree-widget-set-image-properties): Move definition. Does nothing
2844 if image properties have already been set.
2845 (tree-widget-image-properties): Move definition. Receive an image
2846 name. Set the :pointer property.
2847 (tree-widget-lookup-image): Doc fix. Search in parent themes.
2848 Don't set the :pointer image property.
2849 (tree-widget-convert-widget): New function. Handle :dynargs
2850 compatibility here.
2851 (tree-widget): Use it to :convert-widget. Add the :expander-p
2852 predicate to control when the :expander function is entered.
2853 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
2854 (tree-widget-value-create): Handle :expander-p. widget-apply
2855 :expander.
2856 (tree-widget-expander-p): New function. Default value of the
2857 :expander-p property.
2858
2859 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
2860
2861 * help.el (describe-key): Properly handle the return value of
2862 read-key-sequence when grabbing an up-event. Cleanup mouse-1
2863 remaps. Handle string and vector `follow-link' values.
2864
2865 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
2866
2867 * complete.el (PC-expand-many-files): Try be more careful when parsing
2868 the shell's output.
2869
2870 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
2871
2872 * outline.el (hide-sublevels): Provide better interactive default.
2873
2874 2006-03-06 Kenichi Handa <handa@m17n.org>
2875
2876 * international/fontset.el (create-fontset-from-fontset-spec):
2877 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
2878
2879 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
2880
2881 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
2882 backslashes instead of one in regexp.
2883 (gud-tooltip-dereference): Add missing optional argument.
2884
2885 2006-03-04 John Paul Wallington <jpw@pobox.com>
2886
2887 * wdired.el (toplevel): Require `cl' at compile-time.
2888
2889 2006-03-04 Andreas Schwab <schwab@suse.de>
2890
2891 * server.el (server-process-filter): Handle errors during
2892 evaluation of the argument.
2893
2894 2006-03-03 John Paul Wallington <jpw@pobox.com>
2895
2896 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
2897 escape parentheses at beginning of line.
2898 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
2899 (t-mouse-mode): Remove period from end of error message.
2900
2901 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
2902
2903 * textmodes/flyspell.el (flyspell-process-localwords):
2904 Be case-sensitive.
2905
2906 2006-03-03 Martin Rudalics <rudalics@gmx.at>
2907
2908 * cus-edit.el (custom-quote): Remove function, since it has been
2909 moved to custom.el.
2910
2911 * font-lock.el (lisp-font-lock-keywords-2)
2912 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
2913 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
2914 they have no special meaning.
2915
2916 * midnight.el (clean-buffer-list): Handle case where base-buffer of
2917 indirect buffer gets killed before indirect buffer. Use dolist.
2918
2919 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
2920
2921 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
2922 value instead of a literal constant (1) on more pauses.
2923
2924 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
2925
2926 * textmodes/flyspell.el (flyspell-external-point-words):
2927 Be case-sensitive.
2928
2929 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
2930
2931 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
2932 with "www".
2933
2934 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
2935
2936 * allout.el: Restablish intermediate missing comment header to
2937 preserve outline structure.
2938 (allout-beginning-of-current-entry): Skip invisible text.
2939 (allout-open-topic): Fix opening a topic at end-of-buffer.
2940 (allout-minor-mode): Move nearer to allout-mode function.
2941
2942 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
2943
2944 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
2945
2946 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
2947
2948 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
2949 is nil.
2950
2951 * progmodes/gud.el (gud-speedbar-menu-items):
2952 Use buffer-local-value and add missing :visible keyword.
2953
2954 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
2955
2956 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
2957
2958 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
2959 must be `follow-link'.
2960
2961 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
2962
2963 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
2964 formatting: No nested anchors.
2965 (org-all-targets): Fix bug with XEmacs compatibility.
2966 (org-read-date): Add (require 'parse-time).
2967 (org-set-tags): Fix bug with extra inserted space.
2968 (org-export-html-style): Define a style class for targets.
2969 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
2970 (org-hide-leading-stars): New option.
2971 (org-hide): New face.
2972 (org-set-font-lock-defaults): Allow to hide leading stars.
2973 (org-get-legal-level, org-tr-level): New functions.
2974 (org-odd-levels-only): New option.
2975 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
2976 (org-demote, org-promote): Deal with double-star levels.
2977 (org-convert-to-odd-levels): New command.
2978
2979 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
2980
2981 * speedbar.el (speedbar-update-localized-contents): Try to
2982 preserve window-start.
2983 (speedbar-update-directory-contents): Try to preserve window-start
2984 and window-point.
2985 (speedbar-update-special-contents): Don't move back to start of window.
2986
2987 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
2988 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
2989 speedbar-timer-fn.
2990 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
2991 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
2992 instead of gdb-speedbar-timer-fn.
2993
2994 2006-02-28 Jay Belanger <belanger@truman.edu>
2995
2996 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
2997 (math-compose-expr): Use latex option when calling
2998 `math-compose-tex-matrix' for latex mode.
2999
3000 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
3001
3002 * speedbar.el: Re-instate comments about developing for speedbar
3003 [this is what info and gdb-ui use even if better methods exist now].
3004
3005 * t-mouse.el: New file.
3006 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
3007 (t-mouse-lispy-buffer-posn-from-coords): Remove.
3008 (t-mouse-make-event-element): Use posn-at-x-y instead.
3009 (t-mouse-make-event): Deal with Fedora Core 3.
3010 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
3011 (t-mouse-mouse-position-function): New function. Use it instead
3012 of advising mouse-position.
3013 (t-mouse-mode): New minor mode.
3014 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
3015
3016 2006-02-27 Glenn Morris <rgm@gnu.org>
3017
3018 * calendar/calendar.el (calendar-holidays): Doc fix.
3019
3020 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
3021
3022 * progmodes/gdb-ui.el (gdb-source-window): New variable.
3023 Re-introduce the concept of a source window.
3024 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
3025 consistency with get-buffer-create.
3026 (def-gdb-auto-update-handler, gdb-info-locals-handler)
3027 (gdb-data-list-register-values-handler)
3028 (gdb-stack-list-locals-handler): Try to preserve window-start as
3029 well as window-point.
3030 (gdb-display-source-buffer): New function (old concept).
3031 (gdb-goto-breakpoint): Use it.
3032
3033 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
3034 for gdb-ui/gdb-mi (old concept).
3035
3036 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
3037
3038 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
3039 binding.
3040
3041 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
3042
3043 * textmodes/reftex-sel.el (reftex-select-label-map)
3044 (reftex-select-bib-map): Add `follow-mouse' binding.
3045
3046 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
3047
3048 * jka-cmpr-hook.el (jka-compr-compression-info-list)
3049 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
3050 Give :set functions to provide automatic updating.
3051 Update docstring. Give compiler defvars early in the file
3052 and move the defcustoms to a later spot where all called functions
3053 are defined.
3054 (jka-compr-file-name-handler-entry): Doc fix.
3055 (jka-compr-compression-info-list--internal)
3056 (jka-compr-mode-alist-additions--internal)
3057 (jka-compr-load-suffixes--internal): New variables.
3058 (jka-compr-install): Set the three above variables.
3059 Update `load-file-rep-suffixes' instead of `load-suffixes'.
3060 (jka-compr-update, jka-compr-set): New functions.
3061 (auto-compression-mode): Doc fix.
3062
3063 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
3064 Update `load-file-rep-suffixes' instead of `load-suffixes'.
3065 Use jka-compr-compression-info-list--internal,
3066 jka-compr-mode-alist-additions--internal and
3067 jka-compr-load-suffixes--internal.
3068
3069 * files.el (load-library):
3070 * loadhist.el (file-loadhist-lookup):
3071 * startup.el (command-line):
3072 * subr.el (locate-library):
3073 * emacs-lisp/autoload.el (update-directory-autoloads):
3074 * emacs-lisp/find-func.el (find-library-suffixes):
3075 Use `get-load-suffixes' instead of `load-suffixes'.
3076
3077 * subr.el (locate-library):
3078 * emacs-lisp/find-func.el (find-library-name):
3079 Use `load-file-rep-suffixes' instead of '("").
3080
3081 2006-02-26 Kim F. Storm <storm@cua.dk>
3082
3083 * ido.el (ido-save-history, ido-load-history): Simplify.
3084 Don't use find-file-noselect to avoid interference from other modes.
3085
3086 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
3087
3088 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
3089 to use the default shell if filename is not available.
3090 Reported by Giorgos Keramidas.
3091
3092 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
3093
3094 * progmodes/etags.el (tags-completion-table): Do completion from
3095 all the tables in the current list, as documented in the manual.
3096
3097 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
3098
3099 * CC Mode Update to 5.31.3.
3100
3101 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
3102
3103 * progmodes/cc-mode.el (c-postprocess-file-styles):
3104 Bind inhibit-read-only to t, around the call to
3105 c-remove-any-local-eval-or-mode-variables, so that it works on a
3106 RO file.
3107
3108 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
3109
3110 * progmodes/cc-awk.el: Correct a typo.
3111
3112 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
3113
3114 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
3115 c-hungry-delete-backwards, at the request of RMS. Leave the old
3116 name as an alias.
3117
3118 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
3119
3120 * progmodes/cc-mode.el: Correct a typo.
3121
3122 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
3123
3124 * progmodes/cc-defs.el: Update the version number to 5.31.3.
3125
3126 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
3127
3128 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
3129 brace-else-brace (error due to mbeg, mend being undefined).
3130
3131 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
3132
3133 * progmodes/cc-mode.el: File Local variables: Solve the problem
3134 where both `mode' and c-file-offsets are specified: `mode' will
3135 overwrite c-f-o's settings:
3136 (c-remove-any-local-eval-or-mode-variables): New function.
3137 (c-postprocess-file-styles): Call the above new function, within
3138 c-tentative-buffer-change, to splat `mode' and `eval' before the
3139 second hack-local-variables.
3140
3141 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
3142
3143 * progmodes/cc-mode.el:
3144 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
3145 (c-after-change): Protect the match data with save-match-data.
3146 It was getting corrupted by c-after-change-check-<>-operators.
3147
3148 * cc-defs.el: [Supersedes patch V1.38]:
3149 (top level): Check for a buggy font-lock-compile-keywords ONLY in
3150 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
3151
3152 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
3153 with save-match-data. It was being corrupted when Font Lock was
3154 not enabled.
3155
3156 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
3157
3158 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
3159 Mode and Subword Mode.
3160
3161 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
3162 real labels ("case 1:" or "foo:") from non-labels ("public:").
3163 (c-forward-objc-directive): Replace c-forward-token-2 with crude
3164 coding; c-f-t-2 doesn't move over a token at EOB.
3165
3166 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
3167
3168 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
3169 (c-update-modeline): Concatenate the minor mode indicators
3170 directly onto mode-name, removing c-submode-indicators.
3171 Sometimes, c-s-i got separated from the mode name on the mode line.
3172
3173 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
3174 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
3175
3176 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
3177
3178 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
3179 error message when there's an evaluation error to show whether
3180 it's loaded from source or not.
3181 (c-filter-ops): Make it available at runtime too to work when
3182 `c-make-init-lang-vars-fun' needs to evaluate from source.
3183
3184 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
3185
3186 * help.el (help): Revert last part of 2006-02-23 change (deletion
3187 of the `provide' call).
3188
3189 2006-02-23 Juri Linkov <juri@jurta.org>
3190
3191 * compare-w.el (compare-windows-highlight): Add new value
3192 `persistent' and change :type from `boolean' to `choice'.
3193 (compare-windows-overlays1, compare-windows-overlays2):
3194 New internal variables.
3195 (compare-windows-highlight): If compare-windows-highlight is
3196 `persistent', add current overlays to compare-windows-overlays[12]
3197 instead of adding compare-windows-dehighlight to pre-command-hook.
3198 (compare-windows-dehighlight): Delete all overlays from
3199 compare-windows-overlays[12].
3200
3201 * info.el (Info-search): Don't bind search-spaces-regexp to
3202 Info-search-whitespace-regexp in non-regexp isearch mode.
3203
3204 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
3205
3206 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
3207
3208 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
3209
3210 * textmodes/org.el (org-xemacs-p)
3211 (org-export-html-show-new-buffer, org-table-may-need-update)
3212 (org-insert-item, org-mhe-get-message-real-folder)
3213 (org-mhe-get-message-folder-from-index)
3214 (org-mhe-get-message-folder, org-mhe-get-message-num)
3215 (org-mhe-get-header, org-make-org-heading-search-string)
3216 (org-make-org-heading-camel, org-table-sort-lines)
3217 (org-format-org-table-html, org-format-table-table-html):
3218 Fix typos in docstrings.
3219
3220 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
3221
3222 * textmodes/org.el (org-cleaned-string-for-export)
3223 (org-solidify-link-text): New function.
3224 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
3225 XEmacs, just to silence the compiler.
3226 (org-export-as-ascii, org-export-as-html-and-open):
3227 Use `org-cleaned-string-for-export' and create internal links.
3228 (org-follow-mhe-link): Require mh-e, use folder.
3229
3230 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
3231
3232 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
3233
3234 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
3235 gdb-debug-log-length.
3236 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
3237 it a real ring but...
3238 (gud-gdba-marker-filter): ...make it work like mark-ring.
3239 (gdb-enable-debug): Rename from gdb-enable-debug-log.
3240 (gdb-mouse-jump): New function. Add bindings.
3241
3242 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
3243
3244 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
3245 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
3246 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
3247 (gdb-debug-log-length): Customize it's length.
3248 (gud-watch, gdb-var-create-handler): Display function::var format
3249 but don't use to create variable object.
3250 (gdb-var-create-handler): Use message-box in place of message.
3251 (gdb-stopped): Call gdb-exited if signalled.
3252
3253 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
3254
3255 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
3256
3257 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
3258
3259 * textmodes/reftex.el (reftex-locate-file): Search all extensions
3260 if `reftex-try-all-extensions' is set.
3261
3262 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
3263 fail silently when there is no valid argument at point.
3264 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
3265 `fail-silently' argument. From a patch by David Reiter.
3266
3267 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
3268 New commands.
3269 (org-mark-ring): New variable.
3270 (org-mark-ring-length): New option.
3271 (org-open-at-point, org-goto, org-open-file): Push old position
3272 onto the mark ring.
3273 (org-add-hook): New function.
3274 (org-export-table-remove-special-lines): New option.
3275 (org-skip-comments, org-format-org-table-html): Respect new
3276 option `org-export-table-remove-special-lines'.
3277 (org-open-file): Allow special command configuration for
3278 directory link.
3279 (org-file-apps): Fix bugs in customize type, added setting
3280 for directories.
3281 (org-activate-tags, org-format-agenda-item, org-complete)
3282 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
3283 (org-get-tags, org-get-buffer-tags, org-open-at-point)
3284 (org-link-search, org-make-org-heading-search-string)
3285 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
3286 (org-radio-targets, org-file-link-context-use-camel-case)
3287 (org-activate-camels): New options.
3288 (org-update-radio-target-regexp, org-all-targets)
3289 (org-make-target-link-regexp, org-activate-target-links):
3290 New functions.
3291 (org-make-org-heading-search-string): New function.
3292 (org-store-link, org-insert-link): Use new option
3293 `org-file-link-context-use-camel-case'.
3294 (org-activate-camels): Use new option `org-activate-camels'.
3295 (org-link-regexp): Add mhe prefix.
3296 (org-open-at-point, org-store-link): Support for mhe links.
3297 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
3298 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
3299 (org-mhe-get-header, org-follow-mhe-link): New functions.
3300 (org-remove-angle-brackets, org-add-angle-brackets):
3301 New functions.
3302 (org-bracket-link-regexp): New constant.
3303 (org-read-date): Fix bug that was rejecting all typed dates.
3304 (org-link-search): Make hierarchy above visible after a match.
3305 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
3306 (org-store-link): Fix bug with link creation when cursor is in
3307 an empty line.
3308 (org-open-at-point): Fix bug with matching a link.
3309 Fixed buggy argument sequence in call to `org-view-tags'.
3310 (org-compile-prefix-format): Set `org-prefix-has-tag'.
3311 (org-prefix-has-tag): New variable.
3312 (org-format-agenda-item): Remove tags from headline
3313 if appropriate.
3314 (org-agenda-remove-tags-when-in-prefix): New option.
3315
3316 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
3317
3318 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
3319 Fix the regular expressions.
3320
3321 2006-02-21 Richard M. Stallman <rms@gnu.org>
3322
3323 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
3324 if there's no other specific basis.
3325
3326 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
3327 as variables at all.
3328 (unsafep-variable): Rename arg; doc fix.
3329
3330 * abbrevlist.el (list-one-abbrev-table): Add autoload.
3331
3332 * calendar/appt.el (diary-selective-display): Add defvar.
3333
3334 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
3335
3336 * isearch.el (search-whitespace-regexp): Fix custom type.
3337
3338 * help.el (describe-key-briefly): Compute interactive args
3339 in same was as before previous change.
3340
3341 * files.el (enable-local-variables): Doc fix.
3342
3343 2006-02-21 Kim F. Storm <storm@cua.dk>
3344
3345 * fringe.el: Cleanup as file is now pre-loaded.
3346 (fringe-bitmaps): Initialize unconditionally.
3347 (fringe-mode, set-fringe-style): Remove autoload cookies.
3348
3349 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
3350
3351 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
3352 `horizontal-bar'.
3353 (fringe-cursor-alist): Use `horizontal-bar'.
3354
3355 2006-02-20 Kim F. Storm <storm@cua.dk>
3356
3357 * fringe.el (fringe-bitmaps): Update to new bitmap names.
3358 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
3359
3360 * loadup.el: Load "fringe" on window systems.
3361
3362 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
3363
3364 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
3365 out of scope components.
3366
3367 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
3368 default.
3369
3370 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
3371
3372 * custom.el (customize-mark-to-save, customize-mark-as-set):
3373 Load the symbol first.
3374
3375 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
3376
3377 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
3378 strech spec so it doesn't display as "^J" on the header line
3379 when `Buffer-menu-use-header-line' is t.
3380
3381 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
3382
3383 * speedbar.el (speedbar-make-button): Keep text properties
3384 of string arguments if desired.
3385
3386 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
3387 expessions.
3388
3389 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
3390 of speedbar.
3391
3392 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
3393
3394 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
3395 to value of `read-file-name-completion-ignore-case'.
3396
3397 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
3398
3399 * custom.el (customize-mark-as-set): Push to `user' theme.
3400
3401 * cus-edit.el (custom-save-variables): Allow unthemed values.
3402 (customize-set-variable): Push setting to `user' theme.
3403
3404 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
3405
3406 * progmodes/gud.el: Don't require font-lock as it's now
3407 automatically loaded.
3408 (gud-speedbar-buttons): Replace gdb-var-changed with
3409 gdb-force-update.
3410
3411 * progmodes/gdb-ui.el (gdb-force-update): Rename from
3412 gdb-var-changed.
3413 (gdb-post-prompt): Use it.
3414 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
3415 (gdb-var-update-handler, gdb-var-delete)
3416 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
3417 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
3418 gdb-force-update in gdb-post-prompt.
3419 (gdb-reset): Clear watch expressions from speedbar when quitting.
3420
3421 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
3422
3423 * viper-cmd.el (viper-insert-state-post-command-sentinel)
3424 (viper-change-state-to-vi, viper-change-state-to-emacs):
3425 Make aware of cursor coloring in the Emacs state.
3426 (viper-special-read-and-insert-char): Use read-char-exclusive.
3427 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
3428
3429 * viper-init.el (viper-emacs-state-cursor-color): New variable.
3430
3431 * viper-util.el (viper-save-cursor-color)
3432 (viper-get-saved-cursor-color-in-replace-mode)
3433 (viper-get-saved-cursor-color-in-insert-mode)
3434 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
3435 state.
3436 (viper-get-saved-cursor-color-in-emacs-mode): New function.
3437
3438 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
3439 (ediff-ignore-case-option3, ediff-actual-diff-options)
3440 (ediff-actual-diff3-options): New variables to control case sensitivity.
3441 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
3442 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
3443 (ediff-toggle-ignore-case): New function.
3444 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
3445
3446 * ediff-help.el (ediff-long-help-message-narrow2)
3447 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
3448 (ediff-long-help-message-word-mode): Add ignore-case command.
3449 (ediff-help-for-quick-help): Add ignore-case command.
3450
3451 * ediff-merg.el: Move provide to the end.
3452
3453 * ediff-ptch.el: Move provide to the end.
3454
3455 * ediff-wind.el: Move provide to the end.
3456
3457 * ediff-mult.el: Move provide to the end.
3458 (ediff-set-meta-overlay): Enable follow-link.
3459
3460 * ediff.el: Move provide to the end.
3461 Break recursive load cycle in eval-when-compile.
3462 (ediff-patch-buffer): Better heuristics.
3463
3464 * ediff-util.el: Move provide to the end.
3465 Break recursive load cycle in eval-when-compile.
3466 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
3467 defuns.
3468 (ediff-submit-report): Pass the values of ediff-diff3-program,
3469 ediff-diff3-options.
3470
3471 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
3472
3473 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
3474 the opening bracket of the following bracketing pairs: {}, [], (), <>,
3475 `' (for example, in the docstring of `windmove-default-keybindings').
3476
3477 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
3478
3479 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
3480 shadow face. Don't provide binding to edit variable when it is
3481 out of scope.
3482
3483 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
3484 (gdb-var-update-handler): Detect out of scope variables with pre
3485 GDB 6.4 too.
3486 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
3487 Reset status of variable objects to nil in update handlers.
3488 (gdb-var-update-handler-1): Detect when a variable object comes
3489 in scope. setcar on var changes gdb-var-list directly.
3490
3491 2006-02-17 Juri Linkov <juri@jurta.org>
3492
3493 * ffap.el (ffap) <defface>: Add explicit face declaration.
3494 (ffap-highlight): Use face `ffap' directly instead of checking
3495 for its existence.
3496
3497 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
3498 `visible-ok' of `other-buffer' to find the right original buffer.
3499
3500 * info.el (Info-search): Skip `Local Variables' node.
3501
3502 2006-02-17 Juri Linkov <juri@jurta.org>
3503
3504 * info.el (Info-find-file): Check for symbols `apropos', `history',
3505 `toc' in the input filename, and return these symbols as is.
3506 (Info-find-node-2): Set Info-current-file to symbols `apropos',
3507 `history', `toc' instead of strings.
3508 (Info-set-mode-line): For non-string Info-current-file use the
3509 symbol's name inside **.
3510 (Info-isearch-push-state): Add quote before Info-current-file and
3511 Info-current-node.
3512 (Info-isearch-pop-state): Use `equal' instead of `string='.
3513 (Info-extract-pointer, Info-following-node-name): Use
3514 `match-string-no-properties' instead of `match-string'.
3515 (Info-up): Check `old-file' for `stringp'.
3516 (Info-history): Use `equal' instead of `string-equal'.
3517 Check `file' for `stringp'.
3518 (Info-history): Use symbol `history' instead of string as first arg
3519 of `Info-find-node'.
3520 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
3521 `toc' instead of string.
3522 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
3523 instead of `buffer-substring', and `match-string-no-properties'
3524 instead of `match-string'.
3525 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
3526 instead of strings.
3527 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
3528 Use symbol `apropos' instead of string.
3529 (Info-copy-current-node-name): Check `Info-current-file' for
3530 `stringp' and construct a command with `Info-find-node' from it.
3531 (Info-fontify-node): Use `match-string-no-properties' instead of
3532 `match-string' and check file names for `stringp'.
3533 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
3534 `history', `toc' instead of strings.
3535
3536 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
3537
3538 * files.el: Rearrange functions and variables in the file local
3539 variables section.
3540
3541 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
3542
3543 * files.el: Add truncate-lines, ispell-check-comments and
3544 ispell-local-dictionary as safe local variables.
3545
3546 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
3547
3548 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
3549 out of scope variables.
3550 (gud-speedbar-buttons): Use unless.
3551
3552 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
3553 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
3554 (gdb-show-changed-values): Also use for out of scope variables.
3555 (gdb-var-update-handler-1): Note if variable goes out of scope.
3556
3557 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
3558
3559 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
3560 default to global variable values for unsupplied args.
3561 (rcirc-get-buffer-create): Fix bug with setting the target.
3562 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
3563 test for rcirc-always-use-server-buffer-flag here.
3564 (rcirc-response-formats): Add %N, which is a facified nick. %n
3565 uses the default face. Change the ACTION format string. If the
3566 "nick" is the server, don't print anything for that field.
3567 Comment fixes.
3568 (rcirc-target-buffer): Don't test
3569 rcirc-always-use-server-buffer-flag here.
3570 (rcirc-print): Squeeze extra spaces out of the text before message.
3571 (rcirc-put-nick-channel): Strip potential "@" char from nick
3572 before adding them to nick table.
3573 (rcirc-url-regexp): Improve to match address like "foo.com".
3574
3575 2006-02-17 Eli Zaretskii <eliz@gnu.org>
3576
3577 * allout.el (allout-hidden-p): Move this defsubst before
3578 allout-overlay-interior-modification-handler, where it is first
3579 used.
3580
3581 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
3582
3583 * allout.el: Use allout invisible-text overlays instead of
3584 selective display for concealed text. Also, lots of general
3585 cleanup, and improved compatibility code.
3586
3587 (allout-version) Incremented, corrected, revised, and refined
3588 module commentary.
3589
3590 (provide 'allout): Moved to the bottom, added a require of overlay.
3591
3592 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
3593 `except-current'.
3594 (allout-write-file-hook-handler): Minimize delay.
3595 (count-trailing-whitespace-region): New function so
3596 auto-encryption of current topic can resituate cursor exactly.
3597 PGP/GPG encryption trims trailing whitespace from lines, which
3598 must be accounted for across encryption then decryption.
3599
3600 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
3601 just plain "\C-c", to avoid intruding on user's keybinding space.
3602
3603 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
3604 parameter, so user request to provide a new password is done.
3605
3606 (allout-outside-normal-auto-fill-function, allout-auto-fill):
3607 Refined mechanism for auto-filling behavior while in allout mode.
3608
3609 (allout-mode): Explicitly specify the mode map in the docstring.
3610 Clarify provision for various write-file hook var names.
3611 Adjusted for invisible-text overlays instead of selective-display.
3612
3613 (allout-depth): Really return 0 if not within any topic. This
3614 rectifies `allout-beginning-of-level' and sequence numbering
3615 errors that occur when cutting and pasting numbered topics.
3616 Changed from a in-line subst to a regular function, as well.
3617
3618 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
3619
3620 (allout-end-of-subtree, allout-end-of-subtree)
3621 (allout-end-of-entry, allout-end-of-current-heading)
3622 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
3623 (allout-show-children, allout-show-to-offshoot)
3624 (allout-hide-current-entry, allout-show-current-entry): Rectified
3625 handling of trailing blank lines between items.
3626
3627 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
3628 (allout-current-depth, allout-unprotected, allout-hidden-p)
3629 (allout-on-current-heading-p, allout-listify-exposed)
3630 (allout-chart-subtree, allout-goto-prefix)
3631 (allout-back-to-current-heading, allout-get-body-text)
3632 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
3633 (allout-hide-region-body, allout-toggle-subtree-encryption)
3634 (allout-encrypt-string, allout-encrypted-key-info)
3635 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
3636 (allout-file-vars-section-data): Adjusted for use with
3637 invisible-text overlays instead of selective-display.
3638
3639 (allout-kill-line, allout-kill-topic, allout-yank-processing):
3640 Reworked for use with invisible text overlays.
3641
3642 (allout-current-topic-collapsed-p): New function.
3643
3644 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
3645 to know when to close the containing topic.
3646
3647 (allout-pre-command-business, allout-post-command-business):
3648 Simplify undo-batching and dynamic isearch exposure.
3649
3650 (allout-set-overlay-category): New for invisible-text overlays.
3651 Sets properties of allout-overlay-category, used by
3652 allout-flag-region to set invisible-text overlay properties.
3653 (allout-get-invisibility-overlay): Get the first qualifying
3654 invisibility overlay, so we can find the extent of it.
3655 (allout-back-to-visible-text): Get to just before the beginnining
3656 of the current invisibility overlay, if any.
3657
3658 (allout-overlay-insert-in-front-handler)
3659 (allout-overlay-interior-modification-handler)
3660 (allout-before-change-handler, allout-isearch-end-handler): New
3661 functions to handle extraordinary actions affecting concealed
3662 text.
3663
3664 (allout-flag-region): Use overlays instead of selective-display
3665 for invisible text - by inheritence from the properties of
3666 allout-overlay-category in mainline Emacs, and applied
3667 property-by-property in XEmacs, some recent versions of which
3668 don't inherit the properties from the category. Provisions to
3669 respond to concealed-text edits simplified drastically.
3670
3671 (allout-isearch-rectification, allout-isearch-was-font-lock)
3672 (allout-isearch-expose, allout-enwrap-isearch)
3673 (allout-isearch-abort, allout-pre-was-isearching)
3674 (allout-isearch-prior-pos, allout-isearch-did-quit)
3675 (allout-isearch-dynamic-expose)
3676 (allout-hide-current-entry-completely): Functions deleted.
3677
3678 (allout-undo-aggregation): Explicit undo aggregation no longer
3679 necessary due to transition away from selective-display.
3680
3681 (set-allout-regexp, allout-up-current-level)
3682 (allout-next-visible-heading, allout-forward-current-level)
3683 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
3684 (allout-kill-line, allout-yank-processing, allout-show-children)
3685 (allout-expose-topic, allout-old-expose-topic)
3686 (allout-listify-exposed, allout-insert-latex-header)
3687 (allout-toggle-subtree-encryption, allout-encrypt-string)
3688 (remove-from-invisibility-spec, allout-hide-current-subtree):
3689 Ditched unused variables.
3690
3691 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
3692
3693 * textmodes/ispell.el (ispell-change-dictionary): Call
3694 ispell-buffer-local-dict instead of
3695 ispell-accept-buffer-local-defs.
3696 (ispell-local-dictionary-alist): Accept as valid any coding-system
3697 supported by Emacs.
3698 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
3699 changed to iso-8859-3.
3700
3701 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
3702
3703 * speedbar.el (speedbar-frame-width): Make an inline function
3704 instead of a macro. Use frame-width.
3705 (speedbar-try-completion, speedbar-update-contents)
3706 (speedbar-timer-fn): Use consp.
3707 (speedbar-update-localized-contents): Try to preserve point.
3708
3709 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
3710 (menu): Re-order menu items.
3711 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
3712 field.
3713 (gdb-var-update-handler-1): Use it for GDB 6.4+.
3714 (gdb-post-prompt): Speed things by not forcing update.
3715
3716 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
3717
3718 * wid-edit.el (widget-button-click): For mouse-1, cancel button
3719 press and perform default action if we get a mouse movement event.
3720
3721 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
3722
3723 * calendar/icalendar.el (icalendar--get-event-property)
3724 (icalendar--get-event-property-attributes): Fix typos in
3725 docstrings.
3726
3727 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
3728 docstring.
3729
3730 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
3731
3732 * bs.el (bs-mode): Use `buffer-disable-undo'.
3733 (bs--get-file-name): Simplify.
3734 (bs-show-in-buffer): Mark the buffer as not modified.
3735
3736 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
3737
3738 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
3739 widget-button-click.
3740
3741 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
3742 (custom-mode): Update docstring.
3743
3744 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
3745 binding.
3746
3747 * files.el (hack-local-variables-confirm): Allow scrolling if the
3748 file variable list is too long. Kill temp buffer after use.
3749
3750 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
3751
3752 * progmodes/gud.el (gdb): Improve doc string.
3753 (gdb-script-font-lock-keywords): Expand allowed character set.
3754
3755 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
3756 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
3757 (gdb-separate-io-interrupt, gdb-separate-io-quit)
3758 (gdb-separate-io-stop, gdb-separate-io-eof):
3759 Rename from gdb-inferior-* to gdb-separate-*.
3760 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
3761
3762 2006-02-14 Jay Belanger <belanger@truman.edu>
3763
3764 * calc/calc-arith.el (math-check-known-scalarp): Make sure
3765 expression is a symbol before checking that it is bound.
3766
3767 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
3768 test to see if equation can be solved.
3769
3770 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
3771
3772 * wid-edit.el (widget-button-click): Use :pressed-face property
3773 for overlay face, if it exists.
3774
3775 * cus-edit.el (custom-manual, custom-add-see-also)
3776 (custom-add-parent-links, custom-group-link): Add :pressed-face
3777 property to links.
3778
3779 * files.el (hack-local-variables): Remove ignored variables before
3780 checking if any variables need setting.
3781
3782 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3783
3784 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
3785
3786 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
3787
3788 * help.el (where-is): Fix message for remapped commands.
3789
3790 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
3791 Fix typos in docstrings.
3792
3793 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
3794
3795 * files.el (safe-local-variable-values): New option.
3796 (hack-local-variables-prop-line): Return a list of variable-value
3797 pairs if MODE-ONLY is non-nil.
3798 (hack-local-variables): Construct list of variable-value pairs,
3799 and apply or reject them in one go. Ask for confirmation if
3800 variables are not known safe.
3801 (hack-local-variables-confirm): Complete rewrite. Support
3802 `safe-local-variable-values'.
3803 (enable-local-variables): Update docstring to reflect new
3804 behavior.
3805 (ignored-local-variables): Ignore ignored-local-variables and
3806 safe-local-variable-values.
3807 (safe-local-variable-p): New function.
3808 (risky-local-variable-p): `safe-local-variable' property check
3809 moved to safe-local-variable-p.
3810 (hack-one-local-variable): Checks moved to hack-local-variables.
3811
3812 (byte-compile-dynamic, c-basic-offset, c-file-style)
3813 (c-indent-level, comment-column, fill-column, fill-prefix)
3814 (indent-tabs-mode, kept-new-versions, no-byte-compile)
3815 (no-update-autoloads, outline-regexp, page-delimiter)
3816 (paragraph-start, paragraph-separate, sentence-end)
3817 (sentence-end-double-space tab-width, version-control):
3818 Add `safe-local-variable' property.
3819
3820 * find-lisp.el: Delete nonexistent `autocompile' file variable.
3821
3822 * icomplete.el, play/landmark.el: Change nonexistent
3823 `outline-layout' file variable to `allout-layout'.
3824
3825 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
3826
3827 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
3828 (gdb-get-changed-registers): Test value of gud-minor-mode relative
3829 to gud-comint-buffer.
3830 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
3831 gdb-ui.el for gdb-mi.el.
3832 (gdb-post-prompt, gdb-get-changed-registers): Move test for
3833 registers buffer to gdb-get-changed-registers.
3834 (gdb-breakpoint-regexp): New regexp. Allow toggling and
3835 deletion of catchpoints (throw and catch).
3836 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
3837 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
3838 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
3839 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
3840 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
3841
3842 2006-02-13 Jay Belanger <belanger@truman.edu>
3843
3844 * calc/calc-arith.el (math-check-known-matrixp): Make sure
3845 expression is a symbol before checking that it is bound.
3846
3847 2006-02-13 Richard M. Stallman <rms@gnu.org>
3848
3849 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
3850 for the minibuffer too, but not if resize-mini-windows will interfere.
3851
3852 * help.el (describe-key-briefly, describe-key): Do all arg-reading
3853 inside `interactive' spec.
3854 (describe-key-briefly-internal, describe-key-internal):
3855 Functions merged back into their callers.
3856
3857 2006-02-13 Martin Rudalics <rudalics@gmx.at>
3858
3859 * info.el (info-xref-visited): Inherit from info-xref too.
3860 (Info-set-mode-line): Replace occurrences of `%' by `%%'
3861 when propertizing Info-current-file and Info-current-node.
3862
3863 2006-02-13 Juri Linkov <juri@jurta.org>
3864
3865 * tumme.el (tumme-thumbnail-storage): Fix docstring.
3866 (tumme-thumb-name): Fix per-directory format.
3867
3868 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
3869
3870 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
3871
3872 2006-02-12 Miles Bader <miles@gnu.org>
3873
3874 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
3875
3876 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
3877
3878 * tumme.el: Remove history section. If someone needs the it, it
3879 can always be found in CVS.
3880
3881 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
3882
3883 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
3884 about the Thumbnail Managing Standard option.
3885
3886 2006-02-12 Richard M. Stallman <rms@gnu.org>
3887
3888 * subr.el (substitute-key-definition): Doc fix.
3889
3890 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
3891
3892 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
3893
3894 * info.el (Info-mode): Doc fix.
3895
3896 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
3897
3898 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
3899
3900 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
3901 because on Solaris a POSIX compatible "id" is needed. Reported by
3902 Magnus Henoch <mange@freemail.hu>.
3903
3904 2006-02-12 Juri Linkov <juri@jurta.org>
3905
3906 * tumme.el: Remove todo item about Thumbnail Managing Standard.
3907 (tumme) <defgroup>: Change :group to `multimedia'.
3908 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
3909 Managing Standard.
3910 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
3911 Fix dostring.
3912 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
3913 and %y. Fix docstring.
3914 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
3915 (tumme-cmd-create-standard-thumbnail-command): New user options.
3916 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
3917 is `standard'. Fix docstring.
3918 (tumme-thumb-width, tumme-thumb-height): New user options.
3919 (tumme-external-viewer): Try to find various viewers.
3920 (tumme-get-thumbnail-image): Use `create-image' instead of
3921 constructing the `image' structure.
3922 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
3923 `standard'.
3924 (tumme-thumb-name): Add file name generation for standard storage.
3925 Simplify code for other storages.
3926 (tumme-thumb-name): Use width %w and height %h instead of size %s.
3927 Add modification time %m and thumbnail-nq8 %q.
3928 Use `tumme-cmd-create-standard-thumbnail-command' if
3929 tumme-thumbnail-storage is `standard'.
3930 (tumme-dired-insert-marked-thumbs): New autoload command.
3931 (tumme-dired-after-readin-hook): New function.
3932 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
3933 `tumme-thumb-size'.
3934 (tumme-display-image): Replace size-x %x and size-y %y with
3935 width %w and height %h.
3936
3937 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
3938 `tumme-dired-insert-marked-thumbs'.
3939
3940 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
3941
3942 * tumme.el (tumme-write-tag): Fix small bug (file name did not
3943 include path).
3944 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
3945 matching tag.
3946
3947 2006-02-12 Miles Bader <miles@gnu.org>
3948
3949 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
3950 New variables.
3951 (rcirc-abbrev-nick): New function.
3952 (rcirc-format-response-string): Rewrite to use the formats in
3953 `rcirc-response-formats' and expand escape sequences therein.
3954 A text-property `rcirc-text' is added over the actual response
3955 text to make easy to find inside the returned string.
3956 (rcirc-print): When filling, just look for the `rcirc-text'
3957 text-property to find the appropriate fill prefix, instead of
3958 using hardwired patterns.
3959
3960 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
3961
3962 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
3963 Managing Standard.
3964
3965 2006-02-11 Kim F. Storm <storm@cua.dk>
3966
3967 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
3968 Don't use insert-buffer; do insert-buffer-substring directly.
3969 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
3970
3971 2006-02-11 Martin Rudalics <rudalics@gmx.at>
3972
3973 * files.el (revert-buffer, recover-file): Replace buffer-read-only
3974 with inhibit-read-only. Suggested by Stefan Monnier.
3975 (revert-buffer): Let insert-file-contents discard
3976 buffer-undo-list. Simplify code.
3977 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
3978
3979 2006-02-11 Eli Zaretskii <eliz@gnu.org>
3980
3981 * menu-bar.el (menu-bar-select-yank): Add a doc string.
3982
3983 * help.el (describe-key-briefly): Now a wrapper for
3984 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
3985 to t. Populate yank-menu if empty.
3986 (describe-key-briefly-internal): Renamed from describe-key-briefly.
3987 (describe-key): Now a wrapper for describe-key-internal. Bind
3988 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
3989 (describe-key-internal): Renamed from describe-key.
3990
3991 2006-02-11 Milan Zamazal <pdm@zamazal.org>
3992
3993 * progmodes/glasses.el (glasses-separator): Doc fix.
3994 (glasses-original-separator): New defcustom.
3995 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
3996
3997 2006-02-11 Martin Rudalics <rudalics@gmx.at>
3998
3999 * mwheel.el (mouse-wheel-up-event): Doc fix.
4000
4001 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
4002
4003 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
4004 (tumme-dir): New function. Copied from thumbs.el.
4005
4006 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
4007
4008 * desktop.el (desktop-outvar): Fix typo.
4009 (desktop-save-buffer-p): Doc fix.
4010
4011 * subr.el (substitute-key-definition): Fix typo.
4012
4013 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4014
4015 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
4016 when window-system is mac.
4017
4018 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
4019
4020 2006-02-10 Kim F. Storm <storm@cua.dk>
4021
4022 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
4023 indirect-function instead of using condition-case.
4024
4025 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
4026
4027 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
4028 less `colloquial'...
4029
4030 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
4031
4032 * tumme.el: Add a couple of todo items.
4033
4034 2006-02-09 Lars Hansen <larsh@soem.dk>
4035
4036 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
4037 (highlight-changes-mode): Don't change desktop-locals-to-save.
4038
4039 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
4040
4041 * image-mode.el (image-toggle-display): Clear image cache if using
4042 filename.
4043
4044 2006-02-09 Masatake YAMATO <jet@gyve.org>
4045
4046 * dired-x.el (dired-guess-shell-alist-default): Add .man as
4047 a `dired-man' target.
4048
4049 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
4050 boundary of symbols.
4051
4052 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
4053
4054 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
4055
4056 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
4057
4058 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
4059 `mapcar'; return nil.
4060
4061 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
4062
4063 * mouse.el (mouse-drag-track): Don't change window if we rebind to
4064 some other event.
4065
4066 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
4067
4068 * net/rcirc.el (rcirc-startup-channels-alist):
4069 Add irc.freenode.net and #emacs as defaults.
4070 (rcirc-ignore-all-activity-flag): Remove variable.
4071 (rcirc-authinfo): New variable.
4072 (rcirc-authinfo-filename): Remove variable.
4073 (rcirc-always-use-server-buffer-flag): New flag.
4074 (rcirc): M-x rcirc will automatically connect without prompting.
4075 C-u M-x rcirc will prompt. Use rcirc-connect to create a
4076 connection in lisp.
4077 (rcirc-process-server-response-1): Remove everything but the nick
4078 portion of the sender so it doesn't need to be done everywhere
4079 else. Update related code.
4080 (global-map): Remove global keybindings.
4081 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
4082 (rcirc-send-input): Split into several functions.
4083 (rcirc-process-input-line, rcirc-process-message)
4084 (rcirc-process-command): New functions.
4085 (rcirc-target-buffer): New function to determine where to route
4086 messages.
4087 (rcirc-user-nick): Save match data.
4088 (rcirc-toggle-ignore-buffer-activity)
4089 (rcirc-update-activity-string): Remove global ignore functionality,
4090 which can be done now by toggling rcirc-track-minor-mode.
4091 (rcirc-track-minor-mode-map): New keymap.
4092 (rcirc-track-minor-mode): New minor-mode.
4093 (ignore): Make the ignore output nicer. Always print it when
4094 adding or removing nicks.
4095 (rcirc-url-regexp): Improve.
4096 (rcirc-mangle-text): Remove properties before using text in the
4097 modeline.
4098 (rcirc-authenticate): Authentication data comes from
4099 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
4100 (rcirc-server-prefix): Inherit from rcirc-server.
4101
4102 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
4103
4104 * Makefile.in (compile): Append "|| true" to the end of the `find'
4105 command, like compile-always does.
4106
4107 2006-02-08 Sam Steingold <sds@gnu.org>
4108
4109 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
4110 output from a dead connection.
4111
4112 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
4113
4114 * dired.el (dired-mode-map): Add more bindings for tumme.
4115
4116 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
4117
4118 * wdired.el (wdired-mode-map): Use remap.
4119 (wdired-get-filename): Massage.
4120 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
4121 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
4122 `keymap' property rather than `local-map'.
4123
4124 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
4125
4126 * tumme.el (tumme-get-thumbnail-image): New utility function.
4127 Suggested by from Chong Yidong.
4128 (tumme-dired-with-window-configuration): Rename from
4129 `tumme-dired'. Add code to save window configuration.
4130 (tumme-restore-window-configuration): New command to restore the
4131 window configuration that `tumme-dired-with-window-configuration'
4132 saves before it changes the window configuration.
4133 (tumme-show-all-from-dir): New command to display thumbnails for
4134 all files in a directory entered by the user, like M-x thumbs.
4135 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
4136 have been created.
4137 (tumme-display-thumbnail-original-image): Call `display-buffer'.
4138 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
4139 Remove obsolete test function.
4140
4141 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
4142
4143 * vc.el (small-temporary-file-directory): Remove defvar; there's
4144 a defcustom for it in files.el.
4145
4146 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
4147 Fix typo in message.
4148 (tumme-gallery-generate): Fix typo in `error' message.
4149 (tumme-display-window-height-correction)
4150 (tumme-display-window-width-correction, tumme-line-up-dynamic)
4151 (tumme-line-up-interactive): Dox fixes.
4152 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
4153 (tumme-restore-window-configuration, tumme-format-properties-string)
4154 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
4155 Fix typos in docstrings.
4156
4157 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
4158
4159 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
4160
4161 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
4162
4163 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
4164 User should use hook if desired.
4165
4166 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
4167 buffer if necessary.
4168 (gdb-delete-frame-or-window): New function.
4169 (gdb-breakpoints-mode-map): Bind "q" to it.
4170
4171 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
4172
4173 * textmodes/nroff-mode.el: Clean up name space.
4174 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
4175 (nroff-mode): Obey the global setting of nroff-electric-mode.
4176 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
4177
4178 * calendar/calendar.el (calendar-increment-month): Typo in last change.
4179
4180 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
4181
4182 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
4183
4184 2006-02-06 Lars Hansen <larsh@soem.dk>
4185
4186 * generic-x.el (etc-fstab-generic-mode): Add file system types
4187 cifs and usbdevfs. Allow special chars in file names.
4188
4189 2006-02-05 Jay Belanger <belanger@truman.edu>
4190
4191 Update copyright notices of the files in lisp/calc.
4192
4193 2006-02-05 Romain Francoise <romain@orebokech.com>
4194
4195 Update copyright notices of all files in the lisp/play directory.
4196
4197 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
4198
4199 * ldefs-boot.el: Regenerate.
4200
4201 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
4202
4203 2006-02-05 Kim F. Storm <storm@cua.dk>
4204
4205 * files.el (magic-mode-regexp-match-limit): New defvar.
4206 (set-auto-mode): Use it to limit magic-mode-alist matching.
4207
4208 2006-02-04 Kevin Rodgers <ihs_4664@yahoo.com>
4209
4210 * simple.el (display-message-or-buffer): Compare the number of
4211 characters to the frame width when determining whether a 1-line
4212 message string will fit in the echo area. Count screen lines
4213 instead of buffer lines when determining whether a multi-line
4214 message will fit in the echo area/minibuffer window.
4215
4216 2006-02-04 Eli Zaretskii <eliz@gnu.org>
4217
4218 * info.el (Info-index, Info-mode): Improve the description of the
4219 `i' command.
4220
4221 * ldefs-boot.el: Regenerate.
4222
4223 2006-02-03 Werner Lemberg <wl@gnu.org>
4224
4225 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
4226 greedy to find the closing bracket in \*[...] and similar
4227 expressions. This is a first rough fix -- many additional
4228 refinements are necessary to make nroff mode really usable with groff.
4229
4230 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
4231
4232 * international/mule-cmds.el (set-locale-environment):
4233 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
4234 libX11.
4235
4236 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
4237
4238 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
4239 archive are created in archive-tmpdir.
4240
4241 2006-02-02 John Paul Wallington <jpw@pobox.com>
4242
4243 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
4244 (ibuffer-fontification-alist): Use it.
4245 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
4246 to "* z" and the Ibuffer Mark menu.
4247
4248 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
4249
4250 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
4251
4252 * textmodes/table.el (*table--cell-describe-mode)
4253 (*table--cell-describe-bindings): Undo last change since
4254 print-help-return-message is not obsoleted by anything at all.
4255
4256 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
4257
4258 * emulation/cua-base.el (cua-mode): Doc fix.
4259
4260 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
4261
4262 * dframe.el (dframe-handle-make-frame-visible)
4263 (dframe-handle-iconify-frame, dframe-get-focus)
4264 (dframe-select-attached-frame, dframe-power-click)
4265 (dframe-frame-mode): Fix typos in docstrings.
4266
4267 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
4268 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
4269 Fix typos in docstrings.
4270
4271 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
4272 (hi-lock-face-buffer, hi-lock-font-lock-hook)
4273 (hi-lock-archaic-interface-message-used)
4274 (hi-lock-file-patterns-range): Fix typos in docstrings.
4275
4276 * savehist.el (savehist-loaded, savehist-load, savehist-install)
4277 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
4278
4279 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
4280 Fix typo in docstring.
4281
4282 * net/newsticker.el (newsticker--decode-iso8601-date)
4283 (newsticker--set-customvar, newsticker--buffer-insert-item)
4284 (newsticker--do-run-auto-mark-filter)
4285 (newsticker--parse-generic-feed): Doc fixes.
4286 (newsticker--retrieval-timer-list, newsticker-url-list)
4287 (newsticker-hide-immortal-items-in-echo-area)
4288 (newsticker-hide-obsolete-items-in-echo-area)
4289 (newsticker-new-item-face, newsticker--enclosure)
4290 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
4291 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
4292 (newsticker--parse-generic-feed, newsticker--cache-contains)
4293 (newsticker--stat-num-items, newsticker-download-enclosures):
4294 Fix typos in docstrings.
4295
4296 * net/rcirc.el (rcirc-debug): Doc fix.
4297 (rcirc-fill-column, rcirc-receive-message-hooks)
4298 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
4299 (rcirc-mode, rcirc-generate-new-buffer-name)
4300 (rcirc-startup-channels, rcirc-ignore-update-automatic)
4301 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
4302 Fix typos in docstrings.
4303 (rcirc-print): "?\ " -> "?\s".
4304 (rcirc-cmd-join): Improve argument/docstring consistency.
4305
4306 2006-02-01 Mark A. Hershberger <mah@everybody.org>
4307
4308 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
4309 before narrow-to-region.
4310
4311 2006-02-01 Richard M. Stallman <rms@gnu.org>
4312
4313 * simple.el (move-beginning-of-line): Scan properly for invis change.
4314
4315 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
4316
4317 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
4318
4319 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
4320 change bit only when id-format is 'integer. Reported by Matt
4321 Hodges <M.P.Hodges@rl.ac.uk>.
4322
4323 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
4324
4325 * hilit-chg.el (highlight-changes-initial-state)
4326 (highlight-changes-global-initial-state): Doc fixes.
4327 (highlight-changes-global-modes, global-highlight-changes):
4328 Fix typos in docstrings.
4329
4330 2006-02-01 Kim F. Storm <storm@cua.dk>
4331
4332 * emulation/cua-base.el (cua-mode): Mention that CUA enables
4333 transient-mark-mode in doc string.
4334
4335 2006-01-31 Richard M. Stallman <rms@gnu.org>
4336
4337 * replace.el (multi-occur): Doc fix.
4338 (multi-occur-in-matching-buffers): Rename from
4339 multi-occur-by-filename-regexp. Prefix arg says match
4340 buffer names instead of file names.
4341
4342 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
4343
4344 * bs.el: Allow non-default values of `bs-header-lines-length'.
4345 (bs--running-in-xemacs): Remove (not needed anymore).
4346 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
4347 instead of `shrink-window', thus avoiding having to compute the
4348 height of the window.
4349 (bs--up): Wrap around even when there's no header.
4350 (bs--down): Use `forward-line' instead of `next-line'.
4351
4352 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
4353
4354 * image-mode.el (image-toggle-display): Use file name if possible,
4355 instead of unnecessarily allocating a (possibly huge) lisp string.
4356
4357 2006-01-30 John Paul Wallington <jpw@pobox.com>
4358
4359 * subr.el (toplevel): Define `cl-assertion-failed' condition here
4360 because the `assert' macro signals it at runtime.
4361
4362 * emacs-lisp/cl.el (toplevel): Remove definition of
4363 `cl-assertion-failed' condition.
4364
4365 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
4366
4367 * thumbs.el (thumbs-marked-list): Make buffer-local and
4368 permanent-local.
4369 (thumbs-insert-thumb): Make help-echo non-sticky.
4370 (thumbs-file-alist): Use eolp as check for (non)-image.
4371
4372 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
4373
4374 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
4375 (ediff-before-session-group-setup-hooks)
4376 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
4377 Fix typos in docstrings.
4378
4379 * window.el (bw-dir, bw-eqdir, balance-windows)
4380 (split-window-keep-point): Fix typos in docstrings.
4381
4382 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
4383 (org-quote-string, org-calendar-to-agenda-key)
4384 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
4385 (org-show-following-heading, org-tags-column)
4386 (org-use-tag-inheritance, org, org-allow-space-in-links)
4387 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
4388 (org-enable-table-editor, org-calc-default-modes)
4389 (org-table-allow-automatic-line-recalculation)
4390 (org-export-html-style, org-export-with-fixed-width)
4391 (org-export-with-sub-superscripts, org-special-keyword)
4392 (org-formula, org-time-grid, org-table-may-need-update)
4393 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
4394 (org-goto-quit, org-get-indentation, org-end-of-item)
4395 (org-move-item-down, org-move-item-up)
4396 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
4397 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
4398 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
4399 (org-agenda-log-mode, org-agenda-toggle-diary)
4400 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
4401 (org-agenda-file-to-end, org-agenda-no-heading-message)
4402 (org-agenda-get-closed, org-format-agenda-item)
4403 (org-cmp-priority, org-cmp-category, org-cmp-time)
4404 (org-agenda-change-all-lines, org-agenda-diary-entry)
4405 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
4406 (org-link-search, org-camel-to-words, org-open-file)
4407 (org-remember-handler, org-table-convert-region)
4408 (org-table-move-row-down, org-table-move-row-up)
4409 (org-table-copy-region, org-table-wrap-region)
4410 (org-table-toggle-vline-visibility)
4411 (org-table-get-vertical-vector, org-table-modify-formulas)
4412 (org-table-get-specials, org-recalc-commands)
4413 (org-table-rotate-recalc-marks, org-table-eval-formula)
4414 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
4415 (org-level-color-stars-only, org-insert-heading):
4416 Fix typos in docstrings.
4417 (last-arg): Add defvar.
4418
4419 * makefile.w32-in (WINS): Add erc.
4420 (MH_E_SRC): Update (copied from lisp/Makefile.in).
4421
4422 2006-01-29 Bill Wohler <wohler@newt.com>
4423
4424 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
4425 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
4426 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
4427 (mh-autoloads): Don't use comments on otherwise empty lines.
4428
4429 2006-01-29 Edward O'Connor <ted@oconnor.cx>
4430
4431 * emulation/viper.el (viper-major-mode-modifier-list): Add
4432 insert-state and vi-state entries for erc-mode.
4433 (viper-go-away, viper-set-hooks): Add and remove
4434 viper-comint-mode-hook from erc-mode-hook as appropriate.
4435
4436 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
4437
4438 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
4439
4440 * bs.el (bs--format-aux): Implement `middle' alignment as
4441 described in the docstring for `bs-attributes-list'.
4442 (bs--get-name): Simplify. Don't pad the buffer name.
4443
4444 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
4445
4446 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
4447 English aspell dictionary is installed, use the first entry of
4448 ispell-dictionary-alist-1.
4449
4450 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com>
4451
4452 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
4453 Doc fix.
4454
4455 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
4456
4457 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
4458 for `process-file', in order to let it work for older Emacsen too.
4459
4460 2006-01-27 Eli Zaretskii <eliz@gnu.org>
4461
4462 * international/latexenc.el: Add a suitable `coding:' tag.
4463 (latexenc-find-file-coding-system): Undo last change.
4464
4465 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
4466
4467 * international/latexenc.el (latexenc-find-file-coding-system):
4468 Make sure latexenc-main-file is a regular file and is readable.
4469
4470 2006-01-27 Andre Spiegel <spiegel@gnu.org>
4471
4472 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
4473 Pass FILE to vc-user-login-name.
4474
4475 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
4476
4477 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
4478
4479 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
4480 there are no more images to display.
4481 (thumbs-mark, thumbs-unmark): Revert change so that they move to
4482 the next image.
4483
4484 2006-01-26 Richard M. Stallman <rms@gnu.org>
4485
4486 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
4487
4488 * wid-edit.el (advertised-widget-backward): New alias.
4489 (widget-keymap): Use advertised-widget-backward for S-TAB.
4490
4491 * tumme.el: Correct the keywords.
4492 (tumme-dir-max-size): Use defvar.
4493 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
4494
4495 * simple.el (move-beginning-of-line): Take account of fields.
4496 (clone-indirect-buffer-other-window): Take args like
4497 clone-indirect-buffer, and work like it.
4498
4499 * help-fns.el (describe-function): Don't pass `nil' as default.
4500
4501 * files.el (risky-local-variable-p): Follow var aliases.
4502
4503 * subr.el (lazy-completion-table): Doc fix.
4504
4505 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
4506 global binding of `line'.
4507
4508 2006-01-25 Andre Spiegel <spiegel@gnu.org>
4509
4510 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
4511 Tramp.
4512
4513 * vc.el (vc-default-dired-state-info): Pass FILE to
4514 vc-user-login-name.
4515 (vc-default-update-changelog): Don't use vc-user-login-name, we
4516 don't need it here.
4517
4518 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
4519 no longer necessary.
4520
4521 2006-01-25 Kenichi Handa <handa@m17n.org>
4522
4523 * international/mule.el (decode-char): Avoid the overhead of
4524 calling utf-lookup-subst-table-for-decode if
4525 utf-translate-cjk-mode is nil.
4526 (encode-char): Avoid the overhead of calling
4527 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
4528 nil.
4529
4530 2006-01-22 Kenichi Handa <handa@m17n.org>
4531
4532 * international/mule.el (make-subsidiary-coding-system): Reset
4533 `coding-system-define-form' property of subsidiaries to nil.
4534 Avoid duplicated entry in coding-system-alist.
4535 (make-coding-system): Avoid duplicated entry in
4536 coding-system-alist.
4537 (define-coding-system-alias): Likewise.
4538
4539 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
4540
4541 * completion.el: Minor fixes in introductory comment.
4542 (completion-def-wrapper): Fix alist.
4543
4544 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
4545
4546 * thumbs.el (thumbs-new-image-size): New function.
4547 (thumbs-increment-image-size-element)
4548 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
4549 (thumbs-decrement-image-size): Delete.
4550 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
4551 temp files and use to resize.
4552 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
4553 Use increment argument to enlarge/shrink. Preserve point.
4554 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
4555 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
4556 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
4557 (thumbs-mark, thumbs-unmark): Preserve point.
4558 (thumbs-modify-image): Keep old temp files and use to modify.
4559 Cleanup old temp files at load time. Preserve point.
4560 (thumbs-view-image-mode-map): Use new command names.
4561
4562 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
4563
4564 * log-view.el (log-view-minor-wrap): First rev is the one at point.
4565
4566 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
4567 the nastiest part of the cyclic dependency.
4568 (cal-menu-update): Use dotimes and calendar-increment-month.
4569
4570 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
4571 (calendar-week-start-day): Add an :initializer.
4572 (calendar-mode-map): Use suppress-keymap, and command remapping.
4573 (describe-calendar-mode): Setup xref-stack info for the back button.
4574 (calendar-star-date): Insert before delete.
4575 (calendar-set-mode-line): Add file-modified info if applicable.
4576 (calendar-increment-month): New function.
4577
4578 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
4579
4580 * font-lock.el (lisp-font-lock-keywords-2):
4581 Recognize "& keywords" only at word boundaries.
4582
4583 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
4584
4585 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
4586 and permanent-local.
4587 (thumbs-max-image-number): New variable.
4588 (thumbs-do-thumbs-insertion): Use them.
4589 (thumbs-per-line): Change default to 4.
4590 (thumbs-marked-list): Rename from thumbs-markedL.
4591 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
4592 (thumbs-rename-images): Use -list instead of L for internal variables.
4593 (thumbs-call-convert): Use call-process instead of shell-command.
4594 (thumbs-insert-thumb): Add filename as help-echo to each image.
4595 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
4596 Give dir to thumbs-show-thumbs-list.
4597 (thumbs-show-thumbs-list): Set default-directory to that of images.
4598 (thumbs-dired-show): Rename from thumbs-dired-show-all.
4599 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
4600 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
4601 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
4602
4603 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
4604
4605 * ses.el (ses-read-cell): Provide a default value.
4606
4607 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
4608
4609 * term/w32-win.el (image-library-alist): Add additional names for
4610 GIF library.
4611
4612 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
4613
4614 * international/latexenc.el (latexenc-find-file-coding-system):
4615 Add file-regular-p check.
4616
4617 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
4618
4619 * simple.el (clone-buffer): Don't show the new buffer in the same
4620 window.
4621
4622 2006-01-23 Juri Linkov <juri@jurta.org>
4623
4624 * faces.el (link, link-visited): New faces based on default values
4625 of `info-xref' and `info-xref-visited'.
4626
4627 * info.el (info-xref): Inherit from `link'.
4628 (info-xref-visited): Inherit from `link-visited'.
4629
4630 * cus-edit.el (custom-buffer-create-internal): Use widget type
4631 `custom-manual' instead of `info-link' and don't set properties
4632 `button-face' and `mouse-face' explicitly.
4633 (custom-browse-group-tag, custom-browse-variable-tag)
4634 (custom-browse-face-tag): Inherit from widget class
4635 `custom-group-link' instead of `push-button'.
4636 (custom-button-unraised): Inherit from `underline' face.
4637 (custom-link): Inherit from `link' face. Fix doc and group.
4638 (custom-add-parent-links, custom-group-value-create): Don't set
4639 properties `button-face' and `mouse-face' explicitly for
4640 `custom-group-link' widget.
4641 (custom-group-link): Add properties `button-face' and `mouse-face'
4642 to widget definition.
4643 (custom-field-keymap): New variable. Put `custom-field-keymap' to
4644 editable-field's :keymap property.
4645 (custom-mode): Fix docstring: substitute keybindings for
4646 `widget-forward' and `widget-backward' from `widget-keymap',
4647 `widget-complete' from `custom-field-keymap', replace old
4648 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
4649
4650 * desktop.el (desktop-load-file): Check for `fboundp' before
4651 calling `symbol-function'.
4652
4653 * simple.el (clone-buffer, clone-indirect-buffer)
4654 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
4655 `read-string'. Fix prompts.
4656
4657 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
4658
4659 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
4660
4661 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
4662
4663 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
4664
4665 * startup.el (inhibit-splash-screen, initial-scratch-message):
4666 Doc fixes.
4667
4668 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
4669
4670 Sync with Tramp 2.0.52.
4671
4672 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
4673 net/tramp-vc.el: Add code for unloading Tramp. See comment before
4674 `tramp-unload-tramp' for checklist.
4675
4676 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
4677 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
4678 (tramp-unload-file-name-handler-alist)
4679 (tramp-unload-tramp): New defuns.
4680 (tramp-advice-PC-expand-many-files): New defadvice.
4681 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
4682 removed.
4683 (tramp-handle-expand-file-name): Remove double slash.
4684 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
4685 It doesn't matter, because it will be converted later on.
4686 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
4687 implementation was just heuristic.
4688 (tramp-post-connection): Set uid and gid properties.
4689 (tramp-convert-file-attributes): Set file's gid change bit.
4690 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
4691 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
4692 in case of su(do)? methods. The home directory of the local user
4693 will be taken else.
4694 (tramp-open-connection-telnet)
4695 (tramp-open-connection-rsh, tramp-open-connection-su)
4696 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
4697 local shell prompt could hurt. Reported by Romain Francoise
4698 <romain@orebokech.com>.
4699 (tramp-let-maybe): Add `edebug-form-spec' property.
4700 (tramp-handle-expand-file-name): Bind `default-directory' locally
4701 to "/" in order to avoid problems with UNC shares or Cygwin
4702 mounts.
4703 (tramp-md5-function): Fix typo in error message.
4704
4705 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
4706
4707 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
4708 for byte-compiler pacification.
4709
4710 2006-01-22 Andre Spiegel <spiegel@gnu.org>
4711
4712 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
4713 ID-FORMAT `string'. This allows us to get rid of
4714 `vc-user-login-name UID'.
4715
4716 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
4717
4718 2006-01-22 John Paul Wallington <jpw@pobox.com>
4719
4720 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
4721
4722 2006-01-21 Martin Rudalics <rudalics@gmx.at>
4723
4724 * emacs-lisp/find-func.el (find-definition-noselect)
4725 (find-variable-noselect): Search variables in C source code too.
4726 (find-function-C-source, find-function-noselect, find-function)
4727 (find-function-other-frame, find-variable-noselect, find-variable)
4728 (find-variable-other-frame, find-variable-at-point):
4729 Fix docstrings.
4730
4731 2006-01-21 Francesco Potorti` <pot@gnu.org>
4732
4733 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
4734
4735 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
4736
4737 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
4738 Default to disabling the "Save affix" question.
4739
4740 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
4741
4742 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
4743 the first arg to run-python.
4744
4745 2006-01-21 Eli Zaretskii <eliz@gnu.org>
4746
4747 * startup.el (command-line-1): Handle --no-desktop if desktop.el
4748 is not loaded.
4749
4750 2006-01-20 Jay Belanger <belanger@truman.edu>
4751
4752 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
4753 limit is 0.
4754
4755 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
4756 the correct variable.
4757
4758 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
4759
4760 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
4761 link. Fixed buggy argument sequence in call to `org-view-tags'.
4762 (org-compile-prefix-format): Set `org-prefix-has-tag'.
4763 (org-prefix-has-tag): New variable.
4764 (org-format-agenda-item): Remove tags from headline if
4765 appropriate.
4766 (org-agenda-remove-tags-when-in-prefix): New option.
4767 (org-get-tags-at): New function.
4768
4769 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
4770
4771 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
4772 (thumbs-find-image): Move image name and number from buffer name
4773 to mode name. Set thumbs-buffer. Preserve point so that large
4774 images remain visible.
4775 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
4776 order.
4777 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
4778 mode name.
4779 (thumbs-next-image, thumbs-previous-image): Make them work.
4780
4781 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
4782
4783 * cus-edit.el (custom-buffer-create-internal): State in the text above
4784 the whole buffer buttons that they do not operate on hidden items.
4785 (custom-face-menu): Use `custom-face-save' instead of
4786 `custom-face-save-command'.
4787 (custom-face-save-command): Make it an alias for `custom-face-save'
4788 and declare it obsolete.
4789 (custom-face-save): Doc fix.
4790
4791 * dired.el (dired-no-confirm): Add quote.
4792 (dired-subdir-alist-pre-R): Add quote in
4793 `make-variable-buffer-local' form and remove unbalanced parenthesis.
4794
4795 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
4796
4797 * textmodes/table.el (table-mode-indicator): Typo in last change.
4798
4799 2006-01-19 Richard M. Stallman <rms@gnu.org>
4800
4801 * outline.el (hide-leaves): Don't call outline-end-of-heading.
4802 Fixes bug reported in Nov 2005.
4803
4804 * isearch.el (isearch-forward): Doc fix.
4805
4806 * dired.el (dired-move-to-filename-regexp): Define as alias.
4807 (dired-no-confirm): Use defcustom.
4808 (dired-subdir-alist-pre-R): Put defvar at top level.
4809
4810 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
4811
4812 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
4813 Mark as risky.
4814
4815 * simple.el (set-mark-command): Doc fix.
4816 (clone-indirect-buffer-other-window):
4817 Read arg like clone-indirect-buffer.
4818 (move-beginning-of-line): Skip invisible newlines.
4819
4820 2006-01-19 Masatake YAMATO <jet@gyve.org>
4821
4822 * progmodes/cpp.el (cpp-edit-load): Make the order of
4823 listed conditions in a base C code buffer and its associate
4824 CPP Edit buffer the same.
4825
4826 2006-01-19 Kenichi Handa <handa@m17n.org>
4827
4828 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
4829 (rmail-mime-feature): Likewise.
4830 (rmail-require-mime-maybe): Use display-warning to show a warning
4831 message.
4832
4833 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
4834 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
4835
4836 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
4837
4838 * array.el: Move defvars out of eval-when-compile.
4839 (array-make-template): Replace undeclared global var with a local one.
4840 (array-mode): Inline initialization functions.
4841 (array-init-local-variables, array-init-max-row)
4842 (array-init-max-column, array-init-columns-per-line)
4843 (array-init-field-width, array-init-rows-numbered)
4844 (array-init-line-length, array-init-lines-per-row): Remove.
4845
4846 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
4847 (doc-mode-map): Define explicitly.
4848 (doctor-txtype): Use mapc.
4849
4850 * textmodes/table.el: Move defvars out of eval-when-compile.
4851 Remove harmful code meant to avoid byte-compiler warnings.
4852 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
4853 specification that checks table-fixed-width-mode directly.
4854 (table-recognize-region, table-recognize-cell):
4855 Use restore-buffer-modified-p.
4856 (table-fixed-width-mode): Remove code that refreshes
4857 table-fixed-mode-indicator.
4858 (*table--cell-describe-bindings, *table--cell-describe-mode):
4859 Avoid obsolete name print-help-return-message.
4860 (table--test-cell-list): Don't use replace-regexp from elisp.
4861 (table--point-entered-cell-function, table--point-left-cell-function):
4862 Don't set table-fixed-mode-indicator, use force-mode-line-update.
4863
4864 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
4865 that was after the end of file. Use buffer-file-name variable.
4866 (org-timestamp-change): Use with-current-buffer.
4867 (org-todo-list): Don't unnecessarily define a new buffer-local var.
4868 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
4869 `file'.
4870
4871 * progmodes/fortran.el: Move defvars out of eval-when-compile.
4872 (fortran-break-line): Remove unused var `opoint'.
4873 (fortran-abbrev-start): Obey help-event-list.
4874
4875 2006-01-18 Jesper Harder <harder@phys.au.dk>
4876
4877 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
4878
4879 2006-01-18 Masatake YAMATO <jet@gyve.org>
4880
4881 * progmodes/make-mode.el (makefile-imake-mode): New mode
4882 derived from makefile-mode.
4883 (makefile-imake-mode-syntax-table): New syntax table
4884 derived from makefile-mode-syntax-table.
4885 (makefile-mode): Write about makefile-imake-mode in doc string.
4886 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
4887 (makefile-imake-font-lock-keywords): New font lock keywords.
4888
4889 * files.el (auto-mode-alist): Add Imakefile.
4890
4891 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
4892
4893 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
4894 loading the file rather than when turning on flyspell-mode.
4895
4896 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
4897
4898 * cus-edit.el (customize-rogue): Minor doc fix.
4899
4900 2006-01-17 Juri Linkov <juri@jurta.org>
4901
4902 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
4903 instead of the file at the mark as default if the file at the mark
4904 is the same as the file at point or if dired-dwim-target-directory
4905 is not the same as the current directory and the mark is not active.
4906
4907 * log-view.el (log-view-minor-wrap): Use the same logic to get
4908 revisions as `log-view-diff'.
4909
4910 * info.el (Info-revert-find-node): Check for Info-current-file
4911 before preserving new-history.
4912
4913 * man.el (Man-heading-regexp): Add `/'.
4914
4915 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
4916 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
4917
4918 2006-01-16 Juri Linkov <juri@jurta.org>
4919
4920 * faces.el (mode-line-faces): New defgroup.
4921 (mode-line-highlight): Move definition after new defgroup.
4922 (mode-line, mode-line-inactive, mode-line-highlight):
4923 Replace :group `modeline' with `mode-line-faces'.
4924 (mode-line-buffer-id): New face.
4925 (modeline-buffer-id): New face alias.
4926 (vertical-border): Remove :group `modeline'.
4927
4928 * bindings.el (propertized-buffer-identification): Use face
4929 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
4930 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
4931 (mode-line-buffer-identification-keymap): For mouse-1 replace
4932 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
4933 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
4934 mouse-3.
4935
4936 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
4937 Buffer-menu-buffer. Doc fix.
4938 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
4939 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
4940 `Buffer-menu-buffer'.
4941
4942 * info.el (Info-mode-line-node-keymap): New defvar.
4943 (Info-set-mode-line): Use `stringp' to check Info-current-file.
4944 Propertize Info-current-node with `mode-line-buffer-id' and
4945 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
4946
4947 * time.el (display-time-mail-face): Replace :group `faces' with
4948 `mode-line-faces'.
4949
4950 2006-01-16 Kenichi Handa <handa@m17n.org>
4951
4952 * international/code-pages.el: Add autoload cookies for cp125[0345678].
4953
4954 * language/european.el (cp1252): New alias for windows-1252.
4955
4956 * international/mule.el (autoload-coding-system): Prepare for EOL
4957 variants.
4958
4959 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
4960
4961 * term.el (term-raw-map): Add mapping for insert.
4962 (term-send-insert): New.
4963 (term-mode): Make variables local here instead of doing it in
4964 `term-emulate-terminal'.
4965 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
4966 Scroll reverse needs to take into account the scroll region.
4967 Saving and restoring the cursor should save the color attributes too.
4968 (term-reset-terminal): Reset the scroll region.
4969 (term-handle-ansi-escape): Cursor up and down should take into
4970 account the scroll region.
4971 (term-set-scroll-region): Rename from `term-scroll-region'.
4972 Move to 0,0 after setting the region.
4973 (term-handle-scroll): Handle scroll up.
4974 (term-down): Fix off by one error.
4975 (term-delete-lines): Do not delete outside the scroll region.
4976 (term-insert-lines): Take into account the scroll region.
4977
4978 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
4979
4980 * textmodes/ispell.el (ispell-internal-change-dictionary)
4981 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
4982 (start, end): Move declaration outside of eval-when-compile.
4983
4984 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
4985 (flyspell-mode-on): Use it.
4986
4987 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
4988 ispell-kill-ispell-hook.
4989
4990 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
4991
4992 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
4993 (Custom-reset-saved): Do not ask for confirmation in single option
4994 buffers.
4995
4996 2006-01-13 Richard M. Stallman <rms@gnu.org>
4997
4998 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
4999
5000 2006-01-13 Romain Francoise <romain@orebokech.com>
5001
5002 * add-log.el (add-change-log-entry, change-log-merge):
5003 Conditionally use `hard-newline'.
5004
5005 2006-01-13 Martin Rudalics <rudalics@gmx.at>
5006
5007 * wid-edit.el (widget-field-end): If the overlay is no longer
5008 associated with a buffer, behave as if the overlay didn't exist.
5009
5010 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
5011 Make sure the links use the `custom-link' face.
5012
5013 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
5014
5015 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
5016 (ld-script-mode): Don't set indent-line-function since we don't
5017 have one.
5018
5019 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
5020
5021 * textmodes/org.el (org-open-file): Use mailcap for selecting an
5022 application.
5023 (org-file-apps-defaults-gnu): Use mailcap as the default for
5024 selecting an application on a UNIX system.
5025 (org-agenda-show-tags): New command.
5026 (org-table-insert-hline): Keep cursor in current table line.
5027 (org-table-convert): Offset effect of modifying
5028 `org-table-insert-hline'.
5029 (org-format-agenda-item): New optional argument TAG.
5030 (org-compile-prefix-format): Handle %T format for the tag.
5031 (org-expand-wide-chars): New function.
5032 (org-table-insert-row, org-table-insert-hline):
5033 Use `org-expand-wide-chars'.
5034 (org-open-file): Fix bug in program launch.
5035 (org-get-time-of-day): Fix bug with times before 1am.
5036 (org-agenda-menu): Add tags commands.
5037
5038 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
5039
5040 * textmodes/ispell.el (ispell-init-process): Include the used
5041 dictionary in ispell process start message.
5042 (ispell-internal-change-dictionary): When flyspell-mode is active
5043 and dictionary is changed, make sure ispell process is restarted
5044 and flyspell word cache cleared out for the current buffer.
5045 (ispell-change-dictionary): Make sure flyspell word cache is
5046 cleared out in all buffers with active flyspell mode when
5047 dictionary is globally changed.
5048 Call ispell-internal-change-dictionary after dictionary change.
5049
5050 2006-01-13 Eli Zaretskii <eliz@gnu.org>
5051
5052 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
5053
5054 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
5055 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
5056 years. Fix small differences wrt Makefile.in.
5057 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
5058 Makefile.in does.
5059
5060 2006-01-12 Bill Wohler <wohler@newt.com>
5061
5062 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
5063 mh-search.el.
5064
5065 2006-01-12 Masatake YAMATO <jet@gyve.org>
5066
5067 * progmodes/ld-script.el: Update copyright year.
5068
5069 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
5070
5071 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
5072 Don't add widget if setting undefined.
5073
5074 2006-01-12 John Paul Wallington <jpw@pobox.com>
5075
5076 * help-fns.el (describe-variable): Remove newlines from void
5077 variable output.
5078
5079 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
5080
5081 * wdired.el (wdired-mode-map): Add help echo for
5082 wdired-abort-changes.
5083
5084 * man.el (Man-file-name-regexp): Adjust for a list of files.
5085
5086 2006-01-12 Masatake YAMATO <jet@gyve.org>
5087
5088 * progmodes/ld-script.el (auto-mode-alist): Support
5089 suffix conventions used in netbsd and eCos.
5090
5091 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
5092
5093 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
5094 (custom-variable-menu, custom-face-menu, custom-group-menu)
5095 (Custom-mode-menu): Change names of menu items. (As discussed on
5096 emacs-devel.)
5097 (custom-face-menu): Add "Undo Edits" item.
5098
5099 * startup.el (init-file-user): defcustom -> defvar.
5100
5101 * tooltip.el (tooltip-mode): Doc fix.
5102
5103 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
5104
5105 * reveal.el (reveal-post-command): window-buffer signals an error on
5106 dead windows rather than returning nil.
5107 (reveal-open-new-overlays): An overlay might die while we open others.
5108
5109 2006-01-11 Bill Wohler <wohler@newt.com>
5110
5111 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
5112 phrasing in docstring.
5113
5114 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
5115 can give some systems gas. Add new file mh-buffers.el.
5116
5117 2006-01-06 Masatake YAMATO <jet@gyve.org>
5118
5119 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
5120 C preprocessor forward ported from GNU Emacs 21.2.
5121
5122 * progmodes/asm-mode.el (asm-font-lock-keywords):
5123 Use `cpp-font-lock-keywords'.
5124
5125 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
5126
5127 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
5128 of $ for "\\.ld[s]?".
5129
5130 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
5131
5132 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
5133 (tcl-indent-line): Return `noindent' if inside a string.
5134
5135 * progmodes/flymake.el (flymake-split-string): Remove more than one
5136 empty string at beg/end of the result.
5137 (flymake-find-buildfile, flymake-find-possible-master-files):
5138 Use expand-file-name.
5139 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
5140 since expand-file-name does it for us. Use directory-file-name.
5141 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
5142 (flymake-ler-get-type, flymake-ler-get-text)
5143 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
5144 (flymake-current-line-no): Remove spurious interactive spec.
5145 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
5146 (flymake-check-include): Remove arg inc-path merged into inc-name.
5147 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
5148 Arg regexp-list replaced by a simple regexp.
5149 (flymake-master-make-header-init, flymake-master-tex-init):
5150 Correspondingly replace regexp-list with a regexp. Fix regexp.
5151
5152 2006-01-10 Simon Josefsson <jas@extundo.com>
5153
5154 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
5155 describing AUTH PLAIN fix.
5156
5157 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
5158
5159 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
5160 (report-emacs-bug): Don't record initial prompt text.
5161 Instead, add text properties to prompting text.
5162 (report-emacs-bug-hook): Delete prompting text.
5163
5164 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
5165
5166 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
5167 `dirs'. Adjust callers.
5168
5169 2006-01-09 John Paul Wallington <jpw@gnu.org>
5170
5171 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
5172
5173 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
5174
5175 * reveal.el (reveal-open-new-overlays): New extracted fun.
5176 (reveal-close-old-overlays): Idem. Check overlays's liveness before
5177 using them. Simplify the code.
5178 (reveal-post-command): Use them. Fix up obsolete windows in
5179 reveal-open-spots.
5180
5181 * progmodes/flymake.el: Use `require' rather than autoload for
5182 XEmacs's overlays.
5183 (flymake-get-common-file-prefix, flymake-build-relative-filename):
5184 Delete. Use file-relative-name instead.
5185 (flymake-get-syntax-check-program-args, flymake-perl-init):
5186 Simplify the resulting code.
5187
5188 * log-view.el (log-view-file-re, log-view-message-re): Add support
5189 for DaRCS output.
5190
5191 2006-01-09 Alex Schroeder <alex@gnu.org>
5192
5193 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
5194 identifiers sometimes added in square brackets at the beginning of
5195 subject lines.
5196
5197 2006-01-07 Richard M. Stallman <rms@gnu.org>
5198
5199 * cus-edit.el (Custom-set, Custom-save): Doc fix.
5200 (Custom-reset-current, Custom-reset-saved): Change question text.
5201 (Custom-reset-standard): Likewise.
5202 (custom-variable-reset-saved): Doc fix.
5203
5204 2006-01-07 Eli Zaretskii <eliz@gnu.org>
5205
5206 * startup.el (init-file-user): Doc fix.
5207
5208 2006-01-07 Alex Schroeder <alex@gnu.org>
5209
5210 * mail/rmail.el (rmail-current-subject): New function.
5211 (rmail-current-subject-regexp): New function.
5212 (rmail-next-same-subject): Use it.
5213
5214 * mail/rmailsum.el (rmail-summary-by-topic):
5215 Use rmail-current-subject and rmail-current-subject-regexp.
5216 (rmail-summary-next-same-subject): Ditto.
5217
5218 * net/rcirc.el (rcirc-send-input): No longer check whether the
5219 process is open, since not all commands need an open process.
5220 (rcirc-send-string): Check whether the process is open before
5221 sending anything.
5222 (rcirc-ignore-list): New option.
5223 (rcirc-ignore-list-automatic): New variable.
5224 (rcirc-print): Take rcirc-ignore-list into account.
5225 (rcirc-cmd-ignore): New command.
5226 (rcirc-ignore-update-automatic): New function.
5227 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
5228 list if ignored nicks.
5229 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
5230
5231 2006-01-06 David Reitter <david.reitter@gmail.com>
5232
5233 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
5234 reflect the address to which the report will be sent.
5235
5236 2006-01-06 Eli Zaretskii <eliz@gnu.org>
5237
5238 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
5239 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
5240
5241 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
5242
5243 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
5244
5245 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
5246 the doc string: "functoin" => "function".
5247 * ldefs-boot.el: Likewise.
5248
5249 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
5250 message text: "Duplicat" => "Duplicate".
5251
5252 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
5253
5254 * files.el (basic-save-buffer-2): If backing-up failed, reset
5255 buffer-backed-up to nil.
5256
5257 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
5258
5259 * progmodes/gud.el (gdb-script-skip-to-head)
5260 (gdb-script-calculate-indentation): Indent for breakpoint command
5261 lists also.
5262
5263 2006-01-05 Bill Wohler <wohler@newt.com>
5264
5265 * Makefile.in (compile-always): Add mh-autoloads dependency.
5266 (bootstrap): Remove mh-autoloads dependency, as compile dependency
5267 provides it.
5268 (updates): Remove mh-autoloads dependency, since it probably has
5269 already run recently (via recompile).
5270
5271 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
5272
5273 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
5274 argument `force' to disable the flyspell-last-buffer optimization.
5275 (flyspell-mode-on): Use it.
5276
5277 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
5278 flymake-simple-cleanup.
5279 (flymake-allowed-file-name-masks): Use this new default.
5280 All the functions are now called in the right buffer rather than
5281 passing the buffer as argument.
5282 (flymake-process-sentinel): Switch to buffer before calling cleanup.
5283 (flymake-parse-err-lines): Remove redundant buffer arg.
5284 (flymake-get-program-dir): Comment out unused function.
5285 (flymake-start-syntax-check, flymake-start-syntax-check-process):
5286 Remove redundant buffer argument.
5287 (flymake-get-real-file-name, flymake-simple-java-cleanup)
5288 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
5289
5290 2006-01-05 Richard M. Stallman <rms@gnu.org>
5291
5292 * info.el (Info-find-node): Don't record previous node if have none.
5293 (info): Go to directory only if history is empty.
5294
5295 * simple.el (mark): Doc fix.
5296
5297 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5298
5299 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
5300 already of desired type.
5301 (mac-ae-list): Coerce parameter to "list" type.
5302 (mac-dispatch-apple-event): Replace cadr part of event with a
5303 dummy position so that event-start returns it.
5304
5305 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
5306
5307 * textmodes/org.el (org-end-of-subtree): New function.
5308 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
5309 Use `org-end-of-subtree'.
5310 (org-agenda, org-agenda-convert-date): Protect calls to
5311 `fit-window-to-buffer'.
5312 (org-tags-view): Force matching of sublevels when doing a
5313 todo-only search. Define the correct redo command, including the
5314 arguments.
5315 (org-agenda-redo): Display message.
5316 (org-check-for-org-mode): New function.
5317 (org-agenda-type): New variable.
5318 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
5319 Set `org-agenda-type'.
5320 (org-agenda-check-type): New function.
5321 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
5322 (org-agenda-week-view, org-agenda-day-view)
5323 (org-agenda-next-date-line, org-agenda-previous-date-line)
5324 (org-agenda-log-mode, org-agenda-toggle-diary)
5325 (org-agenda-toggle-time-grid, org-agenda-date-later)
5326 (org-agenda-date-prompt, org-agenda-diary-entry)
5327 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
5328 (org-agenda-convert-date, org-agenda-menu):
5329 Use `org-agenda-check-type'.
5330 (org-make-overlay, org-delete-overlay)
5331 (org-detatch-overlay, org-move-overlay, org-overlay-put):
5332 New compatibility functions.
5333 (org-calendar-select-mouse): New command.
5334
5335 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
5336
5337 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
5338 (Custom-reset-standard): Fix y-or-n-p messages.
5339 (custom-link): New face for links.
5340 (custom-buffer-create-internal, custom-manual): Use it.
5341 (custom-face-save): Push to theme-face before setting face spec.
5342
5343 * wid-edit.el (widget-default-mouse-face-get): New function.
5344 (widget-specify-button): Handle mouse-face like button-face.
5345
5346 * custom.el (load-theme): Clear old theme settings if reloading.
5347
5348 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
5349
5350 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
5351 "Erase Customization" button back to same position it occupies in
5352 the individual State menus.
5353
5354 2006-01-04 Kim F. Storm <storm@cua.dk>
5355
5356 * wid-edit.el (key-sequence): Rework widget to read key binding
5357 using `kbd' syntax. Use C-q to insert literal key, event, or code.
5358 (widget-key-sequence-default-value): Default value for empty sequence.
5359 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
5360 (widget-key-sequence-read-event): New command for C-q.
5361 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
5362 (widget-key-sequence-value-to-external): New functions.
5363
5364 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
5365
5366 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
5367 Use expand-file-name.
5368 (flymake-delete-temp-directory): Use expand-file-name,
5369 file-name-directory, and directory-file-name.
5370 (flymake-strrchr): Delete.
5371 (flymake-start-syntax-check): Don't pass the redundant buffer argument
5372 to the init-f function.
5373 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
5374 (flymake-init-find-buildfile-dir)
5375 (flymake-init-create-temp-source-and-master-buffer-copy)
5376 (flymake-simple-make-init-impl, flymake-simple-make-init)
5377 (flymake-master-make-init, flymake-master-make-header-init)
5378 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
5379 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
5380 (flymake-xml-init): Remove corresponding redundant buffer argument.
5381 (flymake-allowed-file-name-masks): Remove last elems that are equal to
5382 the default anyway. Clean up regexps.
5383
5384 * progmodes/flymake.el (flymake-temp-source-file-name)
5385 (flymake-master-file-name, flymake-temp-master-file-name)
5386 (flymake-base-dir): New buffer-local vars.
5387 (flymake-buffer-data, flymake-get-buffer-value)
5388 (flymake-set-buffer-value): Replace those hash-tables by the new
5389 buffer-local vars. Update callers.
5390
5391 * progmodes/flymake.el (flymake-check-start-time)
5392 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
5393 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
5394 Move definition, so we can remove redundant earlier declaration.
5395 (flymake-replace-regexp-in-string, flymake-split-string)
5396 (flymake-get-temp-dir): Use defalias.
5397 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
5398 (flymake-xemacs-window-edges): Remove unused function.
5399 (flymake-get-point-pixel-pos): Move.
5400 (flymake-pid-to-names, flymake-reg-names)
5401 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
5402 Replace by a simple list flymake-processes and by process-buffer.
5403 Update callers. Other than simplify the code, it uses buffers rather
5404 than buffer-names so it doesn't get confused by uniquify.
5405 (flymake-buffer-data): The global value should just be nil.
5406
5407 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
5408 Optimize the body of a defalias like any other code.
5409
5410 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
5411 Make sure we've setup font-lock's vars. It may influence which
5412 function we then call.
5413 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
5414 here since it's too late anyway.
5415
5416 2006-01-03 Romain Francoise <romain@orebokech.com>
5417
5418 * startup.el (fancy-splash-tail, normal-splash-screen):
5419 Update copyright year.
5420
5421 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
5422
5423 * mouse.el (mouse-drag-track): Rename, from
5424 `mouse-drag-region-1'. Includes optional argument required to
5425 enable post-drag event processing (e.g. delete region keys).
5426 Can be used without this argument to track a mouse region and operate
5427 on it as soon as the drag completes.
5428 (mouse-drag-region): Use `mouse-drag-track'.
5429
5430 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
5431
5432 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
5433 Move to `custom-buffer' group.
5434
5435 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
5436 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
5437 (custom-theme-insert-face-marker, custom-theme-variable-menu)
5438 (custom-theme-face-menu): New variables.
5439 (custom-theme-add-variable, custom-theme-variable-action)
5440 (custom-variable-reset-theme, custom-theme-delete-variable)
5441 (custom-face-reset-theme, custom-theme-face-action)
5442 (custom-theme-delete-face, custom-theme-merge-theme)
5443 (custom-theme-add-face, custom-theme-visit-theme): New functions.
5444
5445 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
5446
5447 * custom.el: Move Custom Themes commentary to start of theme code.
5448 (custom-known-themes): Rename `standard' theme to `changed'.
5449 (custom-push-theme): Caller no longer specifies what theme to use
5450 when doing `reset'---the setting is simply removed from the theme.
5451 Delete MODE from `theme-value' and `theme-settings' properties.
5452 (custom-declare-theme): Ignore &rest args since we don't use them.
5453
5454 (custom-loaded-themes): Delete variable.
5455 (custom-theme-load-themes, custom-theme-loaded-p)
5456 (custom-theme-value): Delete functions.
5457
5458 (custom-declare-theme): Signal error on invalid theme names.
5459 (provide-theme): custom-loaded-themes was deleted.
5460 (load-theme): Load the file unconditionally.
5461 (enable-theme): Call `load-theme' if theme is undefined.
5462 (custom-enabled-themes): Only update value for successful loads.
5463 (disable-theme): Complete from enabled themes when interactive.
5464 (custom-variable-theme-value): Calculate theme value directly.
5465
5466 (custom-theme-reset-variables, custom-reset-variables): Mark as
5467 XEmacs compatibility functions. We don't actually use these.
5468
5469 * cus-edit.el (custom-variable-state-set):
5470 Use custom-variable-theme-value instead of custom-theme-value.
5471 (custom-face-state-set): Rename `standard' theme to `changed'.
5472 (custom-save-variables, custom-save-faces): Delete unneeded
5473 references to custom-reset-variables.
5474 (custom-save-resets): Delete function.
5475 (custom-save-variables, custom-save-faces): MODE argument deleted.
5476 (custom-save-variables, custom-save-faces): Ignore theme values.
5477
5478 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
5479 compatibility function.
5480
5481 2006-01-01 Richard M. Stallman <rms@gnu.org>
5482
5483 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
5484 (Custom-reset-current, Custom-reset-saved): Likewise.
5485 (Custom-reset-standard): Show message if aborted.
5486 (custom-mode): Doc fix, describing those commands.
5487
5488 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
5489 put on event-kind property.
5490
5491 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
5492
5493 * custom.el (provide-theme): Ban `user' theme name.
5494 (custom-enabling-themes): New variable.
5495 (enable-theme): Don't enable user if custom-enabling-themes is t.
5496 (custom-enabled-themes): Make it a defcustom.
5497 (custom-theme-recalc-face): No-op if face is undefined.
5498
5499 * cus-edit.el (custom-button-mouse): New variable.
5500 (custom-button-mouse): New face.
5501 (custom-raised-buttons, custom-mode): Use it.
5502
5503 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
5504
5505 2005-12-31 Eli Zaretskii <eliz@gnu.org>
5506
5507 * progmodes/gud.el (gud-display-line): Support hl-line in the
5508 source buffer.
5509
5510 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
5511
5512 * mouse.el (mouse-drag-window-above): Verify that the found window
5513 overlaps with the given window in the horizontal dimension.
5514
5515 2005-12-31 Eli Zaretskii <eliz@gnu.org>
5516
5517 * Makefile.in (cvs-update): New target.
5518
5519 * makefile.w32-in (cvs-update): Ditto.
5520
5521 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
5522
5523 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
5524 (custom-new-theme-mode-map): New variable.
5525
5526 2005-12-30 Richard M. Stallman <rms@gnu.org>
5527
5528 * custom.el (custom-load-themes): Function deleted.
5529
5530 * cus-edit.el (custom-save-loaded-themes): Function deleted.
5531 (custom-save-variables): Don't delete or add custom-load-themes call.
5532
5533 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
5534
5535 * cus-start.el: Add `visible-cursor'.
5536
5537 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
5538 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
5539 (flymake-process-filter): Switch to buffer before calling it instead.
5540 (flymake-post-syntax-check, flymake-highlight-err-lines)
5541 (flymake-delete-own-overlays, flymake-parse-err-lines)
5542 (flymake-start-syntax-check, flymake-start-syntax-check-process)
5543 (flymake-count-lines, flymake-parse-residual):
5544 Remove constant buffer argument.
5545 (flymake-start-syntax-check-for-current-buffer): Remove.
5546 Update callers to use flymake-start-syntax-check instead.
5547 (flymake-display-err-menu-for-current-line):
5548 Remove unused var `mouse-pos'.
5549 (flymake-restore-formatting): Comment out unused function.
5550 (flymake-report-status, flymake-report-fatal-status): Remove buffer
5551 argument, use current-buffer instead. Update callers.
5552
5553 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5554
5555 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
5556 buffer-local because choose-completion-delete-max-match requires
5557 that we set completion-ignore-case (i.e., binding via let is not
5558 sufficient).
5559 (bibtex-complete): Always set completion-ignore-case and
5560 choose-completion-string-functions. The latter is needed because
5561 choose-completion-string-functions keeps its value if we quit the
5562 *Completions* buffer without requesting a completion.
5563
5564 2005-12-30 Andreas Schwab <schwab@suse.de>
5565
5566 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
5567
5568 2005-12-30 Eli Zaretskii <eliz@gnu.org>
5569
5570 * jit-lock.el (jit-lock-chunk-size): Doc fix.
5571
5572 2005-12-30 Juri Linkov <juri@jurta.org>
5573
5574 * locate.el (locate-fcodes-file, locate-header-face)
5575 * progmodes/delphi.el (delphi-other-face)
5576 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
5577
5578 * paren.el (show-paren-match, show-paren-mismatch): Use existing
5579 group `paren-showing-faces'.
5580
5581 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
5582 (goto-address): Fix docstring.
5583
5584 * net/webjump.el (webjump-sample-sites): Update URLs.
5585
5586 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
5587
5588 * subr.el (cancel-change-group): Add listp around pending-undo-list.
5589
5590 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
5591
5592 * font-lock.el (font-lock-compile-keywords): Signal an error when
5593 font-lock-set-defaults hasn't been called.
5594
5595 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
5596
5597 * subr.el (noreturn, 1value): Doc fixes.
5598
5599 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5600
5601 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
5602 that assoc-string returns nil.
5603
5604 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5605
5606 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
5607 (bibtex-entry-type-str, bibtex-empty-field-re)
5608 (bibtex-search-backward-string, bibtex-preamble-prefix)
5609 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
5610 (bibtex-any-valid-entry-type): New variable.
5611 (bibtex-parse-field-name): Simplify.
5612 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
5613 (bibtex-preamble-prefix): Include left delimiter.
5614 (bibtex-search-forward-field, bibtex-search-backward-field):
5615 Allow unbounded search past entry boundaries (required by bibtex-pop).
5616 (bibtex-text-in-field-bounds): Use push.
5617 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
5618 (bibtex-parse-preamble, bibtex-valid-entry)
5619 (bibtex-beginning-first-field): New functions.
5620 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
5621 (bibtex-map-entries): Fix docstring.
5622 (bibtex-flash-head): New arg prompt. Simplify.
5623 (bibtex-enclosing-field): Include code of bibtex-inside-field.
5624 (bibtex-insert-kill): Simplify. Always insert text past the
5625 current field or entry.
5626 (bibtex-format-entry): Use bibtex-parse-field.
5627 (bibtex-pop): Use bibtex-beginning-of-entry and
5628 bibtex-end-of-entry to initiate the search. Insert empty field if
5629 we found ourselves.
5630 (bibtex-print-help-message): New args field and comma.
5631 Handle entry keys.
5632 (bibtex-make-field): Use bibtex-beginning-of-entry.
5633 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
5634 invalid entry.
5635 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
5636 Handle preambles. Simplify code for thorough test.
5637 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
5638 New arg comma. Handle entry heads.
5639 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
5640 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
5641 New arg comma.
5642 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
5643 (bibtex-fill-field): Simplify.
5644 (bibtex-fill-entry): Use bibtex-beginning-first-field and
5645 bibtex-parse-field.
5646 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
5647 (bibtex-complete): Use bibtex-parse-preamble.
5648
5649 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
5650
5651 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
5652 Display name of expression instead of convenience variable.
5653 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
5654
5655 * progmodes/gud.el (gud-tooltip-dereference): Rename from
5656 toggle-gud-tooltip-dereference.
5657 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
5658 (gud-tooltip-tips): ...here when dereferencing.
5659
5660 2005-12-28 Bill Wohler <wohler@newt.com>
5661
5662 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
5663
5664 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
5665
5666 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
5667 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
5668 (vc-annotate-display-autoscale): Adjust call.
5669 (vc-annotate-display-default): Adjust call. Make arg compulsory.
5670 Fix interactive spec.
5671 (vc-annotate-time-span): Remove.
5672 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
5673 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
5674 (vc-annotate-display-select): Use new name.
5675
5676 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
5677 (vc-annotate-mode-menu): Remove left-over redundant declaration.
5678 Correct the construction of span entries. Simplify.
5679 (vc-annotate-display-select): Fix the nil case.
5680 (vc-annotate): Remove obsolete (and now broken) code.
5681 (vc-annotate-extract-revision-at-line): Remove obsolete code.
5682 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
5683
5684 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
5685
5686 * subr.el (lazy-completion-table): Correct typo in docstring.
5687
5688 * startup.el (command-line): Use `custom-reevaluate-setting' for
5689 `send-mail-function'.
5690
5691 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
5692
5693 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
5694
5695 * mail/smtpmail.el (smtpmail-try-auth-methods):
5696 Send credentials together with "AUTH PLAIN" command.
5697
5698 2005-12-27 Richard M. Stallman <rms@gnu.org>
5699
5700 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
5701 mouse-2, go back to previously selected window, so it's selected
5702 when mouse-2 command runs.
5703
5704 2005-12-27 Juri Linkov <juri@jurta.org>
5705
5706 * descr-text.el (describe-text-sexp): Use square brackets for
5707 button [Show] to distinguish it from the property value `show'.
5708 (describe-property-list): Use `insert-text-button' with
5709 `help-face' type instead of putting face in quotes, because button
5710 is not created automatically for a list of faces.
5711 (describe-text-properties-1): Put button-type value in quotes to
5712 distinguish from plain text "button".
5713 (describe-char): Display code point values in hex. Don't use
5714 `symbol-name' for `current-input-method' because it is a string.
5715 Use `insert-text-button' with `help-face' type instead of putting
5716 hardcoded face in quotes, because button is not created automatically.
5717
5718 2005-12-27 Richard M. Stallman <rms@gnu.org>
5719
5720 * progmodes/glasses.el (glasses-face): More specific custom type.
5721
5722 * files.el (set-visited-file-name): Doc fix.
5723
5724 * textmodes/flyspell.el (flyspell-external-point-words):
5725 Use local var buffer-scan-pos to advance scan for next misspelling.
5726 Advance it only after we find the misspelling.
5727
5728 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
5729
5730 * textmodes/flyspell.el (flyspell-external-point-words):
5731 New criteria for finding the misspelling in the buffer.
5732
5733 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
5734
5735 * help-mode.el (help-insert-string): Set help-xref-stack-item
5736 rather than call help-setup-xref.
5737
5738 * descr-text.el (describe-char): Revert previous changes for
5739 optional buffer argument.
5740
5741 2005-12-27 Juri Linkov <juri@jurta.org>
5742
5743 * help-mode.el (help-insert-string): New function. Save buffer
5744 contents in cases where it is impossible to recompute the old contents.
5745
5746 * descr-text.el (describe-char): Set help-xref-stack-item
5747 explicitly after buffer has been generated.
5748
5749 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5750
5751 * cus-start.el (all): Add x-gtk-show-hidden-files.
5752
5753 2005-12-26 Richard M. Stallman <rms@gnu.org>
5754
5755 * replace.el (perform-replace): Calculate match-again
5756 before skipping read-only matches.
5757
5758 * paren.el (paren-showing-faces): New group.
5759 (show-paren-match, show-paren-mismatch): Move to that group.
5760
5761 * button.el (button): Put into group `basic-faces'.
5762
5763 * progmodes/make-mode.el: Remove faces from group `faces'.
5764
5765 * apropos.el (apropos, apropos-value): Doc fix.
5766 (apropos-documentation): Doc fix.
5767
5768 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
5769
5770 * subr.el (lazy-completion-table): Remove argument `args'.
5771
5772 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
5773 Don't use the `args' argument of lazy-completion-table.
5774
5775 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
5776
5777 * descr-text.el (describe-char): Add optional argument for buffer.
5778 Set buffer appropriately. Call help-setup-xref.
5779 Suggested by Stefan Monnier.
5780
5781 2005-12-26 Juri Linkov <juri@jurta.org>
5782
5783 * descr-text.el: Require `help-fns' at runtime. Don't require
5784 `button' for byte compilation.
5785 (describe-text-widget): Add `help-echo' for first button.
5786 Use `help-info' for second.
5787 (describe-property-list): Use `help-argument-name' instead of `italic'.
5788 (describe-text-category): Add prompt to interactive spec.
5789 Call `help-setup-xref'.
5790 (describe-char): Use `help-character-set'. Add `help-echo' for
5791 code point. Use `help-input-method'. Remove superfluous insert.
5792
5793 2005-12-25 Richard M. Stallman <rms@gnu.org>
5794
5795 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
5796 at point, in case of narrowing.
5797
5798 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
5799
5800 * locate.el (locate-header-face): Allow nil in type.
5801
5802 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
5803
5804 2005-12-25 Romain Francoise <romain@orebokech.com>
5805
5806 * battery.el (battery-linux-proc-acpi): Also try
5807 `/proc/acpi/thermal_zone/THM0/temperature'.
5808
5809 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
5810
5811 * custom.el (custom-push-theme): Fix docstring.
5812
5813 * cus-edit.el (custom-variable-set, custom-variable-save)
5814 (custom-variable-save): Custom-quote widget values.
5815 (customize-save-variable): Fix custom-push-theme call.
5816
5817 2005-12-24 Eli Zaretskii <eliz@gnu.org>
5818
5819 * w32-fns.el (w32-batch-update-autoloads): New function.
5820
5821 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
5822 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
5823 from the command line.
5824
5825 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
5826
5827 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
5828 reset means to remove setting from theme entirely. Don't keep
5829 expanding theme-settings list; delete old entries if necessary.
5830
5831 * cus-edit.el (custom-buffer-create-internal): Move "Erase
5832 customization" button one line up.
5833 (custom-themed): New face.
5834 (custom-magic-alist): New value, THEMED, for theme settings.
5835 (custom-variable-state-set, custom-face-state-set):
5836 Check theme-value instead of saved-value.
5837 (custom-variable-reset-standard, custom-face-reset-standard):
5838 Remove theme setting entirely. Recalculate new values.
5839 (custom-variable-set, custom-variable-set)
5840 (custom-variable-reset-saved, custom-variable-reset-backup)
5841 (custom-face-set, custom-face-reset-saved): Update `user' theme.
5842 (custom-variable-save): Fix typos.
5843
5844 2005-12-23 Juri Linkov <juri@jurta.org>
5845
5846 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
5847 Add autoload cookies.
5848 (edebug-outside-d-c-i-n-s-w): New variable.
5849 (edebug-display, edebug-outside-excursion): Use it to save the
5850 original value of default-cursor-in-non-selected-windows.
5851 Set default-cursor-in-non-selected-windows to t while Edebug
5852 is active.
5853 (edebug-mode, edebug-eval-mode): Doc fix.
5854
5855 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
5856 with `buffer-substring-no-properties' to remove common substring
5857 highlighting.
5858
5859 * info.el (info-other-window, info): Rename function argument
5860 `file' to `file-or-node'.
5861 (Info-complete-menu-item): Use local variable `complete-nodes' to
5862 keep the global value of `Info-complete-nodes' unchanged for
5863 subsequent completions.
5864 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
5865
5866 * simple.el (get-next-valid-buffer, last-buffer)
5867 (next-error-buffer-p, next-error-find-buffer)
5868 (minibuffer-history-sexp-flag): Doc fix.
5869
5870 * savehist.el (savehist-mode-hook): Add `:group'.
5871
5872 * log-view.el: Call autoload for vc-find-version.
5873 (log-view-current-file): Adjust subgroup numbers.
5874 (log-view-current-tag): Add `length'.
5875
5876 2005-12-23 Richard M. Stallman <rms@gnu.org>
5877
5878 * vc.el (vc-annotate-car-last-cons): Defn moved up.
5879
5880 2005-12-23 Juri Linkov <juri@jurta.org>
5881
5882 * hi-lock.el (hi-lock-archaic-interface-message-used)
5883 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
5884 (hi-lock-mode): Display "Hi" in the mode line only when
5885 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
5886 (hi-lock-write-interactive-patterns):
5887 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
5888 (hi-lock-set-pattern, hi-lock-set-file-patterns)
5889 (hi-lock-font-lock-hook): Set 3rd arg `how' of
5890 font-lock-add-keywords to t.
5891
5892 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
5893
5894 * hi-lock.el (hi-lock-highlight-range): New variable.
5895 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
5896 only if font-lock-fontified is non-nil. Remove overlays.
5897 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
5898 font-lock-fontified is non-nil, otherwise use overlays (instead of
5899 text properties).
5900 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
5901 New variables.
5902 (hi-lock-string-serialize) New function.
5903
5904 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5905
5906 * menu-bar.el (menu-find-file-existing): New function.
5907 (menu-bar-file-menu): Use menu-find-file-existing for Open.
5908
5909 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
5910
5911 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
5912
5913 * vc.el: Remove unnecessary leading * in docstrings.
5914 (vc-annotate-mode-map): Move initialization into declaration.
5915 (vc-static-header-alist): Nitpick on the regexp.
5916 (vc-default-init-version): New fun.
5917 (vc-register): Use it.
5918 (vc-insert-headers): Use dolist.
5919 (vc-annotate-get-backend): Remove unused function.
5920 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
5921 (vc-annotate-mode): Remove corresponding call.
5922 (vc-annotate-car-last-cons): Simplify.
5923 (vc-annotate-buffers): Remove var.
5924 (vc-annotate-backend): Make it buffer-local.
5925 (vc-annotate): Move the interaction to the interactive spec.
5926 Add a `buf' argument.
5927 (vc-annotate-warp-version): Use this new `buf' argument to avoid
5928 killing&creating a vc-annotate buffer, which is very disruptive when
5929 the buffers are shown in dedicated frames.
5930
5931 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
5932
5933 * descr-text.el: Add FSF as maintainer.
5934 (describe-text-mode, describe-text-mode-map)
5935 (describe-text-mode-hook, describe-text-done): Delete. Use normal
5936 help-mode.
5937 (describe-text-widget, describe-text-sexp)
5938 (describe-property-list, describe-text-category)
5939 (describe-text-properties, describe-text-properties-1)
5940 (describe-char): Use help buttons instead of widgets.
5941 (describe-char-unicodedata-file): Make URL link in doc string.
5942
5943 2005-12-22 Richard M. Stallman <rms@gnu.org>
5944
5945 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
5946 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
5947 Don't include buttons that write a file when there's no file.
5948 (custom-variable-menu, custom-face-menu, custom-group-menu):
5949 Don't include commands that write a file when there's no file.
5950 (customize-browse): Reword the top-of-buffer help intro.
5951 (custom-buffer-create-internal): Fix previous change.
5952 (customize-changed-options-previous-release): Prev release is 21.1.
5953 (customize-changed-options): Doc fix.
5954 (customize-changed): New alias.
5955 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
5956 Say "standard values".
5957 (Custom-reset-standard): Doc fix.
5958 (custom-face-reset-standard): Doc fix.
5959
5960 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
5961
5962 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
5963 even if font-lock-mode is non-nil since it may be t without having
5964 turned on font-lock-mode-internal.
5965 (font-lock-choose-keywords): Minor optimization.
5966 (font-lock-add-keywords, font-lock-remove-keywords)
5967 (font-lock-set-defaults): Don't call make-local-variable on a variable
5968 that we know to already be local.
5969
5970 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
5971
5972 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
5973 messages if in the minibuffer.
5974
5975 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
5976
5977 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
5978 (tex-mode-flyspell-verify, flyspell-get-word)
5979 (flyspell-external-point-words): Don't use point-min/max uselessly.
5980
5981 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
5982 by Kevin Rodgers. Instead, just hide the completions buffer if we
5983 don't need to show it.
5984
5985 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
5986
5987 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
5988
5989 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
5990
5991 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
5992 delete-windows-on with an inexistent buffer.
5993
5994 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
5995
5996 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
5997 Delete defcustom variable :tag names.
5998
5999 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
6000
6001 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
6002 (log-view-font-lock-keywords): Ajust subgroup numbers.
6003 (log-view-current-tag): Don't hard code the number of subgroups.
6004
6005 2005-12-20 Juri Linkov <juri@jurta.org>
6006
6007 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
6008 (tooltip-x-offset, tooltip-y-offset): Doc fix.
6009
6010 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
6011 (menu-bar-non-minibuffer-window-p): Instead of checking
6012 display-multi-frame-p, use selected-frame when menu-updating-frame
6013 is nil.
6014
6015 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
6016
6017 * align.el (align-rules-list): Use [ \t] instead of \s-
6018 for column separators in text mode.
6019
6020 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
6021
6022 * help-mode.el (help-customize-variable, help-customize-face):
6023 Don't pop help-xref-stack as help-follow no longer pushes
6024 anything on to it.
6025
6026 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
6027
6028 * textmodes/org.el (org-agenda-custom-commands): New option.
6029 (org-agenda): Offer custom commands on splash screen.
6030 (org-make-tags-matcher): Parser for Boolean logic added.
6031 (org-agenda-set-tags): New command.
6032 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
6033 (org-set-tags): Efficiency improvements.
6034 (org-auto-align-tags): New option.
6035 (org-todo, org-demote, org-promote): Realign tags.
6036 (org-tags-completion-function): Use also "&" and "|" as separators.
6037 (org-org-menu): Agenda commands simplified.
6038
6039 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
6040
6041 * cus-edit.el (customize-apropos, customize-apropos-options):
6042 Docstring changes.
6043
6044 * font-lock.el (font-lock): Add tags to the links in the defgroup.
6045
6046 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
6047
6048 * longlines.el (longlines-mode): Wrap while widened.
6049 (longlines-decode-region, longlines-encode-region): Compute max
6050 just once.
6051
6052 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6053
6054 * cus-edit.el (mac): New group.
6055
6056 * cus-start.el (all): Add user options in macterm.c. Add test for
6057 Mac-related built-ins. Fix test for GTK-related built-ins.
6058
6059 * term/mac-win.el (mac-handle-language-change)
6060 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
6061 (mac-services-open-selection, mac-services-mail-selection)
6062 (mac-services-mail-to, mac-services-insert-text)
6063 (mac-dispatch-apple-event): Add docstrings.
6064 (x-get-selection, mac-select-convert-to-string): Select coding
6065 system from `utf-16be' and `utf-16le' using `byteorder'.
6066
6067 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
6068
6069 * subr.el (lazy-completion-table): Don't be fooled if the var holds
6070 a "list" (lambda ...) rather than a real completion list.
6071
6072 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
6073 lexical-let when encountering ((lambda (...) ...) ...).
6074
6075 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
6076
6077 * progmodes/sh-script.el (sh-mode):
6078 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
6079 * textmodes/picture.el (picture-mode): Update docstrings.
6080
6081 2005-12-17 Eli Zaretskii <eliz@gnu.org>
6082
6083 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
6084 commands enclosed in $(ARGQUOTE)s should not be split between two
6085 lines, as that will break with GNU Make >3.80, when sh.exe is used
6086 and arg quoting is with '..'.
6087 (autoloads): Don't break the quoted --eval expression between
6088 several lines.
6089
6090 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
6091
6092 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
6093 Capture error from printing circular structures.
6094
6095 2005-12-17 Martin Rudalics <rudalics@gmx.at>
6096
6097 * wid-edit.el (widget-checkbox-action): Clear undo info.
6098
6099 2005-12-16 Bill Wohler <wohler@newt.com>
6100
6101 * menu-bar.el (kill-this-buffer): Set a good example by using menu
6102 bar, not menubar in comment.
6103
6104 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
6105
6106 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
6107 After-change-functions should not clobber the match data.
6108
6109 2005-12-16 Juri Linkov <juri@jurta.org>
6110
6111 * simple.el (choose-completion): Use `buffer-substring-no-properties'
6112 instead of `buffer-substring'.
6113 (completion-common-substring): Doc fix.
6114 (completion-setup-function): Use minibuffer-completion-contents
6115 instead of minibuffer-contents. Don't set common-string-length
6116 initially. Remove special handling of partial-completion-mode.
6117 Move computation of completion-base-size into one cond.
6118 Call completion-base-size-function in mainbuf. In computation of
6119 completion-base-size for file name completion don't move point to
6120 the end of the minibuffer. Move computation of common-string-length
6121 into one cond. Start putting faces only when common-string-length>=0.
6122 Add condition to put completions-common-part when
6123 common-string-length>0.
6124
6125 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
6126 place point at the first different character in the minibuffer
6127 even if this position is at the beginning of the minibuffer.
6128
6129 * info.el (Info-read-node-name-1): In completion-base-size-function's
6130 lambda return 1 if common-substring or minibuffer-completion-contents
6131 starts with (, and 0 otherwise.
6132
6133 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
6134 Use `crm-current-element' for second arg of `display-completion-list'.
6135
6136 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
6137
6138 * files.el (set-auto-mode): Look for an interpreter specified on
6139 the first line also if search for mode specification succeeded,
6140 but the mode is not known.
6141
6142 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
6143
6144 * textmodes/org.el (org-tags-match-list-sublevels): New option.
6145 (org-open-at-point): Implement tag searches as links.
6146 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
6147 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
6148 (org-tags-sparse-tree, org-tags-view, org-set-tags)
6149 (org-agenda-dispatch): New commands.
6150 (org-use-tag-inheritance, org-tags-column): New options.
6151 (org-tab-follows-link, org-return-follows-link): New options.
6152 (org-tags): New customize group.
6153 (org-start-icalendar-file): Get local time zone.
6154 (org-tags-completion-function): New function.
6155 (org-set-font-lock-defaults): Make sure links will also be
6156 highlighted inside headlines.
6157
6158 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
6159
6160 * term.el (term-emulate-terminal):
6161 Let term-handle-ansi-terminal-messages override what Bash says about
6162 its current directory.
6163
6164 2005-12-16 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
6165
6166 * bindings.el (last-buffer): Move to simple.el.
6167 * simple.el (last-buffer): Move here.
6168 (get-next-valid-buffer): New function.
6169 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
6170 (prev-buffer): Ditto. Rename to `previous-buffer'.
6171
6172 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
6173 * bindings.el (global-map): Ditto.
6174
6175 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
6176
6177 * cus-edit.el: Introductory comment change.
6178 (custom-magic-alist): Change message string for the `rogue' state.
6179
6180 2005-12-15 Richard M. Stallman <rms@gnu.org>
6181
6182 * tooltip.el: Delete defcustom variable :tag names.
6183
6184 * complete.el (partial-completion-mode): Doc fix.
6185
6186 * textmodes/flyspell.el (flyspell-external-point-words):
6187 Use save-excursion to ensure we don't move backward in the
6188 search loop, not even one character.
6189 (flyspell-delete-all-overlays): Use remove-overlays directly.
6190
6191 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
6192 (ispell-start-process): Set that variable.
6193 Clear ispell-buffer-local-name.
6194 (ispell-internal-change-dictionary):
6195 Set ispell-current-dictionary after killing process.
6196 (ispell-buffer-local-dict):
6197 Don't set spell-personal-dictionary after killing process.
6198 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
6199 (ispell-tex-skip-alists, ispell-html-skip-alists)
6200 (ispell-skip-region-alist): Mark as risky.
6201
6202 * net/newsticker.el (newsticker--retrieval-timer-list)
6203 (newsticker--display-timer, newsticker-running-p)
6204 (newsticker-ticker-running-p): Definitions moved up.
6205
6206 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
6207
6208 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
6209
6210 2005-12-15 David Ponce <david@dponce.com>
6211
6212 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
6213 (recentf-edit-list, recentf-open-files): Signal an error when
6214 there is no recent file.
6215
6216 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
6217
6218 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
6219 read-only except for texinfo-format-region evaluation.
6220
6221 2005-12-14 Richard M. Stallman <rms@gnu.org>
6222
6223 * vc.el (vc-default-previous-version, vc-default-next-version)
6224 (vc-do-command): Doc fixes.
6225
6226 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6227
6228 * textmodes/bibtex.el (bibtex-expand-strings)
6229 (bibtex-autokey-expand-string, bibtex-name-part)
6230 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
6231 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
6232 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
6233 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
6234 (bibtex-entry-postfix, bibtex-known-entry-type-re)
6235 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
6236 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
6237 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
6238 (bibtex-beginning-of-last-entry): Remove.
6239 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
6240 message if comma is missing but buffer is read-only.
6241 (bibtex-parse-field-text): Handle whitespaces at the end of field
6242 text. Return 3-element list with beginning and end of field text
6243 and end of field.
6244 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
6245 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
6246 (bibtex-search-forward-field, bibtex-search-backward-field):
6247 Search always delimited by limits of entry. Use more efficient
6248 search algorithms.
6249 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
6250 bibtex-end-of-name-in-field.
6251 (bibtex-text-in-field-bounds): Handle BibTeX strings when
6252 extracting the content of a field.
6253 (bibtex-text-in-field): Use search limits.
6254 (bibtex-parse-string-prefix): Handle empty string keys based on
6255 bibtex-string-empty-key.
6256 (bibtex-parse-string): Fix docstring.
6257 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
6258 (bibtex-preamble-prefix, bibtex-strings): New functions.
6259 (bibtex-skip-to-valid-entry): Include preceding whitespace in
6260 BibTeX entries (consistent with other BibTeX functions).
6261 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
6262 (bibtex-search-entry): Fix docstring. Simplify.
6263 (bibtex-flash-head, bibtex-complete-string-cleanup)
6264 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
6265 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
6266 (bibtex-parse-entry): New optional arg content.
6267 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
6268 Use bibtex-text-in-field-bounds.
6269 (bibtex-print-help-message): Handle BibTeX strings and preambles.
6270 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
6271 bibtex-parse-string-postfix.
6272 (bibtex-find-text-internal): New function.
6273 (bibtex-remove-delimiters): Use it.
6274 (bibtex-find-text): Use it. New optional arg help.
6275 (bibtex-complete): Handle BibTeX string and preamble entries.
6276 (bibtex-Preamble): Fix order of closing delimiters.
6277
6278 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
6279
6280 * vc.el (vc-default-revert): New fun.
6281
6282 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
6283
6284 2005-12-14 Romain Francoise <romain@orebokech.com>
6285
6286 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
6287 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
6288 (font-lock-remove-keywords): Likewise.
6289
6290 2005-12-14 Juri Linkov <juri@jurta.org>
6291
6292 * log-view.el (log-view-diff): Doc fix.
6293
6294 * isearch.el (isearch-query-replace): Use (mark) instead of
6295 isearch-opoint if mark is active in transient-mark-mode.
6296
6297 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
6298
6299 * isearch.el (isearch-query-replace): Check for isearch-other-end.
6300
6301 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
6302
6303 * progmodes/cpp.el (cpp-face): New widget.
6304 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
6305
6306 2005-12-14 Juri Linkov <juri@jurta.org>
6307
6308 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
6309 around `erase-buffer' and `insert'.
6310
6311 * descr-text.el (describe-text-properties): Replace buffer name
6312 "*Help-2*" with "*Help*<2>".
6313 (describe-char): Add functions print-help-return-message,
6314 toggle-read-only. Use help-setup-xref with nil to not store
6315 describe-char in help-xref-stack. Use help-make-xrefs to
6316 make [back] button.
6317
6318 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
6319
6320 * wdired.el (wdired-old-point): New internal variable.
6321 (wdired-change-to-wdired-mode): Set it buffer-locally.
6322 (wdired-abort-changes): Restore point after aborting changes.
6323
6324 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
6325
6326 * vc.el (vc-do-command): Add a new value t for okstatus.
6327
6328 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
6329 frame in case of errors.
6330
6331 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6332
6333 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
6334 so it comes after "On the Left" in the menu.
6335
6336 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
6337
6338 * cus-edit.el (customize-apropos, customize-apropos-options)
6339 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
6340
6341 2005-12-12 Bill Wohler <wohler@newt.com>
6342
6343 * vc-svn.el (vc-svn-registered): Fix problem of visiting
6344 non-writable Subversion-controlled files by saving window
6345 configuration before calling vc-do-command. vc-do-command calls
6346 pop-to-buffer on error which is unexpected during registration.
6347
6348 2005-12-12 Jay Belanger <belanger@truman.edu>
6349
6350 * calc/README: Update the summary of changes.
6351
6352 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
6353
6354 * descr-text.el (describe-char): Rework last fix to solve the problem
6355 is the same way it's solved for everything else in that function
6356 (i.e. by extracting the info before setting up the *Help* buffer).
6357
6358 2005-12-12 Kim F. Storm <storm@cua.dk>
6359
6360 * subr.el (version-regexp-alist): Allow space as separator before
6361 non-numeric part, e.g. "1.0 alpha".
6362 (version-to-list): Interpret .X.Y version as 0.X.Y version.
6363
6364 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
6365
6366 * textmodes/org.el (org-agenda, org-timeline, org-todo):
6367 Implement Logging and the keep-modes setting.
6368 (org-get-category): Make sure a string is returned.
6369 (org-log-done): New function.
6370 (org-log-done, org-closed-string): New options.
6371
6372 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6373
6374 * tooltip.el (tooltip-y-offset): Change default to 20.
6375
6376 2005-12-12 Richard M. Stallman <rms@gnu.org>
6377
6378 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
6379
6380 * frame.el (display-hourglass): Doc fix.
6381
6382 * help.el (help-for-help-internal): Simplify entry for `a'.
6383
6384 * info.el (Info-on-current-buffer): Doc fix.
6385 (info-insert-file-contents): Don't test (featurep 'jka-compr).
6386
6387 * startup.el (inhibit-splash-screen): Make this the real name.
6388 (inhibit-startup-message): Make this the alias.
6389 (command-line): Find only simple.el, and use its directory
6390 to fill in other preloaded files' names.
6391 (command-line): Deactivate the mark if deactivate-mark is set.
6392
6393 * international/mule.el (load-with-code-conversion):
6394 Bind deactivate-mark.
6395
6396 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
6397
6398 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
6399
6400 * cus-edit.el (customize-apropos): Avoid listing an option more
6401 than once under different aliases. No longer list user options
6402 that are not defined with defcustom (unless a prefix arg is given).
6403 Doc fix.
6404 (customize-apropos-options): Doc fix.
6405
6406 2005-12-11 Juri Linkov <juri@jurta.org>
6407
6408 * frame.el (set-background-color, set-foreground-color)
6409 (set-cursor-color, set-mouse-color, set-border-color):
6410 Add explicit prompts to read colors by `facemenu-read-color'.
6411 (show-trailing-whitespace, blink-cursor-delay)
6412 (blink-cursor-interval, display-hourglass, hourglass-delay):
6413 Remove tags.
6414 (display-hourglass, hourglass-delay): Doc fix.
6415 (cursor-in-non-selected-windows): Capitalize words in tag.
6416
6417 * faces.el (frame-background-mode): Replace `choice-item' keywords
6418 with `const' to not make [default] button. Change default value tag
6419 from `default' to `automatic'. Doc fix.
6420 (trailing-whitespace) <defface>: Change group `whitespace' to
6421 `whitespace-faces'.
6422
6423 2005-12-11 Richard M. Stallman <rms@gnu.org>
6424
6425 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
6426
6427 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6428
6429 * term/mac-win.el: Create keymap for mac-apple-event-map.
6430
6431 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
6432
6433 * tooltip.el (tooltip-mode): Move to start of file so that it
6434 appears at top of customize buffer.
6435
6436 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
6437 Add the gud groupname.
6438 (gud-tooltip-mode): Add the tooltip groupname.
6439 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
6440 avoid conflict with tooltip-use-echo-area.
6441
6442 2005-12-10 Romain Francoise <romain@orebokech.com>
6443
6444 * help.el (help-for-help-internal): Add `r' in doc string.
6445
6446 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
6447
6448 * align.el (align-regexp, align-highlight-rule):
6449 Use region-beginning and region-end instead of point and mark, so that
6450 repetition (with `repeat-complex-command') recomputes the region
6451 bounds.
6452
6453 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
6454
6455 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
6456 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
6457 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
6458 (balance-windows): Rewrite using the above new functions.
6459
6460 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
6461
6462 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
6463 react if global-hi-lock-mode seems intended.
6464 (global-hi-lock-mode) Renamed from hi-lock-mode.
6465 (hi-lock-archaic-interface-message-used)
6466 (hi-lock-archaic-interface-deduce): New variables.
6467 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
6468 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
6469 (hi-lock-find-patterns, hi-lock-font-lock-hook):
6470 Replace hi-lock-buffer-mode with hi-lock-mode.
6471
6472 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com>
6473
6474 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
6475 completion list, even after a partial completion has been
6476 inserted in the current buffer. If there are more than 1
6477 completion, redisplay the *Completions* buffer; if the
6478 completion is unique, delete the *Completions* window.
6479
6480 2005-12-10 Eli Zaretskii <eliz@gnu.org>
6481
6482 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
6483 strings and long subject lines that were broken into multiple
6484 lines at arbitrary places. Handle subjects that have "Re: " in
6485 the middle.
6486
6487 2005-12-10 John W. Eaton <jwe@octave.org>
6488
6489 * emacs/octave-mod.el (octave-electric-space): Don't indent
6490 comments or strings if octave-auto-indent is nil.
6491
6492 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6493
6494 * term/mac-win.el: Require url when compiling.
6495 Call mac-process-deferred-apple-events after loading init files.
6496 (mac-apple-event-map): New defvar. Define event handlers in it.
6497 (core-event, internet-event): New Apple event class symbols.
6498 (open-application, reopen-application, open-documents)
6499 (print-documents, open-contents, quit-application)
6500 (application-died, show-preferences, autosave-now, get-url):
6501 New Apple event ID symbols.
6502 (about): New HICommand ID symbol.
6503 (mac-event-spec, mac-event-ae): New macros.
6504 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
6505 (mac-ae-selection-range, mac-ae-text-for-search)
6506 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
6507 (mac-application-menu-map): Remove keymap. Handlers for HICommand
6508 and Services menu events are now defined in mac-apple-event-map.
6509 (mac-drag-n-drop): Remove selection range handling.
6510
6511 2005-12-10 Kenichi Handa <handa@m17n.org>
6512
6513 * simple.el (zap-to-char):
6514 * isearch.el (isearch-process-search-char): Translate CHAR by
6515 translation-table-for-input.
6516
6517 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
6518
6519 * foldout.el (foldout-exit-fold): Properly hide subtree.
6520
6521 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
6522
6523 * files.el (save-buffer):
6524 * international/ucs-tables.el (ucs-set-table-for-input):
6525 * mail/mail-extr.el (mail-extract-address-components):
6526 * mail/sendmail.el (mail-mode): Reformat doc string.
6527
6528 2005-12-09 Juri Linkov <juri@jurta.org>
6529
6530 * isearch.el (isearch-highlight): Change main overlay priority
6531 from 1 to 1001. Simplify.
6532 (isearch-lazy-highlight-update): Change lazy overlay priority
6533 from 0 to 1000.
6534
6535 * replace.el (replace-highlight): Change overlay priority from
6536 1 to 1001.
6537
6538 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
6539 Change overlay priority from 1 to 1001. Reuse existing overlay.
6540
6541 * compare-w.el (compare-windows-highlight): Change overlay
6542 priority from 1 to 1000.
6543
6544 * menu-bar.el (menu-bar-edit-menu): Add listp around
6545 pending-undo-list to disable menu item "undo" when pending
6546 undo list is empty.
6547
6548 * locate.el (locate): Disable undo in *Locate* buffer.
6549
6550 2005-12-09 Kim F. Storm <storm@cua.dk>
6551
6552 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
6553
6554 2005-12-09 David Ponce <david@dponce.com>
6555
6556 * recentf.el: Improvement of the menu code.
6557 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
6558 instead of menu hook.
6559 (recentf-show-menu, recentf-hide-menu): New functions.
6560 (recentf-menu-customization-changed, recentf-mode): Use them.
6561 (recentf-menu-action, recentf-max-menu-items)
6562 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
6563 (recentf-arrange-by-rule-others)
6564 (recentf-arrange-by-rules-min-items)
6565 (recentf-arrange-by-rule-subfilter) : Don't use
6566 `recentf-menu-customization-changed'.
6567 (recentf-arrange-rules): Likewise. Accept functions to compute
6568 sub-menu titles.
6569 (recentf-menu-filter): Likewise. Doc fix.
6570 (recentf-menu-value-shortcut): Doc fix.
6571 (recentf-dump-variable): Quote atom value.
6572 (recentf-make-menu-items): Update to use it as a menu filter.
6573 (recentf-match-rule): New function.
6574 (recentf-arrange-by-rule): Use it.
6575 (recentf-indirect-mode-rule): New function.
6576 (recentf-build-mode-rules): Use it.
6577 (recentf-dir-rule): New function.
6578 (recentf-arrange-by-dir): Use it.
6579 (recentf-filter-changer-current): Rename from
6580 `recentf-filter-changer-state'. All references updated.
6581 (recentf-filter-changer-alist): Update filter names.
6582 (recentf-filter-changer-select): New function.
6583 (recentf-filter-changer): Use it. Make a sub-menu from filters
6584 available in `recentf-filter-changer-alist'.
6585 (recentf-data-cache, recentf-clear-data)
6586 (recentf-update-menu): Remove. All references updated.
6587 (recentf-match-rule-p, recentf-build-dir-rules)
6588 (recentf-filter-changer-goto-next)
6589 (recentf-filter-changer-get-current)
6590 (recentf-filter-changer-get-next): Remove.
6591
6592 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
6593
6594 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
6595 buffer "Reset" button to "Reset to Current" for consistency with
6596 the State buttons.
6597
6598 2005-12-08 John Paul Wallington <jpw@pobox.com>
6599
6600 * ibuf-ext.el (define-ibuffer-filter filename):
6601 If `dired-directory' is a list then really use its car.
6602
6603 2005-12-08 Kim F. Storm <storm@cua.dk>
6604
6605 * emulation/cua-rect.el (cua--rectangle-aux-replace):
6606 Fix indention of text on right side of replaced rectangle.
6607
6608 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
6609
6610 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
6611 No need to check gud-comint-buffer is bound.
6612 (gdb): Prevent multiple debugging when first session uses gdba.
6613
6614 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6615
6616 CC Mode update to 5.31.
6617
6618 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
6619 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
6620 We might do this function properly in the future).
6621
6622 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
6623 New macros c-sentence-end and c-default-value-sentence end, to cope
6624 with Emacs 22's new function `sentence-end'.
6625
6626 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6627
6628 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
6629 compat issue using `c-put-overlay' and `c-delete-overlay'.
6630
6631 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
6632 New compat macros to handle overlays/extents.
6633
6634 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6635
6636 * progmodes/cc-fix.el: Add definitions of the macros push and pop
6637 (for GNU Emacs 20.4)
6638
6639 * progmodes/cc-defs.el:
6640 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
6641
6642 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
6643 highlighting mechanism so it will work in XEmacs too.
6644
6645 * progmodes/cc-defs.el: Insert c-int-to-char.
6646
6647 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
6648 call to the new macro c-int-to-char. This solves XEmacs's
6649 regarding characters as different from integers.
6650
6651 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6652
6653 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
6654 New internal helper.
6655
6656 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
6657 construct to make the indirect face lookup work in XEmacs.
6658
6659 (c-cpp-matchers): Append the negation char face to the existing
6660 fontification, so that the cpp face doesn't disappear.
6661 Use `c-make-syntactic-matcher' to avoid negation chars in comments
6662 and strings.
6663
6664 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
6665 to map to `font-lock-negation-char-face' in emacsen where it exists.
6666
6667 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6668
6669 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
6670
6671 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
6672 Rename "c-subword-move-mode" as "c-subword-mode".
6673
6674 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
6675 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
6676
6677 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6678
6679 * progmodes/cc-mode.el: Added autoload directive for
6680 `c-subword-move-mode' for use in older emacsen.
6681
6682 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6683
6684 * progmodes/cc-mode.el:
6685 (i) Insert a binding for C-c C-backspace into
6686 c-bind-special-erase-keys which works in TTYs.
6687 (ii) Make sure that when file styles are used, any explicitly
6688 given style variables take priority over those in the style.
6689 Do this by calling `hack-local-variables' a second time.
6690
6691 * progmodes/cc-vars.el: Add language specific customization
6692 widgets for AWK to c-doc-comment-style, c-require-final-newline
6693 and c-default-style. Add a defcustom for awk-mode-hook.
6694 Give c-syntactic-element and c-syntactic-context doc-strings by
6695 directly setting their `variable-documentation' propery.
6696 This allows Emacs 22.1 to read these with C-h v.
6697
6698 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
6699
6700 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6701
6702 * progmodes/cc-fonts.el, cc-vars.el
6703 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
6704 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
6705 Masatake YAMATO.
6706
6707 (c-doc-comment-style): Made GtkDoc default in C mode.
6708
6709 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
6710 and C-c C-<delete>.
6711
6712 (c-bind-special-erase-keys): New function for use on
6713 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
6714
6715 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
6716 <delete> key behavior in XEmacs according to `delete-forward-p'.
6717 C.f. `c-electric-delete'.
6718
6719 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6720
6721 * progmodes/cc-mode.el: Give c-hungry-backspace and
6722 c-hungry-delete-forward permanent key bindings.
6723
6724 * progmodes/cc-cmds.el (c-electric-semi&comma):
6725 Bind c-syntactic-context for calls to "criteria functions", for
6726 consistency with other calls to user functions.
6727
6728 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
6729 `current-prefix-arg', since this might be the prefix arg to a
6730 command which calls c-indent-command as a function. Change the
6731 interactive spec from "p" to "P".
6732
6733 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
6734 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
6735 was difficult to understand.
6736
6737 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6738
6739 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
6740 first char of an identifier.
6741
6742 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
6743 +" syntax in C++.
6744
6745 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6746
6747 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
6748 auto-fill doesn't split a c-comment's last word from a hanging
6749 "*/" when a space is typed between them after fill-column.
6750
6751 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
6752
6753 * progmodes/cc-styles.el (c-set-style)
6754 (c-setup-paragraph-variables): Abort the command if we're not in a
6755 CC Mode buffer.
6756
6757 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
6758 with blank comment-prefix, and a blank line as the comment's
6759 second line.
6760
6761 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6762
6763 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
6764 Incorporate the patterns added in the Emacs development branch
6765 for the new Emacs 22 face `font-lock-negation-char-face'.
6766
6767 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
6768 of "red" since it stands out better in xterms and DOS terminals.
6769
6770 * progmodes/cc-engine.el (c-literal-faces):
6771 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
6772
6773 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6774
6775 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
6776 forcibly enable c-electric-flag.
6777
6778 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
6779 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
6780 after the comment-prefix of a C-style comment will close that comment.
6781
6782 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6783
6784 * progmodes/cc-fonts.el (c-basic-matchers-before)
6785 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
6786 in Pike.
6787
6788 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
6789 digraphs.
6790
6791 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
6792 (c-cpp-message-directives, c-cpp-include-directives)
6793 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
6794 (c-cpp-expr-directives): Introduce new language constants to
6795 control cpp syntax in a cleaner way.
6796
6797 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
6798
6799 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
6800
6801 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
6802 (c-multiline-string-start-char): New language constants and
6803 variables to specify how newlines in string literals work.
6804
6805 (c-font-lock-invalid-string): Use them.
6806
6807 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
6808 unbalanced close brace is entered. Optimization by avoiding going
6809 back over arbitrarily large blocks. Removed hints that this
6810 function only would be relevant/useful in AWK.
6811
6812 (c-electric-brace): Indent syntactically after the cleanups since
6813 lineup functions might do it differently then.
6814
6815 * progmodes/cc-engine.el, cc-langs.el
6816 (c-opt-op-identifier-prefix): New language constant and variable.
6817
6818 (c-just-after-func-arglist-p, c-after-special-operator-id)
6819 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
6820
6821 * progmodes/cc-align.el, cc-engine.el
6822 (c-after-special-operator-id): New helper to handle C++ operator
6823 identifiers.
6824
6825 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
6826 (c-guess-basic-syntax): Handle C++ operator identifiers in
6827 declarations.
6828
6829 * progmodes/cc-langs.el (c-assignment-operators): Add the
6830 trigraph version of ^= too.
6831
6832 * progmodes/cc-langs.el (c-assignment-operators): Add the
6833 trigraph version of |= in C++.
6834
6835 * progmodes/cc-fonts.el (c-font-lock-declarators):
6836 Handle `c-decl-hangon-kwds' after the identifier name.
6837
6838 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
6839 whether an arglist is "nonempty", ignore a comment after the open
6840 paren if it isn't followed by a non-comment token on the same line.
6841
6842 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
6843 Enable heuristics below the point to cope with classes inside special
6844 brace lists in Pike.
6845
6846 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6847
6848 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
6849
6850 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6851
6852 * progmodes/cc-guess.el (cc-guess-install): New function to
6853 install an already guessed style in another buffer.
6854
6855 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
6856 sets `inhibit-read-only' - `c-save-buffer-state' should be used
6857 anyway if the change always is undone.
6858
6859 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6860
6861 Implement togglable electricity:
6862
6863 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
6864 saying when it should be used.
6865
6866 * progmodes/cc-engine.el: Add the new buffer-local variable,
6867 c-electric-flag.
6868
6869 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
6870 c-toggle-auto-newline.
6871
6872 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
6873 c-toggle-auto-newline. Remove the binding for
6874 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
6875 c-toggle-electric-state.
6876
6877 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
6878
6879 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
6880 c-\(forward\|backward\)-subword.
6881 (c-update-modeline): Add the new modeline flag `l' for
6882 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
6883 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
6884 Make the old name an alias of the new name.
6885 (c-toggle-electric-state): New function.
6886 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
6887 Adapt these functions to do electric things only when
6888 c-electric-flag is non-nil.
6889 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
6890 new functions from c-electric-brace.
6891 (c-point-syntax): Add a check for "virtual semicolons" in AWK
6892 mode, so that the tentative extra newline doesn't change the
6893 syntax of the following brace.
6894 (c-electric-brace): Restructure by extracting the above functions.
6895 Tidy up the coding somewhat.
6896 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
6897 restructure a bit.
6898
6899 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6900
6901 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
6902 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
6903
6904 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
6905 (c-submode-indicators): Change name from `c-auto-hungry-string'
6906 since it's now used to track another submode.
6907
6908 (c-update-modeline): Convert to function and extended to check
6909 `c-subword-move-mode'.
6910
6911 (c-forward-into-nomenclature, c-backward-into-nomenclature):
6912 Convert to compat aliases for `c-forward-subword' and
6913 `c-backward-subword'.
6914
6915 * progmodes/cc-subword.el: New functions and minor mode to handle
6916 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
6917
6918 (c-forward-subword, c-backward-subword, c-mark-subword)
6919 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
6920 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
6921 Functions corresponding to the standard word handling functions.
6922
6923 (c-subword-move-mode): Minor mode that replaces all the standard
6924 word handling functions with their subword equivalences.
6925
6926 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6927
6928 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
6929 entry for one-liner-defun.
6930
6931 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
6932 name in its def-edebug-spec.
6933
6934 * progmodes/cc-cmds.el (c-electric-brace): Make the
6935 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
6936 compacts space before a comment, if this will make things fit on
6937 one line.
6938
6939 Introduce an "awk" style, mainly for auto-newline and clean-ups.
6940
6941 * progmodes/cc-align.el: New function c-snug-1line-defun-close
6942
6943 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
6944 clean-up one-liner-defun.
6945
6946 * progmodes/cc-styles.el: Add the new "awk" style.
6947
6948 * progmodes/cc-vars.el: Add description of one-liner-defun to
6949 c-cleanup-list's doc-string. New user options,
6950 c-max-one-liner-length. In c-default-style, set the default style
6951 for AWK to "awk".
6952
6953 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6954
6955 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
6956 macros inside labels.
6957
6958 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
6959 `c-at-statement-start-p' and `c-at-expression-start-p'.
6960
6961 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
6962 error if the mark isn't set.
6963
6964 * progmodes/cc-engine.el (c-guess-continued-construct)
6965 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
6966 accurately detect functions inside functions.
6967
6968 * progmodes/cc-engine.el (c-at-expression-start-p): New function
6969 like `c-at-statement-start-p' that additionally recognizes commas
6970 and expression parentheses as delimiters.
6971
6972 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
6973 to avoid heuristics that doesn't work for unclosed blocks.
6974 (c-at-statement-start-p): New function.
6975
6976 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
6977 Objective-C directives, e.g. directives spanning lines should work
6978 reasonably well now.
6979
6980 (c-put-c-type-property, c-clear-c-type-property): New helpers.
6981
6982 (c-forward-objc-directive): New function to move over any ObjC
6983 directive.
6984
6985 (c-just-after-func-arglist-p, c-guess-basic-syntax)
6986 (c-basic-matchers-before): Use it.
6987
6988 (c-font-lock-objc-iip-decl): Remove.
6989
6990 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
6991 in the template arglist recognition.
6992
6993 * progmodes/cc-styles.el (c-style-alist): Fix several
6994 inconsistencies in the Whitesmith style.
6995
6996 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
6997 New lineup function to get lines after Whitesmith style blocks
6998 correctly indented.
6999
7000 (c-lineup-whitesmith-in-block): Back out the compensation for
7001 opening parens since it's done using `add' lists in the style
7002 definition instead. Don't use the anchor position since it varies
7003 too much between the syntactic symbols. :P
7004
7005 * progmodes/cc-vars.el (c-valid-offset): Update.
7006
7007 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
7008 lists where the offsets are combined according to several
7009 different methods: `first', `min', `max', and `add'.
7010 Report offset evaluation errors with `c-benign-error' so that some kind
7011 of reindentation still is done.
7012
7013 * progmodes/cc-engine.el (c-guess-basic-syntax):
7014 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
7015 `arglist-close'.
7016
7017 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
7018 situations for `arglist-cont-nonempty' and `arglist-close'.
7019
7020 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
7021
7022 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
7023 cc-bytecomp-boundp' in a number of places.
7024
7025 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
7026 macro related issue.
7027
7028 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7029
7030 * progmodes/cc-awk.el: Change the terminology of regexps: A char
7031 list is now [asdf], a char class [:alpha:].
7032 Include code for char classes.
7033 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
7034 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
7035
7036 Remove (nearly all of) the cruft associated with AWK Mode's former
7037 concept of "virtual semicolons":
7038
7039 Adapt c-beginning-of-statement, c-end-of-statement (together with
7040 subfunctions) to use the new notion of "virtual semicolon" in
7041 place of the old awkward special handling for AWK. There remains
7042 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
7043 * progmodes/cc-cmds.el:
7044 (c-ascertain-adjacent-literal): In the backwards direction, now
7045 recognises AWK regexp delimiters as string delimiters.
7046 (c-after-statement-terminator-p): Adapt for virtual semicolons;
7047 check more rigorously for "end of macro".
7048 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
7049 virtual semicolons;
7050 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
7051 out the code for forward movement into ...
7052 (c-end-of-statement): Now contains the code for forward movement,
7053 adapted for virtual semicolons.
7054
7055 * progmodes/cc-engine.el:
7056 (c-ws*-string-limit-regexp): New regexp.
7057 (c-forward-single-comment, c-backward-single-comment): Comment out
7058 the (now redundant) "special" AWK stuff.
7059
7060 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
7061 c-string-par-start, c-string-par-separate to be more like Text
7062 Mode than Fundamental Mode.
7063
7064 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7065
7066 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
7067 to the fontified region so that fontification doesn't occur
7068 outside it (could happen e.g. when fontifying a line with an
7069 unfinished declaration).
7070
7071 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7072
7073 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
7074 start of the file. ^L now separate sections of the file.
7075 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
7076 (c-awk-one-line-possibly-open-string-re)
7077 (c-awk-regexp-one-line-possibly-open-char-class-re)
7078 (c-awk-one-line-possibly-open-regexp-re)
7079 (c-awk-one-line-non-syn-ws*-re): New defonsts.
7080 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
7081
7082 Amend the concept of "virtual semicolons" (in the indentation
7083 engine) for languages like AWK, such that they are now
7084 conceptually attached to end of the last token of a statement, not
7085 the end of the line. (In AWK Mode, however, the pertinent text
7086 property is still physically set on the EOL.) Remove the specific
7087 tests for awk-mode, thus facilitating the introduction of other
7088 language modes where EOLs can end statements.
7089 (Note: The funtionality in cc-cmds.el, specifically
7090 c-beginning/end-of-statement has yet to be amended.)
7091
7092 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
7093 New macros.
7094
7095 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
7096 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
7097 c-vsemi-status-unknown-p-fn (in a new page).
7098
7099 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
7100 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
7101 numerous awkward forms like
7102 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
7103 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
7104 variable before-ws-ip, the place just after char-before-ip appears.
7105
7106 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
7107 a comment.
7108
7109 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7110
7111 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
7112 `c-tentative-buffer-changes'.
7113
7114 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
7115 convert to macro to choose between Emacs and XEmacs at compile time.
7116
7117 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
7118
7119 (c-tentative-buffer-changes): New macro to handle temporary buffer
7120 changes in a convenient way.
7121
7122 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
7123 for `c-tentative-buffer-changes'.
7124
7125 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
7126 the checks for paren sexps between the point and the keyword, to
7127 avoid some false alarms.
7128
7129 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
7130 Fixed a situation where an error could be thrown for unbalanced
7131 parens. Changed to make use of c-keyword-member' to avoid some
7132 repeated regexp matches.
7133
7134 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
7135 These language variable are no longer necessary.
7136
7137 (c-block-stmt-kwds): New language constant used by
7138 c-looking-at-inexpr-block'.
7139
7140 (c-guess-basic-syntax): Remove an optional check that looked at
7141 the existence of the now removed language variables.
7142
7143 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
7144 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
7145 object instantiation expressions as declarations in some contexts.
7146 This bug only affected languages where the declarator can't be
7147 enclosed in parentheses.
7148
7149 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
7150 insert newlines before and after substatement braces.
7151
7152 * progmodes/cc-engine.el: Improved the heuristics for recognizing
7153 function declaration headers and the handling of C++ style member
7154 init lists.
7155
7156 (c-just-after-func-arglist-p): Rewritten to use
7157 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
7158
7159 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
7160
7161 (c-guess-basic-syntax): Adapt case 5B for the new
7162 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
7163 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
7164 covers all cases now).
7165
7166 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
7167
7168 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7169
7170 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
7171 c-string-par-start/separate c-sentence-end-with-esc-eol,
7172 initialised in c-setup-paragraph-variables, used in string
7173 scanning subroutines of c-beginning-of-statement.
7174
7175 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
7176 which precedes the newly inserted `{'.
7177
7178 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7179
7180 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
7181 function for declaration level blocks. It should now cope with
7182 templates better and also be a lot more comprehensible.
7183
7184 (c-looking-at-decl-block): The new function.
7185
7186 (c-search-uplist-for-classkey): The old one. It's now a wrapper
7187 for compatibility.
7188
7189 (c-add-class-syntax, c-guess-continued-construct)
7190 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
7191
7192 (c-decl-block-key): Change to tell apart ambiguous and
7193 unambiguous keywords. Pike specials are now handled directly in
7194 the code instead.
7195
7196 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
7197 New language constants and variables to make the backward skip in
7198 `c-looking-at-decl-block' as tight as possible.
7199
7200 (c-nonsymbol-token-char-list): New language constant.
7201
7202 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
7203 find balanced template arglists backwards.
7204
7205 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
7206 making char classes for `c-syntactic-skip-backward'.
7207
7208 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
7209 16D - can't be a class-close at that point.
7210
7211 * progmodes/cc-engine.el (c-guess-basic-syntax)
7212 (c-add-class-syntax): Don't narrow out the enclosing declaration
7213 level. This makes everything a lot easier, and it was actually
7214 only four small places that needed it to work. Some places that
7215 previously did `widen' are removed now, which has the effect that
7216 `c-guess-basic-syntax' never will look at things outside the
7217 current narrowment now. The anchor position for `topmost-intro'
7218 is affected by this, but it was so bogus it was basically useless
7219 before, and now it's equally bogus but in a slightly different way.
7220
7221 (c-narrow-out-enclosing-class): Gone.
7222
7223 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
7224 the narrowed region.
7225
7226 (c-least-enclosing-brace): Remove silly optional argument.
7227
7228 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
7229 the point could be left directly after an open paren when finding
7230 the beginning of the first decl in the block.
7231
7232 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
7233 Specify which submatch to use.
7234
7235 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
7236
7237 (c-decl-start-re): No longer any need for special treatment of
7238 ObjC due to the above.
7239
7240 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
7241 presumably follows C in that regard.
7242
7243 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
7244 New language constants to specify operator tokens inside
7245 identifiers in a more high level way.
7246
7247 (c-opt-identifier-prefix-key): New internal language constant.
7248
7249 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
7250 (c-identifier-start, c-identifier-key): Now completely calculated
7251 from other constants.
7252
7253 (c-identifier-last-sym-match): Decommission since it's no longer used.
7254
7255 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
7256
7257 * progmodes/cc-engine.el (c-forward-name): Remove the
7258 optimization when c-identifier-key is equal to c-symbol-key since
7259 it doesn't work in byte compiled files. Don't record empty
7260 regions as identifiers.
7261
7262 * progmodes/cc-langs.el (c-filter-ops): New helper function to
7263 simplify access to `c-operators' and its likes.
7264
7265 (c-operator-list, c-all-op-syntax-tokens)
7266 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
7267 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
7268 (c-primary-expr-regexp, c-cast-parens): Use it.
7269
7270 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
7271 an explicit language in functions.
7272
7273 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
7274 variant of adornment.
7275
7276 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
7277 variable.
7278
7279 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
7280 the Pike value.
7281
7282 * progmodes/cc-engine.el (c-on-identifier)
7283 (c-simple-skip-symbol-backward): Small fix for handling "-"
7284 correctly in `skip-chars-backward'. Affected the operator lfun
7285 syntax in Pike.
7286
7287 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
7288 diagnostic message about precompiled language vars not being used.
7289
7290 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
7291 "__attribute__" is followed by a parenthesis.
7292
7293 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
7294 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
7295 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
7296
7297 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
7298 Internal cleanups to properly detect the declared identifiers in
7299 various declarations.
7300
7301 (c-decl-start-kwds): New language constant to recognize
7302 declarations that can start anywhere. Used for class declarations
7303 in Pike.
7304
7305 (c-specifier-key, c-not-decl-init-keywords)
7306 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
7307 (c-find-decl-spots): Implement `c-decl-start-kwds'.
7308
7309 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
7310 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
7311 handling of the compiler specific extension keywords into a new
7312 language constant `c-decl-hangon-kwds' that defines keyword
7313 clauses to be ignored in declarations.
7314
7315 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
7316 past unrecognized tokens when handling `c-colon-type-list-kwds'.
7317 Necessary to stop at the declared identifier in e.g. IDL valuetype
7318 declarations.
7319
7320 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
7321 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
7322 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
7323 (c-forward-decl-or-cast-1): Recognize the declared identifier in
7324 class and enum declarations as such and not as part of the type.
7325
7326 (c-forward-decl-or-cast-1, c-forward-label): Relax the
7327 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
7328
7329 (c-forward-decl-or-cast-1): Don't disregard sure signs of
7330 declarations when there's some syntax error later on.
7331
7332 (c-complex-decl-matchers): Did away with a reference to
7333 `c-specifier-key'.
7334
7335 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
7336 value - this variable is always dynamically bound.
7337
7338 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
7339 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
7340 * cc-cmds.el, cc-defs.el: Change the policy for marking up
7341 functions that might do hidden buffer changes: All such internal
7342 functions are now marked instead of those that don't.
7343
7344 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
7345 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
7346 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
7347 (c-literal-type): Allow these functions to make hidden buffer changes,
7348 so that they are free to use text property caching later on.
7349
7350 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
7351 (c-electric-brace, c-electric-slash, c-electric-star)
7352 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
7353 (c-electric-paren, c-electric-continued-statement, c-indent-command)
7354 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
7355 (c-context-line-break): Add `c-save-buffer-state' calls to comply
7356 with the changed semantics of the functions above.
7357
7358 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
7359 when macros occur in obscure places. Optimized the sexp movement
7360 a bit.
7361
7362 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7363
7364 Enhancements for c-beginning-of-statement to work in AWK Mode:
7365
7366 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
7367 (completed statement) with `}' (statement completed by closing
7368 brace or semicolon) and `$' (statement completed by EOL).
7369
7370 (c-awk-virtual-semicolon-ends-prev-line-p)
7371 (c-awk-virtual-semicolon-ends-line-p)
7372 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
7373 (c-awk-at-statement-end-p): New functions.
7374
7375 * progmodes/cc-cmds.el: Simplify the structure of functions
7376 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
7377 two functions and c-beginning-of-statement to handle AWK Mode.
7378
7379 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
7380 c-backward-single-comment for AWK mode. Attempt to clarify their
7381 doc-strings.
7382
7383 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
7384
7385 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7386
7387 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
7388 label handling. Labels are now recognized in a uniform and more
7389 robust way, regardless of context. Text properties are put on all
7390 labels to recognize the following declarations better.
7391 Multiword labels are handled both in indentation and fontification for
7392 the benefit of language extensions like Qt. For consistency, keywords
7393 in labels are now fontified with the label face instead.
7394 That also applies to "case" and "default".
7395
7396 (c-beginning-of-statement-1): Fix some bugs in the label
7397 handling. Disregard `c-nonlabel-token-key' in labels that begin
7398 with `c-label-kwds'.
7399
7400 (c-find-decl-spots): Support that the callback adds more
7401 `c-decl-end' spots to find.
7402
7403 (c-forward-decl-or-cast-1): Don't treat a list of plain
7404 identifiers followed by a colon as a declaration.
7405
7406 (c-forward-label): New function to recognize labels.
7407
7408 (c-guess-basic-syntax): Replace uses of `c-label-key' with
7409 `c-forward-label'. Moved the label recognition cases (14 and 15)
7410 earlier since they aren't so context sensitive now. Handle labels
7411 on the top level gracefully. Moved access label recognition to
7412 the generic label case (CASE 15) - removed CASE 5E.
7413
7414 (c-font-lock-declarations): Add recognition of labels in the
7415 same round since we need to handle labels in parallell with other
7416 declarations to recognize both accurately. It should also improve
7417 speed.
7418
7419 (c-simple-decl-matchers, c-basic-matchers-after):
7420 Move `c-font-lock-labels' so that it only is used on decoration level 2
7421 since `c-font-lock-declarations' handles it otherwise.
7422
7423 (c-complex-decl-matchers): Remove the simplistic recognition of
7424 access labels.
7425
7426 (c-decl-prefix-re): Remove the kludges that was necessary to cope
7427 with labels earlier.
7428
7429 (c-decl-start-re): New language variable to make
7430 `c-font-lock-declarations' stop for the special protection labels
7431 in Objective-C that start with `@'.
7432
7433 (c-label-key): Remove since it's no longer used.
7434
7435 (c-recognize-colon-labels, c-label-prefix-re): New language
7436 constants to support recognition of generic colon-terminated labels.
7437
7438 (c-type-decl-end-used): `c-decl-end' is now used whenever there
7439 are colon terminated labels.
7440
7441 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
7442 first argument starts with a special brace list.
7443
7444 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
7445 (c-font-lock-declarations): Break out the declaration and cast
7446 recognition from `c-font-lock-declarations' to a new function, so
7447 that it can be used in the indentation engine.
7448
7449 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
7450 up to the start of the literal. Fixed bug with the point on the
7451 wrong side of the search limit that could happen when the start
7452 position is inside a literal.
7453
7454 * progmodes/cc-engine.el (c-parse-state)
7455 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
7456 so that it's kept a little bit back to increase the hit rate.
7457
7458 (c-parse-state): Change the macro handling and fixed some
7459 glitches. Macro context is checked more often than necessary now,
7460 but otoh less garbage conses are generated.
7461
7462 * progmodes/cc-engine.el (c-parse-state)
7463 (c-invalidate-state-cache): Cache the last position where
7464 `c-state-cache' applies. This can speed up refontification quite
7465 a bit in blocks where there are many non-brace parens before the point.
7466
7467 (c-state-cache-end): New variable for this.
7468
7469 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
7470 cache variable.
7471
7472 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
7473 get close initial continue positions when the start position is
7474 inside a literal or macro. Do not call the callback for spots
7475 before the start position (which can happen e.g. for `c-decl-end'
7476 spots inside comments). Optimize better in special cases when the
7477 region is a single line inside a literal or macro (typically when
7478 the current line is refontified).
7479
7480 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
7481 to `c-add-stmt-syntax' - there's no need to explicitly whack off
7482 entries from the paren state.
7483
7484 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
7485 special case for "else if" clauses.
7486
7487 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
7488 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
7489
7490 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
7491 New language variable to recognize the gcc extension with statement
7492 blocks inside expressions.
7493
7494 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
7495 it somewhat more comprehensible. The argument AT-BLOCK-START is
7496 no longer used and hence removed.
7497
7498 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
7499 to `c-add-stmt-syntax'.
7500
7501 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
7502 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
7503 This fixes bogus label recognition.
7504
7505 * progmodes/cc-engine.el (c-add-type, c-check-type)
7506 (c-forward-name, c-forward-type): Improve storage of template
7507 types in `c-found-types' so that they can be recognized better.
7508
7509 (c-syntactic-content): Add option to skip past nested parens.
7510
7511 * progmodes/cc-engine.el (c-forward-name):
7512 Set `c-last-identifier-range' all the time. It's less work that way.
7513 Handle that there might not be an identifier to store in
7514 `c-last-identifier-range'.
7515
7516 (c-forward-type): Handle that `c-last-identifier-range' might be
7517 nil from `c-forward-name'.
7518
7519 * progmodes/cc-defs.el (c-safe-scan-lists)
7520 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
7521
7522 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
7523 to work even if the form fails.
7524
7525 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
7526 down in a large file in one go.
7527
7528 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
7529
7530 * progmodes/cc-align.el (c-lineup-assignments): New lineup
7531 function which is like `c-lineup-math' but returns nil instead of
7532 `c-basic-offset' when it doesn't match.
7533
7534 (c-lineup-math): Change to use `c-lineup-assignments'.
7535
7536 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7537
7538 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
7539 c-beginning-of-statement. New subfunctions
7540 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
7541
7542 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7543
7544 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
7545 hardcoded char classes whereever possible. Changed a couple of
7546 places to use skip by syntax instead of skip by char class.
7547
7548 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
7549 Fix a bug in the regexp that caused extreme backtracking.
7550
7551 * progmodes/cc-langs.el (c-block-comment-starter)
7552 (c-block-comment-ender): New language constants to specify in a
7553 single place how block comments look.
7554
7555 (c-comment-start-regexp, c-block-comment-start-regexp)
7556 (comment-start, comment-end, comment-start-skip)
7557 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
7558 (c-syntactic-ws, c-nonempty-syntactic-ws)
7559 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
7560 `c-line-comment-starter', `c-block-comment-starter' and
7561 `c-block-comment-ender'.
7562
7563 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
7564 New language constants to break up things a bit.
7565
7566 (c-simple-ws): New language constant for simple whitespace.
7567
7568 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
7569
7570 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
7571 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
7572 newlines. Allow and ignore nil elements in the list.
7573
7574 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7575
7576 * progmodes/cc-cmds.el: Comment out a (n almost certainly
7577 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
7578
7579 * progmodes/cc-cmds.el: Tidy up the comments in
7580 c-beginning-of-statement and subfunctions.
7581
7582 * progmodes/cc-awk.el: Replace calls to put-text-property to the
7583 more flexible c-put-char-property and c-clear-char-properties.
7584 Add the author's email address.
7585
7586 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
7587
7588 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
7589 closing "*/" of a block comment.
7590
7591 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
7592 subfunctions) so that it works at BOB and EOB.
7593
7594 * progmodes/cc-cmds.el, cc-vars.el: More updating of
7595 c-beginning-of-statement, including new variable
7596 c-block-comment-start-regexp.
7597
7598 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7599
7600 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
7601 symbols from `*-font-lock-extra-types' so that there's no need to
7602 use `regexp-opt' on those lists.
7603
7604 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
7605 `c-type-modifier-kwds' is empty.
7606
7607 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
7608 there are several strings on the same line.
7609
7610 * progmodes/cc-engine.el (c-literal-limits): Remove the
7611 compatibility function for older emacsen. `c-literal-limits-fast'
7612 has now taken the place of this function.
7613
7614 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
7615 with older emacsen: We now require `pps-extended-state'.
7616
7617 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7618
7619 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
7620 which obviates the need to hack sentence-end. This now handles
7621 escaped newlines in strings correctly. Correct minor bugs in
7622 c-move-over-sentence and in c-beginning-of-statement.
7623
7624 * progmodes/cc-cmds.el (c-beginning-of-statement (and
7625 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
7626 that movement over macros and code are rigorously separated from
7627 eachother. Correct a few incidental bugs.
7628
7629 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
7630 Improve its doc-string. Improve the handling of certain specific cases.
7631
7632 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7633
7634 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
7635 (c-guess-basic-syntax): Change the way class-level labels are
7636 recognized; they can now contain essentially any symbols.
7637
7638 (c-opt-extra-label-key): New language variable to cope with the
7639 special protection label syntax in Objective-C.
7640
7641 (c-opt-access-key): Remove; this is now handled better by
7642 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
7643
7644 (c-complex-decl-matchers): Update to handle that
7645 `c-opt-access-key' no longer exists.
7646
7647 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
7648 improved label recognition in `c-beginning-of-statement-1'.
7649
7650 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
7651 Recognize bitfields better.
7652
7653 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
7654 Remove some cruft and fixed a bug that could cause it to go to a
7655 position further down.
7656
7657 * progmodes/cc-langs.el, cc-engine.el
7658 (c-beginning-of-statement-1): Improve detection of labels in
7659 declaration contexts.
7660
7661 (c-beginning-of-decl-1): Use it.
7662
7663 (c-nonlabel-token-key): New language constant and variable needed
7664 by `c-beginning-of-statement-1'.
7665
7666 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
7667 manifested itself due to the correction in `c-forward-sexp'.
7668
7669 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
7670 Make these behave as documented when used at the buffer limits.
7671
7672 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
7673 (c-type-decl-end-used): Made this a language variable.
7674
7675 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
7676 correctly when `combine-after-change-calls' is used together with
7677 temporary narrowings.
7678
7679 * progmodes/cc-engine.el (c-beginning-of-statement-1):
7680 Report labels correctly when the start point is immediately after the
7681 colon.
7682
7683 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
7684 Remove since it isn't used anymore.
7685
7686 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
7687 bracket arglists such as template parens in C++.
7688
7689 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
7690 in the last check-in. Some optimization.
7691
7692 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
7693 where it could stop at the same level in a preceding sexp when
7694 PAREN-LEVEL is set.
7695
7696 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
7697 text property lookup only when it's needed.
7698
7699 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
7700 Change the policy for paren marked angle brackets to be more
7701 persistent; once marked they remain marked even when they're found
7702 to be unbalanced in the searched region. This should keep the
7703 paren syntax around even when individual lines are refontified in
7704 multiline template arglists.
7705
7706 (c-parse-and-markup-<>-arglists): New dynamically bound variable
7707 to control markup so that incorrect angle bracket arglists aren't
7708 marked in contexts where the correct value for
7709 `c-disallow-comma-in-<>-arglists' isn't known.
7710
7711 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
7712 argument has become `c-parse-and-markup-<>-arglists'.
7713
7714 (c-remove-<>-arglist-properties): Remove - no longer used.
7715
7716 (c-after-change-check-<>-operators): New function used on
7717 `after-change-functions' to avoid that "<" and ">" characters that
7718 are part of longer operators have paren syntax.
7719
7720 (c-<>-multichar-token-regexp): New language variable used by
7721 `c-after-change-check-<>-operators'.
7722
7723 (c-after-change): Call `c-after-change-check-<>-operators'.
7724
7725 (c-font-lock-<>-arglists): Use the context properties set by
7726 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
7727 correctly to avoid doing invalid markup.
7728
7729 (c-font-lock-declarations): Remove code that undoes the invalid
7730 markup done by `c-font-lock-<>-arglists'.
7731
7732 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
7733 after `c-font-lock-declarations'.
7734
7735 * progmodes/cc-engine.el (c-syntactic-skip-backward):
7736 Add paren-level feature.
7737
7738 (c-guess-basic-syntax): Improve the anchor position for
7739 `template-args-cont' in nested template arglists. There's still
7740 much to be desired in this area, though.
7741
7742 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7743
7744 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
7745 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
7746
7747 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7748
7749 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
7750 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
7751
7752 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
7753 it doesn't work no longer are supported.
7754
7755 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
7756 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
7757 requires support for the syntax-table' text property, which rules
7758 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
7759 cruft associated with those versions.
7760
7761 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
7762 for the `syntax-table' text property, which rules out Emacs 19 and
7763 XEmacs < 21.4. Removed various compatibility cruft associated
7764 with those versions.
7765
7766 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
7767 support for the `syntax-table' text property.
7768
7769 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
7770 variable and use an extra quoted face name instead. All the
7771 emacsen flavors handle that correctly.
7772
7773 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
7774 (c-font-lock-declarators, c-font-lock-declarations)
7775 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
7776 property to mark the items in in declarator lists to handle
7777 refontification inside multiline declarations better.
7778
7779 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
7780 construct like "a * b = c;" as a declaration.
7781
7782 2005-12-08 Kim F. Storm <storm@cua.dk>
7783
7784 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
7785 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
7786 select either meta, hyper, or super modifier for rectangle commands.
7787 (cua--rectangle-modifier-key): New defvar.
7788 (cua--M/H-key): Use it. Remove special case for `space'.
7789 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
7790 on X, to meta otherwise. Always bind C-return to toggle
7791 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
7792
7793 * emulation/cua-rect.el (cua-help-for-rectangle):
7794 Use cua--rectangle-modifier-key. Handle super modifier too.
7795 (cua--init-rectangles): Always bind C-return to toggle rectangle.
7796 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
7797
7798 * ido.el: Move Acknowledgements and History after Commentary.
7799 Minor changes to Commentary.
7800
7801 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
7802 keymap if cua--prefix-override-timer is `shift'.
7803 (cua--shift-control-prefix): New function; emulate "type prefix
7804 key twice" functionality to handle shifted prefix key override.
7805 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
7806 New commands.
7807 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
7808
7809 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
7810
7811 * textmodes/org.el (org-insert-heading): Try to do items before
7812 headings.
7813 (org-agenda-mode): Quote `org-agenda-mode-hook'.
7814 (org-insert-item): New function.
7815 (org-renumber-ordered-list): Don't skip to higher level lists.
7816
7817 2005-12-08 Juri Linkov <juri@jurta.org>
7818
7819 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
7820
7821 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
7822
7823 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
7824
7825 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
7826 the constructed function name fun-1.
7827
7828 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
7829 because such links don't lead to parent documentation.
7830
7831 2005-12-08 Kenichi Handa <handa@m17n.org>
7832
7833 * descr-text.el (describe-char): Use *Help-2* buffer if the
7834 current buffer is *Help*. Call describe-text-properties while
7835 setting the original buffer.
7836
7837 2005-12-07 Bill Wohler <wohler@newt.com>
7838
7839 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
7840 and causes problems with non-MH users (such as Gnus users).
7841
7842 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
7843
7844 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
7845 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
7846 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
7847 command "info sources". Move calls to GDB command "list".
7848 (gdb-find-file-hook): Just use gdb-source-file-list.
7849 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
7850 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
7851 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
7852 (gdb-data-list-register-values-handler): Use correct trigger name.
7853
7854 2005-12-07 Kim F. Storm <storm@cua.dk>
7855
7856 * ido.el (ido-completion-map): Rename from ido-mode-map.
7857 (ido-common-completion-map, ido-file-completion-map)
7858 (ido-file-dir-completion-map, ido-buffer-completion-map):
7859 Rename from ido-mode-....-map.
7860 (ido-init-completion-maps): Rename from ido-init-mode-maps.
7861 (ido-setup-completion-map): Rename from ido-define-mode-map.
7862 (ido-read-internal): Bind minibuffer-local-filename-completion-map
7863 to ido-completion-map.
7864
7865 2005-12-07 Kenichi Handa <handa@m17n.org>
7866
7867 * international/mule-cmds.el
7868 (set-display-table-and-terminal-coding-system): If the coding
7869 system specified in `unibyte-display' property is different from
7870 the arg coding-system, don't setup standard-display-table.
7871
7872 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
7873
7874 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
7875 that comments end at \n, regardless of selective-display.
7876
7877 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
7878
7879 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
7880 (gdb-version): New variables.
7881 (gdb-source-file-list, gdb-register-names)
7882 (gdb-changed-registers): New variables for use with GDB 6.4+.
7883 (gdb-ann3): Replace with...
7884 (gdb-init-1, gdb-init-2): ...two new functions.
7885 (gdba, gdb-prompt): Call gdb-init-1.
7886 (gdb-get-version): New function. Call gdb-init-2 from here.
7887 (gud-watch): Make it work with mouse events too.
7888 (gdb-post-prompt): Don't add to queue until GDB version is known.
7889 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
7890 (gdb-locals-mode): Use gdb-version.
7891 (gdb-memory-format-map, gdb-memory-unit-map)
7892 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
7893 (gdb-locals-font-lock-keywords-1)
7894 (gdb-locals-font-lock-keywords-2): New variables.
7895 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
7896 (gdb-set-gud-minor-mode-existing-buffers-1)
7897 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
7898 (gdb-var-update-1, gdb-var-update-handler-1)
7899 (gdb-data-list-register-values-handler)
7900 (gdb-data-list-register-values-custom)
7901 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
7902 (gdb-stack-list-locals-handler, gdb-get-register-names):
7903 New functions for use with GDB 6.4+.
7904 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
7905 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
7906 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
7907 (gdb-stack-list-locals-regexp)
7908 (gdb-data-list-register-names-regexp): New regexps for use with
7909 GDB 6.4+.
7910
7911 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
7912
7913 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
7914
7915 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
7916
7917 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
7918 prompts work for AUTH PLAIN. Also reported by Steve Allan
7919 <seallan@verizon.net>.
7920
7921 2005-12-06 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
7922
7923 * frame.el (set-frame-parameter): Add doc string.
7924
7925 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
7926
7927 * textmodes/org.el (org-occur-highlights): New variable.
7928 (org-highlight-new-match, org-remove-occur-highlights): New functions.
7929 (org-highlight-sparse-tree-matches): New option.
7930 (org-do-occur): New function.
7931 (org-get-heading): Make it work also at beginning of line.
7932 (org-category-table): New variable.
7933 (org-get-category-table, org-get-category)
7934 (org-camel-to-words, org-link-search): New functions.
7935 (org-select-this-todo-keyword): New variable.
7936 (org-todo-list): New command.
7937 (org-shiftright, org-shiftleft): New commands.
7938 (org-agenda-todo): Add prefix argument.
7939 (org-show-hierarchy-above): New option.
7940 (org-show-todo-tree): Numerical prefix creates tree for specific
7941 TODO keyword.
7942 (org-outline-level): New function, to assign a level to plain
7943 lists items.
7944 (org-cycle-include-plain-lists): New option.
7945 (org-mode): Use `org-outline-level' as value of `outline-level'.
7946 (org-cycle): Temporarily switch `outline-regexp' if
7947 `org-cycle-include-plain-lists' is non-nil.
7948 (org-start-icalendar-file): Fix format bug.
7949 (org-agenda-get-day-entries): Create category table.
7950 (org-agenda-get-todos, org-agenda-get-timestamps)
7951 (org-agenda-get-deadlines, org-agenda-get-scheduled)
7952 (org-agenda-get-blocks): Use `org-get-category'.
7953 (org-context-in-file-links): Rename from
7954 `org-line-numbers-in-file-links'.
7955
7956 2005-12-06 Romain Francoise <romain@orebokech.com>
7957
7958 * window.el (balance-windows): Delete extraneous third arg in call
7959 to `enlarge-window'.
7960
7961 2005-12-06 Kenichi Handa <handa@m17n.org>
7962
7963 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
7964
7965 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
7966
7967 * progmodes/gdb-ui.el (gdb-var-create-handler)
7968 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
7969 (gdb-var-list-children-handler, gdb-var-update-handler):
7970 Current buffer is already gdb-partial-output-buffer, don't
7971 make it current again.
7972
7973 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
7974
7975 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
7976 (list-buffers-noselect): Use it.
7977
7978 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
7979
7980 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
7981 (mail-yank-ignored-headers): Use regexp-opt.
7982 (mail-mode-map): Move initialization into declaration.
7983 (mail-sent-via): Remove unused shadowed var `to-line'.
7984 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
7985 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
7986 (mail-do-fcc): Use dolist and push.
7987 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
7988 (mail-yank-ignored-headers): Don't autoload.
7989
7990 2005-12-05 Kenichi Handa <handa@m17n.org>
7991
7992 * international/mule-cmds.el (set-language-info-internal): New fun.
7993 (set-language-info): Call set-language-info-internal to update
7994 language-info-alist. If LANG-ENV is the current one, call
7995 set-language-environment to make INFO effective now.
7996 (set-language-info-alist): Likewise.
7997 (locale-language-names): With locale "en", use English
7998 lang. env. but set the default codings to iso-8859-1.
7999
8000 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
8001
8002 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
8003 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
8004 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
8005 for plain strings.
8006 (gdb-frames-mode): Remove redundant call to font-lock-mode.
8007 (gdb-all-registers): Rename from toggle-gdb-all-registers.
8008 Create registers buffer if necessary. Echo new state in minibuffer.
8009 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
8010
8011 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
8012
8013 * info.el (Info-fontify-node): Match external links using
8014 non-directory part of filename.
8015
8016 2005-12-04 Juri Linkov <juri@jurta.org>
8017
8018 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
8019 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
8020 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
8021 because there is no customization option for it.
8022
8023 * font-lock.el (lisp-font-lock-keywords-1):
8024 Add define-global-minor-mode.
8025
8026 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
8027
8028 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
8029 properties on the constructed variable names.
8030
8031 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
8032 Put `definition-name' properties on the constructed function names
8033 next-sym and prev-sym.
8034
8035 * emacs-lisp/find-func.el (find-function-regexp):
8036 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
8037 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
8038 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
8039 and easy-menu-define.
8040
8041 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
8042 easy-mmode-define-global-mode and define-global-minor-mode.
8043 (lisp-imenu-generic-expression): Add define-global-minor-mode.
8044
8045 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
8046 instead of easy-mmode-define-global-mode.
8047
8048 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
8049 Use define-minor-mode instead of easy-mmode-define-minor-mode.
8050
8051 * cus-edit.el (customize-group, customize-group-other-window):
8052 Filter out autoloaded options from the group completion list by
8053 using heuristics that autoloaded groups don't have `custom-autoload'
8054 property on their symbols (they have only `custom-loads').
8055
8056 * simple.el (completion-setup-function): Put completions-common-part
8057 face on complete completion string too (i.e. completion string
8058 without completions-first-difference face).
8059
8060 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
8061
8062 2005-12-03 Eli Zaretskii <eliz@gnu.org>
8063
8064 * view.el (view-mode): Doc fix.
8065
8066 * disp-table.el (standard-display-european): Add to the warning
8067 message a reference to the doc string.
8068
8069 * play/yow.el (apropos-zippy): Call print-help-return-message,
8070 similar to other Help and Apropos commands.
8071
8072 * help.el (print-help-return-message): If pop-up-frames is
8073 non-nil, set up help-return-method to delete the help window and,
8074 possibly, its frame as well, and don't display message about
8075 scrolling the help window. Doc fix.
8076 (help-return-method): Doc fix.
8077
8078 2005-12-03 Martin Rudalics <rudalics@gmx.at>
8079
8080 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
8081 whereby names of length one or names starting with a
8082 symbol-constituent character would not be returned.
8083
8084 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
8085
8086 * subr.el (atomic-change-group): Add edebug and indentation spec.
8087
8088 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
8089
8090 * completion.el (save-completions-file-name): Fix typo in last change.
8091
8092 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8093
8094 * info.el: Move back/forward history to the beginning of the tool bar.
8095
8096 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
8097
8098 * allout.el (eval-when-compile): Remove unnecessary load of cl.
8099 Add fset of allout-real-isearch-abort during compile to fix
8100 byte-compilation warnings.
8101 (allout-mode-p): Move definition of this macro above all uses, or
8102 byte compilation in barren emacs (eg, during emacs build) will
8103 lack the definition.
8104 (allout-mode): Move this variable above any uses, or byte
8105 compilation will fail.
8106 (allout-resolve-xref): Remove use of personal file-reference function.
8107 (allout-toggle-current-subtree-encryption): Do the current (ie,
8108 visible containing) topic, rather than nearest around point. Doc fix.
8109 (allout-toggle-subtree-encryption): New function, workhorse that
8110 works on nearest topic containing point.
8111 (allout-encrypt-string): Signal requirement for newer version of pgg.
8112 (allout-resumptions): Doc fix.
8113
8114 2005-12-02 Eli Zaretskii <eliz@gnu.org>
8115
8116 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
8117
8118 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
8119
8120 * textmodes/flyspell.el (flyspell-external-point-words):
8121 Consider a misspelling as found in the string search if: (a) misspelling
8122 and found string lengths match, or (b) misspelling is found as
8123 element in a boundary-chars separated longer string, or (c)
8124 ispell-program-name is really ispell and misspelling is found as
8125 part of a TeX string. After successful match move beginning of
8126 search region to end of match. Warn about not found misspellings
8127 once the process is done.
8128 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
8129
8130 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
8131
8132 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
8133 tool bar (removed inadvertently).
8134
8135 2005-12-02 Juri Linkov <juri@jurta.org>
8136
8137 * log-view.el (log-view-diff): Clarify doc string.
8138
8139 2005-12-01 Bill Wohler <wohler@newt.com>
8140
8141 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
8142 triggers lm-verify errors.
8143
8144 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
8145
8146 * simple.el (transient-mark-mode, line-number-mode)
8147 (column-number-mode, size-indication-mode): Remove `:require nil'.
8148
8149 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
8150
8151 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
8152 in the margin also.
8153 (gdb-breakpoints-mode-map): Use D instead of d for
8154 gdb-delete-breakpoint.
8155 (gdb-get-frame-number): Require a number to match on.
8156 (gdb-threads-mode-map): Add follow-link binding.
8157
8158 2005-11-30 Jason Rumney <jasonr@gnu.org>
8159
8160 * isearch.el (isearch-mode-map): Avoid exiting search on
8161 language-change event.
8162
8163 2005-11-30 Romain Francoise <romain@orebokech.com>
8164
8165 * speedbar.el (speedbar-default-position): New defcustom.
8166 (speedbar-frame-reposition-smartly): Use it.
8167
8168 * dframe.el (dframe-reposition-frame-emacs): Fix position
8169 computation for `left' location.
8170 Update copyright year.
8171
8172 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
8173
8174 * help.el (help-map): Move initialization into declaration.
8175
8176 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
8177
8178 * help-fns.el (help-argument-name): Don't autoload.
8179 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
8180 to be re-loaded when customizing the `help' group.
8181
8182 2005-11-30 John Paul Wallington <jpw@gnu.org>
8183
8184 * help-fns.el (describe-function-1): Fill arglist output.
8185
8186 2005-11-30 Kim F. Storm <storm@cua.dk>
8187
8188 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
8189 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
8190 after revert-buffer (or anything else which kills all local variables).
8191
8192 * apropos.el (apropos-parse-pattern): Doc fix.
8193 Set apropos-regexp directly, rather than expecting callers to do so.
8194 (apropos-command, apropos, apropos-value, apropos-documentation):
8195 Simplify calls to apropos-parse-pattern.
8196
8197 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
8198
8199 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
8200 (hi-lock-face-phrase-buffer): Use hi-yellow face.
8201 (hi-lock-write-interactive-patterns): Use comment-region.
8202
8203 * longlines.el (longlines-mode): Add mail-setup-hook.
8204
8205 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
8206
8207 * simple.el (sendmail-user-agent-compose, next-line):
8208 Conditionally use hard-newline.
8209
8210 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
8211
8212 * international/latexenc.el (latex-inputenc-coding-alist):
8213 Reword doc string.
8214
8215 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
8216
8217 * help.el (describe-key-briefly, describe-key): Recognize default
8218 bindings.
8219
8220 2005-11-29 Romain Francoise <romain@orebokech.com>
8221
8222 * view.el (view-inhibit-help-message): New defcustom.
8223 (view-mode-enter): Use it.
8224
8225 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
8226
8227 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
8228 Preserve user position.
8229
8230 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
8231
8232 * font-lock.el: Throw error if facemenu is not loaded to prevent
8233 accidental change of loading order in loadup.el. (Suggested by RMS.)
8234
8235 * loadup.el: Add comment explaining why facemenu must be loaded
8236 before font-lock.
8237
8238 2005-11-28 Jay Belanger <belanger@truman.edu>
8239
8240 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
8241 (calc-dispatch-map): Add more keys for `calc-same-interface'.
8242
8243 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
8244
8245 * calc/calc-embed.el (calc-do-embedded): Update help message.
8246
8247 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
8248
8249 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
8250
8251 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
8252
8253 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
8254 called-interactively-p.
8255 (elp-profilable-p): Rename from elp-not-profilable-p.
8256 Invert result and take into account macros and autoloaded functions.
8257 (elp-instrument-function): Update call.
8258 (elp-instrument-package): Update call. Add completion.
8259 (elp-pack-number): Use match-string.
8260 (elp-results-jump-to-definition-by-mouse): Merge into
8261 elp-results-jump-to-definition and then remove.
8262 (elp-output-insert-symname): Make help echo text single-line.
8263
8264 * replace.el (query-replace-map): Move initialization into declaration.
8265 (occur-engine): Use with-current-buffer.
8266 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
8267 (occur-mode-mouse-goto): Replace with an alias.
8268
8269 2005-11-28 Juri Linkov <juri@jurta.org>
8270
8271 * simple.el (quoted-insert): Let-bind input-method-function to nil.
8272
8273 * term/w32-win.el: Bind [S-tab] to [backtab].
8274
8275 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
8276 `Info-find-file' to t.
8277
8278 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
8279 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
8280 and same-window-regexps.
8281 (occur-next-error): Don't move point for arg 0.
8282
8283 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
8284
8285 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
8286
8287 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
8288
8289 * log-edit.el (log-edit-changelog-use-first): New var.
8290 (log-edit-changelog-ours-p): Use it.
8291 (log-edit-insert-changelog): Set it with new arg `use-first'.
8292 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
8293 (log-edit-hook): Add them to the list of suggested options.
8294
8295 * textmodes/flyspell.el (flyspell-last-buffer): New var.
8296 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
8297 redundant work.
8298 (flyspell-mode-on): Use add-hook for after-change-functions.
8299 (flyspell-mode-off): Use remove-hook for after-change-functions.
8300 (flyspell-changes): Make it buffer-local.
8301 (flyspell-after-change-function): Make it non-interactive. Use push.
8302 (flyspell-post-command-hook): Check input-pending-p while processing
8303 the potentially long list of buffer changes.
8304
8305 2005-11-28 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
8306
8307 * buff-menu.el (list-buffers-noselect): Display the selected
8308 frame's buffer list, not the global one.
8309
8310 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
8311
8312 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
8313 that (list last-input-event) works as in interactive spec.
8314
8315 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
8316
8317 * loadup.el ("facemenu"): Load facemenu before font-lock, because
8318 `facemenu-keymap' needs to be defined when font-lock is loaded.
8319 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
8320
8321 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
8322
8323 * completion.el: Remove useless leading * in defcustom docstrings.
8324 (save-completions-file-name): Use ~/.emacs.d if available.
8325 (completion-standard-syntax-table): Rename from
8326 cmpl-standard-syntax-table and fold initialization into declaration,
8327 thus removing cmpl-make-standard-completion-syntax-table.
8328 (completion-lisp-syntax-table, completion-c-syntax-table)
8329 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
8330 (cmpl-saved-syntax, cmpl-saved-point): Remove.
8331 (symbol-under-point, symbol-before-point)
8332 (symbol-under-or-before-point, symbol-before-point-for-complete)
8333 (add-completions-from-c-buffer): Use with-syntax-table.
8334 (make-completion): Don't return a list of completion entries.
8335 Update callers.
8336 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
8337 (completion-initialize): Rename from initialize-completions.
8338 (completion-find-file-hook): Rename from cmpl-find-file-hook.
8339 (kill-emacs-save-completions): Collect stats here.
8340 (save-completions-to-file, load-completions-from-file):
8341 Use with-current-buffer.
8342 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
8343 into a function. Move all calls to toplevel.
8344 (completion-lisp-mode-hook): New fun.
8345 (completion-c-mode-hook, completion-setup-fortran-mode):
8346 Set the syntax-table here. Use local-set-key.
8347 (completion-saved-bindings): New var.
8348 (dynamic-completion-mode): Make it into a proper minor mode.
8349 (load-completions-from-file): Remove unused var `num-uses'.
8350
8351 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
8352 constructor if it is explicitly overridden.
8353
8354 * complete.el (PC-completion-as-file-name-predicate):
8355 Use minibuffer-completing-file-name.
8356 (partial-completion-mode): Use find-file-not-found-functions.
8357 (PC-lisp-complete-symbol): Use with-syntax-table.
8358 (PC-look-for-include-file): Remove dead setq.
8359 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
8360 (PC-complete): Use with-current-buffer.
8361
8362 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
8363 escape single quotes.
8364
8365 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
8366
8367 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
8368 of `if' whose condition always returned nil. Doc fix.
8369
8370 * buff-menu.el (Buffer-menu-revert-function): Make the selected
8371 window's buffer the current buffer around the call to
8372 `list-buffers-noselect'. This is necessary to mark that buffer
8373 with a `.' in the Buffer Menu when called from Lisp, for instance
8374 by Auto Revert Mode.
8375
8376 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
8377
8378 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
8379 attaching to it.
8380 (gdb-pre-prompt): Make sure gdb-error is reset.
8381
8382 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
8383 with a child process, detect it.
8384 (gud-speedbar-buttons): Match regexp more carefully.
8385
8386 2005-11-27 Richard M. Stallman <rms@gnu.org>
8387
8388 * mouse.el (mouse-drag-move-window-bottom):
8389 Use adjust-window-trailing-edge.
8390
8391 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
8392
8393 * simple.el (blink-matching-open): Ignore
8394 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
8395 (blink-matching-paren-on-screen): Update docstring.
8396
8397 * paren.el (show-paren-mode): No longer change
8398 `blink-matching-paren-on-screen'.
8399
8400 2005-11-27 John Paul Wallington <jpw@pobox.com>
8401
8402 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
8403 (gdb-threads-select, gdb-edit-register-value):
8404 Use `posn-set-point' instead of `mouse-set-point' because the
8405 latter is not fbound when configured without X.
8406
8407 2005-11-27 Kim F. Storm <storm@cua.dk>
8408
8409 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
8410 existing face when partially highlighting a TAB in a rectangle.
8411
8412 2005-11-26 Kim F. Storm <storm@cua.dk>
8413
8414 * ido.el (ido-mode-map): Doc fix.
8415 (ido-mode-common-map, ido-mode-file-map)
8416 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
8417 (ido-define-mode-map): Rewrite. Select one of the new maps as
8418 parent for ido-mode-map instead of building from scratch.
8419 (ido-init-mode-maps): New defun to initialize new maps.
8420 (ido-mode): Call it.
8421 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
8422 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
8423
8424 2005-11-26 John Paul Wallington <jpw@pobox.com>
8425
8426 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
8427 `mouse-set-point' because the latter is not fbound when configured
8428 without X.
8429
8430 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
8431
8432 * files.el (file-relative-name): Doc fix.
8433
8434 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
8435
8436 * progmodes/octave-inf.el (inferior-octave-startup): Force a
8437 non-empty string for secondary prompt PS2.
8438
8439 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
8440
8441 * progmodes/compile.el (compilation-setup): Fix last change.
8442
8443 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
8444
8445 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
8446 (gdb-mouse-toggle-breakpoint-margin)
8447 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
8448 Add gdb-server-prefix to keep out of command history.
8449 (gdb-edit-register-value): New function.
8450 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
8451 (gdb-info-registers-custom): Use above map.
8452
8453 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
8454
8455 * custom.el (enable-theme): Signal error if argument is not a
8456 theme. Don't recalculate a face if it's not loaded yet.
8457
8458 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
8459 the `user' theme is in effect.
8460
8461 * info.el (Info-on-current-buffer): Record actual filename in
8462 Info-current-file, instead of t, or a fake filename if a non-file
8463 buffer. Make autoload.
8464 (Info-find-node, Info-revert-find-node): No need to check for
8465 Info-current-file nil.
8466 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
8467 Info-current-file is now never `t'.
8468 (Info-fontify-node): Many simplifications due to Info-current-file
8469 always being valid. Use Info-find-file to find node filename.
8470
8471 2005-11-25 David Kastrup <dak@gnu.org>
8472
8473 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
8474 new character, then delete" in order to preserve markers.
8475
8476 2005-11-25 David Ponce <david@dponce.com>
8477
8478 * recentf.el (recentf-arrange-by-rule): Handle a special
8479 `auto-mode-alist'-like "strip suffix" rule.
8480 (recentf-build-mode-rules): Handle second level auto-mode entries.
8481
8482 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
8483
8484 * viper-keym.el (viper-ESC-key): Use different values in terminal and
8485 window modes.
8486
8487 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
8488 jde-javadoc-checker-report-mode.
8489
8490 * ediff-wind (ediff-make-wide-display): Slight simplification.
8491
8492 * ediff.el (ediff-date): Change the date of last update.
8493
8494 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
8495
8496 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
8497 Use define-minor-mode, and make it a local mode. Turn on font-lock.
8498 (hi-lock-mode): New global minor mode.
8499 (turn-on-hi-lock-if-enabled): New function.
8500 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
8501 Change arguments to regexp and face instead of a font-lock pattern.
8502 Directly set face property, instead of refontifying.
8503 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
8504 (hi-lock-find-patterns): Use line-number-at-pos.
8505
8506 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
8507 arguments for hi-lock-set-pattern.
8508 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
8509 Call font-lock-fontify-buffer.
8510 (hi-lock-find-file-hook, hi-lock-current-line)
8511 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
8512
8513 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
8514 turned off.
8515
8516 * progmodes/compile.el (compilation-setup): Don't fiddle with
8517 font-lock-defaults.
8518
8519 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
8520
8521 * progmodes/gdb-ui.el (gdb-var-create-handler)
8522 (gdb-var-list-children-handler): Find values for all variable
8523 objects. gud-speedbar-buttons decides whether to display them.
8524
8525 2005-11-24 Romain Francoise <romain@orebokech.com>
8526
8527 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
8528 buffer name with a space.
8529
8530 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
8531
8532 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
8533 `org-export-local-list-max-depth'. Change default value to 3.
8534 (org-auto-renumber-ordered-lists)
8535 (org-plain-list-ordered-item-terminator): New options.
8536 (org-at-item-p, org-beginning-of-item, org-end-of-item)
8537 (org-get-indentation, org-get-string-indentation)
8538 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
8539 New functions.
8540 (org-move-item-down, org-move-item-up): New commands.
8541 (org-export-as-html): New classes for CSS support. Bug fix in
8542 regular expression detecting fixed-width regions. Respect
8543 `org-local-list-ordered-item-terminator'.
8544 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
8545 also a list item.
8546 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
8547 New item moving functions.
8548
8549 2005-11-24 Juri Linkov <juri@jurta.org>
8550
8551 * isearch.el (isearch-repeat): With empty search ring set
8552 `isearch-error' to the error string instead of signaling error
8553 with the function `error'.
8554
8555 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8556
8557 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
8558
8559 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
8560
8561 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
8562 and variable.
8563 (gdb-var-create-handler, gdb-var-list-children-handler):
8564 Don't match on "char **...".
8565 (gdb-var-update-handler): Find values for all variable objects.
8566 (gdb-info-frames-custom): Identify frames by leading "#".
8567
8568 * progmodes/gud.el (gud-speedbar-menu-items): Add
8569 gdb-speedbar-auto-raise as radio button.
8570 (gud-speedbar-buttons): Raise speedbar if requested.
8571 Don't match on "char **...".
8572 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
8573 Make it editable.
8574
8575 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
8576
8577 * info.el (Info-fontify-node): Handle the case where
8578 Info-current-file is t.
8579
8580 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
8581
8582 * simple.el (blink-matching-open): Fix off-by-one in last change.
8583
8584 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8585
8586 * term/mac-win.el: Don't change default directory.
8587
8588 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
8589
8590 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
8591 buffers correctly. (It used to throw an error in such buffers.)
8592 Make it ask for confirmation in group buffers and other Custom
8593 buffers containing more than one customization item.
8594
8595 2005-11-22 John Paul Wallington <jpw@gnu.org>
8596
8597 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
8598 property on mail and url overlays.
8599 (goto-address-at-point): Use `posn-set-point' instead of
8600 `mouse-set-point' because the latter is not fbound when configured
8601 without X.
8602
8603 2005-11-22 Lars Hansen <larsh@soem.dk>
8604
8605 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
8606 (ls-lisp-classify, ls-lisp-format): Delete call to
8607 ls-lisp-parse-symlink.
8608 (ls-lisp-handle-switches): Handle symlinks to directories as
8609 directories when ls-lisp-dirs-first in non-nil.
8610
8611 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
8612
8613 * startup.el (command-line): Make sure that loaddefs.el is handled
8614 correctly in load-history.
8615
8616 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
8617
8618 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
8619 (gdb-struct-string, gdb-array-string): New constants.
8620 (gdb-info-locals-handler): Use them.
8621 (gdb-reset): Reset gdb-var-list to nil.
8622
8623 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
8624
8625 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
8626 in patterns.
8627
8628 2005-11-21 Juri Linkov <juri@jurta.org>
8629
8630 * custom.el (defcustom): Update link types in docstring.
8631
8632 2005-11-20 Martin Rudalics <rudalics@gmx.at>
8633
8634 * custom.el (defgroup): Add doc-string-elt info.
8635
8636 * widget.el (define-widget): Don't use declare for the doc-string-elt.
8637
8638 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
8639
8640 * newcomment.el (comment-enter-backward): Fix last fix.
8641
8642 * simple.el (blink-matching-open):
8643 * paren.el (show-paren-function): Allow new paren-class info.
8644
8645 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
8646
8647 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
8648 handled automagically.
8649
8650 2005-11-20 Andreas Schwab <schwab@suse.de>
8651
8652 * descr-text.el (describe-char): When copying overlays put them
8653 over the full char description instead of just the first character
8654 of it.
8655
8656 2005-11-20 Juri Linkov <juri@jurta.org>
8657
8658 * simple.el (what-cursor-position):
8659 * descr-text.el (describe-char): Use Lisp-readable syntax
8660 for octal and hex. Reorder decimal, octal and hex values.
8661 Remove excess whitespace in the output. Use `=' in `column='
8662 like in `point=' and `Hscroll='.
8663
8664 * international/mule-cmds.el (encoded-string-description):
8665 Use Lisp-readable syntax for hex.
8666
8667 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
8668
8669 * newcomment.el (comment-enter-backward): Handle the case where the
8670 comment is closed by EOB.
8671
8672 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
8673
8674 * longlines.el (longlines-before-revert-hook)
8675 (longlines-after-revert-hook): New functions.
8676 (longlines-mode): Turn off longlines temporarily when reverting.
8677 Add a message-setup-hook.
8678 (longlines-decode-buffer): New function.
8679 (longlines-wrap-line): Preserve marker positions.
8680
8681 2005-11-19 Andreas Schwab <schwab@suse.de>
8682
8683 * emacs-lisp/shadow.el: Handle compressed files.
8684
8685 2005-11-19 Romain Francoise <romain@orebokech.com>
8686
8687 * net/browse-url.el (browse-url-default-browser): Signal an error
8688 if no usable browser can be found, rather than try to load w3.
8689
8690 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
8691
8692 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
8693 replacing existing properties.
8694 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
8695 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
8696 tty specs.
8697 (rcirc-server-prefix, rcirc-server): New faces.
8698 (rcirc-url-regexp): Generate with rx macro.
8699 (rcirc-last-server-message-time): New variable.
8700 (rcirc-filter): Record time of last message.
8701 (rcirc-keepalive): Kill processes that did not send a message
8702 since the last ping.
8703 (rcirc-mode): Give rcirc-topic a local binding here.
8704
8705 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org>
8706
8707 * subr.el (read-passwd): Fontify the prompt as we do with other
8708 prompts.
8709
8710 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
8711
8712 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
8713 binding buffer-read-only to nil.
8714
8715 2005-11-19 Eli Zaretskii <eliz@gnu.org>
8716
8717 * complete.el (partial-completion-mode):
8718 Mention completion-auto-help in the doc string.
8719
8720 * man.el (Man-highlight-references): Doc fix. Reformat code in a
8721 more Lisp-ish way.
8722
8723 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
8724
8725 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
8726 digits, not 8, to avoid misalignment for files larger than 100MB.
8727
8728 2005-11-19 Eli Zaretskii <eliz@gnu.org>
8729
8730 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
8731 Mention "keyboard shortcuts" in the help text.
8732
8733 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8734
8735 * startup.el (fancy-splash-default-action): Discard only
8736 mouse-down and succeeding mouse-up events in the splash screen
8737 window so that drag-n-drop event can be processed.
8738
8739 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
8740
8741 * longlines.el (longlines-mode): Add hacks for mail-mode and
8742 message-mode.
8743
8744 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
8745
8746 * textmodes/org.el (org-table-sort-lines): New command.
8747 (org-tbl-menu): Add entry for `org-table-sort-lines'.
8748 (org-add-file): Command removed, use `org-agenda-file-to-front'
8749 instead.
8750 (org-export-icalendar): Use `org-icalendar-combined-name'.
8751 (org-cycle-agenda-files, org-agenda-file-to-end)
8752 (org-agenda-file-to-front): New commands.
8753 (org-table-tab-jumps-over-hlines, org-export-html-style):
8754 New options.
8755 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
8756 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
8757 New functions.
8758 (org-fill-paragraph): Call `org-table-align' in tables.
8759 (org-mode): Call `org-set-autofill-regexps'.
8760 (org-export-as-html): Support for local handformatted lists.
8761 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
8762 (org-export-local-list-max-depth): New option.
8763 (org-html-expand): Use `org-html-protect'.
8764
8765 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
8766
8767 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
8768 to "p".
8769 (gdb): Move definition of gud-pp to...
8770
8771 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
8772 speedbar.
8773 (gdb-find-watch-expression): New function.
8774
8775 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
8776
8777 * faces.el (face-attribute, set-face-attribute): Mention existence
8778 of `:ignore-defface' setting in docstring.
8779
8780 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
8781
8782 * simple.el (completion-setup-function): Fix last change.
8783
8784 2005-11-17 John Paul Wallington <jpw@pobox.com>
8785
8786 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
8787 Use `posn-set-point' instead of `mouse-set-point' because the
8788 latter is not fbound when configured without X.
8789
8790 * comint.el (comint-insert-input): Likewise.
8791
8792 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
8793
8794 * simple.el (hard-newline): New variable.
8795 (sendmail-user-agent-compose, next-line): Use it.
8796
8797 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
8798 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
8799 (mail-mail-reply-to, mail-mail-followup-to)
8800 (mail-position-on-field, mail-signature, mail-yank-original)
8801 (mail-attach-file): Likewise.
8802
8803 * mail/mailheader.el (mail-header-format)
8804 (mail-header-format-function): Likewise.
8805
8806 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
8807
8808 2005-11-17 Juri Linkov <juri@jurta.org>
8809
8810 * font-lock.el (font-lock-faces): Rename this defgroup from
8811 `font-lock-highlighting-faces'.
8812 (font-lock-comment-face, font-lock-comment-delimiter-face)
8813 (font-lock-string-face, font-lock-doc-face)
8814 (font-lock-keyword-face, font-lock-builtin-face)
8815 (font-lock-function-name-face, font-lock-variable-name-face)
8816 (font-lock-type-face, font-lock-constant-face)
8817 (font-lock-warning-face, font-lock-negation-char-face)
8818 (font-lock-preprocessor-face)
8819 (font-lock-regexp-grouping-backslash)
8820 (font-lock-regexp-grouping-construct): Rename :group from
8821 `font-lock-highlighting-faces' to `font-lock-faces'.
8822
8823 * cus-edit.el (lisp, c, tex):
8824 * progmodes/ada-mode.el (ada):
8825 * progmodes/asm-mode.el (asm):
8826 * progmodes/cperl-mode.el (cperl-faces):
8827 * progmodes/cpp.el (cpp):
8828 * progmodes/dcl-mode.el (dcl):
8829 * progmodes/f90.el (f90):
8830 * progmodes/fortran.el (fortran):
8831 * progmodes/icon.el (icon):
8832 * progmodes/idlwave.el (idlwave-misc):
8833 * progmodes/m4-mode.el (m4):
8834 * progmodes/make-mode.el (makefile):
8835 * progmodes/meta-mode.el (meta-font):
8836 * progmodes/modula2.el (modula2):
8837 * progmodes/octave-mod.el (octave):
8838 * progmodes/pascal.el (pascal):
8839 * progmodes/perl-mode.el (perl):
8840 * progmodes/prolog.el (prolog):
8841 * progmodes/ps-mode.el (PostScript-edit):
8842 * progmodes/scheme.el (scheme):
8843 * progmodes/sh-script.el (sh-script):
8844 * progmodes/simula.el (simula):
8845 * progmodes/tcl.el (tcl):
8846 * textmodes/nroff-mode.el (nroff):
8847 * textmodes/reftex-vars.el (reftex-fontification-configurations):
8848 * textmodes/sgml-mode.el (sgml):
8849 * textmodes/texinfo.el (texinfo):
8850 Add :link (custom-group-link font-lock-faces) to defgroup.
8851
8852 * hi-lock.el (hi-lock): Rename this defgroup from
8853 `hi-lock-interactive-text-highlighting'. Change parent group from
8854 `faces' to `font-lock'. Add link to the manual.
8855 (hi-lock-mode, hi-lock-file-patterns-range)
8856 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
8857 `hi-lock-interactive-text-highlighting' to `hi-lock'.
8858 (hi-lock-faces): Add :group `faces'.
8859
8860 * cus-edit.el (custom-variable-prompt): Clarify the code.
8861
8862 * faces.el (face-read-string): Set the default value arg of
8863 completing-read.
8864
8865 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
8866
8867 * rfn-eshadow.el (file-name-shadow-properties)
8868 (file-name-shadow-tty-properties, file-name-shadow-mode):
8869 Remove autoloads, because the file is now preloaded.
8870
8871 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
8872
8873 * printing.el (easy-menu-intern): Don't define.
8874 (pr-get-symbol): Use easy-menu-intern only if defined.
8875
8876 * simple.el (blink-matching-open): Simplify a bit.
8877 (completion-setup-function): Fix the case of partial-completion-mode
8878 when the minibuffer's contents start with "-".
8879 Obey completion-base-size-function even when
8880 minibuffer-completing-file-name is non-nil.
8881
8882 2005-11-16 Richard M. Stallman <rms@gnu.org>
8883
8884 * net/eudcb-ph.el (eudc-ph-open-session):
8885 Use set-process-query-on-exit-flag.
8886
8887 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
8888
8889 * international/ucs-tables.el (ucs-set-table-for-input):
8890 Use make-local-variable, not make-variable-buffer-local.
8891
8892 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
8893 Improve warning message text.
8894
8895 * savehist.el (savehist-save-hook): Add :group.
8896
8897 * menu-bar.el (menu-bar-help-menu):
8898 Rename Find Extra Packages to External Packages.
8899
8900 * cus-edit.el (Custom-reset-standard): Verify that
8901 :custom-standard-value prop exists before calling it.
8902
8903 * apropos.el (apropos-calc-scores): Use apropos-pattern.
8904
8905 2005-11-16 Martin Rudalics <rudalics@gmx.at>
8906
8907 * wid-edit.el (color): Enclose %t in %{...%}.
8908
8909 * cus-edit.el (face): Enclose %t in %{...%}.
8910
8911 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
8912
8913 * savehist.el (savehist-mode-hook): Re-add the var.
8914 (savehist-mode): Use it.
8915
8916 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
8917
8918 * textmodes/flyspell.el: Fix commenting convention.
8919 Remove unnecessary leading * in custom docstrings.
8920 (flyspell-emacs): Remove unused var.
8921 (flyspell-delete-region-overlays): Use remove-overlays.
8922 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
8923 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
8924 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
8925 (flyspell-debug-signal-word-checked): Use with-current-buffer.
8926 (make-flyspell-overlay): Don't locally reuse a global name.
8927 (flyspell-highlight-incorrect-region)
8928 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
8929 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
8930 (flyspell-notify-misspell): Remove unused args `start' and `end'.
8931 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
8932 Wrap calls to accept-process-output inside with-local-quit since it's
8933 often called from a post-command-hook.
8934 (flyspell-correct-word, flyspell-auto-correct-word):
8935 Use ispell-send-string.
8936 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
8937
8938 * calendar/diary-lib.el (diary-list-entries): Also hide the
8939 terminating newline.
8940
8941 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
8942
8943 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
8944 window-system, to allow fonts on tty.
8945
8946 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
8947
8948 * progmodes/gud.el (gud-speedbar-item-info): New function.
8949 (gud-install-speedbar-variables): Use it to display data type
8950 of watch expression as a tooltip in speedbar.
8951
8952 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
8953
8954 * font-core.el (global-font-lock-mode): Add :version keyword,
8955 because default was changed.
8956
8957 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
8958
8959 * startup.el (command-line): Use `custom-reevaluate-setting' for
8960 `file-name-shadow-mode'.
8961
8962 * loadup.el: Preload rfn-eshadow.
8963
8964 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
8965 Add :version keyword.
8966 (file-name-shadow-properties, file-name-shadow-tty-properties)
8967 (file-name-shadow): Add :version keyword.
8968
8969 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
8970 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
8971 in the custom-group property of the symbol frames and the fringe
8972 group got no link to its parent group frames.
8973 Doc fix.
8974
8975 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
8976
8977 * progmodes/gud.el (gud-stop-subjob): New function.
8978 (gud-menu-map, gud-tool-bar-map): Use it.
8979
8980 2005-11-16 Kim F. Storm <storm@cua.dk>
8981
8982 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
8983 than kill it.
8984 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
8985 to a more useful/logical place.
8986
8987 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
8988
8989 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
8990 go buttons complementary.
8991
8992 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
8993
8994 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
8995 (rfn-eshadow-sifn-equal): New function.
8996 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
8997
8998 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
8999
9000 * viper-utils.el (viper-non-word-characters-reformed-vi):
9001 Quote `-' in string.
9002
9003 * viper.el (viper-emacs-state-mode-list): Ensure that
9004 rcirc-mode buffers come up in Emacs state.
9005
9006 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
9007 operation.
9008
9009 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
9010
9011 * term.el (term-termcap-format): Fix typos.
9012 (term-down): Fix the negative argument case.
9013
9014 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
9015
9016 * progmodes/gdb-ui.el: Remove face-alias left over from change on
9017 2005-08-15.
9018 (gdb-ann3): New command gud-go.
9019 (menu): Accomodate gdb-mi.el.
9020 (gdb-assembler-custom): Make buffer of selected window current
9021 so that set-window-point works.
9022
9023 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
9024 buttons and include new ones.
9025
9026 2005-11-16 Kim F. Storm <storm@cua.dk>
9027
9028 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
9029 (gud-menu-map): Use it.
9030
9031 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
9032
9033 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
9034 that works correctly for Custom and that does not override a user
9035 who disables it.
9036
9037 * help-mode.el (help-make-xrefs, help-xref-on-pp)
9038 (help-xref-interned, help-follow): Make hyperlinks for variables
9039 that are unbound, but have a non-nil variable-documentation property.
9040
9041 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
9042 mode hook. (It conflicted with defcustoms for some mode hooks.)
9043 Use the `variable-documentation' property to give the mode hook a
9044 docstring and expand that docstring.
9045
9046 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
9047
9048 * savehist.el (savehist-mode): Don't bother with
9049 `custom-set-minor-mode'.
9050 (savehist-coding-system): Check XEmacs version.
9051 (history-length): Declare also at run time.
9052 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
9053 Don't set the customize state.
9054 (savehist-minibuffer-hook): Special case for when
9055 minibuffer-history-variable is equal to t.
9056
9057 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
9058
9059 * files.el (write-file): Refresh VC status.
9060
9061 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
9062 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
9063 than fundamental-mode to see if the mode was set.
9064
9065 2005-11-14 Romain Francoise <romain@orebokech.com>
9066
9067 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
9068 dummy function in `eval-when-compile' to avoid compiler warning.
9069 Require `man' at compile time.
9070
9071 2005-11-14 Jay Belanger <belanger@truman.edu>
9072
9073 * calc-alg.el (calcFunc-write-out-power): Rename it to
9074 calcFunc-powerexpand.
9075 (math-write-out-power): Rename it to math-powerexpand; have it
9076 handle negative exponents.
9077 (calc-writeoutpower): Rename it to calc-powerexpand.
9078
9079 * calc-ext.el: Change calcFunc-writeoutpower and
9080 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
9081 autoloads.
9082 Add calcFunc-ldiv to autoloads.
9083
9084 * calc-arith.el (calcFunc-ldiv): New function.
9085
9086 * calc.el (calc-left-divide): New function.
9087
9088 2005-11-14 Juri Linkov <juri@jurta.org>
9089
9090 * cus-edit.el (custom-variable-prompt): Set the default value arg
9091 of completing-read.
9092
9093 * cus-dep.el (custom-make-dependencies): Reverse the list of
9094 found dependencies.
9095
9096 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
9097
9098 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
9099 Highlighting" entry, it is on by default now.
9100 (menu-bar-options-save): Do not save global-font-lock-mode.
9101
9102 2005-11-13 Richard M. Stallman <rms@gnu.org>
9103
9104 * textmodes/flyspell.el (flyspell-large-region):
9105 Call flyspell-accept-buffer-local-defs.
9106
9107 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
9108
9109 * textmodes/flyspell.el (flyspell-notify-misspell):
9110 Fix misspelling of "Misspelling".
9111 (flyspell-process-localwords): New function.
9112 (flyspell-large-region): Call flyspell-process-localwords and
9113 flyspell-delete-region-overlays.
9114 (flyspell-delete-region-overlays): New function.
9115 (flyspell-delete-all-overlays): Call that.
9116
9117 2005-11-13 Richard M. Stallman <rms@gnu.org>
9118
9119 * help.el (help-for-help-internal): Improve doc of C-h a.
9120 (describe-key): Improve prompt; doc fix.
9121
9122 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
9123
9124 * vc-svn.el (vc-svn-registered): Catch all errors.
9125
9126 * cus-dep.el (custom-make-dependencies): Typo.
9127
9128 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
9129
9130 * net/tramp-util.el (top): Fix compilation warning.
9131
9132 2005-11-13 Kim F. Storm <storm@cua.dk>
9133
9134 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
9135
9136 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
9137
9138 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
9139 (gud-speedbar-buttons): Match on "const char *" too.
9140
9141 * progmodes/gdb-ui.el (gdb-var-create-handler)
9142 (gdb-var-list-children-handler): Match on "const char *" too.
9143 (gdb-var-evaluate-expression-handler): Match on empty string.
9144 (gdb-var-update-handler): Only call
9145 gdb-var-evaluate-expression-handler when required.
9146
9147 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
9148
9149 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
9150 selected window. This still doesn't work for speedbar.
9151 (gud-speedbar-buttons): Handle string expressions properly.
9152
9153 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
9154 (gdb-var-create-handler): Handle string expressions properly.
9155 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
9156 Handle string expressions properly. Move "type" field into regexp.
9157
9158 2005-11-12 Karl Fogel <kfogel@red-bean.com>
9159
9160 * bookmark.el (bookmark-maybe-message): New function to reduce
9161 code duplication: invokes `message' iff baud-rate is high enough.
9162 (bookmark-write-file): Use above instead of an inline conditional.
9163 (bookmark-load): Same.
9164
9165 2005-11-12 Karl Fogel <kfogel@red-bean.com>
9166
9167 * bookmark.el (bookmark-write-file): Don't visit the destination
9168 file, just write the data to it using write-region. This is
9169 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
9170 change to avoid visiting the file in the first place.
9171
9172 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
9173
9174 * hi-lock.el (hi-lock-mode): Set the default value of
9175 font-lock-defaults.
9176
9177 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
9178
9179 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
9180 arg to `file-attributes'.
9181 (find-lisp-format): The UID and GID can now be strings.
9182
9183 2005-11-12 Kim F. Storm <storm@cua.dk>
9184
9185 * help.el (help-map): Bind C-h d to apropos-documentation.
9186
9187 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
9188 when point is at end-of-buffer.
9189
9190 * apropos.el (apropos-match-face): Doc fix.
9191 (apropos-sort-by-scores): Add new choice `verbose'.
9192 (apropos-documentation-sort-by-scores): New defcustom.
9193 (apropos-pattern): Now contains the pattern entered by the user.
9194 (apropos-pattern-quoted): New defvar.
9195 (apropos-regexp): New defvar, containing the regexp corresponding
9196 to apropos-pattern.
9197 (apropos-all-words-regexp): Rename from apropos-all-regexp.
9198 (apropos-read-pattern): New defun. Use it to read pattern arg in
9199 interactive calls; returns list of words for a word list, and
9200 string for a regexp.
9201 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
9202 parses a list of words or regexp as returned by apropos-read-pattern.
9203 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
9204 (apropos-score-doc): Return a very high score if the string
9205 entered by the user matches literally.
9206 (apropos-variable): Doc fix. Use apropos-read-pattern.
9207 (apropos-command): Doc fix. Use apropos-read-pattern and
9208 apropos-parse-pattern. Call apropos-print with nosubst=t.
9209 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
9210 apropos-parse-pattern.
9211 (apropos-documentation): Doc fix. Use apropos-read-pattern and
9212 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
9213 apropos-documentation-sort-by-scores. Call apropos-print with
9214 nosubst=t.
9215 (apropos-documentation-internal): Pass doc string through
9216 substitute-key-definition before adding text properties.
9217 Highlight substring matching literal user input if possible.
9218 (apropos-documentation-check-doc-file): Remove locals beg and end.
9219 Fix calculation of score (as added twice). Pass doc string through
9220 substitute-key-definition before adding text properties.
9221 (apropos-documentation-check-elc-file): Pass doc string through
9222 substitute-key-definition before adding text properties.
9223 Highlight substring matching literal user input if possible.
9224 (apropos-print): Add new arg NOSUBST; if set, command and variable
9225 doc strings have already been passed through substitute-key-definition.
9226 Add code to handle apropos-accumulator items without score element
9227 for backwards compatibility (e.g. with woman package).
9228 Only show scores if apropos-sort-by-scores is `verbose'.
9229
9230 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
9231
9232 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
9233 Add jka-compr-load-suffixes to load-suffixes.
9234
9235 * jka-compr.el: Require jka-cmpr-hook.
9236 (jka-compr-info-compress-message, jka-compr-info-compress-program)
9237 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
9238 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
9239 (jka-compr-info-can-append, jka-compr-info-strip-extension)
9240 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
9241 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
9242 (jka-compr-uninstall): Remove entries from
9243 jka-compr-added-to-file-coding-system-alist after they are used.
9244 (jka-compr-error): Remove unused var `curbuf'.
9245 (jka-compr-file-local-copy): Remove unused var `notfound'.
9246
9247 2005-11-10 Romain Francoise <romain@orebokech.com>
9248
9249 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
9250
9251 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
9252
9253 * progmodes/gud.el (gud-menu-map): Move parentheses.
9254 (gdb): New command gud-pv.
9255
9256 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
9257
9258 * tar-mode.el: Remove spurious or unnecessary leading stars
9259 in docstrings.
9260 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
9261 (tar-parse-octal-integer-safe): Use mapc.
9262 (tar-header-block-summarize): Remove unused var `ck'.
9263 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
9264 cleared before. Obey default-enable-multibyte-characters.
9265 Use mapconcat. Simplify setting of tar-header-offset.
9266 (tar-mode-map): Move initialization inside delcaration.
9267 (tar-flag-deleted): Use `abs'.
9268 (tar-expunge-internal): Remove unused var `line'.
9269 (tar-expunge-internal): Don't hardcode point-min==1.
9270 (tar-expunge): Widen while doing set-buffer-multibyte.
9271 (tar-rename-entry): Use file-name-coding-system.
9272 (tar-alter-one-field): Don't hardcode point-min==1.
9273 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
9274 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
9275
9276 2005-11-10 Masatake YAMATO <jet@gyve.org>
9277
9278 * add-log.el (add-log-current-defun): Handle class::method
9279 notation of c++. Fix incorrect comment.
9280
9281 2005-11-10 Alan Mackenzie <acm@muc.de>
9282
9283 * help-fns.el (describe-variable): Make C-h v work when a variable
9284 has variable documentation yet is unbound.
9285
9286 2005-11-10 Masatake YAMATO <jet@gyve.org>
9287
9288 * man.el (Man-highlight-references): Set an empty
9289 string to `Man-arguments' if it is nil.
9290 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
9291
9292 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
9293
9294 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
9295 commenting conventions.
9296
9297 * cus-dep.el (custom-make-dependencies): Simplify.
9298 Better follow the commenting conventions.
9299
9300 2005-11-09 Richard M. Stallman <rms@gnu.org>
9301
9302 * apropos.el (apropos-pattern): Rename from apropos-regexp.
9303 (apropos-orig-pattern): Rename from apropos-orig-regexp.
9304 All uses changed.
9305 (apropos-rewrite-regexp): Doc fix.
9306 (apropos-variable, apropos-command, apropos, apropos-value):
9307 Change prompt; carry through the argument renaming.
9308
9309 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
9310
9311 * find-lisp.el: Require dired.
9312 (find-lisp-find-dired-internal): Do not call
9313 `abbreviate-file-name' on DIR.
9314
9315 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
9316
9317 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
9318
9319 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
9320
9321 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
9322 when using the speedbar.
9323 (gdb): New command gud-pp.
9324 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
9325
9326 2005-11-09 Juri Linkov <juri@jurta.org>
9327
9328 * replace.el (occur-excluded-properties): New defcustom.
9329 (occur-1, occur-engine, occur-accumulate-lines): Use it.
9330
9331 2005-11-08 Jay Belanger <belanger@truman.edu>
9332
9333 * calc/calc-units.el (math-convert-units): Replace any composite
9334 unit by its definition.
9335
9336 2005-11-08 Lars Hansen <larsh@soem.dk>
9337
9338 * emacs-lisp/autoload.el (update-directory-autoloads):
9339 Add obsolete function alias.
9340
9341 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
9342
9343 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
9344 comment-indent-function.
9345 (lisp-comment-indent): Replace by an alias for comment-indent-default.
9346
9347 * reveal.el (reveal-post-command): Rework the handling of
9348 reveal-open-spots, so as to be more reliable. There were several
9349 tricky corner cases where an open spot might be lost, or where
9350 a closed spot might end up on the list of open spots.
9351 Only reveal text that's ellipsised.
9352
9353 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
9354
9355 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
9356
9357 2005-11-07 John Paul Wallington <jpw@gnu.org>
9358
9359 * ibuffer.el (ibuffer): Search iconified frames too when
9360 getting Ibuffer buffer's window.
9361
9362 2005-11-06 Richard M. Stallman <rms@gnu.org>
9363
9364 * progmodes/compile.el (compilation-internal-error-properties):
9365 save-excursion around the computation of MARKER.
9366
9367 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
9368
9369 * textmodes/flyspell.el (flyspell-external-point-words):
9370 flyspell-get-word returns a list, not just a string.
9371
9372 2005-11-06 John Paul Wallington <jpw@pobox.com>
9373
9374 * ibuffer.el (ibuffer): Search all visible frames when getting
9375 Ibuffer buffer's window.
9376
9377 2005-11-07 Masatake YAMATO <jet@gyve.org>
9378
9379 * man.el (Man-reference-regexp): Accept spaces between
9380 `Man-name-regexp' and `Man-section-regexp'.
9381 (Man-apropos-regexp): New variable.
9382 (Man-abstract-xref-man-page): Use value for `Man-target-string'
9383 if available.
9384 (Man-highlight-references, Man-highlight-references0):
9385 Handle the case when `Man-arguments' includes "-k".
9386 (Man-highlight-references0): Rename the argument `TARGET-POS' to
9387 `TARGET'. `TARGET' can be a number, function or nil.
9388
9389 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
9390
9391 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
9392 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
9393 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
9394 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
9395 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
9396 (gdb-send-item): Use buffer-local-value and simplify.
9397
9398 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
9399
9400 * startup.el (command-line): Use `custom-reevaluate-setting' for
9401 `global-font-lock-mode'.
9402
9403 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
9404 by default, except in batch mode or when the -D option is given.
9405
9406 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
9407 specified keyword args on to `define-minor-mode'. Update docstring.
9408
9409 2005-11-05 Romain Francoise <romain@orebokech.com>
9410
9411 * replace.el (occur-engine): Add marker at end of line, too.
9412
9413 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
9414
9415 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
9416 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
9417 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
9418 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
9419 argument to all these routines, so the passphrase can be managed
9420 externally and passed in to the system.
9421 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
9422 pgg-add-passphrase-to-cache function.
9423
9424 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
9425 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
9426 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
9427 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
9428 argument to all these routines, so the passphrase can be managed
9429 externally and passed in to the system.
9430 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
9431 function.
9432
9433 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
9434
9435 * font-lock.el: Don't deal with font-lock-face-attributes here,
9436 move the code ...
9437
9438 * startup.el (command-line): ... here. Use face-spec-set instead
9439 of custom-declare-face.
9440
9441 * faces.el (face-spec-set): Reset the face if spec is not nil.
9442
9443 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
9444
9445 * newcomment.el (comment-region-internal): Box more tightly in the
9446 common case where there's no TAB in the boxed text.
9447
9448 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9449
9450 * info.el (info-tool-bar-map): Use images prev-node, next-node and
9451 up-node.
9452
9453 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
9454
9455 * newsticker.el: Commentary updated. Code formatting changed.
9456 (newsticker-version): Change to "1.9".
9457 (newsticker, newsticker-feed): Doc fix.
9458 (newsticker-url-list): Doc fix. Add option "Weekly".
9459 (newsticker-retrieval-interval): Add option "Weekly".
9460 (newsticker-headline-processing): Doc fix.
9461 (newsticker-auto-mark-filter): Remove.
9462 (newsticker-auto-mark-filter-list): New.
9463 (newsticker-layout, newsticker-sort-method): Doc fix.
9464 (newsticker-hide-old-items-in-newsticker-buffer)
9465 (newsticker-heading-format, newsticker-item-format)
9466 (newsticker-desc-format): Doc fix.
9467 (newsticker-show-all-rss-elements): Remove.
9468 (newsticker-show-all-news-elements): New.
9469 (newsticker-faces, newsticker-ticker): Doc fix.
9470 (remove-from-invisibility-spec): Code formatting.
9471 (newsticker--process-ids): New.
9472 (newsticker-mode): Doc fix.
9473 (newsticker-mode): Change mode-line-format.
9474 (newsticker-start): Remove debug output.
9475 (newsticker-start-ticker): Doc fix. Add autoload cookie.
9476 (newsticker-w3m-show-inline-images): Code formatting.
9477 (newsticker-next-item): Call `force-mode-line-update'.
9478 (newsticker-previous-item): Call `force-mode-line-update'.
9479 (newsticker-next-feed): Call `force-mode-line-update'.
9480 (newsticker-previous-feed): Call `force-mode-line-update'.
9481 (newsticker-mark-all-items-at-point-as-read): Code formatting.
9482 (newsticker-show-old-items): Do not show descs.
9483 (newsticker-hide-entry): Hide too much.
9484 (newsticker-hide-entry, newsticker-show-entry)
9485 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
9486 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
9487 (newsticker-toggle-auto-narrow-to-item): Code formatting.
9488 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
9489 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
9490 (newsticker-get-news): Call `force-mode-line-update'.
9491 Collect process ids.
9492 (newsticker--sentinel): Change coding system handling.
9493 Move image retrieval to new functions newsticker--get-logo-url-*.
9494 Move feed parsing to new functions newsticker--parse-*.
9495 Update list of process ids.
9496 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
9497 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
9498 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
9499 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
9500 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
9501 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
9502 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
9503 (newsticker--decode-coding-string): Remove.
9504 (newsticker--decode-numeric-entities): Check input. Format code.
9505 (newsticker--remove-whitespace): Check input.
9506 (newsticker--do-forget-preformatted): Doc fix.
9507 (newsticker--decode-rfc822-date): Allow for missing time.
9508 (newsticker--update-process-ids): New.
9509 (newsticker--image-sentinel): Change comment.
9510 (newsticker--image-read): Change error message.
9511 (newsticker--imenu-goto): Doc fix. Show headline title.
9512 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
9513 (newsticker--buffer-do-insert-text): Clean whitespace in
9514 html-rendered headline title. Code formatting.
9515 Call `newsticker--buffer-print-extra-elements'.
9516 (newsticker--buffer-print-extra-element): Remove.
9517 (newsticker--buffer-print-extra-elements): New.
9518 (newsticker--buffer-do-print-extra-element): New.
9519 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
9520 large sizes.
9521 (newsticker--run-auto-mark-filter)
9522 (newsticker--do-run-auto-mark-filter):
9523 Use `newsticker-auto-mark-filter-list'.
9524
9525 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
9526
9527 * net/rcirc.el: Use split-string OMIT-NULLS argument.
9528 (rcirc-print): Force redisplay before running hooks. Do long
9529 buffer truncation after making new text read-only. Deal with nil
9530 text when decoding strings. If TARGET is nil, use either the
9531 currently selected buffer, if it is an rcirc buffer and of the
9532 same process or the process buffer.
9533 (rcirc-mode): Remove header-line. Recompute short buffer names.
9534 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
9535 (rcirc-short-buffer-name): Add variable.
9536 (rcirc-kill-buffer-hook): Recompute short buffer names.
9537 Remove nick from private channel.
9538 (rcirc-send-input): Send command text to current-buffer.
9539 Don't clear overlay arrow here.
9540 (rcirc-short-buffer-name): Return a short buffer name.
9541 (rcirc-update-short-buffer-names, rcirc-abbreviate)
9542 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
9543 buffer-name abbreviations.
9544 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
9545 Do not touch nick-table when killing a parted channel.
9546 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
9547 Clear arrow from current buffer if it is now hidden.
9548 (rcirc-current-buffer): Add variable.
9549 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
9550 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
9551 Remove -face from names.
9552 (rcirc-update-activity-string): Print "DND" when globally ignoring
9553 activity.
9554 (rcirc-ignore-buffer-activity-flag): Rename from
9555 rcirc-ignore-channel-activity.
9556 (rcirc-ignore-all-activity-flag): Doc fix.
9557 (rcirc-channels): Remove variable.
9558 (rcirc-kill-buffer-hook):
9559 (rcirc-get-buffer-create): Add nick to private channel.
9560 (rcirc-multiline-edit-submit): Remove tabs.
9561 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
9562 folded.
9563 (rcirc-remove-nick-channel): Bug fix.
9564 (rcirc-toggle-ignore-buffer-activity): Rename from
9565 rcirc-toggle-ignore-channel-activity.
9566 (rcirc-record-activity): Add buffers to the front of the list.
9567 (rcirc-update-activity): Remove killed buffers from list.
9568 (rcirc-process-server-response-1): Remove last argument if it is
9569 null before calling handler.
9570 (rcirc): Add "rcirc" defcustom prefix.
9571 (rcirc-prompt): Simplify default prompt.
9572 Use custom-initialize-default.
9573 (rcirc-private-chats): Remove variable.
9574 (rcirc-prompt): Change initialization.
9575 (rcirc-version): Remove function.
9576 (rcirc-id-string): Add constant.
9577 (rcirc-last-buffer): Remove variable.
9578 (rcirc-buffer-alist): Add variable.
9579 (rcirc-connect): Update variable setup.
9580 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
9581 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
9582 default.
9583 (rcirc-handler-generic): Trigger activity.
9584 (rcirc-send-message): Create the buffor of the target.
9585 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
9586 (rcirc-get-buffer): Just return nil if there is no matching buffer.
9587 (rcirc-multiline-edit-cancel): Remove function.
9588 (rcirc-set-last-buffer): Remove function.
9589 (rcirc-get-any-buffer): Add function.
9590 (rcirc-join-channels): Don't print /join text.
9591 (rcirc-toggle-ignore-channel-activity): Add and update echo area
9592 messages.
9593 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
9594 (rcirc-handler-NOTICE): Recognize CTCP responses.
9595 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
9596 constructing TOPIC string for buffers we are not JOINed.
9597 (rcirc-handler-CTCP-response): Add handler.
9598 (rcirc-multiline-edit-submit): Restore the window-configuration
9599 before adjusting point.
9600 (rcirc): Add customization group.
9601 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
9602 (rcirc-user-full-name, rcirc-startup-channels-alist)
9603 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
9604 (rcirc-ignore-all-activity-flag, rcirc-time-format)
9605 (rcirc-input-ring-size, rcirc-read-only-flag)
9606 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
9607 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
9608 Change defvar to defcustom.
9609 (rcirc-update-prompt): Add optional ALL arg, which will update
9610 prompts in all rcirc buffers. Regexp quote replacement text.
9611 (rcirc-fill-column): Accept frame-width as a value.
9612 (rcirc-set-changed): Add function.
9613 (rcirc-next-active-buffer): Write more meaningful messages.
9614 (rcirc-faces): Add customization group.
9615 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
9616 (rcirc-nick-in-message-face, rcirc-prompt-face)
9617 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
9618 (with-rcirc-process-buffer): Move before first usage.
9619 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
9620 (rcirc-debug-flag): Rename from `rcirc-log-p'.
9621 (rcirc-debug): Rename from `rcirc-log'.
9622 (rcirc-format-response-string): Do not print `-' chars for a
9623 NOTICE with no sender. Simplify output of server responses.
9624
9625 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
9626
9627 (rcirc-browse-url-map, rcirc-browse-url-at-point)
9628 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
9629 Make urls mouse and RET clickable.
9630
9631 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
9632
9633 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
9634
9635 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
9636
9637 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
9638 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
9639 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
9640 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
9641 argument to all these routines, so the passphrase can be managed
9642 externally and passed in to the system.
9643 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
9644 pgg-add-passphrase-to-cache function.
9645
9646 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
9647 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
9648 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
9649 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
9650 argument to all these routines, so the passphrase can be managed
9651 externally and passed in to the system.
9652 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
9653 function.
9654
9655 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
9656
9657 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
9658 from goto-address-url-regexp.
9659
9660 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
9661
9662 * textmodes/org.el (org-read-date, org-goto-calendar)
9663 (org-recenter-calendar, org-agenda-goto-calendar):
9664 Temporarily clear `calendar-move-hook'.
9665
9666 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
9667
9668 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
9669 merging.
9670
9671 * ediff-util.el (ediff-previous-difference): Don't skip regions that
9672 have merge clashes.
9673
9674 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9675
9676 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
9677 Undo previous change.
9678
9679 * startup.el (command-line): Use `custom-reevaluate-setting' for
9680 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
9681 tty-register-default-colors on Mac.
9682
9683 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
9684
9685 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
9686 (gdb-buffer-type): Make it automatically buffer local...
9687 (gdb-get-create-buffer): ...and set it accordingly.
9688 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
9689 actually work.
9690
9691 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
9692
9693 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
9694 not red.
9695
9696 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
9697
9698 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
9699 case GUD buffer is not visible.
9700 (gdb-goto-breakpoint): Try to force display in source buffer.
9701 (gdb-frame-gdb-buffer): Copy other similar functions.
9702 (gdb-restore-windows): Don't display source if not asked for.
9703 (gdb-assembler-buffer-name): Don't capitalise.
9704
9705 2005-11-03 Richard M. Stallman <rms@gnu.org>
9706
9707 * wid-edit.el (key-sequence): New widget type.
9708
9709 * simple.el (set-mark-command-repeat-pop): New variable.
9710 (set-mark-command): Only interpret plan C-@ after a pop as a pop
9711 if set-mark-command-repeat-pop is true.
9712
9713 * info.el (Info-fontify-node): Don't display extra "see" if there
9714 already is one here.
9715
9716 * mouse.el: Fix special handling of DEL after dragging a region:
9717 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
9718 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
9719
9720 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
9721
9722 * textmodes/ispell.el (ispell-command-loop): Change `i' description
9723 not to assume it pertains to an affix.
9724
9725 * textmodes/flyspell.el (flyspell-post-command-hook):
9726 Bind deactivate-mark to prevent deactivation.
9727
9728 2005-11-03 Lars Hansen <larsh@soem.dk>
9729
9730 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
9731 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
9732 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
9733
9734 2005-11-03 Romain Francoise <romain@orebokech.com>
9735
9736 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
9737 Update copyright years.
9738
9739 2005-11-03 Sam Steingold <sds@gnu.org>
9740
9741 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
9742 Use system-type instead of window-system because window-system is not
9743 correctly defined during loadup.
9744
9745 2005-11-02 Mark A. Hershberger <mah@everybody.org>
9746
9747 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
9748 (xml-parse-tag): Join strings separated by a comment properly.
9749
9750 2005-11-02 Andreas Schwab <schwab@suse.de>
9751
9752 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
9753
9754 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
9755
9756 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
9757 (byte-optimize-pure-func): Quote the eval'd value.
9758
9759 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
9760 Rename from perl-font-lock-syntactic-face-function.
9761 Change the calling convention so it can be used as a font-lock MATCHER.
9762 Do the parse-partial-sexp loop outselves.
9763 (perl-font-lock-syntactic-keywords): Use it.
9764 (perl-mode): Don't set font-lock-syntactic-face-function any more.
9765
9766 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
9767
9768 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
9769 disassembly buffer too.
9770 (gdb-exited): Remove overlay arrows when execution has finished.
9771 (gdb-info-frames-custom, gdb-info-threads-custom)
9772 (gdb-info-registers-custom): Don't add inappropriate text
9773 properties if inferior is not active.
9774
9775 2005-11-02 Glenn Morris <rgm@gnu.org>
9776
9777 * progmodes/fortran.el (fortran-blink-match):
9778 Use `blink-matching-delay'.
9779
9780 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
9781
9782 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
9783
9784 2005-11-02 Lars Hansen <larsh@soem.dk>
9785
9786 * net/tramp.el (tramp-action-out-of-band): Handle scp message
9787 "Permission denied".
9788
9789 2005-11-01 Richard M. Stallman <rms@gnu.org>
9790
9791 * textmodes/flyspell.el (flyspell-external-point-words):
9792 Pass nil to flyspell-get-word.
9793
9794 2005-11-02 Kim F. Storm <storm@cua.dk>
9795
9796 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
9797 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
9798
9799 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
9800
9801 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
9802 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
9803 (calendar-mouse-print-dates): Add optional `event' argument.
9804 Update interactive-spec.
9805 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
9806 Use `calendar-event-to-date' instead of `event'.
9807
9808 2005-11-02 Masatake YAMATO <jet@gyve.org>
9809
9810 * progmodes/ld-script.el (ld-script-builtins):
9811 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
9812 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
9813 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
9814
9815 2005-11-01 Romain Francoise <romain@orebokech.com>
9816
9817 * vc-sccs.el: Update copyright year.
9818 * ezimage.el: Likewise.
9819
9820 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
9821
9822 * info.el (Info-fontify-node): Use `string-width' for fontifying
9823 underlined titles.
9824
9825 2005-11-01 Juri Linkov <juri@jurta.org>
9826
9827 * info.el (Info-fontify-node): Downcase node header keywords Node,
9828 Prev, Next, Up before comparison.
9829 (Info-history): Insert absolute directory name, and put invisible
9830 property on it.
9831
9832 2005-11-01 Juri Linkov <juri@jurta.org>
9833
9834 * info.el (Info-file-supports-index-cookies): New variable.
9835 (Info-find-node-2): Check makeinfo version for index cookie support.
9836 (Info-index-nodes): Search for nodes with index cookies only when
9837 Info-file-supports-index-cookies is t. Otherwise, search nodes
9838 with "Index" in the node name.
9839 (Info-index-node): Search index cookie in the current node only when
9840 Info-file-supports-index-cookies is t. Otherwise, check the word
9841 "Index" in the node name.
9842 (Info-find-emacs-command-nodes): Remove code that searches nodes
9843 with "Index" node name in the top menu.
9844
9845 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
9846
9847 * progmodes/scheme.el (scheme-mode-variables): Use the default
9848 comment-indent-function.
9849
9850 * faces.el (face-attribute): Handle the case where a face inherits from
9851 a non-existent face.
9852
9853 * simple.el (eval-expression-print-format): Use lisp-readable syntax
9854 for octal and hexa output, and merge the char into the paren.
9855 (kill-new): Use push.
9856 (copy-to-buffer): Use with-current-buffer.
9857 (completion-setup-function): Move code in loop to remove redundancy.
9858 (minibuffer-local-must-match-map): Don't add bindings that duplicate
9859 those inherited from minibuffer-local-completion-map.
9860
9861 * savehist.el (savehist-mode) <defcustom>:
9862 Use custom-set-minor-mode if available.
9863 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
9864 and emit a message if applicable.
9865
9866 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
9867
9868 * savehist.el: Sync up to version 19.
9869 (savehist-mode): New minor mode.
9870 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
9871 (savehist-length): Remove (use history-length instead).
9872 (savehist-file-modes): Rename from savehist-modes.
9873 (savehist-save-hook, savehist-loaded): New vars.
9874 (savehist-load): Use savehist-mode. Try to smooth up transition from
9875 old format to new format.
9876 (savehist-install): Allow savehist-autosave-interval to be nil.
9877 (savehist-save): Run the new hook. Be more careful to only trim the
9878 history variables.
9879 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
9880 (savehist-printable): Print into a buffer rather than char-by-char.
9881
9882 2005-11-01 John Wiegley <johnw@newartisans.com>
9883
9884 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
9885 toggle-ignore keybinding (C-a). The author said it had been
9886 disabled much earlier due to a possible incompatibility, but after
9887 many months of usage I have encountered no problems (and it is a
9888 rather useful option, especially for switching to " *temp*").
9889
9890 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
9891 support for OS/X's AddressBook, by calling out to the open source
9892 program "contacts" (installable through Fink).
9893
9894 * net/eudc.el (eudc-expand-inline): If the
9895 `eudc-multiple-match-handling-method' is set to `all', delete the
9896 query string before inserting the query result.
9897
9898 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
9899 flag, to prevent Eshell from using the system ls when
9900 `eshell-ls-insert-directory' is in used.
9901 (eshell-ls-insert-directory): Disable font-lock in directory
9902 buffer so that Eshell's own fontification is seen. This broke
9903 recently due to changes in font-lock, so this goes back to version
9904 21 behavior.
9905
9906 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
9907
9908 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
9909 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
9910 (gdb-many-windows): Doc fix.
9911
9912 2005-10-31 Romain Francoise <romain@orebokech.com>
9913
9914 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
9915
9916 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
9917
9918 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
9919 that global-font-lock-mode can be enabled by default.
9920
9921 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
9922 (font-lock-add-keywords, font-lock-remove-keywords)
9923 (font-lock-fontify-buffer): Remove autoload cookies.
9924
9925 * jit-lock.el (jit-lock-register): Likewise.
9926
9927 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
9928
9929 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
9930
9931 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
9932 intact if there is no gud-comint-buffer.
9933
9934 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
9935
9936 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
9937 old prompt comint-prompt-read-only is t and GDB commands are
9938 issued from tool bar etc.
9939
9940 2005-10-31 Masatake YAMATO <jet@gyve.org>
9941
9942 * vc.el (vc-directory-exclusion-list): Add "{arch}".
9943
9944 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
9945
9946 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
9947 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
9948
9949 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
9950
9951 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
9952 starting at beginning of line. Fontification is messed up when
9953 `open-paren-in-column-0-is-defun-start' set to t.
9954 Reported by John Paul Wallington <jpw@pobox.com>.
9955
9956 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
9957
9958 * comint.el (comint-send-input): Call `comint-update-fence' when
9959 `comint-process-echoes' and `comint-prompt-read-only' are both
9960 non-nil, to avoid leftover read-only newline.
9961
9962 2005-10-30 Richard M. Stallman <rms@gnu.org>
9963
9964 * textmodes/flyspell.el (flyspell-external-point-words):
9965 Detect when WORD can't be checked properly because
9966 flyspell-get-word finds just part of it, and move on.
9967
9968 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
9969 boundarychar for Polish.
9970 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
9971 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
9972
9973 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
9974
9975 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
9976 (gdb-registers-font-lock-keywords): Delete.
9977 (gdb-registers-mode): Don't fontify.
9978 (gdb-info-registers-custom): Use text properties instead as, in
9979 future, changed register values will use font-lock-warning-face.
9980 (gdb-local-font-lock-keywords): Rename to...
9981 (gdb-locals-font-lock-keywords): ...for consistency.
9982
9983 2005-10-30 Andre Spiegel <spiegel@gnu.org>
9984
9985 * vc.el (vc-switch-backend): Better error message if the buffer is
9986 not visiting a file under version control.
9987
9988 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
9989
9990 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
9991
9992 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
9993 ~/.emacs.d/.emacs.
9994
9995 2005-10-29 Richard M. Stallman <rms@gnu.org>
9996
9997 * replace.el (occur-mode-mouse-goto): Always go to other window.
9998 (occur-mode-goto-occurrence): Always switch in same window.
9999
10000 * simple.el (undo): Display message at end, not at start.
10001
10002 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
10003 New arg REUSE-CELL.
10004 (cancel-timer-internal): New function.
10005 (timer-event-handler): Use cancel-timer-internal,
10006 and pass the cell it returns to timer-activate...
10007
10008 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
10009 (jit-lock-deferred-fontify, jit-lock-context-fontify)
10010 (jit-lock-after-change): Test memory-full.
10011
10012 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
10013
10014 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
10015 part of the decoded armor to find the key-identifier.
10016 (pgg-gpg-lookup-key-owner): New function to return the
10017 human-readable identifier of a key owner.
10018 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
10019 key itself.
10020 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
10021 the key value) if we have a key and can match it against a secret
10022 key. Also, added a note pointing out fact that the prompt only
10023 indicates the first matching key.
10024
10025 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
10026 pgg-decrypt-region.
10027 (pgg-pending-timers): A new hash for tracking the passphrase cache
10028 timers, so that new ones supercede old ones.
10029 (pgg-add-passphrase-to-cache): Rename from
10030 `pgg-add-passphrase-cache' to reduce confusion (all callers
10031 changed). Modified to cancel old timers when new ones are added.
10032 (pgg-remove-passphrase-from-cache): Rename from
10033 `pgg-remove-passphrase-cache' to reduce confusion (all callers
10034 changed). Modified to cancel old timers when their keys are
10035 removed from the cache.
10036 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
10037 XEmacs, an indirection to delete-itimer.
10038 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
10039 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
10040 users can only check cache without risk of prompting. Correct bug in
10041 notruncate behavior.
10042 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
10043 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
10044 Add informative docstrings.
10045 (pgg-decrypt): Convey provided passphrase in subordinate call to
10046 pgg-decrypt-region.
10047
10048 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
10049 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
10050 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
10051 `passphrase' argument, so the passphrase can be managed externally
10052 and then passed in to the system.
10053
10054 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
10055 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
10056 so the passphrase cache can be used reliably with identifiers
10057 besides a pgp packet's key id.
10058
10059 * pgg-gpg.el (pgg-pgp-encrypt-region)
10060 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
10061 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
10062 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
10063 argument to all these routines, so the passphrase can be managed
10064 externally and passed in to the system.
10065
10066 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
10067 `notruncate' argument, so the passphrase cache can be used
10068 reliably with identifiers besides a pgp packet's key id.
10069
10070 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
10071
10072 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
10073 symmetric encryption.
10074 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
10075 encrypted session key.
10076 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
10077 message ask for the passphrase in a proper way.
10078
10079 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
10080 New user commands for symmetric encryption.
10081
10082 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
10083
10084 * textmodes/conf-mode.el (conf-assignment-sign)
10085 (conf-assignment-regexp): Fix docstrings.
10086 (conf-mode-initialize): New function.
10087 (conf-mode): Remove optional args. Use delay-mode-hooks to
10088 recognize recursive calls.
10089 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
10090 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
10091 (conf-xdefaults-mode): Use define-derived-mode and
10092 conf-mode-initialize.
10093
10094 2005-10-29 Romain Francoise <romain@orebokech.com>
10095
10096 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
10097
10098 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
10099
10100 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
10101 part of the decoded armor to find the key-identifier.
10102 (pgg-gpg-lookup-key-owner): New function to return the
10103 human-readable identifier of a key owner.
10104 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
10105 key itself.
10106 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
10107 the key value) if we have a key and can match it against a secret
10108 key. Also, added a note pointing out fact that the prompt only
10109 indicates the first matching key.
10110
10111 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
10112 pgg-decrypt-region.
10113 (pgg-pending-timers): A new hash for tracking the passphrase cache
10114 timers, so that new ones supercede old ones.
10115 (pgg-add-passphrase-to-cache): Rename from
10116 `pgg-add-passphrase-cache' to reduce confusion (all callers
10117 changed). Modified to cancel old timers when new ones are added.
10118 (pgg-remove-passphrase-from-cache): Rename from
10119 `pgg-remove-passphrase-cache' to reduce confusion (all callers
10120 changed). Modified to cancel old timers when their keys are
10121 removed from the cache.
10122 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
10123 XEmacs, an indirection to delete-itimer.
10124 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
10125 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
10126 users can only check cache without risk of prompting. Correct bug in
10127 notruncate behavior.
10128 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
10129 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
10130 Add informative docstrings.
10131 (pgg-decrypt): Convey provided passphrase in subordinate call to
10132 pgg-decrypt-region.
10133
10134 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
10135
10136 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
10137 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
10138 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
10139 `passphrase' argument, so the passphrase can be managed externally
10140 and then passed in to the system.
10141
10142 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
10143 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
10144 so the passphrase cache can be used reliably with identifiers
10145 besides a pgp packet's key id.
10146
10147 * pgg-gpg.el (pgg-pgp-encrypt-region)
10148 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
10149 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
10150 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
10151 argument to all these routines, so the passphrase can be managed
10152 externally and passed in to the system.
10153
10154 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
10155 `notruncate' argument, so the passphrase cache can be used
10156 reliably with identifiers besides a pgp packet's key id.
10157
10158 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
10159
10160 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
10161 symmetric encryption.
10162 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
10163 encrypted session key.
10164 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
10165 message ask for the passphrase in a proper way.
10166
10167 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
10168 New user commands for symmetric encryption.
10169
10170 2005-10-28 Bill Wohler <wohler@newt.com>
10171
10172 * help-mode.el (help-url): New button type. Calls browse-url.
10173 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
10174 Similar to Info nodes: URL `url'.
10175 (help-make-xrefs): Create help-url buttons for
10176 help-xref-url-regexp matches.
10177
10178 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
10179
10180 * tool-bar.el (tool-bar-add-item-from-menu)
10181 (tool-bar-local-item-from-menu): Fix doc strings.
10182
10183 2005-10-28 Romain Francoise <romain@orebokech.com>
10184
10185 * ldefs-boot.el: Update.
10186
10187 * subr.el (locate-library): Move from help-fns.el.
10188 * help-fns.el (locate-library): Move to subr.el.
10189
10190 2005-10-28 Richard M. Stallman <rms@gnu.org>
10191
10192 * net/tramp.el (tramp-completion-mode): defvar moved up.
10193
10194 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
10195
10196 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
10197
10198 * files.el (find-file-noselect): Use %d to format large file size.
10199
10200 * bindings.el (mode-line-format): Add %e.
10201
10202 * loadup.el ("facemenu"): Load unconditionally.
10203 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
10204 ("x-dnd"): Load, when appropriate.
10205
10206 * startup.el (command-line): Call before-init-hook earlier.
10207 Warn about some bad characters in -u user name.
10208
10209 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
10210 (flyspell-external-point-words): Error if misspelled word is not found.
10211 Set flyspell-large-region-beg at end of word.
10212
10213 2005-10-28 Andreas Schwab <schwab@suse.de>
10214
10215 * view.el (View-revert-buffer-scroll-page-forward):
10216 Use view-page-size-default.
10217
10218 2005-10-28 Juri Linkov <juri@jurta.org>
10219
10220 * international/quail.el (quail-get-current-str): Translate last
10221 raw character for deterministic input methods.
10222
10223 2005-10-27 Jay Belanger <belanger@truman.edu>
10224
10225 * calc/calc-ext.el: Add functions to autoloads.
10226 (math-identity-matrix-p, math-ident-row-p): New functions.
10227
10228 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
10229 multiplication by an identity matrix; don't turn multiplication by
10230 an inverse matrix into division.
10231 (math-div-symbol-fancy): Replace division by matrices with
10232 multiplication by inverse.
10233
10234 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
10235
10236 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
10237 (calc-writeoutpower): New functions.
10238
10239 2005-10-27 Romain Francoise <romain@orebokech.com>
10240
10241 * replace.el (occur-engine): Include colon in mouse-face highlight.
10242
10243 * dired-x.el: Change Maintainer field.
10244
10245 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
10246
10247 * longlines.el (longlines-mode): Bind after-change-functions to
10248 nil during initial decoding and final encoding.
10249
10250 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
10251
10252 * term.el (term-emulate-terminal, term-handle-colors-array)
10253 (term-handle-ansi-escape): Specify the terminfo capabilities
10254 implemented.
10255
10256 2005-10-26 Richard M. Stallman <rms@gnu.org>
10257
10258 * info.el (Info-fontify-node): Fix detection of sentence-break
10259 before *Note.
10260
10261 2005-10-26 Romain Francoise <romain@orebokech.com>
10262
10263 * smerge-mode.el: Add `tools' to file keywords.
10264
10265 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
10266
10267 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
10268 when the fringe is not available.
10269
10270 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
10271 (def-gdb-auto-update-trigger): Simplify construction.
10272 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
10273 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
10274 defined explicitly.
10275 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
10276 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
10277 defined explicitly.
10278 (gdb-info-locals-custom): Remove as it's a no-op.
10279
10280 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
10281
10282 * longlines.el (longlines-mode): Remove narrowing before
10283 performing the initial decoding or final encoding.
10284
10285 2005-10-25 Romain Francoise <romain@orebokech.com>
10286
10287 * emacs-lisp/find-func.el (find-library-name): Also strip
10288 extension if library name ends in .el, to take advantage of
10289 `find-library-suffixes'.
10290
10291 2005-10-25 Richard M. Stallman <rms@gnu.org>
10292
10293 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
10294
10295 2005-10-25 Juri Linkov <juri@jurta.org>
10296
10297 * textmodes/texinfo.el (texinfo-mode): Change charset of one
10298 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
10299
10300 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
10301
10302 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
10303 (blackbox-redefine-key): Add argument `map'.
10304
10305 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
10306 regions when moving the jit-lock-context-unfontify-pos boundary.
10307
10308 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
10309
10310 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
10311
10312 2005-10-25 Masatake YAMATO <jet@gyve.org>
10313
10314 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
10315
10316 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
10317
10318 * play/blackbox.el (blackbox-redefine-key): New function.
10319 (blackbox-mode-map): Use it to remap existing bindings for cursor
10320 motion instead of binding literal keys.
10321
10322 2005-10-25 Glenn Morris <rgm@gnu.org>
10323
10324 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
10325 diary does not end in a newline. Do not assume a blank line at
10326 the start of the diary file.
10327
10328 2005-10-25 Kenichi Handa <handa@m17n.org>
10329
10330 * international/quail.el (quail-translate-key): If the input
10331 method is deterministic and failed to handle the last key, restart
10332 the key handling loop from an appropriate key.
10333
10334 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
10335
10336 * vc.el (vc-dired-mode): Extend comment for binding of
10337 `directory-listing-before-filename-regexp'.
10338
10339 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
10340
10341 * textmodes/texinfo.el (texinfo-mode):
10342 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
10343 not to unnecessarily expose emacs-mule's internal char codes.
10344
10345 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
10346
10347 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
10348 Display hand pointer and help-echo on disabled icon too.
10349 (gdb-mouse-until): New function.
10350 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
10351
10352 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
10353
10354 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
10355 with 2005-10-23 change to doctor.el.
10356
10357 * finder.el (finder-mode-map): Add follow-link binding.
10358
10359 2005-10-25 Kim F. Storm <storm@cua.dk>
10360
10361 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
10362 to gdb-mouse-toggle-breakpoint-fringe.
10363 (gdb-mouse-toggle-breakpoint-margin): Rename from
10364 gdb-mouse-toggle-breakpoint. Fix doc.
10365 (gdb-mouse-toggle-breakpoint-fringe): New defun.
10366 (gdb-put-string): Add optional SPROPS arg. Add props to string.
10367 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
10368 string properties also for fringe breakpoint bitmaps.
10369
10370 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
10371
10372 * textmodes/org.el (org-start-icalendar-file): Fix format form.
10373
10374 2005-10-25 Masatake YAMATO <jet@gyve.org>
10375
10376 * simple.el (completion-common-substring):
10377 Use `completion-common-substring' prior to `completion-base-size'.
10378
10379 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
10380
10381 * savehist.el: Require CL while compiling.
10382 (savehist-history-variables): Remove.
10383 (savehist-save-minibuffer-history, savehist-additional-variables)
10384 (savehist-minibuffer-history-variables): New vars.
10385 (savehist-save): Use them.
10386 (savehist-uninstall, savehist-minibuffer-hook): New funs.
10387 (savehist-install): New fun, extracted from savehist-load.
10388 (savehist-load): Use them.
10389
10390 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
10391
10392 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
10393 a dummy doc-string-elt property.
10394 (defalias, defvaralias, define-category): Add a docstring property.
10395
10396 * image.el (defimage):
10397 * widget.el (define-widget):
10398 * custom.el (defface, defcustom): Add `doc-string' declaration.
10399
10400 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
10401 (defadvice): Add `doc-string' declaration.
10402
10403 * emacs-lisp/byte-run.el (macro-declaration-function):
10404 Handle `doc-string' declarations.
10405 (define-obsolete-function-alias, define-obsolete-variable-alias):
10406 Add `doc-string' declaration.
10407
10408 2005-10-24 Kenichi Handa <handa@m17n.org>
10409
10410 * international/utf-7.el (utf-7): Add autoload cookie.
10411
10412 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
10413
10414 2005-10-24 Eli Zaretskii <eliz@gnu.org>
10415
10416 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
10417 list of directories passed to batch-update-autoloads. Add "." to
10418 the list of the echoed directories.
10419
10420 * pgg-def.el:
10421 * pgg-gpg.el:
10422 * pgg-parse.el:
10423 * pgg-pgp.el:
10424 * pgg-pgp5.el:
10425 * pgg.el: Moved here from the gnus subdirectory.
10426
10427 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
10428
10429 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
10430 in case comint-prompt-read-only is set to t.
10431
10432 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
10433 in case comint-prompt-read-only is set to t.
10434
10435 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
10436
10437 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
10438 Now a string.
10439 (icalendar-import-format): Handle CLASS, STATUS, URL.
10440 Rename `subject' to `summary'.
10441 (icalendar-import-format-summary): Rename from
10442 `icalendar-import-format-subject'.
10443 (icalendar-import-format-url, icalendar-import-format-status)
10444 (icalendar-import-format-class): New variables.
10445 (icalendar--rris): Take variable argument list.
10446 (icalendar--datestring-to-isodate): Remove unnecessary
10447 calendar-style check when converting dates with explicit month names.
10448 (icalendar-export-region): Change return type of conversion
10449 subroutines. Bury current buffer unless error occurred.
10450 (icalendar--convert-to-ical)
10451 (icalendar--parse-summary-and-rest): New functions.
10452 (icalendar--convert-ordinary-to-ical)
10453 (icalendar--convert-weekly-to-ical)
10454 (icalendar--convert-yearly-to-ical)
10455 (icalendar--convert-block-to-ical)
10456 (icalendar--convert-cyclic-to-ical)
10457 (icalendar--convert-anniversary-to-ical): Change return type.
10458 Strip trailing blanks from subject.
10459 (icalendar--convert-sexp-to-ical): Change return type.
10460 Strip trailing blanks from subject. Handle simple sexp
10461 entries as generated by icalendar.el.
10462 (icalendar--convert-float-to-ical)
10463 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
10464 (icalendar-import-file): Doc fix.
10465 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
10466 Correct call to icalendar--rris.
10467 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
10468 `summary'.
10469 (icalendar--add-diary-entry): Rename `subject' to `summary'.
10470
10471 2005-10-24 Romain Francoise <romain@orebokech.com>
10472
10473 * server.el (server-sentinel): Set query-on-exit flag to nil on
10474 new client processes (it isn't inherited from the server process).
10475
10476 * replace.el (occur-engine): Rearrange text properties.
10477
10478 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
10479
10480 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
10481 case-fold-search is nil.
10482 (debug-help-follow): Use help-xref-interned directly.
10483
10484 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
10485
10486 * thumbs.el (thumbs-image-type): Add .pbm.
10487
10488 2005-10-23 Richard M. Stallman <rms@gnu.org>
10489
10490 * faces.el (inhibit-face-set-after-frame-default): New variable.
10491 (set-face-attribute): Bind it.
10492 (face-set-after-frame-default): Test it.
10493
10494 * help-fns.el (describe-simplify-lib-file-name): New function.
10495 (describe-function-1, describe-variable): Use it.
10496
10497 * faces.el (describe-face): Use describe-simplify-lib-file-name.
10498
10499 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
10500 Eliminate nil as possible value.
10501 (tooltip-hide-delay): Reduce internal-border-width.
10502
10503 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
10504 (menu-bar-file-menu) <new-file>: Likewise.
10505
10506 * simple.el (line-move-finish): Ignore fields computing LINE-END.
10507
10508 * international/mule.el (load-with-code-conversion):
10509 Pass full file name to `eval-buffer' unless preloading.
10510
10511 * textmodes/flyspell.el (flyspell-large-region):
10512 Call ispell-check-version.
10513
10514 * textmodes/ispell.el (ispell-local-dictionary-overridden):
10515 Fix the make-variable-buffer-local call that was supposed
10516 to be for this variable.
10517 (ispell-aspell-supports-utf8): Doc fix.
10518 (ispell-find-aspell-dictionaries): Preserve elements of
10519 ispell-dictionary-alist for dictionaries that aspell doesn't report.
10520 (ispell-aspell-find-dictionary): Return nil on error.
10521
10522 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
10523 (doctor-symptoms): Likewise.
10524
10525 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
10526
10527 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
10528
10529 * cus-edit.el (custom-button, custom-button-pressed): New vars.
10530 (custom-raised-buttons): Add :set spec.
10531 (custom-button-unraised, custom-button-pressed-unraised):
10532 New faces, so that custom-raised-buttons actually does something.
10533 (custom-mode): Use custom-button and custom-button-pressed.
10534
10535 * wid-edit.el (widget-specify-button): Don't ignore
10536 widget-mouse-face on graphic terminals.
10537 (widget-move-and-invoke): Cleanup.
10538
10539 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
10540
10541 * whitespace.el (whitespace-cleanup): Doc fix.
10542
10543 2005-10-23 Romain Francoise <romain@orebokech.com>
10544
10545 * emulation/viper.el (viper-set-hooks): Quote forms passed to
10546 `eval-after-load' to avoid evaluating their result.
10547
10548 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
10549
10550 * files.el (directory-listing-before-filename-regexp):
10551 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
10552
10553 * dired.el (dired-move-to-filename-regexp): Remove.
10554 All occurences replaced by `directory-listing-before-filename-regexp'.
10555
10556 * dired-x.el, locate.el, vc.el:
10557 Replace `dired-move-to-filename-regexp' by
10558 `directory-listing-before-filename-regexp'. In vc.el it is
10559 overwritten locally; maybe this can be handled in files.el too.
10560
10561 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
10562 replaced by `directory-listing-before-filename-regexp'.
10563
10564 2005-10-23 Andreas Schwab <schwab@suse.de>
10565
10566 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
10567 and eval-next-after-load.
10568
10569 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
10570
10571 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
10572 exist, create it.
10573
10574 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
10575
10576 * allout.el: Remove autoloads for mailcrypt and crypt++.
10577 Require pgg, pgg-gpg during compilation.
10578 (allout-version): Increment version number to 2.1, and use a literal
10579 rather than RCS Id.
10580 (allout-default-encryption-scheme): Remove.
10581 (allout-passphrase-verifier-handling)
10582 (allout-passphrase-verifier-string)
10583 (allout-file-passphrase-verifier-string)
10584 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
10585 (allout-passphrase-hint-handling): Rename and simplify.
10586 (allout-init): Use `find-file-hook' if available, otherwise
10587 `find-file-hooks'.
10588 (allout-mode): Use `write-file-functions' if available, otherwise
10589 `local-write-file-hooks' and, instead of making auto-save-hook
10590 buffer local, make the write-file-hook activity contingent to
10591 allout-mode.
10592 (allout-mode): Use key-binding substitution in the docstring.
10593 (allout-kill-line): Spell-out kill ring data structure mutation
10594 instead of using byte-compiler-complaint-provoking `pop'.
10595 (allout-insert-listified): Use `insert' rather than `insert-string'
10596 (allout-toggle-current-subtree-encryption): Update docstring, adjust
10597 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
10598 (allout-encrypt-string): Totally revamped vis new underlying
10599 encryption facilities.
10600 (allout-mc-activate-passwd): Remove.
10601 (allout-obtain-passphrase): New, more or less replaces
10602 allout-mc-activate-passwd.
10603 (allout-encrypted-key-info): More or less replaces
10604 allout-encrypted-text-type.
10605 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
10606 (my-mark-marker): Use `(featurep 'xemacs)'.
10607
10608 2005-10-23 Lars Hansen <larsh@soem.dk>
10609
10610 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
10611 (byte-compile-file-form-defmumble, byte-compile-defun)
10612 (byte-compile-defmacro): Use it.
10613 (byte-compile-form): Don't call byte-compile-set-symbol-position
10614 when a byte-compile handler is called.
10615
10616 2005-10-22 Romain Francoise <romain@orebokech.com>
10617
10618 * savehist.el (savehist-history-variables): Add `grep-find-history'.
10619
10620 * subr.el (eval-after-load): Convert library name to an absolute
10621 file name using locate-library, since load-history no longer has
10622 library names in it.
10623
10624 2005-10-22 Richard M. Stallman <rms@gnu.org>
10625
10626 * files.el (make-temp-file): Move from subr.el.
10627 * subr.el (make-temp-file): Move to files.el.
10628
10629 * window.el (get-buffer-window-list): Move from subr.el.
10630 * subr.el (get-buffer-window-list): Move to window.el.
10631
10632 * image.el (image-load-path): Use eval-at-startup to initialize.
10633
10634 * subr.el (eval-at-startup): New macro.
10635
10636 * subr.el: Much rearrangement of functions and division
10637 into pages. No code changes.
10638
10639 2005-10-22 Kenichi Handa <handa@m17n.org>
10640
10641 * tar-mode.el (tar-extract): Be sure to call
10642 find-operation-coding-system if set-auto-coding doesn't find a
10643 coding system.
10644
10645 2005-10-22 Kim F. Storm <storm@cua.dk>
10646
10647 * image.el (image-type-header-regexps): Rename from image-type-regexps.
10648 Change users.
10649 (image-type-file-name-regexps): New defconst.
10650 (image-type-from-data): Simplify loop.
10651 (image-type-from-buffer): New defun.
10652 (image-type-from-file-header): Use it instead of image-type-from-data.
10653 Use image-search-load-path instead of only looking in data-directory.
10654 (image-type-from-file-name): New defun.
10655 (image-search-load-path): Change `pathname' to `filename'.
10656 Make PATH arg optional, default to image-load-path.
10657
10658 2005-10-21 Richard M. Stallman <rms@gnu.org>
10659
10660 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
10661
10662 * textmodes/paragraphs.el (sentence-end-base): New variable.
10663 (sentence-end): Use sentence-end-base.
10664
10665 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
10666
10667 * font-lock.el (font-lock-default-fontify-region): Check the multiline
10668 property independently from the font-lock-multiline variable.
10669
10670 2005-10-21 Richard M. Stallman <rms@gnu.org>
10671
10672 * emacs-lisp/find-func.el (find-library-name): Doc fix.
10673
10674 * startup.el (command-line): Convert library names
10675 in `load-history' to absolute file names.
10676
10677 * subr.el (symbol-file): Doc fix.
10678
10679 * loadhist.el (file-loadhist-lookup): Call locate-library
10680 instead of find-library-name. Don't try converting
10681 abs file names to library names, since load-history no longer
10682 has library names in it.
10683 (file-dependents, file-provides, file-requires): Doc fixes.
10684
10685 2005-10-21 Juri Linkov <juri@jurta.org>
10686
10687 * progmodes/etags.el (tags-table-mode): New function.
10688 (tags-verify-table): Replace initialize-new-tags-table with
10689 tags-table-mode.
10690
10691 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
10692 default value.
10693 (desktop-modes-not-to-save): Add tags-table-mode to the
10694 default value.
10695
10696 * info.el (Info-index-next): Add total number of index
10697 alternatives to the message.
10698
10699 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
10700 backward only space (instead of space and period) before looking
10701 at sentence end.
10702
10703 * simple.el (set-variable): Use user-variable-p instead of symbolp.
10704 Add the old variable value as 4th default-value arg of read-string.
10705
10706 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10707
10708 * cus-face.el (custom-declare-face): Make face from X resources
10709 also on Mac.
10710
10711 * disp-table.el (standard-display-g1, standard-display-graphic):
10712 Refuse to use string glyphs also on Mac.
10713 (standard-display-european): Don't set terminal coding system also
10714 on Mac.
10715
10716 * frame.el (display-screens): Use x-display-screens also on Mac.
10717
10718 2005-10-21 Romain Francoise <romain@orebokech.com>
10719
10720 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
10721
10722 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
10723
10724 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
10725 and $? into sexps.
10726
10727 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
10728 warning face on open-paren-in-column-0.
10729
10730 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
10731 boundary case. Fix typo.
10732 Suggested by Martin Rudalics <rudalics@gmx.at>.
10733
10734 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
10735
10736 * textmodes/org.el (org-combined-agenda-icalendar-file)
10737 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
10738 (org-export-icalendar-this-file)
10739 (org-export-icalendar-all-agenda-files)
10740 (org-export-icalendar-combine-agenda-files): New commands.
10741 (org-export-icalendar, org-print-icalendar-entries)
10742 (org-start-icalendar-file, org-finish-icalendar-file)
10743 (org-ical-ts-to-string): New functions.
10744 (org-read-date, org-goto-calendar)
10745 (org-agenda-goto-calendar): Inhibit displaying diary entries by
10746 call to `calendar'.
10747 (orgtbl-setup): Remove the :keys arguments from the menu description.
10748 (org-after-save-iCalendar-file-hook): New variable.
10749
10750 2005-10-21 Kenichi Handa <handa@m17n.org>
10751
10752 * language/vietnamese.el (tcvn-5712): Make it an alias of
10753 vietnamese-tcvn coding-system.
10754
10755 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
10756
10757 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
10758 group id is given.
10759
10760 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
10761
10762 * progmodes/sh-script.el (sh-escaped-line-re): New var.
10763 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
10764 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
10765 whose line is either continued or ends with a comment.
10766
10767 2005-10-20 Romain Francoise <romain@orebokech.com>
10768
10769 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
10770
10771 * replace.el (occur-engine): Add follow-link property.
10772
10773 * font-core.el (font-lock-mode): Doc fix.
10774
10775 2005-10-20 Richard M. Stallman <rms@gnu.org>
10776
10777 * net/rcirc.el: New file.
10778
10779 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
10780
10781 * term.el (term-term-name): Initialize to "eterm-color".
10782
10783 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
10784
10785 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
10786 for encryption functionality.
10787 Move allout customization subgroup from `editing' to `outlines' group.
10788 Fix commentary keywords to legitimate ones.
10789 Update author info (using my current email address, obscurified).
10790 (allout-encrypt-string, allout-encryption-produce-work-buffer)
10791 (allout-encrypted-topic-p, allout-encrypted-text-type)
10792 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
10793 (allout-situate-encryption-key-verifier)
10794 (allout-get-encryption-key-verifier, allout-verify-key)
10795 (allout-next-topic-pending-encryption)
10796 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
10797 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
10798 (outline-key-verifier-handling, outline-key-hint-handling)
10799 (outline-encrypt-unencrypted-on-saves): New defcustoms.
10800 (allout-file-key-verifier-string, allout-encryption-scheme)
10801 (allout-key-verifier-string, allout-key-hint-string)
10802 (allout-after-save-decrypt): New variables.
10803 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
10804 (allout-after-saves-handler): New hook functions.
10805 (allout-post-command-business): Do allout-after-save-decrypt.
10806 (allout-enable-file-variable-adjustment): Custom var to enable
10807 mechanism for adding and adjusting settings of Emacs file variables.
10808 (allout-adjust-file-variable, allout-file-vars-section-data):
10809 New functions, implement the mechanism.
10810 (outlineify-sticky): Use the file vars mechanism.
10811 (allout-inhibit-protection, allout-during-write-cue)
10812 (allout-override-protect, allout-before-change-protect): Remove.
10813 (allout-flag-region, allout-open-topic): Adjust read-only text.
10814 (allout-open-line-not-read-only): Add to facilitate read-only
10815 text based protection.
10816 (allout-kill-line): Revise to adjust read-only text, clue the
10817 user about the inhibition.
10818 (allout-unprotected): Use unwind-protect.
10819 (allout-shift-in, allout-shift-out): Disallow manually shifting a
10820 topic deeper than the offspring depth of the previous topic -
10821 avoiding confusing "containment discontinuities".
10822 (allout-reindent-bodies): Fix retention of body relative hanging
10823 indent during promotion of collapsed bodies.
10824 (allout-open-topic): Make it easy to open new topic with same
10825 bullet as current topic - topic creation functions provided with
10826 any universal argument provokes now prompt for bullet, defaulting
10827 to the bullet of the previous topic.
10828 (allout-plain-bullets-string, allout-distinctive-bullets-string):
10829 Plain bullet alternates `.' period and `,' comma only. All other
10830 bullets are relegated to special status (but customizable).
10831 (allout-end-of-entry): Rename from allout-end-of-current-entry
10832 since it actually operates w.r.t. most immediately containing
10833 entry, visible or not.
10834 (allout-hide-current-entry, allout-show-current-entry): Use the
10835 revised version.
10836 (allout-old-expose-topic): Solidify deprecation.
10837 (allout-end-of-subtree): Add so we can span concealed as well
10838 as visible topics.
10839 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
10840 (allout-end-of-current-heading): Tweak to just respect the first line.
10841 (allout-get-body-text): Add.
10842 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
10843 when invoked interactively.
10844 (allout-up-current-level): Use `interactive-p'.
10845 (allout-mode, allout-init): Miscellaneous docstring and
10846 operational refinements, as well as hookups of new encryption stuff.
10847 (allout-beginning-of-current-entry): Now works as advertised.
10848 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
10849 (allout-isearch-rectification): Refine condition for isearching.
10850 (allout-isearch-abort, allout-enwrap-isearch)
10851 (allout-flag-region, my-region-active-p): Relocate some macros.
10852 (allout-title): Fallback title is (buffer-name), not
10853 non-existing (current-buffer-name).
10854 (subst-char-in-string): Define if absent (for some XEmacs versions).
10855
10856 2005-10-20 Jari Aalto <jari.aalto@cante.net>
10857
10858 * mail/sendmail.el (mail-setup-hook, mail-aliases)
10859 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
10860 (mail-citation-prefix-regexp, mail-signature-file)
10861 (mail-default-headers, mail-bury-selects-summary)
10862 (mail-send-nonascii): Add autoload cookies.
10863
10864 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
10865
10866 * frame.el (blink-cursor-mode): Add `mac' to the list of
10867 window-system's that support blinking cursor.
10868
10869 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
10870
10871 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
10872
10873 2005-10-20 Eli Zaretskii <eliz@gnu.org>
10874
10875 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
10876 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
10877 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
10878
10879 2005-10-20 Kim F. Storm <storm@cua.dk>
10880
10881 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
10882 (ido-set-current-directory): Don't add / after final @.
10883 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
10884 Explicitly handle ange-ftp completion oddities.
10885 (ido-make-file-list): Don't rotate list at tramp root to avoid
10886 triggering tramp file handler for expand-file-name via get-file-buffer.
10887
10888 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
10889
10890 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
10891
10892 2005-10-19 Jay Belanger <belanger@truman.edu>
10893
10894 * calc/calc-units.el (math-standard-units): Add units, adjust
10895 symbols and update values.
10896 (math-unit-prefixes): Add more prefixes.
10897
10898 2005-10-19 Romain Francoise <romain@orebokech.com>
10899
10900 * bookmark.el (bookmark-menu-heading): New face.
10901 (bookmark-bmenu-list): Use it.
10902 Don't fiddle with `baud-rate' at top-level.
10903
10904 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
10905
10906 * image.el (create-image, find-image): Mention max-image-size in
10907 docstring.
10908
10909 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
10910
10911 * savehist.el (savehist-load): Revert to checking XEmacs.
10912
10913 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
10914 Various docstring and line-width fixups.
10915 (conf-mode): Use cond.
10916 Set font-lock-defaults. Don't set comment-use-syntax.
10917
10918 2005-10-18 David Ponce <david@dponce.com>
10919
10920 * tree-widget.el (tree-widget-button-click): New function.
10921 (tree-widget-button-keymap): Use it.
10922
10923 2005-10-18 Romain Francoise <romain@orebokech.com>
10924
10925 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
10926 (bookmark-bmenu-hide-filenames): Add follow-link property.
10927 Improve help-echo text.
10928
10929 * ffap.el (find-file-at-point): Doc fix.
10930
10931 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10932
10933 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
10934
10935 2005-10-18 Masatake YAMATO <jet@gyve.org>
10936
10937 Install to the CVS repository what I forgot to install in my
10938 2005-10-16 changes.
10939
10940 * progmodes/python.el (python-complete-symbol): Pass the common
10941 prefix substring of completion to `display-completion-list'.
10942
10943 * textmodes/org.el (org-complete): Ditto.
10944
10945 2005-10-18 Masatake YAMATO <jet@gyve.org>
10946
10947 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
10948
10949 * woman.el (WoMan-xref-man-page): New button type derived
10950 from `Man-abstract-xref-man-page'.
10951 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
10952
10953 * man.el (Man-abstract-xref-man-page): New button type.
10954 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
10955 (Man-highlight-references): Add new optional argument `xref-man-type'.
10956
10957 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
10958
10959 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
10960
10961 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
10962
10963 * cus-edit.el (Custom-move-and-invoke): Delete.
10964 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
10965
10966 * wid-edit.el (widget-move-and-invoke): New function, from
10967 Custom-move-and-invoke.
10968
10969 2005-10-17 Bill Wohler <wohler@newt.com>
10970
10971 Move all remaining images from lisp/toolbar to etc/images, move
10972 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
10973 the low resolution images in their own directory (low-color).
10974
10975 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
10976 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
10977 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
10978 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
10979 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
10980 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
10981 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
10982
10983 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
10984 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
10985 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
10986 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
10987 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
10988 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
10989 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
10990 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
10991 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
10992 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
10993 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
10994 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
10995 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
10996 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
10997 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
10998
10999 To conform with convention, replace the underscore (_) in the
11000 following image names with dash (-) or (/) as appropriate.
11001
11002 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
11003 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
11004 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
11005 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
11006 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
11007 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
11008 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
11009 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
11010 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
11011 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
11012 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
11013 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
11014 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
11015 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
11016 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
11017
11018 * info.el (info-tool-bar-map): Replace underscores in image names
11019 with dashes.
11020
11021 * makefile.w32-in (WINS): Remove toolbar.
11022
11023 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
11024
11025 * tool-bar.el: Move to lisp from toolbar. Now that
11026 toolbar is empty, it should be deleted when folks run "cvs up -P".
11027
11028 2005-10-18 Jay Belanger <belanger@truman.edu>
11029
11030 * calc/calc-store.el (calc-store-into): Get the proper variable name
11031 to display in message.
11032
11033 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
11034
11035 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
11036 expressions display in speedbar for all buffers when debugging.
11037 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
11038
11039 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
11040 (speedbar-insert-button, speedbar-make-button):
11041 Use add-text-properties.
11042 (speedbar-update-localized-contents)
11043 (speedbar-update-directory-contents)
11044 (speedbar-update-special-contents): Use dolist.
11045 (speedbar-buffer-easymenu-definition): Add a menu separator.
11046
11047 2005-10-17 Jason Rumney <jasonr@gnu.org>
11048
11049 * makefile.w32-in: Use $(lisp) consistently.
11050 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
11051 for shell specific generation of mh-autoloads.
11052
11053 2005-10-17 Richard M. Stallman <rms@gnu.org>
11054
11055 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
11056
11057 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
11058
11059 * jit-lock.el (jit-lock-fontify-now):
11060 Move jit-lock-context-unfontify-pos to avoid wasted work.
11061
11062 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
11063
11064 * net/tramp.el (tramp-completion-mode): New defvar. Used in
11065 `tramp-completion-mode' for checking if we are in completion mode.
11066 (tramp-completion-handle-file-name-all-completions): Reorder code
11067 in order to complete for file names only in case there are no
11068 method/user/host completions. This is necessary for cooperation
11069 with ido. Reported by Kim F. Storm <storm@cua.dk>.
11070
11071 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
11072
11073 * longlines.el (longlines-search-forward)
11074 (longlines-search-backward): Match any number of spaces.
11075
11076 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
11077
11078 * diff-mode.el (diff-mode): Doc fix.
11079
11080 2005-10-16 David Reitter <david.reitter@gmail.com>
11081
11082 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
11083 as default on darwin and windows systems.
11084
11085 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
11086
11087 * arc-mode.el (archive-zip-extract): Doc fix.
11088
11089 2005-10-16 Romain Francoise <romain@orebokech.com>
11090
11091 * mouse.el (mouse-1-click-follows-link): Doc fix.
11092
11093 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
11094
11095 * savehist.el: Don't require CL at runtime.
11096 (savehist-xemacs): Remove.
11097 (savehist-coding-system): Use utf-8 if present, regardless of religion.
11098 (savehist-no-conversion): Use (featurep 'xemacs).
11099 (savehist-load): Check existence of start-itimer rather than XEmacs.
11100 Use an idle timer.
11101 (savehist-process-for-saving): Replace use of CL funs `subseq' and
11102 `delete-if-not'.
11103
11104 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
11105
11106 * savehist.el: Newer version.
11107 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
11108 (savehist-last-checksum, savehist-no-conversion): New vars.
11109 (savehist-autosave, savehist-process-for-saving, savehist-printable):
11110 New functions.
11111 (savehist-load, savehist-save): Use them.
11112 (savehist-delimit): Remove.
11113
11114 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
11115
11116 * progmodes/compile.el (compilation-goto-locus): Display the
11117 compilation buffer first and the source buffer second, in case they're
11118 in overlapping frames. Don't raise the compilation frame if it was the
11119 selected window upon entry. Pass the `other-window' arg to
11120 pop-to-buffer.
11121
11122 * info.el (Info-fontify-node): Use dolist.
11123 Change add-text-properties to put-text-property.
11124
11125 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11126
11127 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
11128 bound of search.
11129
11130 2005-10-16 Masatake YAMATO <jet@gyve.org>
11131
11132 * dabbrev.el (dabbrev-completion): Pass the common
11133 prefix substring of completion to `display-completion-list'.
11134
11135 * filecache.el (file-cache-minibuffer-complete)
11136 (file-cache-complete): Ditto.
11137
11138 * tempo.el (tempo-display-completions): Ditto.
11139
11140 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
11141
11142 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
11143
11144 * eshell/em-hist.el (eshell-list-history): Ditto.
11145
11146 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
11147
11148 * mail/mailalias.el (mail-complete): Ditto.
11149
11150 * progmodes/etags.el (complete-tag): Ditto.
11151
11152 * progmodes/make-mode.el (makefile-complete): Ditto.
11153
11154 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
11155
11156 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
11157
11158 * progmodes/pascal.el (pascal-complete-word)
11159 (pascal-show-completions): Ditto.
11160
11161 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
11162
11163 * simple.el (completion-common-substring): New variable.
11164 (completion-setup-function): Use `completion-common-substring'
11165 to put faces.
11166
11167 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11168
11169 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
11170 (x-get-selection, mac-select-convert-to-string): Convert from/to
11171 UTF-16 clipboard data as in native byte order, no BOM.
11172
11173 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
11174
11175 * progmodes/gud.el (gud-tool-bar-map): Rename the images
11176 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
11177 (gud-sentinel): Use speedbar-frame to check for speedbar.
11178
11179 2005-10-15 Richard M. Stallman <rms@gnu.org>
11180
11181 * savehist.el: New file.
11182
11183 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
11184
11185 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
11186 Fix bug in \bf fontification.
11187
11188 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
11189
11190 * pcvs.el (cvs-edit-log-files): New var.
11191 (cvs-mode-edit-log): New arg `file'.
11192 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
11193 Instead force the use of the original file and nothing else.
11194 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
11195 the cvs-minor-wrap-function is set.
11196 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
11197
11198 2005-10-14 Bill Wohler <wohler@newt.com>
11199
11200 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
11201 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
11202 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
11203 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
11204 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
11205 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
11206 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
11207 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
11208 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
11209 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
11210 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
11211 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
11212 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
11213 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
11214 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
11215
11216 * progmodes/gud.el (gud-tool-bar-map): Rename the images
11217 appropriately (for example, gud-break to gud/break).
11218
11219 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
11220
11221 * longlines.el (longlinges-search-function)
11222 (longlines-search-forward, longlines-search-backward): New functions.
11223 (longlines-mode): Set isearch-search-fun-function to
11224 longlinges-search-function.
11225
11226 * mouse.el (mouse-drag-region-1): Handle the case where a
11227 double-click event is bound to an arbitrary function.
11228
11229 2005-10-14 David Ponce <david@dponce.com>
11230
11231 * recentf.el (recentf-track-opened-file)
11232 (recentf-track-closed-file, recentf-update-menu)
11233 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
11234 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
11235 mouse-1-click-follows-link.
11236
11237 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11238
11239 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
11240 Gnome file-manager.png. Suggested by
11241 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
11242
11243 * toolbar/README: Add diropen.xpm.
11244
11245 2005-10-13 Bill Wohler <wohler@newt.com>
11246
11247 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
11248 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
11249
11250 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
11251
11252 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
11253 Don't waste the byte-compiler's time on constant data.
11254
11255 2005-10-13 Kenichi Handa <handa@m17n.org>
11256
11257 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
11258 byte with `escape-glyph' face.
11259
11260 * international/fontset.el (ccl-encode-unicode-font):
11261 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
11262 Handle the case that ucs-mule-to-mule-unicode translates a character to
11263 ASCII (usually for IPA characters).
11264
11265 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
11266
11267 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
11268 Don't hide the underline of titles if font-lock-mode is disabled.
11269
11270 2005-10-12 Bill Wohler <wohler@newt.com>
11271
11272 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
11273 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
11274 files in MH-E-SRC have been updated.
11275 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
11276
11277 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
11278
11279 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
11280 (mixal-mode-syntax-table): Add \n as end-comment.
11281 (mixal-operation-codes-alist): Immediately initialize to full value.
11282 (mixal-add-operation-code): Remove.
11283 (mixal-describe-operation-code): Make the arg non-optional.
11284 Use the interactive spec instead.
11285 Use mixal-operation-codes-alist rather than mixal-operation-codes.
11286 (mixal-font-lock-keywords): Don't highlight comments here any more.
11287 (mixal-font-lock-syntactic-keywords): New var.
11288 (mixal-mode): Use it. Fix comment-start-skip.
11289
11290 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11291
11292 * startup.el (command-line-x-option-alist): -nb => -nbi
11293
11294 2005-10-12 Kim F. Storm <storm@cua.dk>
11295
11296 * startup.el (fancy-splash-default-action): Discard mouse click in
11297 the splash screen window, as it has no sensible meaning in the
11298 next window to be selected. Fixes error reported by Jan D.
11299
11300 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
11301
11302 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
11303
11304 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
11305
11306 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
11307 Try to fix up minor layout issues like indentation, line break, etc...
11308 (mixal-mode-syntax-table): Don't try to specify comment syntax,
11309 because it doesn't work.
11310 (mixal-operation-codes): Add some more codes.
11311 (mixal-font-lock-keywords): Process comments here.
11312 (mixal-mode): mixasm no longer needs -g option.
11313
11314 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
11315
11316 * progmodes/sh-script.el (sh-tmp-file):
11317 Use mktemp -t. Finish support for es and rc shells.
11318
11319 2005-10-11 Jay Belanger <belanger@truman.edu>
11320
11321 * calc/calcalg2.el (calc-integral): With an argument, compute the
11322 definite integral.
11323
11324 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
11325
11326 * mouse.el (mouse-drag-region-1): Don't try to catch a
11327 double-click when doing follow-link (it's overridden anyway).
11328
11329 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
11330
11331 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
11332 (autoload-print-form-outbuf): Add docstring.
11333
11334 2005-10-11 Juri Linkov <juri@jurta.org>
11335
11336 * info.el (Info-mode-menu): Delete menu item "Edit".
11337 (Info-mode): Delete description of Info-edit from docstring,
11338 and rearrange descriptions of Info commands in the order
11339 they are documented in the Info manual.
11340
11341 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
11342
11343 * calendar/appt.el (appt-check): Use diary-selective-display var.
11344
11345 2005-10-10 Richard M. Stallman <rms@gnu.org>
11346
11347 * net/newsticker.el (newsticker-start, newsticker-show-news):
11348 Add autoload cookies.
11349
11350 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
11351
11352 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
11353
11354 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
11355
11356 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
11357
11358 2005-10-10 Jay Belanger <belanger@truman.edu>
11359
11360 * calc/calc-arith.el (math-check-known-scalarp)
11361 (math-check-known-matrixp): Check the values of arguments that are
11362 variables.
11363 (math-check-known-square-matrixp): New function.
11364 (math-known-square-matrixp): Use math-check-known-square-matrixp.
11365 (math-super-types): Add sqmatrix type.
11366
11367 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
11368 mode name `square' to `sqmatrix'.
11369
11370 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
11371 mode name `square' to `sqmatrix'.
11372
11373 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
11374
11375 * progmodes/etags.el (select-tags-table-mode): Don't use
11376 selective-display.
11377 (tags-select-tags-table): Pass `button' to the action function.
11378 (select-tags-table): Place the side-info on button properties rather
11379 than in hidden text. Abbreviate file names.
11380 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
11381 (select-tags-table-select): Add `button' argument.
11382 Get side-info from the button property rather than from hidden text.
11383
11384 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
11385
11386 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
11387 (gud-speedbar-buttons): Preserve point if possible.
11388 (gud-sentinel): Restore previous speedbar display type.
11389
11390 * progmodes/gdb-ui.el (gdba): Improve diagram.
11391 (def-gdb-auto-update-handler, gdb-info-locals-handler)
11392 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
11393 Call get-buffer-window once.
11394
11395 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
11396
11397 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
11398 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
11399 (pascal-indent-command): Remove unused var `ind'.
11400 (pascal-indent-case): Remove unused var `oldpos'.
11401 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
11402 since it's now used as a proper minor mode map.
11403 (pascal-outline): Rename to pascal-outline-mode.
11404 (pascal-outline-mode): Use define-minor-mode.
11405 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
11406 selective-display.
11407
11408 2005-10-10 Andreas Schwab <schwab@suse.de>
11409
11410 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
11411 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
11412
11413 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
11414 outside source directory.
11415
11416 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
11417
11418 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
11419 C-x' as a prefix.
11420 (orgtbl-mode-map): Full keymap instead of sparse, because all
11421 `self-insert-command' keys are redefined in this map.
11422 (org-export-as-html): Specify charset for HTML file, by taking it
11423 from the coding system.
11424
11425 2005-10-10 Kenichi Handa <handa@m17n.org>
11426
11427 * textmodes/flyspell.el (flyspell-check-word-p):
11428 If unread-command-events is non-empty, don't call sit-for.
11429
11430 2005-10-09 Richard M. Stallman <rms@gnu.org>
11431
11432 * font-lock.el (font-lock-syntactic-keywords)
11433 (font-lock-keywords): Doc fixes.
11434
11435 * textmodes/flyspell.el (flyspell-external-point-words):
11436 Simplify logic, and don't try to check for consecutive appearances
11437 of one incorrect word.
11438
11439 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
11440
11441 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
11442 separator.
11443
11444 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
11445 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
11446 (gud-expansion-speedbar-buttons): New function.
11447 (gud-speedbar-buttons): Check for gud-comint-buffer.
11448
11449 2005-10-09 Bill Wohler <wohler@newt.com>
11450
11451 * Makefile.in (updates): Add mh-loaddefs dependency.
11452
11453 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
11454
11455 * speedbar.el (speedbar-file-key-map): Fix typo.
11456
11457 2005-10-09 Daniel Brockman <daniel@brockman.se>
11458
11459 * cus-start.el (line-spacing): Add custom spec.
11460
11461 2005-10-09 Romain Francoise <romain@orebokech.com>
11462
11463 * textmodes/ispell.el (ispell-check-version): Fix last change.
11464
11465 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11466
11467 * term/x-win.el: Remove -i, --icon-type from comment.
11468
11469 * startup.el (command-line-x-option-alist): Remove options -i,
11470 -itype, --icon-type, added -nb, --no-bitmap-icon
11471
11472 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
11473
11474 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
11475 instead of :active.
11476
11477 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
11478
11479 * textmodes/ispell.el (ispell-check-version):
11480 Ignore hyphen, and all that follows, in aspell's version text.
11481
11482 2005-10-08 Jay Belanger <belanger@truman.edu>
11483
11484 * calc/calc-arith.el (math-known-square-matrixp): New function.
11485 (math-pow-fancy): Check for matrices before distributing exponent
11486 across products.
11487
11488 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
11489 fullscreen keypad. Suggested by Luc Teirlinck.
11490 (calc-keypad-show-input): Add space for formatting.
11491
11492 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
11493 Add square matrix option.
11494
11495 * calc/calc-poly.el (math-expand-term): Check for matrices instead
11496 of checking calc-matrix-mode when deciding how to expand.
11497
11498 * calc/calc.el (calc-set-mode-line): Add square matrix option.
11499
11500 2005-10-08 Lars Hansen <larsh@soem.dk>
11501
11502 * net/tramp.el (tramp-perl-directory-files-and-attributes):
11503 Add error handling.
11504 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
11505
11506 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
11507
11508 Sync with Tramp 2.0.51.
11509
11510 * net/tramp.el (tramp-handle-set-visited-file-modtime)
11511 (tramp-handle-insert-file-contents, tramp-handle-write-region):
11512 Insert special handling for `last-coding-system-used', again
11513 it still seems to be necessary (unlike stated before).
11514 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
11515 (tramp-password-prompt-regexp): There might be other words before
11516 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
11517 (tramp-chunksize): Improve docstring.
11518 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
11519 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
11520 Christian Joergensen <bugs@razor.dk>.
11521
11522 2005-10-07 Glenn Morris <rgm@gnu.org>
11523
11524 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
11525 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
11526 precision'.
11527
11528 2005-10-07 Romain Francoise <romain@orebokech.com>
11529
11530 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
11531 (ibuffer-do-shell-command-pipe-replace)
11532 (ibuffer-do-shell-command-file, ibuffer-do-eval)
11533 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
11534 (ibuffer-do-revert, ibuffer-do-replace-regexp)
11535 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
11536 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
11537 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
11538 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
11539 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
11540 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
11541 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
11542 Autoload file sans suffix.
11543
11544 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
11545
11546 2005-10-07 David Ponce <david@dponce.com>
11547
11548 * recentf.el (recentf-menu-open-all-flag): New option.
11549 (recentf-digit-shortcut-command-name): New function.
11550 (recentf--shortcuts-keymap): New variable.
11551 (recentf-menu-shortcuts): New variable.
11552 (recentf-make-menu-items): Initialize it. Replace the "More..."
11553 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
11554 (recentf-menu-value-shortcut): New function.
11555 (recentf-make-menu-item): Use it. No more in-lined.
11556 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
11557 (recentf-open-most-recent-file): Rename from
11558 `recentf-open-file-with-key'. Don't depend on key binding.
11559 (recentf-mode-map): New variable.
11560 (recentf-mode): Use it.
11561
11562 2005-10-06 Bill Wohler <wohler@newt.com>
11563
11564 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
11565
11566 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
11567 (MH-E-SRC): New. Used by mh-autoloads.
11568 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
11569 files in MH-E-SRC have been updated.
11570 (compile, recompile, bootstrap): Depend on mh-autoloads.
11571
11572 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
11573
11574 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
11575 gud-break and gud-remove icons when the fringe is not available.
11576
11577 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
11578 Typo.
11579
11580 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
11581
11582 * play/zone.el (zone): Wrap body with save-window-excursion.
11583
11584 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
11585
11586 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
11587 Use the new `list-only' arg to diary-list-entries.
11588
11589 * calendar/diary-lib.el: Use overlays rather than selective-display.
11590 (diary-selective-display): New var.
11591 (diary-header-line-format): Use it.
11592 (diary-list-entries): Add argument `list-only'.
11593 Put the buffer in diary-mode. Don't add \^M at beg and end.
11594 Replace \^M by invisible overlays.
11595 (diary-unhide-everything): Replace \^M by invisible overlays.
11596 (print-diary-entries): Look for overlays rather than \^M.
11597 Add a space to the temp buffer name.
11598 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
11599 Put the buffer in diary-mode.
11600 (list-sexp-diary-entries): Replace \^M by invisible overlays.
11601 (diary-anniversary): Make the year arg optional.
11602 (diary-time-regexp): New const.
11603 (diary-font-lock-keywords): Use it to accept a few more time formats.
11604
11605 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
11606
11607 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
11608
11609 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
11610 Fix bug introduced 2005-07-03: Use (car (last ...))
11611 to faithfully reproduce replaced artist-last.
11612 (artist-set-arrow-points-for-poly): Likewise.
11613 Suggested by Johan Bockg\e,Ae\e(Brd.
11614
11615 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
11616
11617 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
11618 * wid-edit.el (widget):
11619 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
11620 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
11621
11622 2005-10-06 Kenichi Handa <handa@m17n.org>
11623
11624 * international/mule-cmds.el (set-language-environment):
11625 Fix setting up of case-table for unibyte mode.
11626
11627 * simple.el (what-cursor-position): If the character is displayed
11628 by some `display' text property, show that. Don't use
11629 single-key-description for eight-bit characters in multibyte mode.
11630
11631 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
11632
11633 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
11634 (gdb-ann3): Set it.
11635 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
11636 (gdb-info-frames-custom): Use inverse-video for first five
11637 characters of selected frame only.
11638 (gdb-get-frame-number): Select frame even when point is on frame
11639 number.
11640
11641 2005-10-06 Masatake YAMATO <jet@gyve.org>
11642
11643 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
11644 Put `font-lock-function-name-face'.
11645 (gdb-info-frames-custom): Put `font-lock-function-name-face'
11646 and `font-lock-variable-name-face'
11647 (gdb-registers-font-lock-keywords): New font lock keywords definition.
11648 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
11649 (gdb-memory-font-lock-keywords): New font lock keywords definition.
11650 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
11651 (gdb-local-font-lock-keywords): New font lock keywords definition.
11652 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
11653 (gdb-threads-font-lock-keywords): New font lock keywords definition.
11654 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
11655
11656 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
11657
11658 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
11659 (ediff-merge-region-is-non-clash-to-skip): Previously called
11660 ediff-merge-region-is-non-clash.
11661
11662 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
11663 Use insert-buffer-substring.
11664
11665 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
11666 selecting files to patch. Also bug fixes.
11667
11668 * ediff-util.el (ediff-setup): Bug fix.
11669 (ediff-next-difference): Never skip clashes that differ in white
11670 space only.
11671
11672 * ediff-wind.el (ediff-setup-control-frame)
11673 (ediff-destroy-control-frame): Check the menubar feature.
11674
11675 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
11676 (viper-refresh-mode-line): Use make-local-variable to localize
11677 some vars instead of make-variable-buffer-local. Suggested by
11678 Stefan Monnier.
11679
11680 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
11681 (viper-restore-cursor-type, viper-set-insert-cursor-type):
11682 Use make-local-variable instead of make-variable-buffer-local.
11683 Suggested by Stefan Monnier.
11684
11685 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
11686 (viper-comint-mode-hook): Use make-local-variable on
11687 require-final-newline.
11688 (viper-non-hook-settings): Don't use make-variable-buffer-local.
11689
11690 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
11691
11692 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
11693 also the second char of a comment-start sequence.
11694 (scheme-sexp-comment-syntax-table): New var.
11695 (lambda, define): Set their scheme-doc-string-elt property.
11696 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
11697 Use lisp-font-lock-syntactic-face-function now that it properly
11698 handles |...| symbols.
11699 (scheme-mode-variables): Set lisp-doc-string-elt-property,
11700 parse-sexp-lookup-properties and font-lock-extra-managed-props.
11701
11702 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
11703 bit from # to |.
11704 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
11705
11706 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
11707 (lisp-doc-string-elt-property): New var.
11708 (lisp-font-lock-syntactic-face-function): Use it.
11709 Rewrite to recognize docstrings even for forms not at toplevel.
11710
11711 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
11712 annotation on the | part of #| rather than on the # part.
11713 (scheme-font-lock-syntactic-face-function): New function, to
11714 distinguish strings from |...| symbols.
11715 (scheme-mode-variables): Use it. Also fix up the font-lock-time
11716 syntax-table so that #|...|# is properly highlighted.
11717
11718 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
11719 Don't mark as docstring the 3rd elem of an unknown toplevel form.
11720
11721 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
11722
11723 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
11724 and C-e.
11725
11726 * emacs-lisp/eldoc.el: Move comments into docstrings.
11727 (eldoc-message-commands): Initialize in its declaration.
11728 Add move-beginning-of-line and move-end-of-line.
11729 (eldoc-add-command, eldoc-add-command-completions)
11730 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
11731
11732 * outline.el (outline-mark-subtree): Activate the mark.
11733
11734 * calendar/appt.el (appt-time-regexp): New var.
11735 (appt-add, appt-make-list): Use it.
11736 (appt-convert-time): Clean up.
11737
11738 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
11739 Don't set any syntax-table property here.
11740 (tex-font-lock-verb): New function. Do it here.
11741 (tex-font-lock-syntactic-keywords): Use it.
11742
11743 2005-10-04 Richard M. Stallman <rms@gnu.org>
11744
11745 * wid-edit.el (widget-file-complete): Get the widget start point
11746 the right way. Default directory to `/' if file has none.
11747
11748 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
11749
11750 * textmodes/flyspell.el (flyspell-mode-on):
11751 Call ispell-maybe-find-aspell-dictionaries.
11752
11753 * textmodes/ispell.el (ispell-word, ispell-region):
11754 Call ispell-maybe-find-aspell-dictionaries.
11755 (ispell-accept-buffer-local-defs):
11756 Don't call ispell-maybe-find-aspell-dictionaries
11757
11758 2005-10-04 Richard M. Stallman <rms@gnu.org>
11759
11760 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
11761
11762 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
11763
11764 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
11765 instead of `fboundp' in order to allow for anonymous functions.
11766
11767 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
11768
11769 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
11770 case the user clicks on the link while another window is selected.
11771 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
11772
11773 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
11774 functionality.
11775 (dframe-help-echo): Save point in case mouse tracking is off.
11776
11777 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
11778
11779 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
11780
11781 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
11782
11783 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
11784 not change the global value of those vars.
11785
11786 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
11787 make-local-variable which we do not need any more.
11788
11789 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
11790
11791 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
11792 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
11793 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
11794 (speedbar-path-line): Define obsolete aliases.
11795 (speedbar-line-directory): Doc fix.
11796
11797 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
11798 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
11799 instead of speedbar-line-path.
11800
11801 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11802
11803 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
11804 to nil if dropping on a window. Handle dropping on a minibuffer window
11805 like dropping on a non-window part of Emacs.
11806
11807 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
11808
11809 * net/ange-ftp.el: Use with-current-buffer.
11810 (ange-ftp-insert-directory): Do not follow symlinks any more.
11811
11812 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
11813 Remove interactive spec.
11814
11815 2005-10-03 Kim F. Storm <storm@cua.dk>
11816
11817 * ido.el (ido-mode): Use custom-initialize-set.
11818
11819 2005-10-02 Richard M. Stallman <rms@gnu.org>
11820
11821 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
11822 Use insert-buffer-substring.
11823
11824 * net/tramp.el: Pacify byte compiler warnings in pacification code.
11825 (tramp-handle-file-local-copy): Use insert-buffer-substring.
11826
11827 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
11828
11829 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
11830 in last change.
11831 (ange-ftp-insert-directory): Fix up the search for the case where
11832 `file' is absolute.
11833
11834 2005-10-02 Romain Francoise <romain@orebokech.com>
11835
11836 * progmodes/compile.el (compile-goto-error): Delete extra paren.
11837
11838 2005-10-02 Andreas Schwab <schwab@suse.de>
11839
11840 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
11841 directory component in the session info.
11842
11843 2005-10-01 Richard M. Stallman <rms@gnu.org>
11844
11845 * comint.el (comint-redirect-subvert-readonly): Doc fix.
11846
11847 * simple.el (next-error-internal): New function.
11848
11849 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
11850 (compilation-start): Pass new arg to compilation-buffer-name.
11851 (compile-goto-error): Use next-error-internal.
11852
11853 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
11854
11855 * speedbar.el: Remove RCS tag.
11856 (speedbar-check-read-only): Handle non-existent files.
11857
11858 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
11859
11860 * info.el (Info-speedbar-hierarchy-buttons)
11861 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
11862
11863 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11864
11865 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
11866 Do not match newline.
11867 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
11868 (bibtex-summary): Remove unnecessary save-excursion.
11869 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
11870
11871 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11872
11873 * term/mac-win.el: Add charset info for "iso10646-1".
11874 Modify default fontset to use ATSUI-compatible fonts for some charsets
11875 if available.
11876
11877 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
11878
11879 * speedbar.el: Re-apply arch tag.
11880 (speedbar-version): Rename to version 1.0. Suggested by Eric
11881 M. Ludlam.
11882 Reapply two changes from Emacs CVS' version of speedbar lost
11883 during the merge:
11884 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
11885 (speedbar-frame-parameters): Improve customize type.
11886
11887 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
11888
11889 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
11890 (ange-ftp-file-directory-p): Fix the symlink case.
11891 (ange-ftp-insert-directory): When listing a single file, get a list of
11892 the parent buffer and extract the relevant line. Inspired from a patch
11893 by Katsumi Yamaoka <yamaoka@jpl.org>.
11894 (ange-ftp-file-name-sans-versions): Simplify.
11895
11896 2005-09-30 Bill Wohler <wohler@newt.com>
11897
11898 Move MH-E image files from toolbar and mail directories into
11899 etc/images.
11900
11901 * mail/reply2.*: Move to etc/images/mail/reply*.
11902
11903 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
11904 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
11905 etc/images.
11906
11907 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
11908 * toolbar/reply*: Move to etc/images/mail.
11909
11910 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
11911
11912 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
11913
11914 * speedbar.el: New version 1.0pre3.
11915
11916 Frame management code (including timer, and mouse click specifics)
11917 moved to dframe.el:
11918 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
11919 (speedbar-timer): Removed. Use dframe-timer.
11920 (speedbar-close-frame): Removed. Use dframe-close-frame.
11921 (speedbar-activity-change-focus-flag): Removed. Use
11922 dframe-activity-change-focus-flag.
11923 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
11924 dframe-update-speed.
11925
11926 (speedbar-current-frame): New macro. Use this instead of the
11927 variable speedbar-frame.
11928
11929 (speedbar-use-images, speedbar-expand-image-button-alist)
11930 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
11931
11932 (speedbar-find-image-on-load-path): Removed. Replaced by
11933 defezimage in ezimage.el.
11934 (speedbar-expand-image-button-alist): Removed. Replaced by
11935 ezimage-expand-image-button-alist in ezimage.el.
11936
11937 (speedbar-ignored-directory-regexp)
11938 (speedbar-add-ignored-directory-regexp)
11939 (speedbar-ignored-directory-expressions)
11940 (speedbar-line-directory, speedbar-buffers-line-directory)
11941 (speedbar-directory-line, speedbar-buffers-line-directory):
11942 Renamed, replacing `path' with `directory'.
11943
11944 (speedbar-create-directory, speedbar-expand-line-descendants)
11945 (speedbar-toggle-line-expansion)
11946 (speedbar-contract-line-descendants): New commands.
11947
11948 (speedbar-query-confirmation-method, speedbar-select-frame-method)
11949 (speedbar-use-tool-tips-flag): New options.
11950
11951 (speedbar-check-read-only, speedbar-require-version)
11952 (speedbar-insert-separator, speedbar-buffers-tail-notes)
11953 (speedbar-handle-delete-frame, speedbar-try-completion)
11954 (speedbar-update-localized-contents): New functions.
11955
11956 (speedbar-incompatible-version, speedbar-ro-to-do-point)
11957 (speedbar-object-read-only-indicator): New variables.
11958
11959 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
11960 New hooks.
11961
11962 (speedbar-separator-face): New face.
11963
11964 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
11965 (speedbar-ignored-modes): Add fundamental-mode.
11966 (speedbar-directory-unshown-regexp): Add . directories.
11967
11968 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
11969 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
11970 `]' for full expand/close.
11971 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
11972
11973 (speedbar-check-vc): Support hidden files.
11974 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
11975 (speedbar-this-file-in-vc): Use vc-state if available. If VC
11976 state is nil, it is not checked out.
11977
11978 (speedbar-line-text, speedbar-line-token): Support expand buttons
11979 with no text.
11980 (speedbar-refresh): Universal argument acts as power-click.
11981 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
11982 that buffer to get variable values.
11983
11984 And many other bugfixes.
11985
11986 * dframe.el, ezimage.el, sb-image.el: New files.
11987
11988 * sb-*.xpm: Remove files. New image files installed into
11989 etc/images/ezimage.
11990
11991 2005-09-30 Kenichi Handa <handa@m17n.org>
11992
11993 * ps-mule.el (ps-mule-show-warning): If a character is in
11994 ps-print-translation-table, don't treat it as non-printable.
11995
11996 2005-09-30 David Ponce <david@dponce.com>
11997
11998 * tree-widget.el (tree-widget-themes-load-path): New variable.
11999 (tree-widget-themes-directory): Doc fix.
12000 (tree-widget-image-formats) [Emacs]: Doc fix.
12001 (tree-widget--locate-sub-directory): New function.
12002 (tree-widget-themes-directory): Use it.
12003
12004 * recentf.el (recentf-filename-handlers): Rename from
12005 `recentf-filename-handler'. Allow a list of functions.
12006 (recentf-menu-items-for-commands): Fix :help strings.
12007 (recentf-apply-filename-handlers): New function.
12008 (recentf-expand-file-name): Use it.
12009 (recentf-cleanup): Remove duplicates too.
12010
12011 2005-09-29 Juri Linkov <juri@jurta.org>
12012
12013 * faces.el: Rearrange face definitions to be in the same order as
12014 their face descriptions in "(emacs)Standard Faces".
12015
12016 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
12017
12018 * tooltip.el (tooltip): Add group `basic-faces'.
12019
12020 * buff-menu.el (Buffer-menu-buffer): Remove group
12021 `font-lock-highlighting-faces'.
12022
12023 * progmodes/compile.el (compilation-error, compilation-warning)
12024 (compilation-info, compilation-line-number, compilation-column-number):
12025 Change group from `font-lock-highlighting-faces' to `compilation'.
12026
12027 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
12028 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
12029 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
12030 (vhdl-font-lock-reserved-words-face)
12031 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
12032 `font-lock-highlighting-faces'.
12033
12034 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
12035
12036 2005-09-28 Kim F. Storm <storm@cua.dk>
12037
12038 * emulation/cua-base.el: Set CUA move property on additional commands:
12039 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
12040 forward-sexp, backward-sexp, forward-list, backward-list.
12041
12042 2005-09-28 Romain Francoise <romain@orebokech.com>
12043
12044 * comint.el (comint-show-output): Really set point at the
12045 beginning of the output when not using `comint-use-prompt-regexp'.
12046
12047 2005-09-27 Jay Belanger <belanger@truman.edu>
12048
12049 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
12050 in TeX mode.
12051
12052 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
12053
12054 * textmodes/org.el (org-table-sum): Fix format string.
12055
12056 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
12057 Quote face names.
12058
12059 2005-09-26 Romain Francoise <romain@orebokech.com>
12060
12061 * isearch.el (isearch-forward-regexp): Close doc string.
12062
12063 2005-09-25 Richard M. Stallman <rms@gnu.org>
12064
12065 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
12066
12067 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
12068
12069 * progmodes/compile.el (compilation-error-properties):
12070 When getting the file from the previous error message,
12071 correctly decode the new data format.
12072
12073 * progmodes/cc-cmds.el (c-electric-paren):
12074 Call old-blink-paren only for close-paren.
12075
12076 2005-09-24 Andreas Schwab <schwab@suse.de>
12077
12078 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
12079 condition.
12080
12081 2005-09-25 Romain Francoise <romain@orebokech.com>
12082
12083 * dired-aux.el (dired-copy-file-recursive):
12084 * dired.el (dired-delete-file):
12085 * ediff-mult.el (ediff-dir-diff-copy-file):
12086 * ediff-util.el (ediff-test-save-region):
12087 * forms.el (forms-mode):
12088 * ido.el (ido-file-internal, ido-delete-file-at-head):
12089 * log-edit.el (log-edit-done):
12090 * ses.el (ses-yank-resize):
12091 * play/gomoku.el (gomoku-human-plays, gomoku)
12092 (gomoku-human-resigns, gomoku-prompt-for-other-game)
12093 (gomoku-offer-a-draw):
12094 * play/landmark.el (lm-human-resigns, lm):
12095 * net/eudcb-ldap.el (eudc-ldap-check-base):
12096 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
12097 * progmodes/ebrowse.el (ebrowse-find-pattern):
12098 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
12099 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
12100 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
12101
12102 * vc.el (vc-delete-file):
12103 * play/gomoku.el (gomoku-terminate-game, gomoku)
12104 (gomoku-prompt-for-move, gomoku-human-takes-back):
12105 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
12106 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
12107
12108 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
12109
12110 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
12111 color rxvt terminals by using the code xterm.el used to use before
12112 2005-04-09 in order to match the colors used by rxvt.
12113
12114 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
12115
12116 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
12117 colors rxvt-unicode terminals by using the same code as xterm.el.
12118
12119 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
12120
12121 * textmodes/tex-mode.el (tex-font-lock-append-prop)
12122 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
12123 new symbol used for the tex-verbatim face.
12124
12125 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
12126
12127 * woman.el (woman-file-name):
12128 * wid-edit.el (widget-file-prompt-value)
12129 (widget-coding-system-prompt-value):
12130 * w32-fns.el (set-w32-system-coding-system):
12131 * vc.el (vc-version-diff, vc-annotate):
12132 * textmodes/reftex-auc.el (reftex-arg-cite)
12133 (reftex-arg-index-tag):
12134 * textmodes/refer.el (refer-get-bib-files):
12135 * textmodes/artist.el (artist-figlet-choose-font):
12136 * terminal.el (terminal-emulator):
12137 * replace.el (occur-read-primary-args):
12138 * rect.el (string-rectangle, string-insert-rectangle):
12139 * ps-print.el (ps-print-preprint):
12140 * progmodes/pascal.el (pascal-goto-defun):
12141 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
12142 * progmodes/compile.el (compilation-find-file):
12143 * printing.el (pr-interactive-n-up):
12144 * play/animate.el (animate-birthday-present):
12145 * net/rcompile.el (remote-compile):
12146 * man.el (man, Man-goto-section, Man-follow-manual-reference):
12147 * mail/rmailsum.el (rmail-summary-search-backward)
12148 (rmail-summary-search):
12149 * mail/rmailout.el (rmail-output-read-rmail-file-name)
12150 (rmail-output-read-file-name):
12151 * mail/rmail.el (rmail-search, rmail-search-backwards):
12152 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
12153 * locate.el (locate):
12154 * international/quail.el (quail-show-keyboard-layout):
12155 * international/mule.el (set-buffer-file-coding-system)
12156 (revert-buffer-with-coding-system, set-file-name-coding-system)
12157 (set-terminal-coding-system, set-keyboard-coding-system)
12158 (set-next-selection-coding-system):
12159 * international/mule-diag.el (describe-coding-system)
12160 (describe-font, describe-fontset):
12161 * international/mule-cmds.el (universal-coding-system-argument)
12162 (search-unencodable-char, describe-input-method)
12163 (set-language-environment, describe-language-environment):
12164 * international/codepage.el (codepage-setup):
12165 * international/code-pages.el (codepage-setup):
12166 * info.el (Info-search, Info-follow-reference)
12167 (Info-search-backward):
12168 * emacs-lisp/advice.el (ad-read-advised-function)
12169 (ad-read-advice-class, ad-clear-cache, ad-activate)
12170 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
12171 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
12172 (ad-read-regexp):
12173 * ediff-util.el (ediff-toggle-regexp-match):
12174 * ediff-ptch.el (ediff-prompt-for-patch-file):
12175 * dired-aux.el (dired-diff):
12176 * diff.el (diff):
12177 * cus-edit.el (custom-variable-prompt):
12178 * calendar/timeclock.el (timeclock-ask-for-project):
12179 * calc/calcalg3.el (calc-get-fit-variables):
12180 * calc/calc-store.el (calc-edit-variable)
12181 (calc-permanent-variable):
12182 * vc-mcvs.el (vc-mcvs-register):
12183 * shadowfile.el (shadow-define-literal-group):
12184 * woman.el (woman-file-name):
12185 * vc.el (vc-version-diff, vc-merge):
12186 * textmodes/reftex-index.el (reftex-index-complete-tag):
12187 * format.el (format-decode-buffer, format-decode-region):
12188 * emulation/viper-cmd.el (viper-read-string-with-history):
12189 * emacs-lisp/debug.el (cancel-debug-on-entry):
12190 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
12191 * ediff.el (ediff-merge-revisions)
12192 (ediff-merge-revisions-with-ancestor, ediff-revision):
12193 * completion.el (interactive-completion-string-reader):
12194 * calc/calc-prog.el (calc-user-define-formula):
12195 Follow convention for reading with the minibuffer.
12196
12197 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
12198
12199 * progmodes/python.el (python-describe-symbol): Add globals() and
12200 locals() to the arguments of emacs.ehelp.
12201
12202 2005-09-24 Magnus Henoch <mange@freemail.hu>
12203
12204 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
12205 New function, code extracted from ispell-valid-dictionary-list.
12206 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
12207 Call it.
12208
12209 2005-09-24 Eli Zaretskii <eliz@gnu.org>
12210
12211 * subr.el (version-regexp-alist): Extend valid syntax for version
12212 strings: allow any of the characters -,_,+ to separate the
12213 alpha/beta/rc part from the version part. Doc fix.
12214 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
12215
12216 2005-09-23 David Reitter <david.reitter@gmail.com>
12217
12218 * mail/mailclient.el: New file.
12219
12220 2005-09-23 Richard M. Stallman <rms@gnu.org>
12221
12222 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
12223 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
12224 Doc fixes.
12225
12226 * progmodes/cc-mode.el (c-font-lock-init):
12227 Specify font-lock-lines-before.
12228
12229 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
12230
12231 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
12232 whole conflict.
12233
12234 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
12235
12236 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
12237 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
12238 of `remap' feature when available. Additional key bindings for
12239 better tty support.
12240 (org-mode-restart, org-force-self-insert): New commands.
12241 (org-time-stamp-inactive): New command.
12242 (org-remap): New function.
12243 (org-table-auto-blank-field, org-level-color-stars-only): New options.
12244 (org-enable-fixed-width-editor): Move to `org-structure'
12245 customization group.
12246 (org-self-insert-command, orgtbl-self-insert-command): Modify to
12247 blank field after field motion commands.
12248
12249 2005-09-23 Kenichi Handa <handa@m17n.org>
12250
12251 * international/mule-cmds.el (set-language-environment):
12252 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
12253 have to call utf-translate-cjk-load-tables.
12254
12255 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
12256
12257 * mouse.el (mouse-move-drag-overlay): Fix last change.
12258
12259 2005-09-22 David Ponce <david@dponce.com>
12260
12261 * tree-widget.el (tree-widget-value-create): Fix previous change.
12262
12263 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
12264
12265 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
12266
12267 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
12268
12269 * mouse.el (mouse-move-drag-overlay): New function.
12270 (mouse-drag-region-1): Use it.
12271 Try to simplify a bit the state handling. Handle clicks on links
12272 inside intangible areas.
12273 (mouse-save-then-kill): Minor simplification.
12274 (mouse-secondary-overlay): Make it always non-nil instead of
12275 recreating it each time.
12276 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
12277 (mouse-kill-secondary, mouse-secondary-save-then-kill):
12278 Simplify accordingly.
12279
12280 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
12281
12282 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
12283
12284 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
12285
12286 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
12287 (ediff-file-name-sans-prefix): Treat nil as an empty string.
12288 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
12289 to patch.
12290
12291 * ediff-util.el: Use insert-buffer-substring.
12292
12293 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
12294
12295 * emulation/viper-cmd.el (viper-change-state): Don't move over the
12296 field boundaries in the minibuffer.
12297 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
12298 (viper-minibuffer-post-command-hook): New hook.
12299 (viper-line): Don't move cursor at bolp.
12300
12301 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
12302
12303 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
12304 avoid compiler warnings.
12305
12306 * emulation/viper-macs.el (ex-map): Better messages.
12307
12308 * emulation/viper-utils.el (viper-beginning-of-field): New function.
12309
12310 * emulation/viper.el: Replace make-variable-buffer-local with
12311 viper-make-variable-buffer-local everywhere, to avoid warnings.
12312
12313 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
12314
12315 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
12316 Delete unused var `old-selected-window'.
12317 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
12318 (mouse-drag-secondary): Delete unused var `start-frame'.
12319
12320 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
12321
12322 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
12323
12324 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
12325
12326 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
12327 Re-indent within 80 columns. Use inhibit-read-only.
12328
12329 2005-09-19 Romain Francoise <romain@orebokech.com>
12330
12331 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
12332
12333 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
12334
12335 * font-lock.el (font-lock-default-fontify-region): Don't add a line
12336 unconditionally, since the after-change-function already did it.
12337
12338 2005-09-19 Miles Bader <miles@gnu.org>
12339
12340 * net/newsticker.el: Get rid of CVS keyword.
12341
12342 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
12343
12344 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
12345 The prompt is formatted later.
12346
12347 2005-09-19 David Ponce <david@dponce.com>
12348
12349 * tree-widget.el (tree-widget-value-create): Save the converted
12350 tree :node widget.
12351
12352 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
12353
12354 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
12355 variable `message'.
12356
12357 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
12358
12359 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
12360 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
12361 <slawomir.nowaczyk.847@student.lu.se>.
12362
12363 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
12364
12365 * image.el (image-load-path): Use symbol `data-directory' instead
12366 of its value, for backward compatibility with packages that bind
12367 it during `find-image'. Suggested by Katsumi Yamaoka.
12368 (image-search-load-path): Handle symbols whose values are strings.
12369
12370 2005-09-18 Romain Francoise <romain@orebokech.com>
12371
12372 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
12373 with-current-buffer form in save-excursion.
12374
12375 2005-09-18 D Goel <deego@gnufans.org>
12376
12377 * apropos.el (apropos-command): Fix `message' call: first arg
12378 should be a format spec. In this and all other cases that appear
12379 below and elsewhere in the source code, I made a change only when
12380 two conditions were satisfied: [1] I can think of a possibility
12381 that the arguments would cause an error, for example, the code in
12382 question relies on external variables such as filenames. [2] I
12383 was sure that the arg to `message' could not have been nil in the code.
12384
12385 * textmodes/tildify.el (tildify-region): Ditto.
12386
12387 * textmodes/reftex-index.el (reftex-index-change-entry)
12388 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
12389 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
12390 * textmodes/org.el (org-complete, org-deadline, org-schedule)
12391 (org-priority, org-table-sum):
12392 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
12393 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
12394 (flyspell-word, flyspell-display-next-corrections):
12395 * textmodes/bibtex.el (bibtex-print-help-message):
12396 * textmodes/artist.el (artist-key-set-point-poly):
12397 * term/mac-win.el (mac-services-insert-text):
12398 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
12399 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
12400 (vhdl-port-paste-testbench, vhdl-compose-new-component)
12401 (vhdl-compose-configuration):
12402 * progmodes/sh-script.el (sh-blink, sh-show-indent)
12403 (sh-set-indent, sh-learn-line-indent):
12404 * progmodes/ps-mode.el (ps-mode-target-column):
12405 * progmodes/idlwave.el (idlwave-make-tags)
12406 (idlwave-scan-library-catalogs):
12407 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
12408 * progmodes/gud.el (gud-jdb-analyze-source):
12409 * progmodes/flymake.el (flymake-log):
12410 * progmodes/ebnf2ps.el (ebnf-generate-region):
12411 * progmodes/cmacexp.el (c-macro-expansion):
12412 * progmodes/ada-xref.el (ada-treat-cmd-string):
12413 * progmodes/ada-mode.el (ada-create-case-exception-substring)
12414 (ada-justified-indent-current, ada-batch-reformat):
12415 * play/zone.el (zone):
12416 * play/landmark.el (lm-move):
12417 * play/decipher.el (decipher-show-alphabet):
12418 * net/newsticker.el (newsticker--display-jump)
12419 (newsticker--display-scroll):
12420 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
12421 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
12422 * mail/feedmail.el (feedmail-dump-message-to-queue):
12423 * eshell/esh-proc.el (eshell-remove-process-entry):
12424 * emulation/ws-mode.el (ws-last-error):
12425 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
12426 (viper-record-kbd-macro):
12427 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
12428 * emacs-lisp/lisp-mnt.el (lm-report-bug):
12429 * emacs-lisp/find-func.el (find-function-noselect):
12430 * calendar/timeclock.el (timeclock-status-string)
12431 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
12432 (timeclock-when-to-leave-string):
12433 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
12434 * calc/calc-units.el (calc-enter-units-table):
12435 * calc/calc-mode.el (calc-mode-record-mode):
12436 * woman.el (woman-mini-help):
12437 * wdired.el (wdired-change-to-wdired-mode):
12438 * vc.el (vc-retrieve-snapshot):
12439 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
12440 * startup.el (display-startup-echo-area-message):
12441 * simple.el (set-goal-column):
12442 * ses.el (ses-command-hook, ses-recalculate-cell):
12443 * server.el (server-process-filter):
12444 * printing.el (pr-interface-txt-print, pr-interface-printify)
12445 (pr-interface-ps):
12446 * pcvs.el (cvs-help):
12447 * log-edit.el (log-edit, log-edit-mode-help):
12448 * iswitchb.el (iswitchb-possible-new-buffer):
12449 * isearch.el (isearch-edit-string):
12450 * image-mode.el (image-mode, image-minor-mode):
12451 * ibuf-macs.el (define-ibuffer-filter):
12452 * hi-lock.el (hi-lock-find-patterns):
12453 * files.el (toggle-read-only):
12454 * ediff-util.el (ediff-copy-diff)
12455 (ediff-write-merge-buffer-and-maybe-kill):
12456 * echistory.el (Electric-history-undefined):
12457 * dnd.el (dnd-insert-text):
12458 * dired-aux.el (dired-query):
12459 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
12460 * bookmark.el (bookmark-bmenu-locate):
12461 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
12462 Fix `message' calls to ensure first arg is a format string.
12463 The change was made only when these two conditions were satisfied:
12464 [1] when there is a possibility that the arguments would cause an error
12465 for example, if the code in question relies on external variables
12466 such as filenames, and
12467 [2] if the arg to `message' could not have been nil in the code.
12468
12469 * pcomplete.el (pcomplete--help): Fix `message' format spec.
12470 Not having a %s would be weird, though not technically wrong.
12471
12472 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12473
12474 * term/mac-win.el (mac-add-charset-info): Doc fix.
12475
12476 2005-09-17 Romain Francoise <romain@orebokech.com>
12477
12478 * shell.el (shell-resync-dirs): Handle echoing processes more
12479 reliably. Don't insert resync command if `comint-process-echoes'
12480 is non-nil.
12481
12482 2005-09-17 Magnus Henoch <mange@freemail.hu>
12483
12484 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
12485 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
12486 aspell versions >= 0.60.
12487 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
12488 only if ispell-aspell-supports-utf8 is non-nil.
12489
12490 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
12491
12492 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
12493 buffer-local value to lisp-indent-function.
12494
12495 2005-09-17 Milan Zamazal <pdm@zamazal.org>
12496
12497 * progmodes/glasses.el (glasses-make-readable): If
12498 glasses-separator differs from underscore, put appropriate
12499 overlays over underscore characters.
12500 (glasses-convert-to-unreadable): If glasses-separator differs from
12501 underscore, try to convert glasses-separator characters to
12502 underscores.
12503
12504 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
12505
12506 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
12507 Use with-syntax-table and dolist.
12508
12509 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
12510
12511 * textmodes/reftex-auc.el:
12512 * textmodes/reftex-cite.el:
12513 * textmodes/reftex-dcr.el:
12514 * textmodes/reftex-global.el:
12515 * textmodes/reftex-parse.el:
12516 * textmodes/reftex-ref.el:
12517 * textmodes/reftex-sel.el:
12518 * textmodes/reftex-toc.el:
12519 * textmodes/reftex-vars.el:
12520 * textmodes/reftex.el: Small changes to remove compiler warnings.
12521
12522 * textmodes/reftex-index.el: Likewise.
12523 (reftex-query-index-phrase): More efficient use of markers.
12524
12525 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
12526
12527 * image.el (image-load-path): New variable.
12528 (image-search-load-path): New function.
12529 (find-image): Search for images in `image-load-path'.
12530
12531 2005-09-15 Richard M. Stallman <rms@gnu.org>
12532
12533 * follow.el: Change Maintainer field.
12534
12535 2005-09-15 David Ponce <david@dponce.com>
12536
12537 * recentf.el (recentf-save-file-modes): New option.
12538 (recentf-save-list): Use it.
12539
12540 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
12541
12542 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
12543 (mode-line-mule-info, mode-line-modified): Move bindings from
12544 mouse-3 to mouse-1.
12545
12546 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
12547
12548 * simple.el (sendmail-user-agent-compose): Revert last change.
12549
12550 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
12551
12552 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
12553 Use with-current-buffer.
12554 (ange-ftp-gwp-start): Remove unused var `gw-user'.
12555 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
12556 (ange-ftp-insert-directory): Remove unused var `short'.
12557 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
12558
12559 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
12560 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
12561
12562 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
12563 (check-calendar-holidays, diary-list-entries): Autoload.
12564 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
12565 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
12566
12567 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
12568 which mistakenly removed a call to display-buffer.
12569
12570 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
12571
12572 * obsolete/iso-insert.el: Move to obsolete/ from international/.
12573
12574 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
12575
12576 * progmodes/hideshow.el
12577 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
12578 (hs-allow-nesting): New user var.
12579 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
12580 (hs-hide-block-at-point): When nesting allowed,
12581 if there is already an overlay in place, delete it.
12582 (hs-safety-is-job-n): Delete func; remove call sites.
12583 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
12584 (hs-overlay-at): New func.
12585 (hs-already-hidden-p, hs-show-block): Use it.
12586 (hs-hide-all): Don't pre-clean if nesting allowed.
12587 (hs-show-all): Temporarily disallow
12588 nesting around call to `hs-discard-overlays'.
12589
12590 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
12591
12592 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
12593 Delete unused local var.
12594
12595 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
12596
12597 * help-fns.el (describe-categories): "?\ " -> "?\s".
12598 (help-do-arg-highlight): Recognize also ARG-n, as in
12599 `move-to-left-margin' (ARG+n is already recognized). Simplify.
12600
12601 * international/codepage.el (dos-unsupported-char-glyph):
12602 * net/newsticker.el (tool-bar-map, w3-mode-map)
12603 (w3m-minor-mode-map):
12604 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
12605 (ent-alist):
12606 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
12607
12608 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
12609
12610 * custom.el (custom-push-theme): Handle the case where a symbol is
12611 bound but face properties have not yet been assigned.
12612
12613 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
12614 Fix behavior if noerase is `t' and there is no mail buffer.
12615
12616 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
12617 if `continue' is nil, rather than signal an error.
12618
12619 2005-09-12 Richard M. Stallman <rms@gnu.org>
12620
12621 * font-lock.el (font-lock-keywords): Add autoload.
12622
12623 * help-fns.el (describe-variable): Rearrange to put source link
12624 in a predictable place.
12625
12626 * net/newsticker.el: New file.
12627
12628 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
12629
12630 * calendar/calendar.el (calendar-for-loop): Add edebug info.
12631 (calendar-basic-setup): Use the new nil arg.
12632 (number-of-diary-entries): Move to diary-lib.el.
12633
12634 * calendar/diary-lib.el: Use with-current-buffer, match-string.
12635 (diary-list-entries): Use with-syntax-table and dolist.
12636 Rename from list-diary-entries.
12637 Use number-of-diary-entries if `number' is nil.
12638 (diary, diary-view-entries): Use this new name and new nil arg value.
12639 (number-of-diary-entries): Move from calendar.el.
12640 (diary-unhide-everything): New function.
12641 (include-other-diary-files, fancy-diary-display)
12642 (diary-show-all-entries, make-diary-entry): Use it.
12643 (diary-mail-entries): Use buffer-string.
12644 (mark-diary-entries): Fix long standing paren typo.
12645 (diary-sexp-entry): Use count-lines.
12646 (make-diary-entry): Avoid `previous-line'.
12647 (diary-mode-map): New var.
12648 (diary-mode): Redraw cal after saving. Setup header-line.
12649 (fancy-diary-display-mode): Use local-set-key.
12650
12651 * startup.el (command-line): Try calling various terminal-init-foo-bar
12652 functions by stripping hyphenated suffixes from $TERM.
12653
12654 * files.el (normal-mode): Check boundness of font-lock-keywords.
12655
12656 2005-09-12 Richard M. Stallman <rms@gnu.org>
12657
12658 * progmodes/compile.el: Don't decide a file's directory
12659 until the user actually tries to go there.
12660 (compilation-next-error-function):
12661 Pass compilation-find-file the directory from the file-struct.
12662 (compilation-internal-error-properties): Separate local FILE-STRUCT
12663 from FILE. Doc the args better. Rename arg FMT to FMTS.
12664 (compilation-find-file): Arg DIR renamed to DIRECTORY.
12665 Expand it, and if nil, use default-directory.
12666 (compilation-get-file-structure): Don't mix specified directory
12667 with default directory. Put specified directory into
12668 file-struct. Don't make the file name absolute.
12669
12670 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
12671 (compile-command): Add autoload.
12672 (compilation-disable-input): Add autoload.
12673
12674 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
12675
12676 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
12677 strings of the variables it can override.
12678 (time-stamp): New (as yet undocumented) time-stamp-format escapes
12679 %Q and %q, for fully-qualified domain name and unqualified host name.
12680
12681 2005-09-11 Kim F. Storm <storm@cua.dk>
12682
12683 * emacs-lisp/authors.el (authors-aliases): Update list.
12684 (authors-fixed-entries): Update mldrag.el entry.
12685
12686 2005-09-10 Alan Mackenzie <acm@muc.de>
12687
12688 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
12689 from the region narrowed to.
12690
12691 2005-09-10 Magnus Henoch <mange@freemail.hu>
12692
12693 * textmodes/ispell.el (ispell-check-version): Signal an error if
12694 aspell version is less than 0.60.
12695
12696 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
12697
12698 * progmodes/octave-inf.el (inferior-octave-startup):
12699 Resync current dir at the end.
12700
12701 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
12702
12703 * woman.el (woman-topic-at-point-default):
12704 Rename to woman-use-topic-at-point-default.
12705 (woman-topic-at-point): Rename to woman-use-topic-at-point.
12706 (woman-file-name): Reflect renames above. Automatically use the
12707 word at point as topic if woman-use-topic-at-point is non-nil.
12708 Otherwise offer it as default but don't insert it in the
12709 minibuffer. Also use `test-completion' instead of `assoc' as
12710 suggested by Stefan Monnier.
12711
12712 2005-09-10 Andre Spiegel <spiegel@gnu.org>
12713
12714 * vc.el (vc-directory, vc-update-change-log): Throw an error on
12715 the attempt to do it over Tramp. This is not yet supported.
12716
12717 2005-09-10 Eli Zaretskii <eliz@gnu.org>
12718
12719 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
12720 (menu-bar-non-minibuffer-window-p): New functions.
12721 ("Split Window", "Save As..."): Use them.
12722 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
12723 ("Print Buffer", "Truncate Long Lines in this Buffer"):
12724 Use menu-bar-menu-frame-live-and-visible-p.
12725 ("Save Buffer", "Insert File", "Open Directory...")
12726 ("Open File...", "Visit New File..."):
12727 Use menu-bar-non-minibuffer-window-p.
12728 (kill-this-buffer-enabled-p, dired <menu-enable>):
12729 Use menu-bar-non-minibuffer-window-p.
12730
12731 2005-09-09 Eli Zaretskii <eliz@gnu.org>
12732
12733 * cus-start.el (all): Don't complain about fringe-related
12734 built-ins if fringes are not supported. Ditto about
12735 selection-related built-ins. Fix the test for GTK-related built-ins.
12736
12737 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
12738 ("Postscript Print Buffer", "Print Region", "Save As...")
12739 ("Save", "Insert File...", "Open Directory...")
12740 ("Open File...", "Visit New File..."")
12741 ("Truncate Long Lines in this Buffer"): Don't look at
12742 menu-updating-frame if this display does not support multiple frames.
12743
12744 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
12745
12746 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
12747
12748 2005-09-09 Emilio Lopes <eclig@gmx.net>
12749
12750 * woman.el: Format- and whitespace-related changes.
12751
12752 2005-09-09 Eli Zaretskii <eliz@gnu.org>
12753
12754 * woman.el: Fix my email address.
12755
12756 2005-09-08 Richard M. Stallman <rms@gnu.org>
12757
12758 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
12759 (sh-mode): Locally set skeleton-pair-default-alist.
12760
12761 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
12762
12763 * progmodes/flymake.el: Require `compile' unconditionally.
12764
12765 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
12766
12767 * woman.el (woman-file-name): Provide a default, not initial input.
12768
12769 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
12770
12771 * font-lock.el (font-lock-support-mode): Doc fix.
12772
12773 * descr-text.el (describe-property-list): Handle non-symbol prop names.
12774
12775 2005-09-08 Richard M. Stallman <rms@gnu.org>
12776
12777 * simple.el (blink-matching-open): Get rid of text props from
12778 the string shown in echo area. Don't permanently set point.
12779 Some rearrangements.
12780
12781 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
12782
12783 * recentf.el (recentf-filename-handler): Add custom choice
12784 `abbreviate-file-name'.
12785
12786 * msb.el (msb--very-many-menus): Fix typo.
12787
12788 * disp-table.el (standard-display-european): Don't set
12789 enable-multibyte-characters to nil.
12790
12791 2005-09-08 David Ponce <david@dponce.com>
12792
12793 * recentf.el (recentf-show-file-shortcuts-flag): New option.
12794 (recentf-expand-file-name): Doc fix.
12795 (recentf-dialog-mode-map): Define digit shortcuts.
12796 (recentf--files-with-key): New variable.
12797 (recentf-show-digit-shortcut-filter): New function.
12798 (recentf-open-files-items): New function.
12799 (recentf-open-files): Use it.
12800 (recentf-open-file-with-key): New command.
12801
12802 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
12803
12804 * buff-menu.el (Buffer-menu-sort-by-column): New function.
12805 Suggested by Kim F. Storm.
12806 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
12807 (Buffer-menu-make-sort-button): Use global keymap.
12808
12809 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
12810
12811 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
12812 (Man-getpage-in-background-advice): Remove defadvice; it isn't
12813 necessary any longer with the remapped command.
12814 (Man-bgproc-sentinel-advice): Remove defadvice which counts
12815 formatting time only.
12816
12817 * net/tramp.el (tramp-action-password)
12818 (tramp-multi-action-password): Compile the password prompt from
12819 `method', `user' and `host'. Sometimes it isn't obvious which
12820 password to enter, for example with remote files offered by
12821 recentf.el, or with multiple steps. Suggested by Robert Marshall
12822 <robert@chezmarshall.freeserve.co.uk>.
12823
12824 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
12825
12826 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
12827 Fix regexp for when "s///" is at the beginning of line.
12828
12829 2005-09-07 Jay Belanger <belanger@truman.edu>
12830
12831 * calc/calc-poly.el (math-expand-term): Multiply out any powers
12832 when in matrix mode.
12833
12834 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
12835
12836 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
12837 non-anonymous functions.
12838
12839 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
12840
12841 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
12842 when using a header line. Otherwise, use mouse-1-click-follows-link.
12843
12844 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
12845 can't be moved; don't signal an error.
12846
12847 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
12848
12849 * cus-theme.el (custom-theme-write-faces): Save the current face
12850 spec, not the defface spec.
12851
12852 * custom.el (custom-known-themes): Clarify meaning of "standard".
12853 (custom-push-theme): Save old values in the standard theme.
12854 (disable-theme): Correct typo.
12855 (custom-face-theme-value) Deleted unused function.
12856 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
12857
12858 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
12859
12860 * progmodes/compile.el (compilation-goto-locus): Take into account
12861 iconified frames when determining whether the buffer is
12862 already visible.
12863 Don't reset window height if the window already existed.
12864
12865 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
12866
12867 * custom.el (load-theme): Rename from require-theme.
12868 Add interactive spec.
12869 (enable-theme): Rename from custom-enable-theme.
12870 Add interactive spec.
12871 (disable-theme): Rename from custom-disable-theme.
12872 Add interactive spec.
12873 (custom-make-theme-feature): Doc fix.
12874 (custom-theme-directory): Doc fix.
12875 (provide-theme): Call enable-theme.
12876
12877 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
12878
12879 * obsolete/lazy-lock.el (lazy-lock-mode):
12880 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
12881 font-lock-mode if it's off. Print a warning instead.
12882
12883 * progmodes/compile.el (compilation-start): Ignore errors if the
12884 process died before we get to send-eof.
12885
12886 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
12887 Undo last change. Enclosing the result in quotes broke things on Unix
12888 since tex-send-command passes it through shell-quote-argument.
12889 (tex-send-command): Pass `file' through convert-standard-filename
12890 when possible.
12891 (tex-uptodate-p): Handle the case where TeX hasn't put additional
12892 info in a transcript.
12893
12894 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
12895
12896 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
12897 fix compilation warning. Reorder the key definitions to group
12898 together keys emitted by the current version of xterm.
12899
12900 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
12901 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
12902 Reorder predicates to correct min-color usage.
12903
12904 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
12905
12906 * longlines.el (longlines-mode): Inhibit read-only when encoding.
12907 Kill local variables when longlines-mode is turned off.
12908
12909 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
12910
12911 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
12912
12913 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
12914
12915 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
12916
12917 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
12918 (font-lock-lines-before): Change default to being inactive.
12919 (font-lock-default-fontify-region): Obey font-lock-lines-before.
12920 (font-lock-after-change-function): Don't handle f-l-lines-before here.
12921
12922 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
12923
12924 * net/tramp.el (tramp-handle-make-auto-save-file-name):
12925 Deactivate temporarily advice if active (not needed for Emacs 22,
12926 but for backwards compatibility).
12927 (tramp-exists-file-name-handler): Rewrite. First implementation
12928 was too simple.
12929 (tramp-advice-make-auto-save-file-name):
12930 Call `tramp-handle-make-auto-save-file-name' (again, just for
12931 backwards compatibility).
12932
12933 2005-08-31 Reto Zimmermann <reto@gnu.org>
12934
12935 * progmodes/vhdl-mode.el
12936 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
12937 (vhdl-end-p): Fix indentation bug "else" after "-- when".
12938 (vhdl-set-default-project): New function (easier setting of default).
12939 (vhdl-port-copy): Handle extended identifiers for generics.
12940 (vhdl-compiler-alist): Better description for error message regexp.
12941 (vhdl-make): Query for target, use previous as default.
12942 (vhdl-port-copy): Fix port copy for port names starting with "signal".
12943 (vhdl-font-lock-keywords-2): Fix fontification for record
12944 el. assign.
12945 (vhdl-speedbar-make-subpack-line): Add package body link.
12946 (vhdl-generate-makefile-1): Not include itself as dependency.
12947 (vhdl-font-lock-init): Highlight c-preprocessor directives.
12948 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
12949 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
12950 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
12951 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
12952 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
12953 (vhdl-import-project): Add string argument for `error'.
12954 (vhdl-compose-configuration)
12955 (vhdl-compose-configuration-architecture): Add configuration
12956 declaration generation.
12957 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
12958 (vhdl-trailer-re): Add "record" keyword (better indentation).
12959 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
12960 "[^ \t-\"]+".
12961 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
12962 (vhdl-testbench-entity-file-name)
12963 (vhdl-testbench-architecture-file-name): Allow separate
12964 customization of testbench file names.
12965 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
12966 (vhdl-get-visible-signals): Allow newline within alias declaration.
12967 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
12968 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
12969 (member-ignore-case): Alias for missing function in XEmacs.
12970 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
12971 (vhdl-update-sensitivity-list): Ignore case on read signals.
12972 (vhdl-replace-string): Adjust case only for file names.
12973 (vhdl-update-sensitivity-list): Fix search for read signals.
12974 (vhdl-update-sensitivity-list): Exclude formal parameters.
12975 (vhdl-get-visible-signals): Include aliases of signals.
12976 (vhdl-get-visible-signals): Fix signal name searching.
12977 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
12978 (vhdl-fixup-whitespace-region): Fix for character
12979 literals (e.g. `:').
12980
12981 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
12982
12983 * ansi-color.el (comint-last-output-start):
12984 * bs.el (font-lock-verbose):
12985 * diff-mode.el (add-log-buffer-file-name-function):
12986 * dired-x.el (vm-folder-directory):
12987 * faces.el (help-xref-stack-item):
12988 * files.el (font-lock-keywords):
12989 * find-lisp.el (dired-buffers, dired-subdir-alist):
12990 * ido.el (cua-inhibit-cua-keys):
12991 * log-view.el (cvs-minor-wrap-function):
12992 * outline.el (font-lock-warning-face):
12993 * simple.el (compilation-current-error):
12994 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
12995 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
12996 * tooltip.el (comint-prompt-regexp):
12997 * w32-fns.el (explicit-shell-file-name):
12998 * term/mac-win.el (mac-charset-info-alist)
12999 (mac-services-selection, mac-system-script-code):
13000 * term/tty-colors.el (msdos-color-values):
13001 * term/w32-win.el (xlfd-regexp-registry-subnum):
13002 * term/x-win.el (x-keysym-table, x-selection-timeout)
13003 (x-session-id, x-session-previous-id):
13004 * textmodes/ispell.el (mail-yank-prefix):
13005 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
13006 * textmodes/org.el (calc-embedded-close-formula)
13007 (calc-embedded-open-formula)
13008 (font-lock-unfontify-region-function):
13009 * textmodes/reftex-global.el (isearch-next-buffer-function)
13010 (TeX-master):
13011 * textmodes/reftex.el (font-lock-keywords):
13012 * textmodes/tex-mode.el (font-lock-comment-face)
13013 (font-lock-doc-face):
13014 * textmodes/texinfo.el (outline-heading-alist):
13015 Add defvars.
13016
13017 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
13018 (artist-spray-chars, artist-mode-init, artist-replace-string)
13019 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
13020 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
13021 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
13022
13023 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
13024 (conf-align-assignments): "?\ " -> "?\s".
13025
13026 * textmodes/reftex-index.el (TeX-master): Add defvar.
13027 (reftex-index-phrases-marker): Move up defvar.
13028
13029 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
13030 (reftex-toc-include-labels-indicator)
13031 (reftex-toc-include-index-indicator)
13032 (reftex-toc-max-level-indicator): Move up declarations.
13033
13034 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
13035 of args to `tramp-run-real-handler', even if it's empty in this case.
13036
13037 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13038
13039 * dired.el (dired-move-to-filename-regexp): Add date format for
13040 Mac OS X 10.3 in East Asian locales.
13041
13042 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
13043
13044 * files.el (make-auto-save-file-name): Add file name handler call
13045 if applicable.
13046
13047 * net/tramp.el (tramp-file-name-handler-alist)
13048 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
13049 (tramp-handle-make-auto-save-file-name): Rename from
13050 `tramp-make-auto-save-file-name'.
13051 (tramp-exists-file-name-handler): New defun.
13052 (tramp-advice-make-auto-save-file-name): Make defadvice only when
13053 `make-auto-save-file-name' is not a magic file name operation.
13054
13055 2005-08-30 Richard M. Stallman <rms@gnu.org>
13056
13057 * files.el (risky-local-variable-p):
13058 Match `-predicates' and `-commands.
13059
13060 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
13061 (custom-save-all): Visit the file if necessary;
13062 kill the buffer if we created it.
13063 (custom-save-delete): Don't visit file or kill buffer here.
13064
13065 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
13066
13067 * textmodes/org.el (org-special-keyword): New face.
13068 (org-table-copy-down, org-table-eval-formula)
13069 (org-table-recalculate, org-init-section-numbers):
13070 Use `string-to-number' instead of `string-to-int'.
13071 (org-get-location): Use `insert-buffer-substring' instead of
13072 `insert-buffer'.
13073 (org-modify-diary-entry-string): New function.
13074 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
13075 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
13076 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
13077 active region.
13078 (org-export-as-html): Handle QUOTE keyword.
13079 (org-quote-string): New option.
13080 (org-bookmark-jump-unhide): New function, used for
13081 `bookmark-after-jump-hook'.
13082 (org-diary-default-entry): Apply only when not called through
13083 `org-agenda'.
13084
13085 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
13086
13087 * net/eudc.el (mode-popup-menu):
13088 * play/handwrite.el (ps-printer-name, ps-lpr-command):
13089 * progmodes/ada-mode.el (compile-auto-highlight)
13090 (skeleton-further-elements):
13091 * progmodes/autoconf.el (font-lock-syntactic-keywords):
13092 * progmodes/cmacexp.el (msdos-shells):
13093 * progmodes/compile.el (font-lock-extra-managed-props)
13094 (font-lock-keywords, font-lock-maximum-size)
13095 (font-lock-support-mode):
13096 * progmodes/grep.el (font-lock-lines-before):
13097 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
13098 * progmodes/mixal-mode.el (compile-command):
13099 * progmodes/perl-mode.el (font-lock-comment-face)
13100 (font-lock-doc-face, font-lock-string-face):
13101 * progmodes/prolog.el (comint-prompt-regexp):
13102 * progmodes/sh-script.el (font-lock-comment-face)
13103 (font-lock-set-defaults, font-lock-string-face):
13104 * progmodes/sql.el (font-lock-keyword-face)
13105 (font-lock-set-defaults, font-lock-string-face):
13106 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
13107 (itimer-version, lazy-lock-defer-contextually)
13108 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
13109 Add defvars.
13110
13111 * progmodes/cperl-mode.el (cperl-electric-lbrace)
13112 (cperl-electric-keyword, cperl-electric-pod)
13113 (cperl-electric-backspace, cperl-forward-re)
13114 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
13115 (vc-rcs-header, vc-sccs-header): Add defvars.
13116
13117 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
13118 (font-lock-syntactic-keywords, gud-find-expr-function):
13119 Add defvars.
13120
13121 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
13122 (gdb-frame-parameters): Declare before use.
13123
13124 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
13125 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
13126 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
13127 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
13128
13129 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
13130 (idlwave-help-with-source): Use `insert-buffer-substring', not
13131 `insert-buffer'.
13132
13133 2005-08-29 Juri Linkov <juri@jurta.org>
13134
13135 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
13136 Put outline-back-to-heading function call inside save-excursion.
13137
13138 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
13139
13140 * man.el (Man-init-defvars, Man-translate-references)
13141 (Man-support-local-filenames, Man-highlight-references):
13142 * progmodes/sql.el (sql-interactive-mode):
13143 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
13144
13145 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
13146 (compilation-mode-font-lock-keywords): Add defvars.
13147 (checkdoc-interactive-loop): "?\ " -> "?\s".
13148
13149 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
13150 (font-lock-doc-face, font-lock-string-face)
13151 (font-lock-keywords-case-fold-search): Add defvars.
13152 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
13153
13154 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
13155 Don't pass X and Y (they are ignored anyway).
13156 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
13157 (mouse-delete-window): Make arguments optional.
13158
13159 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
13160 (caesar-translate-table, minor-modes, news-buffer-save)
13161 (news-group-name, news-minor-modes): Add defvars.
13162
13163 * emacs-lisp/lselect.el (mouse-highlight-priority)
13164 (x-lost-selection-functions, zmacs-regions):
13165 * emacs-lisp/pp.el (font-lock-verbose):
13166 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
13167 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
13168 (ses-mode-map):
13169 * emacs-lisp/tcover-unsafep.el (safe-functions):
13170 * international/mule-cmds.el (mac-system-coding-system)
13171 (mac-system-locale):
13172 * language/ethio-util.el (rmail-current-message)
13173 (rmail-message-vector):
13174 * language/thai-util.el (thai-auto-composition-mode):
13175 * mail/metamail.el (rmail-current-message, rmail-message-vector):
13176 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
13177 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
13178 (vm-primary-inbox, vm-spool-files):
13179 * mail/rmail.el (deleted-head, font-lock-fontified)
13180 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
13181 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
13182 (total-messages):
13183 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
13184 (rmail-summary-mode-map):
13185 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
13186 (rmail-last-label, rmail-last-multi-labels)
13187 (rmail-summary-vector, rmail-total-messages):
13188 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
13189 * mail/rmailsum.el (msgnum):
13190 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
13191 (rmail-current-message):
13192 * obsolete/fast-lock.el (font-lock-face-list):
13193 * obsolete/rnewspost.el (mail-reply-buffer):
13194 * obsolete/scribe.el (compile-command):
13195 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
13196
13197 2005-08-28 John Paul Wallington <jpw@gnu.org>
13198
13199 * ibuf-ext.el (ibuffer-auto-update-changed):
13200 Use `frame-or-buffer-changed-p' to check whether we need to update.
13201 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
13202 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
13203 as a `frame-or-buffer-changed-p' state vector instead.
13204
13205 2005-08-27 Romain Francoise <romain@orebokech.com>
13206
13207 * textmodes/makeinfo.el (makeinfo-compile):
13208 Use `compilation-start'. Set `next-error-function' according to
13209 `disable-errors'.
13210 (makeinfo-next-error): New function.
13211 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
13212 (makeinfo-buffer): Likewise.
13213
13214 * progmodes/compile.el (compilation-start): Add autoload cookie.
13215
13216 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
13217 * textmodes/sgml-mode.el: Likewise.
13218 * progmodes/python.el: Likewise.
13219
13220 2005-08-27 Eli Zaretskii <eliz@gnu.org>
13221
13222 * simple.el (blink-matching-paren-distance): Document the meaning
13223 of nil value, and allow to customize to nil.
13224
13225 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
13226 command.com, not command.exe.
13227
13228 2005-08-26 John Wiegley <johnw@newartisans.com>
13229
13230 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
13231 code around a bit so that an extraneous nil argument is not added
13232 to a command when no args are given.
13233
13234 * eshell/esh-arg.el (eshell-parse-double-quote): If a
13235 double-quoted argument resolves to nil, return it as an empty
13236 string rather than as nil. This made it impossible to pass "" to
13237 a shell script as a null string argument.
13238
13239 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
13240
13241 * outline.el (outline-invent-heading): New fun.
13242 (outline-promote, outline-demote): Use it.
13243 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
13244 (outline-end-of-subtree): Remove unused var `opoint'.
13245
13246 2005-08-26 David Reitter <david.reitter@gmail.com>
13247
13248 * menu-bar.el (truncate-lines, write-file, print-buffer)
13249 (ps-print-buffer-faces, ps-print-buffer, split-window):
13250 Disable menu items when the frame they refer to is invisible, or when
13251 they refer to a buffer and the minibuffer is selected.
13252
13253 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
13254
13255 * progmodes/flymake.el (flymake-highlight-err-lines):
13256 Use save-excursion around flymake-highlight-line to preserve point.
13257
13258 2005-08-26 Eli Zaretskii <eliz@gnu.org>
13259
13260 * progmodes/octave-mod.el: Change Author and Maintainer address.
13261 (octave-maintainer-address): Change Kurt's email address.
13262 * progmodes/octave-inf.el: Change Author and Maintainer address.
13263 * progmodes/octave-hlp.el: Change Author and Maintainer address.
13264
13265 2005-08-26 Kim F. Storm <storm@cua.dk>
13266
13267 * subr.el (version-list-<, version-list-<=, version-list-=):
13268 Rename from integer-list-*.
13269 (version-list-not-zero): Likewise. Fix while loop.
13270 (version=): Use version-list-= instead of string-equal.
13271
13272 2005-08-26 Richard M. Stallman <rms@gnu.org>
13273
13274 * outline.el (outline-promote): Try shortening the heading.
13275 As last resort, read the heading to use.
13276 (outline-demote): As last resort, read the heading to use.
13277
13278 2005-08-26 Romain Francoise <romain@orebokech.com>
13279
13280 * progmodes/compile.el (compilation-start): Doc fix.
13281
13282 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
13283 (antlr-font-lock-additional-keywords): Fix reference to
13284 `antlr-font-lock-literal-regexp' erroneously changed during the
13285 mass face rename.
13286 (antlr-run-tool): Use `compilation-start'.
13287
13288 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
13289 instead of the obsolete `compile-internal'.
13290
13291 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
13292
13293 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
13294 (number, original-date):
13295 * calendar/cal-china.el (date):
13296 * calendar/cal-coptic.el (date):
13297 * calendar/cal-french.el (date):
13298 * calendar/cal-hebrew.el (date, entry, number, original-date):
13299 * calendar/cal-islam.el (date, number, original-date):
13300 * calendar/cal-iso.el (date):
13301 * calendar/cal-julian.el (date):
13302 * calendar/cal-mayan.el (date):
13303 * calendar/cal-menu.el (date, event):
13304 * calendar/cal-persia.el (date):
13305 * calendar/lunar.el (date):
13306 * calendar/solar.el (date): Add defvars.
13307
13308 * emerge.el:
13309 * ibuffer.el:
13310 * info-xref.el:
13311 * obsolete/bg-mouse.el:
13312 * obsolete/sun-curs.el:
13313 * obsolete/swedish.el: Move the `defvar's to the top level.
13314
13315 * smerge-mode.el (smerge-refined-change): Add :group.
13316
13317 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
13318
13319 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
13320 (smerge-keep-n): Remove props.
13321 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
13322 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
13323 now that it's done in smerge-keep-n.
13324 (smerge-refined-change): New face.
13325 (smerge-refine-chopup-region, smerge-refine-highlight-change)
13326 (smerge-refine): New funs.
13327 (smerge-basic-map): Bind smerge-refine.
13328
13329 2005-08-25 Juri Linkov <juri@jurta.org>
13330
13331 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
13332 compilation-process-setup-function and compilation-disable-input
13333 in grep-mode instead of let-bindings in grep.
13334
13335 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
13336 Delete "Automatic File De/compression" (auto-compression-mode).
13337
13338 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
13339
13340 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
13341 Silence warning about non-existent variable.
13342
13343 2005-08-25 Richard M. Stallman <rms@gnu.org>
13344
13345 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
13346 Rename "Describe Key" to "Describe Key or Mouse Operation".
13347
13348 * mail/mailalias.el (build-mail-aliases): Delete comments
13349 from the contents before processing them.
13350
13351 * isearch.el (isearch-edit-string): Erase the Search prompt
13352 if user enters an empty string and there is no default.
13353
13354 * comint.el (comint-file-name-prefix): Add autoload.
13355
13356 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
13357
13358 * subr.el (play-sound): Rearrange to avoid warning.
13359
13360 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
13361
13362 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
13363 New hook.
13364 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
13365
13366 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
13367
13368 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
13369
13370 * custom.el (custom-theme-set-variables): Sort minor modes last.
13371
13372 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13373
13374 * subr.el (version-separator, version-regexp-alist): New vars used by
13375 version comparison funs.
13376 (integer-list-<, integer-list-=, integer-list-<=)
13377 (integer-list-not-zero): New funs for integer list comparison.
13378 (version-to-list, version=, version<, version<=): New funs for version
13379 comparison.
13380
13381 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
13382
13383 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
13384 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
13385 time to silence the byte-compiler.
13386
13387 * ibuffer.el (ibuffer-compile-make-eliding-form)
13388 (ibuffer-check-formats): Use `with-no-warnings' to hide references
13389 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
13390 so it's silly to get warnings for it).
13391 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
13392 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
13393 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
13394 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
13395 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
13396 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
13397 Defvar at compile time.
13398 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
13399 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
13400 Declare them before use.
13401
13402 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
13403 (info-xref-good, info-xref-bad): Defvar at compile time.
13404
13405 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
13406 Use `let*' instead of `let'.
13407
13408 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
13409 (*mouse-y*, menu, char): Defvar at compile time.
13410 (sc::menu): Declare it before use.
13411 (sc::pack-one-line): Use `let', not `let*'.
13412
13413 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
13414 (mail-send-hook): Defvar at compile time.
13415
13416 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
13417 Defvar at compile time.
13418
13419 * term/sun-mouse.el (current-global-mousemap)
13420 (current-local-mousemap): Declare them before use.
13421
13422 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
13423
13424 * bookmark.el (bookmark-after-jump-hook): New hook.
13425 (bookmark-jump): Run `bookmark-after-jump-hook'.
13426
13427 2005-08-23 Juri Linkov <juri@jurta.org>
13428
13429 * faces.el (minibuffer-prompt): Doc fix.
13430
13431 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
13432
13433 * progmodes/xscheme.el: Trivial changes to silence warnings.
13434 (xscheme-previous-mode, xscheme-previous-process-state):
13435 Add defvars.
13436 (xscheme-last-input-end, xscheme-process-command-line)
13437 (xscheme-process-name, xscheme-buffer-name)
13438 (xscheme-expressions-ring-max, xscheme-expressions-ring)
13439 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
13440 (xscheme-control-g-synchronization-p)
13441 (xscheme-control-g-disabled-p, xscheme-string-receiver)
13442 (default-xscheme-runlight, xscheme-runlight)
13443 (xscheme-runlight-string, xscheme-process-filter-state)
13444 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
13445 Move to beginning of file.
13446 (scheme-interaction-mode-commands-alist)
13447 (scheme-interaction-mode-map, scheme-debugger-mode-map):
13448 Declare them before use. Note: the initialization code for the variables
13449 has not been moved because it uses functions that reference the variables.
13450 (xscheme-control-g-message-string, xscheme-process-filter-alist)
13451 (xscheme-prompt-for-expression-map): Declare them before use.
13452 (scheme-debugger-mode-commands): "?\ " -> "?\s".
13453
13454 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
13455
13456 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
13457
13458 2005-08-22 Juri Linkov <juri@jurta.org>
13459
13460 * faces.el (set-face-underline): Delete this duplicate function
13461 and make an obsolete alias to set-face-underline-p.
13462 (set-face-underline-p): Use docstring of set-face-underline.
13463 (describe-face): Create hyperlink to parent face.
13464
13465 * info.el (Info-insert-dir): Use save-excursion around
13466 insert-buffer-substring.
13467 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
13468 (Info-escape-percent): Delete function.
13469 (Info-fontify-node): Replace Info-escape-percent by
13470 replace-regexp-in-string with REP arg set to lambda that
13471 duplicates `%' and preserves text properties.
13472
13473 * progmodes/compile.el (compilation-disable-input): Doc fix.
13474 (define-compilation-mode): Doc fix and refill.
13475 (kill-compilation): Use `mode-name' in the error message.
13476 (compilation-find-file): Use `compilation-error' in the
13477 read-file-name's prompt.
13478
13479 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
13480
13481 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
13482 (smerge-auto-leave): Make undo re-enable the mode.
13483 (debug-ignored-errors): Add the user-error of impossible resolution.
13484 (smerge-resolve): Move things around a bit, in preparation for later.
13485 (smerge-diff): Don't fail if the buffer has no associated file.
13486 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
13487 (smerge-conflict-overlay): New function.
13488 (smerge-match-conflict): Don't add text properties here.
13489 (smerge-find-conflict): Instead, add an overlay here.
13490 Also check for the case where we're inside a conflict already, so as to
13491 obviate the need for font-lock-multiline, which is unbearably slow with
13492 large conflicts and ciomplex font-lock patterns.
13493 (smerge-remove-props): Remove overlay rather than text-properties.
13494 (smerge-mode): Don't set font-lock-multiline.
13495 Remove overlays when turned off.
13496
13497 2005-08-21 Kim F. Storm <storm@cua.dk>
13498
13499 * ido.el (ido-ignore-item-p): Use save-match-data.
13500 Bind case-fold-search to ido-case-fold locally.
13501
13502 2005-08-20 Richard M. Stallman <rms@gnu.org>
13503
13504 * files.el (normal-mode): If font lock is on, turn it off and on.
13505
13506 * subr.el (replace-regexp-in-string): Doc fix.
13507
13508 * startup.el (command-line-1): Don't suppress startup screen
13509 due to existing processes.
13510
13511 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
13512
13513 * progmodes/compile.el (compilation-disable-input): Default to nil.
13514
13515 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
13516
13517 * progmodes/compile.el (compilation-disable-input): New defcustom.
13518 (compilation-start): If compilation-disable-input is non-nil, send
13519 EOF to the compilation process.
13520
13521 2005-08-20 Eli Zaretskii <eliz@gnu.org>
13522
13523 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
13524 Run the argument of tex-shell-cd-command through
13525 convert-standard-filename, to get the correct style of slashes on
13526 Windows, and enclose the result in quotes, in case the file name
13527 includes whitespace or other special characters.
13528
13529 2005-08-19 Andreas Schwab <schwab@suse.de>
13530
13531 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
13532 process.
13533
13534 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
13535
13536 * cus-start.el (minibuffer-prompt-properties): Correct typo.
13537
13538 2005-08-18 Kim F. Storm <storm@cua.dk>
13539
13540 * scroll-lock.el: Fix errors due to incorrect line wrapping.
13541
13542 2005-08-18 Richard M. Stallman <rms@gnu.org>
13543
13544 * scroll-lock.el: New file.
13545
13546 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
13547
13548 * dired.el (dired-move-to-end-of-filename):
13549 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
13550
13551 2005-08-18 Kim F. Storm <storm@cua.dk>
13552
13553 * ido.el (ido-everywhere): Fix defcustom :set function to disable
13554 rather than toggle mode when custom value is nil.
13555 (ido-everywhere): Fix defun doc string.
13556
13557 2005-08-17 Richard M. Stallman <rms@gnu.org>
13558
13559 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
13560 as tag instead of "Inviolable".
13561
13562 2005-08-17 Kim F. Storm <storm@cua.dk>
13563
13564 * windmove.el (windmove-coordinates-of-position): Remove.
13565 (windmove-coordinates-of-window-position): Remove.
13566 (windmove-reference-loc): Use posn-at-point instead.
13567
13568 * subr.el (insert-for-yank-1): Doc fix.
13569
13570 * ido.el (ido-enter-matching-directory): Rename from
13571 ido-enter-single-matching-directory. Change `slash' choice to
13572 `only'. Add `first' choice.
13573 (ido-exhibit): Adapt to above changes.
13574
13575 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
13576
13577 * Makefile.in: Expand comment about building loaddefs.el.
13578
13579 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
13580
13581 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
13582 Comment use of defadvice.
13583
13584 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
13585
13586 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
13587
13588 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
13589 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
13590 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
13591 * progmodes/idlw-shell.el, progmodes/ld-script.el,
13592 * progmodes/which-func.el, ruler-mode.el, strokes.el,
13593 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
13594 for backward compatibility for faces that did not appear in the
13595 previous Emacs release.
13596
13597 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
13598
13599 2005-08-15 Kim F. Storm <storm@cua.dk>
13600
13601 * emulation/cua-base.el (cua-delete-region): Return t if
13602 deleted region was non-empty.
13603 (cua-replace-region): Inhibit overwrite-mode for
13604 self-insert-command if replaced region was non-empty.
13605 (cua--explicit-region-start, cua--status-string): Make them
13606 buffer-local at top-level...
13607 (cua-mode): ...rather than when mode is enabled.
13608
13609 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
13610
13611 * progmodes/vhdl-mode.el (vhdl-emacs-21):
13612 Set t for Emacs 21, 22, and so on.
13613
13614 2005-08-15 David Ponce <david@dponce.com>
13615
13616 * tree-widget.el: Update Commentary header.
13617 (tree-widget-theme): Doc fix.
13618 (tree-widget-space-width): New option.
13619 (tree-widget-image-properties): Look up in the default theme too.
13620 (tree-widget--cursors): Only for images with arrow pointer shape.
13621 (tree-widget-lookup-image): Pointer shape is hand by default.
13622 (tree-widget-icon): Rename generic icon widget from
13623 `tree-widget-control'.
13624 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
13625 derive from `tree-widget-icon'.
13626 (tree-widget-handle): Improve default look and feel of the text
13627 representation.
13628 (tree-widget): Rename :*-control properties to :*-icon properties.
13629 Add :action and :help-echo properties.
13630 (tree-widget-after-toggle-functions): Move.
13631 (tree-widget-close-node, tree-widget-open-node): Remove.
13632 (tree-widget-before-create-icon-functions): New hook.
13633 (tree-widget-value-create): Update to allow customization of icons
13634 and nodes at run-time via that new hook.
13635 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
13636 (tree-widget-icon-action, tree-widget-icon-help-echo)
13637 (tree-widget-action, tree-widget-help-echo): New functions.
13638
13639 2005-08-15 Kim F. Storm <storm@cua.dk>
13640
13641 * ido.el (ido-buffer-internal): Use with-no-warnings.
13642 (ido-make-merged-file-list): Use while-no-input.
13643
13644 2005-08-15 Richard M. Stallman <rms@gnu.org>
13645
13646 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
13647 (flyspell-large-region): Fix doc and custom type.
13648
13649 2005-08-14 Richard M. Stallman <rms@gnu.org>
13650
13651 * files.el (interpreter-mode-alist): Doc fix.
13652
13653 * mail/rmail.el (rmail-nonignored-headers): New variable.
13654 (rmail-clear-headers): Use it.
13655 (rmail-reply): Better handling of mail-followup-to header.
13656
13657 * progmodes/sh-script.el (sh-font-lock-keywords-var):
13658 Rename variable from sh-font-lock-keywords. In the `shell' entry,
13659 don't try to refer to executable-font-lock-keywords.
13660 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
13661 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
13662 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
13663 (sh-mode): Set comment-start-skip, local-abbrev-table,
13664 imenu-case-fold-search.
13665 (sh-set-shell): Don't set them here.
13666 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
13667 Don't cache the results in the original alist; don't ever modify
13668 that alist.
13669
13670 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
13671
13672 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
13673 empty.
13674
13675 2005-08-15 Andreas Schwab <schwab@suse.de>
13676
13677 * desktop.el: Put autoload cookie at risky-local-variable declarations.
13678
13679 * dired.el, info.el, mail/rmail.el: Revert last change.
13680
13681 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
13682
13683 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
13684 modification in `eval-after-load' form.
13685 * info.el: Likewise.
13686 * mail/rmail.el: Likewise.
13687
13688 2005-08-14 Juri Linkov <juri@jurta.org>
13689
13690 * progmodes/compile.el (compilation-mode-font-lock-keywords):
13691 Remove highlighting of "Compilation started". Highlight only
13692 the word "finished" in "Compilation finished". Add highlighting
13693 of "interrupt", "killed", "terminated" and the exit code.
13694 (compilation-start): Add newline after header. Use exactly the
13695 same time stamp format as the finishing message.
13696 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
13697
13698 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
13699 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
13700 Add highlighting of "interrupt", "killed", "terminated".
13701
13702 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
13703 enabled and the current command is self-insert-command, call it
13704 explicitly with overwrite-mode bound to nil, to not allow it
13705 to delete the character after the selected region.
13706
13707 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
13708
13709 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
13710 move-end-of-line, end-of-line, and beginning-of-line to the list
13711 of commands after which the echo area is updated.
13712
13713 2005-08-12 Eli Zaretskii <eliz@gnu.org>
13714
13715 * cus-edit.el (custom-save-all, custom-save-delete):
13716 Bind recentf-exclude to exclude custom-file.
13717
13718 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
13719
13720 * mail/rmailsum.el (rmail-summary-end-of-message): New command
13721 to go to the bottom of the mail message. Added to
13722 `rmail-summary-mode-map' with key "/".
13723 (rmail-summary-show-message): New (internal) function for use by
13724 both `rmail-summary-beginning/end-of-message'.
13725 (rmail-summary-beginning-of-message): Change to use
13726 rmail-summary-show-message.
13727
13728 * mail/rmail.el (rmail-end-of-message): New command to go to the
13729 end of the current message. Added to `rmail-mode-map' with key "/".
13730 (rmail-beginning-of-message): Fix to work as documented.
13731 (rmail-mode): Change documentation.
13732
13733 * progmodes/compile.el (compilation-start): Add the line
13734 "Compilation started" with compilation start time.
13735 (compilation-mode-font-lock-keywords): Add `started' to keywords.
13736
13737 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
13738
13739 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
13740 of menu items.
13741
13742 2005-08-11 Richard M. Stallman <rms@gnu.org>
13743
13744 * simple.el (pop-global-mark): Reverse test of widen-automatically.
13745
13746 * battery.el (battery-status-function): Don't use ignore-errors.
13747
13748 2005-08-11 Lute Kamstra <lute@gnu.org>
13749
13750 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
13751 define-obsolete-variable-alias.
13752
13753 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
13754
13755 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
13756 (ange-ftp-send-cmd): Revert last change, and expand
13757 the comment explaining the problem.
13758
13759 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
13760
13761 * ldefs-boot.el: Update.
13762
13763 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
13764 item to "Time, Load and Mail". Change help echo text.
13765
13766 * time.el (display-time-use-mail-icon, display-time-format)
13767 (display-time-string-forms): Shorten first line of docstrings.
13768
13769 2005-08-10 Lars Hansen <larsh@soem.dk>
13770
13771 * desktop.el (desktop-buffer-mode-handlers):
13772 Make non-customizable. Add autoload cookie. Change initial value to
13773 nil; add elements in respective modules instead. Fix doc string.
13774 (desktop-load-file): New function.
13775 (desktop-minor-mode-handlers): New autoloaded variable.
13776 (desktop-create-buffer): Call minor mode handlers.
13777 Use desktop-load-file to load major and minor mode modules prior to
13778 checking for a handler.
13779 (desktop-save): Don't add nil to desktop-minor-modes for minor
13780 modes with nil function in desktop-minor-mode-table. Don't delete
13781 desktop file before rewriting it.
13782 (desktop-locals-to-save): Add autoload cookie. Don't make
13783 automatically buffer-local. Add variables column-number-mode,
13784 size-indication-mode, indent-tabs-mode,
13785 indicate-buffer-boundaries, indicate-empty-lines and
13786 show-trailing-whitespace.
13787 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
13788 regexps. Don't use desktop-clear-preserve-buffers-regexp.
13789 (desktop-clear-preserve-buffers-regexp): Delete.
13790 (desktop-clear-preserve-buffers): Update initial value and docstring.
13791 (desktop-save-buffer): Fix doc string.
13792
13793 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
13794 (hilit-chg-desktop-restore): New function.
13795 (highlight-changes-mode): Add highlight-changes-mode to
13796 desktop-locals-to-save.
13797
13798 * dired.el: Add handler to desktop-buffer-mode-handlers.
13799 (dired-restore-desktop-buffer): Remove autoload cookie.
13800 (dired-mode): Add autoload cookie.
13801
13802 * info.el: Add handler to desktop-buffer-mode-handlers.
13803 (Info-restore-desktop-buffer): Remove autoload cookie.
13804 (Info-mode): Add autoload cookie.
13805
13806 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
13807 (mh-restore-desktop-buffer): Remove autoload cookie.
13808 (mh-folder-mode): Add autoload cookie.
13809
13810 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
13811 (rmail-restore-desktop-buffer): Remove autoload cookie.
13812
13813 2005-08-11 Masatake YAMATO <jet@gyve.org>
13814
13815 * hexl.el (hexl-address-region):
13816 (hexl-ascii-region, hexl-font-lock-keywords):
13817 (hexl-highlight-line-range): Use the term "region"
13818 instead of "area" for consistency with the other symbols
13819 defined in hexl.el.
13820
13821 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
13822
13823 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
13824 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
13825 out by Juri Linkov). Add `display-battery-mode'.
13826
13827 2005-08-09 Juri Linkov <juri@jurta.org>
13828
13829 * progmodes/compile.el (compilation-mode-font-lock-keywords):
13830 Remove `-text' from face variable names.
13831 (compilation-error-file-name, compilation-warning-file-name)
13832 (compilation-info-file-name): Delete faces.
13833 (compilation-line-number, compilation-column-number):
13834 Remove face underlining.
13835 (compilation-message-face): Set to `underline' value by default.
13836 (compilation-error-face, compilation-warning-face)
13837 (compilation-info-face): Remove `-file-name' from face names.
13838 (compilation-error-text-face, compilation-warning-text-face)
13839 (compilation-info-text-face): Delete face variables.
13840 (compilation-text-face): Delete function.
13841
13842 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
13843 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
13844 (grep-error-face): Set to `compilation-error' instead of
13845 `compilation-error-face' (which is redefined to `grep-hit-face' in
13846 grep buffers).
13847 (grep-mode-font-lock-keywords): Remove `-text' from face variable
13848 names. Use `grep-error-face' instead of `compilation-error-text-face'.
13849
13850 * dired-aux.el (dired-do-query-replace-regexp):
13851 Use `query-replace-read-args'.
13852
13853 * replace.el (query-replace-read-from, query-replace-read-to)
13854 (query-replace-read-args): Rename arg `string' to `prompt'.
13855
13856 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
13857
13858 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
13859
13860 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
13861 uploading files.
13862 (ange-ftp-canonize-filename): Handle file names beginning with ~
13863 correctly.
13864
13865 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
13866
13867 * textmodes/fill.el (canonically-space-region)
13868 (fill-context-prefix, fill-french-nobreak-p)
13869 (fill-delete-newlines, fill-comment-paragraph)
13870 (justify-current-line): "?\ " -> "?\s".
13871
13872 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
13873
13874 * textmodes/fill.el (fill-nonuniform-paragraphs):
13875 Improve argument/docstring consistency.
13876
13877 2005-08-09 Richard M. Stallman <rms@gnu.org>
13878
13879 * textmodes/ispell.el (ispell-word): More fboundp checks.
13880
13881 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
13882 (find-file-noselect-1): Call it here, only if RAWFILE.
13883 (normal-mode): Always set some major mode.
13884 (save-some-buffers-action-alist): Change some explanation strings.
13885 (file-name-non-special): In the `quote' method, use unwind-protect.
13886
13887 2005-08-09 Magnus Henoch <mange@freemail.hu>
13888
13889 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
13890 (ispell-have-aspell-dictionaries): New variable.
13891 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
13892 (ispell-get-aspell-config-value): New function.
13893 (ispell-aspell-find-dictionary): New function.
13894 (ispell-aspell-add-aliases): New function.
13895 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
13896 appropriate. Don't look for ispell dictionaries if we use aspell.
13897 (ispell-menu-map): Don't build a submenu of dictionaries.
13898
13899 2005-08-09 Richard M. Stallman <rms@gnu.org>
13900
13901 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
13902 (sql-read-passwd): Use read-passwd.
13903
13904 * progmodes/idlw-toolbar.el (idlwave-toolbar)
13905 (idlwave-toolbar-is-possible): Add defvars.
13906
13907 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
13908 Avoid warnings.
13909
13910 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
13911 (idlwave-system-class-info, idlwave-executive-commands-alist):
13912 Use defvar.
13913
13914 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
13915
13916 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
13917 Avoid warnings.
13918
13919 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
13920 and content-type: headers.
13921
13922 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
13923
13924 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
13925 and rename some of them to be more self-explanatory.
13926
13927 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
13928
13929 * startup.el (command-line-1): Implement -scriptload.
13930
13931 * replace.el (occur-engine): Initial *Occur* output not undoable.
13932
13933 * menu-bar.el (menu-bar-file-menu): Rename some menu items
13934 and improve help strings.
13935
13936 * isearch.el (isearch-repeat): When changing direction,
13937 mark search successful.
13938
13939 * ediff-init.el: Use (featurep 'xemacs).
13940
13941 * comint.el (send-invisible): Identify buffer, if not selected.
13942
13943 * align.el: Delete autoload for c-guess-basic-syntax.
13944
13945 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
13946
13947 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
13948 Improve argument/docstring consistency. Doc fixes.
13949 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
13950 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
13951 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
13952 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
13953 (r2bv-organization, r2bv-pages, r2bv-primary-author)
13954 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
13955 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
13956 Defvar at compile time.
13957
13958 2005-08-09 Juri Linkov <juri@jurta.org>
13959
13960 * info.el: Replace `info' with upper-case `Info' where appropriate.
13961 (info-title-1, info-title-2, info-title-3, info-title-4)
13962 (info-menu-header): Move up face definitions.
13963 (info-menu-star): Rename from `info-menu-5'.
13964 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
13965 (Info-fontify-visited-nodes): Fix docstring.
13966 (Info-hide-note-references): Fix docstring.
13967 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
13968 menu items in the same way as on cross-references.
13969 (info-apropos): Fix sorting order and formatting to be like in the
13970 stand-alone Info browser. Display error messages for 1 sec.
13971 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
13972 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
13973 from the menu bar.
13974 (Info-insert-dir): Restore point after calling
13975 `insert-buffer-substring'.
13976
13977 2005-08-08 Richard M. Stallman <rms@gnu.org>
13978
13979 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
13980 (recompute-lucid-menubar): Add defvars.
13981
13982 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
13983
13984 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
13985
13986 * net/net-utils.el (run-dig): Rename from `dig'.
13987
13988 * play/gametree.el (gametree-mode): Use make-local-variable,
13989 not make-variable-buffer-local.
13990
13991 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
13992
13993 * ansi-color.el (ansi-color-make-extent)
13994 (ansi-color-set-extent-face): Use fboundp, not functionp.
13995
13996 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
13997 not make-variable-buffer-local.
13998
13999 * bookmark.el (Info-current-file): Add defvar.
14000 (bookmark-jump-noselect): Use with-no-warnings.
14001
14002 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
14003
14004 * ebuff-menu.el (Helper-return-blurb): Add defvar.
14005
14006 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
14007
14008 * find-file.el (ada-procedure-start-regexp)
14009 (ada-package-start-regexp): Add defvars.
14010
14011 * info.el (Info-insert-dir): Use insert-buffer-substring.
14012
14013 * xml.el (xml-att-def-re): Add defvar.
14014
14015 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
14016 calling convention.
14017
14018 * subr.el (while-no-input): Return t if there is input.
14019
14020 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
14021
14022 * cus-start.el (all): Add `overflow-newline-into-fringe'.
14023
14024 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
14025
14026 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
14027 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
14028
14029 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
14030
14031 * cmuscheme.el (scheme-start-file): Replace reference to
14032 `user-emacs-directory' by "~/.emacs.d/".
14033
14034 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
14035
14036 * info.el (Info-dir-remove-duplicates): Avoid case folding
14037 in loop; instead, keep downcased strings for comparison.
14038 Suggested by Helmut Eller.
14039
14040 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
14041
14042 Sync with Tramp 2.0.50.
14043
14044 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
14045 XEmacs case; not necessary anymore.
14046 (tramp-user-regexp): Allow "@" as part of user name.
14047 (tramp-handle-set-visited-file-modtime)
14048 (tramp-handle-insert-file-contents)
14049 (tramp-handle-write-region): No special handling for
14050 `last-coding-system-used, because this is done in
14051 `tramp-accept-process-output' now.
14052 (tramp-accept-process-output): New defun.
14053 (tramp-process-one-action, tramp-process-one-multi-action)
14054 (tramp-wait-for-regexp, tramp-wait-for-output)
14055 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
14056 Howells <dhowells@redhat.com>.
14057 (clear-visited-file-modtime): Defadvice removed. The check for
14058 unset buffer's modtime does not need to be based on
14059 `tramp-buffer-file-attributes'. Suggested by RMS.
14060 (tramp-message): Insert "\n" if not being at beginning of line.
14061 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
14062 sequence with same logic.
14063 (tramp-completion-handle-expand-file-name): Discard call of
14064 `tramp-drop-volume-letter'. It is not necessary, and there have
14065 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
14066 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
14067 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
14068 should always be visible.
14069 (tramp-handle-insert-directory, tramp-setup-complete)
14070 (tramp-set-process-query-on-exit-flag)
14071 (tramp-append-tramp-buffers): Pacify byte-compiler.
14072 (tramp-bug): Delete non-existing variables from list.
14073 Apply `tramp-load-report-modules' as pre-hook.
14074 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
14075 `shell-prompt-pattern' because of non-7bit characters.
14076 Reported by Sebastian Luque <sluque@mun.ca>.
14077 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
14078 (tramp-match-string-list): Remove function.
14079 (tramp-wait-for-regexp): Remove call of that function.
14080 Suggested by Kim F. Storm <storm@cua.dk>.
14081 (tramp-set-auto-save-file-modes): Use octal integer code #o600
14082 instead of octal character code ?\600. The latter resulted in a
14083 syntax error with XEmacs.
14084
14085 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
14086 XEmacs case; not necessary anymore.
14087 (tramp-smb-handle-write-region): No special handling for
14088 `last-coding-system-used, because this is done in
14089 `tramp-accept-process-output' now.
14090 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
14091
14092 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
14093
14094 * wid-edit.el (widget-choice-value-create):
14095 Unconditionally respect user choice. Set :explicit-choice back to nil
14096 when no longer needed.
14097 (widget-choice-action): Unconditionally respect user choice.
14098 Eliminate :explicit-choice-value.
14099
14100 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
14101
14102 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
14103 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
14104 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
14105 running new function `toggle-indicate-empty-lines'.
14106 Rename "Customize" item to "Customize fringe".
14107 Rename "Indicators" item to "Buffer boundaries" and change help echo.
14108 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
14109 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
14110 Delete "Empty lines only" item.
14111 (menu-bar-showhide-fringe-ind-customize): New function.
14112 (menu-bar-showhide-fringe-ind-mixed)
14113 (menu-bar-showhide-fringe-ind-box)
14114 (menu-bar-showhide-fringe-ind-right)
14115 (menu-bar-showhide-fringe-ind-left)
14116 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
14117 instead of `fringe-indicators'.
14118
14119 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
14120
14121 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
14122 Change the date of last update.
14123
14124 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
14125
14126 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
14127 (viper-exec-yank, viper-put-back): Don't display modification msg
14128 if in the minibuffer.
14129
14130 * viper-init.el (viper-replace-overlay-cursor-color)
14131 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
14132 Make variables frame local.
14133
14134 * viper-util.el (viper-append-filter-alist): Use append instead of
14135 nconc.
14136
14137 * viper.el (viper-vi-state-mode-list)
14138 (viper-emacs-state-mode-list): Move help-mode and
14139 completion-list-mode from the first list to the second.
14140 (viper-mode): Docstring.
14141 (viper-go-away, viper-non-hook-settings): Don't localize
14142 minor-mode-alist in newer Emacsen. Add advice to
14143 set-cursor-color. Don't bind "\C-c\\".
14144
14145 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
14146
14147 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
14148 (scheme-macro-expand-command): New user options.
14149 (scheme-trace-procedure, scheme-expand-current-form): New commands.
14150 (scheme-form-at-point, scheme-start-file)
14151 (scheme-interactively-start-process): New functions.
14152 (scheme-get-process): New function, extracted from `scheme-proc'.
14153 (run-scheme): Call `scheme-start-file' to get start file, and pass
14154 it to `make-comint'.
14155 (switch-to-scheme, scheme-proc):
14156 Call `scheme-interactively-start-process' if no Scheme buffer/process
14157 is available.
14158
14159 2005-08-06 Juri Linkov <juri@jurta.org>
14160
14161 * progmodes/compile.el (compilation-mode-font-lock-keywords):
14162 Use `compilation-text-face', `compilation-info-text-face' and
14163 `compilation-error-text-face' instead of `font-lock-keyword-face'.
14164 (compilation-error): New face.
14165 (compilation-error-file-name): Inherit from
14166 `compilation-error' instead of `font-lock-warning-face'.
14167 (compilation-warning-file-name): Inherit from
14168 `compilation-warning' instead of `font-lock-warning-face'.
14169 (compilation-info, compilation-error-file-name)
14170 (compilation-warning-file-name, compilation-info-file-name)
14171 (compilation-line-number, compilation-column-number): Doc fix.
14172 (compilation-error-text-face, compilation-warning-text-face)
14173 (compilation-info-text-face): New face variables.
14174 (compilation-line-face, compilation-column-face)
14175 (compilation-enter-directory-face)
14176 (compilation-leave-directory-face): Doc fix.
14177 (compilation-text-face): New function.
14178
14179 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
14180 instead of 1 to display binary file names as info file links.
14181 (grep-error-face): Use `compilation-error-face' instead of
14182 `font-lock-keyword-face'.
14183 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
14184 and `compilation-warning-text-face' instead of
14185 `font-lock-keyword-face'. Use `compilation-error-text-face'
14186 instead of `grep-error-face'.
14187
14188 2005-08-05 Kenichi Handa <handa@m17n.org>
14189
14190 * international/code-pages.el: Add autoload cookies for all coding
14191 systems.
14192
14193 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
14194
14195 * cus-start.el (all): Put undo.c where it alphabetically belongs.
14196
14197 2005-08-04 Juri Linkov <juri@jurta.org>
14198
14199 * progmodes/compile.el (compilation-mode-map):
14200 * progmodes/grep.el (grep-mode-map):
14201 Bind TAB to `compilation-next-error' and [backtab] to
14202 `compilation-previous-error'.
14203
14204 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
14205 matching line numbers, column numbers and their ranges with regexp
14206 matching only line numbers.
14207 (grep-context-face): New face variable.
14208 (grep-mode-font-lock-keywords): Use it.
14209
14210 * faces.el (read-face-name): Delete duplicate faces.
14211
14212 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
14213
14214 * thumbs.el (thumbs-find-image): Don't make variables
14215 automatically buffer local.
14216 (thumbs-current-tmp-filename, thumbs-current-image-filename)
14217 (thumbs-image-num): Make automatically buffer local.
14218 (thumbs-show-thumbs-list): Use `make-local-variable', not
14219 `make-variable-buffer-local'.
14220 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
14221
14222 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
14223 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
14224 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
14225 (bother, bye, canyou, chatlst, continue, deathlst, describe)
14226 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
14227 (feelings-about, foullst, found, hello, history, howareyoulst)
14228 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
14229 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
14230 (neglst, obj, object, owner, please, problems, qlist)
14231 (random-adjective, relation, remlst, repetitive-shortness)
14232 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
14233 (shortlst, something, sportslst, stallmanlst, states, subj)
14234 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
14235 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
14236 Defvar at compile time.
14237
14238 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
14239 not `make-variable-buffer-local'.
14240
14241 2005-08-02 Kim F. Storm <storm@cua.dk>
14242
14243 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
14244 rectangle overlay in selected window.
14245
14246 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
14247
14248 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
14249 instead of display group. Make `indicate-buffer-boundaries'
14250 customizable through Custom.
14251
14252 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
14253
14254 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
14255 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
14256 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
14257 (gdb-put-string): Fix typos in docstrings.
14258
14259 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
14260
14261 Update copyright notices of files in progmodes directory for
14262 release of Emacs 22.1.
14263
14264 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
14265
14266 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
14267 Don't barf if the GUD buffer has been killed.
14268
14269 2005-08-01 Kim F. Storm <storm@cua.dk>
14270
14271 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
14272
14273 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
14274
14275 * simple.el (next-error-follow-minor-mode):
14276 make-variable-buffer-local -> make-local-variable.
14277
14278 * emacs-lisp/cl-extra.el: Require CL also when compiling.
14279
14280 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
14281 (byte-compile-form-make-variable-buffer-local): New functions to warn
14282 about misuses of make-variable-buffer-local where make-local-variable
14283 was meant.
14284
14285 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
14286
14287 * bs.el (bs-attributes-list): Doc fix.
14288 (bs): Update url-link.
14289
14290 * desktop.el (desktop-save-buffer): Fix typos in docstring.
14291 (desktop-load-default): Simplify.
14292
14293 * ibuffer.el (ibuffer-columnize-and-insert-list)
14294 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
14295 (ibuffer-unmark-all, ibuffer-toggle-marks)
14296 (ibuffer-unmark-forward, ibuffer-unmark-backward)
14297 (ibuffer-compile-make-format-form, ibuffer-format-column)
14298 (ibuffer-current-buffers-with-marks)
14299 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
14300 (ibuffer): Doc fix.
14301 (ibuffer-mode): Fix typo in docstring.
14302 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
14303 with `define-obsolete-variable-alias'.
14304 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
14305
14306 2005-07-29 Kenichi Handa <handa@m17n.org>
14307
14308 * international/mule-cmds.el (select-message-coding-system):
14309 Be sure to use LF for end-of-line. If no coding system is decided,
14310 return iso-8859-1-unix.
14311
14312 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
14313
14314 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
14315 (ange-ftp-pending-error-line): New vars.
14316 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
14317 to handle the non-fatal no-route-to-host messages.
14318 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
14319
14320 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
14321
14322 * isearch.el (isearch-mode-map, isearch-other-meta-char)
14323 (isearch-quote-char, isearch-printing-char)
14324 (isearch-text-char-description): "?\ " -> "?\s".
14325 (isearch-lazy-highlight-cleanup)
14326 (isearch-lazy-highlight-initial-delay)
14327 (isearch-lazy-highlight-interval)
14328 (isearch-lazy-highlight-max-at-a-time)
14329 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
14330 Declare with define-obsolete-*-alias macros.
14331 (isearch-forward): Fix typo in docstring.
14332 (search-invisible, search-ring-yank-pointer)
14333 (regexp-search-ring-yank-pointer): Doc fixes.
14334
14335 * recentf.el (recentf-menu-append-commands-p): Declare with
14336 `define-obsolete-variable-alias'.
14337 (recentf-max-saved-items, recentf-menu-filter)
14338 (recentf-arrange-by-rule-subfilter): Doc fixes.
14339 (recentf-menu-append-commands-flag)
14340 (recentf-initialize-file-name-history, recentf-expand-file-name)
14341 (recentf-clear-data): Fix typos in docstrings.
14342
14343 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
14344
14345 * progmodes/gdb-ui.el: Smarten comments.
14346 (gdb-info-breakpoints-custom): Use nowarn when finding file.
14347
14348 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
14349
14350 * term/apollo.el (terminal-init-apollo): New function containing
14351 all former top level forms in the file.
14352 * term/bobcat.el (terminal-init-bobcat):
14353 * term/cygwin.el (terminal-init-cygwin):
14354 * term/iris-ansi.el (terminal-init-iris-ansi):
14355 * term/linux.el (terminal-init-linux):
14356 * term/news.el (terminal-init-news):
14357 * term/rxvt.el (terminal-init-rxvt):
14358 * term/sun.el (terminal-init-sun):
14359 * term/tvi970.el (terminal-init-tvi970):
14360 * term/vt100.el (terminal-init-vt100):
14361 * term/vt102.el (terminal-init-vt102):
14362 * term/vt125.el (terminal-init-vt125):
14363 * term/vt200.el (terminal-init-vt200):
14364 * term/vt201.el (terminal-init-vt201):
14365 * term/vt220.el (terminal-init-vt220):
14366 * term/vt240.el (terminal-init-vt240):
14367 * term/vt300.el (terminal-init-vt300):
14368 * term/vt320.el (terminal-init-vt320):
14369 * term/vt400.el (terminal-init-vt400):
14370 * term/vt420.el (terminal-init-vt420):
14371 * term/wyse50.el (terminal-init-wyse50):
14372 * term/xterm.el (terminal-init-xterm): Likewise.
14373
14374 * term/README: Describe the terminal-init-* functionality.
14375
14376 * startup.el (command-line): After loading the terminal initialization
14377 file call the corresponding terminal initialization function.
14378
14379 2005-07-27 Kenichi Handa <handa@m17n.org>
14380
14381 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
14382 negative.
14383
14384 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
14385 (ps-mule-composition-prologue): Fix for the case that
14386 RelativeCompose is false.
14387
14388 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
14389
14390 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
14391
14392 * descr-text.el (describe-char): Handle the case where the list of
14393 chars is displayed in a separate frame.
14394 Be a bit more discriminating when looking for the char.
14395
14396 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
14397
14398 * bookmark.el (bookmark-automatically-show-annotations)
14399 (bookmark-read-annotation-text-func): Doc fixes.
14400 (bookmark-save): Improve argument/docstring consistency.
14401 (bookmark-get-bookmark, bookmark-get-bookmark-record)
14402 (bookmark-alist-from-buffer)
14403 (bookmark-upgrade-file-format-from-0)
14404 (bookmark-grok-file-format-version)
14405 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
14406 (bookmark-read-annotation-mode)
14407 (bookmark-insert-current-bookmark, bookmark-jump)
14408 (bookmark-exit-hook): Fix typos in docstrings.
14409 (bookmark-exit-hooks): Define as obsolete alias.
14410 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
14411 not `bookmark-exit-hooks'. Fix docstring.
14412 (bookmark-bmenu-select): "?\ " -> "?\s".
14413
14414 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
14415
14416 * startup.el (command-line): Fix typo.
14417
14418 2005-07-24 Richard M. Stallman <rms@gnu.org>
14419
14420 * tooltip.el (tooltip-mode): Test emacs-basic-display,
14421 not emacs-quick-startup.
14422
14423 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
14424
14425 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
14426 (reb-next-match, reb-show-subexp): Use `with-selected-window'
14427 instead of `reb-with-current-window'.
14428 (reb-prev-match): Likewise. Also, don't move left if the search
14429 was unsuccessful.
14430 (reb-initialize-buffer): New function.
14431 (re-builder, reb-change-syntax): Use it.
14432
14433 * man.el (Man-goto-page): Make second argument NOERROR optional.
14434
14435 2005-07-23 Richard M. Stallman <rms@gnu.org>
14436
14437 * man.el (Man-bgproc-sentinel): Check here for failure to find
14438 any man page in the output, and report the error here.
14439 (Man-arguments): Make it permanent local.
14440 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
14441 (Man-mode): Pass t for NOERROR.
14442
14443 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
14444 (grep-mode-font-lock-keywords):
14445 Don't use compilation-...-face for messages that are not file names.
14446
14447 * progmodes/compile.el (compilation-mode-font-lock-keywords):
14448 Don't use compilation-...-face for messages that are not file names.
14449
14450 2005-07-22 Juri Linkov <juri@jurta.org>
14451
14452 * startup.el (normal-splash-screen): Update menu name.
14453
14454 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
14455
14456 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
14457
14458 * term/xterm.el: Load term/rxvt if the terminal is actually an
14459 rxvt terminal.
14460 (xterm-rxvt-set-background-mode): Remove, not used anymore.
14461
14462 * term/rxvt.el (function-key-map): Use substitute-key-definition
14463 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
14464
14465 * term/cygwin.el: New file.
14466
14467 2005-07-22 Kim F. Storm <storm@cua.dk>
14468
14469 * image-file.el (insert-image-file, image-file-yank-handler):
14470 Fix last change to maintain a (unique) yank-handler on yanked images.
14471
14472 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
14473
14474 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
14475 of the file size (as in "177B" for 177 bytes). This happens with
14476 "ls -lh" on FreeBSD.
14477
14478 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
14479
14480 * hilit-chg.el (highlight-changes-global-initial-state)
14481 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
14482 (hilit-chg-fixup, highlight-changes-mode):
14483 Fix typos in docstrings.
14484 (highlight-changes-global-modes, highlight-changes-rotate-faces):
14485 Doc fixes.
14486
14487 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
14488
14489 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
14490 mode function using `eval-after-load'.
14491
14492 2005-07-21 Kim F. Storm <storm@cua.dk>
14493
14494 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
14495 included when reporting an emacs crash, and tell about the DEBUG file.
14496
14497 * image-file.el (insert-image-file): Add yank-handler.
14498 (image-file-yank-handler): Yank handler to make unique copies of
14499 images when they are yanked into a buffer next to each other.
14500
14501 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
14502
14503 * comint.el (comint-use-prompt-regexp, comint-send-input)
14504 (comint-source-default, comint-extract-string)
14505 (comint-get-source, comint-word, comint-completion)
14506 (comint-source, comint-prompt-read-only, comint-update-fence):
14507 Fix typos in docstrings.
14508 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
14509 Declare with define-obsolete-*-alias macros.
14510 (comint-previous-matching-input-from-input)
14511 (comint-next-matching-input-from-input)
14512 (comint-previous-matching-input, comint-next-matching-input)
14513 (comint-forward-matching-input):
14514 Improve argument/docstring consistency.
14515
14516 * desktop.el (desktop-clear-preserve-buffers-regexp):
14517 Also preserve the *server* buffer.
14518
14519 * simple.el (clone-indirect-buffer): Doc fix.
14520 (fixup-whitespace, just-one-space)
14521 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
14522 (next-error, next-error-highlight)
14523 (next-error-highlight-no-select, next-error-last-buffer)
14524 (next-error-buffer-p, next-error-find-buffer, next-error)
14525 (previous-error, next-error-no-select, previous-error-no-select)
14526 (open-line, split-line, minibuffer-prompt-width, kill-new)
14527 (binary-overwrite-mode): Fix typos in docstrings.
14528 (set-fill-column): Fix typo in message.
14529
14530 * skeleton.el (skeleton-proxy-new): Doc fix.
14531
14532 * strokes.el (strokes-load-hook): Doc fix.
14533 (strokes-grid-resolution, strokes-get-grid-position)
14534 (strokes-renormalize-to-grid, strokes-read-stroke)
14535 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
14536 (strokes-global-map): Fix typos in docstrings.
14537 (strokes-help): Doc fix. Fix help message and pass it through
14538 `substitute-command-keys'.
14539
14540 * tempo.el (tempo-insert-prompt, tempo-interactive)
14541 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
14542 (tempo-insert-string-functions, tempo-local-tags)
14543 (tempo-define-template, tempo-insert-template)
14544 (tempo-insert-prompt-compat, tempo-is-user-element)
14545 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
14546 Fix typos in docstrings.
14547
14548 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
14549 (vcursor-key-bindings, vcursor-use-vcursor-map)
14550 (vcursor-find-window, vcursor-scroll-down)
14551 (vcursor-disable, vcursor-beginning-of-buffer)
14552 (vcursor-end-of-buffer): Fix typos in docstrings.
14553 (vcursor-relative-move, vcursor-get-char-count):
14554 Improve argument/docstring consistency.
14555
14556 * version.el: "?\ " -> "?\s".
14557
14558 * wid-edit.el (widget-default-create, widget-after-change)
14559 (widget-default-format-handler, widget-checklist-add-item)
14560 (widget-radio-add-item, widget-choose, widget-specify-secret)
14561 (widget-field-value-create, widget-field-value-get)
14562 (widget-editable-list-format-handler)
14563 (widget-editable-list-entry-create, widget-group-value-create)
14564 (widget-documentation-link-add)
14565 (widget-documentation-string-value-create): "?\ " -> "?\s".
14566 (widget-convert-text): Doc fix.
14567 (widget-narrow-to-field, widget-field-find)
14568 (widget-url-link-action, widget-emacs-library-link-action)
14569 (widget-color-notify): Fix typos in docstrings.
14570
14571 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
14572 (x-select-text, set-w32-system-coding-system)
14573 (w32-add-charset-info): Fix typos in docstrings.
14574
14575 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
14576 (cua-enable-cua-keys, cua-use-hyper-key)
14577 (cua-virtual-rectangle-edges): Fix typos in docstrings.
14578 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
14579
14580 * net/tramp.el (tramp-handle-load): Fix typo in error message.
14581
14582 * emacs-lisp/re-builder.el (regexp-builder): Declare with
14583 `defalias' instead of faking it.
14584
14585 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
14586 (eshell-ls-missing, eshell-ls-dired-initial-args)
14587 (eshell-ls-use-in-dired): Fix typos in docstrings.
14588
14589 2005-07-20 Kim F. Storm <storm@cua.dk>
14590
14591 * emulation/cua-base.el (cua-mode): Improve doc string.
14592
14593 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
14594
14595 * abbrev.el (expand-region-abbrevs): Doc fix.
14596 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
14597 Improve argument/docstring consistency.
14598
14599 * arc-mode.el (archive-get-descr, archive-alternate-display):
14600 Doc fixes.
14601 (archive-l-e): Improve argument/docstring consistency.
14602 (archive-tmpdir, archive-unixdate, archive-unixtime)
14603 (archive-chmod-entry): Fix typos in docstrings.
14604 (archive-unflag, archive-unflag-backwards)
14605 (archive-unmark-all-files): "?\ " -> "?\s".
14606
14607 * buff-menu.el (Buffer-menu-unmark): Doc fix.
14608 (Buffer-menu-not-modified, Buffer-menu-execute)
14609 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
14610 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
14611
14612 * composite.el (compose-string, encode-composition-rule)
14613 (compose-last-chars): Fix typos in docstrings.
14614
14615 * desktop.el (desktop-enable, desktop-basefilename):
14616 Declare with `define-obsolete-variable-alias'.
14617 (desktop-internal-v2s): Don't quote keywords.
14618 (desktop-clear): "?\ " -> "?\s".
14619
14620 * dired.el (dired-align-file, dired-flag-backup-files)
14621 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
14622 (dired-listing-switches, dired-ls-F-marks-symlinks)
14623 (dired-dwim-target, dired-load-hook, dired-mode-hook)
14624 (dired-directory, dired-faces, dired, dired-revert)
14625 (dired-mode, dired-summary, dired-view-file)
14626 (dired-copy-filename-as-kill, dired-delete-file)
14627 (dired-no-confirm, dired-unmark-all-marks)
14628 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
14629 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
14630 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
14631 Fix typos in message strings.
14632
14633 * dired-x.el (virtual-dired): Declare with `defalias'.
14634 (dired-mark-unmarked-files, dired-local-variables-file)
14635 (dired-omit-here-always): Doc fix.
14636 (dired-omit-mode, dired-find-subdir)
14637 (dired-enable-local-variables, dired-clean-up-buffers-too)
14638 (dired-extra-startup, dired-mark-extension, dired-jump)
14639 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
14640 (dired-smart-shell-command, dired-guess-shell-alist-user)
14641 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
14642 (dired-x-bind-find-file, dired-x-submit-report):
14643 Fix typos in docstrings.
14644 (dired-mark-unmarked-files): "?\ " -> "?\s".
14645
14646 * dirtrack.el (dirtrack-list): Fix typos in docstring.
14647
14648 * faces.el (describe-face): "?\ " -> "?\s".
14649 (read-all-face-attributes, read-face-font, modify-face)
14650 (face-attr-construct, italic): Fix typos in docstrings.
14651 (frame-update-face-colors): Declare with
14652 `define-obsolete-function-alias'.
14653
14654 * files.el (find-file-noselect, recode-file-name): Doc fixes.
14655 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
14656 (magic-mode-alist, buffer-file-numbers-unique)
14657 (write-file-functions, get-free-disk-space):
14658 Fix typos in docstrings.
14659 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
14660 (write-contents-hooks, write-file-hooks):
14661 Declare with `define-obsolete-variable-alias'.
14662
14663 * forms-d2.el (arch-rj): Fix typo in docstrings.
14664 (arch-tocol): Likewise. "?\ " -> "?\s".
14665
14666 * frame.el (set-frame-font, cursor-in-non-selected-windows):
14667 Fix typo in docstring.
14668 (set-screen-width, set-screen-height): Delete redundant info in
14669 doctrings.
14670 (new-frame, screen-height, screen-width): Declare with
14671 `define-obsolete-function-alias'.
14672 (delete-frame-hook, blink-cursor): Declare with
14673 `define-obsolete-variable-alias'.
14674
14675 * paths.el (prune-directory-list): Fix typos in docstring.
14676
14677 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
14678 (cvs-prefix-get): Fix typos in docstrings.
14679
14680 * ps-print.el (ps-extend-face-list, ps-extend-face)
14681 (ps-print-background-image): Fix typos in docstrings.
14682 (ps-default-fg, ps-default-bg): Doc fixes.
14683
14684 * s-region.el (s-region-bind): Doc fix.
14685 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
14686
14687 * textmodes/org.el (org-table-formula-substitute-names)
14688 (org-table-get-vertical-vector): Doc fixes.
14689 (org-table-recalculate): Remove unused argument to `message'.
14690
14691 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
14692
14693 * textmodes/org.el (org-table-column-names)
14694 (org-table-column-name-regexp)
14695 (org-table-named-field-locations): New variables.
14696 (org-archive-subtree): Protect `this-command' when calling
14697 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
14698 the kill buffer.
14699 (org-complete): Remove fixed-formula completion.
14700 (org-edit-formulas-map): New variable.
14701 (org-table-edit-formulas): New command.
14702 (org-finish-edit-formulas, org-abort-edit-formulas)
14703 (org-show-variable, org-table-get-vertical-vector): New functions.
14704 (org-table-maybe-eval-formula): Handle `:=' fields.
14705 (org-table-get-stored-formulas, org-table-store-formulas)
14706 (org-table-get-formula, org-table-modify-formulas)
14707 (org-table-replace-in-formulas): Handle named field formulas.
14708 (org-table-get-specials): Store locations of named fields.
14709
14710 2005-07-19 Juri Linkov <juri@jurta.org>
14711
14712 * progmodes/grep.el (grep-regexp-alist)
14713 (grep-mode-font-lock-keywords, grep-process-setup):
14714 Use default GNU grep match color "01;31m" instead of "01;41m".
14715 (grep-regexp-alist, grep-mode-font-lock-keywords):
14716 Use `\\[[0-9]*m' instead of `\\[00m'.
14717 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
14718 sgr_start where its handling is more important. Use the real
14719 length of sgr_start instead of constant 8.
14720 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
14721 specially. Delete all remaining escape sequences.
14722 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
14723 (grep-regexp-alist): Make hyperlink only for binary file name
14724 instead of the whole line.
14725 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
14726 (grep-mode): Add autoload.
14727
14728 * emacs-lisp/find-func.el (find-function-regexp):
14729 Add `define-compilation-mode'.
14730
14731 2005-07-19 Juri Linkov <juri@jurta.org>
14732
14733 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
14734 (compare-windows-sync-string-size, compare-windows-recenter)
14735 (compare-windows-highlight, compare-windows): Add version 22.1.
14736 (compare-windows) <defface>: Inherit from lazy-highlight instead
14737 of duplicating its default value.
14738
14739 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
14740 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
14741
14742 * descr-text.el (describe-char): Create link buttons for `charset'
14743 and `code point'. Add the current input method name with a link
14744 button to `to input' field. Print face names of display table
14745 characters in `The display table entry is displayed by' section
14746 instead of printing face-id in the `display' field.
14747 Guess hardcoded faces and create a link button for them.
14748 Skip empty fields when calculating max-width.
14749 Treat `widget-create' specially while inserting strings from the
14750 collected field list.
14751 (describe-char-after): Made obsolete in version 22.1, not 21.5.
14752
14753 * diff-mode.el (diff-file-header): Change foreground color from
14754 yellow to green on light backgrounds.
14755 (diff-context): Inherit from `shadow' only for color/grayscale
14756 with more than 88 colors.
14757 (diff-indicator-removed, diff-indicator-added)
14758 (diff-indicator-changed): New faces.
14759 (diff-font-lock-keywords): Use new faces. Regroup rules.
14760 Add "^---$" for `normal' diff format. Fontify `#' lines with
14761 font-lock-comment-delimiter-face and font-lock-comment-face.
14762 Add `#' to ^[^...] in the rule for `diff-context-face'.
14763
14764 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
14765 a button-like box. Inherit from `highlight' on low colors.
14766 (shadow): Use shades of gray only for color/grayscale with
14767 more than 88 colors. Use green for light backgrounds with
14768 8 colors, and yellow for dark backgrounds with 8 colors.
14769
14770 * font-lock.el (font-lock-regexp-grouping-backslash):
14771 Don't inherit from escape-glyph (use bold for all cases).
14772
14773 * info.el (info-xref-visited): Use light foreground color `violet'
14774 for dark backgrounds instead of dark color `magenta3'.
14775 (info-title-1): Use `yellow' color for dark backgrounds.
14776
14777 * isearch.el (isearch): Use not-too-dark magenta3 instead of
14778 too-light magenta2.
14779
14780 * replace.el (match): Use slightly more light RoyalBlue3 instead
14781 of dark RoyalBlue4.
14782
14783 * wid-edit.el (widget-inactive): Inherit from `shadow'.
14784
14785 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
14786
14787 * novice.el (disabled-command-hook): Declare it with
14788 `define-obsolete-variable-alias'.
14789
14790 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
14791 (desktop-buffer-misc-functions, desktop-buffer-handlers)
14792 (desktop-load-default): Add release to obsolescence info.
14793 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
14794 (desktop-append-buffer-args, desktop-read):
14795 Fix typos in docstrings.
14796 (desktop-kill): Fix typo in message.
14797 (desktop-save): Doc fix.
14798
14799 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
14800
14801 * viper-cmd.el (viper-escape-to-state): Bug fix.
14802 (viper-envelop-ESC-key): Change the definition of fast
14803 keysequence so it'll work with keyboard macros.
14804
14805 * ediff.el (ediff-patch-buffer): Change the docstring.
14806
14807 2005-07-19 Kenichi Handa <handa@m17n.org>
14808
14809 * international/mule-cmds.el (select-safe-coding-system): Try to
14810 use an auto-coding (if any) before anything else. If the found
14811 auto-coding is invalid, show a warning message.
14812
14813 * international/mule.el (find-auto-coding): New function created
14814 by modifying the body of set-auto-coding.
14815 (set-auto-coding): Use find-auto-coding to find a coding.
14816
14817 2005-07-18 Richard M. Stallman <rms@gnu.org>
14818
14819 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
14820 not isearch-mode-end-hook-error.
14821 (allout-before-change-protect): Fix error message.
14822
14823 2005-07-18 Juri Linkov <juri@jurta.org>
14824
14825 * allout.el (allout-mode):
14826 * calculator.el (calculator-copy):
14827 * custom.el (custom-known-themes):
14828 * dired.el (dired-desktop-buffer-misc-data)
14829 (dired-restore-desktop-buffer):
14830 * dired-x.el (dired-omit-marker-char):
14831 * files.el (basic-save-buffer):
14832 * font-core.el (font-lock-mode):
14833 * calendar/calendar.el (calendar-goto-hebrew-date)
14834 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
14835 (calendar-goto-persian-date):
14836 * language/ethio-util.el (ethio-sera-to-fidel-region):
14837 * textmodes/picture.el (picture-mode):
14838 Delete duplicate duplicate words.
14839
14840 2005-07-18 Juri Linkov <juri@jurta.org>
14841
14842 * isearch.el (isearch-mode-map): Remove key bindings for regexp
14843 chars * ? } |.
14844 (isearch-fallback): Don't call `isearch-process-search-char'.
14845 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
14846 (isearch-process-search-char): Call `isearch-fallback' for regexp
14847 chars * ? } |.
14848 (isearch-return-char): Make obsolete with `make-obsolete' instead
14849 of simply documenting it as obsolete in the docstring.
14850 (isearch-fallback): Refill docstring.
14851
14852 * international/isearch-x.el
14853 (isearch-process-search-multibyte-characters): Remove unneeded
14854 `concat'. Add intermediate values to `junk-hist' instead of
14855 `minibuffer-history'. Test the length of `str'.
14856
14857 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
14858
14859 * allout.el (allout-resolve-xref): Fix typos in error strings.
14860 (allout-before-change-protect): Remove unneeded `concat'.
14861
14862 * array.el (array-mode, array-reconfigure-rows)
14863 (untabify-backward): Fix typos in docstrings.
14864 (array-reconfigure-rows): Use `insert-buffer-substring', not
14865 `insert-buffer'.
14866
14867 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
14868 * progmodes/ada-mode.el (ada-make-body):
14869 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
14870
14871 * dired.el (dired-log):
14872 * tar-mode.el (tar-subfile-save-buffer):
14873 * play/zone.el (zone-pgm-stress-destress):
14874 Use `insert-buffer-substring', not `insert-buffer'.
14875
14876 2005-07-17 Simon Josefsson <jas@extundo.com>
14877
14878 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
14879
14880 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
14881
14882 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
14883 Add plain auth method.
14884 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
14885
14886 2005-07-17 Kim F. Storm <storm@cua.dk>
14887
14888 * ido.el (dired-other-window): Add ido property.
14889
14890 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
14891
14892 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
14893 Fix typo in docstring.
14894 (byte-compile-interactive-only-functions): Add `insert-buffer' and
14895 `insert-file-literally'.
14896
14897 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
14898 info and delete redundant message. Doc fix.
14899 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
14900 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
14901
14902 2005-07-16 Richard M. Stallman <rms@gnu.org>
14903
14904 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
14905 (byte-compile-and): Use byte-compile-and-recursion.
14906 (byte-compile-or-recursion): New function.
14907 (byte-compile-or): Use that.
14908 (byte-compile-if): Guard the else-clause too.
14909 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
14910
14911 * isearch.el (isearch-mode-end-hook-quit): New variable.
14912 (isearch-done): Bind it.
14913 (isearch-mode-end-hook): Doc fix.
14914
14915 * allout.el (allout-isearch-did-quit): Variable deleted.
14916 (allout-real-isearch-abort): Function name no longer used.
14917 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
14918 (allout-isearch-rectification): isearch-mode always exists.
14919 Don't set allout-isearch-did-quit.
14920 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
14921 allout-isearch-did-quit.
14922 (allout-enwrap-isearch): Just add the hook.
14923 (allout-isearch-abort): Function deleted.
14924 (allout-pre-command-business): Avoid warning.
14925
14926 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
14927 Correctly avoid warnings.
14928 (pascal-outline): Likewise.
14929
14930 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
14931
14932 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
14933
14934 * play/tetris.el (tetris-mode): Avoid warning.
14935
14936 * play/snake.el (snake-mode): Avoid warning.
14937
14938 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
14939 (gamegrid-set-display-table): Avoid warning.
14940 (gamegrid-set-timer): Likewise.
14941 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
14942 (gamegrid-add-score-with-update-game-score-1): Take FILE
14943 as argument.
14944 (gamegrid-add-score-with-update-game-score): Pass that argument.
14945 Rename have-shared-game-dir to gamegrid-shared-game-dir.
14946
14947 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
14948
14949 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
14950 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
14951
14952 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
14953 and insert-file.
14954
14955 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
14956 (sc-ask): Avoid warnings.
14957
14958 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
14959 (eshell-hist-initialize): Use that var the natural way.
14960
14961 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
14962
14963 * emacs-lisp/re-builder.el (reb-cook-regexp):
14964 Avoid warning calling lre-compile-string.
14965 (reb-color-display-p): Avoid warning.
14966
14967 * calculator.el (calculator-last-input): Guard uses
14968 of event-key and key-press-event-p.
14969 (event-key, key-press-event-p): Delete definitions.
14970
14971 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
14972 (find-gc-source-directory, find-gc-subrs-callers)
14973 (find-gc-noreturn-list, find-gc-source-files)
14974 (find-gc-subrs-called): Vars renamed and defvar'd.
14975
14976 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
14977 (checkdoc-overlay-put, checkdoc-delete-overlay)
14978 (checkdoc-overlay-start, checkdoc-overlay-end)
14979 (checkdoc-mode-line-update, checkdoc-char=):
14980 Define such that compiler knows they are defined.
14981 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
14982 (checkdoc-read-event): Delete. Use read-event directly.
14983
14984 * whitespace.el (whitespace-make-overlay)
14985 (whitespace-overlay-put, whitespace-delete-overlay)
14986 (whitespace-overlay-start, whitespace-overlay-end):
14987 Define such that compiler knows they are defined.
14988 (whitespace): Move conditional inside.
14989
14990 * tempo.el (tempo-insert-template): Suppress warning.
14991
14992 * ediff-diff.el (longlines-mode): Add defvar.
14993
14994 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
14995
14996 * server.el: Bind "C-x #" in a way that works even if C-x is
14997 redefined to a command key, not a prefix key.
14998
14999 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
15000
15001 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
15002 cl-make-type-test till execution time.
15003
15004 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
15005
15006 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
15007 arg ARG and use it.
15008
15009 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
15010
15011 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
15012
15013 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
15014
15015 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
15016 a defcustom with two :set or :type keywords.
15017
15018 2005-07-15 Richard M. Stallman <rms@gnu.org>
15019
15020 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
15021 Don't give ^M comment-end syntax.
15022
15023 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
15024
15025 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
15026 Don't consider gdbmi (gdb-mi.el has its own update functions).
15027 (gdb-var-delete): Make it work for gdbmi as well.
15028 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
15029
15030 * progmodes/gud.el (etags, sdb): Only require etags when needed.
15031 (gud-speedbar-menu-items): Correct logic for enabling items.
15032
15033 2005-07-15 Kim F. Storm <storm@cua.dk>
15034
15035 * ido.el: Fix commentary.
15036 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
15037 Use with-no-warnings around ffap-guesser.
15038 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
15039 Let bind minibuffer-completing-file-name to t.
15040
15041 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
15042
15043 * startup.el (site-run-file, keyboard-type): Doc fixes.
15044 (command-line): Check for "--basic-display" argument; also for
15045 "--quick", not "--bare-bones" (which was renamed).
15046 (fancy-splash-text): Add missing item "Getting New Versions".
15047 (normal-splash-screen): Fix typos and improve consistency with
15048 `fancy-splash-text'. Update copyright year.
15049
15050 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
15051 valid binding for `help-char'.
15052
15053 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
15054
15055 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
15056
15057 * term.el (term-mode): Disable cua-mode for term buffers.
15058
15059 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
15060
15061 * add-log.el (add-log-mailing-address, change-log-merge):
15062 Doc fixes.
15063 (change-log-get-method-definition): Fix typo in docstring.
15064
15065 2005-07-14 Kim F. Storm <storm@cua.dk>
15066
15067 * emulation/cua-base.el:
15068 (cua--pre-command-handler-1, cua--pre-command-handler)
15069 (cua--post-command-handler-1, cua--post-command-handler):
15070 Split in two. Check (buffer local) value of cua-mode.
15071 (cua-selection-mode): New command.
15072
15073 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
15074
15075 * custom.el (custom-initialize-safe-set)
15076 (custom-initialize-safe-default): Doc fixes.
15077
15078 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
15079 and simplify :init-value again.
15080
15081 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
15082 and simplify :init-value again. Delete autoload.
15083
15084 * startup.el (command-line): Use `custom-reevaluate-setting' again
15085 for tooltip-mode.
15086
15087 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
15088 a defcustom with two :initialize keywords.
15089
15090 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
15091
15092 * allout.el (my-mark-marker, allout-isearch-prior-pos)
15093 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
15094 (allout-post-command-business, allout-flag-region)
15095 (isearch-reenable-font-lock, allout-yank)
15096 (allout-insert-latex-header, allout-insert-latex-trailer)
15097 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
15098 (allout-latex-verb-quote): Fix typos in docstrings.
15099 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
15100 (allout-unprotected, allout-prefix-data):
15101 Improve argument/docstring consistency.
15102 (allout-chart-subtree): Fix argument spec.
15103 (allout-open-topic): Rename `use_sib_bullet' argument to
15104 `use-sib-bullet'. Doc fix.
15105
15106 * whitespace.el (whitespace-check-buffer-leading)
15107 (whitespace-check-buffer-trailing)
15108 (whitespace-check-buffer-indent)
15109 (whitespace-check-buffer-spacetab)
15110 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
15111 (whitespace-check-leading-whitespace)
15112 (whitespace-check-trailing-whitespace)
15113 (whitespace-check-spacetab-whitespace)
15114 (whitespace-check-indent-whitespace)
15115 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
15116 (whitespace-modes): Fix typos in docstrings.
15117 (defgroup, defcustom): Doc fixes.
15118
15119 * winner.el (winner-mode, winner-boring-buffers)
15120 (winner-pending-undo-ring): Doc fixes.
15121 (winner-ring): Remove unneeded `progn'.
15122 (winner-equal): `defsubst' it.
15123 (winner-redo): Fix message.
15124
15125 2005-07-13 Kim F. Storm <storm@cua.dk>
15126
15127 * simple.el (line-move-1): Always use vertical-motion to
15128 do the last (or only) line move to ensure some movement.
15129 Undo 2005-06-23 change--don't check for overlays.
15130
15131 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15132
15133 * term/mac-win.el (ccl-encode-mac-roman-font)
15134 (ccl-encode-mac-centraleurroman-font)
15135 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
15136 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
15137 Change charset-id boundary of dimension to ?\xef.
15138 (mac-char-fontspec-list): New constant.
15139 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
15140 argument. Nil uses itself as family in font-spec. Previous
15141 behavior for nil is now provided by non-nil non-string argument.
15142 All callers changed. Add font-specs for Mac fonts to
15143 "fontset-default" unless iso8859-1 fonts are installed.
15144
15145 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
15146
15147 * progmodes/sh-script.el (sh-get-indent-info): Only indent
15148 a continuation line if the \ is preceded by SPC or TAB.
15149 (sh-get-indent-info): Simplify.
15150 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
15151 Use with-current-buffer.
15152
15153 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
15154 when the matched text is empty.
15155
15156 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
15157
15158 * startup.el (command-line): Revert to previous handling of
15159 tooltip-mode. Explain in comment why the complexity is needed.
15160
15161 * tooltip.el (tooltip-mode): Revert to previous implementation of
15162 its defcustom.
15163
15164 * frame.el (blink-cursor-mode): Revert to previous implementation
15165 of its defcustom. Update comment.
15166
15167 2005-07-12 Lars Hansen <larsh@soem.dk>
15168
15169 * desktop.el: Update e-mail address.
15170
15171 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15172
15173 * term/mac-win.el (mac-services-mail-selection)
15174 (mac-services-mail-to): New functions.
15175 (mac-application-menu-map): Bind them.
15176
15177 2005-07-12 wulei <milton@wulei.net> (tiny change)
15178
15179 * progmodes/gdb-ui.el: Add note about buffering with Windows.
15180
15181 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
15182
15183 * custom.el (custom-reevaluate-setting): Doc fix.
15184
15185 2005-07-11 Jay Belanger <belanger@truman.edu>
15186
15187 * calc/calc.el (calc-embedded-announce-formula-alist)
15188 (calc-embedded-open-close-plain-alist)
15189 (calc-embedded-open-close-mode-alist): Add checks for additional
15190 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
15191
15192 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
15193
15194 * custom.el (custom-enable-theme): Don't add theme to
15195 `custom-enabled-themes' with `push' because there is no
15196 setf-method for `delq'.
15197
15198 2005-07-11 Richard M. Stallman <rms@gnu.org>
15199
15200 * custom.el (custom-declare-variable): Doc fix.
15201
15202 * dired-aux.el (dired-compare-directories): Remove "." and ".."
15203 from the alists.
15204
15205 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
15206 Do nothing if edebug-active.
15207
15208 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
15209 (edebug-display): Do it here instead.
15210
15211 2005-07-10 Richard M. Stallman <rms@gnu.org>
15212
15213 * cus-face.el (custom-theme-set-faces): Make it work.
15214 (custom-reset-faces): Doc fix.
15215 (custom-theme-reset-internal-face, custom-theme-face-value):
15216 Functions deleted.
15217
15218 * custom.el (custom-push-theme): Maintain list of the settings
15219 of a given theme in its theme-settings property.
15220 Maintain position of old settings in the theme-value
15221 or theme-face property.
15222 (custom-enabled-themes): New variable.
15223 (custom-theme-enabled-p): New function.
15224 (provide-theme): Update custom-enabled-themes.
15225 Disable and reenable the `user' theme.
15226 (require-theme): Doc fix.
15227 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
15228 (custom-theme-value, custom-theme-variable-value): Likewise.
15229 (custom-theme-reset-internal): Likewise.
15230 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
15231 (custom-enable-theme, custom-disable-theme): New functions.
15232 (custom-variable-theme-value, custom-face-theme-value): Likewise.
15233 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
15234 (custom-theme-reset-variables): Simplify.
15235 (deftheme, custom-declare-theme, custom-make-theme-feature):
15236 Definitions moved.
15237
15238 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
15239
15240 * longlines.el (longlines-show-region)
15241 (longlines-unshow-hard-newlines): Recognize hard newlines by
15242 non-nil hard property, instead of t.
15243
15244 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
15245
15246 * viper-cmd.el (viper--key-maps): New variable.
15247 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
15248 emulation-mode-map-alists.
15249 (viper-envelop-ESC-key): Use viper-subseq.
15250 (viper-search-forward/backward/next): Disable debug-on-error.
15251
15252 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
15253 (viper-ESC-key): New defcustoms.
15254
15255 * viper-macs.el (ex-map-read-args): Use viper-subseq.
15256
15257 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
15258 (viper-subseq): Copy of subseq from cl.el.
15259
15260 * viper.el (viper-go-away, viper-set-hooks): Use
15261 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
15262
15263 * viper-mous.el (viper-current-frame-saved): Use defvar.
15264
15265 * viper-init.el: Get rid of -face in face names.
15266
15267 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
15268 Make it work with longlines mode
15269
15270 * ediff-mult.el (ediff-meta-mode-hook): New variable.
15271
15272 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
15273
15274 * ediff-init.el: Get rid of -face in face names.
15275
15276 2005-07-10 Richard M. Stallman <rms@gnu.org>
15277
15278 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
15279 and with-timeout-unsuspend.
15280
15281 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
15282 and with-timeout-unsuspend.
15283
15284 * emacs-lisp/timer.el (with-timeout-timers): New variable.
15285 (with-timeout): Bind that variable to record timers.
15286 (with-timeout-suspend, with-timeout-unsuspend): New functions.
15287
15288 * emacs-lisp/debug.el (debug-help-follow): New function.
15289 (debugger-mode-map): Use that instead of help-follow.
15290 (debugger-setup-buffer): Use eval-buffer-list
15291 to handle eval-buffer frames.
15292
15293 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
15294
15295 * timezone.el (timezone-parse-date): Change first regexp
15296 so it will not mistakenly match dates with no time zone.
15297
15298 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
15299
15300 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
15301
15302 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
15303
15304 * custom.el (custom-initialize-safe-set)
15305 (custom-initialize-safe-default): New functions.
15306
15307 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
15308 and simplify :init-value.
15309
15310 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
15311 and simplify :init-value. Delete obsolete comment.
15312
15313 * startup.el (command-line): Use `custom-reevaluate-setting' to
15314 handle `tooltip-mode'. Delete obsolete comment.
15315
15316 * files.el (set-visited-file-name): Avoid calling
15317 `file-name-nondirectory' with a nil argument.
15318
15319 2005-07-09 Richard M. Stallman <rms@gnu.org>
15320
15321 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
15322 was called with nil for the buffer, handle the read position right.
15323 Handle read position for eval-region, too.
15324
15325 2005-07-09 Juri Linkov <juri@jurta.org>
15326
15327 * fringe.el (fringe-mode): Add period in docstring.
15328 (fringe-query-style): Build prompt depending on `all-frames' arg.
15329
15330 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
15331 to not create links to unrelated functions in the Help buffer.
15332
15333 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
15334 Doc fix.
15335
15336 * simple.el (next-error-hook): New variable.
15337 (next-error): Use it. Doc fix.
15338
15339 * textmodes/ispell.el (ispell-command-loop): Add current
15340 dictionary name and program name to mode-line-format.
15341 (ispell-region, ispell-process-line): Add current dictionary name
15342 and program name to messages.
15343
15344 2005-07-08 Jay Belanger <belanger@truman.edu>
15345
15346 * calc/calc.el (calc-embedded-announce-formula-alist)
15347 (calc-embedded-open-close-formula-alist)
15348 (calc-embedded-open-close-word-alist)
15349 (calc-embedded-open-close-plain-alist)
15350 (calc-embedded-open-close-new-formula-alist)
15351 (calc-embedded-open-close-mode-alist)
15352 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
15353 (calc-embedded-mode-hook): New variables.
15354
15355 * calc/calc-embed.el (calc-embedded-firsttime)
15356 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
15357 New variables.
15358 (calc-do-embedded): Use calc-embedded-firsttime,
15359 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
15360 determine whether or not to run hooks.
15361 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
15362 calc-embedded-firsttime-formula appropriately.
15363 Set calc-embedded delimiter variables according to mode.
15364
15365 2005-07-08 Richard M. Stallman <rms@gnu.org>
15366
15367 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
15368 Check for "emacs", etc., as entire symbol, not just as word.
15369 (checkdoc-file-comments-engine): Use regexp-quote on FN.
15370
15371 * files.el (set-visited-file-name): Report the error
15372 for "empty filename" earlier.
15373 (kill-some-buffers): Ignore buffers already dead.
15374
15375 * fringe.el (fringe-mode): Doc fix.
15376
15377 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
15378 Check for (featurep 'xemacs) and turn off warnings in what it guards.
15379 Use unwind-protect to ensure byte-compile-unresolved-functions
15380 is updated.
15381
15382 * whitespace.el (whitespace-buffer-leading-cleanup):
15383 Simplify w/ skip-chars-forward.
15384 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
15385
15386 * mail/rmail.el (rmail-only-expunge): Fix paren error.
15387 Unconditionally try to leave point at the same old place.
15388
15389 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
15390
15391 * comint.el (comint-postoutput-scroll-to-bottom)
15392 (comint-show-maximum-output): Take scroll-margin into consideration.
15393
15394 2005-07-08 Kim F. Storm <storm@cua.dk>
15395
15396 * ido.el (ido-use-filename-at-point): New choice `guess'.
15397 (ido-file-internal): Try ffap-guesser if selected.
15398
15399 * ido.el (ido-before-fallback-functions): New hook.
15400 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
15401 (ido-read-file-name): Run it.
15402
15403 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
15404
15405 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
15406 strings rather than a list of symbols to the completion function.
15407
15408 2005-07-07 Jay Belanger <belanger@truman.edu>
15409
15410 * calc/calc-units.el (math-apply-units): Change the places in
15411 which units are simplified.
15412
15413 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
15414
15415 * cus-edit.el (customize-option, customize-option-other-window):
15416 Make them handle aliases.
15417
15418 * custom.el (custom-variable-p): Make it recursively follow
15419 aliases. Mention that in the docstring.
15420
15421 2005-07-07 Richard M. Stallman <rms@gnu.org>
15422
15423 * cus-start.el (exec-path): Use `directory' instead of `file'.
15424 Fix tag for nil.
15425
15426 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
15427
15428 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
15429 when called non-interactively. Doc fix.
15430
15431 2005-07-07 Lute Kamstra <lute@gnu.org>
15432
15433 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
15434 new address as well.
15435
15436 2005-07-07 Kenichi Handa <handa@m17n.org>
15437
15438 * international/mule.el (make-coding-system):
15439 Describe `ascii-incompatible' property in the docstring.
15440 (set-file-name-coding-system): Signal an error if coding-system is
15441 ascii-incompatible.
15442 (set-keyboard-coding-system): Likewise.
15443
15444 * international/mule-cmds.el (set-default-coding-systems):
15445 Don't set default-file-name-coding-system and
15446 default-keyboard-coding-system if coding-system is ASCII-incompatible.
15447
15448 * international/utf-16.el: Declare that all UTF-16-based coding
15449 systems are ASCII-incompatible.
15450
15451 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
15452
15453 * progmodes/gud.el: Require font-lock for displaying errors.
15454 Used by gdb-ui.el.
15455
15456 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
15457
15458 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
15459 values for the pattern lists which are `read'able but not
15460 `append'able (like symbols).
15461
15462 2005-07-06 Richard M. Stallman <rms@gnu.org>
15463
15464 * progmodes/flymake.el (flymake-float-time): Instead of
15465 with-no-warnings, test for xemacs.
15466 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
15467 to avoid warning.
15468
15469 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
15470
15471 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
15472
15473 2005-07-05 Lute Kamstra <lute@gnu.org>
15474
15475 * battery.el: Add support for Darwin (with much debugging help
15476 from Samuel Lauber <sam124@operamail.com>).
15477 (battery-status-function, battery-echo-area-format)
15478 (battery-mode-line-format): Add support for pmset on Darwin.
15479 (battery-load-low, battery-load-critical): New user options.
15480 (battery-pmset): New function.
15481
15482 2005-07-05 Lute Kamstra <lute@gnu.org>
15483
15484 Update FSF's address in GPL notices.
15485
15486 * textmodes/page-ext.el: Update FSF's address.
15487
15488 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
15489
15490 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
15491 filling from using prefix when filling a single-line docstring.
15492
15493 * progmodes/flymake.el: Remove useless eval-when-compile.
15494
15495 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
15496
15497 2005-07-04 Richard M. Stallman <rms@gnu.org>
15498
15499 * textmodes/org.el (org-file-apps-defaults-gnu):
15500 Rename from org-file-apps-defaults-linux.
15501 (org-default-apps): Don't test system-type for `linux'.
15502 (org-file-apps): Doc fix.
15503
15504 2005-07-04 David Ponce <david@dponce.com>
15505
15506 * tree-widget.el: Improve header Commentary section.
15507 (tree-widget) [defgroup]
15508 (tree-widget-image-enable, tree-widget-themes-directory)
15509 (tree-widget-theme, tree-widget-image-properties-emacs)
15510 (tree-widget-image-properties-xemacs, tree-widget-create-image)
15511 (tree-widget-image-formats, tree-widget-control)
15512 (tree-widget-empty-control, tree-widget-leaf-control
15513 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
15514 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
15515 (tree-widget-keep, tree-widget-after-toggle-functions)
15516 (tree-widget-open-node, tree-widget-close-node): Doc fix.
15517 (tree-widget-open-control, tree-widget-close-control): Fix doc and
15518 :help-echo message.
15519 (tree-widget-set-theme): Doc fix. Use `string-equal'.
15520 (tree-widget-image-properties): Doc fix. Clearer implementation.
15521 (tree-widget--cursors): New constant.
15522 (tree-widget-lookup-image): New function split from
15523 `tree-widget-find-image'. Clearer implementation.
15524 (tree-widget-find-image): Use it.
15525 (tree-widget-button-keymap): Use `set-keymap-parent'.
15526 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
15527 Define the sub-widgets here.
15528 (tree-widget-node): Check that :node is not a tree-widget.
15529 (tree-widget-get-super, tree-widget-open-control)
15530 (tree-widget-close-control, tree-widget-empty-control)
15531 (tree-widget-leaf-control, tree-widget-guide)
15532 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
15533 (tree-widget-no-handle, tree-widget-value-delete)
15534 (tree-widget-map): Remove.
15535 (tree-widget-children-value-save): Doc fix. Simplified.
15536 (tree-widget-value-create): Update according to previous changes.
15537
15538 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
15539
15540 * textmodes/org.el: Leading space replaced by TABS.
15541 (org-recalc-marks, org-table-rotate-recalc-marks)
15542 (org-table-get-specials): Treat "^" and "_" marks.
15543 (org-table-justify-field-maybe): Optional argument NEW.
15544 (org-table-eval-formula): Parsing of the format simplified.
15545 New modes C,I. Honor the %= parameter in the current table.
15546 Avoid unnecessary re-align by using the NEW argument to
15547 `org-table-justify-field-maybe'.
15548 (org-calc-default-modes): Default for date-format mimicks org-mode.
15549 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
15550
15551 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
15552
15553 * cus-face.el (custom-theme-set-faces): Make it handle face
15554 aliases whose alias declarations are pre- or autoloaded.
15555
15556 2005-07-04 Juri Linkov <juri@jurta.org>
15557
15558 * faces.el (read-face-name): Put the code for getting a face name
15559 from the buffer before adding the faces from the `face' property.
15560 Use `completing-read-multiple' instead of `completing-read'.
15561 Require `crm'. Add default value and post-process the returned
15562 list of faces.
15563
15564 * emacs-lisp/crm.el (crm-find-current-element)
15565 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
15566
15567 * emacs-lisp/lisp-mode.el (eval-defun-1):
15568 * emacs-lisp/edebug.el (edebug-eval-defun):
15569 Remove unnecessary quotes.
15570
15571 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
15572
15573 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
15574 (prolog-indent-level): Fix typo in docstring.
15575
15576 * info.el (Info-history, Info-history-forward)
15577 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
15578
15579 * add-log.el (add-change-log-entry):
15580 * comint.el (comint-dynamic-list-input-ring)
15581 (comint-dynamic-list-completions):
15582 * dabbrev.el (dabbrev-expand):
15583 * delim-col.el (delimit-columns-rectangle-line):
15584 * diff-mode.el (diff-context->unified, diff-reverse-direction)
15585 (diff-unified->context):
15586 * ediff-init.el (ediff-abbrev-jobname):
15587 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
15588 (ediff-replace-session-activity-marker-in-meta-buffer):
15589 * info.el (Info-summary):
15590 * lpr.el (printify-region):
15591 * printing.el (pr-create-interface):
15592 * ps-print.el (ps-print-quote):
15593 * ses.el (ses-column-widths, ses-print-cell)
15594 (ses-adjust-print-width, ses-center):
15595 * shell.el (shell-file-name-quote-list):
15596 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
15597 (strokes-fill-current-buffer-with-whitespace)
15598 (strokes-xpm-for-stroke, strokes-list-strokes)
15599 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
15600 * term.el (term-dynamic-list-input-ring)
15601 (term-dynamic-list-completions):
15602 * calc/calc.el (math-format-stack-value):
15603 * emacs-lisp/edebug.el (edebug-display-freq-count):
15604 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
15605 (delphi-new-comment-line):
15606 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
15607 * progmodes/executable.el (executable-set-magic):
15608 * progmodes/python.el (inferior-python-mode):
15609 * progmodes/scheme.el (scheme-mode-syntax-table):
15610 * progmodes/sh-script.el (sh-maybe-here-document):
15611 * progmodes/sql.el (sql-copy-column):
15612 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
15613 * textmodes/bibtex.el (bibtex-mode):
15614 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
15615 (sgml-auto-attributes):
15616 * textmodes/table.el (table-insert, table-shorten-cell)
15617 (table--generate-source-scan-lines, table-delete-row)
15618 (*table--cell-delete-char, table--spacify-frame)
15619 (table--horizontally-shift-above-and-below)
15620 (table--cell-insert-char, table--cell-blank-str)
15621 (table--fill-region-strictly):
15622 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
15623 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
15624
15625 * add-log.el (change-log):
15626 * apropos.el (apropos):
15627 * comint.el (comint-completion, comint-source):
15628 * dabbrev.el (dabbrev):
15629 * delim-col.el (columns):
15630 * diff-mode.el (diff-mode):
15631 * ediff.el (ediff):
15632 * ediff-diff.el (ediff-diff):
15633 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
15634 * ediff-mult.el (ediff-mult):
15635 * ediff-ptch.el (ediff-ptch):
15636 * ediff-wind.el (ediff-window):
15637 * facemenu.el (facemenu):
15638 * indent.el (indent):
15639 * info.el (info):
15640 * jka-cmpr-hook.el (compression, jka-compr):
15641 * lpr.el (lpr):
15642 * outline.el (outlines):
15643 * pcmpl-cvs.el (pcmpl-cvs):
15644 * pcmpl-rpm.el (pcmpl-rpm):
15645 * printing.el (printing):
15646 * ps-print.el (postscript, ps-print, ps-print-horizontal)
15647 (ps-print-vertical, ps-print-headers, ps-print-font)
15648 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
15649 (ps-print-background, ps-print-printer, ps-print-page)
15650 (ps-print-miscellany):
15651 * ses.el (ses):
15652 * shell.el (shell, shell-directories, shell-faces):
15653 * startup.el (initialization):
15654 * strokes.el (strokes):
15655 * term.el (term):
15656 * uniquify.el (uniquify):
15657 * w32-vars.el (w32):
15658 * calc/calc.el (calc):
15659 * emacs-lisp/bytecomp.el (bytecomp):
15660 * emacs-lisp/cl-indent.el (lisp-indent):
15661 * emacs-lisp/edebug.el (edebug):
15662 * emacs-lisp/elp.el (elp):
15663 * emacs-lisp/testcover.el (testcover):
15664 * emacs-lisp/trace.el (trace):
15665 * emulation/viper-ex.el (viper-ex):
15666 * emulation/viper-mous.el (viper-mouse):
15667 * mail/mailalias.el (mailalias):
15668 * mail/supercite.el (supercite, supercite-frames)
15669 (supercite-attr, supercite-cite, supercite-hooks):
15670 * net/rcompile.el (remote-compile):
15671 * net/rlogin.el (rlogin):
15672 * obsolete/ooutline.el (outlines):
15673 * progmodes/delphi.el (delphi):
15674 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
15675 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
15676 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
15677 (ebnf-optimization):
15678 * progmodes/etags.el (etags):
15679 * progmodes/executable.el (executable):
15680 * progmodes/idlwave.el (idlwave):
15681 * progmodes/pascal.el (pascal):
15682 * progmodes/prolog.el (prolog):
15683 * progmodes/python.el (python):
15684 * progmodes/scheme.el (scheme):
15685 * progmodes/sh-script.el (sh, sh-script):
15686 * progmodes/sql.el (SQL):
15687 * progmodes/tcl.el (tcl):
15688 * textmodes/bibtex.el (bibtex, bibtex-autokey):
15689 * textmodes/enriched.el (enriched):
15690 * textmodes/makeinfo.el (makeinfo):
15691 * textmodes/sgml-mode.el (sgml):
15692 * textmodes/table.el (table-hooks):
15693 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
15694 * textmodes/texinfo.el (texinfo):
15695 * textmodes/two-column.el (two-column):
15696 Finish `defgroup' description with period.
15697
15698 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
15699 * eshell/esh-var.el (eshell-var):
15700 * progmodes/vhdl-mode.el (vhdl-testbench):
15701 * textmodes/org.el (org): Fix typos in docstrings.
15702
15703 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
15704 consistency.
15705
15706 * progmodes/flymake.el (flymake-find-file): Remove.
15707 (flymake-float-time): Use `with-no-warnings'.
15708 (flymake-check-start-time, flymake-check-was-interrupted)
15709 (flymake-err-info, flymake-is-running, flymake-last-change-time)
15710 (flymake-new-err-info): `defvar' at compile time.
15711
15712 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
15713
15714 * replace.el (occur-hook): Doc fix.
15715 (occur-1): Don't call `occur-hook' if there are no matches.
15716
15717 2005-07-03 Richard M. Stallman <rms@gnu.org>
15718
15719 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
15720 global-map, save the same map.
15721 (global-map): Don't alter it at top level.
15722 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
15723 Then alter it here instead.
15724 (tpu-edt-off): Set global-map to the saved one.
15725
15726 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
15727 All references simplified.
15728 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
15729 (zmacs-regions): Add defvar.
15730 (repeat-complex-command-map): Everything about that deleted.
15731
15732 * textmodes/artist.el (artist-key-is-drawing)
15733 (artist-key-endpoint1, artist-key-poly-point-list)
15734 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
15735 (artist-key-compl-table, artist-rb-save-data)
15736 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
15737 Don't put them in eval-when-compile.
15738 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
15739
15740 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
15741 Use with-no-warnings.
15742
15743 * net/browse-url.el (dos-windows-version): Add defvar.
15744
15745 * mail/supercite.el (filladapt-prefix-table): Add defvar.
15746
15747 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
15748 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
15749 (rmail-new-summary-line-count): Rename from new-summary-line-count.
15750 Add defvar.
15751 (rmail-summary-beginning-of-message): Use with-no-warnings.
15752 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
15753
15754 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
15755 Use with-no-warnings.
15756
15757 * emulation/vi.el (vi-mark-region): Use c-mark-function.
15758 (c-mark-function): Add point-moving-unit property.
15759 (vi-goto-line): Use with-no-warnings.
15760
15761 * emulation/edt.el (edt-last-copied-word): Add defvar.
15762 (zmacs-region-stays): Likewise.
15763 (edt-mark-section-wisely): Use c-mark-function for C.
15764 Use makr-defun for Fortran.
15765 (time-string): defvar deleted.
15766 (edt-display-the-time): Don't set time-string.
15767
15768 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
15769
15770 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
15771 Don't warn when name is not constant
15772 or for defining the group `emacs'.
15773
15774 * tooltip.el (gud-tooltip-mode): Add defvar.
15775
15776 * startup.el (default-frame-background-mode): Add defvar.
15777
15778 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
15779
15780 * info.el (tool-bar-map): Add defvar.
15781
15782 * dired.el (dnd-protocol-alist): Add defvar.
15783
15784 * dired-aux.el (dired-query): Display question with answer, when
15785 the user answers.
15786
15787 * custom.el (custom-add-option): Doc fix.
15788
15789 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
15790
15791 2005-07-03 Eli Zaretskii <eliz@gnu.org>
15792
15793 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
15794 bogus name from the last change.
15795
15796 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
15797
15798 * custom.el (custom-declare-variable): Fix typos in comment.
15799 (custom-known-themes): Doc fix.
15800 (custom-theme-directory): New defcustom.
15801 (require-theme): Make it check `custom-theme-directory'.
15802
15803 * cus-theme.el (custom-new-theme-mode): New function.
15804 (custom-theme-name, custom-theme-variables, custom-theme-faces)
15805 (custom-theme-description): Add compiler defvars.
15806 (customize-create-theme): Add doc to the "*New Custom Theme*"
15807 buffer. Use `custom-new-theme-mode'.
15808 (custom-theme-write): Put the created buffer in emacs-lisp-mode
15809 and save it to the `custom-theme-directory'. Make this the
15810 default directory of the buffer.
15811
15812 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
15813
15814 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
15815 Fix unbalanced parentheses.
15816
15817 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
15818
15819 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
15820 into flymake-mode and delegate to flymake-mode.
15821
15822 * find-file.el (ff-which-function-are-we-in): Clean up.
15823
15824 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
15825
15826 * replace.el (occur-rename-buffer): Fix docstring.
15827
15828 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
15829 (edt-last-copied-word, edt-learn-macro-count)
15830 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
15831 (edt-rect-start-point, edt-user-global-map, rect-start-point)
15832 (time-string, zmacs-region-stays):
15833 * emulation/edt-mapper.el (edt-save-function-key-map)
15834 (EDT-key-name): `defvar' to silence the byte-compiler.
15835
15836 2005-07-02 Martin Rudalics <rudalics@gmx.at>
15837
15838 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
15839 font-lock-regexp-backslash. Doc fix.
15840 (font-lock-regexp-backslash-grouping-construct): Rename from
15841 font-lock-regexp-backslash-construct. Doc fix.
15842 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
15843 grouping constructs.
15844
15845 2005-07-02 Eli Zaretskii <eliz@gnu.org>
15846
15847 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
15848 updating all the prerequisites.
15849
15850 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
15851
15852 * textmodes/org.el (org-agenda-start-on-weekday)
15853 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
15854 (org-agenda-use-time-grid, org-archive-location)
15855 (org-allow-space-in-links, org-usenet-links-prefer-google)
15856 (org-enable-table-editor, org-export-default-language)
15857 (org-export-html-show-new-buffer, org-fill-paragraph)
15858 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
15859 (org-goto-quit, org-occur, org-eval-in-calendar)
15860 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
15861 (org-agenda-diary-entry, org-remember-help)
15862 (org-table-convert-region, org-at-table-p)
15863 (org-table-move-row-down, org-table-move-row-up)
15864 (org-table-copy-region, org-table-toggle-vline-visibility)
15865 (org-table-get-stored-formulas, org-table-get-specials)
15866 (org-recalc-commands, org-table-eval-formula)
15867 (org-table-formula-substitute-names, orgtbl-make-binding)
15868 (org-format-org-table-html, org-format-table-table-html)
15869 (org-format-table-table-html-using-table-generate-source)
15870 (org-customize): Fix typos in docstrings.
15871 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
15872 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
15873 (org-back-to-heading): Doc fixes.
15874 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
15875 (org-agenda-change-all-lines, org-get-header):
15876 Improve argument/docstring consistency.
15877 (orgtbl-error): Fix error message.
15878
15879 * progmodes/flymake.el (flymake-find-possible-master-files)
15880 (flymake-master-file-compare, flymake-get-line-err-count)
15881 (flymake-highlight-line, flymake-gui-warnings-enabled):
15882 Fix typos in docstrings.
15883 (flymake-parse-line, flymake-get-project-include-dirs-function)
15884 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
15885 Doc fixes.
15886 (flymake-get-project-include-dirs-function)
15887 (flymake-make-err-menu-data):
15888 Improve argument/docstring consistency.
15889
15890 2005-07-01 Lute Kamstra <lute@gnu.org>
15891
15892 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
15893 Catch errors with ignore-errors. Use temporary buffer.
15894 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
15895
15896 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
15897 background color faces.
15898 (facemenu-set-foreground, facemenu-set-background):
15899 Use facemenu-set-face-from-menu.
15900 (facemenu-set-face-from-menu): Treat face names that start with
15901 "fg:" or "bg:" as special.
15902 (facemenu-add-new-color): Don't create faces. Simplify.
15903
15904 2005-06-30 Richard M. Stallman <rms@gnu.org>
15905
15906 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
15907 (crm-find-current-element): Likewise.
15908
15909 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
15910
15911 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
15912
15913 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
15914
15915 * arc-mode.el (archive-extract): Make it work as a mouse binding.
15916 (archive-mouse-extract): Make it an obsolete alias.
15917 (archive-mode-map): Don't use archive-mouse-extract any more.
15918 (archive-mode, archive-extract): write-contents-hooks ->
15919 write-contents-functions.
15920 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
15921 first arg.
15922 (archive-rename-entry): Update the call.
15923 (archive-zip-summarize): Remove unused var `method'.
15924 (archive-lzh-summarize): Remove unused var `creator'.
15925
15926 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
15927 dedicated frame upon exit.
15928
15929 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
15930 (archive-zip-extract, archive-zip-expunge)
15931 (archive-zip-update, archive-zip-update-case): Use executable-find.
15932 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
15933 Use restore-buffer-modified-p.
15934 (archive-extract, archive-add-new-member, archive-write-file-member):
15935 Use with-current-buffer.
15936 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
15937
15938 2005-06-30 Andreas Schwab <schwab@suse.de>
15939
15940 * progmodes/gud.el (gud-filter): Remove unneeded progn.
15941
15942 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
15943
15944 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
15945
15946 2005-06-30 Juri Linkov <juri@jurta.org>
15947
15948 * faces.el (vertical-border): Inherit from mode-line-inactive
15949 only on tty.
15950
15951 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
15952
15953 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
15954 example, -NLINES in the `occur' docstring).
15955
15956 * replace.el (occur-1): When no matches are found, do not set the
15957 `buffer-read-only' and modified flags for the occur buffer,
15958 because it is deleted.
15959
15960 * emulation/cua-base.el (cua-check-pending-input)
15961 (cua-repeat-replace-region, cua-mode, cua-debug)
15962 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
15963 Fix typos in docstrings.
15964
15965 * emulation/cua-gmrk.el (cua-toggle-global-mark)
15966 (cua-cut-region-to-global-mark)
15967 (cua--cut-rectangle-to-global-mark):
15968 Remove period from end of messages.
15969
15970 * emulation/cua-rect.el (cua-do-rectangle-padding):
15971 Remove period from end of messages.
15972 (cua--rectangle-seq-format): Fix typo in docstring.
15973 (cua-sequence-rectangle, cua-fill-char-rectangle):
15974 Improve argument/docstring consistency.
15975
15976 2005-06-29 Juri Linkov <juri@jurta.org>
15977
15978 * faces.el (default-frame-background-mode): New internal variable.
15979 (frame-set-background-mode): Use it.
15980
15981 * startup.el (normal-top-level): Set default-frame-background-mode
15982 instead of frame-background-mode. Before setting it, test for its
15983 nil value. Remove tests for frame-background-mode and frame
15984 parameter `reverse'. Add test for "unspecified-fg".
15985
15986 * term/xterm.el (xterm-rxvt-set-background-mode):
15987 * term/rxvt.el (rxvt-set-background-mode):
15988 Set default-frame-background-mode instead of frame-background-mode.
15989
15990 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
15991
15992 * simple.el (set-variable): Warn about obsolete user variables.
15993
15994 * imenu.el (imenu--completion-buffer):
15995 * mouse.el (mouse-buffer-menu-alist):
15996 * msb.el (msb-invisible-buffer-p):
15997 * calendar/diary-lib.el (diary-header-line-format):
15998 * emacs-lisp/pp.el (pp-buffer):
15999 * progmodes/cperl-mode.el (cperl-do-auto-fill):
16000 * textmodes/picture.el (picture-replace-match):
16001 Change space constants followed by a sexp to "?\s ".
16002
16003 * play/decipher.el (decipher-loop-with-breaks):
16004 * textmodes/texinfo.el (texinfo-insert-@item): Change space
16005 constants "protected" from end of line by a comment to "?\s".
16006
16007 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
16008
16009 * font-lock.el (save-buffer-state): Use `declare'.
16010
16011 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
16012 reset the syntax-table to cperl-mode-syntax-table.
16013 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
16014 "foo_print_bar" is not matched as a reserved keyword.
16015
16016 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
16017
16018 * textmodes/org.el (orgtbl-setup): New function, for delayed
16019 setup for the orgtbl commands.
16020 (org-calc-default-modes): New option.
16021 (orgtbl-make-binding): Use `defun' to get better help display.
16022 (org-diary): Call `org-compile-prefix-format'.
16023 (org-table-formula-substitute-names): New function.
16024 (org-agenda-day-view, org-agenda-week-view): New commands.
16025 (org-agenda-toggle-week-view): Command removed.
16026 (org-tbl-menu): Split off from org-org-menu.
16027 (org-mode): Move removal of outline-mode menus to here.
16028 (org-table-formula-debug): New option.
16029 (org-table-insert-row): Keep first field if just "#" or "*".
16030 (org-mode): Paragraph regexps fixed.
16031 (org-table-recalculate-regexp): New constant.
16032 (org-table-justify-field-maybe): Avoid replace if not necessary.
16033 (org-copy-special, org-cut-special): Use `call-interactively'.
16034 (org-table-copy-region): Take region from `interactive' call.
16035 (org-trim): Return string even if no match.
16036 (org-formula): New face.
16037 (org-set-font-lock-defaults): No longer highlight "FIXME".
16038 But highlight formula-related fields in table.
16039 (org-table-p): Use regexp, not fontification.
16040 (org-table-align): Handle white space at end of line.
16041 (org-table-formula-evaluate-inline): New option.
16042 (org-mode): Auto-wrapping in comment lines turned off.
16043 (org-table-copy-down): Evaluate only in copied field, not in
16044 destination.
16045 (org-table-current-formula): Variable removed.
16046 (org-table-store-formulas, org-table-get-stored-formulas)
16047 (org-table-modify-formulas, org-table-replace-in-formulas)
16048 (org-table-maybe-eval-formula): New functions.
16049 (org-table-get-formula): Modify to use stored formulas.
16050 (org-table-insert-column, org-table-delete-column)
16051 (org-table-move-column): Call `org-table-modify-formulas'.
16052 (org-complete): Add completion for keyword formulas.
16053 (orgtbl-mode): Pull orgtbl-mode-map to start of
16054 minor-mode-map-alist.
16055
16056 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
16057
16058 * progmodes/python.el (python-check): Require `compile' before
16059 modifying its variables.
16060
16061 * newcomment.el (comment-indent-default): Don't get fooled by an early
16062 end of buffer.
16063
16064 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16065
16066 * ps-print.el (ps-print-version): Fix version number.
16067
16068 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
16069
16070 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
16071
16072 2005-06-28 Richard M. Stallman <rms@gnu.org>
16073
16074 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
16075 (flyspell-local-mouse-map): Declaration deleted.
16076 (flyspell-mouse-map): Bind only mouse-2.
16077 (flyspell-mode-map): Don't test flyspell-use-local-map.
16078 (flyspell-overlay-keymap-property-name): Var deleted.
16079 (flyspell-mode-on): Don't make local bindings for
16080 flyspell-mouse-map and flyspell-mode-map.
16081 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
16082
16083 * textmodes/ispell.el (ispell-word): Do not ignore short words.
16084
16085 * progmodes/compile.el (compilation-next-error-function):
16086 Don't switch buffers; operate on the current buffer.
16087
16088 * progmodes/compile.el (compilation-error-file-name)
16089 (compilation-warning-file-name, compilation-info-file-name)
16090 (compilation-line-number, compilation-column-number): New faces.
16091 (compilation-error-face, compilation-warning-face)
16092 (compilation-info-face, compilation-line-face)
16093 (compilation-column-face): Use them.
16094
16095 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
16096
16097 * comint.el (comint-password-prompt-regexp): Accept ", try again".
16098
16099 * bindings.el (global-map): Bind insertchar and its variants.
16100
16101 2005-06-27 Richard M. Stallman <rms@gnu.org>
16102
16103 * textmodes/artist.el (artist-text-overwrite)
16104 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
16105
16106 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16107
16108 * ps-print.el: It was not working the page selection for printing.
16109 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
16110 (ps-print-version): New version 6.6.7.
16111 (ps-end-sheet): New fun.
16112 (ps-header-sheet, ps-end-job): Call it.
16113
16114 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
16115
16116 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
16117
16118 2005-06-27 Lute Kamstra <lute@gnu.org>
16119
16120 * facemenu.el (facemenu-unlisted-faces): Add foreground and
16121 background color faces.
16122 (facemenu-get-face): Delete function.
16123 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
16124 (facemenu-add-new-color): Make second argument mandatory.
16125 Create the appropriate face and return it. Simplify.
16126 (facemenu-set-foreground, facemenu-set-background): Don't check if
16127 color is defined. Use return value of facemenu-add-new-color.
16128
16129 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
16130
16131 * progmodes/gud.el (gud-filter): Add missing argument to
16132 with-selected-window.
16133
16134 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
16135
16136 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
16137 a :require to the defcustom.
16138
16139 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
16140 defcustoms corresponding to minor modes.
16141
16142 2005-06-26 David Ponce <david@dponce.com>
16143
16144 * recentf.el: Require tree-widget instead of wid-edit.
16145 (recentf-filename-handler): Fix widget :type.
16146 (recentf-cancel-dialog, recentf-open-more-files)
16147 (recentf-open-files-action): Doc fix.
16148 (recentf-dialog-goto-first): New function.
16149 (recentf-dialog-mode-map): Set parent keymap first.
16150 (recentf-dialog-mode): Define with define-derived-mode.
16151 Don't display continuation lines in dialogs.
16152 (recentf-edit-list): Rename from recentf-edit-selected-items.
16153 (recentf-edit-list-select): Rename from recentf-edit-list-action.
16154 Simplify.
16155 (recentf-edit-list-validate): New function.
16156 (recentf-edit-list): Update accordingly.
16157 (recentf-open-files-item-shift): Remove.
16158 (recentf-open-files-item): Convert menu elements into tree and
16159 link widgets. Don't create the widgets.
16160 (recentf-open-files): Update accordingly.
16161 (recentf-save-list): Untabify.
16162
16163 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
16164
16165 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
16166 (keep-lines): Add INTERACTIVE arg. Never delete lines only
16167 partially contained in the active region. Do not take active
16168 region into account when called from Lisp, unless INTERACTIVE arg
16169 is non-nil. Use `forward-line' instead of `beginning-of-line' to
16170 avoid trouble with fields. Make marker point nowhere when no
16171 longer used. Always return nil. Doc fix.
16172 (flush-lines): Add INTERACTIVE arg. Do not take active region
16173 into account when called from Lisp, unless INTERACTIVE arg is
16174 non-nil. Use `forward-line' instead of `beginning-of-line' to
16175 avoid trouble with fields. Make marker point nowhere when no
16176 longer used. Always return nil. Doc fix.
16177 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
16178 interchangeable. Do not take active region into account when
16179 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
16180 message in echo area when called from Lisp, unless INTERACTIVE arg
16181 is non-nil. Avoid saying "1 occurrences". Do not use markers.
16182 Return the number of matches. Doc fix.
16183 (occur): Doc fix.
16184 (perform-replace): Make comment follow double space convention for
16185 the sake of `outline-minor-mode'.
16186
16187 * faces.el (facep): Doc fix.
16188
16189 2005-06-25 Richard M. Stallman <rms@gnu.org>
16190
16191 * facemenu.el (facemenu-enable-faces-p): New function.
16192 (facemenu-background-menu, facemenu-foreground-menu)
16193 (facemenu-face-menu): Add menu-enable property.
16194
16195 * jka-compr.el (jka-compr-insert-file-contents):
16196 Special handling if cannot find the uncompression program.
16197
16198 * cus-face.el (custom-face-attributes): Add autoload.
16199
16200 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
16201 Bind comment-indent-function locally.
16202
16203 * window.el (save-selected-window): Use save-current-buffer.
16204
16205 * subr.el (with-selected-window): Use save-current-buffer.
16206
16207 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
16208 and with-current-buffer.
16209
16210 2005-06-24 Richard M. Stallman <rms@gnu.org>
16211
16212 * simple.el (line-move-1): Fix previous change.
16213
16214 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
16215
16216 * replace.el (occur-1): Set `buffer-read-only' and the
16217 buffer-modified flag before running `occur-hook' to protect
16218 against unintentional buffer switches that can lead to data loss.
16219
16220 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
16221
16222 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
16223 (gud-gdb-marker-filter): Use font-lock-warning-face for any
16224 initial error.
16225
16226 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
16227 after fresh input.
16228 (gdb-var-create-handler): Put name of expression in quotes.
16229
16230 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
16231
16232 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
16233 elements of RING in order, and without bogus nil elements.
16234
16235 2005-06-23 Richard M. Stallman <rms@gnu.org>
16236
16237 * simple.el (set-variable): Args renamed; doc fix.
16238 (line-move-1): When there are overlays around, use vertical-motion.
16239
16240 * faces.el (escape-glyph): Use brown against light background.
16241 (nobreak-space): Rename from no-break-space.
16242 Fix previous change.
16243
16244 * dired-aux.el (dired-do-copy): Fix arg prompt.
16245
16246 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
16247
16248 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
16249
16250 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
16251 rather than "Distributor".
16252
16253 2005-06-23 Lute Kamstra <lute@gnu.org>
16254
16255 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
16256 (debug-on-entry): Use it. New interactive declaration that uses
16257 function-called-at-point.
16258
16259 2005-06-23 Kim F. Storm <storm@cua.dk>
16260
16261 * subr.el (save-match-data): Add comment about using evaporate arg
16262 to set-match-data.
16263
16264 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
16265
16266 * cus-edit.el (customize-face)
16267 (customize-face-other-window): Handle face aliases.
16268
16269 * faces.el (face-documentation, set-face-attribute)
16270 (face-spec-set): Handle face aliases.
16271
16272 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
16273
16274 * help-mode.el (help-make-xrefs): If a symbol representing a face
16275 name is not followed by the word "face", it could still be a
16276 function or variable name, so don't bypass other checks.
16277
16278 2005-06-22 Juri Linkov <juri@jurta.org>
16279
16280 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
16281 Replace aliased functions with calls where second arg `inherit' is t.
16282
16283 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
16284
16285 * progmodes/gdb-ui.el (gdb-error): New variable.
16286 (gdb-error): New function.
16287 (gdb-annotation-rules): Act on error-begin and error annotations.
16288 (gdb-concat-output): Use font-lock-warning-face for errors.
16289
16290 2005-06-22 Miles Bader <miles@gnu.org>
16291
16292 * bindings.el (propertized-buffer-identification): Use renamed
16293 `Buffer-menu-buffer' face.
16294
16295 * faces.el (vertical-border): Rename from `vertical-divider'.
16296 (escape-glyph): Change dark-background color back to `cyan'.
16297
16298 2005-06-21 Juri Linkov <juri@jurta.org>
16299
16300 * faces.el (face-user-default-spec): Try getting `customized-face'
16301 prior to `saved-face'.
16302 (frame-background-mode): Refill docstring.
16303
16304 * emacs-lisp/lisp-mode.el (eval-defun-1):
16305 * emacs-lisp/edebug.el (edebug-eval-defun):
16306 Set `saved-face' temporarily to nil before calling form.
16307 Set `customized-face' to the new spec after that.
16308
16309 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
16310
16311 * subr.el (1value, lambda, key-substitution-in-progress):
16312 Doc fixes.
16313
16314 * autoinsert.el (auto-insert-alist):
16315 * ses.el (ses-call-printer):
16316 * subr.el (noreturn):
16317 * emacs-lisp/lisp.el (check-parens):
16318 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
16319 * net/browse-url.el (browse-url-mosaic):
16320 * progmodes/cc-defs.el (c-safe-scan-lists):
16321 * progmodes/ebnf-abn.el (ebnf-abn-lex):
16322 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
16323 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
16324 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
16325 * progmodes/ebnf-iso.el (ebnf-iso-lex):
16326 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
16327
16328 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
16329
16330 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
16331
16332 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
16333
16334 * calendar/appt.el (appt-make-list): Activate the package, if
16335 not already active (for backwards compatibility).
16336
16337 2005-06-20 Kim F. Storm <storm@cua.dk>
16338
16339 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
16340
16341 2005-06-20 Miles Bader <miles@gnu.org>
16342
16343 * faces.el (vertical-divider): New face.
16344
16345 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
16346
16347 * simple.el (kill-whole-line): Doc fix.
16348 (next-error-buffer-p, next-error-find-buffer)
16349 (clone-indirect-buffer): Fix typos in docstrings.
16350 (comment-line-break-function): Doc fix: don't say variable
16351 is automatically buffer-local (it isn't).
16352
16353 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
16354
16355 * net/tramp-ftp.el (top):
16356 * net/tramp-smb.el (top):
16357 * net/tramp-util.el (top):
16358 * net/tramp-uu.el (top):
16359 * net/tramp-vc.el (top):
16360 * net/tramp.el (top): Revert copyright years back to original
16361 ones. Tramp has a life outside GNU Emacs.
16362
16363 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
16364
16365 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
16366
16367 2005-06-18 Juri Linkov <juri@jurta.org>
16368
16369 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
16370 end of first regexp to limit the match to the position between
16371 line number and source line with same separator character as used
16372 between file name and line number. In the second regexp limit
16373 mouse-face area to file name and line number by adding new group
16374 for them and referring it in HYPERLINK arg.
16375 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
16376 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
16377 previous line where grep markers may be already removed.
16378
16379 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
16380
16381 * progmodes/ps-mode.el: Update version and maintainer's email address.
16382
16383 2005-06-18 Steve Youngs <steve@xemacs.org>
16384
16385 * net/browse-url.el (browse-url-browser-function)
16386 (browse-url-default-browser): Add firefox.
16387 (browse-url-firefox-program, browse-url-firefox-arguments)
16388 (browse-url-firefox-startup-arguments)
16389 (browse-url-firefox-new-window-is-tab): New defcustoms.
16390 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
16391
16392 2005-06-17 Richard M. Stallman <rms@gnu.org>
16393
16394 * startup.el (command-line): Warn if specified user name has
16395 no home directory.
16396
16397 * term.el (term-get-old-input, term-input-filter, term-input-sender)
16398 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
16399
16400 * longlines.el (longlines-mode, longlines-show-hard-newlines):
16401 Doc fixes.
16402
16403 * faces.el (underline): Try bold if terminal doesn't support underline.
16404
16405 * mail/sendmail.el (mail-setup-with-from): New variable.
16406 (mail-insert-from-field): New function.
16407 (sendmail-send-it): Call it.
16408 (mail-setup): Optionally call it here.
16409
16410 * term/linux.el: Call tty-no-underline.
16411
16412 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
16413
16414 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
16415
16416 2005-06-17 Miles Bader <miles@gnu.org>
16417
16418 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
16419 (ediff-current-diff-C, ediff-current-diff-Ancestor)
16420 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
16421 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
16422 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
16423 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
16424 Remove "-face" suffix from face names.
16425 (ediff-current-diff-face-A, ediff-current-diff-face-B)
16426 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
16427 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
16428 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
16429 (ediff-even-diff-face-A, ediff-even-diff-face-B)
16430 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
16431 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
16432 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
16433 New backward-compatibility aliases for renamed faces.
16434 (ediff-current-diff-face-A, ediff-current-diff-face-B)
16435 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
16436 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
16437 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
16438 (ediff-even-diff-face-A, ediff-even-diff-face-B)
16439 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
16440 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
16441 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
16442 Use renamed ediff faces.
16443
16444 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
16445 Remove "-face" suffix from face names.
16446 (eshell-test-ok-face, eshell-test-failed-face):
16447 New backward-compatibility aliases for renamed faces.
16448 (eshell-run-test): Use renamed eshell-test faces.
16449
16450 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
16451 face name.
16452 (eshell-prompt-face): New backward-compatibility alias for renamed
16453 face.
16454 (eshell-emit-prompt): Use renamed eshell-prompt face.
16455
16456 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
16457 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
16458 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
16459 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
16460 Remove "-face" suffix from face names.
16461 (eshell-ls-directory-face, eshell-ls-symlink-face)
16462 (eshell-ls-executable-face, eshell-ls-readonly-face)
16463 (eshell-ls-unreadable-face, eshell-ls-special-face)
16464 (eshell-ls-missing-face, eshell-ls-archive-face)
16465 (eshell-ls-backup-face, eshell-ls-product-face)
16466 (eshell-ls-clutter-face):
16467 New backward-compatibility aliases for renamed faces.
16468 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
16469
16470 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
16471 Remove "-face" suffix from face name.
16472 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
16473 instead of literal face.
16474
16475 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
16476
16477 * emacs-lisp/warnings.el (display-warning, lwarn)
16478 (warning-minimum-log-level): Doc fixes.
16479 (warning-minimum-level, warning-minimum-log-level):
16480 Add :debug to :type choices.
16481
16482 * progmodes/ada-mode.el (ada-format-paramlist)
16483 (ada-get-indent-case, ada-check-matching-start)
16484 (ada-check-defun-name, ada-goto-matching-decl-start)
16485 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
16486 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
16487 (ada-make-subprogram-body): Follow error conventions.
16488 (ada-case-exception-file, ada-indent-comment-as-code)
16489 (ada-indent-handle-comment-special, ada-indent-renames)
16490 (ada-indent-return, ada-search-directories-internal)
16491 (ada-tab-policy, ada-case-exception-substring)
16492 (ada-other-file-alist, ada-matching-start-re)
16493 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
16494 (ada-imenu-generic-expression, ada-compile-goto-error)
16495 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
16496 (ada-popup-menu, ada-add-extensions, ada-mode)
16497 (ada-region-selected, ada-create-case-exception)
16498 (ada-create-case-exception-substring, ada-after-keyword-p)
16499 (ada-activate-keys-for-case, ada-adjust-case-region)
16500 (ada-adjust-case-buffer, ada-format-paramlist)
16501 (ada-scan-paramlist, ada-insert-paramlist)
16502 (ada-indent-newline-indent)
16503 (ada-indent-newline-indent-conditional)
16504 (ada-justified-indent-current, ada-goto-previous-word)
16505 (ada-indent-current, ada-get-indent-open-paren)
16506 (ada-get-indent-paramlist, ada-get-indent-end)
16507 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
16508 (ada-get-indent-block-start, ada-get-indent-subprog)
16509 (ada-get-indent-noindent, ada-get-indent-label)
16510 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
16511 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
16512 (ada-goto-stmt-end, ada-goto-next-word)
16513 (ada-check-matching-start, ada-check-defun-name)
16514 (ada-goto-matching-decl-start, ada-goto-matching-start)
16515 (ada-goto-matching-end, ada-search-ignore-string-comment)
16516 (ada-in-decl-p, ada-looking-at-semi-or)
16517 (ada-looking-at-semi-private, ada-in-paramlist-p)
16518 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
16519 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
16520 (ada-next-procedure, ada-previous-procedure, ada-next-package)
16521 (ada-previous-package, ada-create-menu)
16522 (ada-fill-comment-paragraph-justify)
16523 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
16524 (ada-other-file-name, ada-last-which-function-line)
16525 (ada-last-which-function-subprog, ada-which-function)
16526 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
16527 (ada-gen-treat-proc, ada-check-emacs-version)
16528 (ada-continuation-indent, ada-align-region-separate):
16529 Fix typos in docstrings.
16530 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
16531
16532 2005-06-16 Lute Kamstra <lute@gnu.org>
16533
16534 * simple.el (fundamental-mode): Run after-change-major-mode-hook
16535 conditionally.
16536
16537 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
16538
16539 * comint.el (comint-replace-by-expanded-filename)
16540 (comint-prompt-regexp, comint-delimiter-argument-list)
16541 (comint-preinput-scroll-to-bottom):
16542 * info.el (Info-hide-cookies-node):
16543 * ls-lisp.el (ls-lisp-classify):
16544 * find-file.el (ff-search-directories, ff-special-constructs)
16545 (ff-find-other-file):
16546 * font-lock.el (font-lock-keywords):
16547 * shell.el (shell-prompt-pattern)
16548 (shell-dynamic-complete-functions, shell-mode)
16549 (shell-delimiter-argument-list):
16550 * term.el (term-replace-by-expanded-filename)
16551 (term-prompt-regexp, term-delimiter-argument-list):
16552 * woman.el (woman-ignore, woman0-if):
16553 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
16554 * emacs-lisp/elint.el (elint-init-env):
16555 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
16556 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
16557 * language/ethio-util.el (ethio-tilde-escape)
16558 (ethio-use-three-dot-question):
16559 * net/zone-mode.el (zone-mode-load-time-setup):
16560 * progmodes/cc-align.el (c-lineup-argcont):
16561 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
16562 * progmodes/cperl-mode.el (cperl-set-style-back):
16563 * progmodes/inf-lisp.el (inferior-lisp-prompt):
16564 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
16565 Fix spellings in docstrings.
16566
16567 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
16568 * progmodes/modula2.el (m2-for): Fix spellings.
16569
16570 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
16571
16572 * simple.el (undo-more): Don't use `format' on `error' arguments.
16573 Improve argument/docstring consistency.
16574 (pending-undo-list): Doc fix.
16575
16576 * smerge-mode.el (smerge-ensure-match):
16577 * emulation/vip.el (vip-ex):
16578 * net/zone-mode.el (zone-mode-update-serial):
16579 * progmodes/idlwave.el (idlwave-complete):
16580 * progmodes/vhdl-mode.el (vhdl-visit-file)
16581 (vhdl-compose-wire-components):
16582 Don't use `format' on `error' arguments.
16583
16584 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
16585 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
16586 (tooltip-help-tips): Fix typos in docstrings.
16587
16588 2005-06-16 David Ponce <david@dponce.com>
16589
16590 * tree-widget.el (tree-widget-value-create): Simplify last change.
16591
16592 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
16593
16594 * ido.el (ido-incomplete-regexp): New variable.
16595 (ido-set-matches-1): Handle invalid-regexp error and set
16596 ido-incomplete-regexp.
16597 (ido-incomplete-regexp): New face.
16598 (ido-completions): Use it.
16599 (ido-complete, ido-exit-minibuffer, ido-completions):
16600 Handle incomplete regexps.
16601 (ido-completions): Add check for complete match when entering a regexp.
16602
16603 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
16604
16605 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
16606
16607 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16608
16609 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
16610 by field delimiters.
16611
16612 2005-06-15 David Ponce <david@dponce.com>
16613
16614 * tree-widget.el: eval-and-compile inlined functions so they will
16615 be available at run-time too.
16616 (tree-widget-super-format-handler)
16617 (tree-widget-format-handler): Remove.
16618 (tree-widget-value-create): Handle the :indent property.
16619
16620 2005-06-15 Miles Bader <miles@gnu.org>
16621
16622 * progmodes/which-func.el (which-func): Only inherit
16623 `font-lock-function-name-face' when that makes sense against the
16624 default mode-line face, otherwise set the face color explicitly.
16625
16626 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
16627 faces instead of (non-existent) variables.
16628
16629 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
16630
16631 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
16632 (iswitchb-get-matched-buffers): Likewise. Simplify.
16633
16634 2005-06-14 Miles Bader <miles@gnu.org>
16635
16636 * progmodes/ld-script.el (ld-script-location-counter):
16637 Remove "-face" suffix from face name.
16638 (ld-script-location-counter-face):
16639 New backward-compatibility alias for renamed face.
16640 (ld-script-location-counter-face): Use renamed face.
16641
16642 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
16643 (cperl-hash): Remove "-face" suffix from face names.
16644 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
16645 New backward-compatibility aliases for renamed faces.
16646 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
16647 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
16648
16649 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
16650 name.
16651 (which-func-face): New backward-compatibility alias for renamed face.
16652 (which-func-format): Use renamed which-func face.
16653
16654 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
16655 (vhdl-function, vhdl-directive, vhdl-reserved-word)
16656 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
16657 names.
16658 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
16659 (vhdl-speedbar-configuration, vhdl-speedbar-package)
16660 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
16661 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
16662 (vhdl-speedbar-architecture-selected)
16663 (vhdl-speedbar-configuration-selected)
16664 (vhdl-speedbar-package-selected)
16665 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
16666 names.
16667 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
16668 Use renamed faces.
16669 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
16670 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
16671 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
16672 Use renamed faces.
16673 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
16674 names.
16675 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
16676 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
16677 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
16678 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
16679 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
16680 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
16681
16682 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
16683 face name.
16684 (sh-heredoc-face): New backward-compatibility alias for renamed face.
16685 (sh-heredoc-face): Use renamed sh-heredoc face.
16686
16687 * progmodes/idlw-help.el (idlwave-help-link):
16688 Remove "-face" suffix from face name.
16689 (idlwave-help-link-face):
16690 New backward-compatibility alias for renamed face.
16691 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
16692
16693 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
16694 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
16695 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
16696 New backward-compatibility aliases for renamed faces.
16697 (idlwave-shell-disabled-breakpoint-face)
16698 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
16699
16700 * progmodes/flymake.el (flymake-errline, flymake-warnline):
16701 Remove "-face" suffix from face names.
16702 (flymake-errline-face, flymake-warnline-face):
16703 New backward-compatibility aliases for renamed faces.
16704 (flymake-highlight-line): Use renamed flymake faces.
16705
16706 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
16707 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
16708 (ebrowse-member-class, ebrowse-progress):
16709 Remove "-face" suffix from face names.
16710 (ebrowse-tree-mark-face, ebrowse-root-class-face)
16711 (ebrowse-file-name-face, ebrowse-default-face)
16712 (ebrowse-member-attribute-face, ebrowse-member-class-face)
16713 (ebrowse-progress-face):
16714 New backward-compatibility aliases for renamed faces.
16715 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
16716 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
16717 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
16718 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
16719
16720 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
16721 antlr-syntax)
16722 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
16723 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
16724 names.
16725 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
16726 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
16727 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
16728 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
16729 backward-compatibility aliases for renamed faces.
16730 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
16731 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
16732 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
16733 remove "font-lock-". Use renamed antlr-mode faces.
16734 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
16735 literal face-names with face variable references.
16736
16737 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
16738 face name.
16739 (Buffer-menu-buffer-face): New backward-compatibility alias for
16740 renamed face.
16741 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
16742
16743 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
16744
16745 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
16746 Eliminate "-face" suffix.
16747 (makefile-targets): Inherit from font-lock-function-name-face and
16748 eliminate "-face" suffix.
16749 (makefile-shell): Remove attributes and eliminate "-face" suffix.
16750 (makefile-*-font-lock-keywords): Append makefile-targets in rule
16751 actions, instead of prepending, to make it less visible.
16752 (makefile-previous-dependency, makefile-match-dependency):
16753 Don't match a target on a continuation line.
16754
16755 * files.el (auto-mode-alist): Put Makefile in gmake mode.
16756
16757 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
16758
16759 * progmodes/gdb-ui.el (menu): Re-order menu items.
16760 (gdb-tooltip-print): Respect tooltip-use-echo-area.
16761
16762 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
16763 Define in tooltip.el.
16764 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
16765 (gud-tooltip-tips): Respect tooltip-use-echo-area and
16766 gud-tooltip-echo-area.
16767
16768 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
16769 backward compatibility and make obsolete.
16770 (tooltip-help-tips): Use tooltip-use-echo-area.
16771 (tooltip-show-help-function): Rename to...
16772 (tooltip-show-help): ...this, because it is a function.
16773 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
16774
16775 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
16776
16777 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
16778 (edebug-print-length, edebug-print-level, edebug-print-circle)
16779 (edebug-modify-breakpoint, edebug-eval-last-sexp)
16780 (edebug-eval-print-last-sexp): Doc fixes.
16781
16782 2005-06-14 Kim F. Storm <storm@cua.dk>
16783
16784 * ido.el (ido-mode): Make a new keymap every time we enable ido,
16785 as the coverage buffer/file/both may change.
16786
16787 2005-06-14 Lute Kamstra <lute@gnu.org>
16788
16789 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
16790 and run-mode-hooks. Simplify.
16791
16792 * mail/rmailedit.el (rmail-edit-mode):
16793 * progmodes/octave-inf.el (inferior-octave-mode):
16794 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
16795
16796 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
16797 and run-mode-hooks.
16798 (recentf-edit-list, recentf-open-files): Don't call
16799 kill-all-local-variables directly.
16800
16801 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
16802
16803 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
16804
16805 * emacs-lisp/byte-run.el (make-obsolete)
16806 (define-obsolete-function-alias): Rename arguments FUNCTION and
16807 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
16808 (make-obsolete-variable, define-obsolete-variable-alias):
16809 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
16810 respectively.
16811
16812 * isearchb.el (isearchb-activate):
16813 * pcvs.el (cvs-mode):
16814 * ses.el (ses-load):
16815 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
16816 * net/tramp.el (tramp-find-file-exists-command)
16817 (tramp-find-shell):
16818 * progmodes/ada-mode.el (ada-create-case-exception)
16819 (ada-create-case-exception-substring, ada-make-subprogram-body):
16820 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
16821 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
16822 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
16823 * textmodes/org.el (org-promote, org-evaluate-time-range)
16824 (org-agenda-next-date-line, org-agenda-previous-date-line)
16825 (org-agenda-error, org-open-at-point, org-table-move-row)
16826 (org-format-table-table-html-using-table-generate-source)
16827 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
16828 * textmodes/reftex.el (reftex-access-scan-info):
16829 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
16830 (reftex-toc-promote-prepare): Follow error conventions.
16831
16832 * diff-mode.el (diff-mode): Fix typo in docstring.
16833
16834 * forms.el (forms--intuit-from-file): Fix reference to
16835 `forms-number-of-fields' in error message.
16836 (forms-print): Fix quoting in error message.
16837
16838 * forms.el (forms-mode):
16839 * emulation/vi.el (vi-goto-insert-state):
16840 * progmodes/flymake.el (flymake-new-err-info)
16841 (flymake-start-syntax-check-for-current-buffer)
16842 (flymake-simple-cleanup):
16843 * eshell/esh-var.el (eshell/export):
16844 * progmodes/gud.el (xdb):
16845 * textmodes/flyspell.el (flyspell-incorrect-hook)
16846 (flyspell-maybe-correct-transposition)
16847 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
16848
16849 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
16850
16851 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
16852 minibuffer prompt.
16853
16854 2005-06-13 Kim F. Storm <storm@cua.dk>
16855
16856 * subr.el (add-to-ordered-list): New defun.
16857
16858 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
16859 add cua--keymap-alist to emulation-mode-map-alists.
16860
16861 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
16862
16863 * subr.el (complete-in-turn): New macro.
16864 (dynamic-completion-table, lazy-completion-table): Add debug info.
16865
16866 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
16867 in preference to face aliases.
16868
16869 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
16870 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
16871 Remove unused vars `start' and `firstline'.
16872 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
16873 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
16874
16875 2005-06-13 Eli Zaretskii <eliz@gnu.org>
16876
16877 * cus-start.el (all): Don't complain about missing GTK-related
16878 variables, unless either `gtk' is boundp or this isn't a
16879 `windows-nt' build.
16880
16881 2005-06-13 Lute Kamstra <lute@gnu.org>
16882
16883 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
16884 run-mode-hooks.
16885
16886 * ediff-mult.el (ediff-meta-mode):
16887 * ediff-util.el (ediff-mode): Use run-mode-hooks.
16888
16889 * ledit.el (ledit-mode): Use delay-mode-hooks.
16890
16891 * woman.el (woman-mode-line-format): Delete constant.
16892 (woman-mode-map): Initialize it properly.
16893 (woman-mode): Set mode-class property to special.
16894 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
16895 Set major-mode and mode-name. Don't set mode-line-format directly.
16896 (Man-getpage-in-background): Don't reference woman-mode-line-format.
16897
16898 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
16899 string argument obsolete.
16900
16901 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
16902
16903 * textmodes/org.el (org-CUA-compatible): New option.
16904 (org-disputed-keys): New variable.
16905 (org-key): New function.
16906 (orgtbl-make-binding): Add docstring to the created function.
16907 (org-mode): Set paragraph start/separate regexps.
16908 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
16909 (org-archive-location, org-archive-mark-done)
16910 (org-archive-stamp-time): New options.
16911 (org-archive-subtree): New command.
16912 (org-fill-paragraph): New function.
16913 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
16914 (org-fake-empty-table-line): Function removed.
16915 (org-format-org-table-html): Do not create empty table lines at
16916 separator lines. Improved table header treatment.
16917 (org-link-format): New option.
16918 (org-make-link): New function.
16919 (org-insert-link, org-store-link): Use org-make-link.
16920 (org-open-file): Quote file name for shell command, to allow
16921 spaces in file names.
16922 (org-link-regexp): Fix bug with mailto link.
16923 (org-link-maybe-angles-regexp, org-protected-link-regexp):
16924 New constants.
16925 (org-export-as-html): Deal with the optional angles around a link.
16926 Better treatment of file: links.
16927 (org-open-at-point): Replace @{ and @} with < and >.
16928 (org-run-mode-hooks): Function removed.
16929 (org-agenda-mode): No longer use `org-run-mode-hooks'.
16930
16931 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
16932
16933 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
16934 MI command -data-list-register-values.
16935 (gdb-post-prompt): Indent properly.
16936
16937 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
16938
16939 * hilit-chg.el (highlight-changes-colors): Rename from
16940 `highlight-changes-colours'.
16941 (highlight-changes-colours): Keep as obsolete alias.
16942 (highlight-changes-face-list): Doc fix.
16943 (hilit-chg-make-list): Use `highlight-changes-colors'.
16944
16945 2005-06-12 Mark A. Hershberger <mah@everybody.org>
16946
16947 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
16948 defun-prompt-regexp.
16949
16950 2005-06-12 Eli Zaretskii <eliz@gnu.org>
16951
16952 * loadup.el: Don't say we are dumping under 2 names on windows-nt
16953 and cygwin.
16954
16955 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
16956 Don't use an old loaddefs.el, as in Makefile.in.
16957
16958 2005-06-12 Lute Kamstra <lute@gnu.org>
16959
16960 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
16961
16962 * man.el (Man-mode-map): Initialize it properly.
16963 (Man-mode): Set mode-class property to special.
16964
16965 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
16966
16967 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
16968
16969 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
16970 A newline is needed in the docstring there.
16971
16972 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
16973 Doc fixes.
16974
16975 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16976
16977 * printing.el: Doc fix. The menubar is no more changed when printing
16978 is loaded, it only changes when pr-menu-bind or pr-update-menus is
16979 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
16980 (pr-version): New version number (6.8.4).
16981 (pr-menu-bind): New command.
16982 (pr-update-menus): Docstring and code fix.
16983 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
16984 Docstring fix.
16985 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
16986 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
16987
16988 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
16989
16990 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
16991 "Returns" to "return", document useful return values, etc.
16992
16993 2005-06-11 Alan Mackenzie <acm@muc.de>
16994
16995 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
16996 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
16997 (adaptive-file-function): Minor amendment to doc-string.
16998
16999 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
17000
17001 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
17002 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
17003 Fix :type--it is `integer', not `string'.
17004
17005 * faces.el (modeline-highlight): Rename from (the erroneous)
17006 `modeline-higilight'.
17007
17008 2005-06-11 Lute Kamstra <lute@gnu.org>
17009
17010 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
17011 lisp-interaction-mode-map but make it the parent.
17012 (edebug-eval-mode): Use define-derived-mode.
17013
17014 2005-06-11 Andreas Schwab <schwab@suse.de>
17015
17016 * bindings.el: Add binding of `ESC functionkey' for every
17017 `M-functionkey'.
17018 * hexl.el (hexl-mode-map): Likewise.
17019
17020 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
17021
17022 * progmodes/compile.el (compilation-error-regexp-alist-alist)
17023 [msft]: update regexp for newer msft compilers.
17024
17025 2005-06-10 Mark A. Hershberger <mah@everybody.org>
17026
17027 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
17028 ATTLIST portions of included DTDs.
17029 (xml-parse-dtd): Eliminate use of inefficient match-data.
17030
17031 2005-06-10 Miles Bader <miles@gnu.org>
17032
17033 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
17034 (mpuz-text): Remove "-face" suffix from face names.
17035 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
17036 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
17037 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
17038
17039 * play/gomoku.el (gomoku-O, gomoku-X):
17040 Remove "-face" suffix from face names.
17041 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
17042 New backward-compatibility aliases for renamed faces.
17043 (gomoku-font-lock-keywords): Use renamed gomoku faces.
17044
17045 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
17046
17047 * thumbs.el: Fixes for changes of 2005-06-09.
17048 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
17049 as a directory.
17050 (thumbs-thumbname): Remove directory separator from format string;
17051 `thumbs-thumbsdir' now returns a valid directory name.
17052 (thumbs-temp-dir): New defsubst.
17053 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
17054 Use it.
17055
17056 * cus-edit.el (minibuffer):
17057 * files.el (make-backup-file-name-function):
17058 * filesets.el (filesets-external-viewers):
17059 * hilit-chg.el (highlight-changes-colours)
17060 (highlight-changes-face-list, highlight-changes-rotate-faces):
17061 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
17062 * kmacro.el (kmacro-call-macro):
17063 * log-edit.el (log-edit-changelog-full-paragraphs):
17064 * mouse.el (mouse-1-click-follows-link):
17065 * skeleton.el (skeleton-autowrap):
17066 * subr.el (insert-for-yank-1):
17067 * tempo.el (tempo-insert-region):
17068 * terminal.el (terminal-emulator):
17069 * time.el (display-time-mail-face):
17070 * vc.el (vc-annotate):
17071 * vcursor.el (vcursor-copy-line):
17072 * woman.el (woman-bold-headings, woman-ignore)
17073 (woman-default-faces, woman-monochrome-faces):
17074 * calendar/todo-mode.el (todo-insert-threshold):
17075 * emulation/pc-select.el (pc-select-selection-keys-only)
17076 (pc-selection-mode):
17077 * emulation/vip.el (vip-find-char-forward):
17078 * emulation/viper-cmd.el (viper-find-char-forward):
17079 * international/mule-cmds.el
17080 (select-safe-coding-system-accept-default-p)
17081 (input-method-exit-on-invalid-key):
17082 * international/mule-diag.el (describe-coding-system):
17083 * international/ucs-tables.el (unify-8859-on-encoding-mode):
17084 * net/browse-url.el (browse-url-xterm-program):
17085 * obsolete/lazy-lock.el (lazy-lock-mode):
17086 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
17087 (cperl-mode):
17088 * progmodes/cpp.el (cpp-face-light-name-list)
17089 (cpp-face-dark-name-list):
17090 * progmodes/delphi.el (delphi-newline-always-indents):
17091 Fix spellings in docstrings.
17092
17093 * ido.el (ido-mode, ido-file-extensions-order)
17094 (ido-default-file-method, ido-default-buffer-method)
17095 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
17096 (ido-decorations, ido-read-file-name-as-directory-commands)
17097 (ido-read-file-name-non-ido, ido-work-directory-list)
17098 (ido-ignore-item-temp-list, ido-current-directory)
17099 (ido-magic-forward-char, ido-enter-find-file)
17100 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
17101 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
17102
17103 2005-06-10 Lute Kamstra <lute@gnu.org>
17104
17105 * play/dunnet.el (dun-mode): Use define-derived-mode.
17106 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
17107 obsolete alias.
17108
17109 * play/doctor.el (doctor-mode-map): Remove defvar.
17110 (doctor-mode): Use define-derived-mode.
17111
17112 * mail/mspools.el (mspools-mode):
17113 * net/eudc-hotlist.el (eudc-hotlist-mode):
17114 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
17115
17116 2005-06-10 Miles Bader <miles@gnu.org>
17117
17118 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
17119 Remove "-face" suffix from face names.
17120 (flyspell-incorrect-face, flyspell-duplicate-face):
17121 New backward-compatibility aliases for renamed faces.
17122 (flyspell-mode-on, make-flyspell-overlay)
17123 (flyspell-highlight-incorrect-region)
17124 (flyspell-highlight-duplicate-region)
17125 (flyspell-display-next-corrections)
17126 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
17127
17128 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
17129 from face name.
17130 (texinfo-heading-face): New backward-compatibility alias for
17131 renamed face.
17132 (texinfo-heading-face): Use renamed texinfo-heading face.
17133
17134 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
17135 suffix from face names.
17136 (tex-math-face, tex-verbatim-face):
17137 New backward-compatibility aliases for renamed faces.
17138 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
17139 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
17140 literal face name.
17141
17142 * textmodes/table.el (table-cell): Remove "-face" suffix from face
17143 name.
17144 (table-cell-face): New backward-compatibility alias for renamed face.
17145 (table--put-cell-face-property, table--update-cell-face):
17146 Use renamed table-cell face.
17147
17148 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
17149 from face name.
17150 (sgml-namespace-face): New backward-compatibility alias for
17151 renamed face.
17152 (sgml-namespace-face): Use renamed sgml-namespace face.
17153
17154 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
17155 (org-level-4, org-level-5, org-level-6, org-level-7)
17156 (org-level-8, org-warning, org-headline-done)
17157 (org-deadline-announce, org-scheduled-today)
17158 (org-scheduled-previously, org-link, org-done, org-table)
17159 (org-time-grid): Remove "-face" suffix from face names.
17160 (org-level-1-face, org-level-2-face, org-level-3-face)
17161 (org-level-4-face, org-level-5-face, org-level-6-face)
17162 (org-level-7-face, org-level-8-face, org-warning-face)
17163 (org-headline-done-face, org-deadline-announce-face)
17164 (org-scheduled-today-face, org-scheduled-previously-face)
17165 (org-link-face, org-done-face, org-table-face)
17166 (org-time-grid-face):
17167 New backward-compatibility aliases for renamed faces.
17168 (org-level-faces, org-set-font-lock-defaults, org-timeline)
17169 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
17170 (org-agenda-get-timestamps, org-agenda-get-scheduled)
17171 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
17172
17173 * emulation/viper-init.el (viper-search, viper-replace-overlay)
17174 (viper-minibuffer-emacs, viper-minibuffer-insert)
17175 (viper-minibuffer-vi): Remove "-face" suffix from face names.
17176 (viper-search-face, viper-replace-overlay-face)
17177 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
17178 (viper-minibuffer-vi-face):
17179 New backward-compatibility aliases for renamed faces.
17180 (viper-search-face, viper-replace-overlay-face)
17181 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
17182 (viper-minibuffer-vi-face): Use renamed viper faces.
17183
17184 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
17185 Remove "-face" suffix from face names.
17186 (testcover-nohits-face, testcover-1value-face):
17187 New backward-compatibility aliases for renamed faces.
17188 (testcover-mark): Use renamed testcover faces.
17189
17190 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
17191 face name.
17192 (diary-button-face): New backward-compatibility alias for renamed face.
17193 (diary-entry): Use renamed diary-button face.
17194
17195 * calendar/calendar.el (diary, calendar-today, holiday)
17196 (mark-visible-calendar-date): Remove "-face" suffix from face names.
17197 (diary-face, calendar-today-face, holiday-face):
17198 New backward-compatibility aliases for renamed faces.
17199 (eval-after-load "facemenu", diary-entry-marker)
17200 (calendar-today-marker, calendar-holiday-marker, diary-face):
17201 Use renamed calendar faces.
17202
17203 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
17204 (compare-windows-face): New backward-compatibility alias for
17205 renamed face.
17206 (compare-windows-highlight): Use renamed compare-windows face.
17207
17208 * strokes.el (strokes-char): Remove "-face" suffix from face name.
17209 (strokes-char-face): New backward-compatibility alias for renamed face.
17210 (strokes-encode-buffer): Use renamed strokes-char face.
17211
17212 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
17213 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
17214 Remove "-face" suffix from face names.
17215 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
17216 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
17217 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
17218 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
17219 Use renamed pcvs faces.
17220 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
17221 * pcvs-defs.el (cvs-mode-map): Likewise.
17222 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
17223
17224 * info.el (info-title-1, info-title-2, info-title-3)
17225 (info-title-4): Remove "-face" suffix from and downcase face names.
17226 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
17227 (Info-title-4-face):
17228 New backward-compatibility aliases for renamed faces.
17229 (Info-fontify-node): Use renamed info faces.
17230
17231 * hilit-chg.el (highlight-changes, highlight-changes-delete):
17232 Remove "-face" suffix from face names.
17233 (highlight-changes-face, highlight-changes-delete-face):
17234 New backward-compatibility aliases for renamed faces.
17235 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
17236 (hilit-chg-make-list): Use renamed highlight-changes faces.
17237
17238 * generic-x.el (show-tabs-tab, show-tabs-space):
17239 Remove "-face" suffix from face names.
17240 (show-tabs-tab-face, show-tabs-space-face):
17241 New backward-compatibility aliases for renamed faces.
17242 (show-tabs-generic-mode-font-lock-defaults-1)
17243 (show-tabs-generic-mode-font-lock-defaults-2):
17244 Use renamed show-tabs faces.
17245
17246 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
17247 (smerge-markers): Remove "-face" suffix from face names.
17248 (smerge-mine-face, smerge-other-face, smerge-base-face)
17249 (smerge-markers-face):
17250 New backward-compatibility aliases for renamed faces.
17251 (smerge-mine-face, smerge-other-face, smerge-base-face)
17252 (smerge-markers-face): Use renamed smerge faces.
17253
17254 * log-view.el (log-view-file, log-view-message): Remove "-face"
17255 suffix from face names.
17256 (log-view-file-face, log-view-message-face):
17257 New backward-compatibility aliases for renamed faces.
17258 (log-view-file-face, log-view-message-face): Use renamed log-view
17259 faces.
17260
17261 * paren.el (show-paren-match, show-paren-mismatch):
17262 Remove "-face" suffix from face names.
17263 (show-paren-match-face, show-paren-mismatch-face):
17264 New backward-compatibility aliases for renamed faces.
17265 (show-paren-function): Use renamed show-paren faces.
17266
17267 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
17268 (ruler-mode-margins, ruler-mode-fringes)
17269 (ruler-mode-column-number, ruler-mode-fill-column)
17270 (ruler-mode-comment-column, ruler-mode-goal-column)
17271 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
17272 suffix from face names.
17273 (ruler-mode-default-face, ruler-mode-pad-face)
17274 (ruler-mode-margins-face, ruler-mode-fringes-face)
17275 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
17276 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
17277 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
17278 New backward-compatibility aliases for renamed faces.
17279 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
17280 (ruler-mode-column-number, ruler-mode-fill-column)
17281 (ruler-mode-comment-column, ruler-mode-goal-column)
17282 (ruler-mode-tab-stop, ruler-mode-current-column)
17283 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
17284 faces.
17285
17286 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
17287 face name.
17288 (whitespace-highlight-the-space): Use renamed face.
17289 (whitespace-highlight-face): New backward-compatibility alias for
17290 renamed face.
17291
17292 * woman.el (woman-italic, woman-bold, woman-unknown)
17293 (woman-addition, woman-symbol-face):
17294 Remove "-face" suffix from face names.
17295 (woman-italic-face, woman-bold-face, woman-unknown-face)
17296 (woman-addition-face):
17297 New backward-compatibility aliases for renamed faces.
17298 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
17299 (woman-decode-region, woman-replace-match)
17300 (woman-display-extended-fonts, woman-special-characters)
17301 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
17302 Use renamed woman faces.
17303
17304 * longlines.el (longlines-visible-face): Face removed.
17305
17306 * diff-mode.el (diff-header, diff-file-header, diff-index)
17307 (diff-hunk-header, diff-removed, diff-added, diff-changed)
17308 (diff-function, diff-context, diff-nonexistent): Remove "-face"
17309 suffix from face names.
17310 (diff-header-face, diff-file-header-face, diff-index-face)
17311 (diff-hunk-header-face, diff-removed-face, diff-added-face)
17312 (diff-changed-face, diff-function-face, diff-context-face)
17313 (diff-nonexistent-face): New backward-compatibility aliases for
17314 renamed faces.
17315 (diff-header-face, diff-file-header-face)
17316 (diff-index, diff-index-face, diff-hunk-header)
17317 (diff-hunk-header-face, diff-removed, diff-removed-face)
17318 (diff-added, diff-added-face, diff-changed-face, diff-function)
17319 (diff-function-face, diff-context-face, diff-nonexistent)
17320 (diff-nonexistent-face): Use renamed diff-mode faces.
17321
17322 * progmodes/compile.el (compilation-warning-face)
17323 (compilation-info-face): Remove "-face" suffix from face names.
17324 (compilation-warning-face, compilation-info-face):
17325 New backward-compatibility aliases for renamed faces.
17326 (compilation-warning-face, compilation-info-face):
17327 Use renamed compilation faces.
17328
17329 * add-log.el (change-log-date, change-log-name)
17330 (change-log-email, change-log-file, change-log-list)
17331 (change-log-conditionals, change-log-function)
17332 (change-log-acknowledgement): Remove "-face" suffix from face names.
17333 (change-log-date-face, change-log-name-face)
17334 (change-log-email-face, change-log-file-face)
17335 (change-log-list-face, change-log-conditionals-face)
17336 (change-log-function-face, change-log-acknowledgement-face):
17337 New backward-compatibility aliases for renamed faces.
17338 (change-log-font-lock-keywords): Use renamed change-log faces.
17339
17340 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
17341 (custom-set, custom-changed, custom-saved, custom-button)
17342 (custom-button-pressed, custom-documentation, custom-state)
17343 (custom-comment, custom-comment-tag, custom-variable-tag)
17344 (custom-variable-button, custom-face-tag, custom-group-tag-1)
17345 (custom-group-tag): Remove "-face" suffix from face names.
17346 (custom-magic-alist, custom-magic-value-create)
17347 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
17348 (custom-invalid-face, custom-rogue-face, custom-modified-face)
17349 (custom-set-face, custom-changed-face, custom-saved-face)
17350 (custom-button-face, custom-button-pressed-face)
17351 (custom-documentation-face, custom-state-face)
17352 (custom-comment-face, custom-comment-tag-face)
17353 (custom-variable-tag-face, custom-variable-button-face)
17354 (custom-face-tag-face, custom-group-tag-face-1)
17355 (custom-group-tag-face):
17356 New backward-compatibility aliases for renamed faces.
17357
17358 * wid-edit.el (widget-documentation, widget-button)
17359 (widget-field, widget-single-line-field, widget-inactive)
17360 (widget-button-pressed): "-face" suffix removed from face names.
17361 (widget-documentation-face, widget-button-face)
17362 (widget-field-face, widget-single-line-field-face)
17363 (widget-inactive-face, widget-button-pressed-face):
17364 New backward-compatibility aliases for renamed faces.
17365 (widget-documentation-face, widget-button-face)
17366 (widget-button-pressed-face, widget-specify-field)
17367 (widget-specify-inactive): Use renamed widget faces.
17368
17369 2005-06-10 Kenichi Handa <handa@m17n.org>
17370
17371 * term/x-win.el (x-clipboard-yank): Remove condition-case
17372 wrapping.
17373
17374 2005-06-11 Kenichi Handa <handa@m17n.org>
17375
17376 * add-log.el (change-log-font-lock-keywords): Make the regexp for
17377 date lines stricter.
17378
17379 2005-06-10 Zhang Wei <id.brep@gmail.com>
17380
17381 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
17382 of x-get-selection.
17383
17384 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
17385
17386 * comint.el (comint-mode, comint-snapshot-last-prompt):
17387 * frame.el (frame-current-scroll-bars):
17388 * term.el (term-mode, term-check-proc, term-input-sender)
17389 (term-simple-send, term-extract-string, term-word)
17390 (term-match-partial-filename):
17391 * window.el (window-current-scroll-bars):
17392 * emulation/cua-base.el (cua-normal-cursor-color)
17393 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
17394 (cua-global-mark-cursor-color):
17395 * mail/undigest.el (rmail-forward-separator-regex):
17396 Fix typos in docstrings.
17397
17398 * comint.el (comint-check-proc, make-comint-in-buffer)
17399 (comint-source-default): Doc fixes.
17400
17401 * term.el (term-send-string): Improve argument/docstring consistency.
17402
17403 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
17404
17405 * comint.el (comint-send-input): Bind `inhibit-read-only' around
17406 call to `delete-region'.
17407 (comint-mode-hook): Do not enable Font Lock by default.
17408
17409 2005-06-09 Lute Kamstra <lute@gnu.org>
17410
17411 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
17412 could be void.
17413
17414 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
17415
17416 * emacs-lisp/debug.el (debugger-will-be-back): New var.
17417 (debug): Use it.
17418 (debugger-step-through, debugger-continue, debugger-jump)
17419 (debugger-return-value): Set it when needed.
17420 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
17421 Use inhibit-read-only.
17422
17423 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
17424
17425 * window.el (shrink-window-if-larger-than-buffer)
17426 (window-size-fixed): Fix typo in docstring.
17427
17428 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
17429 thumbnails directory on loading.
17430 (thumbs-conversion-program): Use `eq' to check the system type,
17431 not `equal'.
17432 (thumbs-temp-dir): Initialize to `temporary-file-directory',
17433 not "/tmp". Fix docstring.
17434 (thumbs-thumbsdir): New function to return the thumbnails
17435 directory, creating it if needed.
17436 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
17437 (thumbs-temp-file): Delete variable and make it into a function.
17438 (thumbs-resize-image, thumbs-modify-image): Use it.
17439 (thumbs-kill-buffer): Simplify.
17440 (thumbs-gensym): Defalias or duplicate CL `gensym'.
17441 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
17442 docstrings.
17443
17444 2005-06-09 Kim F. Storm <storm@cua.dk>
17445
17446 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
17447 set-match-data to free markers in match-data.
17448
17449 * replace.el (replace-match-data): Pass RESEAT arg `t' to
17450 match-data to unchain markers in match-data.
17451
17452 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
17453
17454 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
17455 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
17456 unnecessary now.
17457
17458 2005-06-08 Richard M. Stallman <rms@gnu.org>
17459
17460 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
17461 give the variable a doc string that doesn't say don't set it directly.
17462
17463 * textmodes/ispell.el (ispell-check-version):
17464 Use match-string-no-properties.
17465 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
17466 (ispell-buffer-local-words): Likewise.
17467
17468 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
17469 except on terminals with enough colors to really display it.
17470 (makefile-dependency-regex): Delete spurious `bb'.
17471
17472 * faces.el (escape-glyph): Use blue once again in last case.
17473 (no-break-space): Redefine so that it isn't invisible on a tty.
17474
17475 2005-06-08 Kim F. Storm <storm@cua.dk>
17476
17477 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
17478 also when reading directory name.
17479
17480 2005-06-08 Lute Kamstra <lute@gnu.org>
17481
17482 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
17483 (flyspell-mode-line-string): Remove autoload cookie.
17484 (flyspell-mode): Remove defvar.
17485
17486 2005-06-07 Lute Kamstra <lute@gnu.org>
17487
17488 * textmodes/org.el (org-run-mode-hooks): New function.
17489 (org-agenda-mode): Use it.
17490
17491 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
17492
17493 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
17494
17495 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
17496
17497 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
17498
17499 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
17500
17501 * font-lock.el (font-lock-add-keywords): Doc fix.
17502
17503 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
17504
17505 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
17506 (tex-compile-default): In the absence of any history, use the order in
17507 tex-compile-alist to choose the preferred command.
17508 (tex-compile-commands): Reorder a bit.
17509
17510 * textmodes/flyspell.el (flyspell-auto-correct-binding)
17511 (flyspell-incorrect-face, flyspell-duplicate-face):
17512 Use (X)Emacs-agnostic code.
17513 (flyspell-mode-map): Don't overwrite at each load. Remove code
17514 redundant with the subsequent add-minor-mode. Merge Emacs and
17515 XEmacs code.
17516 (flyspell-word): Minor simplification.
17517 (flyspell-math-tex-command-p): Quieten the byte-compiler.
17518 (flyspell-external-point-words): Remove unused vars `size' and `start'.
17519 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
17520 Merge the corresponding Emacs code.
17521 (flyspell-correct-word, flyspell-xemacs-popup):
17522 Use flyspell-do-correct.
17523
17524 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
17525 a dedicated window.
17526
17527 * international/latexenc.el (latexenc-find-file-coding-system):
17528 Undo part of last patch, to turn off a compiler warning.
17529
17530 2005-06-06 Juri Linkov <juri@jurta.org>
17531
17532 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
17533 Rename `tmm-inactive-face' to `tmm-inactive'.
17534
17535 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
17536
17537 * iswitchb.el: Rename faces.
17538
17539 2005-06-06 Kim F. Storm <storm@cua.dk>
17540
17541 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
17542 (cua-global-mark): Remove -face suffix from face names.
17543
17544 * emulation/cua-gmrk.el (cua--init-global-mark):
17545 Remove cua-global-mark face setup.
17546
17547 2005-06-06 Richard M. Stallman <rms@gnu.org>
17548
17549 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
17550 just like other allowed characters.
17551 (makefile-match-dependency): Exclude leading and training whitespace
17552 from the range of regexp subexp 1.
17553 (makefile-macroassign-regex): Don't try to match the body,
17554 just the name of the macro being defined.
17555
17556 * info.el (Info-read-node-name-2): New function.
17557 (Info-read-node-name-1): Use that.
17558 Add a completion-base-size-function property.
17559
17560 * simple.el (completion-setup-function): Look for
17561 completion-base-size-function property of minibuffer-completion-table.
17562
17563 * files.el (locate-file-completion): Doc fix.
17564
17565 * printing.el: Don't call pr-update-menus; user must do that.
17566
17567 * emacs-lisp/debug.el (debugger-window): New variable.
17568 (debug): Use debugger-window if it is set and still alive.
17569 Record debugger-window for next entry.
17570
17571 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
17572
17573 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
17574
17575 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
17576 (hack-one-local-variable, hack-local-variables)
17577 (hack-local-variables-prop-line): Pass that arg.
17578
17579 2005-06-06 Kim F. Storm <storm@cua.dk>
17580
17581 * ido.el (ido-first-match, ido-only-match, ido-subdir)
17582 (ido-indicator): Remove -face suffix from face names.
17583
17584 2005-06-06 Juri Linkov <juri@jurta.org>
17585
17586 * font-lock.el (font-lock-regexp-backslash)
17587 (font-lock-regexp-backslash-construct): New faces.
17588 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
17589 after `('. Add `while-no-input' to control structures.
17590
17591 * faces.el (no-break-space, shadow): New faces.
17592 (escape-glyph): Use less loud colors pink2 and red4.
17593
17594 * diff-mode.el (diff-context-face)
17595 * dired.el (dired-ignored)
17596 * rfn-eshadow.el (file-name-shadow)
17597 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
17598
17599 * info.el (Info-title-1-face): Use green instead of yellow because
17600 bold yellow is not readable on light backgrounds.
17601
17602 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
17603 before selecting the desired mode to not spend time fontifying
17604 old contents.
17605
17606 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
17607
17608 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
17609 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
17610
17611 * ps-print.el (ps-default-fg, ps-default-bg):
17612 Fix typos in docstrings.
17613
17614 * isearchb.el (isearchb): Don't pass a spurious second argument to
17615 `iswitchb-completions'.
17616
17617 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
17618
17619 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
17620 to preserve point.
17621 (gdb-find-file-hook): Add doc string.
17622
17623 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
17624 C dereferenced pointer expression.
17625 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
17626
17627 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
17628
17629 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
17630 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
17631 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
17632 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
17633 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
17634 Make background transparent.
17635
17636 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
17637
17638 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
17639 (font-lock-remove-keywords): Doc fix.
17640 (font-lock-mode-major-mode): Compiler defvar.
17641 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
17642
17643 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
17644 (font-lock-mode): Update `font-lock-mode-major-mode'.
17645 (font-lock-set-defaults): Compiler defvar.
17646 (font-lock-default-function): Take `font-lock-mode-major-mode'
17647 into account.
17648
17649 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
17650 keep track of which major mode it enabled the minor mode for.
17651 Use find-file-hook again. Update docstring.
17652
17653 * simple.el (eval-expression-print-level)
17654 (eval-expression-print-length, eval-expression-debug-on-error):
17655 Doc fixes.
17656
17657 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
17658
17659 * iswitchb.el (iswitchb-single-match-face)
17660 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
17661 (iswitchb-invalid-regexp-face): New faces.
17662 (iswitchb-completions): Use them.
17663 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
17664 now marked as an obsolete alias.
17665 (iswitchb-read-buffer): Remove check for bound font variables.
17666 (iswitchb-invalid-regexp): New free variable.
17667 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
17668 set iswitchb-invalid-regexp.
17669 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
17670 invalid regexps.
17671 (iswitchb-completions): Add check for complete match when entering
17672 a regexp.
17673 (iswitchb-completions): Remove require-match argument.
17674 (iswitchb-exhibit): Fix caller.
17675 (iswitchb-common-match-inserted): New variable.
17676 (iswitchb-complete, iswitchb-completion-help): Use it.
17677
17678 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
17679
17680 * url-http.el (url-http-chunked-encoding-after-change-function):
17681 Use `url-http-debug' instead of `message'.
17682
17683 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
17684
17685 * url-http.el (url-http-parse-headers): Pass redirected URL as a
17686 callback argument.
17687
17688 2005-06-04 Kim F. Storm <storm@cua.dk>
17689
17690 * simple.el (line-move): Only call sit-for when moving backwards.
17691
17692 * ido.el (ido-make-merged-file-list-1): New defun split from
17693 ido-make-merged-file-list.
17694 (ido-make-merged-file-list): Bind throw-on-input around call to
17695 ido-make-merged-file-list-1. Return input-pending-p if
17696 interrupted by more input available.
17697 (ido-read-internal): Handle input-pending-p return value from
17698 ido-make-merged-file-list.
17699
17700 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
17701
17702 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
17703 compatibility code.
17704
17705 * international/latexenc.el (latexenc-find-file-coding-system):
17706 Don't inherit the EOL part of the coding-system from the
17707 tex-main buffer. Fit within 80 columns.
17708
17709 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
17710
17711 * tmm.el (tmm-inactive-face): New face.
17712 (tmm-remove-inactive-mouse-face): New function.
17713 (tmm-prompt, tmm-add-one-shortcut)
17714 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
17715 but not selectable.
17716
17717 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
17718
17719 * faces.el (face-equal): Improve argument/docstring consistency.
17720
17721 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
17722
17723 * progmodes/make-mode.el (makefile-targets-face)
17724 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
17725 (makefile-bsdmake-dependency-regex)
17726 (makefile-makepp-rule-action-regex)
17727 (makefile-bsdmake-rule-action-regex): New constants.
17728 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
17729
17730 * progmodes/compile.el (compilation-error-regexp-alist-alist):
17731 Allow (...) within `...' for makepp messages.
17732
17733 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
17734
17735 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
17736
17737 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
17738 "." files are deleted from all file lists before comparison.
17739
17740 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
17741 (viper-ESC-key): Made them customizable.
17742
17743 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
17744
17745 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
17746
17747 * autorevert.el (auto-revert-buffers): Use save-match-data.
17748
17749 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
17750
17751 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
17752 menu items with a nil command binding.
17753
17754 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
17755
17756 * emacs-lisp/cl-macs.el (defsetf):
17757 Improve argument/docstring consistency.
17758
17759 * faces.el (list-faces-display): Improve the formatting by
17760 computing the maximum length required for any face-name (reworked
17761 patch of 1999-01-11, accidentally deleted on 1999-07-21).
17762 (internal-find-face): Remove redundant info in docstring.
17763
17764 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
17765
17766 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
17767 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
17768 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
17769 (gdb-assembler-custom): Improve regexps.
17770 (def-gdb-auto-update-handler): Use window point to preserve point.
17771
17772 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
17773
17774 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
17775
17776 2005-05-31 Jay Belanger <belanger@truman.edu>
17777
17778 * calc/calc-embed.el (calc-embedded-word): Change argument passed
17779 to calc-embedded.
17780 (calc-embedded-make-info): Have plain prefix argument select
17781 entire line.
17782
17783 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
17784
17785 * faces.el (list-faces-display): Signal error if passed a regexp
17786 that matches no face name.
17787
17788 * simple.el (filter-buffer-substring): Fix typo in docstring.
17789
17790 2005-05-31 Richard M. Stallman <rms@gnu.org>
17791
17792 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
17793 (vhdl-emacs-21): Doc fix.
17794 (vhdl-mode): Unconditionally set comment-padding.
17795 (vhdl-fixup-whitespace-region): Insert spaces only where
17796 there are none.
17797 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
17798
17799 2005-05-30 John Wiegley <johnw@newartisans.com>
17800
17801 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
17802 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
17803 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
17804 `directory-sep-char' to ?/, and all uses of `string-to-int' to
17805 `string-to-number'.
17806
17807 2005-05-30 Jay Belanger <belanger@truman.edu>
17808
17809 * calc/calc.el (calc-bug-address): Fix docstring.
17810 (calc-window-hook, calc-trail-window-hook): New variables.
17811 (calc-trail-display): Restore use of calc-trail-window-hook.
17812 (calc): Restore use of calc-window-hook.
17813
17814 2005-05-31 Masatake YAMATO <jet@gyve.org>
17815
17816 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
17817
17818 * help-fns.el (help-C-file-name): Add autoload mark for
17819 `find-function-noselect'.
17820
17821 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
17822
17823 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
17824 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
17825
17826 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
17827
17828 * calendar/diary-lib.el (mark-included-diary-files): Only kill
17829 included diary buffer if it was not already being visited.
17830 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
17831
17832 * calendar/icalendar.el (top-level): Do not require appt.
17833
17834 * mail/supercite.el (sc-select-attribution): Only use a list
17835 element from sc-attrib-selection-list if it returns a string.
17836 Reported by Davide G. M. Salvetti <salve@debian.org>.
17837
17838 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
17839
17840 * thumbs.el (thumbs-thumbname): The resulting thumbname now
17841 includes a hash value to improve its uniqueness, and has a ".jpg"
17842 extension. Also, it is now a valid filename on all systems.
17843 (thumbs-make-thumb): Use `let', not `let*'.
17844 (thumbs-show-thumbs-list): Check for JPEG availability.
17845
17846 2005-05-30 Richard M. Stallman <rms@gnu.org>
17847
17848 * filesets.el (filesets-menu-ensure-use-cached):
17849 Prevent warning when emacs-version>= is undefined.
17850
17851 * printing.el (pr-interactive-n-up): Use string-to-number.
17852
17853 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
17854
17855 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
17856 Warn only when name to be defined is quoted.
17857
17858 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
17859
17860 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
17861 Make regexp more robust.
17862 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
17863 Force regeneration of disassembly.
17864
17865 2005-05-29 Jay Belanger <belanger@truman.edu>
17866
17867 * calc/calc.el (calc-user-invocation): Check if
17868 calc-invocation-macro is non-nil.
17869
17870 2005-05-29 Juri Linkov <juri@jurta.org>
17871
17872 * add-log.el (change-log-font-lock-keywords):
17873 Add `+' to e-mail regexp to accept mail address with keywords.
17874
17875 * man.el (Man-name-regexp): Add `:' to accept qualified names.
17876
17877 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
17878
17879 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
17880
17881 * ielm.el (inferior-emacs-lisp-mode): Ditto.
17882
17883 2005-05-29 Richard M. Stallman <rms@gnu.org>
17884
17885 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
17886 Undo the change that moves to end of the current word.
17887
17888 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
17889
17890 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
17891 Throw error when count <= 0 to ensure input is a number.
17892 (gdb-read-memory-custom): Pick up address from buffer.
17893 (gdb-memory-mode): Allow user to increment and decrement
17894 memory address from header line.
17895
17896 2005-05-29 Richard M. Stallman <rms@gnu.org>
17897
17898 * flyspell.el (flyspell-version): Function deleted.
17899 (flyspell-auto-correct-previous-hook): Doc fix.
17900
17901 * jit-lock.el (jit-lock-function, jit-lock-after-change):
17902 Do nothing if memory is full.
17903
17904 * font-lock.el (font-lock-fontify-syntactically-region):
17905 Pass t for GREEDY to looking-back.
17906
17907 * saveplace.el (save-place-alist-to-file): Write the file
17908 using write-region.
17909
17910 * subr.el (looking-back): New argument GREEDY.
17911
17912 * progmodes/compile.el (compilation-start): Set the mode
17913 before inserting the initial text.
17914
17915 * progmodes/which-func.el (which-func-update-1): Turn the mode
17916 off in case of error by setting which-func-mode.
17917
17918 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
17919
17920 * flyspell.el (flyspell-auto-correct-previous-word):
17921 Narrow down to what's on the screen, and recenter overlays
17922 at the end of the next word.
17923
17924 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
17925
17926 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
17927 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
17928 (flyspell-abbrev-p): Default to nil.
17929 (flyspell-use-global-abbrev-table-p): Doc fix.
17930 (flyspell-large-region): Allow nil as value.
17931 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
17932
17933 (mail-mode-flyspell-verify): More robust handling
17934 of `mail-header-separator'. More efficient signature detection.
17935 Allow for regexp metacharacters in message-header-separator.
17936 Adding `To' not to be checked in mail-mode-flyspell-verify.
17937
17938 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
17939 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
17940 Bind flyspell-auto-correct-binding.
17941 Bind C-. and C-, .
17942 (flyspell-mode-map): Likewise.
17943 (flyspell-mode): Doc fix.
17944 (flyspell-accept-buffer-local-defs): Preserve current buffer.
17945 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
17946 (flyspell-word-cache-result): New var, always local.
17947 (flyspell-check-pre-word-p): Doc fix.
17948 (flyspell-check-changed-word-p): Handle spc like newline.
17949 (flyspell-post-command-hook): Set flyspell-word-cache-result.
17950 (flyspell-word-search-backward, flyspell-word-search-forward):
17951 New functions.
17952 (flyspell-word): Return t if nothing to check.
17953 When parsing TeX code, check for after } or \.
17954 Use flyspell-word-search-backward to find previous word.
17955 Return nil if duplicated word.
17956 For word already checked, return same value as last time.
17957 Set flyspell-word-cache-result after checking.
17958 Don't clobber the return value.
17959 (flyspell-get-word): Major rewrite.
17960 (flyspell-external-point-words): New locals pword, pcount.
17961 Fix size used in progress message.
17962 Find the proper corresponding word in flyspell-large-region-buffer.
17963 (flyspell-region): Check for flyspell-large-region = nil.
17964 (flyspell-highlight-incorrect-region): Clean up overlays in region.
17965 (flyspell-auto-correct-word): Check that WORD is a cons.
17966 (flyspell-correct-word): Likewise.
17967
17968 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
17969
17970 * progmodes/make-mode.el (makefile-rule-action-regex)
17971 (makefile-macroassign-regex, makefile-makepp-mode)
17972 (makefile-bsdmake-mode): Continuation lines may be empty.
17973 Reported by Joshua Varner.
17974 (makefile-makepp-font-lock-keywords): Add $(stem).
17975
17976 2005-05-28 Karl Berry <karl@gnu.org>
17977
17978 * textmodes/tex-mode.el: Now that tex-send-command calls
17979 shell-quote-argument (2005-03-31 change), remove all calls to
17980 shell-quote-argument; they all end up invoking tex-send-command.
17981 The double quoting loses on filenames with non-safe characters,
17982 such as "@". Reported by Frederik Fouvry.
17983
17984 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
17985
17986 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
17987 about preserving point.
17988
17989 2005-05-27 Jay Belanger <belanger@truman.edu>
17990
17991 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
17992 Info-goto-node.
17993
17994 * calc/calc-embed.el (calc-embed-arg): New variable.
17995 (calc-do-embedded-activate, calc-embedded-activate-formula)
17996 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
17997 variable by new variable.
17998 (calc-embedded-make-info): Replace undeclared variable by new
17999 variable. When selecting region with positive prefix
18000 argument, use end of previous line instead of beginning of line.
18001
18002 * calc/calc-aent.el (calc-arg-values): Declare it.
18003
18004 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
18005 Declare them.
18006
18007 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
18008
18009 * calc/calc.el (calc-alg-map): Declare it.
18010
18011 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
18012
18013 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
18014
18015 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
18016 (gdb-registers-buffer, toggle-gdb-all-registers):
18017 Toggle display of floating point registers.
18018 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
18019
18020 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
18021 (toggle-gud-tooltip-dereference):
18022 Rename from gud-toggle-tooltip-dereference.
18023
18024 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
18025
18026 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
18027
18028 2005-05-27 Jay Belanger <belanger@truman.edu>
18029
18030 * calc/calc-prog.el (calc-kbd-report): Remove.
18031 (calc-kbd-query): Rewrite.
18032
18033 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
18034
18035 * image.el (image-library-alist): Move to image.c.
18036 (image-type-available-p): Doc fix.
18037
18038 2005-05-27 Lute Kamstra <lute@gnu.org>
18039
18040 * calc/calc.el (calc):
18041 * outline.el (outline-1, outline-2, outline-3, outline-4)
18042 (outline-5, outline-6, outline-7, outline-8):
18043 * textmodes/dns-mode.el (dns-mode):
18044 * textmodes/sgml-mode.el (sgml-namespace-face):
18045 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
18046 (tex-verbatim-face, tex-use-reftex):
18047 * textmodes/texinfo.el (texinfo-heading-face):
18048 Specify customization group.
18049
18050 * longlines.el: Don't require easy-mmode.
18051 (longlines-visible-face): Specify customization group.
18052
18053 2005-05-27 Kenichi Handa <handa@m17n.org>
18054
18055 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
18056 encoding table of windows-1251.
18057
18058 * international/ucs-tables.el (ucs-set-table-for-input):
18059 If translation-table-for-input of a coding system is a symbol, get
18060 its translation-table property.
18061
18062 * international/code-pages.el: Don't register a coding system into
18063 non-iso-charset-alist more than once.
18064 (cp-make-coding-system): Likewise.
18065
18066 2005-05-26 John Wiegley <johnw@newartisans.com>
18067
18068 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
18069 `eshell-resume-eval' is wrapped in a list, it indicates that the
18070 command was run asynchronously. In that case, unwrap the value
18071 before checking the delimiter value.
18072
18073 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
18074 character before a space at the end of a line is \, assume the space
18075 is part of the last argument rather than a final argument separator.
18076
18077 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
18078 is in use, and the target is `t' or `nil' (which are the most common
18079 values), don't assume that the symbol target is a buffer.
18080
18081 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
18082
18083 * calendar/calendar.el (calendar-mode-line-format):
18084 Use mode-line-highlight as mouse-face.
18085
18086 * time.el (display-time-string-forms, display-time-update):
18087 Use mode-line-highlight as mouse-face.
18088
18089 2005-05-26 Jay Belanger <belanger@truman.edu>
18090
18091 * calc/calc.el (calc-language-alist): Remove extra defvar.
18092
18093 2005-05-26 Lute Kamstra <lute@gnu.org>
18094
18095 * arc-mode.el (archive-mode):
18096 * bookmark.el (bookmark-read-annotation-mode)
18097 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
18098 * bs.el (bs-mode):
18099 * calc/calc-yank.el (calc-edit-mode):
18100 * calc/calc.el (calc-mode, calc-trail-mode):
18101 * calculator.el (calculator-mode):
18102 * chistory.el (command-history-mode):
18103 * comint.el:
18104 * cus-edit.el (custom-mode):
18105 * descr-text.el (describe-text-mode):
18106 * ebuff-menu.el (Electric-buffer-menu-mode):
18107 * ediff-util.el (ediff-mode):
18108 * emacs-lisp/re-builder.el (reb-mode):
18109 * emulation/vi.el (vi-mode-setup):
18110 * emulation/ws-mode.el (wordstar-mode):
18111 * eshell/esh-mode.el (eshell-mode):
18112 * forms.el (forms-mode):
18113 * help-mode.el (help-mode):
18114 * hexl.el (hexl-mode):
18115 * ibuffer.el (ibuffer-mode):
18116 * ielm.el (inferior-emacs-lisp-mode):
18117 * info.el (Info-mode, Info-edit-mode):
18118 * international/swedish.el:
18119 * ledit.el (ledit-from-lisp-mode):
18120 * locate.el (locate-mode):
18121 * mail/rmail.el (rmail-mode):
18122 * mail/rmailedit.el (rmail-edit-mode):
18123 * mail/rmailsum.el (rmail-summary-mode):
18124 * mail/supercite.el (sc-electric-mode):
18125 * net/eudc.el (eudc-mode):
18126 * net/quickurl.el (quickurl-list-mode):
18127 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
18128 * obsolete/ooutline.el (outline-mode):
18129 * obsolete/options.el (Edit-options-mode):
18130 * obsolete/rnews.el (news-mode):
18131 * obsolete/rnewspost.el (news-reply-mode):
18132 * play/5x5.el (5x5-mode):
18133 * play/decipher.el (decipher-mode, decipher-stats-mode):
18134 * play/gomoku.el (gomoku-mode):
18135 * play/snake.el (snake-mode):
18136 * play/solitaire.el (solitaire-mode):
18137 * play/tetris.el (tetris-mode):
18138 * progmodes/ada-mode.el (ada-mode):
18139 * progmodes/antlr-mode.el (antlr-mode):
18140 * progmodes/autoconf.el (autoconf-mode):
18141 * progmodes/dcl-mode.el (dcl-mode):
18142 * progmodes/delphi.el (delphi-mode):
18143 * progmodes/ebrowse.el (ebrowse-tree-mode)
18144 (ebrowse-electric-list-mode, ebrowse-member-mode)
18145 (ebrowse-electric-position-mode):
18146 * progmodes/f90.el (f90-mode):
18147 * progmodes/fortran.el (fortran-mode):
18148 * progmodes/icon.el (icon-mode):
18149 * progmodes/idlw-help.el (idlwave-help-mode):
18150 * progmodes/idlw-shell.el (idlwave-shell-mode):
18151 * progmodes/idlwave.el (idlwave-mode):
18152 * progmodes/inf-lisp.el (inferior-lisp-mode):
18153 * progmodes/m4-mode.el (m4-mode):
18154 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
18155 * progmodes/modula2.el (modula-2-mode):
18156 * progmodes/octave-inf.el (inferior-octave-mode):
18157 * progmodes/octave-mod.el (octave-mode):
18158 * progmodes/pascal.el (pascal-mode):
18159 * progmodes/sh-script.el (sh-mode):
18160 * progmodes/sql.el (sql-mode, sql-interactive-mode):
18161 * progmodes/vhdl-mode.el (vhdl-mode):
18162 * progmodes/xscheme.el (scheme-interaction-mode):
18163 * replace.el (occur-mode):
18164 * ses.el (ses-mode):
18165 * simple.el (completion-list-mode):
18166 * skeleton.el:
18167 * speedbar.el (speedbar-mode):
18168 * term.el (term-mode):
18169 * terminal.el (terminal-edit-mode):
18170 * textmodes/reftex-index.el (reftex-index-mode)
18171 (reftex-index-phrases-mode):
18172 * textmodes/reftex-sel.el (reftex-select-label-mode)
18173 (reftex-select-bib-mode):
18174 * textmodes/reftex-toc.el (reftex-toc-mode):
18175 * wdired.el (wdired-change-to-wdired-mode):
18176 * wid-browse.el (widget-browse-mode):
18177 Use run-mode-hooks.
18178
18179 * array.el (array-mode):
18180 * calendar/todo-mode.el (todo-mode):
18181 * man.el (Man-mode):
18182 * play/landmark.el (lm-mode):
18183 * play/mpuz.el (mpuz-mode):
18184 Use kill-all-local-variables and run-mode-hooks.
18185
18186 * subr.el (delay-mode-hooks): Specify indentation.
18187
18188 2005-05-26 Mark A. Hershberger <mah@everybody.org>
18189
18190 * xml.el (xml-substitute-special): Don't die for undefined xml
18191 entities.
18192
18193 2005-05-26 Jay Belanger <belanger@truman.edu>
18194
18195 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
18196 of nil.
18197
18198 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
18199
18200 * progmodes/gdb-ui.el (gdb-frame-address):
18201 Rename from gdb-current-address.
18202 (gdb-previous-frame-address): Rename from gdb-previous-address.
18203 (gdb-selected-frame): Rename from gdb-current-frame.
18204 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
18205 (gdb-frame-number): Rename from gdb-current-stack-level.
18206 (gdb-ann3): Match new mode-name for disassembly buffer.
18207 Extend initialization of variables.
18208 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
18209 (gdb-memory-mode): Use mouse-face in header line.
18210 (gdb-assembler-buffer-name): Call it disassembly and give frame
18211 in mode line.
18212 (gdb-source-spec-regexp, gdb-assembler-custom)
18213 (gdb-invalidate-assembler, gdb-frame-handler):
18214 Make robust to leading zeroes in address format.
18215
18216 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
18217
18218 * textmodes/org.el (org-mode): Use `define-derived-mode' to
18219 define `org-mode'.
18220 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
18221
18222 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
18223
18224 * log-edit.el (log-edit-changelog-entries): Distinguish between
18225 filenames like xfns.c and fns.c.
18226
18227 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
18228
18229 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
18230 point after reverting.
18231 (Buffer-menu-make-sort-button): Handle the case where
18232 `Buffer-menu-use-header-line' is nil.
18233
18234 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
18235
18236 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
18237 New funcs. In minibuffer-local-completion-map bind `]', `/'
18238 and `:' to them.
18239
18240 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
18241
18242 * startup.el (normal-top-level): Allow modification of load-path while
18243 we're iterating over it.
18244
18245 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
18246
18247 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
18248 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
18249 (thumbs-resize-interactive, thumbs-insert-image)
18250 (thumbs-insert-thumb, thumbs-dired-show-marked)
18251 (thumbs-find-image-at-point, thumbs-delete-images)
18252 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
18253 (thumbs-increment-image-size, thumbs-decrement-image-size):
18254 Fix typos in docstrings.
18255
18256 2005-05-24 Andre Spiegel <spiegel@gnu.org>
18257
18258 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
18259 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
18260 (cperl-mode): Use them.
18261
18262 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
18263
18264 * window.el (quit-window, shrink-window-if-larger-than-buffer):
18265 Doc fixes.
18266
18267 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
18268
18269 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
18270 Bind C-d to gdb-inferior-io-eof.
18271
18272 * dired.el (dired-dnd-popup-notice): Use message-box.
18273
18274 2005-05-23 Masatake YAMATO <jet@gyve.org>
18275
18276 * bindings.el (mode-line-major-mode-keymap):
18277 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
18278
18279 * faces.el (mode-line-highlight): New face.
18280
18281 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
18282 as mouse-face.
18283
18284 * bindings.el (top-level, help-echo, mode-line-modified)
18285 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
18286 as mouse-face.
18287
18288 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
18289
18290 * progmodes/cc-engine.el (c-guess-basic-syntax):
18291 Remove spurious call to `zerop'.
18292
18293 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
18294
18295 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
18296
18297 CC Mode update to 5.30.10:
18298
18299 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
18300 could go past the limit in decoration level 2, thereby causing
18301 errors during interactive fontification.
18302
18303 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
18304 the file is evaluated interactively.
18305
18306 * cc-engine.el (c-guess-basic-syntax): Handle operator
18307 declarations somewhat better in C++.
18308
18309 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
18310 make use of `run-mode-hooks' which has been added in Emacs 21.1.
18311 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
18312 (awk-mode): Use it.
18313 (make-local-hook): Suppress warning about obsoleteness.
18314
18315 * cc-engine.el, cc-align.el, cc-cmds.el
18316 (c-append-backslashes-forward, c-delete-backslashes-forward)
18317 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
18318 Compensate for return value from `forward-line' when it has moved
18319 but not to a different line due to eob.
18320
18321 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
18322 `objc-method-intro' and `objc-method-args-cont'.
18323
18324 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
18325
18326 CC Mode update to 5.30.10:
18327
18328 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
18329 in the copyright statement. Incidentally, change "along with GNU
18330 Emacs" to "along with this program" where it occurs.
18331
18332 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
18333 so that it is interactive, hence can be found by M-x awk-mode
18334 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
18335 <gmorris+emacs@ast.cam.ac.uk>.
18336
18337 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
18338 Mode's regexps.
18339
18340 2005-05-23 Kevin Ryde <user42@zip.com.au>
18341
18342 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
18343 c-parse-state, to avoid a lisp error (on bad code).
18344
18345 2005-05-23 Lute Kamstra <lute@gnu.org>
18346
18347 * subr.el (font-lock-defaults): Remove defvar as it's already
18348 defined in font-core.el.
18349
18350 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
18351
18352 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
18353
18354 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
18355 more general and work when GDB variable "print pretty" is on,
18356 as with Emacs, for example.
18357
18358 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
18359
18360 * font-core.el: Update comment.
18361
18362 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
18363 Use `after-change-major-mode-hook' instead of `find-file-hook'.
18364
18365 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
18366
18367 2005-05-22 Eli Zaretskii <eliz@gnu.org>
18368
18369 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
18370 and `yank-handler' in the doc strings.
18371
18372 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
18373
18374 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
18375
18376 2005-05-22 Richard M. Stallman <rms@gnu.org>
18377
18378 * help.el (describe-key): Move print-help-return-message call
18379 out of conditional.
18380
18381 * progmodes/etags.el (list-tags): Use with-no-warnings.
18382
18383 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
18384 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
18385 (starttls-extra-args, starttls-extra-arguments): Add defvars.
18386
18387 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
18388
18389 * language/viet-util.el (viet-viscii-nonascii-translation-table):
18390 Add defvar.
18391
18392 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
18393 Use defvar, not defconst.
18394
18395 * hexl.el (hexl-follow-line): Use with-no-warnings.
18396
18397 * emulation/tpu-extras.el: Use write-file-functions instead of
18398 write-file-hooks.
18399
18400 * dired.el (dired-font-lock-keywords): Fontify files with junk
18401 extensions even if marked by -F.
18402
18403 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
18404
18405 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
18406 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
18407 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
18408 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
18409 (concatenate, list-length, get*, getf, cl-remprop):
18410 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
18411 (etypecase, progv, lexical-let, lexical-let*)
18412 (multiple-value-bind, multiple-value-setq, shiftf):
18413 Improve argument/docstring consistency.
18414
18415 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
18416
18417 2005-05-22 Andre Spiegel <spiegel@gnu.org>
18418
18419 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
18420 doesn't exist.
18421
18422 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
18423 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
18424
18425 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
18426
18427 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
18428 already deleted variables: auto-fill-hook, blink-paren-hook,
18429 lisp-indent-hook, inhibit-local-variables, unread-command-event,
18430 suspend-hooks, comment-indent-hook, meta-flag,
18431 before-change-function, after-change-function,
18432 font-lock-doc-string-face.
18433
18434 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
18435
18436 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
18437
18438 2005-05-21 Eli Zaretskii <eliz@gnu.org>
18439
18440 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
18441 rmail-dont-reply-to.
18442
18443 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
18444
18445 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
18446 literal blank when splitting new-header-values.
18447
18448 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
18449
18450 * calendar/cal-menu.el (cal-menu-update): Add separator as a
18451 string so that tmm doesn't create a completion entry for it.
18452
18453 * textmodes/table.el (table-disable-menu): Ditto.
18454
18455 2005-05-21 Richard M. Stallman <rms@gnu.org>
18456
18457 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
18458
18459 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
18460
18461 * net/rcompile.el (remote-compile): Use compilation-start.
18462
18463 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
18464
18465 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
18466
18467 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
18468 Default to makefile-bsdmake-mode on BSD systems.
18469
18470 * imenu.el (imenu-generic-expression, imenu--generic-function'):
18471 REGEXP may also be a search function now. The part of doc-string
18472 for describing the structure was 95% identical to that of
18473 `imenu--generic-function'. Unify it there.
18474
18475 * progmodes/make-mode.el (makefile-imenu-generic-expression):
18476 Use function to find dependencies, because regexp alone is so complex,
18477 it easily goes into an endless loop.
18478 (makefile-makepp-mode): Also add submenu for Perl functions
18479 defined in the makefile.
18480 (makefile-bsdmake-mode): Special imenu-generic-expression no
18481 longer needed, due to function call.
18482 (makefile-match-dependency): Take BOUND into account when checking
18483 if we're through.
18484
18485 2005-05-20 Jay Belanger <belanger@truman.edu>
18486
18487 * calc/calc-units.el (calc-invalidate-units-table):
18488 Use inhibit-read-only.
18489 (math-build-units-table-buffer): Use view-mode.
18490
18491 2005-05-20 David Kastrup <dak@gnu.org>
18492
18493 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
18494 easy-menu-add is not a nop on Emacs; and clarify when to call it.
18495
18496 2005-05-20 Lute Kamstra <lute@gnu.org>
18497
18498 * diff-mode.el (diff-header-face, diff-file-header-face)
18499 (diff-index-face, diff-hunk-header-face, diff-removed-face)
18500 (diff-added-face, diff-changed-face, diff-function-face)
18501 (diff-context-face, diff-nonexistent-face): Put them in the
18502 diff-mode customization group.
18503
18504 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
18505
18506 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
18507
18508 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
18509
18510 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
18511 Minor regexp-optimization.
18512
18513 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
18514
18515 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
18516 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
18517 (org-agenda-add-time-grid-maybe): New function.
18518 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
18519 (org-table-create): `dotimes' instead of `mapcar'.
18520 (org-xor): Simplify implementation.
18521 (org-agenda): `inhibit-redisplay' turned on.
18522 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
18523 a consistent line after a state change.
18524 (org-agenda-remove-times-when-in-prefix): New option.
18525 (org-prefix-has-time): New variable.
18526 (org-parse-time-string): Optional argument NODEFAULT.
18527 (org-format-agenda-item): Parse items for time-of-day
18528 specifications and move these into the prefix if possible.
18529 (org-agenda-priority): Get current heading, not previous heading
18530 during agenda remote editing.
18531
18532 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
18533
18534 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
18535 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
18536 (remove-duplicates, delete-duplicates, substitute)
18537 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
18538 (nsubstitute-if-not, find, find-if, find-if-not, position)
18539 (position-if, position-if-not, count, count-if, count-if-not)
18540 (mismatch, search, sort*, stable-sort, merge, member*)
18541 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
18542 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
18543 (intersection, nintersection, set-difference, nset-difference)
18544 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
18545 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
18546 (nsublis, tree-equal): Improve argument/docstring consistency.
18547
18548 * subr.el (send-string, send-region): Remove obsolescence declaration.
18549 (window-dot, set-window-dot, read-input, show-buffer)
18550 (eval-current-buffer, string-to-int):
18551 Add release number to obsolescence declarations.
18552
18553 2005-05-19 Kim F. Storm <storm@cua.dk>
18554
18555 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
18556 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
18557
18558 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
18559
18560 * faces.el (list-faces-display): Make back button respect optional
18561 regexp arg.
18562
18563 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
18564
18565 * calculator.el (calculator-radix-grouping-mode)
18566 (calculator-radix-grouping-digits, calculator-displayer)
18567 (calculator-radix-grouping-separator, calculator-copy-displayer):
18568 * dabbrev.el (dabbrev-search-these-buffers-only):
18569 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
18570 (diff-advance-after-apply-hunk, diff-mode-hook)
18571 (diff-minor-mode-prefix):
18572 * imenu.el (imenu-use-popup-menu):
18573 * jit-lock.el (jit-lock-context-time):
18574 * newcomment.el (comment-fill-column, comment-column)
18575 (comment-style, comment-padding, comment-multi-line)
18576 (comment-empty-lines, comment-auto-fill-only-comments):
18577 * reveal.el (reveal-around-mark):
18578 * uniquify.el (uniquify-buffer-name-style)
18579 (uniquify-after-kill-buffer-p)
18580 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
18581 (uniquify-min-dir-content, uniquify-separator)
18582 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
18583 * w32-vars.el (w32-fixed-font-alist):
18584 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
18585 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
18586 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
18587 * progmodes/perl-mode.el (perl-indent-level)
18588 (perl-continued-statement-offset, perl-continued-brace-offset)
18589 (perl-brace-offset, perl-brace-imaginary-offset)
18590 (perl-label-offset, perl-indent-continued-arguments)
18591 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
18592 * progmodes/tcl.el (tcl-indent-level)
18593 (tcl-continued-indent-level, tcl-auto-newline)
18594 (tcl-tab-always-indent, tcl-electric-hash-style)
18595 (tcl-help-directory-list, tcl-use-smart-word-finder)
18596 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
18597 (inferior-tcl-source-command):
18598 * textmodes/fill.el (enable-kinsoku):
18599 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
18600 * textmodes/table.el (table-yank-handler):
18601 Specify missing group (and type, if simple) in defcustom.
18602
18603 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
18604
18605 * progmodes/compile.el (compilation-finish-function): Fix defvar.
18606
18607 2005-05-19 Richard M. Stallman <rms@gnu.org>
18608
18609 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
18610
18611 * subr.el (event-basic-type): Don't get an error.
18612 (left-fringe-p): Function deleted.
18613
18614 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
18615 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
18616
18617 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
18618 in recursive copy.
18619
18620 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
18621
18622 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
18623
18624 * emacs-lisp/bytecomp.el
18625 (byte-compile-file-form-custom-declare-variable):
18626 Call byte-compile-nogroup-warn if appropriate.
18627
18628 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
18629 (compilation-set-window): Don't call left-fringe-p; do it directly.
18630
18631 2005-05-19 Jay Belanger <belanger@truman.edu>
18632
18633 * calc/calc-graph.el (calc-graph-format-data): Make sure
18634 var-PlotRejects is bound before trying to check its value.
18635
18636 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
18637
18638 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
18639 definition of this variable from reftex-global.el to reftex.el,
18640 because it is needed in the menu.
18641
18642 2005-05-19 Lute Kamstra <lute@gnu.org>
18643
18644 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
18645 years are fixed. Don't insert a space after a dash.
18646
18647 2005-05-19 Kim F. Storm <storm@cua.dk>
18648
18649 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
18650
18651 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
18652
18653 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
18654 strings, because (eq ... ?\\) is fairly frequent.
18655
18656 * progmodes/make-mode.el (makefile-add-this-line-targets):
18657 Simplify and integrate into `makefile-pickup-targets'.
18658 (makefile-add-this-line-macro): Simplify and integrate into
18659 `makefile-pickup-macros.
18660 (makefile-pickup-filenames-as-targets): Simplify.
18661 (makefile-previous-dependency, makefile-match-dependency):
18662 Don't stumble over `::'.
18663
18664 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
18665
18666 * subr.el (post-command-idle-hook, post-command-idle-delay):
18667 Remove obsoletion of post-command-idle-hook and
18668 post-command-idle-delay.
18669
18670 * faces.el (list-faces-display): Provide button when describe-face
18671 is called to take user back to the list of faces.
18672
18673 * help-fns.el (describe-variable): Remove hyperlinks in a
18674 variable's value as these are quite frequently inappropriate.
18675
18676 * follow.el (follow-submit-feedback, follow-mode):
18677 Remove references to post-command-idle-hook.
18678
18679 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
18680
18681 * progmodes/make-mode.el (makefile-previous-dependency)
18682 (makefile-match-dependency): Check for := (and in bsd mode also
18683 !=) to give a better result, even when font-lock is not on.
18684
18685 2005-05-18 Jay Belanger <belanger@truman.edu>
18686
18687 * calc/calc-help.el (calc-s-prefix-help):
18688 Add `calc-copy-special-constant' to help string.
18689
18690 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
18691
18692 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
18693
18694 2005-05-18 Jay Belanger <belanger@truman.edu>
18695
18696 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
18697 in linear factors are in proper order.
18698
18699 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
18700
18701 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
18702 Support for jurabib.
18703
18704 * textmodes/reftex.el (featurep): Define aliases for overlay
18705 commands, for XEmacs compatibility, and use these aliases in
18706 overlay initializations.
18707 (reftex-highlight): Use `reftex-move-overlay'.
18708 (reftex-unhighlight): Use `reftex-delete-overlay'.
18709 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
18710 (reftex-access-search-path): Use `reftex-uniquify' instead of
18711 `reftex-uniq'
18712
18713 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
18714 `before-string' property modification enables for Emacs as well.
18715 (reftex-select-item): Use `reftex-delete-overlay'.
18716 (reftex-select-mark): Use `reftex-make-overlay' and
18717 `reftex-overlay-put'.
18718 (reftex-select-unmark): Use `reftex-delete-overlay' and
18719 `reftex-overlay-put'.
18720
18721 2005-05-18 Lute Kamstra <lute@gnu.org>
18722
18723 * emacs-lisp/lisp.el (check-parens): Fix docstring.
18724
18725 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
18726
18727 * add-log.el (add-change-log-entry):
18728 * array.el (array-make-template, array-reconfigure-rows)
18729 (array-init-max-row, array-init-max-column)
18730 (array-init-columns-per-line, array-init-field-width):
18731 * replace.el (replace-match-maybe-edit, perform-replace):
18732 * textmodes/spell.el (spell-region):
18733 Replace `read-input' by `read-string'.
18734
18735 * forms.el (forms-mode):
18736 * finder.el (finder-compile-keywords):
18737 * shadowfile.el (shadow-read-files):
18738 Replace `eval-current-buffer' by `eval-buffer'.
18739
18740 * terminal.el (te-pass-through):
18741 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
18742 (ange-ftp-raw-send-cmd):
18743 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
18744 (send-process-next-char, telnet-initial-filter, telnet):
18745 Replace `send-string' by `process-send-string'.
18746
18747 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
18748 (prolog-consult-region): Replace `send-string' by
18749 `process-send-string'; replace `send-region' by `process-send-region'.
18750
18751 * progmodes/delphi.el (delphi-log-msg):
18752 Replace `set-window-dot' by `set-window-point'.
18753
18754 * subr.el (window-dot, set-window-dot, read-input, send-string)
18755 (send-region, show-buffer, eval-current-buffer):
18756 Make really obsolete, as the comment says.
18757
18758 2005-05-17 Kim F. Storm <storm@cua.dk>
18759
18760 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
18761 (cua--init-keymaps): Bind C-return instead of S-return to set
18762 rectangle mark.
18763
18764 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
18765 instead of S-return to toggle/clear rectangle mark.
18766
18767 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
18768
18769 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
18770 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
18771 Also fontify plain strings assigned to variables, mostly so that a
18772 colon has a face and is thus not taken as a dependency separator.
18773 (makefile-previous-dependency): Inline the new matcher, because it
18774 is too complex to work in both directions.
18775 (makefile-match-dependency): Eliminate `backward' arg (see above).
18776 Completely reimplemented so as to not sometimes go into an endless
18777 loop. It should also be more efficient, because first it only
18778 searches for `:', instead of applying the very complex regexp.
18779 (makefile-mode): Cancel `font-lock-support-mode', because blocks
18780 to be fontified in one piece can be too long for JIT.
18781 Makefiles are never *that* big.
18782
18783 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
18784
18785 * dired.el (dired-mode): Simplify.
18786
18787 2005-05-17 Lute Kamstra <lute@gnu.org>
18788
18789 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
18790 defcustom for the mode hook variable.
18791
18792 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
18793 Emacs Lisp Reference Manual.
18794
18795 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
18796
18797 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
18798 (evenp, list*):
18799 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
18800 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
18801
18802 * net/tramp-smb.el (tramp-smb-open-connection):
18803 Pass `tramp-chunksize' as fifth (required) argument.
18804
18805 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
18806
18807 * font-lock.el (lisp-font-lock-keywords-1):
18808 Set `font-lock-negation-char-face' for [^...] char group.
18809 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
18810
18811 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
18812 a var, and refine it to mask one more level of nested vars.
18813 (makefile-rule-action-regex): Turn it into a var, and refine it so
18814 it recognizes backslashed continuation lines as belonging to the
18815 same command.
18816 (makefile-macroassign-regex): Refine it so it recognizes
18817 backslashed continuation lines as belonging to the same command.
18818 (makefile-var-use-regex): Don't look at the next char, because it
18819 might be the same one to be skipped by the initial [^$], leading
18820 to an overlooked variable use.
18821 (makefile-make-font-lock-keywords): Remove two parameters, which
18822 are now variables that some of the modes set locally.
18823 Handle dependency and rule action matching through functions, because
18824 regexps alone match too often. Dependency matching now comes
18825 last, so it can check, whether a colon already matched something else.
18826 (makefile-mode): Inform that font-lock improves makefile parsing
18827 capabilities.
18828 (makefile-match-dependency, makefile-match-action): New functions.
18829
18830 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
18831
18832 * emacs-lisp/cl-extra.el (equalp): Doc fix.
18833
18834 * align.el (align-regexp):
18835 * ansi-color.el (ansi-color-get-face):
18836 * array.el (array-reconfigure-rows, array-init-max-row)
18837 (array-init-max-column, array-init-columns-per-line)
18838 (array-init-field-width):
18839 * dired-aux.el (dired-trample-file-versions):
18840 * dired-x.el (dired-mark-sexp):
18841 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
18842 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
18843 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
18844 * faces.el (face-read-integer):
18845 * files.el (backup-extract-version, insert-directory):
18846 * hexl.el (hexl-insert-decimal-char):
18847 * server.el (server-process-filter):
18848 * shell.el (shell-extract-num):
18849 * startup.el (command-line-1):
18850 * term.el (term-command-hook):
18851 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
18852 (time-stamp-do-number):
18853 * time.el (display-time-update):
18854 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
18855 (timezone-fix-time):
18856 * vms-patch.el (vms-suspend-resume-hook):
18857 * calendar/appt.el (appt-convert-time):
18858 * calendar/cal-bahai.el (mark-bahai-diary-entries):
18859 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
18860 * calendar/cal-islam.el (mark-islamic-diary-entries):
18861 * calendar/calendar.el (calendar-cursor-to-date)
18862 (calendar-star-date):
18863 * calendar/diary-lib.el (diary-attrtype-convert)
18864 (mark-diary-entries, diary-entry-time):
18865 * calendar/solar.el (solar-get-number):
18866 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
18867 * emacs-lisp/re-builder.el (reb-display-subexp):
18868 * emulation/edt.el (edt-set-scroll-margins):
18869 * emulation/tpu-extras.el (tpu-set-scroll-margins):
18870 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
18871 (vip-get-ex-count):
18872 * emulation/viper-ex.el (viper-get-ex-token)
18873 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
18874 * international/fontset.el (fontset-plain-name):
18875 * mail/feedmail.el (feedmail-look-at-queue-directory):
18876 * mail/mailalias.el (mail-get-names):
18877 * mail/rmail.el (rmail-convert-to-babyl-format):
18878 * mail/rmailsum.el (rmail-make-basic-summary-line)
18879 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
18880 (rmail-summary-goto-msg):
18881 * mail/smtpmail.el (smtpmail-read-response):
18882 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
18883 (ange-ftp-vms-add-file-entry):
18884 * play/gametree.el (gametree-looking-at-ply)
18885 (gametree-current-branch-score):
18886 * progmodes/ada-xref.el (ada-prj-find-prj-file)
18887 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
18888 * progmodes/cperl-mode.el (condition-case):
18889 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
18890 (ebrowse-set-member-buffer-column-width)
18891 (ebrowse-select-1st-to-9nth):
18892 * progmodes/etags.el (etags-snarf-tag):
18893 * progmodes/flymake.el (flymake-parse-line):
18894 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
18895 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
18896 (idlwave-shell-menu-def):
18897 * progmodes/ps-mode.el (ps-run-goto-error):
18898 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
18899 (vhdl-speedbar-contract-level):
18900 * term/mac-win.el (x-handle-numeric-switch):
18901 * term/sun-mouse.el (sun-get-frame-data):
18902 * term/w32-win.el (x-handle-numeric-switch):
18903 * term/x-win.el (x-handle-numeric-switch):
18904 * textmodes/ispell.el (ispell-parse-output):
18905 * textmodes/nroff-mode.el (nroff-outline-level):
18906 * textmodes/reftex-cite.el (reftex-bib-sort-year)
18907 (reftex-bib-sort-year-reverse, reftex-format-citation):
18908 * textmodes/reftex-parse.el (reftex-init-section-numbers)
18909 (reftex-section-number):
18910 * textmodes/texinfmt.el (texinfo-paragraphindent):
18911 Replace `string-to-int' by `string-to-number'.
18912
18913 * international/latexenc.el: Add page marker to force the "Local
18914 Variables:" string out of the last page.
18915
18916 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
18917
18918 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
18919 tooltip-change-major-mode.
18920 (gud-tooltip-print-command): Remove case where gud-minor-mode
18921 is gdb ("--fullname").
18922 (gud-tooltip-tips): Turn GUD tooltips off for this case and
18923 explain to user.
18924
18925 2005-05-16 Jay Belanger <belanger@truman.edu>
18926
18927 * calc/calc-store.el (calc-copy-special-constant): New function.
18928
18929 * calc/calc-ext.el (calc-init-extensions): Add binding for
18930 `calc-copy-special-constant'.
18931
18932 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
18933 for the `calc-copy-special-constant' command.
18934
18935 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
18936
18937 * subr.el (left-fringe-p): New function.
18938
18939 * progmodes/compile.el (compilation-setup): Set local value of
18940 overlay-arrow-string to "" always.
18941 (compilation-set-window): Left fringe then don't scroll.
18942 No left fringe then no arrow and scroll message to top.
18943 (compilation-context-lines): Adjust doc string accordingly.
18944
18945 2005-05-16 Kim F. Storm <storm@cua.dk>
18946
18947 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
18948 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
18949 (ido-wide-find-dir-or-delete-dir): New command for M-d.
18950 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
18951 (ido-read-file-name): Handle commands with ido property value
18952 equal to find-file as reading a file name, to allow C-d to enter dired.
18953 (ibuffer-find-file): Add ido property with value find-file.
18954
18955 2005-05-15 Kim F. Storm <storm@cua.dk>
18956
18957 * subr.el (open-network-stream-nowait): Remove.
18958 (open-network-stream-server): Remove.
18959
18960 2005-05-15 Richard M. Stallman <rms@gnu.org>
18961
18962 * faces.el (describe-face): Output a definition link button.
18963
18964 * help-mode.el (help-face-def): New button type.
18965
18966 * emacs-lisp/copyright.el (copyright-fix-years):
18967 Match properly if the first year is 2-digit.
18968 Don't mess up the whitespace after the years by filling.
18969
18970 * dired-aux.el (dired-mark-confirm):
18971 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
18972
18973 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
18974 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
18975 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
18976
18977 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
18978 Set font-lock-comment-start-skip.
18979
18980 * font-lock.el (font-lock-comment-start-skip): New variable.
18981 (font-lock-comment-end-skip): New variable.
18982 (font-lock-fontify-syntactically-region): Use them if non-nil.
18983
18984 2005-05-15 Jay Belanger <belanger@truman.edu>
18985
18986 * calc/calc-store.el (calc-store-value): Return a string rather
18987 than display it as a message.
18988 Use calc-var-name for variable name.
18989 (calc-store-into): Add the result of calc-store-value to message.
18990 (calc-copy-variable): Add a message.
18991 (calc-store-exchange): Improve error messages.
18992 (calc-store-binary, calc-store-map): Don't reset the values of
18993 special constants.
18994
18995 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
18996
18997 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
18998 manual to docstring.
18999
19000 * files.el (hack-local-variables-confirm): Add STRING argument.
19001 Make the function handle non file visiting buffers correctly.
19002 (hack-local-variables-prop-line, hack-local-variables)
19003 (hack-one-local-variable): Use STRING arg of
19004 `hack-local-variables-confirm'.
19005
19006 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
19007
19008 Sync with Tramp 2.0.49.
19009
19010 * net/tramp.el (tramp-handle-dired-call-process)
19011 (tramp-handle-insert-directory):`insert-buffer' cannot be used
19012 because the contents of the Tramp buffer is changed before
19013 insertion (`expand-file' and alike).
19014 (tramp-handle-insert-directory): If `localname' has an empty
19015 nondirectory name, it must not be quoted.
19016 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
19017 variable `tramp-chunksize'. Change callees.
19018 (tramp-open-connection-setup-interactive-shell): Check remote host
19019 for buggy `send-process-string' implementation.
19020 Set `tramp-chunksize' if found. Reported by Michael Kifer
19021 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
19022 (tramp-handle-shell-command): `insert-buffer' cannot be used
19023 because the contents of the Tramp buffer is changed before
19024 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
19025 <frederic.bothamy@free.fr>.
19026 (tramp-set-auto-save): Actions should be done for Tramp file name
19027 handler only. Ange-FTP has its own auto-save mechanism.
19028 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
19029 (tramp-set-auto-save-file-modes): Set file modes of
19030 `buffer-auto-save-file-name' to ?\600 as fallback solution.
19031 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
19032 (tramp-bug): Remove obsolete variable.
19033 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
19034 for presence of `mml-mode'. Make it running for older Emacsen as well.
19035
19036 2005-05-14 John Paul Wallington <jpw@pobox.com>
19037
19038 * ibuf-ext.el (define-ibuffer-filter filename):
19039 If `dired-directory' is a list, use its car.
19040
19041 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
19042
19043 * ibuffer.el (define-ibuffer-column filename):
19044 If `dired-directory' is a list, use its car.
19045
19046 2005-05-14 Richard M. Stallman <rms@gnu.org>
19047
19048 * subr.el (symbol-file): Doc fix.
19049
19050 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
19051 (byte-compile-form): Call byte-compile-nogroup-warn.
19052 (byte-compile-warning-types): Doc fix.
19053
19054 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
19055
19056 * progmodes/cc-engine.el (c-literal-faces):
19057 Add font-lock-comment-delimiter-face.
19058
19059 * net/net-utils.el (dig): Use with-no-warnings.
19060
19061 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
19062 (sc-recite-frame-alist, sc-default-cite-frame)
19063 (sc-default-uncite-frame, sc-default-recite-frame)
19064 (sc-attrib-selection-list, sc-rewrite-header-list):
19065 Mark as risky-local-variable.
19066
19067 * international/ogonek.el (ogonek-jak, ogonek-how):
19068 Don't use beginning-of-buffer.
19069
19070 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
19071
19072 * calendar/solar.el (solar-data-list): Move definition up.
19073
19074 * dnd.el (dnd-protocol-alist): Add autoload.
19075
19076 * progmodes/sh-script.el: Many doc usage fixes.
19077 (sh-indent-after-do): Change default to match common styles.
19078
19079 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
19080
19081 * files.el (interpreter-mode-alist)
19082 (auto-mode-interpreter-regexp): Doc fixes.
19083
19084 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
19085
19086 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
19087
19088 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
19089
19090 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19091
19092 * dired.el (dired-mode): make-variable-buffer-local =>
19093 make-local-variable.
19094
19095 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19096
19097 * term/mac-win.el (mac-select-convert-to-string): Try coding
19098 systems in mac-script-code-coding-systems if specified one cannot
19099 encode string for `com.apple.traditional-mac-plain-text'.
19100
19101 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
19102
19103 * progmodes/make-mode.el (makefile-targets-face)
19104 (makefile-shell-face, makefile-makepp-perl-face): New faces.
19105 (makefile-dependency-regex): Fix it to not make the colon in
19106 $(var:a=b) special.
19107 (makefile-rule-action-regex): New regexp for highlighting embedded
19108 Shell strings.
19109 (makefile-macroassign-regex): Handle != for highlighting as
19110 embedded Shell strings.
19111 (makefile-var-use-regex): New const.
19112 (makefile-statements, makefile-automake-statements)
19113 (makefile-gmake-statements, makefile-makepp-statements)
19114 (makefile-bsdmake-statements): New consts.
19115 (makefile-make-font-lock-keywords): New function.
19116 (makefile-automake-font-lock-keywords)
19117 (makefile-gmake-font-lock-keywords)
19118 (makefile-makepp-font-lock-keywords)
19119 (makefile-bsdmake-font-lock-keywords): New consts.
19120 (makefile-mode-map): Add switchers between the various submodes.
19121 (makefile-mode): Document the availability of the variants.
19122 (makefile-automake-mode, makefile-gmake-mode)
19123 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
19124
19125 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
19126 new variants of makefile-mode.
19127
19128 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
19129
19130 * font-lock.el (font-lock-comment-delimiter-face): Fix up
19131 the inheritance.
19132
19133 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
19134
19135 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
19136 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
19137
19138 * files.el (normal-mode): Extend the scope of the
19139 `enable-local-variables' binding to include the `set-auto-mode' call.
19140 (magic-mode-alist): Doc fix.
19141
19142 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
19143
19144 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
19145 font-lock-comment-face rather than copying its setting.
19146
19147 2005-05-12 Andreas Schwab <schwab@suse.de>
19148
19149 * eshell/esh-mode.el (eshell-send-input): Doc fix.
19150
19151 2005-05-12 Lute Kamstra <lute@gnu.org>
19152
19153 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
19154 defcustom for the mode hook variable. Delete the last argument.
19155 * generic-x.el: Fix callers of define-generic-mode.
19156 (generic-x-modes): Delete group.
19157 (show-tabs-tab-face, show-tabs-space-face): Put them in the
19158 generic-x customization group.
19159
19160 2005-05-12 Kim F. Storm <storm@cua.dk>
19161
19162 * font-lock.el (font-lock-negation-char-face): Default to "off".
19163
19164 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
19165 font-lock-negation-char-face to ! in !=.
19166
19167 2005-05-12 Masatake YAMATO <jet@gyve.org>
19168
19169 * add-log.el (find-change-log): Fix typos in the docstring
19170 of function.
19171
19172 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
19173
19174 * international/latexenc.el (latexenc-find-file-coding-system):
19175 Avoid `re-search-forward' when looking for input encoding because
19176 of speed and safety. Better regular expressions for recognizing
19177 input encoding. Limit a search for TeX-master/tex-main-file to
19178 the local variable section.
19179
19180 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
19181
19182 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
19183 syntax of $ to "'" (quote).
19184
19185 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
19186
19187 * dnd.el (dnd-protocol-alist): Improve custom type.
19188
19189 * dired.el (dired-dnd-protocol-alist): New variable.
19190 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
19191 `dired-mode-hook' to the end.
19192
19193 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
19194
19195 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
19196 comment-end if comment-start-skip is not set.
19197 Obey the font-lock-comment-delimiter-face variables.
19198
19199 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
19200
19201 * files.el (executable-find): Move from executable.el. Use
19202 locate-file.
19203 * progmodes/executable.el (executable-find): Move to files.el.
19204
19205 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
19206 when trying to ensure forward progress.
19207
19208 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
19209
19210 * mouse-sel.el (mouse-sel-follow-link-p): New function.
19211 (mouse-select, mouse-select-internal, mouse-extend-internal):
19212 Use it to implement mouse-1-click-follows-link functionality.
19213
19214 2005-05-11 Richard M. Stallman <rms@gnu.org>
19215
19216 * font-lock.el (font-lock-fontify-syntactically-region):
19217 Use font-lock-comment-delimiter-face for comment delimiters.
19218
19219 2005-05-10 Jay Belanger <belanger@truman.edu>
19220
19221 * calc/calc-help.el (calc-m-prefix-help): Add mention of
19222 preserving embedded modes.
19223
19224 2005-05-10 Richard M. Stallman <rms@gnu.org>
19225
19226 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
19227
19228 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
19229 Move from ada-stmt.el.
19230 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
19231
19232 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
19233 Move to ada-mode.el.
19234 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
19235
19236 * cus-edit.el (custom-file): Call file-chase-links.
19237
19238 * files.el (read-directory-name): Fix previous change.
19239 (hack-local-variables-confirm): New function.
19240 (hack-local-variables-prop-line, hack-local-variables)
19241 (hack-one-local-variable): Use it.
19242
19243 2005-05-10 Lute Kamstra <lute@gnu.org>
19244
19245 * font-lock.el (font-lock-keywords-alist)
19246 (font-lock-removed-keywords-alist): Clarify docstrings.
19247
19248 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
19249
19250 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
19251 (gdb-source-info): Check for preprocessor info.
19252 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
19253 a macro for a function.
19254 (gdb-info-breakpoints-custom): Try to find file again if not already
19255 found (user might have used GDB dir command).
19256 (gdb-get-location): Update gdb-location-alist correctly for change
19257 to gdb-info-breakpoints-custom.
19258
19259 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
19260 (gud-tooltip-print-command): Add gdbmi case.
19261 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
19262 preprocessor info.
19263
19264 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
19265
19266 * startup.el (fancy-splash-insert): Fix typo in doc string.
19267
19268 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
19269
19270 * obsolete/float.el (string-to-float):
19271 * obsolete/hilit19.el (hilit-add-pattern):
19272 * obsolete/rnews.el (news-parse-range, news-select-message)
19273 (news-get-pruned-list-of-files): Replace `string-to-int' by
19274 `string-to-number'.
19275
19276 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
19277 `find-file-not-found-hooks'; use `add-hook'.
19278 (uncompress-while-visiting): Set `write-file-functions', not
19279 `write-file-hooks'; use `add-hook'.
19280
19281 2005-05-09 Kim F. Storm <storm@cua.dk>
19282
19283 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
19284 (cua-paste): Handle clipboard action.
19285 (cua--init-keymaps): Remap clipboard-kill-region and
19286 clipboard-kill-ring-save.
19287
19288 2005-05-08 Eli Zaretskii <eliz@gnu.org>
19289
19290 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
19291 Improve commentary.
19292
19293 * simple.el (next-error-overlay-arrow-position): Revert the change
19294 made on 2005-04-30.
19295
19296 2005-05-07 Jay Belanger <belanger@truman.edu>
19297
19298 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
19299 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
19300 `calc-sel-reselect'.
19301
19302 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
19303 Calc is in embedded mode.
19304
19305 2005-05-07 Eli Zaretskii <eliz@gnu.org>
19306
19307 * progmodes/compile.el (compilation-setup):
19308 Set overlay-arrow-string to an empty string on text terminals.
19309
19310 * textmodes/ispell.el (ispell-program-name): Try looking for
19311 "aspell" along exec-path, and if found, use it as the default
19312 speller program.
19313
19314 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
19315
19316 * international/mule.el (sgml-xml-auto-coding-function):
19317 Recognize encoding='FOO' in single quotes as well as in double quotes.
19318
19319 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
19320
19321 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
19322 as well as `interactive', so that defmacro* would recognize
19323 `declare' forms.
19324
19325 2005-05-07 Eli Zaretskii <eliz@gnu.org>
19326
19327 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
19328 Explain more about the LIGHTER arg's usage in the doc string.
19329 Add commentary to clarify what the code does. Fix the regexp that
19330 strips whitespace from LIGHTER. Quote LIGHTER before using it,
19331 since it could have characters special to regular expressions.
19332
19333 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
19334
19335 * replace.el (occur-1): Bind inhibit-read-only so that
19336 erase-buffer doesn't barf on read-only text properties (likewise
19337 for add-text-properties in occur-engine). Mark buffer as unmodified.
19338 (occur-engine): Don't set buffer-read-only here.
19339
19340 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
19341
19342 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
19343 list-buffers-directory. This caused the *cvs-commit* buffer to be
19344 sometimes mistakenly reused as a *cvs* buffer.
19345
19346 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
19347
19348 * tooltip.el: Move code for GUD tooltips into gud.el.
19349 (require): CL no longer needed to compile case.
19350 (tooltip-mode): Do not toggle functions for GUD tooltips.
19351 (tooltip-gud-tips-p): Remove. Replace with minor mode
19352 gud-tooltip-mode in gud.el.
19353 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
19354 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
19355 tooltip-gud prefix with gud-tooltip and obsolete.
19356 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
19357 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
19358 (tooltip-mouse-motion): Mouse movement functions/variable.
19359 Rename in gud.el by adding gud prefix.
19360 (tooltip-gud-original-filter, tooltip-gud-dereference)
19361 (tooltip-gud-event, tooltip-toggle-gud-tips)
19362 (tooltip-gud-process-output, tooltip-gud-print-command)
19363 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
19364 gud.el by replacing tooltip-gud prefix with gud-tooltip.
19365 (gdb-tooltip-print): Move to gdb-ui.el.
19366
19367 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
19368 (require): CL needed to compile case.
19369 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
19370 tooltip-gud-tips-p. Make it a minor-mode.
19371 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
19372 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
19373 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
19374 (gud-tooltip-change-major-mode)
19375 (gud-tooltip-activate-mouse-motions-if-enabled)
19376 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
19377 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
19378 (gud-tooltip-original-filter, gud-tooltip-dereference)
19379 (gud-tooltip-event, tooltip-toggle-gud-tips)
19380 (gud-tooltip-process-output, gud-tooltip-print-command)
19381 (gud-tooltip-tips): Move from tooltip.el.
19382
19383 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
19384 (gdb-cpp-define-alist-flags): Doc fix.
19385 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
19386 gud-tooltip-mode is t.
19387
19388 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
19389
19390 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
19391 evaporate if their text is deleted.
19392 (goto-address-at-point): Make it work as a mouse binding as well.
19393 (goto-address-at-mouse): Obsolete it. Update users.
19394
19395 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
19396
19397 * calendar/appt.el (top-level): No longer activate on load.
19398
19399 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
19400
19401 * calendar/cal-bahai.el (mark-bahai-diary-entries):
19402 * net/webjump.el (webjump):
19403 * progmodes/idlw-help.el (idlwave-do-context-help1)
19404 (idlwave-highlight-linked-completions):
19405 * textmodes/po.el (po-find-file-coding-system-guts):
19406 Replace `assoc-ignore-case' by `assoc-string'.
19407
19408 2005-05-06 Eli Zaretskii <eliz@gnu.org>
19409
19410 * files.el (locate-file): Doc fix.
19411
19412 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
19413 Remove the redundant test for ms-dos.
19414
19415 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
19416 look for the preprocessor with exec-suffixes. If not found in
19417 standard places, look in exec-path. Remove most of the tests that
19418 used system-type.
19419
19420 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
19421
19422 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
19423
19424 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
19425 file-name clash with jka-compr.el on 8+3 filesystems.
19426
19427 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19428
19429 * term/mac-win.el: Don't define or bind scroll bar functions if
19430 x-toolkit-scroll-bars is t.
19431 (x-select-text, x-get-selection-value): Clear
19432 x-last-selected-text-clipboard if x-select-enable-clipboard is
19433 nil.
19434 (PRIMARY): Put mac-scrap-name property.
19435 (mac-select-convert-to-file-url): New function.
19436 (public.file-url): New selection target type. Add to
19437 selection-converter-alist.
19438 (x-get-selection, x-selection-value): Handle it.
19439 (x-cut-buffer-or-selection-value): New alias.
19440
19441 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
19442
19443 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
19444 entry to avoid calling bibtex-find-entry with arg global
19445 being t. Remove arg key.
19446 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
19447 (bibtex-copy-summary-as-kill): Change accordingly.
19448
19449 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
19450
19451 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
19452 (org-agenda-date-later): Use with-current-buffer.
19453
19454 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
19455
19456 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
19457 (define-obsolete-variable-alias): Doc Fixes.
19458
19459 2005-05-06 Kim F. Storm <storm@cua.dk>
19460
19461 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
19462 vertical-motion when selective-display is active.
19463
19464 * ido.el (ido-setup-hook): New hook.
19465 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
19466 (ido-input-stack): New var.
19467 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
19468 ido-next-work-file binding to M-O.
19469 Bind M-f to ido-wide-find-file-or-pop-dir.
19470 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
19471 (ido-read-internal): Run ido-setup-hook.
19472 Catch quit in read-file-name and read-string to cancel edit.
19473 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
19474 Automatically pop-all when completing a directory name (RET).
19475 (ido-file-internal): Add with-no-warnings around ffap and dired code.
19476 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
19477 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
19478 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
19479 New functions for M-b/M-f to move among the directory components.
19480 (ido-make-merged-file-list): Catch quit to cancel merge.
19481 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
19482 (ido-completion-help): No warnings for ido-completion-buffer-full.
19483
19484 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
19485
19486 * font-lock.el (font-lock-negation-char-face): New face and variable.
19487 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
19488 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
19489 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
19490 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
19491
19492 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
19493
19494 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
19495 Fix typo in docstring.
19496
19497 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
19498 (ebrowse-print-statistics-line)
19499 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
19500
19501 * term/w32-win.el (image-library-alist): Add additional name for
19502 Xpm library.
19503
19504 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
19505
19506 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
19507 use gcc instead of cpp.
19508
19509 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
19510 (gdb-create-define-alist): Use it.
19511 (gdb-cpp-define-alist-program): Update for MS-DOS.
19512
19513 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
19514
19515 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
19516
19517 2005-05-04 Richard M. Stallman <rms@gnu.org>
19518
19519 * help.el (describe-key): No error when UNTRANSLATED is nil.
19520
19521 * simple.el (line-move-1): Fix previous change to signal errors
19522 appropriately.
19523
19524 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
19525
19526 * calendar/icalendar.el (icalendar-version): Now at 0.12.
19527 (icalendar-duration-correction): Remove.
19528 (icalendar--get-event-properties): Split result at commas.
19529 (icalendar--decode-isoduration): New optional argument
19530 DURATION-CORRECTION.
19531 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
19532 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
19533 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
19534 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
19535 (icalendar--convert-anniversary-to-ical): New functions, extracted
19536 from icalendar-export-region, with bug fixes.
19537 (icalendar-export-region): Use the above functions.
19538 (icalendar-import-buffer): Check before saving diary file.
19539 (icalendar--convert-recurring-to-diary)
19540 (icalendar--convert-non-recurring-all-day-to-diary)
19541 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
19542 extracted from icalendar--convert-ical-to-diary, with bug fixes.
19543 (icalendar--convert-ical-to-diary): Use the above functions.
19544
19545 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
19546
19547 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
19548 Remove these recent additions.
19549 (c-mode): Restore to before 2005-04-28.
19550
19551 * progmodes/cc-vars.el (cc-define-list-program): Remove this
19552 recent addition.
19553
19554 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
19555 (gdb-define-alist): New variables.
19556 (gdb-create-define-alist): New function.
19557 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
19558 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
19559 with string-to-number.
19560 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
19561
19562 * progmodes/gud.el: Replace string-to-int with string-to-number.
19563 (gud-find-file): Handle gdb-define-alist.
19564
19565 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
19566
19567 2005-05-02 Jay Belanger <belanger@truman.edu>
19568
19569 * calc/calc-aent.el (math-read-token):
19570 * calc/calc-bin.el (calc-word-size):
19571 * calc/calc-ext.el (calc-read-number-fancy):
19572 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
19573 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
19574 * calc/calc-frac.el (calc-over-notation):
19575 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
19576 (calc-graph-num-points, calc-graph-init):
19577 * calc/calc-prog.el (calc-read-parse-table-part)
19578 (calc-edit-macro-repeats):
19579 * calc/calc-yank.el (calc-do-grab-rectangle):
19580 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
19581 Replace `string-to-int' by `string-to-number'.
19582
19583 2005-05-02 Kim F. Storm <storm@cua.dk>
19584
19585 * kmacro.el: Use executing-kbd-macro-index variable.
19586
19587 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
19588
19589 * net/rlogin.el (rlogin-parse-words): Delete func.
19590 (rlogin): Use split-string, not rlogin-parse-words.
19591 Also, if there are option-like elements in the parsed args,
19592 take the host to be the first arg immediately following them.
19593 Suggested by Michael Mauger.
19594
19595 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
19596
19597 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
19598
19599 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
19600
19601 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
19602 (cc-mode-cpp-program): Rename to cc-define-list-program and
19603 move to cc-vars.el.
19604
19605 * progmodes/cc-vars.el (cc-define-list-program):
19606 Change to "gcc -E -dM -". Make customizable.
19607
19608 2005-05-02 Kim F. Storm <storm@cua.dk>
19609
19610 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
19611
19612 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
19613
19614 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
19615
19616 * international/mule-util.el (truncate-string): Remove alias and
19617 obsolete declaration.
19618
19619 * international/mule-cmds.el (update-iso-coding-systems):
19620 Remove alias and obsolete declaration.
19621
19622 * international/mule.el (coding-system-parent): Remove alias and
19623 obsolete declaration.
19624
19625 * subr.el (define-function, sref): Remove aliases and obsolete
19626 declarations.
19627 (chars-in-region): Remove obsolete declaration.
19628
19629 2005-05-01 Richard M. Stallman <rms@gnu.org>
19630
19631 * info.el (Info-mode): Set widen-automatically to nil, locally.
19632
19633 * simple.el (widen-automatically): New variable.
19634 (pop-global-mark): Obey widen-automatically.
19635
19636 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
19637
19638 * term/xterm.el (function-key-map): Call substitute-key-definition
19639 before the keymap size is increased by a lot of define-key calls.
19640
19641 2005-05-01 Richard M. Stallman <rms@gnu.org>
19642
19643 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
19644 Rename ARG to ELEMENT. Doc fix.
19645
19646 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
19647
19648 * allout.el (allout-exposure): Remove macro and obsolete declaration.
19649 Remove references to allout-exposure/change to allout-new-exposure.
19650
19651 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
19652 bytecode symbols.
19653
19654 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
19655 (compiled-function-p, focus-frame, unfocus-frame):
19656 Remove aliases and obsolete declarations.
19657 Back out inadvertent changes from previous commit.
19658
19659 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
19660
19661 * files.el (require-final-newline): Make Custom tags consistent
19662 with mode-require-final-newline.
19663 (mode-require-final-newline): Doc fix.
19664
19665 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
19666
19667 * international/latexenc.el (latexenc-find-file-coding-system):
19668 Fix regular expressions.
19669
19670 2005-05-01 David Kastrup <dak@gnu.org>
19671
19672 * international/latexenc.el (latexenc-find-file-coding-system):
19673 Fix regular expressions.
19674
19675 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
19676
19677 * subr.el (string-to-int): Make obsolete.
19678
19679 2005-04-30 Richard M. Stallman <rms@gnu.org>
19680
19681 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
19682
19683 * loadup.el: load jka-comp-hook.
19684
19685 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
19686 (jka-compr-handler): Add autoload. `put' calls moved
19687 to jka-comp-hook.el.
19688 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
19689 (jka-compr-inhibit): Autoload.
19690
19691 * jka-comp-hook.el: New file.
19692 Enable the mode by default.
19693
19694 * files.el (backup-buffer-copy): Use copy-file instead
19695 of write-region, and put back the 'excl.
19696
19697 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
19698
19699 * progmodes/flymake.el (flymake-split-string)
19700 (flymake-split-string, flymake-log, flymake-pid-to-names)
19701 (flymake-reg-names, flymake-get-source-buffer-name)
19702 (flymake-unreg-names, flymake-add-line-err-info)
19703 (flymake-add-err-info): Clarify docstrings.
19704 (flymake-popup-menu, flymake-make-emacs-menu)
19705 (flymake-make-xemacs-menu): Add docstrings.
19706 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
19707 Set variables directly throughout.
19708
19709 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
19710
19711 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
19712 exists. Initialize cc-define-alist.
19713 (c-mode): Add cc-create-define-alist locally to after-save-hook.
19714 If there is no file (Macroexpansion) don't create an alist.
19715
19716 2005-04-29 Sam Steingold <sds@gnu.org>
19717
19718 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
19719 (cc-create-define-alist): Use it instead of the hard-coded string.
19720
19721 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
19722
19723 * international/mule-conf.el (file-coding-system-alist): Fix regexp
19724 for latexenc.
19725
19726 2005-04-29 Lute Kamstra <lute@gnu.org>
19727
19728 * emacs-lisp/generic.el: Improve commentary section.
19729 (define-generic-mode): Improve docstring.
19730
19731 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
19732
19733 * textmodes/org.el (many places): Change to quiet the byte compiler.
19734 (org-prefix-format-compiled): New variable.
19735 (org-compile-prefix-format): New function.
19736 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
19737 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
19738 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
19739 (org-get-entries-from-diary): Use `org-get-time-of-day' for
19740 consistency with entries from `org-mode' files.
19741 (org-get-time-of-day): Fix bug with partial matches early in a line.
19742 (org-non-link-chars): New constant.
19743 (org-link-regexp): Respect `org-non-link-chars'.
19744 (org-agenda-day-view): Remove command.
19745 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
19746 (org-follow-bbdb-link, org-store-link): Search also company field.
19747 (org-highlight-overlay): New variable.
19748 (org-highlight, org-unhighlight): New functions.
19749 (org-agenda-mode): Add pre-command-hook to remove highlight.
19750 (org-evaluate-time-range): Behavior depends upon whether time stamp
19751 contains a time or not.
19752 (org-show-subtree, org-show-entry): New functions.
19753 (org-agenda-cleanup-fancy-diary): Remove empty lines.
19754
19755 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
19756
19757 * comint.el (comint-output-filter-functions): Add autoload cookie.
19758
19759 2005-04-28 Kim F. Storm <storm@cua.dk>
19760
19761 * ido.el (ido-everywhere): Fix last change.
19762
19763 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
19764
19765 * international/latexenc.el: New file.
19766 * international/mule-conf.el (file-coding-system-alist): For .tex,
19767 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
19768
19769 2005-04-28 Lute Kamstra <lute@gnu.org>
19770
19771 * font-lock.el (font-lock-add-keywords)
19772 (font-lock-remove-keywords): Clarify docstring.
19773 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
19774 Don't start docstrings with a `*'.
19775 (font-lock-update-removed-keyword-alist): Give it a docstring.
19776
19777 * generic-x.el: Update commentary section.
19778 Only require font-lock when compiling.
19779 Define all modes conditionally.
19780 Place all generic modes in the generic-x-modes customization group.
19781 (generic-x-modes): New customization group.
19782 (generic-default-modes, generic-mswindows-modes)
19783 (generic-unix-modes, generic-other-modes): New constants.
19784 (generic-define-mswindows-modes, generic-define-unix-modes):
19785 Update docstrings. Make them obsolete.
19786 (generic-extras-enable-list): New default value. Update docstring.
19787 Improve :type. Change :set function.
19788 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
19789 Fix docstring.
19790
19791 * emacs-lisp/generic.el (generic-mode-internal):
19792 Simplify font-lock-defaults.
19793 (define-generic-mode): Fix docstring.
19794
19795 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
19796
19797 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
19798 font-lock-face property to highlight matches.
19799
19800 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
19801
19802 * progmodes/cc-mode.el (cc-create-define-alist): New function.
19803 (cc-define-alist): New variable.
19804 (c-mode): Make it local and initialize it.
19805
19806 * progmodes/gdb-ui.el (gdb-active-process): New variable.
19807 (gdb-exited): New function.
19808 (gdb-annotation-rules): Use it.
19809 (gdb-starting): Set gdb-active-process to t.
19810 (gdb-stopping): Amend doc string.
19811 (gdb-reset): Set gdb-active-process to nil.
19812
19813 * tooltip.el (tooltip-gud-tips): Show the associated #define
19814 directives when a C program under GDB is not executing.
19815
19816 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
19817
19818 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
19819 font-lock-fontify-syntactic-keywords.
19820
19821 * font-lock.el (font-lock-default-fontify-region): Don't force
19822 parse-sexp-lookup-properties to nil.
19823
19824 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
19825
19826 * man.el (man-mode-syntax-table): Set up `:' to have
19827 word-constituent syntax.
19828
19829 2005-04-27 Lute Kamstra <lute@gnu.org>
19830
19831 * novice.el (disable-command): Don't add spurious newlines to the
19832 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
19833
19834 2005-04-26 Jay Belanger <belanger@truman.edu>
19835
19836 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
19837 than one window before deleting window.
19838
19839 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
19840
19841 * shell.el (shell-prompt-pattern): Doc fix.
19842 (shell-mode): Set paragraph-separate buffer locally to "\\'".
19843
19844 * comint.el (comint-prompt-regexp, comint-get-old-input)
19845 (comint-use-prompt-regexp)
19846 (comint-use-prompt-regexp-instead-of-fields)
19847 (comint-replace-by-expanded-history, comint-send-input)
19848 (comint-output-filter, comint-get-old-input-default)
19849 (comint-line-beginning-position, comint-bol, comint-show-output)
19850 (comint-backward-matching-input, comint-forward-matching-input)
19851 (comint-next-prompt, comint-previous-prompt):
19852 Rename `comint-use-prompt-regexp-instead-of-fields' to
19853 `comint-use-prompt-regexp'. Keep old name as alias and declare
19854 obsolete.
19855 (comint-use-prompt-regexp): Shorten first line of doc string.
19856
19857 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
19858 Set paragraph-separate buffer locally to "\\'".
19859
19860 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
19861 Adapt to above name change.
19862
19863 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
19864 (smbclient-prompt-regexp): Ditto.
19865
19866 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
19867
19868 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
19869
19870 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
19871 gdb-location-list.
19872 Break lines that are over 80 characters wide.
19873
19874 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
19875
19876 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
19877 New fun and var, to preserve compatibility.
19878
19879 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
19880
19881 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
19882
19883 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
19884 name to file-newer-than-file-p.
19885
19886 2005-04-26 Richard M. Stallman <rms@gnu.org>
19887
19888 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
19889
19890 * progmodes/python.el (python-mode):
19891 Use new name eldoc-documentation-function.
19892
19893 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
19894
19895 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
19896 (eldoc-documentation-function):
19897 Rename from eldoc-print-current-symbol-info-function. Calls changed.
19898
19899 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
19900
19901 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
19902
19903 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
19904
19905 * term/xterm.el (function-key-map): Fix strings for
19906 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
19907 {C,S,A,C-S}-{f1-f12}.
19908
19909 2005-04-26 Kenichi Handa <handa@m17n.org>
19910
19911 * international/mule-cmds.el (select-safe-coding-system):
19912 Fix previous change.
19913
19914 2005-04-26 Lute Kamstra <lute@gnu.org>
19915
19916 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
19917
19918 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
19919 (font-lock-comment-delimiter-face): Ditto.
19920
19921 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
19922
19923 2005-04-25 Jay Belanger <belanger@truman.edu>
19924
19925 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
19926 to t while inserting information; use help-mode.
19927
19928 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
19929
19930 * term.el (ansi-term-color-vector): Use the xterm colors.
19931 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
19932
19933 2005-04-25 Lute Kamstra <lute@gnu.org>
19934
19935 * font-core.el (font-lock-defaults): Fix docstring.
19936
19937 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
19938
19939 2005-04-25 Kenichi Handa <handa@m17n.org>
19940
19941 * international/mule-cmds.el (select-safe-coding-system):
19942 Don't check consistency with coding: spec, etc if raw-text or
19943 no-conversion was found to be safe.
19944
19945 2005-04-24 Richard M. Stallman <rms@gnu.org>
19946
19947 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
19948 citation markers at start of each line.
19949
19950 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
19951 citation markers at start of each line.
19952
19953 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
19954
19955 * files.el (mode-require-final-newline): Fix previous change.
19956 (require-final-newline): Fix type label.
19957
19958 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
19959
19960 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
19961 statement in buffer (broken by 2004-11-24 change).
19962
19963 2005-04-24 Kim F. Storm <storm@cua.dk>
19964
19965 * ido.el (ido-everywhere): Save and restore old read-buffer-function
19966 and read-file-name-function values. Don't overwrite existing
19967 non-nil values if ido-mode is enabled without ido-everywhere.
19968
19969 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
19970
19971 * files.el (mode-require-final-newline): Minor doc fix.
19972
19973 2005-04-24 Eli Zaretskii <eliz@gnu.org>
19974
19975 * subr.el (syntax-after): Doc fix.
19976 (syntax-class): If argument is nil, return nil. Mask off upper 16
19977 bits, not 8 bits.
19978
19979 * files.el (mode-require-final-newline): Doc fix.
19980 (backup-buffer-copy): Fix last change.
19981
19982 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19983
19984 * term/mac-win.el: Require select. Set selection-coding-system to
19985 mac-system-coding-system. Call menu-bar-enable-clipboard.
19986 (x-last-selected-text-clipboard, x-last-selected-text-primary)
19987 (x-select-enable-clipboard): New variables.
19988 (x-select-text, x-get-selection, x-selection-value)
19989 (x-get-selection-value, mac-select-convert-to-string)
19990 (mac-services-open-file, mac-services-open-selection)
19991 (mac-services-insert-text): New functions.
19992 (CLIPBOARD, FIND): Put mac-scrap-name property.
19993 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
19994 (public.tiff): Put mac-ostype property.
19995 (selection-converter-alist): Add entries for them.
19996 (mac-application-menu-map): New keymap.
19997 (interprogram-cut-function, interprogram-paste-function): Set to
19998 x-select-text and x-get-selection-value, respectively.
19999 (split-window-keep-point): Set to t.
20000
20001 2005-04-23 Richard M. Stallman <rms@gnu.org>
20002
20003 * files.el (read-directory-name): Always pass non-nil
20004 DEFAULT-FILENAME arg to read-file-name.
20005 (backup-buffer-copy, basic-save-buffer-2): Take care against
20006 writing thru an unexpected existing symlink.
20007 (revert-buffer): In indirect buffer, revert the base buffer.
20008 (magic-mode-alist): Doc fix.
20009 (buffer-stale-function): Doc fix.
20010 (minibuffer-with-setup-hook): Avoid warning.
20011 (mode-require-final-newline): Doc and custom fix.
20012
20013 * follow.el (follow-end-of-buffer): Use with-no-warnings.
20014
20015 * font-lock.el (font-lock-comment-face): On terminals with few colors,
20016 use the default appearance.
20017 (font-lock-comment-delimiter-face): New face, new variable.
20018
20019 * imenu.el (imenu--generic-function): The official position of a
20020 definition is the start of the line that BEG is in.
20021
20022 * midnight.el (midnight-timer): Move defvar up.
20023
20024 * mouse.el (mouse-drag-region-1): Delete some debugging code.
20025
20026 * saveplace.el (save-place-to-alist): Use with-no-warnings.
20027
20028 * startup.el (command-line): Use with-no-warnings.
20029
20030 * window.el (window-size-fixed): New defvar.
20031
20032 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
20033
20034 * mail/rmail.el (rmail-font-lock-keywords):
20035 Use font-lock-comment-delimiter-face.
20036
20037 * mail/sendmail.el (mail-font-lock-keywords):
20038 Use font-lock-comment-delimiter-face.
20039
20040 * progmodes/compile.el (next-error-highlight-timer): New defvar.
20041
20042 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
20043
20044 * progmodes/compile.el (compilation-mode-font-lock-keywords):
20045 Specify t for LAXMATCH when matching directories.
20046 Save match data around compilation-compat-error-properties form.
20047
20048 2005-04-23 David Kastrup <dak@gnu.org>
20049
20050 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
20051 Mention that the autoloaded aliases should be kept for AUCTeX.
20052
20053 2005-04-23 Andreas Schwab <schwab@suse.de>
20054
20055 * isearch.el (isearch-forward): Doc fix.
20056
20057 2005-04-23 Eli Zaretskii <eliz@gnu.org>
20058
20059 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
20060 (jit-lock-stealth-nice): Change default value to 0.5.
20061
20062 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
20063
20064 * abbrev.el (write-abbrev-file): Write table entries in
20065 alphabetical order by table name.
20066
20067 2005-04-22 Kim F. Storm <storm@cua.dk>
20068
20069 * ido.el (ido-read-internal): Fix `list' completion.
20070
20071 2005-04-22 Kenichi Handa <handa@m17n.org>
20072
20073 * recentf.el (recentf-save-file-coding-system): New variable.
20074 (recentf-save-list): Encode the file by
20075 recentf-save-file-coding-system and add coding: tag.
20076
20077 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
20078
20079 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
20080
20081 2005-04-21 Lute Kamstra <lute@gnu.org>
20082
20083 * loadhist.el (unload-feature): Don't remove a function from hooks
20084 if it is about to be restored to an autoload . Remove functions
20085 that will become unbound from auto-mode-alist. Simplify the code.
20086
20087 * subr.el (assq-delete-all): New implementation that is linear,
20088 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
20089 (rassq-delete-all): New function.
20090
20091 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
20092 Add size-indication-mode.
20093
20094 2005-04-21 Kenichi Handa <handa@m17n.org>
20095
20096 * international/mule-cmds.el: Add autoload for widget-value in
20097 eval-when-compile.
20098
20099 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
20100
20101 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
20102 Add tooltip-mode.
20103
20104 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
20105
20106 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
20107
20108 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
20109 (inferior-lisp-filter-regexp, inferior-lisp-program)
20110 (inferior-lisp-load-command, inferior-lisp-prompt)
20111 (inferior-lisp-mode-hook, lisp-source-modes)
20112 (inferior-lisp-load-hook): defvar->defcustom.
20113 (inferior-lisp-program, inferior-lisp-prompt)
20114 (inferior-lisp-load-hook): Doc fixes.
20115 (inferior-lisp-install-letter-bindings): Small change in
20116 introductory comment.
20117
20118 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
20119
20120 * vc.el (vc-annotate-color-map): Change some colors so that text
20121 using them as foreground is readable on both white and black
20122 backgrounds.
20123
20124 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
20125
20126 * international/mule-conf.el (translation-table-for-input):
20127 Remove redundant declaration.
20128
20129 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
20130
20131 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
20132
20133 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
20134 (tooltip-toggle-gud-tips): New function.
20135
20136 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20137
20138 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
20139 right angle brackets.
20140
20141 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
20142
20143 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
20144
20145 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
20146
20147 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
20148 Remove. Update callers to use expand-file-name instead.
20149
20150 * subr.el (syntax-class): New function.
20151
20152 * simple.el (blink-matching-open): Use it.
20153
20154 * paren.el (show-paren-function): Use it to recognize parens that are
20155 also used in 2-char comment markers.
20156
20157 2005-04-19 Lute Kamstra <lute@gnu.org>
20158
20159 * loadhist.el (unload-feature): Update for new format of
20160 load-history. Simplify the code.
20161
20162 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20163
20164 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
20165 (mac-add-charset-info): New function. Initialize variable
20166 mac-charset-info-alist using it.
20167 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
20168 for translation.
20169 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
20170 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
20171 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
20172 New CCL programs.
20173
20174 2005-04-19 Kim F. Storm <storm@cua.dk>
20175
20176 * simple.el (next-buffer, prev-buffer, next-error)
20177 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
20178 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
20179
20180 * bindings.el (next-buffer, prev-buffer, next-error)
20181 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
20182 (clone-indirect-buffer-other-window): Move bindings from simple.el.
20183 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
20184 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
20185
20186 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
20187
20188 * isearch.el (isearch-edit-string): Make the search-ring available for
20189 minibuffer history commands.
20190 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
20191 the default history commands now work just as well.
20192 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
20193
20194 2005-04-18 Kim F. Storm <storm@cua.dk>
20195
20196 * emulation/cua-base.el (cua--pre-command-handler): Add more
20197 elaborate check for shift modifier on non-window systems.
20198
20199 2005-04-18 Lars Hansen <larsh@math.ku.dk>
20200
20201 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
20202
20203 2005-04-18 Kim F. Storm <storm@cua.dk>
20204
20205 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
20206 and make it optional. Don't test tooltip-gud-echo-area here.
20207 (tooltip-gud-process-output, gdb-tooltip-print):
20208 Pass tooltip-gud-echo-area to tooltip-show.
20209 (tooltip-help-tips): Remove second optional arg to tooltip-show.
20210
20211 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20212
20213 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
20214 `display-graphic-p' may not be bound yet.
20215
20216 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
20217
20218 * startup.el (command-line): No longer enable Xterm Mouse mode by
20219 default in terminals compatible with xterm.
20220
20221 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
20222
20223 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
20224
20225 * tooltip.el (tooltip-gud-echo-area): Rename from
20226 tooltip-use-echo-area.
20227 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
20228 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
20229 area independently of where help tooltips are displayed.
20230
20231 2005-04-17 David Kastrup <dak@gnu.org>
20232
20233 * cus-theme.el (custom-theme-write-variables): Quote variables
20234 where necessary.
20235
20236 2005-04-17 Richard M. Stallman <rms@gnu.org>
20237
20238 * simple.el (yank-excluded-properties): Add follow-link to value.
20239
20240 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
20241
20242 * startup.el (fancy-splash-max-time): Just 30 seconds.
20243 (fancy-splash-delay): Just 7.
20244 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
20245
20246 * loadhist.el (unload-feature): Update for new format of load-history.
20247 Simplify the code.
20248
20249 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
20250 (rmail-font-lock-keywords): Don't fontify the text of a citation.
20251
20252 * mail/sendmail.el (mail-font-lock-keywords):
20253 Don't fontify subject text.
20254 Don't fontify the text of a citation.
20255
20256 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
20257
20258 * comint.el (comint-output-filter): Run comint-output-filter-functions
20259 with point where the user had it.
20260
20261 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
20262
20263 * international/ucs-tables.el (ucs-set-table-for-input):
20264 Disable when using unify-on-decoding.
20265
20266 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
20267
20268 * emulation/cua-base.el (cua-global-mark-face): Add special case
20269 for displays supporting a high number of colors.
20270
20271 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
20272
20273 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
20274
20275 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
20276
20277 * filesets.el (filesets-add-buffer): If user supplies a name of a
20278 non-existing fileset, create a new fileset.
20279
20280 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
20281
20282 * textmodes/org.el (org-up-heading-all): Fix bug with
20283 `outline-up-heading-all'.
20284
20285 2005-04-16 Andreas Schwab <schwab@suse.de>
20286
20287 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
20288 /etc/permissions.d/* and /etc/aliases.d/*.
20289
20290 2005-04-16 Kenichi Handa <handa@m17n.org>
20291
20292 * international/code-pages.el (cp-make-coding-system):
20293 Set `translation-table-for-input' property value to the symbol
20294 ucs-mule-to-mule-unicode, not to that value.
20295 (pt154): Escape guillemet by `\'.
20296
20297 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
20298
20299 * loadup.el: Load tooltip if x-show-tip is fboundp.
20300
20301 * startup.el (command-line): Add comment.
20302
20303 * tooltip.el (tooltip-mode): Specify correct standard value for
20304 Custom in init-value.
20305
20306 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
20307
20308 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
20309 possible.
20310
20311 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
20312
20313 * textmodes/org.el (org-agenda-date-prompt): Rename from
20314 `org-agenda-date-today'.
20315 (org-evaluate-time-range): Insert at point instead of directly
20316 after time range.
20317 (org-first-headline-recenter, org-subtree-end-visible-p)
20318 (org-optimize-window-after-visibility-change): New functions
20319 (org-agenda-post-command-hook): Don't allow point at end of line,
20320 to make sure it always hits the text properties.
20321 (org-agenda-next-date-line, org-agenda-previous-date-line):
20322 New commands.
20323 (org-set-regexps-and-options): Category may contain white space.
20324 (org-agenda-get-deadlines, org-agenda-get-scheduled):
20325 Improve marker positions.
20326 (org-agenda-new-marker): Argument POS made optional.
20327 (org-agenda-get-timestamps): Deadlines which are done are listed
20328 in org-done-face now.
20329 (org-agenda-get-todos, org-agenda-get-timestamps)
20330 (org-agenda-get-deadlines, org-agenda-get-scheduled):
20331 Set `undone-face' and `done-face' properties.
20332 (org-last-todo-state-is-todo): New variable.
20333 (org-todo): Set `org-last-todo-state-is-todo'.
20334 (org-agenda-todo): Change face according to
20335 `org-last-todo-state-is-todo'. And change other lines referring to
20336 the same entry.
20337 (org-calendar-goto-agenda): New command.
20338 (org-calendar-to-agenda-key): New option.
20339 (org-startup-folded): New allowed value `content'.
20340 (org-set-regexps-and-options): Accept new value `content' for
20341 `org-startup-folded'.
20342 (org-get-current-options): Handle new value `content' for
20343 `org-startup-folded'.
20344 (org-insert-todo-heading): New command.
20345 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
20346 interactively in empty file and option
20347 `org-insert-mode-line-in-empty-file' has been set.
20348 (org-agenda-todo, org-agenda-priority): Modify to use
20349 `org-agenda-change-all-lines'.
20350 (org-warning-face): Change color on dark background
20351
20352 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20353
20354 * international/mule-cmds.el (set-locale-environment): On Mac OS,
20355 use preferences AppleLocale and AppleLanguages, and variable
20356 mac-system-locale for default locale. On Mac OS Classic, use
20357 mac-system-coding-system for default coding systems.
20358
20359 * term/mac-win.el: Don't set file-name-coding-system.
20360 Decode variables system-name, emacs-build-system, user-login-name, and
20361 user-full-name by mac-system-coding-system on Mac OS Classic.
20362 (mac-system-coding-system): New variable.
20363
20364 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
20365
20366 * startup.el (command-line): Handle `xterm-mouse-mode' before
20367 reading init file.
20368
20369 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
20370
20371 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
20372
20373 * progmodes/sh-script.el (sh-here-document-word): Make it a
20374 defcustom. Doc fix.
20375 (sh-add): Bash uses $(( )) for arithmetic.
20376 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
20377 (sh-maybe-here-document): Remove quotes and leading whitespace
20378 from heredoc word when closing. Indent heredoc with tabs if word
20379 starts with "-".
20380
20381 2005-04-13 Richard M. Stallman <rms@gnu.org>
20382
20383 * simple.el (undo): Fix previous change.
20384
20385 * custom.el (defface): Doc fix.
20386
20387 2005-04-13 Lute Kamstra <lute@gnu.org>
20388
20389 * Makefile.in (DONTCOMPILE): Remove list.
20390 (compile, compile-always): Don't use DONTCOMPILE.
20391 (update-authors): Load the library in which batch-update-authors
20392 is defined.
20393 * makefile.w32-in (DONTCOMPILE): Remove list.
20394 (compile, compile-always): Fix comments.
20395 (update-authors): Load the library in which batch-update-authors
20396 is defined.
20397
20398 * generic-x.el (generic-mode-ini-file-find-file-hook):
20399 Rename to ini-generic-mode-find-file-hook.
20400 Keep generic-mode-ini-file-find-file-hook as an alias.
20401 (ini-generic-mode-find-file-hook): Rename from
20402 generic-mode-ini-file-find-file-hook. Fix docstring.
20403 (ini-generic-mode): Docstring change.
20404 (bat-generic-mode-run-as-comint): Silence the byte compiler.
20405
20406 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
20407 called from lisp.
20408
20409 * generic.el: Move to the emacs-lisp subdir.
20410
20411 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
20412
20413 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
20414 and C-S- function and cursor motion keys.
20415
20416 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
20417
20418 * startup.el (command-line): Enable Xterm Mouse mode by default.
20419 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
20420 for Custom. No longer show "Mouse" in mode line when enabled.
20421 Doc fix.
20422
20423 2005-04-12 Kim F. Storm <storm@cua.dk>
20424
20425 * emulation/cua-base.el (cua-rectangle-face)
20426 (cua-rectangle-noselect-face): Define face attributes here.
20427
20428 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
20429
20430 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20431
20432 * startup.el (command-line): Turn off blinking cursor if
20433 cursorBlink in resources is off or false.
20434
20435 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20436
20437 * term/mac-win.el (dnd): Require dnd.
20438 (mac-drag-n-drop): Call dnd-handle-one-url.
20439 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
20440 (kTextEncodingISOLatin2): Remove constants.
20441 (mac-script-code-coding-systems): New constant.
20442 (mac-handle-language-change): New function.
20443 (special-event-map): Bind it to `language-change' event.
20444 (mac-centraleurroman, mac-cyrillic): New coding systems.
20445 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
20446 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
20447 and mac-cyrillic-encoder to encode-mac-centraleurroman and
20448 encode-mac-cyrillic, respectively.
20449
20450 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
20451
20452 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
20453 Don't set overlay-arrow-string to "=>" as this is done
20454 globally in C now.
20455
20456 2005-04-12 Lute Kamstra <lute@gnu.org>
20457
20458 * generic-x.el (rc-generic-mode, rul-generic-mode):
20459 Fix auto-mode-alist entries.
20460 (etc-fstab-generic-mode): Tweak fontification.
20461
20462 * generic.el (generic-make-keywords-list): Fix docstring.
20463 (generic-mode-internal): Simplify generic-font-lock-keywords.
20464
20465 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
20466
20467 * whitespace.el (whitespace-buffer-leading)
20468 (whitespace-buffer-trailing): Revert the incorrect test inversion.
20469 However, fix the highlight area for the leading and
20470 trailing whitespaces to show space.
20471
20472 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
20473
20474 * whitespace.el (whitespace-version): Bump to 3.5
20475
20476 (whitespace-buffer-leading, whitespace-buffer-trailing):
20477 Invert sense of the test to highlight the whitespace.
20478
20479 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
20480
20481 * progmodes/gud.el (gud-display-line): GUD uses its own
20482 overlay arrow now so don't set overlay-arrow-string.
20483 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
20484
20485 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
20486
20487 * term.el (term-ansi-current-bold, term-ansi-current-underline)
20488 (term-ansi-current-reverse, term-ansi-current-invisible)
20489 (term-ansi-face-already-done): Change to boolean.
20490 (term-reset-terminal, term-handle-colors-array): Handle the above
20491 vars accordingly.
20492 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
20493 (term-emulate-terminal): Use the new name.
20494
20495 * faces.el (secondary-selection): Use yellow1, not yellow.
20496 (trailing-whitespace): Use red1, not red.
20497
20498 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20499
20500 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
20501 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
20502 (dired-dnd-handle-file): Call dnd-get-local-file-uri
20503
20504 * cus-edit.el (dnd): New group.
20505
20506 * term/w32-win.el (dnd): Require dnd
20507 (w32-drag-n-drop): Call dnd-handle-one-url.
20508
20509 * x-dnd.el: Require dnd.
20510 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
20511 Call dnd-handle-one-url.
20512 (x-dnd-types-alist, x-dnd-insert-utf8-text)
20513 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
20514 to dnd-insert-text.
20515 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
20516 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
20517 (x-dnd-get-local-file-name, x-dnd-open-local-file)
20518 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
20519
20520 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
20521
20522 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
20523
20524 * wdired.el: Doc fixes.
20525 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
20526 (wdired-use-dired-vertical-movement): Rename from
20527 wdired-always-move-to-filename-beginning.
20528 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
20529 (wdired-change-to-wdired-mode): Change mode name.
20530 (wdired-newline): Delete.
20531
20532 2005-04-11 Richard M. Stallman <rms@gnu.org>
20533
20534 * whitespace.el (whitespace-highlight-the-space):
20535 Don't call whitespace-unhighlight-the-space here.
20536
20537 * simple.el (undo): Record t in undo-equiv-table
20538 for the redo record made by an undo-in-region.
20539
20540 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
20541
20542 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
20543 (gdb-frame-inferior-io-buffer): New Functions to control
20544 display of separate IO buffer.
20545 (menu): Add them to menu-bar.
20546 (gdb-display-buffer): Check for buffer another frame.
20547 Protect GUD buffer.
20548 (gdb-setup-windows): Create IO buffer if not already there.
20549 (gdb-memory-mode): Remove purecopy noops.
20550
20551 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
20552
20553 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
20554 and pass to self-insert-command.
20555
20556 2005-04-11 Lute Kamstra <lute@gnu.org>
20557
20558 * generic.el: Commentary section cleanup.
20559 (generic): Delete.
20560 (generic-use-find-file-hook, generic-lines-to-scan)
20561 (generic-find-file-regexp, generic-ignore-files-regexp)
20562 (default-generic-mode, generic-mode-find-file-hook)
20563 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
20564 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
20565 (generic-use-find-file-hook, generic-lines-to-scan)
20566 (generic-find-file-regexp, generic-ignore-files-regexp)
20567 (default-generic-mode, generic-mode-find-file-hook)
20568 (generic-mode-ini-file-find-file-hook): Move from generic.el.
20569
20570 2005-04-10 Karl Fogel <kfogel@red-bean.com>
20571
20572 * bookmark.el (bookmark-write-file): Catch errors writing file.
20573 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
20574
20575 2005-04-10 Richard M. Stallman <rms@gnu.org>
20576
20577 * startup.el (fancy-splash-tail): Update copyright year.
20578 (command-line): Split part of -Q into -D.
20579 (emacs-basic-display): New defvar.
20580 (fancy-splash-text): Correct name of menu item.
20581
20582 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
20583
20584 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
20585 lines in one node.
20586
20587 * comint.el (comint-send-input): New arg ARTIFICIAL.
20588 Callers in this file changed.
20589
20590 * abbrev.el (define-abbrevs): Read system abbrevs properly.
20591
20592 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
20593
20594 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
20595
20596 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
20597 `ldap-search-internal'.
20598
20599 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
20600
20601 * files.el (set-auto-mode-1): Use line-end-position.
20602
20603 * international/latin-1.el:
20604 * international/latin-2.el:
20605 * international/latin-3.el:
20606 * international/latin-4.el:
20607 * international/latin-5.el:
20608 * international/latin-8.el:
20609 * international/latin-9.el: Give punctuation syntax to NBSP.
20610
20611 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
20612 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
20613 Use char-classes to accept non-ascii letters, accepted in some recent
20614 bibtex implementations.
20615
20616 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
20617
20618 * custom.el (custom-set-minor-mode): Any non-nil value for the
20619 variable should enable the mode when set through Custom.
20620
20621 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
20622
20623 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
20624 TAB binding so tab-always-indent is obeyed.
20625 (vhdl-minibuffer-local-map): Move initialization into declaration.
20626 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
20627 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
20628 (vhdl-hooked-abbrev): Avoid test for XEmacs.
20629 (vhdl-current-line): Use line-beginning-position.
20630 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
20631 with-output-to-temp-buffer, so the current position can be recorded.
20632
20633 2005-04-10 Masatake YAMATO <jet@gyve.org>
20634
20635 * progmodes/compile.el (compilation-error-regexp-alist-alist):
20636 Add regexp for gcov.
20637
20638 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
20639
20640 * calendar/time-date.el (time-to-seconds, seconds-to-time)
20641 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
20642 syntax which Emacs 20 doesn't support.
20643
20644 2005-04-09 Richard M. Stallman <rms@gnu.org>
20645
20646 * help.el (describe-key-briefly, describe-key):
20647 Replace strings as event types with "(any string)".
20648
20649 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
20650
20651 * arc-mode.el (archive-mode-map): Move initialization into
20652 the declaration. Override *all* bindings of `undo'.
20653 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
20654
20655 2005-04-09 Jay Belanger <belanger@truman.edu>
20656
20657 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
20658
20659 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
20660
20661 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
20662 (xterm-register-default-colors): Update color values computation
20663 to match xterm-200.
20664
20665 2005-04-09 Kenichi Handa <handa@m17n.org>
20666
20667 * international/code-pages.el (iso-latin-7): Fix the map.
20668
20669 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
20670
20671 * emacs-lisp/lisp.el (defun-prompt-regexp)
20672 (parens-require-spaces, buffer-end, end-of-defun)
20673 (insert-parentheses): Doc fixes.
20674
20675 2005-04-08 Kim F. Storm <storm@cua.dk>
20676
20677 * comint.el (comint-highlight-prompt): Fix face spec.
20678 * hi-lock.el (hi-green): Likewise.
20679
20680 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
20681
20682 * cus-edit.el (custom-modified-face):
20683 * comint.el (comint-highlight-input): Fix previous changes.
20684 * term.el (term-handle-ansi-escape): Add a comment.
20685
20686 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
20687
20688 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
20689 in the buffer and in whitespace-highlighted-space.
20690 (whitespace-unhighlight-the-space): Simplify.
20691 (whitespace-buffer): Simplify.
20692
20693 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
20694
20695 * textmodes/table.el (table-cell-face): Add special case for
20696 displays supporting a high number of colors.
20697 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
20698 (vhdl-font-lock-reserved-words-face)
20699 (vhdl-speedbar-architecture-face)
20700 (vhdl-speedbar-instantiation-face)
20701 (vhdl-speedbar-architecture-selected-face)
20702 (vhdl-speedbar-instantiation-selected-face): Likewise.
20703 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
20704 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
20705 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
20706 (ebrowse-root-class-face, ebrowse-member-attribute-face)
20707 (ebrowse-progress-face): Likewise.
20708 * progmodes/compile.el (compilation-info-face): Likewise.
20709 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
20710 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
20711 * calendar/calendar.el (diary-face): Likewise.
20712 * woman.el (woman-italic-face, woman-bold-face)
20713 (woman-unknown-face): Likewise.
20714 * wid-edit.el (widget-button-pressed-face): Likewise.
20715 * whitespace.el (whitespace-highlight-face): Likewise.
20716 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
20717 * pcvs-info.el (cvs-marked-face): Likewise.
20718 * info.el (info-xref): Likewise.
20719 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
20720 * hilit-chg.el (highlight-changes-face)
20721 (highlight-changes-delete-face): Likewise.
20722 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
20723 (hi-red-b): Likewise.
20724 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
20725 * font-lock.el (font-lock-keyword-face)
20726 (font-lock-function-name-face, font-lock-warning-face): Likewise.
20727 * cus-edit.el (custom-invalid-face, custom-modified-face)
20728 (custom-set-face, custom-changed-face, custom-variable-tag-face)
20729 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
20730 * comint.el (comint-highlight-prompt): Likewise.
20731
20732 2005-04-08 Lute Kamstra <lute@gnu.org>
20733
20734 * font-lock.el (font-lock-keywords): Docstring fixes.
20735
20736 2005-04-08 Kenichi Handa <handa@m17n.org>
20737
20738 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
20739 chars are more than a limit, print " and more..." at the tail.
20740
20741 2005-04-08 Kim F. Storm <storm@cua.dk>
20742
20743 * emacs-lisp/authors.el (authors-aliases): Update list.
20744 (authors-ignored-files): New list.
20745 (authors-fixed-entries): Fix typo.
20746 (authors-renamed-files-alist): Update list.
20747 (authors-add): Check authors-ignored-files.
20748
20749 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
20750
20751 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
20752 optional, to ensure backward compatibility.
20753
20754 2005-04-08 Stephen Eglen <stephen@gnu.org>
20755
20756 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
20757
20758 2005-04-08 Kim F. Storm <storm@cua.dk>
20759
20760 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
20761
20762 * mouse.el (mouse-on-link-p): Doc fix.
20763
20764 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
20765
20766 * ielm.el (ielm-prompt-read-only): Doc fix.
20767
20768 * comint.el (comint-prompt-read-only): Doc fix.
20769
20770 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
20771
20772 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
20773 ensure dired always handles wildcards passed to ffap.
20774 (find-file-at-point): Use it.
20775 (ffap-dired-wildcards): Doc fix.
20776
20777 2005-04-07 Juri Linkov <juri@jurta.org>
20778
20779 * simple.el (next-error-overlay-arrow-position): New defvar.
20780 Put "=>" on its property `overlay-arrow-string'. Add it to
20781 `overlay-arrow-variable-list'.
20782
20783 * progmodes/compile.el (compilation-setup):
20784 Set `next-error-overlay-arrow-position' to nil. Also set it to
20785 nil in the local hook `kill-buffer-hook'. Make local variable
20786 `overlay-arrow-string' and set it to "=>".
20787 (compilation-goto-locus): Set BOL position to
20788 `next-error-overlay-arrow-position' instead of
20789 `overlay-arrow-position'.
20790
20791 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
20792 locally instead of adding it to the global hook.
20793 (Info-kill-buffer): Move up.
20794
20795 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
20796
20797 * term/xterm.el (xterm-standard-colors): Update color values from
20798 xterm-200.
20799
20800 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
20801
20802 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
20803
20804 * fast-lock.el:
20805 * lazy-lock.el: Move them to the obsolete subdir.
20806
20807 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
20808
20809 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
20810 (wdired-add-replace-advice): Remove.
20811 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
20812
20813 2005-04-06 Kim F. Storm <storm@cua.dk>
20814
20815 * startup.el (command-line): Add --bare-bones alias for -Q.
20816
20817 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20818
20819 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
20820 create the startup fontset if a font specification ends with
20821 `mac-roman'.
20822
20823 2005-04-06 Lute Kamstra <lute@gnu.org>
20824
20825 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
20826 change.
20827
20828 * emacs-lisp/copyright.el (copyright-update-year): Replace the
20829 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
20830
20831 2005-04-05 Lute Kamstra <lute@gnu.org>
20832
20833 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
20834 (define-generic-mode): Ditto. Fix debug declaration.
20835
20836 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
20837 Put them in the generic-x group.
20838
20839 * calendar/timeclock.el (timeclock): Doc fix.
20840
20841 * generic.el (define-generic-mode): Don't use custom-current-group.
20842 Document default :group value.
20843 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
20844 (define-global-minor-mode): Don't use custom-current-group.
20845
20846 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
20847
20848 * startup.el (command-line-1): Display startup-echo-area-message
20849 when fancy splash screen is in use.
20850
20851 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
20852 (sh-escaped-newline): New face.
20853 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
20854 newline, and use sh-escaped-newline face.
20855
20856 * progmodes/tcl.el (tcl-escaped-newline): New face.
20857 (tcl-builtin-list): New variable.
20858 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
20859 newlines. Fix keywords subexpression number.
20860
20861 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
20862
20863 * textmodes/org.el (org-diary-default-entry): Fix call to
20864 `add-to-diary-entry'.
20865
20866 2005-04-05 Kim F. Storm <storm@cua.dk>
20867
20868 * ediff-init.el: Use (featurep 'xemacs).
20869
20870 2005-04-05 David Ponce <david@dponce.com>
20871
20872 * cus-edit.el (face): Derive from symbol widget. Display sample
20873 of the current face on the fly.
20874 (widget-face-sample-face-get, widget-face-notify): New functions.
20875 (widget-face-value-create): Remove.
20876
20877 * wid-edit.el (widget-field-end): Temporarily remove field
20878 narrowing before to call `get-char-property'.
20879
20880 2005-04-04 Jay Belanger <belanger@truman.edu>
20881
20882 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
20883 (math-read-subscripts): New variable.
20884 (math-read-preprocess-string): Process subscripts.
20885
20886 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
20887
20888 * comint.el (comint-prompt-read-only): Doc fix.
20889
20890 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
20891 `-1'. Doc fix.
20892
20893 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
20894
20895 * textmodes/org.el (org-insert-mode-line-in-empty-file):
20896 Change default value to nil.
20897
20898 2005-04-04 Lute Kamstra <lute@gnu.org>
20899
20900 * autorevert.el (auto-revert-mode): Specify :group.
20901 * battery.el (display-battery-mode): Specify :group.
20902 * diff-mode.el (diff-minor-mode): Specify :group.
20903 * font-core.el (font-lock-mode): Specify :group.
20904 * hl-line.el (hl-line-mode): Specify :group.
20905 * iimage.el (iimage): New customization group.
20906 (iimage-mode): Specify :group.
20907 * longlines.el (longlines-mode): Specify :group.
20908 * master.el: Don't require easy-mmode.
20909 (master): New customization group.
20910 (master-mode): Specify :group.
20911 * msb.el (msb-mode): Specify :group.
20912 * reveal.el (reveal-mode): Specify :group.
20913 * simple.el (next-error-follow-minor-mode): Specify :group.
20914 * smerge-mode.el (smerge-mode): Specify :group.
20915 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
20916 * emulation/cua-base.el (cua-mode): Specify :group.
20917 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
20918 * language/thai-util.el (thai-auto-composition-mode)
20919 (thai-word-mode): Specify :group.
20920 * mail/supercite.el (sc-minor-mode): Specify :group.
20921 * progmodes/cwarn.el (cwarn-mode): Specify :group.
20922 * progmodes/flymake.el (flymake-mode): Specify :group.
20923 * progmodes/glasses.el (glasses-mode): Specify :group.
20924 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
20925 * textmodes/enriched.el (enriched-mode): Specify :group.
20926 * textmodes/refill.el (refill-mode): Specify :group.
20927
20928 * add-log.el (change-log-font-lock-keywords): Names in
20929 parenthesized lists can contain spaces.
20930
20931 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
20932
20933 * startup.el (fancy-splash-text): Shorten default text of
20934 "Emacs Tutorial" line. Also, if the current language env
20935 indicates an available tutorial file other than TUTORIAL,
20936 extract its title and append it to the line in parentheses.
20937 (fancy-splash-insert): If arg is a thunk, funcall it.
20938
20939 2005-04-04 Jay Belanger <belanger@truman.edu>
20940
20941 * calc.el (calc-language-alist): Add tags to customization type.
20942
20943 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
20944
20945 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
20946 Doc fix.
20947
20948 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
20949
20950 * add-log.el (change-log-font-lock-keywords): The manual
20951 describing a Change Log entry, says: (...) "Aside from these
20952 header lines, every line in the change log starts with a space or
20953 a tab.". The font-lock was not highlighting lines started with
20954 spaces, added support for it.
20955
20956 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
20957
20958 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
20959 (bibtex-generate-url-list): Update docstring accordingly. Put the
20960 complex example in the docstring.
20961 (bibtex-font-lock-url): Use pop.
20962
20963 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
20964
20965 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
20966
20967 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
20968
20969 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
20970
20971 * filesets.el (filesets-set-default): Doc fix.
20972
20973 2005-04-03 Lute Kamstra <lute@gnu.org>
20974
20975 * generic.el (define-generic-mode): Add argument to specify
20976 keywords for defcustom.
20977 (default-generic-mode): Specify :group.
20978
20979 * generic-x.el: Specify :group for all generic modes.
20980
20981 * desktop.el (desktop-no-desktop-file-hook)
20982 (desktop-after-read-hook): Doc fix.
20983
20984 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
20985
20986 * simple.el (visible-mode): Use explicit :group keyword.
20987 This changes the group of `visible-mode-hook' from paren-blinking
20988 to editing-basics.
20989
20990 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
20991
20992 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
20993 mailbox specifications as well as URLs.
20994 (rmail-insert-inbox-text): Remove unused conditional branches.
20995
20996 2005-04-01 Jay Belanger <belanger@truman.edu>
20997
20998 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
20999 (calc-gnuplot-print-command): Move definitions to calc.el.
21000
21001 * calc/calc-embed.el (calc-embedded-announce-formula)
21002 (calc-embedded-open-formula, calc-embedded-close-formula)
21003 (calc-embedded-open-word, calc-embedded-close-word)
21004 (calc-embedded-open-plain, calc-embedded-close-plain)
21005 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
21006 (calc-embedded-open-mode, calc-embedded-close-mode):
21007 Move definitions to calc.el.
21008
21009 * calc/calc.el (calc-settings-file, calc-language-alist):
21010 Make customizable.
21011 (calc-embedded-announce-formula, calc-embedded-open-formula)
21012 (calc-embedded-close-formula, calc-embedded-open-word)
21013 (calc-embedded-close-word, calc-embedded-open-plain)
21014 (calc-embedded-close-plain, calc-embedded-open-new-formula)
21015 (calc-embedded-close-new-formula, calc-embedded-open-mode)
21016 (calc-embedded-close-mode, calc-gnuplot-name)
21017 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
21018 from other files and make customizable.
21019
21020 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
21021
21022 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
21023 Use buffer-live-p.
21024 (cvs-mode-run): Don't call cvs-update-header here.
21025 (cvs-run-process): Call cvs-update-header.
21026 Use process properties for cvs-postprocess and cvs-buffer so that
21027 the sentinel can behave better if the temp buffer is killed.
21028 Use a pipe rather than a tty, to better handle unexpected prompts.
21029 (cvs-sentinel): Rewrite. Call cvs-update-header.
21030
21031 2005-04-01 Andre Spiegel <spiegel@gnu.org>
21032
21033 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
21034 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
21035
21036 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
21037
21038 * generic.el (define-generic-mode): Add indentation rule.
21039
21040 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
21041
21042 * files.el (mode-require-final-newline): Make Custom correctly
21043 report a nil value and allow to set it to nil via Custom.
21044 Doc fix.
21045
21046 2005-04-01 Kenichi Handa <handa@m17n.org>
21047
21048 * international/characters.el: Enable the correct case setting for
21049 dotless-i and dotted-I.
21050
21051 2005-04-01 Kim F. Storm <storm@cua.dk>
21052
21053 * ido.el (ido-file-internal): Fall back to non-ido command if
21054 initial directory is on slow ftp (or tramp) host.
21055
21056 2005-03-31 Richard M. Stallman <rms@gnu.org>
21057
21058 * emacs-lisp/autoload.el (make-autoload):
21059 Handle define-global-minor-mode.
21060
21061 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
21062 Rename from easy-mmode-define-global-mode.
21063 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
21064
21065 * progmodes/scheme.el (scheme-mode-syntax-table):
21066 Update syntax of | and # for two-character comment syntax.
21067
21068 2005-03-31 Lute Kamstra <lute@gnu.org>
21069
21070 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
21071 (define-minor-mode): Call custom-current-group at load-time.
21072
21073 * generic.el (define-generic-mode): Add debug declaration.
21074 Add defcustom for the mode hook.
21075 (generic-mode-internal): Use run-mode-hooks.
21076
21077 2005-03-31 Kim F. Storm <storm@cua.dk>
21078
21079 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
21080 (mouse-fixup-help-message): New defun called by show_help_echo
21081 to fixup mouse-2 prefix in help messages when applicable.
21082
21083 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
21084
21085 2005-03-31 Kenichi Handa <handa@m17n.org>
21086
21087 * language/thai-word.el (thai-find-word-ends): Pay attention to
21088 the case that we reach the end of buffer.
21089
21090 * textmodes/fill.el (fill-text-properties-at): New function.
21091 (fill-newline): Use fill-text-properties-at instead of
21092 text-properties-at.
21093
21094 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
21095
21096 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
21097 not comint-quote-filename.
21098
21099 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
21100
21101 * help-fns.el (help-with-tutorial): Revert last change.
21102
21103 2005-03-31 Kim F. Storm <storm@cua.dk>
21104
21105 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
21106
21107 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
21108
21109 * calendar/cal-china.el: Update reference to "Calendrical
21110 Calculations" book; there's a new edition.
21111 * calendar/cal-coptic.el: Likewise.
21112 * calendar/cal-french.el: Likewise.
21113 * calendar/cal-hebrew.el: Likewise.
21114 * calendar/cal-islam.el: Likewise.
21115 * calendar/cal-iso.el: Likewise.
21116 * calendar/cal-julian.el: Likewise.
21117 * calendar/cal-mayan.el: Likewise.
21118 * calendar/cal-persia.el: Likewise.
21119 * calendar/calendar.el: Likewise.
21120 * calendar/holidays.el: Likewise.
21121 * calendar/lunar.el: Likewise.
21122 * calendar/solar.el: Likewise.
21123
21124 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
21125 white space from doc string.
21126
21127 2005-03-30 Jay Belanger <belanger@truman.edu>
21128
21129 * calc/calc-help.el (calc-full-help): Remove email address.
21130
21131 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
21132
21133 * help-fns.el (help-with-tutorial): Delete title line.
21134
21135 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
21136
21137 * calendar/cal-x.el (calendar-one-frame-setup)
21138 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
21139 rather than `symbol' for set-window-dedicated-p.
21140
21141 * calendar/appt.el (appt-buffer-name): Make it a constant.
21142 (appt-add): Doc fix.
21143
21144 * filesets.el (filesets-menu-path, filesets-menu-before)
21145 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
21146 (filesets-menu-cache-file): Use directory ~/.emacs.d.
21147 (filesets-add-submenu): Delete and use add-submenu instead.
21148
21149 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
21150
21151 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
21152 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
21153 (org-diary-default-entry): New function.
21154 (org-get-entries-from-diary): Better parsing of diary entries.
21155 (org-agenda-check-no-diary): New function.
21156 ("diary-lib"): Advice to function `add-to-diary-list', to allow
21157 linking to diary entries.
21158 (org-agenda-execute-calendar-command): New function.
21159 (org-agenda): Improve visible section in window.
21160 Use `org-fit-agenda-window'.
21161 (org-fit-agenda-window): New option.
21162 (org-move-subtree-down): Better handling of empty lines
21163 at end of subtree.
21164 (org-cycle): Numeric prefix is interpreted now as show-subtree N
21165 levels up.
21166 (org-fontify-done-headline): New option.
21167 (org-headline-done-face): New face.
21168 (org-set-font-lock-defaults): Use `org-headline-done-face'.
21169 (org-table-copy-down): Rename from `org-table-copy-from-above'.
21170 When current field is non-empty, it is copied to next row.
21171 (org-table-copy-from-above): Fix bug which made it
21172 impossible to copy fields containing only a single non-white character.
21173
21174 2005-03-30 Kim F. Storm <storm@cua.dk>
21175
21176 * kmacro.el (kmacro-end-macro): Isearch may store this command
21177 into the macro -- so ignore it when executing keyboard macro.
21178
21179 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
21180
21181 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
21182
21183 2005-03-29 Kenichi Handa <handa@m17n.org>
21184
21185 * language/thai.el ("Thai"): Set setup-function and exit-function
21186 for Thai language environment.
21187
21188 * language/thai-util.el: Require thai-word.
21189 (thai-word-mode-map): New variable.
21190 (thai-word-mode): New minor mode.
21191 (setup-thai-language-environment-internal): New function.
21192 (exit-thai-language-environment-internal): New function.
21193
21194 * language/thai-word.el (thai-word-table): Declare it by defvar,
21195 use dolist to initialize it.
21196 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
21197 (thai-fill-find-break-point): New functions.
21198
21199 2005-03-29 Richard M. Stallman <rms@gnu.org>
21200
21201 * simple.el (idle-update-delay): Move definition up.
21202 (set-mark): Doc fix.
21203
21204 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
21205
21206 * longlines.el: New file.
21207
21208 * simple.el (buffer-substring-filters): New variable.
21209 (filter-buffer-substring): New function.
21210 (kill-region, copy-region-as-kill): Use it.
21211
21212 * register.el (copy-to-register, append-to-register)
21213 (prepend-to-register): Use filter-buffer-substring.
21214
21215 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
21216
21217 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
21218 (gud-filter-pending-text): Move in front of gdb.
21219 (gud-overlay-arrow-position): New variable.
21220 (gud-sentinel, gud-display-line): Use it in place of
21221 overlay-arrow-position.
21222
21223 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
21224
21225 * progmodes/fortran.el (fortran-if-indent): Doc fix.
21226 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
21227 (fortran-font-lock-keywords-4): New variable.
21228 (fortran-blocks-re, fortran-end-block-re)
21229 (fortran-start-block-re): New constants, for hideshow.
21230 (hs-special-modes-alist): Add a Fortran entry.
21231 (fortran-mode-map): Bind fortran-end-of-block,
21232 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
21233 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
21234 (fortran-looking-at-if-then, fortran-end-of-block)
21235 (fortran-beginning-of-block): New functions, for hideshow.
21236
21237 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
21238 Doc fix. Tweak regexp.
21239 (f90-beginning-of-block): Push mark first.
21240
21241 2005-03-29 Jay Belanger <belanger@truman.edu>
21242
21243 * calc/calc.el: Update copyright date.
21244 (calc-version): Increase to 2.1.
21245 (calc-version-date): Remove.
21246
21247 * calc/calc-help.el: Update copyright date.
21248 (calc-full-help): Remove reference to calc-version-date.
21249 Update copyright date.
21250
21251 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
21252
21253 * vc.el (vc-do-command): Use a pipe for async processes, so password
21254 prompts don't show up at places where the user can't reply.
21255
21256 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
21257
21258 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
21259 on the file name we pass to the inferior shell.
21260
21261 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
21262
21263 * progmodes/which-func.el (which-function): Be robust in the face of an
21264 imenu--make-index-alist failure.
21265
21266 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
21267
21268 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
21269
21270 * progmodes/python.el (python-preoutput-filter): Fix last change.
21271
21272 2005-03-29 Lute Kamstra <lute@gnu.org>
21273
21274 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
21275 functions and compiled macros.
21276 (debug-convert-byte-code): Handle macros too.
21277 (debug-on-entry-1): Don't signal an error when trying to clear a
21278 function that is not set to debug on entry.
21279
21280 2005-03-29 Jay Belanger <belanger@truman.edu>
21281
21282 * calc/calc-lang.el: Add functions to math-function-table
21283 properties of tex and math.
21284
21285 2005-03-29 Kenichi Handa <handa@m17n.org>
21286
21287 * ps-mule.el (ps-mule-plot-string): Translate characters by
21288 ps-print-translation-table.
21289 (ps-mule-begin-job): Call find-charset-region/string with
21290 ps-print-translation-table.
21291 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
21292
21293 * ps-print.el (ps-print-translation-table): New variable.
21294 (ps-plot-region): Translate characters by ps-print-translation-table.
21295
21296 2005-03-29 Juri Linkov <juri@jurta.org>
21297
21298 * simple.el (next-error-highlight-timer): New variable.
21299
21300 * progmodes/compile.el (compilation-goto-locus):
21301 Use `next-error-highlight-timer' instead of `sit-for'.
21302
21303 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
21304
21305 * mail/supercite.el (sc-mail-field): Use assoc-string.
21306 (sc-get-address): Simplify regexps.
21307
21308 * files.el (minibuffer-with-setup-hook): New macro.
21309 (find-file-read-args): Use it to avoid let-binding
21310 minibuffer-with-setup-hook (which breaks turning on/off
21311 file-name-shadow-mode while in the prompt).
21312
21313 * complete.el (PC-read-include-file-name-internal):
21314 Use test-completion.
21315
21316 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
21317
21318 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
21319
21320 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
21321
21322 * window.el (window-buffer-height): Use count-screen-lines.
21323
21324 * progmodes/python.el (python-preoutput-leftover): New var.
21325 (python-preoutput-filter): Use it.
21326 (python-send-receive): Loop until all the result has been received.
21327
21328 2005-03-28 Juri Linkov <juri@jurta.org>
21329
21330 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
21331
21332 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
21333 "Recover Crashed Session".
21334 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
21335 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
21336 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
21337 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
21338 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
21339 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
21340 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
21341 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
21342
21343 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
21344 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
21345 Ediff Sessions", "Toggle use of separate control buffer frame",
21346 "Use separate frame for Ediff control buffer".
21347
21348 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
21349 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
21350 "Rename Bookmark", "Delete Bookmark".
21351
21352 * info.el (Info-mode-menu): Remove ellipsis from "Index".
21353 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
21354 Add `:active Info-index-alternatives' to "Next Matching Item".
21355
21356 * wdired.el (wdired-change-to-wdired-mode):
21357 Mention `wdired-abort-changes' key in the initial message.
21358
21359 * international/mule.el (auto-coding-alist): Associate non-ascii
21360 image filename extensions with `no-conversion'.
21361
21362 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
21363
21364 * international/iso-acc.el:
21365 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
21366
21367 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
21368
21369 * textmodes/sgml-mode.el (html-mode): Doc update.
21370
21371 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
21372
21373 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
21374
21375 * term.el (term-move-columns): Fix face after extending a line.
21376 (term-insert-spaces): Likewise.
21377 (term-reset-terminal): Fix off by one error.
21378
21379 2005-03-26 Eli Zaretskii <eliz@gnu.org>
21380
21381 * international/mule.el (auto-coding-alist): Add .xpi files.
21382
21383 * files.el (auto-mode-alist): Add .xpi files.
21384
21385 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
21386
21387 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
21388
21389 2005-03-26 Eli Zaretskii <eliz@gnu.org>
21390
21391 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
21392
21393 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
21394
21395 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
21396 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
21397
21398 * calendar/cal-move.el (calendar-beginning-of-year): Move the
21399 cursor to Jan 1 when needed.
21400 (calendar-end-of-year): Fix -/+ typo.
21401 Reported by Chong Yidong <cyd@stupidchicken.com>.
21402
21403 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
21404
21405 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
21406
21407 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
21408 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
21409
21410 2005-03-25 Richard M. Stallman <rms@gnu.org>
21411
21412 * filesets.el (filesets-init): Add autoload.
21413
21414 * mail/mailalias.el (mail-directory): Doc fix.
21415
21416 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
21417
21418 * mail/mailalias.el (mail-directory-process): Do nothing if
21419 mail-directory-process is an atom.
21420 (mail-get-names): Ignore mail-directory-names if it is an atom.
21421 (mail-directory-process defvar): Doc fix.
21422 (mail-names): Doc fix.
21423
21424 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
21425
21426 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
21427
21428 2005-03-26 Kenichi Handa <handa@m17n.org>
21429
21430 * international/mule-util.el (detect-coding-with-priority):
21431 Call update-coding-systems-internal before detect-coding-region.
21432
21433 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
21434
21435 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
21436 (gdb-frames-mode-map): Add follow-link property.
21437
21438 2005-03-25 Jay Belanger <belanger@truman.edu>
21439
21440 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
21441 for variables.
21442
21443 2005-03-25 Juri Linkov <juri@jurta.org>
21444
21445 * image-mode.el: Optimize image filename extension regexps in
21446 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
21447 in `auto-mode-alist'.
21448 (image-mode): Add `image-toggle-display-text' to local hook
21449 `change-major-mode-hook'. Display the image as an image by
21450 default. Set `cursor-type' and `truncate-lines' if the image
21451 is already displayed. Take into account the current mode (image
21452 or text) in message.
21453 (image-minor-mode): New minor mode.
21454 (image-mode-maybe, image-toggle-display-text): New functions.
21455 (image-toggle-display): Use called-interactively-p.
21456 Let-bind `inhibit-read-only' to t.
21457
21458 * image-mode.el (image-minor-mode): Set `cursor-type' and
21459 `truncate-lines' if the image is already displayed. Add turning
21460 image-minor-mode off to `change-major-mode-hook'. Add message.
21461 Call `image-toggle-display-text' after turning image-minor-mode off.
21462
21463 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
21464
21465 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
21466 Terminal.app, use utf-8.
21467 (set-display-table-and-terminal-coding-system): Add coding-system arg.
21468 (set-locale-environment): Use it.
21469
21470 * term/xterm.el: Undo last change, better done in mule-cmds.el.
21471
21472 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
21473
21474 * progmodes/python.el (python-close-block-statement-p)
21475 (python-outdent-p, python-current-defun): Use symbol-end.
21476
21477 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
21478
21479 * files.el (save-some-buffers): Doc fix.
21480
21481 2005-03-25 Werner Lemberg <wl@gnu.org>
21482
21483 * complete.el, thumbs.el: Replace `legal' with `valid'.
21484 * calendar/calendar.el: Replace `legal' with `valid'.
21485 * emacs-lisp/advice.el: Replace `legal' with `valid'.
21486 * mail/supercite.el: Replace `legal' with `valid'.
21487 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
21488 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
21489 Replace `legal' with `valid'.
21490 * textmodes/reftex-vars.el, textmodes/reftex.el:
21491 Replace `legal' with `valid'.
21492
21493 2005-03-25 Werner Lemberg <wl@gnu.org>
21494
21495 * calc/calc-forms.el, calc/calc-sel.el
21496 * midnight.el, vc-cvs.el
21497 * emacs-lisp/cl-macs.el
21498 * emulation/vip.el
21499 * eshell/esh-io.el, eshell/esh-var.el
21500 * mail/supercite.el
21501 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
21502 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
21503 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
21504 * progmodes/sh-script.el, progmodes/xscheme.el
21505 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
21506 * textmodes/reftex-index.el, textmodes/reftex-parse.el
21507 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
21508 * textmodes/reftex.el, textmodes/org.el:
21509 Replace `illegal' with `invalid'.
21510
21511 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
21512
21513 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
21514 (flymake-find-buildfile, flymake-find-possible-master-files)
21515 (flymake-check-include, flymake-parse-line): Replace loops over the
21516 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
21517
21518 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
21519 Substitute file-name-as-directory in the rest of the file.
21520 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
21521 (flymake-replace-region): Remove unused arg `buffer'.
21522 (flymake-check-patch-master-file-buffer): Update calls to it.
21523 (flymake-add-err-info): Remove unused var `count'.
21524 (flymake-mode): Use define-minor-mode.
21525
21526 * progmodes/flymake.el: Use with-current-buffer.
21527 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
21528 flymake-replace-regexp-in-string, flymake-line-beginning-position)
21529 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
21530 Avoid testing for `xemacs'.
21531 (flymake-nop): Move.
21532 (flymake-region-has-flymake-overlays): Return the computed value.
21533 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
21534 Remove unused var `endline'.
21535 (flymake-get-line-count): Remove unused function.
21536 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
21537
21538 * emulation/vi.el:
21539 * generic.el:
21540 * hilit-chg.el (global-highlight-changes):
21541 * hi-lock.el (hi-lock-mode):
21542 * follow.el: find-file-hooks -> find-file-hook.
21543
21544 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
21545
21546 2005-03-24 Juri Linkov <juri@jurta.org>
21547
21548 * dired.el (dired-mode-map): Add menu item "Compare directories"
21549 for dired-compare-directories.
21550
21551 * dired-aux.el (dired-compare-directories): Add autoload cookie.
21552 Doc fix. Replace `read-file-name' with `read-directory-name'.
21553
21554 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
21555
21556 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
21557
21558 2005-03-24 Jay Belanger <belanger@truman.edu>
21559
21560 * calc/calc-embed.el (calc-embedded-mode-change): Save all
21561 relevant mode settings in calc-embedded-original-modes when modes
21562 are permanently changed.
21563
21564 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
21565
21566 * autoinsert.el: find-file-hooks -> find-file-hook.
21567
21568 2005-03-24 Lute Kamstra <lute@gnu.org>
21569
21570 * generic.el (generic-font-lock-defaults): Make it obsolete.
21571 (generic-font-lock-keywords): New variable to replace
21572 generic-font-lock-defaults.
21573 (generic-mode-set-font-lock): Delete it.
21574 (generic-mode-internal): Don't call generic-mode-set-font-lock.
21575 (generic-bracket-support): Add docstring.
21576
21577 * generic-x.el: Rename generic-font-lock-defaults to
21578 generic-font-lock-keywords throughout.
21579 (mailagent-rules-setup-function): Delete it.
21580 (mailagent-rules-generic-mode): Use anonymous function instead.
21581 (show-tabs-generic-mode-font-lock-defaults-1)
21582 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
21583 Quote faces.
21584 (show-tabs-tab-face, show-tabs-space-face): Specify background,
21585 not foreground.
21586
21587 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
21588 Recognize define-generic-mode.
21589
21590 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
21591
21592 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
21593 if there's no completion table.
21594
21595 2005-03-23 Miles Bader <miles@gnu.org>
21596
21597 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
21598 Remove tty-specific variants, as they're no longer needed.
21599
21600 2005-03-23 Lute Kamstra <lute@gnu.org>
21601
21602 * generic-x.el: Code cleanup: make args constant whenever possible.
21603 (installshield-statement-keyword-list)
21604 (installshield-system-functions-list)
21605 (installshield-system-variables-list, installshield-types-list)
21606 (installshield-funarg-constants-list): Make them constants.
21607
21608 * generic.el (generic-make-keywords-list): Add autoload cookie.
21609
21610 * calendar/time-date.el: Add comment on time value formats.
21611 Don't require parse-time.
21612 (with-decoded-time-value): New macro.
21613 (encode-time-value): New function.
21614 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
21615 (days-to-time): Return a valid time value when arg is huge.
21616 (time-since): Use time-subtract.
21617 (time-to-number-of-days): Use time-to-seconds.
21618
21619 2005-03-23 David Ponce <david@dponce.com>
21620
21621 * recentf.el (recentf-keep): New option.
21622 (recentf-menu-action): Default to `find-file'.
21623 (recentf-keep-non-readable-files-flag)
21624 (recentf-keep-non-readable-files-p)
21625 (recentf-file-readable-p, recentf-find-file)
21626 (recentf-cleanup-remote): Remove.
21627 (recentf-include-p): More robust.
21628 (recentf-keep-p): New function.
21629 (recentf-remove-if-non-kept): Rename from
21630 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
21631 All callers updated.
21632 (recentf-menu-items-for-commands): Fix help string.
21633 (recentf-track-closed-file): Update. Doc fix.
21634 (recentf-cleanup): Update. Count removed files. Doc fix.
21635
21636 2005-03-23 Kim F. Storm <storm@cua.dk>
21637
21638 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
21639 Don't inherit from fringe face (now happens automatically).
21640
21641 2005-03-22 Kim F. Storm <storm@cua.dk>
21642
21643 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
21644 position values.
21645
21646 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
21647
21648 * menu-bar.el (showhide-date-time): Remove.
21649 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
21650 (menu-bar-make-mm-toggle): Simplify.
21651
21652 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
21653
21654 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
21655 Accept qualified variable and function names.
21656
21657 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
21658
21659 * bindings.el (completion-ignored-extensions):
21660 Remove ".lis" for `vax-vms'.
21661
21662 2005-03-22 Andreas Schwab <schwab@suse.de>
21663
21664 * generic-x.el: Revert last change.
21665 * ldefs-boot.el: Update.
21666
21667 2005-03-22 Jay Belanger <belanger@truman.edu>
21668
21669 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
21670 (calc-embedded-save-original-modes)
21671 (calc-embedded-restore-original-modes): New functions.
21672 (calc-do-embedded): Save original modes when entering embedded mode
21673 and restore when leaving embedded mode.
21674 (calc-embedded-modes-change): Change the value of
21675 calc-embedded-original-modes to reflect permanent changes.
21676
21677 2005-03-22 Lute Kamstra <lute@gnu.org>
21678
21679 * generic-x.el: Require generic again.
21680
21681 2005-03-22 Miles Bader <miles@gnu.org>
21682
21683 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
21684 Tweak details to look good on both ttys and bitmap displays, light
21685 or dark background, etc.
21686
21687 2005-03-21 Kim F. Storm <storm@cua.dk>
21688
21689 * tooltip.el (tooltip-show-help-function): Check car and cdr of
21690 mouse position.
21691
21692 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
21693
21694 * icomplete.el: Don't forcibly turn on the mode upon load.
21695 (icomplete-mode): Use define-minor-mode.
21696 (icomplete-eoinput): Default to nil.
21697 (icomplete-minibuffer-setup): Remove autoload.
21698 (icomplete-tidy): Simplify.
21699 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
21700 in the initial state or if the user has modified the field.
21701 Fix handling of icomplete-max-delay-chars.
21702 Remove code that handles the oddball case where
21703 minibuffer-completion-table is an integer.
21704 Wrap icomplete-completions in while-no-input in case building
21705 completions takes more time than expected.
21706 (icomplete-completions): Simplify.
21707
21708 2005-03-21 Richard M. Stallman <rms@gnu.org>
21709
21710 * jka-compr.el (jka-compr-really-do-compress):
21711 Make variable buffer-local.
21712
21713 * image-mode.el: Handle .xpm files too.
21714 (image-toggle-display): Preserve modification flag.
21715
21716 * help.el (where-is): Don't mention aliases with no key bindings.
21717
21718 2005-03-21 Lute Kamstra <lute@gnu.org>
21719
21720 * generic.el: Fix commentary section. Don't require cl for
21721 compilation.
21722 (generic-mode-list): Add autoload cookie.
21723 (generic-use-find-file-hook, generic-lines-to-scan)
21724 (generic-find-file-regexp, generic-ignore-files-regexp)
21725 (generic-mode, generic-mode-find-file-hook)
21726 (generic-mode-ini-file-find-file-hook): Fix docstrings.
21727 (define-generic-mode): Make it a defmacro. Fix docstring.
21728 (generic-mode-internal): Code cleanup. Add autoload cookie.
21729 (generic-mode-set-comments): Code cleanup.
21730 * generic-x.el: Don't prevent compilation. Don't require generic.
21731 Follow coding conventions. Minor code cleanup.
21732 (etc-fstab-generic-mode): Add some keywords.
21733 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
21734 define-generic-mode like a function declaration.
21735
21736 2005-03-21 Jay Belanger <belanger@truman.edu>
21737
21738 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
21739 changing modes.
21740
21741 2005-03-21 Sam Steingold <sds@gnu.org>
21742
21743 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
21744
21745 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
21746
21747 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
21748 Add underscore to "f$ lexicals" regexp.
21749
21750 2005-03-20 Juri Linkov <juri@jurta.org>
21751
21752 * subr.el (progress-reporter-do-update): When `min-value' is equal
21753 to `max-value', set `percentage' to 0 and prevent division by zero.
21754
21755 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
21756
21757 Sync with Tramp 2.0.48.
21758
21759 * net/tramp.el (all): Change all addresses to .gnu.org.
21760 (tramp-append-tramp-buffers): New defun.
21761 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
21762 Catch `dont-send' signal.
21763 (tramp-set-auto-save-file-modes): Set always permissions, because
21764 there might be an old auto-saved file belonging to another
21765 original file. This could be a security threat. Reported by
21766 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
21767 Check for Emacs 21.3.50 removed.
21768
21769 * net/tramp-smb.el (all): Remove debug construct for
21770 `with-parsed-tramp-file-name'.
21771 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
21772 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
21773 No error message if DIRECTORY or FILENAME doesn't exist.
21774 (tramp-smb-open-connection): Check existence of
21775 `tramp-smb-program'.
21776
21777 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
21778
21779 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
21780 Properly handle the case where the `m' or `s' command's argument is not
21781 yet terminated.
21782 (perl-indent-new-calculate): New function.
21783 (perl-indent-line): Use it.
21784
21785 2005-03-20 Miles Bader <miles@gnu.org>
21786
21787 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
21788 in text-mode too. Change to new face names.
21789 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
21790 Add `:weight bold' attribute.
21791 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
21792
21793 2005-03-19 Juri Linkov <juri@jurta.org>
21794
21795 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
21796
21797 * international/mule.el (auto-coding-alist): Sync with
21798 `auto-mode-alist' by adding upper case archive file extensions
21799 and adding ear/war to jar extension.
21800
21801 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
21802
21803 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
21804 running, restart it.
21805
21806 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
21807
21808 * finder.el (finder-current-item): Throw an error on an empty line.
21809
21810 * man.el (Man-follow-manual-reference): If current-word returns
21811 nil, use "".
21812
21813 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
21814
21815 * simple.el (goto-line): Doc fix.
21816
21817 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
21818
21819 * files.el (save-buffer): Doc fix.
21820
21821 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
21822
21823 * recentf.el (recentf-cleanup-remote): New variable.
21824 (recentf-cleanup): Use it to conditionally check availability of
21825 remote files.
21826
21827 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
21828
21829 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
21830 function names.
21831
21832 2005-03-19 Eli Zaretskii <eliz@gnu.org>
21833
21834 * language/thai-word.el: New file.
21835
21836 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
21837
21838 * files.el (backup-buffer): If the file's directory is not
21839 writable, use copy instead of move to backup the file.
21840
21841 2005-03-19 Eli Zaretskii <eliz@gnu.org>
21842
21843 * obsolete/keyswap.el: Moved to obsolete/ from term/.
21844
21845 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21846
21847 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
21848 Use functionp instead of symbolp and fboundp. Reported by Drkm
21849 <darkman_spam@yahoo.fr>.
21850 (ps-print-version): New version 6.6.6.
21851
21852 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
21853
21854 * textmodes/table.el (table--line-column-position): New idiom.
21855 (table--row-column-insertion-point-p): New function to test
21856 validity of row and column insertion operation at a location.
21857 (table-global-menu, table-cell-menu): Use above functions for
21858 deterministic test operation.
21859 (table--editable-cell-p): Behave in deterministic fashion.
21860
21861 2005-03-18 Juri Linkov <juri@jurta.org>
21862
21863 * isearch.el (isearch-lazy-highlight-new-loop):
21864 Make arguments beg and end optional.
21865 (isearch-update): Remove optional arguments nil from
21866 isearch-lazy-highlight-new-loop.
21867 (isearch-lazy-highlight-search): Let-bind case-fold-search to
21868 isearch-lazy-highlight-case-fold-search instead of
21869 isearch-case-fold-search, and let-bind isearch-regexp to
21870 isearch-lazy-highlight-regexp.
21871 Use isearch-lazy-highlight-last-string instead of isearch-string.
21872
21873 * replace.el (perform-replace): Remove bindings of global
21874 variables isearch-string, isearch-regexp, isearch-case-fold-search.
21875 Add three new arguments to `replace-highlight'.
21876 (replace-highlight): Add arguments string, regexp, case-fold.
21877 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
21878 to allow isearch-lazy-highlight-new-loop to use these values
21879 to set corresponding isearch-lazy-highlight-* internal
21880 variables whose values lazy highlighting will use regardless of
21881 changes to global variables isearch-string, isearch-regexp,
21882 isearch-case-fold-search during lazy highlighting loop.
21883 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
21884 to `lazy-highlight-cleanup'.
21885
21886 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
21887 (ispell-highlight-face): Set default face to `isearch' when
21888 lazy highlighting is enabled.
21889 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
21890 priority to 1. Add lazy highlighting.
21891 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
21892 from `isearch-dehighlight'.
21893
21894 2005-03-18 David Ponce <david@dponce.com>
21895
21896 * files.el (hack-local-variables): Do a case-insensitive search
21897 for End.
21898
21899 2005-03-18 Juri Linkov <juri@jurta.org>
21900
21901 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
21902 `isearch-lazy-highlight-cleanup', add alias to old name and
21903 declare obsolete. Add release numbers to other obsolete vars.
21904 (isearch-done, isearch-lazy-highlight-new-loop):
21905 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
21906 (lazy-highlight-cleanup) <variable>: Doc fix.
21907 (isearch-lazy-highlight-update): Rename obsolete
21908 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
21909
21910 2005-03-18 Kenichi Handa <handa@m17n.org>
21911
21912 * language/thai-util.el: Fix categorization of Thai characters in
21913 thai-category-table.
21914 (thai-composition-pattern): Adjust it for the above change.
21915 (thai-self-insert-command, thai-compose-syllable): New functions.
21916 (thai-compose-region): Use thai-compose-syllable.
21917 (thai-compose-string): Likewise.
21918 (thai-composition-function): Likewise.
21919 (thai-auto-composition): New function.
21920 (thai-auto-composition-mode): New minor mode.
21921
21922 * language/thai.el: Fix patterns to be registered in
21923 composition-function-table.
21924
21925 * international/quail.el (quail-input-method): Locally bind
21926 inhibit-modification-hooks to t.
21927
21928 2005-03-17 Richard M. Stallman <rms@gnu.org>
21929
21930 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
21931 (perl-mode): Use run-mode-hooks.
21932
21933 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
21934 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
21935 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
21936
21937 * mail/sendmail.el (sendmail-send-it): Reenable the code
21938 to compute resend-to-address and use it.
21939
21940 * tar-mode.el (tar-mode): Turn off undo unconditionally.
21941
21942 * image-mode.el: New file.
21943
21944 * image.el (insert-sliced-image): Add autoload cookie.
21945
21946 * font-lock.el (font-lock-lines-before): New user option.
21947 (font-lock-after-change-function): Obey it.
21948
21949 * bindings.el (esc-map): Make M-g a prefix.
21950 Bind M-g g and M-g M-g to goto-line.
21951
21952 * faces.el (face-id): Doc fix.
21953
21954 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
21955
21956 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
21957 (rmail-show-message): Use rmail-unknown-mail-followup-to.
21958 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
21959
21960 * mail/sendmail.el (mail-yank-ignored-headers)
21961 (mail-font-lock-keywords, mail-mode-fill-paragraph):
21962 Add Mail-Followup-To and Mail-Reply-To headers.
21963 (mail-citation-hook): Add autoload cookie.
21964 (mail-mode): Doc fix.
21965 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
21966 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
21967 (mail-mode-fill-paragraph): Handle those headers.
21968 (mail-mailing-lists): New variable.
21969 (mail-mail-reply-to, mail-mail-followup-to): New functions.
21970
21971 2005-03-17 Juri Linkov <juri@jurta.org>
21972
21973 * isearch.el (isearch-fallback): Check for `(car previous)'
21974 before calling `isearch-other-end-state'.
21975
21976 2005-03-17 Kim F. Storm <storm@cua.dk>
21977
21978 * simple.el (move-beginning-of-line): Move to beginning of buffer
21979 line, as well as beginning of screen line.
21980
21981 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
21982
21983 * calendar/diary-lib.el (mark-diary-entries): Use new optional
21984 argument REDRAW rather than calendar-redrawing variable.
21985 * calendar/calendar.el (calendar-redrawing): Delete.
21986 (redraw-calendar): Do not bind calendar-redrawing.
21987
21988 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
21989
21990 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
21991 diary-file buffer.
21992
21993 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
21994
21995 * help.el (describe-mode): Allow a :minor-mode-function property to
21996 specify a different minor mode toggle function than the variable.
21997 * simple.el (auto-fill-function):
21998 * subr.el (add-minor-mode): Use it.
21999
22000 2005-03-16 Kenichi Handa <handa@m17n.org>
22001
22002 * language/ethio-util.el (sera-being-called-by-w3): New variable.
22003 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
22004 (ethio-fidel-to-sera-buffer): Likewise.
22005
22006 2005-03-16 Juri Linkov <juri@jurta.org>
22007
22008 * emacs-lisp/find-func.el (find-function-regexp):
22009 Add defun-emitting macro `menu-bar-make-toggle'.
22010
22011 * isearch.el: Put `isearch-scroll' property to
22012 `split-window-horizontally'.
22013
22014 * info.el: Update error messages for `debug-ignored-errors'.
22015 (Info-isearch-search): Doc fix.
22016 (Info-find-node): Move up code to go into info buffer before
22017 recording the node to the history.
22018 (Info-fontify-node): Fontify titles only if the next line
22019 has two or more `*', `=', `-', `.'.
22020 Display "go to this node" for empty (match-string 3).
22021
22022 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22023
22024 * term/mac-win.el: Add mouse pointer shape constants.
22025
22026 2005-03-15 Kim F. Storm <storm@cua.dk>
22027
22028 * simple.el (move-beginning-of-line): Use vertical-motion.
22029
22030 2005-03-15 Juri Linkov <juri@jurta.org>
22031
22032 * isearch.el (isearch-error): New variable.
22033 (isearch-invalid-regexp, isearch-within-brackets): Remove.
22034 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
22035 (isearch-within-brackets-state): Remove.
22036 (isearch-case-fold-search-state, isearch-pop-fun-state):
22037 Decrease frame index.
22038 (isearch-mode, isearch-top-state, isearch-push-state)
22039 (isearch-edit-string, isearch-abort, isearch-search-and-update)
22040 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
22041 (isearch-search, isearch-lazy-highlight-new-loop):
22042 Replace `isearch-invalid-regexp' with `isearch-error'.
22043 Remove `isearch-within-brackets'.
22044 (isearch-search): Add `search-failed' handler to `condition-case'.
22045 (isearch-lazy-highlight-search): Add `condition-case' to catch
22046 errors and allow `isearch-lazy-highlight-update' to try
22047 highlighting from the beginning of the window.
22048 (isearch-repeat): Move up code to set isearch-wrapped to t
22049 before calling isearch-wrap-function.
22050
22051 * info.el (Info-isearch-initial-node): New internal variable.
22052 (Info-search): Signal an error in isearch mode when search leaves
22053 the initial node. Signal an error when `bound' is non-nil and
22054 nothing was found in the current subfile.
22055 (Info-isearch-search): Remove `condition-case'.
22056 (Info-isearch-wrap): Don't wrap when search failed during leaving
22057 the initial node. If `Info-isearch-search' is nil, wrap around
22058 the current node.
22059 (Info-isearch-start): New fun.
22060 (Info-mode): Add buffer-local hook `Info-isearch-start' to
22061 `isearch-mode-hook'.
22062
22063 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22064
22065 * simple.el (normal-erase-is-backspace): Set default to t if
22066 running on Mac.
22067
22068 * term/mac-win.el (function-key-map): Sync with x-win.el.
22069
22070 2005-03-15 Kenichi Handa <handa@m17n.org>
22071
22072 * international/mule-cmds.el (locale-language-names): Modify the
22073 format of elements and add more entries.
22074 (locale-preferred-coding-systems): Add more entries.
22075 (set-locale-environment): Adjust for the change of
22076 locale-language-names.
22077
22078 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
22079
22080 * pcvs.el (smerge-ediff): Remove bogus autoload.
22081
22082 2005-03-14 Lute Kamstra <lute@gnu.org>
22083
22084 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
22085 Ignore a `*' at the beginning of a line.
22086
22087 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
22088 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
22089 subr.el.
22090 (dont-compile, eval-when-compile, eval-and-compile): Use declare
22091 to specify indentation.
22092
22093 * generic.el (define-generic-mode): Let generic-mode-list be a
22094 list of strings; test membership with equal.
22095
22096 2005-03-14 Kim F. Storm <storm@cua.dk>
22097
22098 * simple.el (next-line, previous-line): Add optional try-vscroll
22099 arg to recognize interactive use. Pass it on to line-move.
22100 (line-move): Don't perform auto-window-vscroll when defining or
22101 executing keyboard macro to ensure consistent behavior.
22102
22103 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
22104
22105 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
22106
22107 2005-03-13 Lute Kamstra <lute@gnu.org>
22108
22109 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
22110 debugger-setup-buffer so that backtrace marks the frames set to
22111 debug-on-exit and we don't have to do it manually. Set an extra
22112 debug-on-exit for macro's.
22113 (debugger-setup-buffer): Don't mark the top frame manually.
22114
22115 2005-03-12 Lute Kamstra <lute@gnu.org>
22116
22117 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
22118 lisp-indent-function throughout.
22119 (with-no-warnings): Set lisp-indent-function property.
22120
22121 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
22122
22123 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
22124 Add entry for backslash.
22125
22126 2005-03-12 Juri Linkov <juri@jurta.org>
22127
22128 * info.el (Info-search): Four fixes for backward search.
22129
22130 2005-03-11 Jay Belanger <belanger@truman.edu>
22131
22132 * calc/calc.el (calc-language-alist): New variable.
22133 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
22134 (calc-embedded-find-modes): Use calc-language-alist instead of
22135 calc-embedded-language-alist.
22136
22137 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
22138
22139 * calendar/calendar.el (calendar-redrawing): New internal
22140 variable.
22141 (redraw-calendar): Remove bogus save-excursion from previous
22142 change. Bind calendar-redrawing to t for mark-diary-entries.
22143 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
22144 calendar if that is why we were called.
22145
22146 2005-03-11 Kenichi Handa <handa@m17n.org>
22147
22148 * international/mule.el (make-coding-system): Set property
22149 coding-system-define-form to nil.
22150 (define-coding-system-alias): Likewise.
22151
22152 2005-03-11 Kenichi Handa <handa@m17n.org>
22153
22154 These changes are suggested by Dave Love <fx@gnu.org>.
22155
22156 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
22157 coding: tag.
22158 (adaptive-fill-regexp): Add more bullets.
22159 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
22160 regexps.
22161
22162 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
22163
22164 * help.el (describe-mode): Properly handle non-trivial lighters.
22165 Don't ignore minor modes that are not listed in minor-mode-list.
22166
22167 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
22168 feature ON when the user requests to turn it OFF.
22169
22170 2005-03-10 Lute Kamstra <lute@gnu.org>
22171
22172 * emacs-lisp/debug.el (debug-entry-code): Delete it.
22173 (implement-debug-on-entry): New function to replace debug-entry-code.
22174 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
22175 second argument as the 2005-03-07 change makes it obsolete.
22176 (debug-on-entry, cancel-debug-on-entry): Update call to
22177 debug-on-entry-1.
22178 (debug, debugger-setup-buffer): Comment update.
22179 (debugger-frame-number): Update to work with implement-debug-on-entry.
22180
22181 2005-03-10 Jay Belanger <belanger@truman.edu>
22182
22183 * calc/calc-embed.el (math-ms-args): Declare it.
22184 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
22185 math-ms-args.
22186 (calc-embedded-subst): Use math-multi-subst-rec to substitute
22187 variables.
22188
22189 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
22190
22191 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
22192 Use message-box.
22193
22194 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
22195 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
22196 (tooltip-gud-tips): Simplify.
22197 (tooltip-gud-tips-p): Remove superfluous :set.
22198 (tooltip-gud-modes): Add fortran-mode.
22199 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
22200
22201 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
22202
22203 2005-03-09 Kim F. Storm <storm@cua.dk>
22204
22205 * play/animate.el (animate-place-char): Use forward-line instead
22206 of next-line to improve performance.
22207
22208 2005-03-09 Simon Josefsson <jas@extundo.com>
22209
22210 * net/browse-url.el (browse-url-default-browser): Doc fix.
22211
22212 2005-03-09 Miles Bader <miles@gnu.org>
22213
22214 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
22215 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
22216
22217 2005-03-09 Kenichi Handa <handa@m17n.org>
22218
22219 * international/latin-1.el: Set case and syntax for 255 only if
22220 set-case-syntax-set-multibyte is nil.
22221
22222 * textmodes/ispell.el (ispell-insert-word): New function.
22223 (ispell-word): Use ispell-insert-word to insert a new word.
22224 (ispell-process-line): Likewise.
22225 (ispell-complete-word): Likewise.
22226
22227 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
22228
22229 * calendar/calendar.el (redraw-calendar): Preserve point.
22230 Reported by Matt Hodges <MPHodges@member.fsf.org>.
22231 (calendar-week-start-day): Move after definition of
22232 redraw-calendar. Delete buffer test, since redraw-calendar has
22233 that now.
22234
22235 * calendar/diary-lib.el (mark-diary-entries): Only call
22236 redraw-calendar in the first of any recursive calls.
22237 Reported by Alan Shutko <ats@acm.org>.
22238
22239 2005-03-08 Juri Linkov <juri@jurta.org>
22240
22241 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
22242 (html-horizontal-rule, html-line, html-image, html-checkboxes)
22243 (html-radio-buttons): Add a space before the trailing `/>' where
22244 sgml-xml-mode is non-nil.
22245 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
22246 the subsequent tag of the empty XML tag.
22247 (html-href-anchor): Don't set initial input to "http:".
22248 (html-image): Ask for the image URL and set point inside alt="".
22249 (html-name-anchor): Duplicate the name in the `id' attribute when
22250 sgml-xml-mode is non-nil.
22251 (html-paragraph): Remove \n before <p>.
22252 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
22253 instead of `checked' when sgml-xml-mode is non-nil.
22254
22255 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
22256 Remove 1 space before #RRGGBB to not truncate it on terminal
22257 windows w/o fringes. Remove 1 space between bg and fg examples
22258 to get more space.
22259 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
22260 avoid byte-compile warnings.
22261
22262 * image-file.el (image-file-handler): Put `safe-magic' property to
22263 `image-file-handler'.
22264
22265 * info.el (Info-isearch-search): Emulate word search in
22266 isearching through multiple Info nodes with Info-search.
22267 (Info-isearch-wrap): Allow isearch-word.
22268
22269 2005-03-08 Lute Kamstra <lute@gnu.org>
22270
22271 * emacs-lisp/debug.el (debugger-step-through): Make sure that
22272 stepping into the debugger's code is not possible.
22273 (debugger-jumping-flag): Docstring update.
22274
22275 2005-03-08 Jay Belanger <belanger@truman.edu>
22276
22277 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
22278 embedded mode begins.
22279 (calc-embedded-language-alist): New variable.
22280 (calc-embedded-find-modes): Use calc-embedded-language-alist to
22281 set default language mode.
22282
22283 2005-03-08 Kenichi Handa <handa@m17n.org>
22284
22285 * international/ccl.el (define-ccl-program): Fix docstring about
22286 extra 256 bytes assured for the output buffer.
22287
22288 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
22289 Fix BUFFER_MAGNIFICATION to 2.
22290 (ccl-encode-mule-utf-16be-with-signature): Likewise.
22291
22292 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
22293
22294 * align.el (align-rules-list): Added an alignment rule for CSS
22295 declarations (applies to css-mode and html-mode buffers).
22296
22297 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
22298
22299 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
22300
22301 2005-03-07 Kim F. Storm <storm@cua.dk>
22302
22303 * simple.el (move-beginning-of-line): New command.
22304
22305 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
22306
22307 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
22308
22309 * emulation/cua-base.el: Put CUA move property on move-end-of-line
22310 and move-beginning-of-line.
22311
22312 * apropos.el (apropos-print): Omit command from M-x ... RET.
22313
22314 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
22315
22316 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
22317 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
22318
22319 2005-03-06 Richard M. Stallman <rms@gnu.org>
22320
22321 * bindings.el (esc-map): Bind M-g to goto-line.
22322
22323 * facemenu.el (global-map): Bind M-o, not M-g.
22324
22325 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22326
22327 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
22328 "Open Directory" as for "Open File".
22329
22330 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
22331
22332 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
22333 (push-mark-command): Run activate-mark-hook.
22334
22335 2005-03-06 Richard M. Stallman <rms@gnu.org>
22336
22337 * help-mode.el (help-mode-finish): Don't alter the element
22338 in view-return-to-alist if there already is one.
22339
22340 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
22341 make sure the current buffer is the expected one.
22342
22343 * novice.el (disabled-command-function): Output in *Disabled Command*.
22344 Explicitly ignore non-keyboard events, and explicitly handle C-g.
22345
22346 * textmodes/flyspell.el (flyspell-large-region):
22347 Pass args differently for aspell.
22348
22349 * files.el (mode-require-final-newline): Doc fix.
22350
22351 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
22352
22353 * progmodes/which-func.el (which-function):
22354 Specify NOERROR when calling imenu--make-index-alist.
22355
22356 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
22357
22358 * simple.el (normal-erase-is-backspace): Define default value.
22359
22360 * custom.el (custom-theme-set-variables): Remove unused var
22361 `immediate'.
22362 (custom-reevaluate-setting): Simple function to handle variables
22363 that are defined before their default value can really be
22364 computed.
22365
22366 * startup.el (command-line): Use it for temporary-file-directory,
22367 small-emporary-file-directory, auto-save-file-name-transforms,
22368 blink-cursor-mode, and normal-erase-is-backspace.
22369
22370 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
22371 progress, even with buggy anchored keywords.
22372
22373 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
22374
22375 * simple.el (goto-line): Remove unbalanced final parenthesis.
22376
22377 2005-03-05 Richard M. Stallman <rms@gnu.org>
22378
22379 * simple.el (goto-line): Use a number at point as the default.
22380 With C-u as arg, switch buffers.
22381
22382 2005-03-05 Juri Linkov <juri@jurta.org>
22383
22384 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
22385 with `no-blinking-cursor'.
22386
22387 * startup.el (no-blinking-cursor): New defvar.
22388 (command-line): Add `--no-blinking-cursor' to longopts.
22389 Set `no-blinking-cursor' to t for command line arguments
22390 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
22391 with `no-blinking-cursor' in the condition for calling
22392 `blink-cursor-mode'.
22393
22394 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
22395
22396 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
22397 (menu-bar-options-save): Add blink-cursor-mode.
22398 (menu-bar-options-menu): Add blink-cursor-mode.
22399
22400 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
22401
22402 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
22403 (icalendar-export-file, icalendar-export-region)
22404 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
22405 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
22406
22407 2005-03-04 Lute Kamstra <lute@gnu.org>
22408
22409 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
22410 (debug-function-list): Ditto.
22411
22412 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
22413
22414 * textmodes/texinfmt.el (texinfo-append-refill):
22415 Redefine the types of line to which @refill
22416 is not appended by replacing a search for `@refill\\|@bye' with
22417 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
22418 itemize@refill' bug and the unfilled long lines bug.
22419 (texinfmt-version): Update number and date.
22420
22421 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
22422
22423 * international/code-pages.el (windows-1250, windows-125[2-8])
22424 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
22425
22426 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
22427
22428 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
22429 bound yet.
22430
22431 2005-03-02 Romain Francoise <romain@orebokech.com>
22432
22433 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
22434 buffer after removing limits.
22435 (ibuffer-pop-filter): Ditto.
22436 Update copyright.
22437
22438 2005-03-02 Miles Bader <miles@gnu.org>
22439
22440 * button.el (make-text-button): If the user doesn't specify a
22441 type, use the default. Rewrite to use `add-text-properties' and
22442 plist functions.
22443
22444 2005-03-01 Lute Kamstra <lute@gnu.org>
22445
22446 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
22447 (debugger-jumping-flag): New var.
22448 (debug-entry-code): Use it.
22449 (debugger-jump): Use debugger-jumping-flag and add
22450 debugger-reenable to post-command-hook.
22451 (debugger-reenable): Use debugger-jumping-flag and remove itself
22452 from post-command-hook.
22453 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
22454 debugger-reenable.
22455
22456 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
22457
22458 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
22459 inclusion of "itemize\\|", which may be unnecessary, is certainly
22460 inelegant, and stops refilling in itemize lists when formatting
22461 Japanese Texinfo files to Info.
22462 Update copyright to 2005.
22463
22464 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
22465
22466 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
22467 of an error if GDB can't find the source file.
22468
22469 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
22470
22471 * calendar/calendar.el (redraw-calendar): Work from any buffer,
22472 not just the calendar.
22473
22474 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
22475 first.
22476 (diary-redraw-calendar): New function.
22477 (make-diary-entry): Add diary-redraw-calendar to local
22478 write-contents-functions. Turn off selective display before
22479 inserting in diary.
22480
22481 2005-03-01 Kim F. Storm <storm@cua.dk>
22482
22483 * emacs-lisp/copyright.el (copyright-fix-years): New command.
22484
22485 2005-03-01 Lute Kamstra <lute@gnu.org>
22486
22487 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
22488 that debug-entry-code can be safely removed from a function while
22489 this code is being evaluated. Revert the 2005-02-27 change as the
22490 new implementation no longer requires it. Make sure that a
22491 function body containing just a string is not mistaken for a docstring.
22492 (debug): Skip one more frame in case of debug on entry.
22493 (debugger-setup-buffer): Delete one more frame line in case of
22494 debug on entry.
22495 (debugger-frame-number): Update to use the new text introduced by
22496 the 1999-11-03 change. Skip one more frame in case of debug on entry.
22497
22498 2005-02-28 Kim F. Storm <storm@cua.dk>
22499
22500 * double.el (double-translate-key): Call force-window-update after
22501 read-event to avoid crash in redisplay.
22502
22503 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
22504
22505 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
22506 (debug): Use it. Move the inhibit-trace earlier.
22507 (debug-entry-code): New const.
22508 (debug-on-entry-1): Use it.
22509
22510 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
22511
22512 * international/utf-16.el (ccl-encode-mule-utf-16le):
22513 Fix BUFFER_MAGNIFICATION to 2.
22514 (ccl-encode-mule-utf-16be): Likewise.
22515
22516 2005-02-28 Kenichi Handa <handa@m17n.org>
22517
22518 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
22519 Fix BUFFER_MAGNIFICATION to 4.
22520 (ccl-encode-mule-utf-16be-with-signature): Likewise.
22521
22522 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
22523
22524 * speedbar.el (speedbar-update-flag): Doc fix.
22525 (speedbar-show-info-under-mouse): Give set-mouse-position the right
22526 argument.
22527
22528 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
22529
22530 * reveal.el (reveal-post-command): Don't try to reveal overlays which
22531 have a non-nil `invisible' property but are actually visible.
22532
22533 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
22534 for perldoc sections.
22535 (perl-outline-regexp, perl-outline-level): New var and function.
22536 (perl-mode): Use them.
22537
22538 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
22539
22540 * calendar/diary-lib.el (diary-remind): Discard any mark portion
22541 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
22542
22543 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
22544
22545 * cus-edit.el: Comment change.
22546 (custom-buffer-create-internal): Slightly reword text at top of
22547 Custom buffers. Mention there that saving an option edits the
22548 init file. Add link to Emacs manual node on `custom-file'.
22549 (custom-magic-alist): Rewrite individual State messages to use
22550 capitalized keywords. Doc fix.
22551
22552 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
22553
22554 * calendar/calendar.el (calendar-buffer): Move above
22555 calendar-week-start-day.
22556 (calendar-week-start-day): Doc fix. Add :set function.
22557 (calendar-minimum-window-height): New variable.
22558 (generate-calendar-window): Only resize window if selected-window
22559 is displaying the calendar buffer. Use new variable
22560 calendar-minimum-window-height.
22561 (generate-calendar): Reword error message.
22562 (calendar-mode-map): Bind DEL to scroll-other-window-down.
22563
22564 2005-02-27 Andreas Schwab <schwab@suse.de>
22565
22566 * vc.el (vc-do-command): Don't run command asynchronously when
22567 operating in a remote directory.
22568
22569 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
22570 change from sync with Tramp 2.0.47.
22571
22572 2005-02-27 Richard M. Stallman <rms@gnu.org>
22573
22574 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
22575
22576 * textmodes/flyspell.el (flyspell-mode-on):
22577 Call ispell-change-dictionary only if necessary.
22578
22579 * emacs-lisp/re-builder.el (regexp-builder): New function.
22580
22581 * register.el (describe-register-1): Explicitly handle
22582 yank-excluded-properties = t.
22583
22584 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
22585 (custom-magic-alist): Change the status descriptions again.
22586 (face widget-type): Total rewrite based on `restricted-sexp'
22587 to eliminate the confusing double hiding levels.
22588
22589 * emacs-lisp/debug.el (debug-on-entry-1):
22590 If function body is empty, add nil as body form.
22591
22592 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
22593
22594 * emacs-lisp/trace.el (inhibit-trace): New var.
22595 (trace-make-advice): Use it.
22596
22597 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
22598
22599 2005-02-26 Kim F. Storm <storm@cua.dk>
22600
22601 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
22602 (mouse-on-link-p, mouse-drag-region-1): Use it.
22603
22604 2005-02-25 Lute Kamstra <lute@gnu.org>
22605
22606 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
22607
22608 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
22609
22610 * frame.el (blink-cursor-mode): Add :group keyword.
22611
22612 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
22613
22614 * calendar/icalendar.el (icalendar--decode-isodatetime):
22615 New optional argument DAY-SHIFT.
22616 (icalendar-export-region): Fix coding-system-for-write.
22617 (icalendar--convert-ical-to-diary): Shift end-day of all-day
22618 events by one.
22619
22620 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
22621
22622 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
22623
22624 2005-02-24 Kim F. Storm <storm@cua.dk>
22625
22626 * international/iso-acc.el (iso-accents-compose): Fix crash
22627 during redisplay. Call force-window-update after read-event
22628 and delete-region to signal that window is not accurate.
22629
22630 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
22631
22632 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
22633 Remove unused and inexistent var `inhibit-trace'.
22634 (debugger-mode): Use run-mode-hooks.
22635 (debugger-list-functions): Add buttons; setup xref stack.
22636
22637 2005-02-23 Richard M. Stallman <rms@gnu.org>
22638
22639 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
22640 appointment says it was explicitly made.
22641 (appt-add): Set the 3rd element.
22642 (appt-make-list): Preserve explicit appointments.
22643
22644 * subr.el (find-tag-default): Catch errors in forward-sexp.
22645
22646 2005-02-23 Juri Linkov <juri@jurta.org>
22647
22648 * info.el (Info-isearch-search): New defcustom.
22649 (Info-isearch-search): Call the default isearch function
22650 when Info-isearch-search is nil.
22651 (Info-isearch-wrap): Use variable Info-isearch-search.
22652
22653 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
22654
22655 * cus-edit.el: Comment change.
22656
22657 2005-02-22 Kim F. Storm <storm@cua.dk>
22658
22659 * progmodes/hideif.el (hide-ifdef-use-define-alist):
22660 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
22661
22662 2005-02-22 Simon Josefsson <jas@extundo.com>
22663
22664 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
22665 New variable.
22666 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
22667 Oskarsson" <myrkraverk@users.sourceforget.net>.
22668
22669 2005-02-22 Kim F. Storm <storm@cua.dk>
22670
22671 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
22672 check that window of that event is the selected window.
22673 (mouse-drag-region-1): Compare mouse event window to selected
22674 window before setting point.
22675
22676 * tooltip.el (tooltip-show-help-function): Pass event to
22677 mouse-on-link-p so it can check selected window.
22678
22679 2005-02-22 Kenichi Handa <handa@m17n.org>
22680
22681 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
22682 (ps-mule-show-warning): New function.
22683 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
22684 characters are found.
22685
22686 * ps-print.el (ps-header-footer-string): Return a list of header
22687 and footer strings.
22688
22689 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
22690
22691 * pcvs.el (cvs-retrieve-revision): Fix thinko.
22692
22693 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
22694
22695 * frame.el (blink-cursor-mode): Use define-minor-mode.
22696
22697 * term/mac-win.el (function-key-map): Use char-names more consistently.
22698 (file-name-coding-system): Only set it for MacOS-9. The other case is
22699 already handled in mule-cmds.el (where it also works when mac-win.el
22700 is not used).
22701
22702 2005-02-21 Kenichi Handa <handa@m17n.org>
22703
22704 * international/mule.el (ctext-pre-write-conversion): Always use
22705 " *code-converting-work*" buffer for work.
22706
22707 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
22708
22709 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
22710
22711 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
22712
22713 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
22714
22715 * ses.el (undo-more): Restore defadvice, but only the part that
22716 allows changes outside the restricted area of the buffer.
22717
22718 2005-02-20 Kim F. Storm <storm@cua.dk>
22719
22720 * simple.el (line-move): Add fourth optional arg try-vscroll which
22721 must be set to perform auto-window-vscroll.
22722 When moving backwards and doing auto-window-vscroll, automatically
22723 vscroll to the last part of lines which are taller than the window.
22724 (next-line, previous-line): Set try-vscroll arg on line-move.
22725
22726 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
22727
22728 * replace.el (query-replace, query-replace-regexp)
22729 (replace-string, replace-regexp): When operating on region, make
22730 the minibuffer prompt say so.
22731
22732 * isearch.el (isearch-forward): Document isearch-query-replace and
22733 isearch-query-replace-regexp keybindings.
22734
22735 2005-02-19 Jay Belanger <belanger@truman.edu>
22736
22737 * calc/calc-aent.el (math-read-token): Add local variable.
22738
22739 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
22740 (calc-edit-top): Move declaration to earlier in file.
22741 (calc-edit-macro-repeats): Add local variables.
22742
22743 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
22744 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
22745 calcFunc-tanh.
22746 Adjust integration rule for calcFunc-tan.
22747
22748 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
22749
22750 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
22751 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
22752 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
22753 (viper-skip-separators): Bug fix.
22754 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
22755 particular major mode.
22756 (viper-del-backward-char-in-replace): Don't put deleted char on the
22757 kill ring.
22758
22759 * viper-ex.el (viper-color-display-p): New function.
22760 (viper-has-face-support-p): Use viper-color-display-p.
22761
22762 * viper-keym.el (viper-gnus-modifier-map): New keymap.
22763
22764 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
22765
22766 * viper-util.el (viper-glob-unix-files): Fix shell status check.
22767 (viper-file-remote-p): Make equivalent to file-remote-p.
22768
22769 * viper.el (viper-major-mode-modifier-list):
22770 Use viper-gnus-modifier-map.
22771
22772 2005-02-19 David Kastrup <dak@gnu.org>
22773
22774 * subr.el (subregexp-context-p): Fix garbled doc string by adding
22775 quoting.
22776
22777 2005-02-19 Jay Belanger <belanger@truman.edu>
22778
22779 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
22780 Remove extra definitions.
22781 (calc-coth): New function.
22782 (calcFunc-cot): Fix `let'.
22783
22784 2005-02-19 Eli Zaretskii <eliz@gnu.org>
22785
22786 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
22787 the reasons we use "type pc" in these faces.
22788
22789 * button.el (button): Ditto.
22790
22791 2005-02-19 Michael Mauger <mmaug@yahoo.com>
22792
22793 * replace.el (query-replace-read-from): Set the value of
22794 query-replace-from-history-variable to handle the case of an empty
22795 string entered to accept the suggested default.
22796
22797 * net/tramp.el (tramp-file-name-for-operation):
22798 Use dired-call-process instead of dired-call-process-command.
22799
22800 2005-02-19 Jay Belanger <belanger@truman.edu>
22801
22802 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
22803 (math-div-non-trig): New variables.
22804 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
22805 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
22806 (math-combine-prod, math-div-symb-fancy): Add simplifications for
22807 trig expressions.
22808
22809 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
22810
22811 * progmodes/gdb-ui.el (gdb-var-update-handler)
22812 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
22813 for watch expressions,
22814 (gdb-var-create-handler): Don't set speedbar-update-flag.
22815 (gdb-post-prompt): Simplify test for speedbar.
22816
22817 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
22818
22819 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
22820 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
22821 we use the syntax table of the correct buffer.
22822 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
22823 Felix Gatzemeier.
22824
22825 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
22826 (ediff-file-remote-p): Make synonymous with file-remote-p.
22827 In all deffaces ediff-*-face-*, use min-colors.
22828
22829 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
22830 ediff-recurse-to-subdirectories.
22831 (ediff-mark-if-equal): Check that the arguments are strings, use
22832 ediff-same-contents (after to Felix Gatzemeier).
22833
22834 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
22835 nil.
22836
22837 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
22838
22839 * log-view.el (log-view-message-re): Fix up Subversion regexp.
22840
22841 2005-02-18 David Kastrup <dak@gnu.org>
22842
22843 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
22844 use `mark-active' when defined.
22845
22846 2005-02-18 Kenichi Handa <handa@m17n.org>
22847
22848 * ps-print.el (ps-font-info-database): New entry
22849 ZapfChancery-MediumItalic with correct font name. Fix font name
22850 of the entry Zapf-Chancery-MediumItalic.
22851
22852 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
22853
22854 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
22855
22856 2005-02-16 Kim F. Storm <storm@cua.dk>
22857
22858 * ido.el (ido-fallback-command): Pass user input to fallback command.
22859
22860 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
22861
22862 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
22863 (gdb-find-file-hook): Add server prefix.
22864
22865 2005-02-16 Richard M. Stallman <rms@gnu.org>
22866
22867 * replace.el (perform-replace): Pass new args to replace-highlight.
22868 (replace-highlight): Take region args,
22869 and pass them to isearch-lazy-highlight-new-loop.
22870
22871 * novice.el (disabled-command-hook): Autoload the defalias
22872 and the make-obsolete-variable call.
22873
22874 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
22875
22876 * isearch.el (isearch-lazy-highlight-start-limit)
22877 (isearch-lazy-highlight-end-limit): New variables limit
22878 the region for highlighting.
22879 (isearch-lazy-highlight-new-loop): New args BEG and END.
22880 (isearch-lazy-highlight-search): Use the new vars.
22881 (isearch-lazy-highlight-update): Likewise.
22882
22883 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
22884
22885 * cus-start.el (all): Use default-boundp.
22886
22887 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
22888
22889 * menu-bar.el (menu-bar-select-frame): Handle current frame.
22890
22891 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
22892
22893 * autorevert.el (auto-revert-stop-on-user-input)
22894 (auto-revert-verbose): Doc fixes.
22895
22896 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
22897
22898 * international/mule-cmds.el (set-locale-environment): Remove call
22899 to set-selection-coding-system on Windows.
22900
22901 2005-02-15 Jay Belanger <belanger@truman.edu>
22902
22903 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
22904 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
22905 calcFunc-coth.
22906 (math-simplify-sqrt): Add simplifications.
22907
22908 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
22909 to list.
22910
22911 * calc/calc-ext.el: Add functions to autoloads.
22912
22913 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
22914 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
22915 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
22916 (math-csc-raw, math-cot-raw): New functions.
22917
22918 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
22919
22920 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
22921 the variable name in a message.
22922
22923 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
22924 calcFunc-csc, calcFunc-cot.
22925
22926 * calc/calcalg2.el: Add derivative and integration rules for
22927 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
22928 calcFunc-csch, calcFunc-coth.
22929 (math-do-integral-methods): Add to checks for when to use
22930 substitutions.
22931
22932 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
22933
22934 2005-02-15 Lute Kamstra <lute@gnu.org>
22935
22936 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
22937 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
22938 <monnier@iro.umontreal.ca>
22939 (lisp-outline-level): Improve efficiency. Suggested by David
22940 Kastrup <dak@gnu.org>.
22941
22942 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
22943
22944 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
22945 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
22946 (gdb-set-gud-minor-mode-existing-buffers): New functions.
22947 (gdb-find-file-hook): New hook. Add it to find-file-hook.
22948 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
22949
22950 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
22951
22952 * cus-start.el (all): Comment change.
22953
22954 2005-02-14 Lute Kamstra <lute@gnu.org>
22955
22956 * cus-start.el (all): Check if symbol is void.
22957
22958 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
22959
22960 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
22961 optional argument to \cite.
22962
22963 2005-02-14 Richard M. Stallman <rms@gnu.org>
22964
22965 * cus-edit.el (custom-buffer-create-internal): Update help message.
22966 (custom-magic-alist): Update help messages.
22967
22968 * cus-start.el (all): Allow a var to specify a standard value.
22969
22970 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
22971
22972 * custom.el (custom-theme-set-variables): Handle variable aliases.
22973
22974 * frame.el (blink-cursor-timer): Doc fix.
22975 (blink-cursor): Make it an alias for `blink-cursor-mode' and
22976 declare obsolete.
22977 (blink-cursor-mode): Define with defcustom and use correct
22978 standard expression in that defcustom.
22979 * startup.el (command-line): Adapt to above changes in frame.el.
22980
22981 2005-02-11 Lute Kamstra <lute@gnu.org>
22982
22983 * apropos.el (apropos-score-doc): Prevent division by zero.
22984
22985 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
22986
22987 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
22988 (icalendar--get-event-property-attributes)
22989 (icalendar--get-event-properties)
22990 (icalendar--datetime-to-diary-date): New functions.
22991 (icalendar--split-value): Doc fix.
22992 (icalendar--datetime-to-noneuropean-date)
22993 (icalendar--datetime-to-european-date): New optional argument
22994 SEPARATOR. Return result as a string instead of a list.
22995 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
22996 (icalendar--convert-string-for-export): Rename arg S to STRING.
22997 (icalendar-export-region): Doc fix. Change name of error buffer.
22998 Save output buffer.
22999 (icalendar-import-file): Add blank at end of prompt.
23000 (icalendar-import-buffer): Doc fix. Do not switch to error
23001 buffer. Indicate status in return value.
23002 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
23003 buffer. Save output buffer. Handle exception from recurrence
23004 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
23005 events. Fix problems with weekly all-day events.
23006
23007 2005-02-10 Richard M. Stallman <rms@gnu.org>
23008
23009 * simple.el (eval-expression-print-format):
23010 Avoid warning about edebug-active.
23011
23012 * help.el (help-for-help-internal): Rename from help-for-help.
23013 (help-for-help): Define with defalias.
23014
23015 * font-core.el (font-lock-default-function): Use with-no-warnings.
23016
23017 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
23018
23019 * custom.el (defface): Doc fix.
23020
23021 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
23022
23023 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
23024 width 0" to prevent word wrapping problems.
23025
23026 2005-02-09 Kim F. Storm <storm@cua.dk>
23027
23028 * ido.el (ido-file-extensions-order): New defcustom.
23029 (ido-file-extension-lessp, ido-file-extension-aux)
23030 (ido-file-extension-order): New advanced file ordering.
23031 (ido-file-lessp): New simple file ordering.
23032 (ido-sort-list): Remove.
23033 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
23034 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
23035
23036 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
23037
23038 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
23039 that some versions of grep produce.
23040 (grep-mode-font-lock-keywords): Likewise.
23041
23042 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
23043
23044 * progmodes/gdb-ui.el (gdb-location-list): New variable.
23045 (gdb-cdir): Delete.
23046 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
23047 (gdb-source-info): Treat case when source file is in another
23048 directory properly.
23049 (gdb-get-location): New function.
23050
23051 2005-02-07 Jay Belanger <belanger@truman.edu>
23052
23053 * calc/calc-prog.el (calc-write-parse-table-part)
23054 (calc-fix-token-name): Fix a check for language type.
23055
23056 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
23057
23058 2005-02-07 Andre Spiegel <spiegel@gnu.org>
23059
23060 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
23061 as directory not writable.
23062
23063 2005-02-07 Kim F. Storm <storm@cua.dk>
23064
23065 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
23066 (cua--standard-movement-commands): Remove list.
23067 Instead, set CUA property value to move for movement commands.
23068 (cua-movement-commands): Remove. Users must set CUA prop instead.
23069 (cua--pre-command-handler): Check CUA property.
23070 (cua--init-keymaps): Don't remap undo commands.
23071 (cua-mode): Don't call cua--rectangle-on-off.
23072
23073 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
23074 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
23075 (cua--rect-undo-set-point): New var.
23076 (cua--rectangle-undo-boundary): Setup undo apply entry.
23077 (cua--rect-undo-handler): New function for rectangle undo.
23078 (cua--rect-start-position, cua--rect-end-position): Add.
23079 (cua--rectangle-post-command): Call cua--rectangle-set-corners
23080 for restored rectangle. Set point if cua--rect-undo-set-point.
23081
23082 2005-02-06 Jay Belanger <belanger@truman.edu>
23083
23084 * calc/calc-lang.el (calc-tex-language): Display more information
23085 in messages.
23086
23087 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
23088 in TeX mode.
23089
23090 2005-02-06 Richard M. Stallman <rms@gnu.org>
23091
23092 * emacs-lisp/lisp.el (buffer-end): Doc fix.
23093
23094 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
23095
23096 * net/ldap.el (ldap-search-internal): Support attributes with
23097 optional descriptions separated by a semi-colon, as in
23098 "userCertificate;binary".
23099
23100 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23101
23102 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
23103 isn't a cons (i.e. the version is 0).
23104
23105 2005-02-05 Eli Zaretskii <eliz@gnu.org>
23106
23107 * help.el (help-for-help): Doc fix.
23108
23109 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
23110
23111 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
23112 GDB-Windows on the menu-bar as this works better.
23113
23114 2005-02-04 Jay Belanger <belanger@truman.edu>
23115
23116 * calc/calc-embed.el (calc-embedded-update): Don't put in
23117 unnecessary newlines. Adjust the end of formula marker.
23118
23119 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
23120 (math-latex-parse-two-args): New function.
23121
23122 2005-02-03 Lute Kamstra <lute@gnu.org>
23123
23124 * help-fns.el (help-with-tutorial): Make sure that users cannot
23125 remove the entire text of the tutorial by means of `undo'.
23126
23127 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
23128
23129 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
23130 in recent changes, where the ispell process was repeatedly
23131 killed & restarted.
23132
23133 * international/mule-cmds.el (set-locale-environment): Set file-name
23134 coding system to utf-8 on Darwin systems.
23135 (set-default-coding-systems): Don't set default-file-name-coding-system
23136 on Darwin systems.
23137
23138 2005-02-03 Richard M. Stallman <rms@gnu.org>
23139
23140 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
23141
23142 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
23143
23144 * faces.el (list-faces-display): Add optional argument.
23145
23146 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
23147
23148 * font-core.el (font-lock-default-function): Handle the rare case where
23149 only font-lock-keywords is set.
23150
23151 2005-02-02 Kenichi Handa <handa@m17n.org>
23152
23153 * international/characters.el: Cancel previous change for
23154 I-WITH-DOT-ABOVE and DOTLESS-i.
23155
23156 * international/latin-5.el: Cancel previous change.
23157
23158 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
23159
23160 * progmodes/gud.el: Correction to syntax in gud-menu-map.
23161
23162 2005-02-02 Kenichi Handa <handa@m17n.org>
23163
23164 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
23165 DOTLESS-i.
23166
23167 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
23168 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
23169
23170 * case-table.el (get-upcase-table): New function.
23171 (copy-case-table): Copy upcaes table too if non-nil.
23172 (set-case-syntax-delims): Maintain upcase table too.
23173 (set-case-syntax-pair): Likewise.
23174 (set-upcase-syntax, set-downcase-syntax): New functions.
23175 (set-case-syntax): Maintain upcase table too.
23176
23177 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
23178
23179 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
23180
23181 * progmodes/gud.el (gud-goto-info): New function.
23182 (gud-tool-bar-map): Use correct icon.
23183
23184 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
23185
23186 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
23187 When delegating, order args in the funcall correctly.
23188
23189 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
23190
23191 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
23192
23193 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
23194
23195 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
23196 buffer not visiting a file.
23197
23198 2005-01-31 Jay Belanger <belanger@truman.edu>
23199
23200 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
23201 bound on the line with the formula.
23202
23203 2005-01-31 Kim F. Storm <storm@cua.dk>
23204
23205 * ses.el (ses-create-cell-variable-range)
23206 (ses-destroy-cell-variable-range, ses-reset-header-string)
23207 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
23208 (ses-insert-row): Fix format of apply undo entries.
23209
23210 2005-01-31 Jay Belanger <belanger@truman.edu>
23211
23212 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
23213 parts.
23214
23215 * calc/calc-embed.el (calc-embedded-open-formula)
23216 (calc-embedded-close-formula): Ignore matrix environments.
23217
23218 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
23219 TeX mode.
23220
23221 * calc/calc-lang.el (math-function-table, math-oper-table)
23222 (math-variable-table): Adjust the LaTeX portions.
23223
23224 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
23225 (math-latex-ignore-words): New constant.
23226
23227 2005-01-31 Richard M. Stallman <rms@gnu.org>
23228
23229 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
23230 (ispell-local-dictionary): Doc fix.
23231 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
23232 Don't reinitialize at run time. Don't defcustom.
23233 All uses changed to append ispell-local-dictionary-alist,
23234 or check it first.
23235 (ispell-current-dictionary): New variable for dictionary in use.
23236 (ispell-dictionary): Now used only for global default.
23237 (ispell-start-process): Set ispell-current-dictionary,
23238 not ispell-dictionary.
23239 (ispell-change-dictionary): Use this only for setting
23240 user preferences.
23241 (ispell-internal-change-dictionary): New function
23242 to change the current dictionary in use.
23243 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
23244 Use ispell-current-dictionary.
23245 Handle ispell-local-dictionary-overridden.
23246 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
23247
23248 2005-01-31 Jay Belanger <belanger@truman.edu>
23249
23250 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
23251
23252 * calc/calc-ext.el: Add calc-latex-language to autoloads.
23253 (calc-mode-map): Add calc-latex-language.
23254
23255 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
23256 (math-latex-print-frac): New functions.
23257 (math-oper-table, math-function-table, math-variable-table)
23258 (math-complex-format, math-input-filter): Add latex properties.
23259 (calc-set-language): Set math-expr-special-function-mapping.
23260
23261 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
23262 (calc-write-parse-table-part): Add LaTeX support.
23263
23264 * calc/calc.el (calc-language): Adjust docstring.
23265 (calc-set-mode-line): Add LaTeX support.
23266 (math-expr-special-function-mapping): New variable.
23267 (math-tex-ignore-words): Add to list.
23268
23269 * calc/calccomp.el (math-compose-expr, math-compose-rows):
23270 Add LaTeX support.
23271 (math-compose-expr): Add support for special functions.
23272
23273 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
23274
23275 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
23276
23277 * progmodes/gdb-ui.el (gdb-memory-address)
23278 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
23279 (gdb-memory-mode-map, gdb-memory-format-keymap)
23280 (gdb-memory-format-menu, gdb-memory-unit-keymap)
23281 (gdb-memory-unit-menu): New variables for a buffer
23282 that lets the user examine program memory.
23283 (gdb-memory-set-address, gdb-memory-set-repeat-count)
23284 (gdb-memory-format-binary, gdb-memory-format-octal)
23285 (gdb-memory-format-unsigned, gdb-memory-format-signed)
23286 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
23287 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
23288 (gdb-memory-unit-word, gdb-memory-unit-halfword)
23289 (gdb-memory-unit-byte, gdb-memory-unit-menu)
23290 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
23291 (gdb-memory-mode, gdb-memory-buffer-name)
23292 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
23293 New functions for above buffer.
23294
23295 2005-01-30 Richard M. Stallman <rms@gnu.org>
23296
23297 * cus-edit.el (custom-bury-buffer): Function deleted.
23298 (custom-buffer-done-function): Option deleted.
23299 (custom-buffer-done-kill): New replacement option.
23300 (Custom-buffer-done): Call quit-window.
23301 (custom-buffer-create-internal): Update for above changes.
23302
23303 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
23304
23305 * simple.el (undo-ask-before-discard): New var.
23306 (undo-outer-limit-truncate): Implement it.
23307 (undo-extra-outer-limit): Doc update.
23308
23309 2005-01-29 Richard M. Stallman <rms@gnu.org>
23310
23311 * ses.el (undo-more): Delete defadvice.
23312 (ses-begin-change): Doc fix.
23313
23314 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
23315 instead of rebinding C-x u and C-_.
23316
23317 * files.el (normal-backup-enable-predicate): Return nil for files
23318 in /tmp, regardless of temporary-file-directory.
23319
23320 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
23321
23322 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
23323 (open-rectangle, delete-whitespace-rectangle-line)
23324 (clear-rectangle-line): If FILL, pass t instead of FILL
23325 for move-to-column's 2nd arg.
23326
23327 * simple.el (undo): Fix the test for continuing a series of undos.
23328 (undo-more): Set pending-undo-list to t when we reach end.
23329 (pending-undo-list): Move up defvar.
23330
23331 * wid-edit.el (widget-button-click):
23332 Shorten the range of the track-mouse binding.
23333
23334 * comint.el (comint-insert-input): Undo previous changes;
23335 use last-input-event in interactive spec.
23336
23337 2005-01-29 Eli Zaretskii <eliz@gnu.org>
23338
23339 * progmodes/compile.el (compilation-start): Bind buffer-read-only
23340 to nil before invoking call-process. Reset buffer's modified flag
23341 after fontifying it in the no-async branch.
23342
23343 * wid-edit.el (widget-specify-button): If mouse pointer shape
23344 cannot be changed, use mouse face instead.
23345
23346 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
23347
23348 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
23349 (gdb-goto-breakpoint): Make breakpoint handling work on template
23350 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
23351 (gdb-assembler-custom): Update to recognize breakpoint information
23352 added on 2005-01-19.
23353
23354 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
23355
23356 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
23357 (dsssl-mode): Use define-derived-mode.
23358 (scheme-mode-initialize): Remove.
23359 (scheme-mode): Use run-mode-hooks.
23360
23361 * cus-edit.el (customize-group-other-window)
23362 (custom-buffer-create-other-window): Don't override special-display-*.
23363 (custom-mode-map): Make it dense.
23364
23365 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
23366 sets the default value.
23367
23368 2005-01-28 Eli Zaretskii <eliz@gnu.org>
23369
23370 * descr-text.el: Add more keywords.
23371
23372 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
23373
23374 * speedbar.el: Avoid unnecessary use of locate-library.
23375
23376 * international/mule-cmds.el (standard-display-european-internal):
23377 Don't fiddle with latin-1 non-break space any more since it's now
23378 special cased in the C code.
23379 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
23380
23381 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
23382
23383 * cus-start.el (all): Add `undo-outer-limit'.
23384
23385 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
23386
23387 * textmodes/bibtex.el (bibtex-format-entry):
23388 Use `bibtex-empty-field-re' only on the text of fields, not on entire
23389 field lines.
23390 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
23391 not on part of a buffer.
23392
23393 2005-01-25 Lute Kamstra <lute@gnu.org>
23394
23395 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
23396 nonempty field text strings like "{letters\\macro{}more letters}".
23397 Clarify docstring.
23398 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
23399 (bibtex-entry-offset, bibtex-parse-association)
23400 (bibtex-parse-field-name): Fix typos in docstrings.
23401 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
23402
23403 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
23404
23405 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
23406 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
23407 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
23408 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
23409
23410 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
23411 isearch minor mode.
23412
23413 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
23414
23415 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
23416
23417 2005-01-24 Lute Kamstra <lute@gnu.org>
23418
23419 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
23420 CASECHARS and NOT-CASECHARS regular expressions of the
23421 "nederlands" and "nederlands8" dictionaries to prevent a "Range
23422 striding over charsets" error.
23423
23424 2005-01-24 Jay Belanger <belanger@truman.edu>
23425
23426 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
23427 display variable name.
23428
23429 2005-01-24 Kenichi Handa <handa@m17n.org>
23430
23431 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
23432 Fix setting of the element of encoded-kbd-iso2022-invocations.
23433
23434 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
23435
23436 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
23437 (gdb-threads-select): Change to also accept mouse events.
23438 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
23439 (gdb-threads-mouse-select): Delete.
23440
23441 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
23442
23443 * files.el (insert-directory): Take care of empty directory,
23444 listed without -a switch.
23445
23446 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
23447
23448 * textmodes/refill.el (refill-post-command-function):
23449 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
23450 to the list of functions that we should be careful not to undo.
23451 (refill-late-fill-paragraph-function): Remove.
23452 (refill-saved-state): New var.
23453 (refill-mode): Use it to save fill-paragraph-function.
23454 Save also the value of auto-fill-function.
23455
23456 * term/w32-win.el: Simplify code.
23457
23458 2005-01-23 Kim F. Storm <storm@cua.dk>
23459
23460 * simple.el (line-move): Adapt to new return value from
23461 pos-visible-in-window-p.
23462
23463 * simple.el (line-move): Fix last change. Check partial
23464 visibility at point rather than at window-start.
23465
23466 2005-01-22 Jason Rumney <jasonr@gnu.org>
23467
23468 * term/w32-win.el (xw-defined-colors): Remove debug-message.
23469
23470 2005-01-22 David Kastrup <dak@gnu.org>
23471
23472 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
23473
23474 2005-01-22 Eli Zaretskii <eliz@gnu.org>
23475
23476 * type-break.el (type-break-mode): Add a test for
23477 type-break-file-name being non-nil.
23478
23479 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
23480
23481 * net/eudc.el (top level): Call (message "") via progn, so that
23482 eudc-options-file is loaded.
23483
23484 2005-01-22 Kim F. Storm <storm@cua.dk>
23485
23486 * simple.el (line-move-1): Rename from line-move.
23487 (line-move): New function that adjusts vscroll for partially
23488 visible rows, and calls line-move-1 otherwise.
23489
23490 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
23491
23492 * pcomplete.el: Define pcomplete-read-event instead of read-event,
23493 since it's not a complete read-event implementation
23494
23495 2005-01-20 Jay Belanger <belanger@truman.edu>
23496
23497 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
23498 for called function.
23499
23500 2005-01-20 Steven Tamm <steventamm@mac.com>
23501
23502 * term/mac-win.el (process-connection-type): Remove.
23503 Controlled now by s/darwin.h:PTY_ITERATION.
23504
23505 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
23506
23507 * window.el (handle-select-window): Don't switch window when we're
23508 in the minibuffer.
23509
23510 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
23511
23512 * subr.el (dotimes-with-progress-reporter): New macro.
23513
23514 * ses.el (ses-dotimes-msg): Remove macro.
23515 Use `dotimes-with-progress-reporter' instead.
23516
23517 2005-01-19 Steven Tamm <steventamm@mac.com>
23518
23519 * term/mac-win.el (process-connection-type): Use new
23520 operating-system-release variable to use ptys on Darwin 7 (OS X
23521 10.3) when using carbon build.
23522
23523 2005-01-19 Jay Belanger <belanger@truman.edu>
23524
23525 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
23526 flags if the last command was a tab or M-tab.
23527
23528 * calc/calc-prog.el (calc-user-define-edit): Put original formula
23529 in formula editing buffer.
23530
23531 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
23532
23533 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
23534 breakpoint image symbol in margin.
23535
23536 2005-01-19 Jay Belanger <belanger@truman.edu>
23537
23538 * calc/calc-prog.el (calc-execute-kbd-macro):
23539 Ignore calc-keep-arg-flag.
23540
23541 2005-01-19 Kenichi Handa <handa@m17n.org>
23542
23543 * textmodes/ispell.el (ispell-looking-at): New function.
23544 (ispell-process-line): Use ispell-looking-at to compare the ispell
23545 output and the buffer contents.
23546
23547 2005-01-18 Jay Belanger <belanger@truman.edu>
23548
23549 * calc/calc.el (calc-display-raw): Fix docstring.
23550
23551 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
23552
23553 * simple.el (blink-matching-open): Strip extra info from syntax.
23554
23555 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
23556 funny chars in the end-of-here-doc marker.
23557
23558 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
23559
23560 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
23561 that enable/disabled state of breakpoints is shown correctly in
23562 fringe and on ttys.
23563 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
23564 Add breakpoint information as text properties.
23565 (gdb-mouse-toggle-breakpoint):
23566 Rename to gdb-mouse-set-clear-breakpoint.
23567 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
23568 breakpoints in the margin.
23569 (gdb-remove-strings): Simplify.
23570
23571 2005-01-17 Jay Belanger <belanger@truman.edu>
23572
23573 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
23574 erasing buffer.
23575
23576 2005-01-17 Richard M. Stallman <rms@gnu.org>
23577
23578 * progmodes/grep.el (grep-find): Copy from `grep' the condition
23579 for calling grep-compute-defaults.
23580
23581 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
23582 if buffer is empty.
23583
23584 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
23585
23586 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
23587
23588 * hilit-chg.el (highlight-changes-mode): Don't autoload.
23589
23590 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
23591 non-preloaded variables.
23592
23593 2005-01-17 Steven Tamm <steventamm@mac.com>
23594
23595 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
23596 tex-shell cause to force interactivity when using pipes.
23597
23598 2005-01-17 Kim F. Storm <storm@cua.dk>
23599
23600 * simple.el (just-one-space): Make arg optional.
23601
23602 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
23603
23604 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
23605 posn-at-x-y to t to access left-margin.
23606
23607 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
23608
23609 Sync with Tramp 2.0.47.
23610
23611 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
23612 catching keep-date problems in cp/scp operations.
23613 (tramp-handle-copy-file): Don't call `set-file-modes'
23614 unconditionally. Specialized functions should know better what is
23615 necessary. This improves performance a little bit, and the
23616 functions could catch errors with `cp -p' and `scp -p'.
23617 (tramp-do-copy-or-rename-file-via-buffer)
23618 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
23619 when appropriate.
23620 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
23621 Call `set-file-modes' when appropriate.
23622 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
23623 Johnsson <isak@hypergene.com>
23624 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
23625 of both Tramp buffer and debug buffer. Reported by Joakim Verona
23626 <joakim@verona.se>
23627 (tramp-file-name-for-operation): Mark `shell-command' as magic for
23628 Emacs only.
23629
23630 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
23631 `find-file-hooks' and `dired-mode-hook'.
23632 (tramp-minor-mode-map): Respective map. Add remapping for
23633 `compile' and `recompile'.
23634 (tramp-remap-command, tramp-recompile): New defuns.
23635 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
23636 in buffer "*Compilation*". Call the commands asynchronously.
23637
23638 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
23639 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
23640 `shell-command', because it isn't magic in XEmacs. Reported by
23641 Adrian Aichner <adrian@xemacs.org>.
23642
23643 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
23644 `substitute-in-file-name.
23645 (tramp-smb-handle-substitute-in-file-name): New defun.
23646 (tramp-smb-advice-PC-do-completion): Delete advice.
23647
23648 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
23649
23650 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
23651 Fix error in deleting region.
23652
23653 2005-01-15 Richard M. Stallman <rms@gnu.org>
23654
23655 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
23656 In non-temp buffer, switch syntax table temporarily.
23657
23658 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
23659
23660 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
23661
23662 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
23663
23664 * imenu.el (imenu--split-menu): Copy menulist before sorting.
23665 (imenu--generic-function): Use START, not BEG, as pos of definition.
23666
23667 * simple.el (just-one-space): Argument specifies number of spaces.
23668
23669 * simple.el (eval-expression-print-format): Avoid warning
23670 about edebug-active.
23671
23672 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
23673
23674 * progmodes/sh-script.el: Code copied from make-mode.el
23675 with small changes,
23676 (sh-mode-map): Bind C-c C-\.
23677 (sh-backslash-column, sh-backslash-align): New variables.
23678 (sh-backslash-region, sh-append-backslash): New functions.
23679
23680 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
23681
23682 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
23683 (rmail-pop-password, rmail-pop-password-required): Move to
23684 rmail-obsolete group.
23685 (rmail-set-pop-password): Rename to rmail-set-remote-password.
23686 All callers updated.
23687 (rmail-get-pop-password): Rename to rmail-get-remote-password.
23688 Take an argument specifying whether it is POP or IMAP mailbox we
23689 are using. All callers updated.
23690 (rmail-pop-password-error): Rename to
23691 rmail-remote-password-error. Added mailutils-specific error message.
23692 (rmail-movemail-search-path)
23693 (rmail-movemail-variant-in-use): New variables.
23694 (rmail-remote-password, rmail-remote-password-required):
23695 New customization variables.
23696 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
23697 (rmail-parse-url): New function.
23698 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
23699 with GNU mailutils movemail.
23700
23701 2005-01-15 Kevin Ryde <user42@zip.com.au>
23702
23703 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
23704 suffix to space, $ or '$, to correctly position point when going
23705 to @table style constants like DBL_MAX.
23706
23707 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
23708
23709 * type-break.el (type-break-mode, type-break-file-time)
23710 (type-break-file-keystroke-count, type-break-choose-file):
23711 Don't store data in or load data from the file if type-break-file-name
23712 is nil.
23713 (type-break-file-name): Doc update as per the above.
23714
23715 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
23716
23717 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
23718 lookup-key might return nil; handle that.
23719
23720 2005-01-15 Alan Mackenzie <acm@muc.de>
23721
23722 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
23723 rather than the element found, thus enabling the tree to be setcar'd.
23724
23725 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
23726
23727 * textmodes/org.el (org-show-following-heading): New option.
23728 (org-show-hierarchy-above): Use `org-show-following-heading'.
23729 (org-cycle): Documentation fix.
23730
23731 * textmodes/org.el (orgtbl-optimized): New option
23732 (orgtbl-mode): New command, a minor mode.
23733 (orgtbl-mode-map): New variable.
23734 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
23735 (orgtbl-error, orgtbl-self-insert-command)
23736 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
23737
23738 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
23739 a local variable in each org-mode buffer.
23740
23741 * textmodes/org.el (org-set-regexps-and-options): Rename from
23742 `org-set-regexps'. Added checking for STARTUP keyword.
23743 (org-get-current-options): Add STARTUP options.
23744 (org-table-insert-row): Make mode intelligent about when
23745 realignment is needed.
23746 (org-self-insert-command, org-delete-backward-char, org-delete-char):
23747 New commands.
23748 (org-enable-table-editor): New default value `optimized'.
23749 (org-table-blank-field): Support blanking regions if active.
23750
23751 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
23752
23753 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
23754 if the year is not given.
23755
23756 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
23757 Add new escapes %m and %M, fixed bug with %F by adding
23758 save-match-data.
23759 (reftex-reference): Remove ?. from list of spaces.
23760 (reftex-label-info): Add automatic label prefix recognition.
23761
23762 * textmodes/reftex-index.el (reftex-index-next-phrase):
23763 Add slave parameter to call of `reftex-index-this-phrase'.
23764 (reftex-index-this-phrase): New optional argument.
23765 (reftex-index-region-phrases): Add slave parameter to call of
23766 `reftex-index-this-phrase'.
23767 (reftex-display-index): New argument redo.
23768 (reftex-index-rescan): Add `redo' to arguments of
23769 `reftex-display-index'.
23770 (reftex-index-Rescan, reftex-index-revert)
23771 (reftex-index-switch-index-tag): Add `redo' to arguments of
23772 `reftex-display-index'.
23773 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
23774 indexing. Fix bug with matching is there is a quote before or
23775 after the word.
23776
23777 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
23778 Fix bug when collecting citation keys in lines with comments.
23779 (reftex-citation): Prefix argument no longer rescans the document,
23780 but forces prompting for optional arguments of cite macros.
23781 (reftex-do-citation): Prompting for optional arguments implemented.
23782
23783 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
23784 Add optional arguments to most cite commands.
23785 (reftex-cite-cleanup-optional-args): New option
23786 (reftex-cite-prompt-optional-args): New option.
23787 (reftex-trust-label-prefix): New option.
23788
23789 * textmodes/reftex-toc.el (reftex-toc-find-section):
23790 Add push-mark before changing the position in the buffer.
23791
23792 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
23793 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
23794
23795 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
23796
23797 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
23798 more carefully.
23799
23800 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
23801
23802 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
23803 (sgml-mode): Use it.
23804 (sgml-get-context): Better keep track of implicitly closed tags.
23805
23806 2005-01-13 Kenichi Handa <handa@m17n.org>
23807
23808 * textmodes/ispell.el: These changes are to fix misalignment error
23809 caused by equivalent characters of different Emacs charsets.
23810 (ispell-unified-chars-table): New variable.
23811 (ispell-get-decoded-string): New function.
23812 (ispell-get-casechars, ispell-get-not-casechars)
23813 (ispell-get-otherchars): Call ispell-get-decoded-string.
23814
23815 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
23816
23817 * custom.el (custom-declare-variable): Just put symbol instead
23818 of (defvar . symbol) in `current-load-list'.
23819
23820 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
23821
23822 * emacs-lisp/elint.el: Fixed typo in Commentary section.
23823
23824 2005-01-12 Jay Belanger <belanger@truman.edu>
23825
23826 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
23827 to create a Calc summary.
23828
23829 2005-01-12 Kim F. Storm <storm@cua.dk>
23830
23831 * mouse.el (mouse-on-link-p): Change functionality and doc
23832 string to comply with latest description in lisp ref.
23833
23834 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
23835
23836 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
23837 Enable mouse clicks on mode-line, header-line and margin.
23838 (event-type): Give mouse event symbols an `event-kind' property
23839 with value `mouse-click'.
23840
23841 2005-01-12 Juri Linkov <juri@jurta.org>
23842
23843 * facemenu.el (list-colors-display): Add new arg buffer-name.
23844 Use it. Fix docstring. Replace code for identifying duplicate
23845 colors by the name with call to `list-colors-duplicates' which
23846 identifies duplicate colors by the value unless the color
23847 is one of special Windows colors. Set truncate-lines to t.
23848 Print sorted duplicate color names on each line. Indent to 22
23849 \(the longest color name in rgb.txt) instead of 20. Optimize.
23850 (list-colors-duplicates): New function.
23851 (facemenu-color-name-equal): Delete function.
23852
23853 * facemenu.el (list-colors-print): New function created from code
23854 in list-colors-display. Print #RRGGBB at the window right edge.
23855 (list-colors-display): When temp-buffer-show-function is not
23856 defined, call list-colors-print from temp-buffer-show-hook
23857 to get the right value of window-width in list-colors-print
23858 after the buffer is displayed.
23859
23860 * simple.el (pop-mark): Move deactivate-mark out of conditional
23861 part to deactivate the active mark regardless of the state of the
23862 mark ring.
23863
23864 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
23865 variables line in desktop files.
23866
23867 2005-01-12 Juri Linkov <juri@jurta.org>
23868
23869 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
23870 Bring together isearch highlight related options.
23871 (lazy-highlight): Replace group `replace' by `matching'.
23872 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
23873 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
23874 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
23875 and declare them obsolete.
23876 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
23877 (isearch-faces): Remove defgroup.
23878 (isearch-overlay, isearch-highlight, isearch-dehighlight):
23879 Move isearch highlighting code closer to lazy highlighting code.
23880
23881 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
23882 (query-replace-highlight, query-replace-lazy-highlight)
23883 (query-replace): Move definitions to the beginning of the file.
23884
23885 2005-01-11 Juri Linkov <juri@jurta.org>
23886
23887 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
23888 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
23889 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
23890
23891 * info.el (Info-history-forward): New variable.
23892 (Info-select-node): Reset Info-history-forward to nil.
23893 (Info-last): Turn into defalias.
23894 (Info-history-back): Rename from Info-last.
23895 Add current node to Info-history-forward.
23896 (Info-history-forward): New fun.
23897 (Info-mode-map): Replace Info-last by Info-history-back.
23898 Bind Info-history-forward to "r".
23899 (Info-mode-menu): Replace Info-last by Info-history-back.
23900 Fix menu item text. Add menu item for Info-history-forward.
23901 (info-tool-bar-map): Replace Info-last by Info-history-back.
23902 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
23903 for Info-history-forward.
23904 (Info-mode): Replace Info-last by Info-history-back in docstring.
23905 Add local variable Info-history-forward.
23906 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
23907
23908 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
23909
23910 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
23911 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
23912 Ignore select-window events rather than fiddle with
23913 mouse-autoselect-window.
23914
23915 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
23916
23917 * type-break.el (type-break-mode): Fix previous change.
23918
23919 2005-01-10 Jay Belanger <belanger@truman.edu>
23920
23921 * calc/calc-ext.el (calc-reset): Reset when inside embedded
23922 calculator; only reset when point is inside a calculator.
23923 Don't adjust the window height if the window takes up the whole height
23924 of the frame.
23925
23926 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
23927
23928 * ebuff-menu.el (Electric-buffer-menu-mode):
23929 Preserve value of buffer-local var header-line-format.
23930
23931 2005-01-09 Jay Belanger <belanger@truman.edu>
23932
23933 * calc/calc.el (calc-mode-var-list-restore-saved-values):
23934 Make sure settings file exists before accessing it.
23935
23936 * calc/calc-embed.el (calc-embedded-subst):
23937 Replace math-multi-subst-rec, which is only supposed to be called
23938 by math-multi-subst, by math-multi-subst.
23939
23940 2005-01-09 Andre Spiegel <spiegel@gnu.org>
23941
23942 * vc.el (vc-allow-async-revert): New user option.
23943 (vc-disable-async-diff): New internal variable.
23944 (vc-revert-buffer): Use them to disable asynchronous diff.
23945
23946 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
23947 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
23948 asynchronously if vc-disable-async-diff is t.
23949
23950 2005-01-09 Jay Belanger <belanger@truman.edu>
23951
23952 * calc/calc.el (defcalcmodevar): New macro.
23953 (calc-mode-var-list-restore-default-values)
23954 (calc-mode-var-list-restore-saved-values): New functions.
23955 (calc-mode-var-list): Use defcalcmodevar to define it.
23956 (calc-always-load-extensions, calc-line-numbering)
23957 (calc-line-breaking, calc-display-just, calc-display-origin)
23958 (calc-number-radix, calc-leading-zeros, calc-group-digits)
23959 (calc-group-char, calc-point-char, calc-frac-format)
23960 (calc-prefer-frac, calc-hms-format, calc-date-format)
23961 (calc-float-format, calc-full-float-format, calc-complex-format)
23962 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
23963 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
23964 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
23965 (calc-matrix-brackets, calc-language, calc-language-option)
23966 (calc-left-label, calc-right-label, calc-word-size)
23967 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
23968 (calc-display-raw, calc-internal-prec, calc-angle-mode)
23969 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
23970 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
23971 (calc-window-height, calc-display-trail, calc-show-selections)
23972 (calc-use-selections, calc-assoc-selections)
23973 (calc-display-working-message, calc-auto-why, calc-timing)
23974 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
23975 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
23976 (calc-gnuplot-default-device, calc-gnuplot-default-output)
23977 (calc-gnuplot-print-device, calc-gnuplot-print-output)
23978 (calc-gnuplot-geometry, calc-graph-default-resolution)
23979 (calc-graph-default-resolution-3d, calc-invocation-macro)
23980 (calc-show-banner): Use defcalcmodevar to declare them and set
23981 their default values.
23982
23983 * calc/calc-ext.el (calc-reset): Restore saved values of variables
23984 instead of default values (but restore default values if there is
23985 an argument of 0).
23986
23987 2005-01-09 David Kastrup <dak@gnu.org>
23988
23989 * desktop.el (desktop-restore-eager): Fix typo in type.
23990
23991 2005-01-08 Richard M. Stallman <rms@gnu.org>
23992
23993 * cus-edit.el (customize): Delete :link.
23994
23995 2005-01-08 Jay Belanger <belanger@truman.edu>
23996
23997 * calc/calc.el (calc-mode): Remove the extension from the
23998 `calc-settings-file' file name when loading it.
23999
24000 2005-01-08 Kim F. Storm <storm@cua.dk>
24001
24002 * info.el (Info-mode-map, Info-next-link-keymap)
24003 (Info-prev-link-keymap, Info-up-link-keymap):
24004 Map follow-link to mouse-face.
24005 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
24006
24007 2005-01-08 Jay Belanger <belanger@truman.edu>
24008
24009 * calc/calc.el (calc-settings-file): Change default value.
24010 Suggested by cgw in a comment in calc-mode.el.
24011
24012 * calc/calc-mode.el (calc-settings-file-name):
24013 Compare calc-settings-file to user-init-file instead of ~/.emacs.
24014 Replace ~/.emacs in a prompt by calc-settings-file.
24015
24016 2005-01-07 Lars Hansen <larsh@math.ku.dk>
24017
24018 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
24019 (desktop-lazy-idle-delay): New customizable variables.
24020 (desktop-buffer-args-list): New variable.
24021 (desktop-append-buffer-args): New function.
24022 (desktop-save): Call desktop-append-buffer-args for some buffers.
24023 (desktop-lazy-create-buffer): New function.
24024 (desktop-idle-create-buffers): New function.
24025 (desktop-read): Add message about buffers to restore lazily.
24026 (desktop-lazy-abort): New command.
24027 (desktop-clear): Call desktop-lazy-abort.
24028 (desktop-lazy-complete): New command.
24029
24030 2005-01-06 Richard M. Stallman <rms@gnu.org>
24031
24032 * emacs-lisp/find-func.el (find-face-definition):
24033 Rename from find-face.
24034
24035 2005-01-06 Kim F. Storm <storm@cua.dk>
24036
24037 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
24038
24039 * man.el (Man-xref-man-page, Man-xref-header-file)
24040 (Man-xref-normal-file): Add follow-link property.
24041
24042 2005-01-06 Jay Belanger <belanger@truman.edu>
24043
24044 * calc/calc-units.el: Make sure the proper macro definitions are
24045 available when compiling.
24046
24047 2005-01-06 Juri Linkov <juri@jurta.org>
24048
24049 * isearch.el (isearch-lazy-highlight-update):
24050 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
24051
24052 2005-01-06 Miles Bader <miles@gnu.org>
24053
24054 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
24055 (isearch-lazy-highlight-face): Use new name.
24056
24057 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
24058
24059 * uniquify.el (uniquify-rationalize-file-buffer-names):
24060 Re-add an interactive spec.
24061 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
24062 to the same name.
24063
24064 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
24065 (isearch-update, isearch-done): Adjust calls accordingly.
24066
24067 2005-01-05 Richard M. Stallman <rms@gnu.org>
24068
24069 * custom.el (custom-set-variables, custom-theme-set-variables):
24070 Clarify documentation.
24071
24072 * emacs-lisp/find-func.el (find-variable)
24073 (find-variable-other-window, find-variable-other-frame):
24074 Fix the TYPE args to find-function-read and find-function-do-it.
24075 (find-function): Doc fix.
24076 (find-function-at-point): Replace function-at-point alias.
24077
24078 2005-01-04 Richard M. Stallman <rms@gnu.org>
24079
24080 * cus-face.el (custom-declare-face):
24081 Record defface in current-load-list.
24082
24083 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
24084
24085 * emacs-lisp/find-func.el: Doc fixes.
24086 (find-face-regexp): New variable.
24087 (find-function-regexp-alist): New variable.
24088 (find-function-C-source): Third arg is now TYPE.
24089 (find-function-search-for-symbol): Handle general TYPE.
24090 (find-function-read, find-function-do-it): Handle general TYPE.
24091 (find-definition-noselect, find-face): New functions.
24092 (function-at-point): Alias deleted.
24093
24094 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
24095
24096 * battery.el (display-battery-mode): Rename from display-battery.
24097 Handle the case where it gets turned off.
24098
24099 2005-01-04 Richard M. Stallman <rms@gnu.org>
24100
24101 * cus-edit.el (customize): Make :link point to user doc.
24102
24103 * man.el (Man-fontify-manpage): Turn off undo generation.
24104
24105 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
24106
24107 2005-01-04 Andreas Schwab <schwab@suse.de>
24108
24109 * files.el (insert-directory): Only look for error lines in
24110 inserted text. Don't move too far after processing --dired markers.
24111
24112 2005-01-04 Richard M. Stallman <rms@gnu.org>
24113
24114 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
24115 Don't expand if the character is @, period, dash, etc.
24116 (define-mail-abbrev): Quote names that contain problem characters.
24117
24118 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
24119
24120 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
24121
24122 2005-01-03 Richard M. Stallman <rms@gnu.org>
24123
24124 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
24125 (query-replace-highlight, query-replace-lazy-highlight)
24126 (query-replace): Definitions moved up. Doc fix.
24127
24128 2005-01-03 Richard M. Stallman <rms@gnu.org>
24129
24130 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
24131 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
24132 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
24133 (lazy-highlight-face): Rename from isearch-lazy-...
24134 Change all references to them.
24135
24136 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
24137
24138 * cus-edit.el (custom-file): Doc fix for defcustom.
24139 (custom-file): The function no longer sets the variable
24140 `custom-file' to its return value.
24141
24142 * startup.el (command-line): No longer load `custom-file'.
24143
24144 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
24145
24146 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
24147
24148 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
24149 Don't confuse module-prefixed identifiers for labels.
24150 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
24151
24152 2005-01-02 Richard M. Stallman <rms@gnu.org>
24153
24154 * files.el (basic-save-buffer-1): Fix previous change.
24155
24156 * loadhist.el (file-loadhist-lookup): New function.
24157 (file-provides, file-requires): Use it.
24158
24159 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
24160 instead of calculating the right size.
24161
24162 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
24163
24164 * vc-svn.el (vc-svn-diff): Stay local if possible.
24165
24166 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
24167
24168 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
24169
24170 * files.el (hack-local-variables): Fix last change.
24171
24172 2005-01-02 Jay Belanger <belanger@truman.edu>
24173
24174 * calc/calc-yank.el (calc-edit-top): New variable.
24175 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
24176 object. Change header properties.
24177 (calc-edit-finish, calc-edit-finish-stack-object)
24178 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
24179 edited object.
24180 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
24181 for the beginning of the edited object.
24182 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
24183 for the beginning of the edited object.
24184 * calc/calc-prog.el (calc-edit-macro-finish-edit)
24185 (calc-finish-formula-edit, calc-macro-repeats)
24186 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
24187 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
24188 beginning of the edited object.
24189 (calc-user-define-edit): Change the header for editing macros.
24190 Remove unnecessary variable.
24191
24192 2005-01-01 Jay Belanger <belanger@truman.edu>
24193
24194 * calc/calc-yank.el (calc-edit-mode): Change default header.
24195 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
24196 * calc/calc-store.el (calc-edit-variable): Change title to match new
24197 header.
24198 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
24199 mode to match new header.
24200 (calc-user-define-edit): Change titles to include names of commands.
24201 (calc-finish-formula-edit): Adjust to handle new header.
24202 (calc-finish-macro-edit): Remove.
24203 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
24204 (calc-edit-macro-command, calc-edit-macro-command-type)
24205 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
24206 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
24207 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
24208 (calc-edit-macro-finish-edit): New functions.
24209 (calc-user-define-edit): Use new functions to edit named calc macros.
24210
24211 2005-01-01 Stefan <monnier@iro.umontreal.ca>
24212
24213 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
24214
24215 * ses.el (copy-region-as-kill): Deactivate mark.
24216
24217 2005-01-01 Richard M. Stallman <rms@gnu.org>
24218
24219 * replace.el (occur-1): If the output buffer is also an input,
24220 don't kill it, rename it.
24221
24222 * faces.el (set-face-background, set-face-foreground): Doc fix.
24223
24224 * cus-face.el (custom-face-attributes): Fix :help-echo strings
24225 for :foreground and :background.
24226
24227 * dired.el (dired-view-command-alist): Variable deleted.
24228 (dired-view-file, dired-mouse-find-file-other-window):
24229 Delete the code to use it.
24230
24231 2005-01-01 Kim F. Storm <storm@cua.dk>
24232
24233 * image.el (insert-sliced-image): Use t for line-height property.
24234
24235 See ChangeLog.11 for earlier changes.
24236
24237 ;; Local Variables:
24238 ;; coding: iso-2022-7bit
24239 ;; End:
24240
24241 Copyright (C) 2005, 2006 Free Software Foundation, Inc.
24242 Copying and distribution of this file, with or without modification,
24243 are permitted provided the copyright notice and this notice are preserved.
24244
24245 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1