]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
2
3 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
4 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
5 Tag'. Change "Compare directories..." to "Change Directories...".
6
7 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
8 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
9 `tumme-delete-tag'.
10
11 * dired.el (dired-mode-map): Move tumme commands to Operate,
12 Regexp and Immediate menus. Change "Add Comment" to "Add Image
13 Comment". Change "Add Image Tag" to "Add Image Tags".
14
15 2006-05-26 Luc Teirlinck <teirllm@auburn.edu>
16
17 * shell.el (shell-mode): Call shell-dirtrack-mode after
18 list-buffers-directory is made a local variable, to avoid setting
19 the default value.
20
21 2006-05-26 Eli Zaretskii <eliz@gnu.org>
22
23 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
24 and "Find Command in Manual" to here.
25
26 * buff-menu.el (list-buffers-noselect): For Info buffers, use
27 Info-current-file as the file name.
28
29 2006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
30
31 * ses.el (defadvice undo-more): Delete this defadvice. The undo
32 overrides will now be done a different way.
33 (ses-set-parameter): Reapply this function for undo.
34 (ses-set-header-row): Reconstruct header row during undo.
35 (ses-widen): New function.
36 (ses-goto-data, ses-reconstruct-all): Use new function.
37 (ses-command-hook): Widen buffer during undo, before unupdating
38 the cells.
39 (ses-insert-row, ses-delete-row): Widen buffer during undo.
40 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
41 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
42 formula hasn't been executed yet.
43
44 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
45
46 * comint.el (comint-kill-whole-line): Rename arg to count. Fix
47 doc string.
48
49 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
50
51 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
52 to copy-file.
53
54 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
55
56 * simple.el (toggle-truncate-lines): Make arg optional for
57 backward compatibility.
58
59 2006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
60
61 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
62 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
63 DLL arg. Instead, use ewoc--current-dll. Update all callers.
64 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
65 (ewoc--adjust): Use ewoc--current-dll.
66 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
67
68 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
69
70 * textmodes/org.el: (org-next-item, org-previous-item): Emit more
71 compact error message.
72 (org-tags-view): Refresh category table in each file.
73 (org-table-justify-field-maybe): Removed superfluous arguments to
74 `format'.
75 (org-export-as-html): Insert "<p>" before postamble.
76 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill
77 ring.
78
79 2006-05-26 Kenichi Handa <handa@m17n.org>
80
81 * textmodes/po.el (po-find-charset): Pay attention to the case
82 FILENAME is a cons (NAME . BUFFER).
83 (po-find-file-coding-system-guts): Likewise.
84
85 * arc-mode.el (archive-set-buffer-as-visiting-file): Call
86 find-operation-coding-system with (FILENAME . BUFFER).
87
88 * tar-mode.el (tar-extract): Call find-operation-coding-system
89 with (FILENAME . BUFFER).
90
91 * international/mule.el (decode-coding-inserted-region): Call
92 find-operation-coding-system with (FILENAME . BUFFER).
93
94 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
95
96 * image-mode.el (image-toggle-display): Use buffer contents to
97 generate image for a remote file.
98
99 2006-05-25 Juri Linkov <juri@jurta.org>
100
101 * replace.el (query-replace-read-from, query-replace-read-to):
102 Remove 8th arg KEEP-ALL in read-from-minibuffer.
103
104 2006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
105 * whitespace.el (whitespace-cleanup): change to cleanup
106 region if one is active
107 * whitespace.el (whitespace-cleanup-internal): new internal
108 method
109
110 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
111
112 * dired.el (dired-mode-map): Add help-echo strings to tumme
113 commands.
114
115 * tumme.el (tumme-display-image): Change documentation string
116 slightly.
117 (tumme-dired-display-image): Add call to `display-buffer'.
118
119 * dired.el (dired-mode-map): Bind `tumme-dired-display-image'
120 to C-t i.
121
122 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
123
124 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
125 Signal error if RAW-DATA is a multibyte string.
126
127 2006-05-24 Richard Stallman <rms@gnu.org>
128
129 * subr.el (with-local-quit): When handling `quit' signal,
130 make a chance for quit-flag to cause a quit.
131
132 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
133 (ad-disable-advice): Add autoloads.
134
135 * subr.el (read-passwd): Copy PROMPT before changing its properties.
136
137 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
138
139 * dired.el (dired-mode-map): Change menu items for tumme as per
140 suggestions in emacs-devel.
141
142 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
143
144 * dired.el (dired-mode-map): Fix breakage.
145
146 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
147
148 * tumme.el (tumme-display-dired-image): Rename to...
149 (tumme-dired-display-image): ...this.
150 (tumme-track-movement): Change default value to t.
151 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
152 used from `tumme-next-line-and-display' and similar commands.
153
154 * dired.el (dired-mode-map): Add Thumbnail submenu under the
155 Immediate menu. Add some tumme commands there.
156
157 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
158
159 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
160
161 2006-05-24 Chong Yidong <cyd@mit.edu>
162
163 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
164 menu entries that open submenus.
165
166 2006-05-24 Alan Mackenzie <acm@muc.de>
167
168 * startup.el (command-line): For names of preloaded files, don't
169 append ".elc" (now done in Fload), and call file-truename on the
170 lisp directory.
171
172 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
173 match ANY loaded file with the right name, not just those in
174 load-path. Put a regexp matching the file name into
175 after-load-alist, rather than the name itself.
176
177 * subr.el: New functions load-history-regexp,
178 load-history-filename-element, do-after-load-evaluation.
179
180 * international/mule.el (load-with-code-conversion): Do the
181 eval-after-load stuff by calling do-after-load-evaluation.
182
183 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
184
185 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
186 has not been killed.
187
188 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
189
190 * term/mac-win.el: Set idle timer to clean up expired Apple events.
191 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
192 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
193 Optionally set error message in reply.
194
195 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
196
197 * textmodes/org.el: (org-open-at-point): Use renamed variable
198 `org-confirm-shell-link-function'.
199 (org-confirm-shell-link-function): Renamed from
200 `org-confirm-shell-links'.
201 (org-export-directory): New function.
202 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
203 (org-export-icalendar): Use `org-export-directory'.
204 (org-indent-item): Keep cursor position.
205 (org-link-file-path-type): New option.
206 (org-export-as-html): Fixed bug with plain lists starting in
207 column 0.
208 (org-export-as-html): Removed deadline formatting, this happens
209 now already in `org-html-handle-time-stamps'.
210 (org-export-html-style): Deadline class removed.
211 (org-insert-labeled-timestamps-at-point): New option.
212 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
213 of `hide-sublevels 1', in case the first headline is not level 1.
214 (org-overview, org-content): New fuction.
215 (org-cycle-global-status, org-cycle-subtree-status): Make these
216 variables buffer-local.
217 (org-global-cycle): New command.
218 (org-shifttab): Use `org-global-cycle'.
219 (org-insert-heading, org-insert-item): Go to end of new
220 headline/item after creating it.
221 (org-export-visible): Renames from `org-export-copy-visible'. Now
222 creates a temporary org-file and applies an exporting command to
223 it.
224 (org-table-eval-formula): Support for lisp forms.
225 (org-agenda-todo-ignore-scheduled): New option.
226 (org-agenda-get-todos): Use new option
227 `org-agenda-todo-ignore-scheduled'.
228 (org-export-html-inline-images): New value `maybe'.
229 (org-export-as-html): Inlining of images dependent on link
230 description.
231 (org-archive-subtree): Check for end-of-buffer before trying
232 `kill-line'.
233 (org-agenda-follow-mode): New option.
234 (org-export-with-tags, org-export-with-timestamps): New options.
235 (org-html-handle-time-stamps): New function.
236 (org-keyword-time-regexp): New variable.
237 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
238 (org-agenda-todo-list-sublevels): New option.
239 (org-html-level-start): When TITLE is nil, just close all levels.
240 (org-parse-key-lines, org-parse-export-options): Functions
241 removed, replaced by `org-infile-export-plist'.
242 (org-combine-plists, org-infile-export-plist)
243 (org-default-export-plist): New functions.
244 (org-export-html-preamble, org-export-html-postamble)
245 (org-export-html-auto-preamble, org-export-html-auto-postamble):
246 New variables.
247 (org-export-publishing-directory): New option.
248 (org-export-as-html, org-export-as-ascii): Use the new property
249 lists for settings.
250 (org-export-copy-visible, org-export-as-xoxo): Respect
251 `org-export-publishing-directory'.
252 (org-link-search, org-store-link, org-file-apps): Support for
253 links to BibTeX database entries..
254 (org-get-current-options, org-set-regexps-and-options): Implement
255 logging as a startup option.
256 (org-store-link): Make sure context string is never empty
257 (org-insert-link): Use relative path when possible.
258 (org-at-item-checklet-p): New function.
259 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
260 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
261 (org-metaright, org-metaup, org-metadown, org-shiftup)
262 (org-shiftdown, org-shiftright, org-shiftleft)
263 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
264 Dispatch using `call-interactively'.
265 (org-call-with-arg): New defsubst.
266 (org-tag-alist, org-use-fast-tag-selection): New options.
267 (org-complete): Use `org-tag-alist'.
268 (org-fast-tag-insert, org-fast-tag-selection): New functions.
269 (org-next-item, org-previous-item): New commands.
270 (org-beginning-of-item, org-end-of-item): Added (interactive) to
271 make command.
272 (org-shiftup, org-shiftdown): Accommodate the item-navigation
273 commands.
274
275
276 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
277
278 * emacs-lisp/ewoc.el (ewoc-delete): New function.
279 (ewoc-filter): Use `ewoc-delete'.
280
281 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
282
283 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
284
285 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
286 Signal more user-friendly error messages.
287
288 * complete.el (PC-do-completion): Undo the addition of implicit
289 wildcards if they did not lead to finding any match.
290 (read-file-name-internal): Don't add the final > if the completion is
291 not finished.
292
293 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
294
295 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
296 Quote safe-local-variable predicate.
297
298 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
299
300 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
301
302 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
303
304 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
305
306 * progmodes/make-mode.el (makefile-special-targets-list)
307 (makefile-macro-table, makefile-target-table): Mark as risky.
308 (makefile-query-one-target-method): Make this the alias for the
309 following variable.
310 (makefile-query-one-target-method-function): Make this the real name.
311
312 * textmodes/artist.el (artist-text-renderer): Make this the alias
313 for the following variable.
314 (artist-text-renderer-function): Make this the real name.
315
316 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
317 the alias for the following variable.
318 (flyspell-generic-check-word-predicate): Make this the real name.
319
320 * textmodes/ispell.el (ispell-format-word): Make this the alias
321 for the following variable.
322 (ispell-format-word-function): Make this the real name.
323 (ispell-message-text-end): Mark as risky.
324
325 * skeleton.el (skeleton-transformation, skeleton-filter)
326 (skeleton-pair-filter): Make these the aliases for the following
327 variables.
328 (skeleton-transformation-function, skeleton-filter-function)
329 (skeleton-pair-filter-function): Make these the real names.
330
331 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
332 and skeleton-pair-filter-function.
333
334 * textmodes/sgml-mode.el (sgml-transformation): Make this the
335 alias for the following variable.
336 (sgml-transformation-function): Make this the real name.
337 (sgml-tag-alist): Mark as risky.
338
339 2006-05-21 Richard Stallman <rms@gnu.org>
340
341 * simple.el (kill-region): Interactively, pass point, then mark.
342
343 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
344
345 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
346
347 2006-05-21 Romain Francoise <romain@orebokech.com>
348
349 * dired-x.el (dired-mode-map): Don't bind M-g.
350
351 2006-05-20 Richard Stallman <rms@gnu.org>
352
353 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
354 (dired-goto-file): Doc fix.
355
356 2006-05-21 Kim F. Storm <storm@cua.dk>
357
358 * emulation/cua-base.el: Mention customizing cua-mode as alternative
359 way to enable built-in cua-mode if user loads older CUA-mode package.
360
361 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
362 if default-filename is specified.
363
364 2006-05-20 Eli Zaretskii <eliz@gnu.org>
365
366 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
367
368 * info.el (info-apropos): Make sure current-file and current-node
369 have non-nil values. Speed up by using add-to-list instead of
370 manual consing.
371
372 2006-05-20 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
373
374 * progmodes/make-mode.el (makefile-mode): Doc fix.
375
376 2006-05-20 Eli Zaretskii <eliz@gnu.org>
377
378 * dired-aux.el (dired-do-shell-command): Doc fix.
379
380 2006-05-20 Kevin Ryde <user42@zip.com.au>
381
382 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
383 ``(custom-manual :tag "Foo" "(foo)Node")''.
384
385 2006-05-20 Karl Chen <quarl@cs.berkeley.edu>
386
387 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
388 value is an integer.
389
390 2006-05-20 Eli Zaretskii <eliz@gnu.org>
391
392 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
393 "format".
394 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
395
396 2006-05-20 Martin Rudalics <rudalics@gmx.at>
397
398 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
399 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
400
401 2006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
402
403 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
404 regexp for keywords.
405
406 2006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
407
408 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
409 replace-regexp-in-string.
410
411 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
412 encode, and escape file name on conversion to URL.
413
414 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
415
416 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
417 Don't unescape URL.
418 (dnd-get-local-file-name): Unescape URL on conversion to file name.
419
420 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
421 on conversion to URLs.
422
423 * net/browse-url.el (browse-url-file-url): Encode file name on
424 conversion to URL.
425
426 * term/mac-win.el (mac-ae-open-documents): Escape file name on
427 conversion to URL.
428
429 2006-05-19 Eli Zaretskii <eliz@gnu.org>
430
431 * progmodes/cc-styles.el (c-style-alist): Doc fix.
432
433 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
434
435 * term/mac-win.el (mac-bytes-to-digits): Remove function.
436 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
437
438 2006-05-19 Glenn Morris <rgm@gnu.org>
439
440 * calendar/diary-lib.el (diary-bahai-date)
441 (list-bahai-diary-entries, mark-bahai-diary-entries)
442 (mark-bahai-calendar-date-pattern): Not interactive.
443 (add-to-diary-list): New optional arg LITERAL. Doc fix.
444 (diary-entries-list): Change format of 4th element in each entry.
445 (diary-list-entries): Use add-to-diary-list.
446 (diary-goto-entry): Handle the case where the buffer visiting the
447 diary has been killed.
448 (fancy-diary-display): Add 'locator to button rather than 'marker.
449 Only generate temp-face when there are marks to apply.
450 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
451 (diary-fancy-date-pattern): New variable.
452 (diary-time-regexp): Doc fix.
453 (diary-anniversary, diary-time): New faces.
454 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
455 diary-time-regexp. Add font-lock-multiline property where needed.
456 Use new faces diary-anniversary and diary-time.
457 (diary-fancy-font-lock-fontify-region-function): New function, to
458 handle multiline font-lock pattern in fancy diary.
459 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
460 (diary-font-lock-keywords): Tweak time regexp. Use new face
461 diary-time.
462
463 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
464
465 * international/code-pages.el (mik): Table corrected.
466
467 2006-05-18 Kim F. Storm <storm@cua.dk>
468
469 * progmodes/grep.el (grep-find): Don't check grep-find-command
470 before running command (breaks non-interactive usage).
471
472 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
473
474 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
475 (ewoc--insert-new-node): Don't insert trailing newline.
476 Instead, adjust successor nodes's start markers.
477 (ewoc--refresh-node): Delete all text from current node's start
478 marker to the next one's; adjust successor nodes's start markers.
479 (ewoc--create): Doc fixes.
480 (ewoc--refresh): Don't insert newline.
481 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
482 * pcvs.el (cvs-make-cvs-buffer):
483 Specify extra newline for ewoc's header and footer.
484 (cvs-update-header): Update initial header recognition.
485 Append newline to final header and footer values.
486 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
487
488 2006-05-17 Richard Stallman <rms@gnu.org>
489
490 * files.el (file-name-extension): Doc fix.
491
492 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
493
494 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
495 we can explicitly enable/disable rather than toggle.
496 (shell-mode): Use it.
497 (shell-cd): Don't try to reproduce what `cd' does.
498
499 2006-05-17 Kim F. Storm <storm@cua.dk>
500
501 * ido.el (ido-read-internal): Use only nondirectory part of
502 default item.
503
504 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
505
506 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
507 (ewoc-nth): Doc fix.
508
509 (ewoc-map, ewoc-invalidate): Compute PP before looping.
510
511 2006-05-16 Eli Zaretskii <eliz@gnu.org>
512
513 * international/mule.el (auto-coding-alist): Add .lha to files
514 read with no-conversion.
515
516 * files.el (auto-mode-alist): Add .lha files to archive file
517 extensions.
518
519 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
520 Convert csize to integer when computing offsets within the
521 compressed archive file.
522
523 2006-05-16 Kim F. Storm <storm@cua.dk>
524
525 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
526 with read-from-minibuffer.
527
528 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
529
530 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
531 (byte-compile-warnings): Fix safe-local-variable property.
532
533 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
534
535 * allout.el (allout-show-bodies, allout-old-style-prefixes)
536 (allout-stylish-prefixes, allout-numbered-bullet)
537 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
538 predicates to qualify `safe-local-variable' property, when
539 available, else use equivalent lambda.
540 (allout-current-topic-collapsed-p): Do the right thing regarding
541 trailing blank lines.
542
543 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
544
545 * server.el (server-start): Only create a directory if needed.
546 (server-edit, server-unload-hook): server-start => server-mode.
547 (kill-emacs-hook): Cleanup upon exit.
548
549 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
550
551 * hexl.el (hexlify-buffer): Encode process arguments manually.
552
553 2006-05-16 Nick Roberts <nickrob@snap.net.nz>
554
555 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
556 call to gdb-tooltip-print.
557
558 2006-05-15 Romain Francoise <romain@orebokech.com>
559
560 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
561 systems, default to "tar" since those systems probably have GNU tar.
562
563 2006-05-14 Lars Hansen <larsh@soem.dk>
564
565 * desktop.el (desktop-missing-file-warning): Fix docstring.
566 (desktop-restore-file-buffer): Correct question asked on missing file.
567
568 2006-05-14 Kim F. Storm <storm@cua.dk>
569
570 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
571 Add CUA move property.
572
573 2006-05-13 Chong Yidong <cyd@stupidchicken.com>
574
575 * custom.el (custom-push-theme): Load the variable before checking
576 its `standard-value'.
577
578 2006-05-13 Lars Hansen <larsh@soem.dk>
579
580 * desktop.el (desktop-save): Use with-temp-buffer.
581
582 2006-05-12 Glenn Morris <rgm@gnu.org>
583
584 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
585 * calendar/calendar.el (calendar-mode-map):
586 * calendar/diary-lib.el (include-other-diary-files,diary-mail-entries):
587 * calendar/appt.el (appt-check, appt-make-list): Refer to
588 diary-view-entries, diary-list-entries, diary-show-all-entries
589 rather than obsolete aliases.
590
591 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
592
593 * simple.el (line-move-finish): Avoid calling point motion hooks
594 while processing intangibility.
595
596 2006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
597
598 * term/xterm.el (terminal-init-xterm): Fix typo.
599
600 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
601
602 * allout.el: (allout-view-change-hook): Mark as being deprecated,
603 to be replaced by `allout-exposure-change-hook'.
604 (allout-exposure-change-hook): New, replacing
605 `allout-view-change-hook'.
606 (allout-flag-region): Run new hook `allout-exposure-change-hook',
607 in addition to `allout-view-change-hook'.
608 (allout-show-bodies, allout-old-style-prefixes)
609 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
610 lambda forms to prevent their showing up in variable help
611 presentations as inscrutable byte-compiled code.
612 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
613 Use string-or-null-p to qualify safe-local-variable values.
614 (allout-reindent-bodies): Use memq to qualify matches against
615 valid safe-local-variable values. Also, quote the lambda as above.
616 (allout-use-mode-specific-leader): Add missing candidate-value
617 symbols, use memq, and quote the lambda.
618 (allout-overlay-interior-modification-handler): Remove unused
619 variables `msg' and 'opened'.
620 (allout-hidden-p): Constrain invisibility consideration to allout's
621 invisibility spec, disregarding invisibility for other reasons.
622
623 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
624
625 * files.el (version-control): Correct safe values.
626
627 2006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
628
629 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
630
631 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
632 (ewoc--insert-new-node): New func.
633 Update callers of deleted funcs to use it, instead.
634
635 2006-05-11 Glenn Morris <rgm@gnu.org>
636
637 * calendar/calendar.el (diary-show-all-entries): Do not refer to
638 obsolete alias `show-all-diary-entries'.
639 (make-diary-entry): Not interactive.
640 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
641 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
642 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
643 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
644 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
645 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
646
647 2006-05-11 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
648
649 * calendar/calendar.el (calendar-french-date-string)
650 (calendar-mayan-date-string, calendar-chinese-date-string)
651 (calendar-astro-date-string, calendar-iso-date-string)
652 (calendar-islamic-date-string, calendar-bahai-date-string)
653 (calendar-hebrew-date-string, calendar-coptic-date-string)
654 (calendar-ethiopic-date-string, calendar-persian-date-string):
655 These functions are not interactive.
656
657 2006-05-11 Luc Teirlinck <teirllm@auburn.edu>
658
659 * files.el: Balance parentheses.
660
661 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
662
663 * files.el, newcomment.el, outline.el, simple.el,
664 emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
665 progmodes/cc-vars.el, progmodes/compile.el:
666 Move `safe-local-variable' declarations to the respective files.
667
668 * help-fns.el (describe-variable): Don't print safe-var if it is
669 byte-code. Improve wording as suggested by Luc Teirlinck
670 <teirllm@auburn.edu>.
671
672 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
673
674 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
675 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
676 Use a token for pending-triggers to ensure gdb-var-update
677 gets called once per user input again for pre-GDB 6.4.
678 (gdb-var-delete): Match on more complex expressions.
679 (gdb-var-list-children-handler, gdb-var-create-handler):
680 Use a token for consistency.
681
682 2006-05-11 Carsten Dominik <dominik@science.uva.nl>
683
684 * textmodes/org.el (org-read-date, org-goto-calendar)
685 (org-agenda-goto-calendar):
686 Bind `view-calendar-holidays-initially' to nil.
687
688 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
689
690 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
691 Update all callers to do it there, instead.
692
693 2006-05-10 Glenn Morris <rgm@gnu.org>
694
695 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
696 prefix arg case, to avoid view-diary-entries-initially error.
697 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
698 (calendar-date-is-legal-p): Handle dates with no day part.
699
700 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
701
702 * comint.el (comint-insert-input): Just make it when
703 comint-use-prompt regexp is nil (default) and with the mouse.
704 (comint-copy-old-input): Reinstate from 2004-06-23.
705 (comint-mode-map): Bind C-c C-m to it.
706
707 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
708
709 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
710 Remove spurious move to point-max (new comint behavior fixes).
711
712 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
713 compatibility function (Emacs 18/19).
714 (idlwave-is-continuation-line): Always return point at start of
715 previous non-blank continuation line.
716 `keyword-parameters': Fix continued comment font-lock matcher.
717 (idlwave-font-lock-fontify-region): Written, use as
718 font-lock-fontify-region-function, to fix continued keyword
719 fontification issues.
720
721 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
722
723 * term/mac-win.el (mac-font-panel-mode): Doc fix.
724 (mac-service-selection, mac-service-open-file)
725 (mac-service-open-selection, mac-service-mail-selection)
726 (mac-service-mail-to, mac-service-insert-text): Rename from
727 mac-services-*. All uses changed.
728 (mac-apple-event-map): Rename event symbol `services' to `service'.
729
730 2006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
731
732 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
733 (ewoc--node-enter-first, ewoc--node-enter-last)
734 (ewoc--delete-node-internal): Merge funcs into unique callers.
735
736 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
737
738 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
739 return value of read-from-minibuffer for empty input.
740
741 2006-05-09 Miles Bader <miles@gnu.org>
742
743 * comint.el (comint-insert-input): Remove redundant calls to setq
744 and goto-char.
745
746 2006-05-10 Nick Roberts <nickrob@snap.net.nz>
747
748 * comint.el (comint-insert-input): Make it work when
749 comint-use-prompt-regexp is t.
750
751 2006-05-10 Miles Bader <miles@gnu.org>
752
753 * subr.el (field-at-pos): New function.
754
755 * comint.el (comint-insert-input): Use it.
756
757 2006-05-09 Juri Linkov <juri@jurta.org>
758
759 * battery.el (battery-linux-proc-acpi): Also try
760 `/proc/acpi/thermal_zone/THR2/temperature'.
761
762 * files.el <safe-local-variable>: Remove `eval' and `let' binding
763 for now unused lambda `string-or-null'.
764
765 * add-log.el (change-log-default-name): Put `string-or-null-p'
766 instead of lambda on `safe-local-variable' property.
767
768 * diff-mode.el (diff-context->unified): Use `region-beginning' and
769 `region-end' instead of `mark' and `point'.
770 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
771 Operate on region in Transient Mark mode when the mark is active.
772 Use `region-beginning' and `region-end' instead of `mark' and
773 `point'.
774 (diff-hunk-text, diff-goto-source): Doc fix.
775
776 * startup.el (fancy-splash-screens, normal-splash-screen): Use
777 face `mode-line-buffer-id' for mode-line buffer face instead of
778 hard-coded `(:weight bold)'.
779
780 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
781 buffer-undo-list to t (undo-ask is reproducible by visiting
782 nested archives).
783
784 2006-05-09 Kim F. Storm <storm@cua.dk>
785
786 * progmodes/grep.el (rgrep): Set default directory of *grep*
787 buffer if we start M-x rgrep in the *grep* buffer and choose
788 a different base directory.
789
790 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
791
792 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
793 completion also when ido is loaded.
794
795 2006-05-09 Masatake YAMATO <jet@gyve.org>
796
797 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
798 "warning" and "import".
799 (cpp-font-lock-keywords): Added "warning".
800
801 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
802
803 * term/xterm.el (terminal-init-xterm): Add more key bindings.
804
805 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
806
807 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
808 pages at a time, if we signal the end, we should indeed reach that end.
809
810 2006-05-08 David Reitter <david.reitter@gmail.com>
811
812 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
813 output during execution of the body.
814
815 2006-05-08 Kim F. Storm <storm@cua.dk>
816
817 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
818
819 2006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
820
821 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
822 Use with-current-buffer.
823
824 2006-05-07 Kim F. Storm <storm@cua.dk>
825
826 * subr.el (add-to-history): Remove keep-dups arg.
827
828 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
829 to nil around call to add-to-history.
830
831 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
832
833 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
834 than after a buffer modification.
835
836 2006-05-08 Nick Roberts <nickrob@snap.net.nz>
837
838 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
839 call to...
840 (gud-watch): ...here so speedbar is raised for already watched
841 expressions.
842 (gdb-speedbar-refresh): Delete function.
843 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
844 Use speedbar-timer-fn instead of speedbar-refresh (reverting
845 earlier change).
846 (gdb-var-evaluate-expression-handler)
847 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
848
849 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
850 Update localized contents for all buffers except ignored modes.
851
852 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
853
854 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
855 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
856 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
857 (mac-handle-font-panel-closed, mac-handle-font-selection):
858 New functions.
859 (mac-font-panel-mode): New minor mode.
860 (mac-apple-event-map): Add bindings for toolbar toggle button and
861 font panel.
862 (menu-bar-showhide-menu): Add mac-font-panel-mode.
863
864 2006-05-07 John Paul Wallington <jpw@pobox.com>
865
866 * ibuffer.el (ibuffer-compressed-file-name-regexp):
867 Avoid `regexp-opt'; simplify regexp for readability.
868
869 2006-05-06 Eli Zaretskii <eliz@gnu.org>
870
871 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
872 * files.el (buffer-stale-function):
873 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
874 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
875 links to the main manual, not to emacs-xtra.
876
877 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
878
879 * term/mac-win.el: (mac-utxt-to-string): Don't make adjustment for
880 MacJapanese if text is ASCII-only.
881
882 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
883
884 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
885 unless so nil isn't returned.
886 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
887
888 2006-05-06 Kim F. Storm <storm@cua.dk>
889
890 * subr.el (add-to-history): New function.
891
892 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
893 (ediff-merge-files-with-ancestor):
894 * env.el (setenv):
895 * isearch.el (isearch-update-ring):
896 * server.el (server-visit-files):
897 * progmodes/grep.el (lgrep, rgrep):
898 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
899 * progmodes/xscheme.el (xscheme-insert-expression):
900 Use add-to-history.
901
902 * kmacro.el (kmacro-push-ring): Use add-to-history.
903 (kmacro-ring-length): Remove unused defun.
904 (kmacro-start-macro): Use kmacro-push-ring.
905
906 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
907
908 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
909 directly instead of a lambda expression that calls it.
910
911 2006-05-06 Kim F. Storm <storm@cua.dk>
912
913 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
914 instead of compute-motion.
915
916 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
917
918 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
919 change.
920
921 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
922
923 * startup.el (command-line-1): Refer to "Pure Storage" on
924 pure-space-overflow.
925
926 2006-05-05 Martin Rudalics <rudalics@gmx.at>
927
928 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
929 provided faces once they all have been used up.
930
931 2006-05-05 Eli Zaretskii <eliz@gnu.org>
932
933 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
934 reference to the Lisp manual to the warning about pure space
935 overflow.
936
937 2006-05-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
938
939 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
940 argument to avoid the call to `ispell-internal-change-dictionary'
941 when not needed.
942 (ispell-change-dictionary): Use this argument and call
943 `ispell-internal-change-dictionary' after the possible change
944 to `ispell-local-dictionary'.
945 (ispell-internal-change-dictionary): Check for a change in
946 personal dictionary use too.
947 Cosmetic changes from Agustin Martin
948 <agustin.martin@hispalinux.es>.
949
950 2006-05-05 Eli Zaretskii <eliz@gnu.org>
951
952 * startup.el (command-line): On MS-Windows, probe "~", not
953 "~USER", for warning about non-existent home directory
954
955 * arc-mode.el (archive-l-e): New optional argument `float' means
956 generate a float value.
957 (archive-arc-summarize, archive-lzh-summarize)
958 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
959 with 3rd argument non-nil when file's size is being computed.
960 Format the file sizes with %8.0f instead of %8d.
961
962 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
963
964 * cus-start.el (all): Add mac-dnd-known-types.
965
966 * term/mac-win.el: (mac-utxt-to-string, mac-string-to-utxt)
967 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
968 (mac-TIFF-to-string): New functions.
969 (x-get-selection, x-selection-value)
970 (mac-select-convert-to-string): Use them.
971 (mac-text-encoding-mac-japanese-basic-variant): New constant.
972 (mac-dnd-types-alist): New customization variable.
973 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
974 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
975 (mac-dnd-handle-drag-n-drop-event): New functions.
976 (mac-drag-n-drop): Remove function.
977 (global-map): Bind drag-n-drop and M-drag-n-drop to
978 mac-dnd-handle-drag-n-drop-event.
979
980 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
981
982 * progmodes/perl-mode.el (perl-beginning-of-function):
983 Skip anonymous subs.
984
985 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
986
987 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
988 regexp-opt at run time.
989
990 * term.el (term-handle-ansi-escape): Fix off by one error.
991
992 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
993
994 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
995 (gdb-init-1, gdb-post-prompt): ...and references to it.
996 (gdb-frame-handler): Strip directory name from filename if present.
997
998 * progmodes/gud.el (gdb-force-update): Delete defvar
999 (gud-speedbar-buttons): ...and references to it. Use window-start
1000 to try to keep positon in watch expression.
1001
1002 2006-05-03 Richard Stallman <rms@gnu.org>
1003
1004 * simple.el (next-history-element, previous-history-element): Doc fix.
1005
1006 * isearch.el (isearch-update-ring): Doc fix.
1007
1008 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
1009
1010 * isearch.el (isearch-update-ring): Take history-delete-duplicates
1011 into consideration. Replace one arm ifs with whens.
1012
1013 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
1014
1015 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
1016 (menu): Fix typo.
1017
1018 2006-05-02 Miles Bader <miles@gnu.org>
1019
1020 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
1021
1022 2006-05-02 Jay Belanger <belanger@truman.edu>
1023
1024 * calc/calc-embed.el: (calc-override-minor-modes-map)
1025 (calc-override-minor-modes): New variables.
1026 (calc-do-embedded): Make sure that Calc keystrokes aren't
1027 overwritten by minor modes.
1028
1029 2006-05-02 Chong Yidong <cyd@mit.edu>
1030
1031 * msb.el (msb): If EVENT is a down event, read and discard the up event.
1032
1033 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
1034
1035 * startup.el (command-line-1): Refer to Lisp manual when
1036 pure-space-overflow occurs.
1037
1038 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
1039 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
1040 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
1041 (version-control): Don't use `t' for safe-local-variable declarations.
1042
1043 2006-05-01 Richard Stallman <rms@gnu.org>
1044
1045 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
1046 M-r, M-R, M-A, M-SPC or M-DEL.
1047 (diff-mode-map): diff-refine-hunk now on C-c C-w
1048 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
1049
1050 * help-mode.el (help-mode): view-exit-action calls delete-window
1051 only when it is safe and possible.
1052
1053 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
1054 in messages.
1055
1056 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
1057
1058 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
1059 in the default tool-bar-map.
1060
1061 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
1062
1063 * net/tramp.el (tramp-completion-file-name-handler-alist)
1064 (tramp-run-real-handler, tramp-completion-run-real-handler)
1065 (tramp-completion-handle-file-name-all-completions)
1066 (tramp-completion-handle-file-name-completion): Autoload them.
1067 (tramp-completion-handle-file-exists-p)
1068 (tramp-completion-handle-file-name-directory)
1069 (tramp-completion-handle-file-name-nondirectory)
1070 (tramp-completion-handle-expand-file-name): Remove them.
1071 (tramp-handle-file-name-directory): Return the real directory name.
1072 Returning "/" only doesn't need to be necessary any longer.
1073 (tramp-file-name-handler): Make special attention when in hostname
1074 completion mode.
1075 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
1076 (tramp-register-file-name-handlers):
1077 Register `tramp-completion-file-name-handler' only when
1078 `partial-completion-mode' is enabled.
1079 (tramp-completion-handle-file-name-all-completions):
1080 Delete directory part from results.
1081 (tramp-get-completion-methods, tramp-get-completion-user-host):
1082 Discard deleting "/", it doesn't work after the change of
1083 `tramp-handle-file-name-directory' above.
1084
1085 2006-05-01 Kim F. Storm <storm@cua.dk>
1086
1087 * progmodes/grep.el (grep-expand-template): Use save-match-data
1088 and symbol-value.
1089
1090 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1091
1092 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
1093 Use select-frame-set-input-focus instead of raise-frame.
1094 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
1095
1096 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
1097
1098 * progmodes/gud.el (gud-def): Add %c case.
1099 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
1100 (gud-format-command): Make match case sensitive. Match on %F.
1101
1102 2006-04-30 Glenn Morris <rgm@gnu.org>
1103
1104 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
1105 (cal-tex-preamble): Use cal-tex-preamble-extra.
1106 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
1107 than alias `list-diary-entries'.
1108
1109 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
1110
1111 * help-fns.el (describe-variable): Add info about safe local variables.
1112
1113 2006-04-29 Richard Stallman <rms@gnu.org>
1114
1115 * bindings.el (mode-line-format): help-echo doc fixes.
1116
1117 * net/tramp.el (tramp-file-name-handler-alist): Delete
1118 expand-file-name and other operations that can cause spurious loading.
1119
1120 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
1121
1122 * files.el (safe-local-variable-p): Remove support for the special
1123 value t.
1124
1125 * textmodes/paragraphs.el (sentence-end-without-space):
1126 Fix safety predicate.
1127 (sentence-end-double-space, sentence-end-without-period)
1128 (paragraph-ignore-fill-prefix):
1129 * textmodes/fill.el (colon-double-space):
1130 * abbrev.el (abbrev-mode): Tighten the safety predicate.
1131
1132 * subr.el (booleanp): New fun.
1133
1134 * textmodes/reftex-vars.el (reftex-guess-label-type):
1135 Tighten the safety predicate.
1136
1137 2006-04-28 Kim F. Storm <storm@cua.dk>
1138
1139 * progmodes/grep.el (defgroup grep): Doc fix.
1140 (grep-auto-highlight): Remove.
1141 (grep-template): New defcustom.
1142 (grep-find-template): Rename from grep-tree-template.
1143 (grep-files-aliases): Rename from grep-tree-files-aliases.
1144 Remove "all" alias, add "l" alias.
1145 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
1146 (grep-find-ignored-directories): New defcustom to replace
1147 grep-tree-ignore-CVS-directories, to facilitate ignoring
1148 subdirectories for multiple version control systems.
1149 (grep-mode-map): Add Recursive grep item to GREP menu.
1150 (grep-regexp-history, grep-files-history): New defvars.
1151 (grep-probe): New helper function.
1152 (grep-compute-defaults): Use it to simplify code.
1153 Adapt to name changes.
1154 Use `.' as base in grep-find-template rather than <D>.
1155 (grep): Remove superfluous highlight-regexp arg. Fix doc.
1156 Call grep-compute-defaults unconditionally.
1157 (grep-expand-keywords): New defconst.
1158 (grep-expand-template): Rename from grep-expand-command-macros.
1159 Simplify via grep-expand-keywords. Look at case-fold-search instead
1160 of grep-tree-ignore-case to add -i option.
1161 Bind case-fold-search to nil while matching keywords.
1162 (grep-tree-last-regexp, grep-tree-last-files): Remove.
1163 (grep-read-regexp, grep-read-files): New helper functions.
1164 (rgrep): Rename from grep-tree. Rework to use proper histories.
1165 Adapt to changes in defcustoms and functions above.
1166 (lgrep): New command, as grep, but using same interactive UI as rgrep.
1167
1168 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
1169
1170 * net/tramp.el (tramp-completion-file-name-handler):
1171 Disable Tramp's functionality while loading Tramp itself.
1172 (tramp-register-file-name-handlers): That's a defsubst now.
1173 Code from `tramp-repair-jka-compr' moved here. Apply it via
1174 `after-init-hook'.
1175 (tramp-repair-jka-compr): Remove.
1176
1177 2006-04-27 Jay Belanger <belanger@truman.edu>
1178
1179 * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
1180 read expression when `math-read-big-expr' doesn't work.
1181
1182 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
1183
1184 * startup.el (command-line-1): Display warning when
1185 pure-space-overflow is non-nil.
1186
1187 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1188
1189 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
1190 risky.
1191
1192 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1193
1194 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
1195 Return the URL or nil if none can be generated.
1196
1197 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
1198
1199 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
1200 byte compiler warnings.
1201 (gud-basic-call, gud-find-expr): Let user select an expression
1202 for printing. Print expression as well as value in GUD buffer.
1203
1204 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
1205
1206 * allout.el: Remove local autoload declaration for
1207 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
1208 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
1209 (allout-plain-bullets-string, allout-distinctive-bullets-string)
1210 (allout-use-mode-specific-leader, allout-old-style-prefixes)
1211 (allout-stylish-prefixes, allout-numbered-bullet)
1212 (allout-file-xref-bullet, allout-presentation-padding)
1213 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
1214 safe-local-variable with suitable value spec, and add autoload
1215 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
1216 (move-beginning-of-line, move-end-of-line): Repair so these compat
1217 functions now actually resituate the point, when appropriate.
1218
1219 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
1220
1221 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
1222
1223 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
1224 (add-log-iso8601-time-string): Fix call to format-time-string.
1225
1226 2006-04-26 Kim F. Storm <storm@cua.dk>
1227
1228 * subr.el (posn-string, posn-image, posn-object): Doc fix.
1229
1230 2006-04-26 Masatake YAMATO <jet@gyve.org>
1231
1232 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
1233 Add support for "//" style comments. Remove `b' flag
1234 from ?* in `asm-mode-syntax-table'.
1235
1236 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
1237
1238 * follow.el: Use (featurep 'xemacs) everywhere.
1239 (follow-mode): Use define-minor-mode.
1240 (follow-mode-map): Move initialization into the declaration.
1241 Use command remapping.
1242 (follow-emacs-version-xemacs-p): Remove.
1243 (follow-submit-feedback): Remove.
1244
1245 * allout.el (allout-layout, allout-passphrase-verifier-string)
1246 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
1247
1248 * textmodes/reftex-vars.el (reftex-vref-is-default)
1249 (reftex-fref-is-default, reftex-guess-label-type):
1250 Tighten up a bit the safety predicate.
1251
1252 * textmodes/paragraphs.el (sentence-end-double-space)
1253 (sentence-end-without-period, sentence-end-without-space)
1254 (page-delimiter, paragraph-ignore-fill-prefix):
1255 Tighten up a bit the safety predicate.
1256
1257 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
1258
1259 * progmodes/python.el (python-continuation-line-p)
1260 (python-beginning-of-statement): syntax-ppss may return
1261 a negative depth.
1262 (python-mode): Don't forcefully enable font-lock.
1263
1264 * time-stamp.el (time-stamp-start, time-stamp-end)
1265 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
1266
1267 * add-log.el: Remove spurious * in docstrings.
1268 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
1269 (add-change-log-entry): Use it here, since it's not specific
1270 to iso8601.
1271 (add-log-iso8601-time-string): Don't use it here any more.
1272 (change-log-indent-text, change-log-indent): Rename from add-log-*.
1273
1274 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
1275
1276 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
1277
1278 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
1279 (rcirc-toggle-low-priority): Doc fix.
1280 (rcirc-handler-NOTICE): Remove beginning of line anchor in
1281 ChanServ regexp.
1282 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
1283 #emacs.
1284 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
1285 (rcirc-decode-coding-system): Use utf-8 as the default.
1286 (rcirc-multiline-minor-mode): Set the fill-column.
1287 (rcirc-format-response-string): Display bright and dim nicks.
1288 (rcirc-browse-url): Update interactive spec to fill ARG.
1289 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
1290 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
1291
1292 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
1293
1294 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
1295 case for @Article, etc.
1296
1297 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
1298
1299 * net/tramp.el (tramp-register-file-name-handlers): New defun.
1300 Added with autoload cookie.
1301 (tramp-unload-file-name-handlers): Rename from
1302 `tramp-unload-file-name-handler-alist'.
1303
1304 2006-04-23 Romain Francoise <romain@orebokech.com>
1305
1306 * comint.el (comint-match-partial-filename): Doc fix.
1307
1308 2006-04-21 Glenn Morris <rgm@gnu.org>
1309
1310 * calendar/cal-menu.el (calendar-mode-map): Refer to
1311 `diary-view-entries' rather than alias `view-diary-entries'.
1312 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
1313
1314 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
1315
1316 * progmodes/antlr-mode.el (antlr-default):
1317 * cus-edit.el (custom-documentation):
1318 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
1319 in defface.
1320
1321 2006-04-21 Kim F. Storm <storm@cua.dk>
1322
1323 * image.el (image-type): New defun split out of create-image.
1324 (create-image): Use it.
1325
1326 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
1327
1328 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
1329 (org-open-at-point): Remove the "...done" message to keep output
1330 in the echo area visible.
1331 (org-export-as-xoxo): Fix call to `indent-region'.
1332
1333 2006-04-21 Kevin Ryde <user42@zip.com.au>
1334
1335 * international/mule.el (keyboard-coding-system): defcustom
1336 info-link fixes: "Specify Coding" has been split, keyboard now in
1337 "Terminal Coding", and "Single-Byte Character Support" is now
1338 "Unibyte Mode".
1339
1340 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
1341
1342 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
1343 Use font-lock-warning-face for any errors e.g. no stack.
1344 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
1345
1346 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
1347
1348 * progmodes/sh-script.el (sh-shell): Mark as safe.
1349
1350 * newcomment.el (comment-start, comment-start-skip)
1351 (comment-end-skip, comment-end): Mark as safe.
1352
1353 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
1354
1355 * textmodes/org.el (org-deadline-announce): Face removed.
1356 (org-level-faces, org-n-levels): Convert to constant.
1357 (org-compatible-face): New function.
1358 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
1359 (org-level-5, org-level-6, org-level-7, org-level-8)
1360 (org-special-keyword, org-warning, org-headline-done, org-link)
1361 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
1362 (org-scheduled-today, org-scheduled-previously, org-time-grid):
1363 Face definition revised for better color tty support.
1364 (org-bold-re, org-italic-re, org-underline-re): New constants.
1365 (org-set-font-lock-defaults): Use the new constants.
1366 (org-agenda-highlight-todo): New function.
1367 (org-agenda-todo): Fix bug with point at end of line.
1368 (org-agenda-change-all-lines, org-finalize-agenda-entries):
1369 Fontify TODO keywords.
1370 (org-insert-link): Preserve relative path in ../ links.
1371 (org-export-as-html): Convert links pointing to .org files into
1372 links that will work beteen the exported HTML files.
1373 (org-todo-list): Fix bug when arg=0.
1374 (org-insert-heading): More fine-tuning.
1375
1376 2006-04-19 Romain Francoise <romain@orebokech.com>
1377
1378 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
1379 from `rmail-mime-charset-pattern'.
1380
1381 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
1382
1383 * progmodes/python.el (python-mode): Fix typo.
1384
1385 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
1386
1387 * comint.el (comint-previous-input): Don't clobber input line
1388 when moving off either end of the input history ring.
1389 (comint-delete-input): New function, used by
1390 `comint-previous-input' and others.
1391 (comint-previous-matching-input):
1392 Use `coming-delete-input'. Save the partial input if leaving the
1393 edit line. Goto point-max before deleting input to avoid
1394 partial input fragments hanging around.
1395 (comint-restore-input): New function, used by `comint-previous-input'.
1396
1397 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
1398
1399 * imenu.el (imenu--index-alist): Balance parentheses.
1400
1401 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
1402
1403 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
1404
1405 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
1406
1407 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
1408 file is nil.
1409
1410 2006-04-18 Richard Stallman <rms@gnu.org>
1411
1412 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
1413
1414 * imenu.el (imenu-create-index-function, imenu--index-alist)
1415 (imenu--last-menubar-index-alist, imenu--make-index-alist)
1416 (imenu-default-create-index-function, imenu--generic-function):
1417 Doc fixes.
1418
1419 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
1420
1421 * help-mode.el (help-mode): Set view-exit-action to delete window.
1422
1423 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
1424 now works by passing nil as arg.
1425
1426 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
1427
1428 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
1429 (read-abbrev-file): Provide default when reading filename.
1430
1431 * files.el (enable-local-variables): Allow :all as value.
1432 (hack-local-variables): Implement that value.
1433 (safe-local-variable-values, safe-local-eval-forms)
1434 (enable-local-variables): Mark as risky.
1435 (find-file-visit-truename, kept-old-versions): Mark safe.
1436
1437 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
1438 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
1439 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
1440
1441 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
1442
1443 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
1444 Use forward-line so as to get to BOL even in the presence of fields.
1445 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
1446 in return.
1447 (inferior-tcl): Tell tclsh to work in interactive mode.
1448
1449 * complete.el (partial-completion-mode):
1450 Use 'choose-completion-string-functions to make sure that
1451 choose-completion fills the minibuffer properly.
1452
1453 * complete.el (PC-old-read-file-name-internal): Remove.
1454 (PC-read-include-file-name-internal): Remove. Turn it into an advice
1455 of read-file-name-internal.
1456 (partial-completion-mode): Enable/disable this advice.
1457
1458 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
1459
1460 * net/tramp.el (tramp-completion-file-name-handler): Revert change
1461 of 2006-04-17.
1462
1463 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
1464
1465 * textmodes/org.el (org-insert-heading): Insert heading before
1466 current if at beginning of line.
1467 (org-todo, org-date): New faces.
1468 (org-table-align): Make sure tooltip window contains full text.
1469 (org-no-properties): New defsubst.
1470 (org-set-font-lock-defaults): Use new faces.
1471
1472 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
1473
1474 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
1475 for root variables.
1476
1477 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
1478 (gdb-frame-address): Re-use to identify frame for watch expression.
1479 (gdb-var-list, gdb-var-create-handler): Add frame address for root
1480 variables.
1481 (gdb-init-1, gdb-source, gdb-post-prompt)
1482 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
1483 (gdb-frame-handler): Get gdb-frame-address.
1484
1485 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
1486
1487 Sync with Tramp 2.0.53.
1488
1489 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
1490 'control. Reported by Matthias F\e,bv\e(Brste <slashdevslashnull@gmx.net>.
1491 (tramp-completion-file-name-handler): Add autoload cookie for
1492 adding to `file-name-handler-alist'.
1493
1494 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
1495 the prompt. If it returns earlier (when detecting an error
1496 message), the rest of the output will merge accidently with the
1497 output of the next command. Reported by M Jared Finder
1498 <jared@hpalace.com>.
1499
1500 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
1501 for `process-file', in order to let it work for older Emacsen too.
1502
1503 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
1504
1505 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
1506 (tex-font-lock-keywords-3): Use it.
1507
1508 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
1509
1510 * newcomment.el (comment-add): New function.
1511 (comment-region-default, comment-dwim): Use it.
1512
1513 2006-04-15 Michael Olson <mwolson@gnu.org>
1514
1515 * emacs-lisp/tq.el: Improve comments.
1516 (tq-queue-head-question): New accessor function.
1517 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
1518 Update for modified queue structure.
1519 (tq-queue-add): Accept `question' argument.
1520 (tq-queue-pop): If a question is pending, send it.
1521 (tq-enqueue): Accept new optional argument `delay-question'.
1522 If this is non-nil, and at least one other question is pending a
1523 response, queue the question rather than sending it immediately.
1524
1525 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1526
1527 * calendar/appt.el (appt-add): Check whether an appointment is
1528 already present in appt-time-msg-list. Simplify code.
1529
1530 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
1531
1532 * progmodes/cc-langs.el (c-mode-menu):
1533 Don't presume c-subword-mode is bound.
1534
1535 2006-04-13 Bill Wohler <wohler@newt.com>
1536
1537 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
1538 (customize-package-emacs-version): Use cdr instead of cadr now
1539 that alists use dotted pairs.
1540
1541 * custom.el (defcustom): Fix docstring for :package-version.
1542
1543 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
1544
1545 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
1546 (tramp-handle-shell-command): Display output buffer only when
1547 `tramp-display-shell-command-buffer' is true.
1548 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
1549
1550 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
1551
1552 * textmodes/org.el (org-set-autofill-regexps): Set only the local
1553 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
1554
1555 2006-04-13 Romain Francoise <romain@orebokech.com>
1556
1557 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
1558 leaving temporary .cvsignore buffers behind.
1559
1560 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
1561
1562 * textmodes/org.el (org-set-regexps-and-options)
1563 (org-get-current-options): Better names for the startup folding
1564 options.
1565
1566 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
1567
1568 * vc.el (vc-annotate): Arrange for point to end up at the same
1569 line number as in the original, but only when using a new buffer.
1570
1571 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
1572
1573 * files.el (hack-one-local-variable-eval-safep):
1574 Recognize `edebug-form-spec' for `put', but only if it passes
1575 `edebug-basic-spec'. Generalize `put' handling.
1576
1577 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
1578 vetting file-local form specs.
1579
1580 * allout.el (allout-layout): Autoload its `safe-local-variable'
1581 property.
1582
1583 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
1584
1585 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
1586 (org-agenda-mouse-1-follows-link)
1587 (org-mouse-1-follows-link): New options.
1588 (org-format-agenda-item): Fix bug if TAGS is nil.
1589 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
1590
1591 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
1592
1593 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
1594 GDB 6.1+ gives full filename for "info sources" so use
1595 file-name-nondirectory.
1596
1597 2006-04-12 Romain Francoise <romain@orebokech.com>
1598
1599 * subr.el (read-passwd): Bind `message-log-max' to nil.
1600
1601 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
1602
1603 * progmodes/perl-mode.el (perl-indent-new-calculate):
1604 Recompute parse-start after jumping backward by a whole sexp.
1605
1606 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
1607
1608 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
1609 window configuration.
1610 (vc-annotate-display-select): Select the buffer so that current-buffer
1611 (and selected-window) is the output buffer at the end of vc-annotate.
1612
1613 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
1614
1615 * vc.el (vc-annotate-color-map): Add custom TTY color map for
1616 8-color terminals, to use all of the colors in a sensible order.
1617 256-color terminals work well with the standard map.
1618 (vc-annotate-lines): Only strip the first color character if it
1619 is "#", to allow for terminal-style named colors.
1620 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
1621 the correct buffer is scrolled.
1622
1623 2006-04-11 Richard Stallman <rms@gnu.org>
1624
1625 * emacs-lisp/bytecomp.el (byte-compile-file):
1626 Bind enable-local-variables to :safe, and make normal-mode obey it.
1627
1628 * files.el (enable-local-variables): Allow value :safe.
1629 (normal-mode): Doc fix.
1630 (hack-local-variables): Implement enable-local-variables = :safe.
1631 (hack-local-variables-confirm): Don't prevent quitting.
1632
1633 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
1634
1635 * loadhist.el (unload-feature): A bit of sanity check of
1636 load-history entries. Cancel timer-vars before unbinding them.
1637
1638 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
1639 quote special chars, and make the trick work on the hex part of the
1640 buffer as well.
1641 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
1642 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
1643
1644 * startup.el (normal-splash-screen): Fix last change so we don't wait
1645 2 minutes if we don't show the splash screen.
1646
1647 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
1648
1649 * textmodes/org.el (org-export-plain-list-max-depth)
1650 (org-table-spaces-around-separators)
1651 (org-radio-targets, org-activate-camels)
1652 (org-table-spaces-around-invisible-separators): Options removed.
1653 (org-time-stamp-rounding-minutes, org-remember-templates)
1654 (org-ellipsis, org-activate-links, org-descriptive-links):
1655 New options.
1656 (org-remember-apply-template, org-current-time)
1657 (org-finish-edit-table-field)
1658 (org-link-unescape, org-link-escape)
1659 (org-string-width, org-table-clean-line, org-html-do-expand)
1660 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
1661 (org-read-agenda-file-list): New functions.
1662 (org-table-edit-field)
1663 (org-table-create-or-convert-from-region): New commands
1664 (org-table-toggle-vline-visibility): Command removed.
1665 (org-table-convert-region): Made a command.
1666 (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
1667 Replace with the normal org- functions.
1668 (org-self-insert-command): Don't trigger realign unnecessarily
1669 when blanking a field that is not full.
1670 (org-mode): `Set buffer-invisibility-spec' for links.
1671 (org-activate-links2): Hide link part and only show descriptive
1672 part of the link.
1673 (org-insert-link): Modify for new linking system.
1674 (org-store-link): Store description separately, for use by
1675 `org-insert-link'.
1676 (org-table-align): Use `org-string-width'.
1677 (defgroup): Completely new group structure for custom variables.
1678 (org-agenda-files): Option: Single file name allowed. Function:
1679 Optional argument unrestrited means ignore any restricitons.
1680 (org-install-agenda-files-menu): Find a buffer in Org-mode before
1681 trying to modify the menu. Use generalized access to
1682 `org-agenda-files.'
1683 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
1684 (org-agenda-file-to-front, org-remove-file, org-diary)
1685 (org-tags-view, org-export-icalendar-all-agenda-files)
1686 (org-export-icalendar-combine-agenda-files): Use generalized
1687 access to `org-agenda-files'.
1688 (org-remember-handler): Correctly preserve heading if present.
1689 (org-table-insert-row, org-table-insert-hline): Deal with
1690 invisible characters.
1691
1692 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
1693
1694 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
1695 (vc-annotate-color-map): New 18 element constant
1696 value/saturation, rotating hue colormap, from red->blue.
1697 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
1698 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
1699 (vc-annotate): To avoid killing the required local variables,
1700 set them before the end of `with-output-to-temp-buffer', and
1701 after first switching to annotate-mode.
1702 (vc-annotate-warp-version): Add buffer argument in goto-line to
1703 ensure annotation, not source, is scrolled.
1704
1705 2006-04-10 Bill Wohler <wohler@newt.com>
1706
1707 * custom.el (defcustom, custom-handle-keyword):
1708 Add :package-version keyword.
1709 (custom-add-package-version): New function. Sets value of new
1710 property 'custom-package-version from :package-version keyword.
1711 (defcustom): Create Common Keywords section in docstring.
1712 (defface, defgroup): Replace definitions of a select few keywords
1713 with a reference to the Common Keywords in defcustom.
1714 (defcustom, defface, defgroup): Replace reference to Customization
1715 chapter in manual with hyperlink.
1716
1717 * cus-edit.el (customize-package-emacs-version-alist):
1718 New variable.
1719 (customize-changed-options): Add check for custom-package-version.
1720 (customize-package-emacs-version): New function to look up Emacs
1721 version corresponding to the given package version.
1722
1723 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
1724 defun name, in similar fashion to find-variable-regexp.
1725
1726 2006-04-10 Eli Zaretskii <eliz@gnu.org>
1727
1728 * international/mule-cmds.el (set-locale-environment): Fix last
1729 change for when the locale's preferences don't specify any encoding.
1730
1731 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
1732
1733 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
1734 so the defined var/fun doesn't need to be quoted.
1735
1736 2006-04-10 Richard Stallman <rms@gnu.org>
1737
1738 * finder.el (finder-mode-map): Add n and p bindings.
1739
1740 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
1741
1742 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
1743 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
1744 (gdb-setup-windows): Put something in source window if we can't find
1745 the source file.
1746 (gdb-frame-handler): Make it work again with just assembly.
1747 (gdb-data-list-register-values-handler): Make it work when there is
1748 no stack.
1749
1750 2006-04-09 Richard Stallman <rms@gnu.org>
1751
1752 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
1753 specs while looking for charset.
1754
1755 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
1756
1757 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
1758 Make them faces.
1759 (lm-font-lock-keywords): Update appropriately.
1760
1761 2006-04-10 Kim F. Storm <storm@cua.dk>
1762
1763 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
1764 it can also replace buffer-substring-no-properties.
1765
1766 * emulation/cua-base.el (cua-delete-region, cua-paste)
1767 (cua-repeat-replace-region): Use filter-buffer-substring.
1768
1769 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
1770 (cua-cut-region-to-global-mark): Likewise.
1771
1772 * emulation/cua-rect.el (cua--extract-rectangle)
1773 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
1774
1775 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1776
1777 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
1778 entry-type. Add field delimiters to numerical fields if they are
1779 not present.
1780
1781 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1782
1783 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
1784 string-const to return value.
1785 (bibtex-remove-delimiters): Use it.
1786
1787 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
1788
1789 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
1790 cl-byte-compile-compiler-macro unless it exists.
1791
1792 2006-04-08 Eli Zaretskii <eliz@gnu.org>
1793
1794 * files.el (hack-local-variables-confirm) <offer-save>:
1795 Clarify message text. Suggested by Ralf Angeli.
1796
1797 2006-04-08 Michael Cadilhac <michael.cadilhac@lrde.org>
1798
1799 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
1800 (delete-extract-rectangle-line): Use `filter-buffer-substring'
1801 instead of `buffer-substring' and `delete-region'. (Most of the
1802 code actually copied from `kill-region'.)
1803
1804 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
1805
1806 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
1807 (rcirc-default-port): Rename from rcirc-port.
1808 (rcirc-default-nick): Rename from rcirc-nick.
1809 (rcirc-default-user-name): Rename from rcirc-user-name.
1810 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
1811 (rcirc-low-priority-flag): New variable.
1812 (rcirc-decode-coding-system): New defcustom.
1813 (rcirc-encode-coding-system): New defcustom.
1814 (rcirc-coding-system-alist): New defcustom.
1815 (rcirc-multiline-major-mode): New defcustom.
1816 (rcirc-nick): New internal variable.
1817 (rcirc-process): Remove variable.
1818 (rcirc-server-buffer): New variable.
1819 (rcirc): Update to use rcirc-default-* variables above.
1820 (rcirc-connect): Do not add window-configuration-hook-here.
1821 (rcirc-server): New internal variable.
1822 (rcirc-connect): Do not send keepalive pings if
1823 rcirc-keepalive-seconds is nil.
1824 (with-rcirc-server-buffer): New macro.
1825 (rcirc-send-string): Encode with rcirc-encode-coding-system.
1826 (rcirc-server-name): Rename from rcirc-server.
1827 (rcirc-buffer-process): New function.
1828 (rcirc-buffer-nick): New function.
1829 (rcirc-buffer-target): Remove function.
1830 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
1831 New commands.
1832 (rcirc-mode-map): Change binding of C-c C-l to
1833 rcirc-toggle-low-priority.
1834 (rcirc-mode): Initialize coding system based on
1835 rcirc-coding-system-alist. New change-major-mode-hook to part the
1836 channel on a mode change. Make kill-buffer-hook buffer-local.
1837 (rcirc-change-major-mode-hook): New function.
1838 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
1839 (rcirc-last-post-time): New variable.
1840 (rcirc-process-message): Store the last time user posted a message
1841 to this target.
1842 (rcirc-multiline-minor-mode): New mode.
1843 (rcirc-multiline-minor-mode-map): New mode map.
1844 (rcirc-edit-multiline): Put multiline-edit buffer in
1845 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
1846 (rcirc-print): Ignore any line starting with an ignored nick.
1847 (rcirc-print): Decode using rcirc-decode-coding-system.
1848 (rcirc-track-minor-mode): Update global-mode-string when disabling
1849 this mode.
1850 (minor-mode-alist): Add LowPri indicator.
1851 (rcirc-toggle-low-priority): New function.
1852 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
1853 next lowpriority buffer with activity.
1854 (rcirc-record-activity): Sort buffers in rcirc-activity by the
1855 last time the user posted a message in to the target.
1856 (rcirc-update-activity-string): New formatting for low priority
1857 buffers.
1858 (rcirc-split-activity): New function.
1859 (rcirc-handler-PART, rcirc-handler-KICK)
1860 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
1861 (rcirc-nick-away-alist): New variable.
1862 (rcirc-handler-301): New handler. Away messages are printed once
1863 per change.
1864
1865 2006-04-08 Eli Zaretskii <eliz@gnu.org>
1866
1867 * info.el (Info-follow-nearest-node): Doc fix.
1868
1869 * international/mule-cmds.el (set-locale-environment): Make sure
1870 the coding-system preferred by the locale's language has the same
1871 EOL conversion type as the original buffer-file-coding-system.
1872 (locale-language-names): Add a few MS Windows language codes.
1873
1874 2006-04-07 Richard Stallman <rms@gnu.org>
1875
1876 * simple.el (eval-expression): Doc fix.
1877
1878 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
1879 (eval-defun): Doc fixes.
1880
1881 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
1882
1883 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
1884
1885 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
1886
1887 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
1888 GDB list command without argument for greater generality.
1889
1890 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
1891
1892 * subr.el (string-or-null-p): New function.
1893
1894 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
1895
1896 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
1897
1898 * files.el: Update comment about safe-local-variable declarations.
1899
1900 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
1901
1902 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
1903 See idlwave.org.
1904
1905 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
1906 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
1907
1908 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
1909 See idlwave.org.
1910
1911 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
1912 version 6.0 (minimal changes). See idlwave.org.
1913
1914 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
1915 6.0 (minimal changes). See idlwave.org.
1916
1917 * progmodes/idlw-rinfo.el: File obsoleted and removed.
1918
1919 2006-04-06 Romain Francoise <romain@orebokech.com>
1920
1921 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
1922 symmetric encryption features and a new asynchronous interface to
1923 GnuPG. This new version is version 1.4, plus whitespace changes.
1924
1925 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
1926
1927 * files.el: Move some `safe-local-variable' declarations to the
1928 respective files.
1929
1930 * textmodes/ispell.el (ispell-check-comments)
1931 (ispell-local-dictionary): Mark as safe.
1932
1933 * abbrev.el (abbrev-mode): Mark as safe.
1934
1935 * add-log.el (change-log-default-name): Mark as safe.
1936
1937 * textmodes/reftex-vars.el (reftex-vref-is-default)
1938 (reftex-fref-is-default, reftex-level-indent)
1939 (reftex-guess-label-type): Mark as safe.
1940
1941 * textmodes/fill.el (colon-double-space): Mark as safe.
1942
1943 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
1944 (sentence-end-double-space, sentence-end-without-period)
1945 (sentence-end-without-space, sentence-end, sentence-end-base)
1946 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
1947
1948 2006-04-06 Kim F. Storm <storm@cua.dk>
1949
1950 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
1951 the :set-after list.
1952 (ido-downcase-unc-hosts): New user option. Default on.
1953 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
1954 when it is set, as regexps are now applied on the fly.
1955 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
1956 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
1957 on the fly, but only when ido-process-ignore-lists is set.
1958 Do case insensitive filtering if ido-downcase-unc-hosts is set.
1959 Only downcase names if ido-downcase-unc-hosts is set.
1960
1961 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
1962
1963 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
1964
1965 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
1966
1967 2006-04-05 Kim F. Storm <storm@cua.dk>
1968
1969 * ido.el (ido-mode): Set after ido-unc-hosts and
1970 ido-ignore-unc-host-regexps.
1971 (ido-save-history): Save ido-unc-hosts-cache.
1972 (ido-load-history): Load ido-unc-hosts-cache.
1973 (ido-reread-directory): Refresh unc hosts cache in // dir.
1974
1975 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
1976 to nil while displaying slash screen.
1977
1978 2006-04-05 Daiki Ueno <ueno@unixuser.org>
1979
1980 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
1981 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
1982
1983 2006-04-05 Kenichi Handa <handa@m17n.org>
1984
1985 * international/characters.el: Setup cases of Latin, Greek, and
1986 Cyrillic characters in CJK charsets.
1987
1988 2006-03-29 Daiki Ueno <ueno@unixuser.org>
1989
1990 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
1991 default-enable-multibyte-characters. This reverts the change from
1992 revision 6.17 which is no longer necessary because the passphrase
1993 is sent separately now. GnuPG messages are unreadable under
1994 multibyte locales with default-enable-multibyte-characters set to nil.
1995
1996 2006-04-04 Andreas Schwab <schwab@suse.de>
1997
1998 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
1999 and `byte-compile-warnings' as `safe-local-variable'.
2000
2001 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
2002
2003 * man.el (Man-mode-map): Restore the \r binding.
2004 (Man-abstract-xref-man-page): If Man-target-string is a function,
2005 call it.
2006 (Man-highlight-references): Use Man-default-man-entry to get the
2007 target. Deal with xrefs too.
2008 (Man-highlight-references0): Don't call the target function.
2009
2010 * woman.el (WoMan-xref-man-page): Strip the section number, woman
2011 cannot deal with it.
2012
2013 2006-04-04 Daiki Ueno <ueno@unixuser.org>
2014
2015 * pgg-gpg.el: Clean up process buffers every time gpg processes
2016 complete.
2017
2018 2006-04-04 Kenichi Handa <handa@m17n.org>
2019
2020 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
2021 here.
2022 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
2023 Temporarily bind inhibit-field-text-motion to t.
2024
2025 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
2026
2027 * startup.el (normal-splash-screen): Only set mode-line-format in the
2028 splash buffer, so as not to interfere when debugging the code.
2029 Ignore errors when switching buffer.
2030
2031 2006-04-03 Romain Francoise <romain@orebokech.com>
2032
2033 * dired.el (dired-dnd-protocol-alist): Fix typo.
2034
2035 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
2036
2037 * savehist.el (savehist): Add :version.
2038 (savehist-ignored-variables): New variable.
2039 (savehist-minibuffer-hook): Don't save variables listed in
2040 `savehist-ignored-variables'.
2041
2042 * dired.el (dired-dnd-protocol-alist): Mention that change does
2043 only apply to new buffers in doc string.
2044
2045 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
2046
2047 * recentf.el (recentf-open-files-item): Include newline in button
2048 field, so opening a file will work, when the point is at the end
2049 of the file name. Allow, for example, to [i]search a file by
2050 extension and just push RET to open it.
2051
2052 2006-04-03 Daiki Ueno <ueno@unixuser.org>
2053
2054 * pgg-gpg.el (pgg-gpg-process-filter)
2055 (pgg-gpg-wait-for-completion): Check if buffer is alive.
2056
2057 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
2058 lines, temporary fix.
2059
2060 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
2061
2062 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
2063
2064 2006-04-02 Richard Stallman <rms@gnu.org>
2065
2066 * progmodes/compile.el (compilation-message-face): Make it defcustom.
2067
2068 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
2069
2070 * ibuf-macs.el (define-ibuffer-column): Add a new key:
2071 header-mouse-map.
2072
2073 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
2074 (ibuffer-mode-header-map): New keymaps.
2075 (ibuffer-update-title-and-summary): Enable mouse face highlighting
2076 and keybindings for column headers.
2077 (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
2078 property.
2079
2080 2006-04-02 Drew Adams <drew.adams@oracle.com> (tiny change)
2081
2082 * speedbar.el (speedbar-after-create-hook): Doc fix.
2083
2084 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
2085
2086 * shell.el (shell-directory-tracker)
2087 (shell-dynamic-complete-command): Doc fixes.
2088
2089 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
2090
2091 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
2092 terminals.
2093
2094 2006-04-01 Kim F. Storm <storm@cua.dk>
2095
2096 * ido.el (ido-unc-hosts-cache): New defvar.
2097 (ido-unc-hosts): If value of defcustom is a function, call it to
2098 get list of UNC hosts. Add function-item choices to specify
2099 ido-unc-hosts-net-view or user function.
2100 (ido-ignore-unc-host-regexps): New defcustom.
2101 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
2102 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
2103 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
2104
2105 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
2106
2107 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
2108 wwidth.
2109
2110 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
2111
2112 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
2113 (ido-max-work-file-list, ido-switch-buffer)
2114 (ido-read-file-name-as-directory-commands):
2115 Fix typos in docstrings.
2116
2117 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2118
2119 * term/mac-win.el (mac-system-coding-system): Define and use after
2120 Mac-specific coding systems are ready.
2121
2122 2006-03-27 Romain Francoise <romain@orebokech.com>
2123
2124 * net/rcirc.el (rcirc-connect): Add autoload cookie.
2125
2126 * ldefs-boot.el: Update.
2127
2128 2006-03-27 Daiki Ueno <ueno@unixuser.org>
2129
2130 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
2131 passphrases when it is not needed.
2132 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
2133 passphrase stuff from gpg, should only be necessary when you use
2134 gpg with a smartcard.
2135
2136 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
2137
2138 * comint.el (comint-dynamic-list-completions): Allow user to
2139 select *Completions* buffer.
2140
2141 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
2142
2143 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
2144
2145 2006-03-26 Andreas Schwab <schwab@suse.de>
2146
2147 * progmodes/gud.el (gdb): Only complain about multiple debugging
2148 when the gdb process is still running.
2149
2150 2006-03-25 Eli Zaretskii <eliz@gnu.org>
2151
2152 * mail/rmail.el (tool-bar-map): Defvar it.
2153 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
2154 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
2155
2156 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
2157
2158 * help.el (print-help-return-message): Suggest to use
2159 display-buffer instead of switch-to-buffer-other-window to restore
2160 the previous window without selecting it.
2161
2162 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2163
2164 * frame.el (select-frame-by-name): Call x-focus-frame also when
2165 window-system is mac.
2166
2167 * term/mac-win.el: Adjust Courier font specifications in
2168 x-fixed-font-alist.
2169 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
2170 when directly encoding to UTF-16 in native byte order, no BOM.
2171
2172 2006-03-25 Kim F. Storm <storm@cua.dk>
2173
2174 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
2175 (cua--init-keymaps): Use it instead of fixed C-return.
2176 (cua-mode): Set after it.
2177
2178 * emulation/cua-rect.el (cua--init-rectangles):
2179 Use cua-rectangle-mark-key instead of fixed C-return.
2180
2181 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
2182
2183 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
2184 "run" in .gdbinit.
2185 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
2186
2187 2006-03-24 Romain Francoise <romain@orebokech.com>
2188
2189 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
2190 `display-buffer-other-frame'.
2191
2192 2006-03-24 Kim F. Storm <storm@cua.dk>
2193
2194 * apropos.el (apropos-synonyms): Add selection => region.
2195
2196 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
2197
2198 * progmodes/gdb-ui.el (gdb-var-create-regexp)
2199 (gdb-var-list-children-regexp, gdb-var-update-regexp)
2200 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
2201 (gdb-data-list-register-values-regexp)
2202 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
2203 Future proof against new fields being added to MI output.
2204 (gdb-send): Don't treat backslashes for program input as
2205 continuations.
2206 (gdb-assembler-handler): Don't use window-start for this handler.
2207 (gdb-frame-handler): Don't change to hollow arrow if overlay
2208 arrow doesn't move to new frame.
2209
2210 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
2211
2212 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
2213 prevent compiler warnings.
2214 (gdb-stopped): Check for gud-last-last-frame (case: signal).
2215 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
2216 (gdb-assembler-custom): Use hollow-right-triangle for assembler
2217 buffer too.
2218
2219 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
2220
2221 * pgg-gpg.el (pgg-gpg-update-agent): Check for
2222 make-network-process, so we can use the same code in Gnus v5-10
2223 too and have this file fully synchronized with that release.
2224
2225 2006-03-23 Romain Francoise <romain@orebokech.com>
2226
2227 * ibuf-ext.el (ibuffer-read-filter-group-name):
2228 Use `ibuffer-generate-filter-groups' to make completion list match
2229 the filter groups that are really displayed in the Ibuffer buffer.
2230 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
2231
2232 2006-03-23 Kenichi Handa <handa@m17n.org>
2233
2234 * international/mule-cmds.el (sort-coding-systems): Describe that
2235 the argument is modified in docstring.
2236
2237 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
2238
2239 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
2240 (pgg-gpg-update-agent): New function.
2241 (pgg-gpg-use-agent-p): New function.
2242 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
2243 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
2244 (pgg-gpg-sign-region): Use it.
2245
2246 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
2247
2248 * cus-edit.el (custom-face-set): Call custom-push-theme before
2249 face-spec set so that `changed' theme is correctly saved.
2250 (custom-face-reset-standard): Reset to recalculated face rather
2251 than defface spec.
2252
2253 * custom.el (custom-push-theme): Only save `changed' theme if the
2254 current face does not match the defface specs.
2255
2256 2006-03-21 Simon Josefsson <jas@extundo.com>
2257
2258 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
2259 <wilde@sha-bang.de>.
2260 (pgg-gpg-use-agent): New variable.
2261 (pgg-gpg-process-region): Use it.
2262 (pgg-gpg-encrypt-region): Likewise.
2263 (pgg-gpg-encrypt-symmetric-region): Likewise.
2264 (pgg-gpg-decrypt-region): Likewise.
2265 (pgg-gpg-sign-region): Likewise.
2266 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
2267
2268 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
2269
2270 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
2271 bracket links.
2272
2273 2006-03-21 Kim F. Storm <storm@cua.dk>
2274
2275 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
2276 fringe-indicator-alist instead of modifying global value.
2277 (gdb-frame-handler): Likewise.
2278
2279 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
2280
2281 * diff-mode.el (diff-function): Make it inherit from diff-header
2282 instead of diff-context.
2283
2284 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
2285 bitmap.
2286 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
2287 change names in macro above for consistency.
2288 (gdb-frame-handler): Use hollow-right-triangle for all selected
2289 frames which except the innermost (where execution has stopped).
2290 (gdb-reset): Reset buffer-local values of overlay-arrow.
2291
2292 2006-03-20 Richard Stallman <rms@gnu.org>
2293
2294 * simple.el (set-mark-command): Doc fix.
2295
2296 * files.el (display-buffer-other-frame): New command.
2297 (ctl-x-4-map): Bind C-x 5 C-o to it.
2298
2299 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
2300
2301 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
2302 rather than just defer-time, in case defer-time has been changed but
2303 the timer isn't running yet.
2304 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
2305
2306 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
2307
2308 * help-mode.el (help-follow-symbol): New function.
2309 Essentially identical to the old `help-follow', but do not let
2310 `push-button' do the work when on an xref.
2311 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
2312
2313 2006-03-19 Richard Stallman <rms@gnu.org>
2314
2315 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
2316 preceded by the word `program'.
2317 (help-follow-mouse, help-follow): Throw error if not on xref.
2318 Delete no longer used args.
2319
2320 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
2321
2322 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
2323 annotation ensure gud-overlay-arrow-position is redisplayed.
2324
2325 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2326
2327 * textmodes/bibtex.el (bibtex-include-OPTkey)
2328 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
2329 (bibtex-autokey-name-case-convert)
2330 (bibtex-autokey-titleword-case-convert): Make these the aliases
2331 for the following two variables.
2332 (bibtex-autokey-name-case-convert-function)
2333 (bibtex-autokey-titleword-case-convert-function): Make these the
2334 real names.
2335 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
2336 bibtex-font-lock-crossref sublists.
2337 (bibtex-mode): Revert 2005-12-30 change (which made
2338 completion-ignore-case buffer-local).
2339 (bibtex-url): Simplify.
2340
2341 2006-03-19 Kim F. Storm <storm@cua.dk>
2342
2343 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
2344 cursor property value to 2 (to align with C level change).
2345
2346 2006-03-19 Bill Wohler <wohler@newt.com>
2347
2348 * image.el (image-load-path-for-library): Shorten first line in
2349 docstring.
2350
2351 2006-03-18 Richard Stallman <rms@gnu.org>
2352
2353 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
2354
2355 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
2356
2357 * isearch.el (isearch-other-meta-char): Handle user bindings for
2358 shifted control characters.
2359
2360 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
2361
2362 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
2363 part that matches email addresses, file names, etc.
2364
2365 2006-03-18 Eli Zaretskii <eliz@gnu.org>
2366
2367 * term/w32-win.el (mouse-set-font):
2368 Mention w32-list-proportional-fonts in the doc string.
2369
2370 2006-03-18 Kim F. Storm <storm@cua.dk>
2371
2372 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
2373 (ido-unc-hosts): New user option to explicitly define list of know
2374 UNC-style hosts for completion.
2375 (ido-cache-unc-host-shares-time): New user option.
2376 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
2377 New helper functions for UNC file-name support.
2378 (ido-may-cache-directory): Check for UNC host. Simplify.
2379 (ido-wash-history): Clean out old UNC hosts.
2380 (ido-nonreadable-directory-p): UNC hosts are always readable.
2381 (ido-directory-too-big-p): UNC hosts are never too big.
2382 (ido-set-current-directory): Handle UNC root path.
2383 (ido-file-name-all-completions): Complete UNC host names from
2384 ido-unc-hosts list. Cache UNC host shares.
2385 (ido-make-file-list-1): Don't filter UNC root.
2386 (ido-exhibit): Check for // in root directory, and switch to UNC
2387 mode by setting ido-current-directory to //.
2388
2389 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
2390
2391 * cus-edit.el (customize-changed-options): Mention explicit
2392 version number as default in prompt.
2393
2394 2006-03-17 Bill Wohler <wohler@newt.com>
2395
2396 * image.el (image-load-path-for-library): Minor docstring fix.
2397
2398 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
2399
2400 * textmodes/org.el (org-read-date): Include subgroup 5 into
2401 replacement text.
2402 (org-popup-calendar-for-date-prompt): Fix customization type.
2403
2404 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
2405
2406 * progmodes/gdb-ui.el (gud-watch): Provide completion.
2407 (gdb-continuation): New variable.
2408 (gdb-send): Deal with continuation lines.
2409
2410 * progmodes/gud.el (gud-gdb-complete-command)
2411 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
2412 expressions.
2413 (gud-tooltip-mode): Use buffer-local value.
2414
2415 2006-03-16 Kim F. Storm <storm@cua.dk>
2416
2417 * ido.el (ido-edit-input): Use selected match, if any.
2418
2419 2006-03-16 Bill Wohler <wohler@newt.com>
2420
2421 * image.el (image-load-path-for-library): Prefer user's images in
2422 image-load-path.
2423
2424 2006-03-16 Martin Rudalics <rudalics@gmx.at>
2425
2426 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
2427 when checking for attempt to drag leftmost or rightmost scrollbar.
2428
2429 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
2430
2431 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
2432 (gdb-force-mode-line-update): New function.
2433 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
2434 (gdb-exited): Use them.
2435 (gdb-signal): New function.
2436 (gdb-annotation-rules): Provide a rule for it.
2437
2438 2006-03-16 Kenichi Handa <handa@m17n.org>
2439
2440 * international/mule.el (auto-coding-regexp-alist): Add entries
2441 for Unicode BOM.
2442
2443 * sort.el (sort-build-lists): Temporarily bind
2444 inhibit-field-text-motion to t.
2445
2446 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
2447
2448 * locate.el (locate-command, locate-make-command-line)
2449 (locate-fcodes-file, locate-update-command)
2450 (locate-prompt-for-command, locate, locate-with-filter)
2451 (locate-get-file-positions): Doc fixes.
2452 (locate-buffer-name, locate-header-face): Remove leading `*' in
2453 defcustom.
2454 (locate-filter-output): Use `keep-lines' instead of its alias
2455 `delete-non-matching-lines'.
2456 (locate-get-filename, locate-get-dirname): Add introductory comment.
2457 (locate-find-directory-other-window): Give appropriate error
2458 message if used outside main listing.
2459
2460 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
2461
2462 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
2463 the new extend-region feature.
2464 (font-lock-after-change-function): Update correspondingly.
2465 * jit-lock.el (jit-lock-after-change): Update correspondingly.
2466 * progmodes/grep.el (font-lock-lines-before): Don't disable.
2467
2468 2006-03-15 Bill Wohler <wohler@newt.com>
2469
2470 * image.el (image-load-path-for-library): Fix example by not
2471 recommending that one binds image-load-path. Just defvar it to
2472 placate compiler and only use it if previously defined.
2473
2474 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
2475
2476 * textmodes/org.el (org-insert-centered): Use `string-width' to
2477 make underlining work for wide characters.
2478 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
2479 TAB to `org-cycle', to make sure that no binding in
2480 `outline-mode-map' can supercede it.
2481
2482 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
2483
2484 * allout.el: Increment version to 2.2.1 in file commentary.
2485
2486 (allout-version): Increment to 2.2.1.
2487
2488 (allout-default-layout): New customization variable, used when the
2489 file lacks a specific allout-layout. Uses allout-layout-type for
2490 recursively nested definition.
2491
2492 (allout-layout-type): Widget defining allout layouts, necessary for
2493 self-recursive definition.
2494
2495 (allout-mode): Incorporate allout-default-layout as fallback for
2496 allout-layout.
2497
2498 (allout-layout): Mark as 'safe-local-variable', and refer mention
2499 fallback to `allout-default-layout' in absence of a specified value.
2500 (allout-passphrase-verifier-string)
2501 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
2502
2503 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
2504
2505 (allout-get-encryption-passphrase-verifier): Use correct name of
2506 passphrase verifier in docstring.
2507
2508 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
2509
2510 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
2511 elements.
2512 (gdb-find-watch-expression): Make it work for arrays too.
2513 Follow change to gdb-var-list.
2514 (gud-watch): Allow the user to enter variable name with a prexix
2515 arg. Create keybindings.
2516 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
2517 (gdb-var-list-children-handler, gdb-var-update-handler)
2518 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
2519 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
2520 Follow change to gdb-var-list.
2521 (gdb-starting): Don't show the overlay arrows when program is running.
2522
2523 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
2524 gdb-var-list.
2525
2526 2006-03-14 Bill Wohler <wohler@newt.com>
2527
2528 * image.el (image-load-path-for-library): Pass value of path
2529 rather than symbol. Always return list of directories.
2530 Guarantee that image directory comes first.
2531
2532 2006-03-14 Alan Mackenzie <acm@muc.de>
2533
2534 * font-core.el (font-lock-extend-region\(-function\)?.):
2535 New function/variable.
2536
2537 * font-lock.el (font-lock-after-change-function):
2538 Call font-lock-extend-region. Obey font-lock-lines-before.
2539 (font-lock-default-fontify-region): Remove reference to
2540 font-lock-lines-before.
2541
2542 * jit-lock.el (jit-lock-after-change):
2543 Call font-lock-extend-region. Obey font-lock-lines-before.
2544
2545 2006-03-14 David Ponce <david@dponce.com>
2546
2547 * tree-widget.el (tree-widget-themes-load-path)
2548 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
2549
2550 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
2551
2552 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
2553 (rcirc-print): Mark the start of text at the end of the prompt.
2554 (rcirc-track-minor-mode): Add autoload cookie.
2555 (rcirc-update-activity-string): Add space to front of mode-line
2556 indicator.
2557
2558 2006-03-13 Miles Bader <miles@gnu.org>
2559
2560 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
2561 (rcirc-abbrev-nick): Remove function.
2562 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
2563
2564 2006-03-13 David Ponce <david@dponce.com>
2565
2566 * tree-widget.el: Handle themes across all occurrences of the main
2567 themes sub-directory found in tree-widget-themes-load-path.
2568 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
2569 (tree-widget--locate-sub-directory): Return all occurrences.
2570 (tree-widget-themes-path): New function.
2571 Replace tree-widget-themes-directory, and return a list of directories.
2572 (tree-widget-set-parent-theme)
2573 (tree-widget-lookup-image): Use it.
2574
2575 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
2576
2577 * textmodes/org.el (org-link-search): Avoid self-matching of
2578 links, allow target text to be distributed over several lines.
2579 (org-search-not-link): New function.
2580 (org-set-regexps-and-options, org-get-current-options):
2581 New startup options.
2582 (org-export-as-html): Take odd-level setting from local variable.
2583 (org-fontify-emphasized-text): New option.
2584 (org-set-font-lock-defaults): Include emphasized text.
2585 (org-follow-mhe-link): Allow folder-only links, fix folder name.
2586 (org-font-lock): Customize group renamed from `org-faces'.
2587
2588 2006-03-13 John Paul Wallington <jpw@pobox.com>
2589
2590 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
2591 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
2592
2593 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
2594
2595 * cus-start.el (all): Delete :version keyword for members of the
2596 fringe group, since the entire group is new in 22.1.
2597
2598 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
2599
2600 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
2601 map if value is hexadecimal (an address).
2602 (gud-watch): Only search roots for existing watch expressions.
2603 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
2604 prevent caching problems with speedbar-update-directory-contents.
2605
2606 2006-03-12 Juri Linkov <juri@jurta.org>
2607
2608 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
2609 before comparing with `low' and `warn'.
2610
2611 * info.el (Info-dir-remove-duplicates): Move point to the
2612 beginning of the current line after deleting the entries from
2613 redundant heading. Use marker for `limit' and compare it with
2614 point before calling `re-search-forward'.
2615
2616 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
2617
2618 * simple.el (yank): Fix typo in docstring.
2619
2620 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
2621
2622 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
2623 messages, where "D" is the 6th character.
2624
2625 2006-03-11 Eli Zaretskii <eliz@gnu.org>
2626
2627 * simple.el (yank): Fix last change.
2628
2629 2006-03-11 David Ponce <david@dponce.com>
2630
2631 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
2632 merging elements from the standard ispell-dictionary-alist.
2633 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
2634 alist, and return the new alist.
2635
2636 2006-03-11 Richard Stallman <rms@gnu.org>
2637
2638 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
2639
2640 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
2641 the way it is implemented is too unclean.
2642
2643 * simple.el (kill-region, yank): Doc fix.
2644
2645 * battery.el (battery-echo-area-format): Doc fix.
2646 (battery-mode-line-format): Likewise.
2647 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
2648 (battery-linux-proc-acpi): Ignore batteries that say "charged".
2649
2650 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
2651
2652 * progmodes/octave-mod.el (octave-indent-for-comment):
2653 Behave according to do string.
2654
2655 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
2656
2657 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
2658 Be visible only if major mode is Mail Mode.
2659
2660 * textmodes/flyspell.el (flyspell-external-point-words)
2661 (flyspell-process-localwords): Fix last changes.
2662
2663 2006-03-11 Eli Zaretskii <eliz@gnu.org>
2664
2665 * calendar/holidays.el (list-holidays): Doc fix.
2666
2667 * international/mule.el (auto-coding-alist): Add .odt
2668 (OpenOffice's open document) files.
2669
2670 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
2671 document) files. Mention in the doc string the need to sync with
2672 auto-coding-alist.
2673
2674 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
2675
2676 * files.el (hack-local-variables-confirm): Don't prompt for ! if
2677 enable-local-variables is set to always query, or there is no
2678 savable variable.
2679
2680 2006-03-10 Bill Wohler <wohler@newt.com>
2681
2682 * image.el (image-load-path-for-library): Merge at least three
2683 functions from Gnus and MH-E into this one function that can now
2684 be shared.
2685
2686 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
2687
2688 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
2689 gdb-remove-mouse-face and remove help-echo too.
2690 (gdb-enqueue-input): Correct conditional clause.
2691
2692 2006-03-10 Glenn Morris <rgm@gnu.org>
2693
2694 * calendar/calendar.el (calendar-holidays): Doc fix.
2695 * calendar/holidays.el (list-holidays): Doc fix.
2696
2697 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
2698
2699 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
2700 it gets called in gdb-prompt anyway.
2701 (gdb-use-separate-io-buffer): Only restore window arrangement for
2702 gdb-many-windows.
2703 (gdb-enqueue-input): Make it harder to send GDB input when program
2704 is running.
2705 (gdb-buffer-list): New variable.
2706 (gdb-remove-mouse-face): New function.
2707 (gdb-starting): Use it when GDB input won't get sent.
2708
2709 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
2710
2711 * help.el (view-lossage): Remove trailing whitespace before
2712 inserting "\n".
2713
2714 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
2715
2716 * files.el (hack-local-variables-confirm):
2717 Set coding-system-for-read to nil before writing to .emacs.
2718
2719 * arc-mode.el (archive-extract): Check if an existing buffer name
2720 comes from a different archive.
2721
2722 * help.el (describe-key-briefly): If KEY is a down event, read and
2723 discard the up event.
2724
2725 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
2726
2727 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
2728 be edited and use font-lock-warning-face for any changes.
2729
2730 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
2731 (gdb-edit-value): Use it to report any errors.
2732
2733 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
2734
2735 * help.el (describe-key): Remove leftover test code.
2736
2737 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
2738
2739 * textmodes/org.el: Move defvars out of eval-when-compile.
2740 Use buffer-file-name variable.
2741 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
2742 arg `file'.
2743 (org-level-faces): Remove startup dependency.
2744 (org-cycle, org-map-tree, org-scan-tags)
2745 (org-remember-handler): Don't call `outline-level' directly.
2746 (org-mhe-search-all-folders): New option.
2747 (org-mhe-get-message-folder-from-index)
2748 (org-mhe-get-message-folder): Fix indexing search.
2749 (org-format-agenda-item): Handle nil TAGS argument.
2750 (org-cleaned-string-for-export, org-activate-target-links)
2751 (org-make-target-link-regexp): Deal with empty radio target list.
2752 (org-tag): New face.
2753 (org-get-level-face): New function.
2754 (org-set-font-lock-defaults): Simplify setup for headlines.
2755 (org-complete): Pass common substring to `display-completion-list'.
2756
2757 2006-03-06 David Ponce <david@dponce.com>
2758
2759 * tree-widget.el: Update Commentary header.
2760 (tree-widget-theme-name): Ignore parent themes.
2761 (tree-widget-set-parent-theme): New function.
2762 (tree-widget-set-theme): Use it.
2763 (tree-widget-set-image-properties): Move definition. Does nothing
2764 if image properties have already been set.
2765 (tree-widget-image-properties): Move definition. Receive an image
2766 name. Set the :pointer property.
2767 (tree-widget-lookup-image): Doc fix. Search in parent themes.
2768 Don't set the :pointer image property.
2769 (tree-widget-convert-widget): New function. Handle :dynargs
2770 compatibility here.
2771 (tree-widget): Use it to :convert-widget. Add the :expander-p
2772 predicate to control when the :expander function is entered.
2773 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
2774 (tree-widget-value-create): Handle :expander-p. widget-apply
2775 :expander.
2776 (tree-widget-expander-p): New function. Default value of the
2777 :expander-p property.
2778
2779 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
2780
2781 * help.el (describe-key): Properly handle the return value of
2782 read-key-sequence when grabbing an up-event. Cleanup mouse-1
2783 remaps. Handle string and vector `follow-link' values.
2784
2785 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
2786
2787 * complete.el (PC-expand-many-files): Try be more careful when parsing
2788 the shell's output.
2789
2790 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
2791
2792 * outline.el (hide-sublevels): Provide better interactive default.
2793
2794 2006-03-06 Kenichi Handa <handa@m17n.org>
2795
2796 * international/fontset.el (create-fontset-from-fontset-spec):
2797 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
2798
2799 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
2800
2801 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
2802 backslashes instead of one in regexp.
2803 (gud-tooltip-dereference): Add missing optional argument.
2804
2805 2006-03-04 John Paul Wallington <jpw@pobox.com>
2806
2807 * wdired.el (toplevel): Require `cl' at compile-time.
2808
2809 2006-03-04 Andreas Schwab <schwab@suse.de>
2810
2811 * server.el (server-process-filter): Handle errors during
2812 evaluation of the argument.
2813
2814 2006-03-03 John Paul Wallington <jpw@pobox.com>
2815
2816 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
2817 escape parentheses at beginning of line.
2818 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
2819 (t-mouse-mode): Remove period from end of error message.
2820
2821 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
2822
2823 * textmodes/flyspell.el (flyspell-process-localwords):
2824 Be case-sensitive.
2825
2826 2006-03-03 Martin Rudalics <rudalics@gmx.at>
2827
2828 * cus-edit.el (custom-quote): Remove function, since it has been
2829 moved to custom.el.
2830
2831 * font-lock.el (lisp-font-lock-keywords-2)
2832 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
2833 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
2834 they have no special meaning.
2835
2836 * midnight.el (clean-buffer-list): Handle case where base-buffer of
2837 indirect buffer gets killed before indirect buffer. Use dolist.
2838
2839 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
2840
2841 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
2842 value instead of a literal constant (1) on more pauses.
2843
2844 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
2845
2846 * textmodes/flyspell.el (flyspell-external-point-words):
2847 Be case-sensitive.
2848
2849 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
2850
2851 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
2852 with "www".
2853
2854 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
2855
2856 * allout.el: Restablish intermediate missing comment header to
2857 preserve outline structure.
2858 (allout-beginning-of-current-entry): Skip invisible text.
2859 (allout-open-topic): Fix opening a topic at end-of-buffer.
2860 (allout-minor-mode): Move nearer to allout-mode function.
2861
2862 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
2863
2864 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
2865
2866 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
2867
2868 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
2869 is nil.
2870
2871 * progmodes/gud.el (gud-speedbar-menu-items):
2872 Use buffer-local-value and add missing :visible keyword.
2873
2874 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
2875
2876 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
2877
2878 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
2879 must be `follow-link'.
2880
2881 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
2882
2883 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
2884 formatting: No nested anchors.
2885 (org-all-targets): Fix bug with XEmacs compatibility.
2886 (org-read-date): Add (require 'parse-time).
2887 (org-set-tags): Fix bug with extra inserted space.
2888 (org-export-html-style): Define a style class for targets.
2889 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
2890 (org-hide-leading-stars): New option.
2891 (org-hide): New face.
2892 (org-set-font-lock-defaults): Allow to hide leading stars.
2893 (org-get-legal-level, org-tr-level): New functions.
2894 (org-odd-levels-only): New option.
2895 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
2896 (org-demote, org-promote): Deal with double-star levels.
2897 (org-convert-to-odd-levels): New command.
2898
2899 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
2900
2901 * speedbar.el (speedbar-update-localized-contents): Try to
2902 preserve window-start.
2903 (speedbar-update-directory-contents): Try to preserve window-start
2904 and window-point.
2905 (speedbar-update-special-contents): Don't move back to start of window.
2906
2907 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
2908 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
2909 speedbar-timer-fn.
2910 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
2911 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
2912 instead of gdb-speedbar-timer-fn.
2913
2914 2006-02-28 Jay Belanger <belanger@truman.edu>
2915
2916 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
2917 (math-compose-expr): Use latex option when calling
2918 `math-compose-tex-matrix' for latex mode.
2919
2920 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
2921
2922 * speedbar.el: Re-instate comments about developing for speedbar
2923 [this is what info and gdb-ui use even if better methods exist now].
2924
2925 * t-mouse.el: New file.
2926 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
2927 (t-mouse-lispy-buffer-posn-from-coords): Remove.
2928 (t-mouse-make-event-element): Use posn-at-x-y instead.
2929 (t-mouse-make-event): Deal with Fedora Core 3.
2930 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
2931 (t-mouse-mouse-position-function): New function. Use it instead
2932 of advising mouse-position.
2933 (t-mouse-mode): New minor mode.
2934 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
2935
2936 2006-02-27 Glenn Morris <rgm@gnu.org>
2937
2938 * calendar/calendar.el (calendar-holidays): Doc fix.
2939
2940 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
2941
2942 * progmodes/gdb-ui.el (gdb-source-window): New variable.
2943 Re-introduce the concept of a source window.
2944 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
2945 consistency with get-buffer-create.
2946 (def-gdb-auto-update-handler, gdb-info-locals-handler)
2947 (gdb-data-list-register-values-handler)
2948 (gdb-stack-list-locals-handler): Try to preserve window-start as
2949 well as window-point.
2950 (gdb-display-source-buffer): New function (old concept).
2951 (gdb-goto-breakpoint): Use it.
2952
2953 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
2954 for gdb-ui/gdb-mi (old concept).
2955
2956 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
2957
2958 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
2959 binding.
2960
2961 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
2962
2963 * textmodes/reftex-sel.el (reftex-select-label-map)
2964 (reftex-select-bib-map): Add `follow-mouse' binding.
2965
2966 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
2967
2968 * jka-cmpr-hook.el (jka-compr-compression-info-list)
2969 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
2970 Give :set functions to provide automatic updating.
2971 Update docstring. Give compiler defvars early in the file
2972 and move the defcustoms to a later spot where all called functions
2973 are defined.
2974 (jka-compr-file-name-handler-entry): Doc fix.
2975 (jka-compr-compression-info-list--internal)
2976 (jka-compr-mode-alist-additions--internal)
2977 (jka-compr-load-suffixes--internal): New variables.
2978 (jka-compr-install): Set the three above variables.
2979 Update `load-file-rep-suffixes' instead of `load-suffixes'.
2980 (jka-compr-update, jka-compr-set): New functions.
2981 (auto-compression-mode): Doc fix.
2982
2983 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
2984 Update `load-file-rep-suffixes' instead of `load-suffixes'.
2985 Use jka-compr-compression-info-list--internal,
2986 jka-compr-mode-alist-additions--internal and
2987 jka-compr-load-suffixes--internal.
2988
2989 * files.el (load-library):
2990 * loadhist.el (file-loadhist-lookup):
2991 * startup.el (command-line):
2992 * subr.el (locate-library):
2993 * emacs-lisp/autoload.el (update-directory-autoloads):
2994 * emacs-lisp/find-func.el (find-library-suffixes):
2995 Use `get-load-suffixes' instead of `load-suffixes'.
2996
2997 * subr.el (locate-library):
2998 * emacs-lisp/find-func.el (find-library-name):
2999 Use `load-file-rep-suffixes' instead of '("").
3000
3001 2006-02-26 Kim F. Storm <storm@cua.dk>
3002
3003 * ido.el (ido-save-history, ido-load-history): Simplify.
3004 Don't use find-file-noselect to avoid interference from other modes.
3005
3006 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
3007
3008 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
3009 to use the default shell if filename is not available.
3010 Reported by Giorgos Keramidas.
3011
3012 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
3013
3014 * progmodes/etags.el (tags-completion-table): Do completion from
3015 all the tables in the current list, as documented in the manual.
3016
3017 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
3018
3019 * CC Mode Update to 5.31.3.
3020
3021 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
3022
3023 * progmodes/cc-mode.el (c-postprocess-file-styles):
3024 Bind inhibit-read-only to t, around the call to
3025 c-remove-any-local-eval-or-mode-variables, so that it works on a
3026 RO file.
3027
3028 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
3029
3030 * progmodes/cc-awk.el: Correct a typo.
3031
3032 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
3033
3034 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
3035 c-hungry-delete-backwards, at the request of RMS. Leave the old
3036 name as an alias.
3037
3038 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
3039
3040 * progmodes/cc-mode.el: Correct a typo.
3041
3042 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
3043
3044 * progmodes/cc-defs.el: Update the version number to 5.31.3.
3045
3046 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
3047
3048 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
3049 brace-else-brace (error due to mbeg, mend being undefined).
3050
3051 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
3052
3053 * progmodes/cc-mode.el: File Local variables: Solve the problem
3054 where both `mode' and c-file-offsets are specified: `mode' will
3055 overwrite c-f-o's settings:
3056 (c-remove-any-local-eval-or-mode-variables): New function.
3057 (c-postprocess-file-styles): Call the above new function, within
3058 c-tentative-buffer-change, to splat `mode' and `eval' before the
3059 second hack-local-variables.
3060
3061 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
3062
3063 * progmodes/cc-mode.el:
3064 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
3065 (c-after-change): Protect the match data with save-match-data.
3066 It was getting corrupted by c-after-change-check-<>-operators.
3067
3068 * cc-defs.el: [Supersedes patch V1.38]:
3069 (top level): Check for a buggy font-lock-compile-keywords ONLY in
3070 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
3071
3072 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
3073 with save-match-data. It was being corrupted when Font Lock was
3074 not enabled.
3075
3076 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
3077
3078 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
3079 Mode and Subword Mode.
3080
3081 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
3082 real labels ("case 1:" or "foo:") from non-labels ("public:").
3083 (c-forward-objc-directive): Replace c-forward-token-2 with crude
3084 coding; c-f-t-2 doesn't move over a token at EOB.
3085
3086 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
3087
3088 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
3089 (c-update-modeline): Concatenate the minor mode indicators
3090 directly onto mode-name, removing c-submode-indicators.
3091 Sometimes, c-s-i got separated from the mode name on the mode line.
3092
3093 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
3094 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
3095
3096 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
3097
3098 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
3099 error message when there's an evaluation error to show whether
3100 it's loaded from source or not.
3101 (c-filter-ops): Make it available at runtime too to work when
3102 `c-make-init-lang-vars-fun' needs to evaluate from source.
3103
3104 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
3105
3106 * help.el (help): Revert last part of 2006-02-23 change (deletion
3107 of the `provide' call).
3108
3109 2006-02-23 Juri Linkov <juri@jurta.org>
3110
3111 * compare-w.el (compare-windows-highlight): Add new value
3112 `persistent' and change :type from `boolean' to `choice'.
3113 (compare-windows-overlays1, compare-windows-overlays2):
3114 New internal variables.
3115 (compare-windows-highlight): If compare-windows-highlight is
3116 `persistent', add current overlays to compare-windows-overlays[12]
3117 instead of adding compare-windows-dehighlight to pre-command-hook.
3118 (compare-windows-dehighlight): Delete all overlays from
3119 compare-windows-overlays[12].
3120
3121 * info.el (Info-search): Don't bind search-spaces-regexp to
3122 Info-search-whitespace-regexp in non-regexp isearch mode.
3123
3124 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
3125
3126 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
3127
3128 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
3129
3130 * textmodes/org.el (org-xemacs-p)
3131 (org-export-html-show-new-buffer, org-table-may-need-update)
3132 (org-insert-item, org-mhe-get-message-real-folder)
3133 (org-mhe-get-message-folder-from-index)
3134 (org-mhe-get-message-folder, org-mhe-get-message-num)
3135 (org-mhe-get-header, org-make-org-heading-search-string)
3136 (org-make-org-heading-camel, org-table-sort-lines)
3137 (org-format-org-table-html, org-format-table-table-html):
3138 Fix typos in docstrings.
3139
3140 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
3141
3142 * textmodes/org.el (org-cleaned-string-for-export)
3143 (org-solidify-link-text): New function.
3144 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
3145 XEmacs, just to silence the compiler.
3146 (org-export-as-ascii, org-export-as-html-and-open):
3147 Use `org-cleaned-string-for-export' and create internal links.
3148 (org-follow-mhe-link): Require mh-e, use folder.
3149
3150 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
3151
3152 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
3153
3154 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
3155 gdb-debug-log-length.
3156 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
3157 it a real ring but...
3158 (gud-gdba-marker-filter): ...make it work like mark-ring.
3159 (gdb-enable-debug): Rename from gdb-enable-debug-log.
3160 (gdb-mouse-jump): New function. Add bindings.
3161
3162 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
3163
3164 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
3165 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
3166 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
3167 (gdb-debug-log-length): Customize it's length.
3168 (gud-watch, gdb-var-create-handler): Display function::var format
3169 but don't use to create variable object.
3170 (gdb-var-create-handler): Use message-box in place of message.
3171 (gdb-stopped): Call gdb-exited if signalled.
3172
3173 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
3174
3175 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
3176
3177 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
3178
3179 * textmodes/reftex.el (reftex-locate-file): Search all extensions
3180 if `reftex-try-all-extensions' is set.
3181
3182 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
3183 fail silently when there is no valid argument at point.
3184 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
3185 `fail-silently' argument. From a patch by David Reiter.
3186
3187 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
3188 New commands.
3189 (org-mark-ring): New variable.
3190 (org-mark-ring-length): New option.
3191 (org-open-at-point, org-goto, org-open-file): Push old position
3192 onto the mark ring.
3193 (org-add-hook): New function.
3194 (org-export-table-remove-special-lines): New option.
3195 (org-skip-comments, org-format-org-table-html): Respect new
3196 option `org-export-table-remove-special-lines'.
3197 (org-open-file): Allow special command configuration for
3198 directory link.
3199 (org-file-apps): Fix bugs in customize type, added setting
3200 for directories.
3201 (org-activate-tags, org-format-agenda-item, org-complete)
3202 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
3203 (org-get-tags, org-get-buffer-tags, org-open-at-point)
3204 (org-link-search, org-make-org-heading-search-string)
3205 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
3206 (org-radio-targets, org-file-link-context-use-camel-case)
3207 (org-activate-camels): New options.
3208 (org-update-radio-target-regexp, org-all-targets)
3209 (org-make-target-link-regexp, org-activate-target-links):
3210 New functions.
3211 (org-make-org-heading-search-string): New function.
3212 (org-store-link, org-insert-link): Use new option
3213 `org-file-link-context-use-camel-case'.
3214 (org-activate-camels): Use new option `org-activate-camels'.
3215 (org-link-regexp): Add mhe prefix.
3216 (org-open-at-point, org-store-link): Support for mhe links.
3217 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
3218 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
3219 (org-mhe-get-header, org-follow-mhe-link): New functions.
3220 (org-remove-angle-brackets, org-add-angle-brackets):
3221 New functions.
3222 (org-bracket-link-regexp): New constant.
3223 (org-read-date): Fix bug that was rejecting all typed dates.
3224 (org-link-search): Make hierarchy above visible after a match.
3225 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
3226 (org-store-link): Fix bug with link creation when cursor is in
3227 an empty line.
3228 (org-open-at-point): Fix bug with matching a link.
3229 Fixed buggy argument sequence in call to `org-view-tags'.
3230 (org-compile-prefix-format): Set `org-prefix-has-tag'.
3231 (org-prefix-has-tag): New variable.
3232 (org-format-agenda-item): Remove tags from headline
3233 if appropriate.
3234 (org-agenda-remove-tags-when-in-prefix): New option.
3235
3236 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
3237
3238 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
3239 Fix the regular expressions.
3240
3241 2006-02-21 Richard M. Stallman <rms@gnu.org>
3242
3243 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
3244 if there's no other specific basis.
3245
3246 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
3247 as variables at all.
3248 (unsafep-variable): Rename arg; doc fix.
3249
3250 * abbrevlist.el (list-one-abbrev-table): Add autoload.
3251
3252 * calendar/appt.el (diary-selective-display): Add defvar.
3253
3254 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
3255
3256 * isearch.el (search-whitespace-regexp): Fix custom type.
3257
3258 * help.el (describe-key-briefly): Compute interactive args
3259 in same was as before previous change.
3260
3261 * files.el (enable-local-variables): Doc fix.
3262
3263 2006-02-21 Kim F. Storm <storm@cua.dk>
3264
3265 * fringe.el: Cleanup as file is now pre-loaded.
3266 (fringe-bitmaps): Initialize unconditionally.
3267 (fringe-mode, set-fringe-style): Remove autoload cookies.
3268
3269 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
3270
3271 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
3272 `horizontal-bar'.
3273 (fringe-cursor-alist): Use `horizontal-bar'.
3274
3275 2006-02-20 Kim F. Storm <storm@cua.dk>
3276
3277 * fringe.el (fringe-bitmaps): Update to new bitmap names.
3278 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
3279
3280 * loadup.el: Load "fringe" on window systems.
3281
3282 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
3283
3284 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
3285 out of scope components.
3286
3287 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
3288 default.
3289
3290 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
3291
3292 * custom.el (customize-mark-to-save, customize-mark-as-set):
3293 Load the symbol first.
3294
3295 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
3296
3297 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
3298 strech spec so it doesn't display as "^J" on the header line
3299 when `Buffer-menu-use-header-line' is t.
3300
3301 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
3302
3303 * speedbar.el (speedbar-make-button): Keep text properties
3304 of string arguments if desired.
3305
3306 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
3307 expessions.
3308
3309 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
3310 of speedbar.
3311
3312 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
3313
3314 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
3315 to value of `read-file-name-completion-ignore-case'.
3316
3317 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
3318
3319 * custom.el (customize-mark-as-set): Push to `user' theme.
3320
3321 * cus-edit.el (custom-save-variables): Allow unthemed values.
3322 (customize-set-variable): Push setting to `user' theme.
3323
3324 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
3325
3326 * progmodes/gud.el: Don't require font-lock as it's now
3327 automatically loaded.
3328 (gud-speedbar-buttons): Replace gdb-var-changed with
3329 gdb-force-update.
3330
3331 * progmodes/gdb-ui.el (gdb-force-update): Rename from
3332 gdb-var-changed.
3333 (gdb-post-prompt): Use it.
3334 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
3335 (gdb-var-update-handler, gdb-var-delete)
3336 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
3337 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
3338 gdb-force-update in gdb-post-prompt.
3339 (gdb-reset): Clear watch expressions from speedbar when quitting.
3340
3341 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
3342
3343 * viper-cmd.el (viper-insert-state-post-command-sentinel)
3344 (viper-change-state-to-vi, viper-change-state-to-emacs):
3345 Make aware of cursor coloring in the Emacs state.
3346 (viper-special-read-and-insert-char): Use read-char-exclusive.
3347 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
3348
3349 * viper-init.el (viper-emacs-state-cursor-color): New variable.
3350
3351 * viper-util.el (viper-save-cursor-color)
3352 (viper-get-saved-cursor-color-in-replace-mode)
3353 (viper-get-saved-cursor-color-in-insert-mode)
3354 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
3355 state.
3356 (viper-get-saved-cursor-color-in-emacs-mode): New function.
3357
3358 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
3359 (ediff-ignore-case-option3, ediff-actual-diff-options)
3360 (ediff-actual-diff3-options): New variables to control case sensitivity.
3361 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
3362 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
3363 (ediff-toggle-ignore-case): New function.
3364 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
3365
3366 * ediff-help.el (ediff-long-help-message-narrow2)
3367 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
3368 (ediff-long-help-message-word-mode): Add ignore-case command.
3369 (ediff-help-for-quick-help): Add ignore-case command.
3370
3371 * ediff-merg.el: Move provide to the end.
3372
3373 * ediff-ptch.el: Move provide to the end.
3374
3375 * ediff-wind.el: Move provide to the end.
3376
3377 * ediff-mult.el: Move provide to the end.
3378 (ediff-set-meta-overlay): Enable follow-link.
3379
3380 * ediff.el: Move provide to the end.
3381 Break recursive load cycle in eval-when-compile.
3382 (ediff-patch-buffer): Better heuristics.
3383
3384 * ediff-util.el: Move provide to the end.
3385 Break recursive load cycle in eval-when-compile.
3386 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
3387 defuns.
3388 (ediff-submit-report): Pass the values of ediff-diff3-program,
3389 ediff-diff3-options.
3390
3391 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
3392
3393 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
3394 the opening bracket of the following bracketing pairs: {}, [], (), <>,
3395 `' (for example, in the docstring of `windmove-default-keybindings').
3396
3397 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
3398
3399 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
3400 shadow face. Don't provide binding to edit variable when it is
3401 out of scope.
3402
3403 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
3404 (gdb-var-update-handler): Detect out of scope variables with pre
3405 GDB 6.4 too.
3406 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
3407 Reset status of variable objects to nil in update handlers.
3408 (gdb-var-update-handler-1): Detect when a variable object comes
3409 in scope. setcar on var changes gdb-var-list directly.
3410
3411 2006-02-17 Juri Linkov <juri@jurta.org>
3412
3413 * ffap.el (ffap) <defface>: Add explicit face declaration.
3414 (ffap-highlight): Use face `ffap' directly instead of checking
3415 for its existence.
3416
3417 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
3418 `visible-ok' of `other-buffer' to find the right original buffer.
3419
3420 * info.el (Info-search): Skip `Local Variables' node.
3421
3422 2006-02-17 Juri Linkov <juri@jurta.org>
3423
3424 * info.el (Info-find-file): Check for symbols `apropos', `history',
3425 `toc' in the input filename, and return these symbols as is.
3426 (Info-find-node-2): Set Info-current-file to symbols `apropos',
3427 `history', `toc' instead of strings.
3428 (Info-set-mode-line): For non-string Info-current-file use the
3429 symbol's name inside **.
3430 (Info-isearch-push-state): Add quote before Info-current-file and
3431 Info-current-node.
3432 (Info-isearch-pop-state): Use `equal' instead of `string='.
3433 (Info-extract-pointer, Info-following-node-name): Use
3434 `match-string-no-properties' instead of `match-string'.
3435 (Info-up): Check `old-file' for `stringp'.
3436 (Info-history): Use `equal' instead of `string-equal'.
3437 Check `file' for `stringp'.
3438 (Info-history): Use symbol `history' instead of string as first arg
3439 of `Info-find-node'.
3440 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
3441 `toc' instead of string.
3442 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
3443 instead of `buffer-substring', and `match-string-no-properties'
3444 instead of `match-string'.
3445 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
3446 instead of strings.
3447 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
3448 Use symbol `apropos' instead of string.
3449 (Info-copy-current-node-name): Check `Info-current-file' for
3450 `stringp' and construct a command with `Info-find-node' from it.
3451 (Info-fontify-node): Use `match-string-no-properties' instead of
3452 `match-string' and check file names for `stringp'.
3453 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
3454 `history', `toc' instead of strings.
3455
3456 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
3457
3458 * files.el: Rearrange functions and variables in the file local
3459 variables section.
3460
3461 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
3462
3463 * files.el: Add truncate-lines, ispell-check-comments and
3464 ispell-local-dictionary as safe local variables.
3465
3466 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
3467
3468 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
3469 out of scope variables.
3470 (gud-speedbar-buttons): Use unless.
3471
3472 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
3473 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
3474 (gdb-show-changed-values): Also use for out of scope variables.
3475 (gdb-var-update-handler-1): Note if variable goes out of scope.
3476
3477 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
3478
3479 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
3480 default to global variable values for unsupplied args.
3481 (rcirc-get-buffer-create): Fix bug with setting the target.
3482 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
3483 test for rcirc-always-use-server-buffer-flag here.
3484 (rcirc-response-formats): Add %N, which is a facified nick. %n
3485 uses the default face. Change the ACTION format string. If the
3486 "nick" is the server, don't print anything for that field.
3487 Comment fixes.
3488 (rcirc-target-buffer): Don't test
3489 rcirc-always-use-server-buffer-flag here.
3490 (rcirc-print): Squeeze extra spaces out of the text before message.
3491 (rcirc-put-nick-channel): Strip potential "@" char from nick
3492 before adding them to nick table.
3493 (rcirc-url-regexp): Improve to match address like "foo.com".
3494
3495 2006-02-17 Eli Zaretskii <eliz@gnu.org>
3496
3497 * allout.el (allout-hidden-p): Move this defsubst before
3498 allout-overlay-interior-modification-handler, where it is first
3499 used.
3500
3501 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
3502
3503 * allout.el: Use allout invisible-text overlays instead of
3504 selective display for concealed text. Also, lots of general
3505 cleanup, and improved compatibility code.
3506
3507 (allout-version) Incremented, corrected, revised, and refined
3508 module commentary.
3509
3510 (provide 'allout): Moved to the bottom, added a require of overlay.
3511
3512 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
3513 `except-current'.
3514 (allout-write-file-hook-handler): Minimize delay.
3515 (count-trailing-whitespace-region): New function so
3516 auto-encryption of current topic can resituate cursor exactly.
3517 PGP/GPG encryption trims trailing whitespace from lines, which
3518 must be accounted for across encryption then decryption.
3519
3520 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
3521 just plain "\C-c", to avoid intruding on user's keybinding space.
3522
3523 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
3524 parameter, so user request to provide a new password is done.
3525
3526 (allout-outside-normal-auto-fill-function, allout-auto-fill):
3527 Refined mechanism for auto-filling behavior while in allout mode.
3528
3529 (allout-mode): Explicitly specify the mode map in the docstring.
3530 Clarify provision for various write-file hook var names.
3531 Adjusted for invisible-text overlays instead of selective-display.
3532
3533 (allout-depth): Really return 0 if not within any topic. This
3534 rectifies `allout-beginning-of-level' and sequence numbering
3535 errors that occur when cutting and pasting numbered topics.
3536 Changed from a in-line subst to a regular function, as well.
3537
3538 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
3539
3540 (allout-end-of-subtree, allout-end-of-subtree)
3541 (allout-end-of-entry, allout-end-of-current-heading)
3542 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
3543 (allout-show-children, allout-show-to-offshoot)
3544 (allout-hide-current-entry, allout-show-current-entry): Rectified
3545 handling of trailing blank lines between items.
3546
3547 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
3548 (allout-current-depth, allout-unprotected, allout-hidden-p)
3549 (allout-on-current-heading-p, allout-listify-exposed)
3550 (allout-chart-subtree, allout-goto-prefix)
3551 (allout-back-to-current-heading, allout-get-body-text)
3552 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
3553 (allout-hide-region-body, allout-toggle-subtree-encryption)
3554 (allout-encrypt-string, allout-encrypted-key-info)
3555 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
3556 (allout-file-vars-section-data): Adjusted for use with
3557 invisible-text overlays instead of selective-display.
3558
3559 (allout-kill-line, allout-kill-topic, allout-yank-processing):
3560 Reworked for use with invisible text overlays.
3561
3562 (allout-current-topic-collapsed-p): New function.
3563
3564 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
3565 to know when to close the containing topic.
3566
3567 (allout-pre-command-business, allout-post-command-business):
3568 Simplify undo-batching and dynamic isearch exposure.
3569
3570 (allout-set-overlay-category): New for invisible-text overlays.
3571 Sets properties of allout-overlay-category, used by
3572 allout-flag-region to set invisible-text overlay properties.
3573 (allout-get-invisibility-overlay): Get the first qualifying
3574 invisibility overlay, so we can find the extent of it.
3575 (allout-back-to-visible-text): Get to just before the beginnining
3576 of the current invisibility overlay, if any.
3577
3578 (allout-overlay-insert-in-front-handler)
3579 (allout-overlay-interior-modification-handler)
3580 (allout-before-change-handler, allout-isearch-end-handler): New
3581 functions to handle extraordinary actions affecting concealed
3582 text.
3583
3584 (allout-flag-region): Use overlays instead of selective-display
3585 for invisible text - by inheritence from the properties of
3586 allout-overlay-category in mainline Emacs, and applied
3587 property-by-property in XEmacs, some recent versions of which
3588 don't inherit the properties from the category. Provisions to
3589 respond to concealed-text edits simplified drastically.
3590
3591 (allout-isearch-rectification, allout-isearch-was-font-lock)
3592 (allout-isearch-expose, allout-enwrap-isearch)
3593 (allout-isearch-abort, allout-pre-was-isearching)
3594 (allout-isearch-prior-pos, allout-isearch-did-quit)
3595 (allout-isearch-dynamic-expose)
3596 (allout-hide-current-entry-completely): Functions deleted.
3597
3598 (allout-undo-aggregation): Explicit undo aggregation no longer
3599 necessary due to transition away from selective-display.
3600
3601 (set-allout-regexp, allout-up-current-level)
3602 (allout-next-visible-heading, allout-forward-current-level)
3603 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
3604 (allout-kill-line, allout-yank-processing, allout-show-children)
3605 (allout-expose-topic, allout-old-expose-topic)
3606 (allout-listify-exposed, allout-insert-latex-header)
3607 (allout-toggle-subtree-encryption, allout-encrypt-string)
3608 (remove-from-invisibility-spec, allout-hide-current-subtree):
3609 Ditched unused variables.
3610
3611 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
3612
3613 * textmodes/ispell.el (ispell-change-dictionary): Call
3614 ispell-buffer-local-dict instead of
3615 ispell-accept-buffer-local-defs.
3616 (ispell-local-dictionary-alist): Accept as valid any coding-system
3617 supported by Emacs.
3618 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
3619 changed to iso-8859-3.
3620
3621 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
3622
3623 * speedbar.el (speedbar-frame-width): Make an inline function
3624 instead of a macro. Use frame-width.
3625 (speedbar-try-completion, speedbar-update-contents)
3626 (speedbar-timer-fn): Use consp.
3627 (speedbar-update-localized-contents): Try to preserve point.
3628
3629 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
3630 (menu): Re-order menu items.
3631 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
3632 field.
3633 (gdb-var-update-handler-1): Use it for GDB 6.4+.
3634 (gdb-post-prompt): Speed things by not forcing update.
3635
3636 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
3637
3638 * wid-edit.el (widget-button-click): For mouse-1, cancel button
3639 press and perform default action if we get a mouse movement event.
3640
3641 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
3642
3643 * calendar/icalendar.el (icalendar--get-event-property)
3644 (icalendar--get-event-property-attributes): Fix typos in
3645 docstrings.
3646
3647 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
3648 docstring.
3649
3650 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
3651
3652 * bs.el (bs-mode): Use `buffer-disable-undo'.
3653 (bs--get-file-name): Simplify.
3654 (bs-show-in-buffer): Mark the buffer as not modified.
3655
3656 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
3657
3658 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
3659 widget-button-click.
3660
3661 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
3662 (custom-mode): Update docstring.
3663
3664 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
3665 binding.
3666
3667 * files.el (hack-local-variables-confirm): Allow scrolling if the
3668 file variable list is too long. Kill temp buffer after use.
3669
3670 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
3671
3672 * progmodes/gud.el (gdb): Improve doc string.
3673 (gdb-script-font-lock-keywords): Expand allowed character set.
3674
3675 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
3676 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
3677 (gdb-separate-io-interrupt, gdb-separate-io-quit)
3678 (gdb-separate-io-stop, gdb-separate-io-eof):
3679 Rename from gdb-inferior-* to gdb-separate-*.
3680 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
3681
3682 2006-02-14 Jay Belanger <belanger@truman.edu>
3683
3684 * calc/calc-arith.el (math-check-known-scalarp): Make sure
3685 expression is a symbol before checking that it is bound.
3686
3687 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
3688 test to see if equation can be solved.
3689
3690 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
3691
3692 * wid-edit.el (widget-button-click): Use :pressed-face property
3693 for overlay face, if it exists.
3694
3695 * cus-edit.el (custom-manual, custom-add-see-also)
3696 (custom-add-parent-links, custom-group-link): Add :pressed-face
3697 property to links.
3698
3699 * files.el (hack-local-variables): Remove ignored variables before
3700 checking if any variables need setting.
3701
3702 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3703
3704 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
3705
3706 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
3707
3708 * help.el (where-is): Fix message for remapped commands.
3709
3710 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
3711 Fix typos in docstrings.
3712
3713 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
3714
3715 * files.el (safe-local-variable-values): New option.
3716 (hack-local-variables-prop-line): Return a list of variable-value
3717 pairs if MODE-ONLY is non-nil.
3718 (hack-local-variables): Construct list of variable-value pairs,
3719 and apply or reject them in one go. Ask for confirmation if
3720 variables are not known safe.
3721 (hack-local-variables-confirm): Complete rewrite. Support
3722 `safe-local-variable-values'.
3723 (enable-local-variables): Update docstring to reflect new
3724 behavior.
3725 (ignored-local-variables): Ignore ignored-local-variables and
3726 safe-local-variable-values.
3727 (safe-local-variable-p): New function.
3728 (risky-local-variable-p): `safe-local-variable' property check
3729 moved to safe-local-variable-p.
3730 (hack-one-local-variable): Checks moved to hack-local-variables.
3731
3732 (byte-compile-dynamic, c-basic-offset, c-file-style)
3733 (c-indent-level, comment-column, fill-column, fill-prefix)
3734 (indent-tabs-mode, kept-new-versions, no-byte-compile)
3735 (no-update-autoloads, outline-regexp, page-delimiter)
3736 (paragraph-start, paragraph-separate, sentence-end)
3737 (sentence-end-double-space tab-width, version-control):
3738 Add `safe-local-variable' property.
3739
3740 * find-lisp.el: Delete nonexistent `autocompile' file variable.
3741
3742 * icomplete.el, play/landmark.el: Change nonexistent
3743 `outline-layout' file variable to `allout-layout'.
3744
3745 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
3746
3747 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
3748 (gdb-get-changed-registers): Test value of gud-minor-mode relative
3749 to gud-comint-buffer.
3750 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
3751 gdb-ui.el for gdb-mi.el.
3752 (gdb-post-prompt, gdb-get-changed-registers): Move test for
3753 registers buffer to gdb-get-changed-registers.
3754 (gdb-breakpoint-regexp): New regexp. Allow toggling and
3755 deletion of catchpoints (throw and catch).
3756 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
3757 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
3758 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
3759 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
3760 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
3761
3762 2006-02-13 Jay Belanger <belanger@truman.edu>
3763
3764 * calc/calc-arith.el (math-check-known-matrixp): Make sure
3765 expression is a symbol before checking that it is bound.
3766
3767 2006-02-13 Richard M. Stallman <rms@gnu.org>
3768
3769 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
3770 for the minibuffer too, but not if resize-mini-windows will interfere.
3771
3772 * help.el (describe-key-briefly, describe-key): Do all arg-reading
3773 inside `interactive' spec.
3774 (describe-key-briefly-internal, describe-key-internal):
3775 Functions merged back into their callers.
3776
3777 2006-02-13 Martin Rudalics <rudalics@gmx.at>
3778
3779 * info.el (info-xref-visited): Inherit from info-xref too.
3780 (Info-set-mode-line): Replace occurrences of `%' by `%%'
3781 when propertizing Info-current-file and Info-current-node.
3782
3783 2006-02-13 Juri Linkov <juri@jurta.org>
3784
3785 * tumme.el (tumme-thumbnail-storage): Fix docstring.
3786 (tumme-thumb-name): Fix per-directory format.
3787
3788 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
3789
3790 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
3791
3792 2006-02-12 Miles Bader <miles@gnu.org>
3793
3794 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
3795
3796 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
3797
3798 * tumme.el: Remove history section. If someone needs the it, it
3799 can always be found in CVS.
3800
3801 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
3802
3803 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
3804 about the Thumbnail Managing Standard option.
3805
3806 2006-02-12 Richard M. Stallman <rms@gnu.org>
3807
3808 * subr.el (substitute-key-definition): Doc fix.
3809
3810 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
3811
3812 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
3813
3814 * info.el (Info-mode): Doc fix.
3815
3816 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
3817
3818 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
3819
3820 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
3821 because on Solaris a POSIX compatible "id" is needed. Reported by
3822 Magnus Henoch <mange@freemail.hu>.
3823
3824 2006-02-12 Juri Linkov <juri@jurta.org>
3825
3826 * tumme.el: Remove todo item about Thumbnail Managing Standard.
3827 (tumme) <defgroup>: Change :group to `multimedia'.
3828 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
3829 Managing Standard.
3830 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
3831 Fix dostring.
3832 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
3833 and %y. Fix docstring.
3834 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
3835 (tumme-cmd-create-standard-thumbnail-command): New user options.
3836 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
3837 is `standard'. Fix docstring.
3838 (tumme-thumb-width, tumme-thumb-height): New user options.
3839 (tumme-external-viewer): Try to find various viewers.
3840 (tumme-get-thumbnail-image): Use `create-image' instead of
3841 constructing the `image' structure.
3842 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
3843 `standard'.
3844 (tumme-thumb-name): Add file name generation for standard storage.
3845 Simplify code for other storages.
3846 (tumme-thumb-name): Use width %w and height %h instead of size %s.
3847 Add modification time %m and thumbnail-nq8 %q.
3848 Use `tumme-cmd-create-standard-thumbnail-command' if
3849 tumme-thumbnail-storage is `standard'.
3850 (tumme-dired-insert-marked-thumbs): New autoload command.
3851 (tumme-dired-after-readin-hook): New function.
3852 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
3853 `tumme-thumb-size'.
3854 (tumme-display-image): Replace size-x %x and size-y %y with
3855 width %w and height %h.
3856
3857 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
3858 `tumme-dired-insert-marked-thumbs'.
3859
3860 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
3861
3862 * tumme.el (tumme-write-tag): Fix small bug (file name did not
3863 include path).
3864 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
3865 matching tag.
3866
3867 2006-02-12 Miles Bader <miles@gnu.org>
3868
3869 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
3870 New variables.
3871 (rcirc-abbrev-nick): New function.
3872 (rcirc-format-response-string): Rewrite to use the formats in
3873 `rcirc-response-formats' and expand escape sequences therein.
3874 A text-property `rcirc-text' is added over the actual response
3875 text to make easy to find inside the returned string.
3876 (rcirc-print): When filling, just look for the `rcirc-text'
3877 text-property to find the appropriate fill prefix, instead of
3878 using hardwired patterns.
3879
3880 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
3881
3882 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
3883 Managing Standard.
3884
3885 2006-02-11 Kim F. Storm <storm@cua.dk>
3886
3887 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
3888 Don't use insert-buffer; do insert-buffer-substring directly.
3889 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
3890
3891 2006-02-11 Martin Rudalics <rudalics@gmx.at>
3892
3893 * files.el (revert-buffer, recover-file): Replace buffer-read-only
3894 with inhibit-read-only. Suggested by Stefan Monnier.
3895 (revert-buffer): Let insert-file-contents discard
3896 buffer-undo-list. Simplify code.
3897 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
3898
3899 2006-02-11 Eli Zaretskii <eliz@gnu.org>
3900
3901 * menu-bar.el (menu-bar-select-yank): Add a doc string.
3902
3903 * help.el (describe-key-briefly): Now a wrapper for
3904 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
3905 to t. Populate yank-menu if empty.
3906 (describe-key-briefly-internal): Renamed from describe-key-briefly.
3907 (describe-key): Now a wrapper for describe-key-internal. Bind
3908 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
3909 (describe-key-internal): Renamed from describe-key.
3910
3911 2006-02-11 Milan Zamazal <pdm@zamazal.org>
3912
3913 * progmodes/glasses.el (glasses-separator): Doc fix.
3914 (glasses-original-separator): New defcustom.
3915 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
3916
3917 2006-02-11 Martin Rudalics <rudalics@gmx.at>
3918
3919 * mwheel.el (mouse-wheel-up-event): Doc fix.
3920
3921 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
3922
3923 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
3924 (tumme-dir): New function. Copied from thumbs.el.
3925
3926 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
3927
3928 * desktop.el (desktop-outvar): Fix typo.
3929 (desktop-save-buffer-p): Doc fix.
3930
3931 * subr.el (substitute-key-definition): Fix typo.
3932
3933 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3934
3935 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
3936 when window-system is mac.
3937
3938 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
3939
3940 2006-02-10 Kim F. Storm <storm@cua.dk>
3941
3942 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
3943 indirect-function instead of using condition-case.
3944
3945 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
3946
3947 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
3948 less `colloquial'...
3949
3950 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
3951
3952 * tumme.el: Add a couple of todo items.
3953
3954 2006-02-09 Lars Hansen <larsh@soem.dk>
3955
3956 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
3957 (highlight-changes-mode): Don't change desktop-locals-to-save.
3958
3959 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
3960
3961 * image-mode.el (image-toggle-display): Clear image cache if using
3962 filename.
3963
3964 2006-02-09 Masatake YAMATO <jet@gyve.org>
3965
3966 * dired-x.el (dired-guess-shell-alist-default): Add .man as
3967 a `dired-man' target.
3968
3969 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
3970 boundary of symbols.
3971
3972 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
3973
3974 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
3975
3976 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
3977
3978 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
3979 `mapcar'; return nil.
3980
3981 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
3982
3983 * mouse.el (mouse-drag-track): Don't change window if we rebind to
3984 some other event.
3985
3986 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
3987
3988 * net/rcirc.el (rcirc-startup-channels-alist):
3989 Add irc.freenode.net and #emacs as defaults.
3990 (rcirc-ignore-all-activity-flag): Remove variable.
3991 (rcirc-authinfo): New variable.
3992 (rcirc-authinfo-filename): Remove variable.
3993 (rcirc-always-use-server-buffer-flag): New flag.
3994 (rcirc): M-x rcirc will automatically connect without prompting.
3995 C-u M-x rcirc will prompt. Use rcirc-connect to create a
3996 connection in lisp.
3997 (rcirc-process-server-response-1): Remove everything but the nick
3998 portion of the sender so it doesn't need to be done everywhere
3999 else. Update related code.
4000 (global-map): Remove global keybindings.
4001 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
4002 (rcirc-send-input): Split into several functions.
4003 (rcirc-process-input-line, rcirc-process-message)
4004 (rcirc-process-command): New functions.
4005 (rcirc-target-buffer): New function to determine where to route
4006 messages.
4007 (rcirc-user-nick): Save match data.
4008 (rcirc-toggle-ignore-buffer-activity)
4009 (rcirc-update-activity-string): Remove global ignore functionality,
4010 which can be done now by toggling rcirc-track-minor-mode.
4011 (rcirc-track-minor-mode-map): New keymap.
4012 (rcirc-track-minor-mode): New minor-mode.
4013 (ignore): Make the ignore output nicer. Always print it when
4014 adding or removing nicks.
4015 (rcirc-url-regexp): Improve.
4016 (rcirc-mangle-text): Remove properties before using text in the
4017 modeline.
4018 (rcirc-authenticate): Authentication data comes from
4019 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
4020 (rcirc-server-prefix): Inherit from rcirc-server.
4021
4022 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
4023
4024 * Makefile.in (compile): Append "|| true" to the end of the `find'
4025 command, like compile-always does.
4026
4027 2006-02-08 Sam Steingold <sds@gnu.org>
4028
4029 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
4030 output from a dead connection.
4031
4032 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
4033
4034 * dired.el (dired-mode-map): Add more bindings for tumme.
4035
4036 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
4037
4038 * wdired.el (wdired-mode-map): Use remap.
4039 (wdired-get-filename): Massage.
4040 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
4041 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
4042 `keymap' property rather than `local-map'.
4043
4044 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
4045
4046 * tumme.el (tumme-get-thumbnail-image): New utility function.
4047 Suggested by from Chong Yidong.
4048 (tumme-dired-with-window-configuration): Rename from
4049 `tumme-dired'. Add code to save window configuration.
4050 (tumme-restore-window-configuration): New command to restore the
4051 window configuration that `tumme-dired-with-window-configuration'
4052 saves before it changes the window configuration.
4053 (tumme-show-all-from-dir): New command to display thumbnails for
4054 all files in a directory entered by the user, like M-x thumbs.
4055 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
4056 have been created.
4057 (tumme-display-thumbnail-original-image): Call `display-buffer'.
4058 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
4059 Remove obsolete test function.
4060
4061 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
4062
4063 * vc.el (small-temporary-file-directory): Remove defvar; there's
4064 a defcustom for it in files.el.
4065
4066 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
4067 Fix typo in message.
4068 (tumme-gallery-generate): Fix typo in `error' message.
4069 (tumme-display-window-height-correction)
4070 (tumme-display-window-width-correction, tumme-line-up-dynamic)
4071 (tumme-line-up-interactive): Dox fixes.
4072 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
4073 (tumme-restore-window-configuration, tumme-format-properties-string)
4074 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
4075 Fix typos in docstrings.
4076
4077 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
4078
4079 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
4080
4081 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
4082
4083 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
4084 User should use hook if desired.
4085
4086 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
4087 buffer if necessary.
4088 (gdb-delete-frame-or-window): New function.
4089 (gdb-breakpoints-mode-map): Bind "q" to it.
4090
4091 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
4092
4093 * textmodes/nroff-mode.el: Clean up name space.
4094 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
4095 (nroff-mode): Obey the global setting of nroff-electric-mode.
4096 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
4097
4098 * calendar/calendar.el (calendar-increment-month): Typo in last change.
4099
4100 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
4101
4102 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
4103
4104 2006-02-06 Lars Hansen <larsh@soem.dk>
4105
4106 * generic-x.el (etc-fstab-generic-mode): Add file system types
4107 cifs and usbdevfs. Allow special chars in file names.
4108
4109 2006-02-05 Jay Belanger <belanger@truman.edu>
4110
4111 Update copyright notices of the files in lisp/calc.
4112
4113 2006-02-05 Romain Francoise <romain@orebokech.com>
4114
4115 Update copyright notices of all files in the lisp/play directory.
4116
4117 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
4118
4119 * ldefs-boot.el: Regenerate.
4120
4121 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
4122
4123 2006-02-05 Kim F. Storm <storm@cua.dk>
4124
4125 * files.el (magic-mode-regexp-match-limit): New defvar.
4126 (set-auto-mode): Use it to limit magic-mode-alist matching.
4127
4128 2006-02-04 Kevin Rodgers <ihs_4664@yahoo.com>
4129
4130 * simple.el (display-message-or-buffer): Compare the number of
4131 characters to the frame width when determining whether a 1-line
4132 message string will fit in the echo area. Count screen lines
4133 instead of buffer lines when determining whether a multi-line
4134 message will fit in the echo area/minibuffer window.
4135
4136 2006-02-04 Eli Zaretskii <eliz@gnu.org>
4137
4138 * info.el (Info-index, Info-mode): Improve the description of the
4139 `i' command.
4140
4141 * ldefs-boot.el: Regenerate.
4142
4143 2006-02-03 Werner Lemberg <wl@gnu.org>
4144
4145 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
4146 greedy to find the closing bracket in \*[...] and similar
4147 expressions. This is a first rough fix -- many additional
4148 refinements are necessary to make nroff mode really usable with groff.
4149
4150 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
4151
4152 * international/mule-cmds.el (set-locale-environment):
4153 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
4154 libX11.
4155
4156 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
4157
4158 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
4159 archive are created in archive-tmpdir.
4160
4161 2006-02-02 John Paul Wallington <jpw@pobox.com>
4162
4163 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
4164 (ibuffer-fontification-alist): Use it.
4165 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
4166 to "* z" and the Ibuffer Mark menu.
4167
4168 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
4169
4170 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
4171
4172 * textmodes/table.el (*table--cell-describe-mode)
4173 (*table--cell-describe-bindings): Undo last change since
4174 print-help-return-message is not obsoleted by anything at all.
4175
4176 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
4177
4178 * emulation/cua-base.el (cua-mode): Doc fix.
4179
4180 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
4181
4182 * dframe.el (dframe-handle-make-frame-visible)
4183 (dframe-handle-iconify-frame, dframe-get-focus)
4184 (dframe-select-attached-frame, dframe-power-click)
4185 (dframe-frame-mode): Fix typos in docstrings.
4186
4187 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
4188 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
4189 Fix typos in docstrings.
4190
4191 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
4192 (hi-lock-face-buffer, hi-lock-font-lock-hook)
4193 (hi-lock-archaic-interface-message-used)
4194 (hi-lock-file-patterns-range): Fix typos in docstrings.
4195
4196 * savehist.el (savehist-loaded, savehist-load, savehist-install)
4197 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
4198
4199 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
4200 Fix typo in docstring.
4201
4202 * net/newsticker.el (newsticker--decode-iso8601-date)
4203 (newsticker--set-customvar, newsticker--buffer-insert-item)
4204 (newsticker--do-run-auto-mark-filter)
4205 (newsticker--parse-generic-feed): Doc fixes.
4206 (newsticker--retrieval-timer-list, newsticker-url-list)
4207 (newsticker-hide-immortal-items-in-echo-area)
4208 (newsticker-hide-obsolete-items-in-echo-area)
4209 (newsticker-new-item-face, newsticker--enclosure)
4210 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
4211 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
4212 (newsticker--parse-generic-feed, newsticker--cache-contains)
4213 (newsticker--stat-num-items, newsticker-download-enclosures):
4214 Fix typos in docstrings.
4215
4216 * net/rcirc.el (rcirc-debug): Doc fix.
4217 (rcirc-fill-column, rcirc-receive-message-hooks)
4218 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
4219 (rcirc-mode, rcirc-generate-new-buffer-name)
4220 (rcirc-startup-channels, rcirc-ignore-update-automatic)
4221 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
4222 Fix typos in docstrings.
4223 (rcirc-print): "?\ " -> "?\s".
4224 (rcirc-cmd-join): Improve argument/docstring consistency.
4225
4226 2006-02-01 Mark A. Hershberger <mah@everybody.org>
4227
4228 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
4229 before narrow-to-region.
4230
4231 2006-02-01 Richard M. Stallman <rms@gnu.org>
4232
4233 * simple.el (move-beginning-of-line): Scan properly for invis change.
4234
4235 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
4236
4237 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
4238
4239 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
4240 change bit only when id-format is 'integer. Reported by Matt
4241 Hodges <M.P.Hodges@rl.ac.uk>.
4242
4243 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
4244
4245 * hilit-chg.el (highlight-changes-initial-state)
4246 (highlight-changes-global-initial-state): Doc fixes.
4247 (highlight-changes-global-modes, global-highlight-changes):
4248 Fix typos in docstrings.
4249
4250 2006-02-01 Kim F. Storm <storm@cua.dk>
4251
4252 * emulation/cua-base.el (cua-mode): Mention that CUA enables
4253 transient-mark-mode in doc string.
4254
4255 2006-01-31 Richard M. Stallman <rms@gnu.org>
4256
4257 * replace.el (multi-occur): Doc fix.
4258 (multi-occur-in-matching-buffers): Rename from
4259 multi-occur-by-filename-regexp. Prefix arg says match
4260 buffer names instead of file names.
4261
4262 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
4263
4264 * bs.el: Allow non-default values of `bs-header-lines-length'.
4265 (bs--running-in-xemacs): Remove (not needed anymore).
4266 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
4267 instead of `shrink-window', thus avoiding having to compute the
4268 height of the window.
4269 (bs--up): Wrap around even when there's no header.
4270 (bs--down): Use `forward-line' instead of `next-line'.
4271
4272 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
4273
4274 * image-mode.el (image-toggle-display): Use file name if possible,
4275 instead of unnecessarily allocating a (possibly huge) lisp string.
4276
4277 2006-01-30 John Paul Wallington <jpw@pobox.com>
4278
4279 * subr.el (toplevel): Define `cl-assertion-failed' condition here
4280 because the `assert' macro signals it at runtime.
4281
4282 * emacs-lisp/cl.el (toplevel): Remove definition of
4283 `cl-assertion-failed' condition.
4284
4285 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
4286
4287 * thumbs.el (thumbs-marked-list): Make buffer-local and
4288 permanent-local.
4289 (thumbs-insert-thumb): Make help-echo non-sticky.
4290 (thumbs-file-alist): Use eolp as check for (non)-image.
4291
4292 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
4293
4294 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
4295 (ediff-before-session-group-setup-hooks)
4296 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
4297 Fix typos in docstrings.
4298
4299 * window.el (bw-dir, bw-eqdir, balance-windows)
4300 (split-window-keep-point): Fix typos in docstrings.
4301
4302 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
4303 (org-quote-string, org-calendar-to-agenda-key)
4304 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
4305 (org-show-following-heading, org-tags-column)
4306 (org-use-tag-inheritance, org, org-allow-space-in-links)
4307 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
4308 (org-enable-table-editor, org-calc-default-modes)
4309 (org-table-allow-automatic-line-recalculation)
4310 (org-export-html-style, org-export-with-fixed-width)
4311 (org-export-with-sub-superscripts, org-special-keyword)
4312 (org-formula, org-time-grid, org-table-may-need-update)
4313 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
4314 (org-goto-quit, org-get-indentation, org-end-of-item)
4315 (org-move-item-down, org-move-item-up)
4316 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
4317 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
4318 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
4319 (org-agenda-log-mode, org-agenda-toggle-diary)
4320 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
4321 (org-agenda-file-to-end, org-agenda-no-heading-message)
4322 (org-agenda-get-closed, org-format-agenda-item)
4323 (org-cmp-priority, org-cmp-category, org-cmp-time)
4324 (org-agenda-change-all-lines, org-agenda-diary-entry)
4325 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
4326 (org-link-search, org-camel-to-words, org-open-file)
4327 (org-remember-handler, org-table-convert-region)
4328 (org-table-move-row-down, org-table-move-row-up)
4329 (org-table-copy-region, org-table-wrap-region)
4330 (org-table-toggle-vline-visibility)
4331 (org-table-get-vertical-vector, org-table-modify-formulas)
4332 (org-table-get-specials, org-recalc-commands)
4333 (org-table-rotate-recalc-marks, org-table-eval-formula)
4334 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
4335 (org-level-color-stars-only, org-insert-heading):
4336 Fix typos in docstrings.
4337 (last-arg): Add defvar.
4338
4339 * makefile.w32-in (WINS): Add erc.
4340 (MH_E_SRC): Update (copied from lisp/Makefile.in).
4341
4342 2006-01-29 Bill Wohler <wohler@newt.com>
4343
4344 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
4345 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
4346 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
4347 (mh-autoloads): Don't use comments on otherwise empty lines.
4348
4349 2006-01-29 Edward O'Connor <ted@oconnor.cx>
4350
4351 * emulation/viper.el (viper-major-mode-modifier-list): Add
4352 insert-state and vi-state entries for erc-mode.
4353 (viper-go-away, viper-set-hooks): Add and remove
4354 viper-comint-mode-hook from erc-mode-hook as appropriate.
4355
4356 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
4357
4358 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
4359
4360 * bs.el (bs--format-aux): Implement `middle' alignment as
4361 described in the docstring for `bs-attributes-list'.
4362 (bs--get-name): Simplify. Don't pad the buffer name.
4363
4364 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
4365
4366 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
4367 English aspell dictionary is installed, use the first entry of
4368 ispell-dictionary-alist-1.
4369
4370 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com>
4371
4372 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
4373 Doc fix.
4374
4375 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
4376
4377 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
4378 for `process-file', in order to let it work for older Emacsen too.
4379
4380 2006-01-27 Eli Zaretskii <eliz@gnu.org>
4381
4382 * international/latexenc.el: Add a suitable `coding:' tag.
4383 (latexenc-find-file-coding-system): Undo last change.
4384
4385 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
4386
4387 * international/latexenc.el (latexenc-find-file-coding-system):
4388 Make sure latexenc-main-file is a regular file and is readable.
4389
4390 2006-01-27 Andre Spiegel <spiegel@gnu.org>
4391
4392 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
4393 Pass FILE to vc-user-login-name.
4394
4395 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
4396
4397 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
4398
4399 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
4400 there are no more images to display.
4401 (thumbs-mark, thumbs-unmark): Revert change so that they move to
4402 the next image.
4403
4404 2006-01-26 Richard M. Stallman <rms@gnu.org>
4405
4406 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
4407
4408 * wid-edit.el (advertised-widget-backward): New alias.
4409 (widget-keymap): Use advertised-widget-backward for S-TAB.
4410
4411 * tumme.el: Correct the keywords.
4412 (tumme-dir-max-size): Use defvar.
4413 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
4414
4415 * simple.el (move-beginning-of-line): Take account of fields.
4416 (clone-indirect-buffer-other-window): Take args like
4417 clone-indirect-buffer, and work like it.
4418
4419 * help-fns.el (describe-function): Don't pass `nil' as default.
4420
4421 * files.el (risky-local-variable-p): Follow var aliases.
4422
4423 * subr.el (lazy-completion-table): Doc fix.
4424
4425 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
4426 global binding of `line'.
4427
4428 2006-01-25 Andre Spiegel <spiegel@gnu.org>
4429
4430 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
4431 Tramp.
4432
4433 * vc.el (vc-default-dired-state-info): Pass FILE to
4434 vc-user-login-name.
4435 (vc-default-update-changelog): Don't use vc-user-login-name, we
4436 don't need it here.
4437
4438 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
4439 no longer necessary.
4440
4441 2006-01-25 Kenichi Handa <handa@m17n.org>
4442
4443 * international/mule.el (decode-char): Avoid the overhead of
4444 calling utf-lookup-subst-table-for-decode if
4445 utf-translate-cjk-mode is nil.
4446 (encode-char): Avoid the overhead of calling
4447 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
4448 nil.
4449
4450 2006-01-22 Kenichi Handa <handa@m17n.org>
4451
4452 * international/mule.el (make-subsidiary-coding-system): Reset
4453 `coding-system-define-form' property of subsidiaries to nil.
4454 Avoid duplicated entry in coding-system-alist.
4455 (make-coding-system): Avoid duplicated entry in
4456 coding-system-alist.
4457 (define-coding-system-alias): Likewise.
4458
4459 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
4460
4461 * completion.el: Minor fixes in introductory comment.
4462 (completion-def-wrapper): Fix alist.
4463
4464 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
4465
4466 * thumbs.el (thumbs-new-image-size): New function.
4467 (thumbs-increment-image-size-element)
4468 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
4469 (thumbs-decrement-image-size): Delete.
4470 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
4471 temp files and use to resize.
4472 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
4473 Use increment argument to enlarge/shrink. Preserve point.
4474 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
4475 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
4476 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
4477 (thumbs-mark, thumbs-unmark): Preserve point.
4478 (thumbs-modify-image): Keep old temp files and use to modify.
4479 Cleanup old temp files at load time. Preserve point.
4480 (thumbs-view-image-mode-map): Use new command names.
4481
4482 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
4483
4484 * log-view.el (log-view-minor-wrap): First rev is the one at point.
4485
4486 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
4487 the nastiest part of the cyclic dependency.
4488 (cal-menu-update): Use dotimes and calendar-increment-month.
4489
4490 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
4491 (calendar-week-start-day): Add an :initializer.
4492 (calendar-mode-map): Use suppress-keymap, and command remapping.
4493 (describe-calendar-mode): Setup xref-stack info for the back button.
4494 (calendar-star-date): Insert before delete.
4495 (calendar-set-mode-line): Add file-modified info if applicable.
4496 (calendar-increment-month): New function.
4497
4498 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
4499
4500 * font-lock.el (lisp-font-lock-keywords-2):
4501 Recognize "& keywords" only at word boundaries.
4502
4503 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
4504
4505 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
4506 and permanent-local.
4507 (thumbs-max-image-number): New variable.
4508 (thumbs-do-thumbs-insertion): Use them.
4509 (thumbs-per-line): Change default to 4.
4510 (thumbs-marked-list): Rename from thumbs-markedL.
4511 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
4512 (thumbs-rename-images): Use -list instead of L for internal variables.
4513 (thumbs-call-convert): Use call-process instead of shell-command.
4514 (thumbs-insert-thumb): Add filename as help-echo to each image.
4515 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
4516 Give dir to thumbs-show-thumbs-list.
4517 (thumbs-show-thumbs-list): Set default-directory to that of images.
4518 (thumbs-dired-show): Rename from thumbs-dired-show-all.
4519 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
4520 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
4521 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
4522
4523 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
4524
4525 * ses.el (ses-read-cell): Provide a default value.
4526
4527 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
4528
4529 * term/w32-win.el (image-library-alist): Add additional names for
4530 GIF library.
4531
4532 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
4533
4534 * international/latexenc.el (latexenc-find-file-coding-system):
4535 Add file-regular-p check.
4536
4537 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
4538
4539 * simple.el (clone-buffer): Don't show the new buffer in the same
4540 window.
4541
4542 2006-01-23 Juri Linkov <juri@jurta.org>
4543
4544 * faces.el (link, link-visited): New faces based on default values
4545 of `info-xref' and `info-xref-visited'.
4546
4547 * info.el (info-xref): Inherit from `link'.
4548 (info-xref-visited): Inherit from `link-visited'.
4549
4550 * cus-edit.el (custom-buffer-create-internal): Use widget type
4551 `custom-manual' instead of `info-link' and don't set properties
4552 `button-face' and `mouse-face' explicitly.
4553 (custom-browse-group-tag, custom-browse-variable-tag)
4554 (custom-browse-face-tag): Inherit from widget class
4555 `custom-group-link' instead of `push-button'.
4556 (custom-button-unraised): Inherit from `underline' face.
4557 (custom-link): Inherit from `link' face. Fix doc and group.
4558 (custom-add-parent-links, custom-group-value-create): Don't set
4559 properties `button-face' and `mouse-face' explicitly for
4560 `custom-group-link' widget.
4561 (custom-group-link): Add properties `button-face' and `mouse-face'
4562 to widget definition.
4563 (custom-field-keymap): New variable. Put `custom-field-keymap' to
4564 editable-field's :keymap property.
4565 (custom-mode): Fix docstring: substitute keybindings for
4566 `widget-forward' and `widget-backward' from `widget-keymap',
4567 `widget-complete' from `custom-field-keymap', replace old
4568 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
4569
4570 * desktop.el (desktop-load-file): Check for `fboundp' before
4571 calling `symbol-function'.
4572
4573 * simple.el (clone-buffer, clone-indirect-buffer)
4574 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
4575 `read-string'. Fix prompts.
4576
4577 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
4578
4579 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
4580
4581 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
4582
4583 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
4584
4585 * startup.el (inhibit-splash-screen, initial-scratch-message):
4586 Doc fixes.
4587
4588 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
4589
4590 Sync with Tramp 2.0.52.
4591
4592 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
4593 net/tramp-vc.el: Add code for unloading Tramp. See comment before
4594 `tramp-unload-tramp' for checklist.
4595
4596 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
4597 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
4598 (tramp-unload-file-name-handler-alist)
4599 (tramp-unload-tramp): New defuns.
4600 (tramp-advice-PC-expand-many-files): New defadvice.
4601 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
4602 removed.
4603 (tramp-handle-expand-file-name): Remove double slash.
4604 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
4605 It doesn't matter, because it will be converted later on.
4606 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
4607 implementation was just heuristic.
4608 (tramp-post-connection): Set uid and gid properties.
4609 (tramp-convert-file-attributes): Set file's gid change bit.
4610 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
4611 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
4612 in case of su(do)? methods. The home directory of the local user
4613 will be taken else.
4614 (tramp-open-connection-telnet)
4615 (tramp-open-connection-rsh, tramp-open-connection-su)
4616 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
4617 local shell prompt could hurt. Reported by Romain Francoise
4618 <romain@orebokech.com>.
4619 (tramp-let-maybe): Add `edebug-form-spec' property.
4620 (tramp-handle-expand-file-name): Bind `default-directory' locally
4621 to "/" in order to avoid problems with UNC shares or Cygwin
4622 mounts.
4623 (tramp-md5-function): Fix typo in error message.
4624
4625 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
4626
4627 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
4628 for byte-compiler pacification.
4629
4630 2006-01-22 Andre Spiegel <spiegel@gnu.org>
4631
4632 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
4633 ID-FORMAT `string'. This allows us to get rid of
4634 `vc-user-login-name UID'.
4635
4636 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
4637
4638 2006-01-22 John Paul Wallington <jpw@pobox.com>
4639
4640 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
4641
4642 2006-01-21 Martin Rudalics <rudalics@gmx.at>
4643
4644 * emacs-lisp/find-func.el (find-definition-noselect)
4645 (find-variable-noselect): Search variables in C source code too.
4646 (find-function-C-source, find-function-noselect, find-function)
4647 (find-function-other-frame, find-variable-noselect, find-variable)
4648 (find-variable-other-frame, find-variable-at-point):
4649 Fix docstrings.
4650
4651 2006-01-21 Francesco Potorti` <pot@gnu.org>
4652
4653 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
4654
4655 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
4656
4657 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
4658 Default to disabling the "Save affix" question.
4659
4660 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
4661
4662 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
4663 the first arg to run-python.
4664
4665 2006-01-21 Eli Zaretskii <eliz@gnu.org>
4666
4667 * startup.el (command-line-1): Handle --no-desktop if desktop.el
4668 is not loaded.
4669
4670 2006-01-20 Jay Belanger <belanger@truman.edu>
4671
4672 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
4673 limit is 0.
4674
4675 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
4676 the correct variable.
4677
4678 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
4679
4680 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
4681 link. Fixed buggy argument sequence in call to `org-view-tags'.
4682 (org-compile-prefix-format): Set `org-prefix-has-tag'.
4683 (org-prefix-has-tag): New variable.
4684 (org-format-agenda-item): Remove tags from headline if
4685 appropriate.
4686 (org-agenda-remove-tags-when-in-prefix): New option.
4687 (org-get-tags-at): New function.
4688
4689 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
4690
4691 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
4692 (thumbs-find-image): Move image name and number from buffer name
4693 to mode name. Set thumbs-buffer. Preserve point so that large
4694 images remain visible.
4695 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
4696 order.
4697 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
4698 mode name.
4699 (thumbs-next-image, thumbs-previous-image): Make them work.
4700
4701 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
4702
4703 * cus-edit.el (custom-buffer-create-internal): State in the text above
4704 the whole buffer buttons that they do not operate on hidden items.
4705 (custom-face-menu): Use `custom-face-save' instead of
4706 `custom-face-save-command'.
4707 (custom-face-save-command): Make it an alias for `custom-face-save'
4708 and declare it obsolete.
4709 (custom-face-save): Doc fix.
4710
4711 * dired.el (dired-no-confirm): Add quote.
4712 (dired-subdir-alist-pre-R): Add quote in
4713 `make-variable-buffer-local' form and remove unbalanced parenthesis.
4714
4715 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
4716
4717 * textmodes/table.el (table-mode-indicator): Typo in last change.
4718
4719 2006-01-19 Richard M. Stallman <rms@gnu.org>
4720
4721 * outline.el (hide-leaves): Don't call outline-end-of-heading.
4722 Fixes bug reported in Nov 2005.
4723
4724 * isearch.el (isearch-forward): Doc fix.
4725
4726 * dired.el (dired-move-to-filename-regexp): Define as alias.
4727 (dired-no-confirm): Use defcustom.
4728 (dired-subdir-alist-pre-R): Put defvar at top level.
4729
4730 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
4731
4732 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
4733 Mark as risky.
4734
4735 * simple.el (set-mark-command): Doc fix.
4736 (clone-indirect-buffer-other-window):
4737 Read arg like clone-indirect-buffer.
4738 (move-beginning-of-line): Skip invisible newlines.
4739
4740 2006-01-19 Masatake YAMATO <jet@gyve.org>
4741
4742 * progmodes/cpp.el (cpp-edit-load): Make the order of
4743 listed conditions in a base C code buffer and its associate
4744 CPP Edit buffer the same.
4745
4746 2006-01-19 Kenichi Handa <handa@m17n.org>
4747
4748 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
4749 (rmail-mime-feature): Likewise.
4750 (rmail-require-mime-maybe): Use display-warning to show a warning
4751 message.
4752
4753 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
4754 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
4755
4756 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
4757
4758 * array.el: Move defvars out of eval-when-compile.
4759 (array-make-template): Replace undeclared global var with a local one.
4760 (array-mode): Inline initialization functions.
4761 (array-init-local-variables, array-init-max-row)
4762 (array-init-max-column, array-init-columns-per-line)
4763 (array-init-field-width, array-init-rows-numbered)
4764 (array-init-line-length, array-init-lines-per-row): Remove.
4765
4766 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
4767 (doc-mode-map): Define explicitly.
4768 (doctor-txtype): Use mapc.
4769
4770 * textmodes/table.el: Move defvars out of eval-when-compile.
4771 Remove harmful code meant to avoid byte-compiler warnings.
4772 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
4773 specification that checks table-fixed-width-mode directly.
4774 (table-recognize-region, table-recognize-cell):
4775 Use restore-buffer-modified-p.
4776 (table-fixed-width-mode): Remove code that refreshes
4777 table-fixed-mode-indicator.
4778 (*table--cell-describe-bindings, *table--cell-describe-mode):
4779 Avoid obsolete name print-help-return-message.
4780 (table--test-cell-list): Don't use replace-regexp from elisp.
4781 (table--point-entered-cell-function, table--point-left-cell-function):
4782 Don't set table-fixed-mode-indicator, use force-mode-line-update.
4783
4784 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
4785 that was after the end of file. Use buffer-file-name variable.
4786 (org-timestamp-change): Use with-current-buffer.
4787 (org-todo-list): Don't unnecessarily define a new buffer-local var.
4788 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
4789 `file'.
4790
4791 * progmodes/fortran.el: Move defvars out of eval-when-compile.
4792 (fortran-break-line): Remove unused var `opoint'.
4793 (fortran-abbrev-start): Obey help-event-list.
4794
4795 2006-01-18 Jesper Harder <harder@phys.au.dk>
4796
4797 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
4798
4799 2006-01-18 Masatake YAMATO <jet@gyve.org>
4800
4801 * progmodes/make-mode.el (makefile-imake-mode): New mode
4802 derived from makefile-mode.
4803 (makefile-imake-mode-syntax-table): New syntax table
4804 derived from makefile-mode-syntax-table.
4805 (makefile-mode): Write about makefile-imake-mode in doc string.
4806 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
4807 (makefile-imake-font-lock-keywords): New font lock keywords.
4808
4809 * files.el (auto-mode-alist): Add Imakefile.
4810
4811 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
4812
4813 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
4814 loading the file rather than when turning on flyspell-mode.
4815
4816 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
4817
4818 * cus-edit.el (customize-rogue): Minor doc fix.
4819
4820 2006-01-17 Juri Linkov <juri@jurta.org>
4821
4822 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
4823 instead of the file at the mark as default if the file at the mark
4824 is the same as the file at point or if dired-dwim-target-directory
4825 is not the same as the current directory and the mark is not active.
4826
4827 * log-view.el (log-view-minor-wrap): Use the same logic to get
4828 revisions as `log-view-diff'.
4829
4830 * info.el (Info-revert-find-node): Check for Info-current-file
4831 before preserving new-history.
4832
4833 * man.el (Man-heading-regexp): Add `/'.
4834
4835 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
4836 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
4837
4838 2006-01-16 Juri Linkov <juri@jurta.org>
4839
4840 * faces.el (mode-line-faces): New defgroup.
4841 (mode-line-highlight): Move definition after new defgroup.
4842 (mode-line, mode-line-inactive, mode-line-highlight):
4843 Replace :group `modeline' with `mode-line-faces'.
4844 (mode-line-buffer-id): New face.
4845 (modeline-buffer-id): New face alias.
4846 (vertical-border): Remove :group `modeline'.
4847
4848 * bindings.el (propertized-buffer-identification): Use face
4849 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
4850 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
4851 (mode-line-buffer-identification-keymap): For mouse-1 replace
4852 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
4853 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
4854 mouse-3.
4855
4856 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
4857 Buffer-menu-buffer. Doc fix.
4858 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
4859 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
4860 `Buffer-menu-buffer'.
4861
4862 * info.el (Info-mode-line-node-keymap): New defvar.
4863 (Info-set-mode-line): Use `stringp' to check Info-current-file.
4864 Propertize Info-current-node with `mode-line-buffer-id' and
4865 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
4866
4867 * time.el (display-time-mail-face): Replace :group `faces' with
4868 `mode-line-faces'.
4869
4870 2006-01-16 Kenichi Handa <handa@m17n.org>
4871
4872 * international/code-pages.el: Add autoload cookies for cp125[0345678].
4873
4874 * language/european.el (cp1252): New alias for windows-1252.
4875
4876 * international/mule.el (autoload-coding-system): Prepare for EOL
4877 variants.
4878
4879 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
4880
4881 * term.el (term-raw-map): Add mapping for insert.
4882 (term-send-insert): New.
4883 (term-mode): Make variables local here instead of doing it in
4884 `term-emulate-terminal'.
4885 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
4886 Scroll reverse needs to take into account the scroll region.
4887 Saving and restoring the cursor should save the color attributes too.
4888 (term-reset-terminal): Reset the scroll region.
4889 (term-handle-ansi-escape): Cursor up and down should take into
4890 account the scroll region.
4891 (term-set-scroll-region): Rename from `term-scroll-region'.
4892 Move to 0,0 after setting the region.
4893 (term-handle-scroll): Handle scroll up.
4894 (term-down): Fix off by one error.
4895 (term-delete-lines): Do not delete outside the scroll region.
4896 (term-insert-lines): Take into account the scroll region.
4897
4898 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
4899
4900 * textmodes/ispell.el (ispell-internal-change-dictionary)
4901 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
4902 (start, end): Move declaration outside of eval-when-compile.
4903
4904 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
4905 (flyspell-mode-on): Use it.
4906
4907 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
4908 ispell-kill-ispell-hook.
4909
4910 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
4911
4912 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
4913 (Custom-reset-saved): Do not ask for confirmation in single option
4914 buffers.
4915
4916 2006-01-13 Richard M. Stallman <rms@gnu.org>
4917
4918 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
4919
4920 2006-01-13 Romain Francoise <romain@orebokech.com>
4921
4922 * add-log.el (add-change-log-entry, change-log-merge):
4923 Conditionally use `hard-newline'.
4924
4925 2006-01-13 Martin Rudalics <rudalics@gmx.at>
4926
4927 * wid-edit.el (widget-field-end): If the overlay is no longer
4928 associated with a buffer, behave as if the overlay didn't exist.
4929
4930 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
4931 Make sure the links use the `custom-link' face.
4932
4933 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
4934
4935 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
4936 (ld-script-mode): Don't set indent-line-function since we don't
4937 have one.
4938
4939 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
4940
4941 * textmodes/org.el (org-open-file): Use mailcap for selecting an
4942 application.
4943 (org-file-apps-defaults-gnu): Use mailcap as the default for
4944 selecting an application on a UNIX system.
4945 (org-agenda-show-tags): New command.
4946 (org-table-insert-hline): Keep cursor in current table line.
4947 (org-table-convert): Offset effect of modifying
4948 `org-table-insert-hline'.
4949 (org-format-agenda-item): New optional argument TAG.
4950 (org-compile-prefix-format): Handle %T format for the tag.
4951 (org-expand-wide-chars): New function.
4952 (org-table-insert-row, org-table-insert-hline):
4953 Use `org-expand-wide-chars'.
4954 (org-open-file): Fix bug in program launch.
4955 (org-get-time-of-day): Fix bug with times before 1am.
4956 (org-agenda-menu): Add tags commands.
4957
4958 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
4959
4960 * textmodes/ispell.el (ispell-init-process): Include the used
4961 dictionary in ispell process start message.
4962 (ispell-internal-change-dictionary): When flyspell-mode is active
4963 and dictionary is changed, make sure ispell process is restarted
4964 and flyspell word cache cleared out for the current buffer.
4965 (ispell-change-dictionary): Make sure flyspell word cache is
4966 cleared out in all buffers with active flyspell mode when
4967 dictionary is globally changed.
4968 Call ispell-internal-change-dictionary after dictionary change.
4969
4970 2006-01-13 Eli Zaretskii <eliz@gnu.org>
4971
4972 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
4973
4974 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
4975 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
4976 years. Fix small differences wrt Makefile.in.
4977 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
4978 Makefile.in does.
4979
4980 2006-01-12 Bill Wohler <wohler@newt.com>
4981
4982 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
4983 mh-search.el.
4984
4985 2006-01-12 Masatake YAMATO <jet@gyve.org>
4986
4987 * progmodes/ld-script.el: Update copyright year.
4988
4989 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
4990
4991 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
4992 Don't add widget if setting undefined.
4993
4994 2006-01-12 John Paul Wallington <jpw@pobox.com>
4995
4996 * help-fns.el (describe-variable): Remove newlines from void
4997 variable output.
4998
4999 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
5000
5001 * wdired.el (wdired-mode-map): Add help echo for
5002 wdired-abort-changes.
5003
5004 * man.el (Man-file-name-regexp): Adjust for a list of files.
5005
5006 2006-01-12 Masatake YAMATO <jet@gyve.org>
5007
5008 * progmodes/ld-script.el (auto-mode-alist): Support
5009 suffix conventions used in netbsd and eCos.
5010
5011 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
5012
5013 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
5014 (custom-variable-menu, custom-face-menu, custom-group-menu)
5015 (Custom-mode-menu): Change names of menu items. (As discussed on
5016 emacs-devel.)
5017 (custom-face-menu): Add "Undo Edits" item.
5018
5019 * startup.el (init-file-user): defcustom -> defvar.
5020
5021 * tooltip.el (tooltip-mode): Doc fix.
5022
5023 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
5024
5025 * reveal.el (reveal-post-command): window-buffer signals an error on
5026 dead windows rather than returning nil.
5027 (reveal-open-new-overlays): An overlay might die while we open others.
5028
5029 2006-01-11 Bill Wohler <wohler@newt.com>
5030
5031 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
5032 phrasing in docstring.
5033
5034 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
5035 can give some systems gas. Add new file mh-buffers.el.
5036
5037 2006-01-06 Masatake YAMATO <jet@gyve.org>
5038
5039 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
5040 C preprocessor forward ported from GNU Emacs 21.2.
5041
5042 * progmodes/asm-mode.el (asm-font-lock-keywords):
5043 Use `cpp-font-lock-keywords'.
5044
5045 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
5046
5047 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
5048 of $ for "\\.ld[s]?".
5049
5050 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
5051
5052 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
5053 (tcl-indent-line): Return `noindent' if inside a string.
5054
5055 * progmodes/flymake.el (flymake-split-string): Remove more than one
5056 empty string at beg/end of the result.
5057 (flymake-find-buildfile, flymake-find-possible-master-files):
5058 Use expand-file-name.
5059 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
5060 since expand-file-name does it for us. Use directory-file-name.
5061 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
5062 (flymake-ler-get-type, flymake-ler-get-text)
5063 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
5064 (flymake-current-line-no): Remove spurious interactive spec.
5065 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
5066 (flymake-check-include): Remove arg inc-path merged into inc-name.
5067 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
5068 Arg regexp-list replaced by a simple regexp.
5069 (flymake-master-make-header-init, flymake-master-tex-init):
5070 Correspondingly replace regexp-list with a regexp. Fix regexp.
5071
5072 2006-01-10 Simon Josefsson <jas@extundo.com>
5073
5074 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
5075 describing AUTH PLAIN fix.
5076
5077 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
5078
5079 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
5080 (report-emacs-bug): Don't record initial prompt text.
5081 Instead, add text properties to prompting text.
5082 (report-emacs-bug-hook): Delete prompting text.
5083
5084 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
5085
5086 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
5087 `dirs'. Adjust callers.
5088
5089 2006-01-09 John Paul Wallington <jpw@gnu.org>
5090
5091 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
5092
5093 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
5094
5095 * reveal.el (reveal-open-new-overlays): New extracted fun.
5096 (reveal-close-old-overlays): Idem. Check overlays's liveness before
5097 using them. Simplify the code.
5098 (reveal-post-command): Use them. Fix up obsolete windows in
5099 reveal-open-spots.
5100
5101 * progmodes/flymake.el: Use `require' rather than autoload for
5102 XEmacs's overlays.
5103 (flymake-get-common-file-prefix, flymake-build-relative-filename):
5104 Delete. Use file-relative-name instead.
5105 (flymake-get-syntax-check-program-args, flymake-perl-init):
5106 Simplify the resulting code.
5107
5108 * log-view.el (log-view-file-re, log-view-message-re): Add support
5109 for DaRCS output.
5110
5111 2006-01-09 Alex Schroeder <alex@gnu.org>
5112
5113 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
5114 identifiers sometimes added in square brackets at the beginning of
5115 subject lines.
5116
5117 2006-01-07 Richard M. Stallman <rms@gnu.org>
5118
5119 * cus-edit.el (Custom-set, Custom-save): Doc fix.
5120 (Custom-reset-current, Custom-reset-saved): Change question text.
5121 (Custom-reset-standard): Likewise.
5122 (custom-variable-reset-saved): Doc fix.
5123
5124 2006-01-07 Eli Zaretskii <eliz@gnu.org>
5125
5126 * startup.el (init-file-user): Doc fix.
5127
5128 2006-01-07 Alex Schroeder <alex@gnu.org>
5129
5130 * mail/rmail.el (rmail-current-subject): New function.
5131 (rmail-current-subject-regexp): New function.
5132 (rmail-next-same-subject): Use it.
5133
5134 * mail/rmailsum.el (rmail-summary-by-topic):
5135 Use rmail-current-subject and rmail-current-subject-regexp.
5136 (rmail-summary-next-same-subject): Ditto.
5137
5138 * net/rcirc.el (rcirc-send-input): No longer check whether the
5139 process is open, since not all commands need an open process.
5140 (rcirc-send-string): Check whether the process is open before
5141 sending anything.
5142 (rcirc-ignore-list): New option.
5143 (rcirc-ignore-list-automatic): New variable.
5144 (rcirc-print): Take rcirc-ignore-list into account.
5145 (rcirc-cmd-ignore): New command.
5146 (rcirc-ignore-update-automatic): New function.
5147 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
5148 list if ignored nicks.
5149 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
5150
5151 2006-01-06 David Reitter <david.reitter@gmail.com>
5152
5153 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
5154 reflect the address to which the report will be sent.
5155
5156 2006-01-06 Eli Zaretskii <eliz@gnu.org>
5157
5158 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
5159 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
5160
5161 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
5162
5163 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
5164
5165 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
5166 the doc string: "functoin" => "function".
5167 * ldefs-boot.el: Likewise.
5168
5169 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
5170 message text: "Duplicat" => "Duplicate".
5171
5172 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
5173
5174 * files.el (basic-save-buffer-2): If backing-up failed, reset
5175 buffer-backed-up to nil.
5176
5177 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
5178
5179 * progmodes/gud.el (gdb-script-skip-to-head)
5180 (gdb-script-calculate-indentation): Indent for breakpoint command
5181 lists also.
5182
5183 2006-01-05 Bill Wohler <wohler@newt.com>
5184
5185 * Makefile.in (compile-always): Add mh-autoloads dependency.
5186 (bootstrap): Remove mh-autoloads dependency, as compile dependency
5187 provides it.
5188 (updates): Remove mh-autoloads dependency, since it probably has
5189 already run recently (via recompile).
5190
5191 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
5192
5193 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
5194 argument `force' to disable the flyspell-last-buffer optimization.
5195 (flyspell-mode-on): Use it.
5196
5197 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
5198 flymake-simple-cleanup.
5199 (flymake-allowed-file-name-masks): Use this new default.
5200 All the functions are now called in the right buffer rather than
5201 passing the buffer as argument.
5202 (flymake-process-sentinel): Switch to buffer before calling cleanup.
5203 (flymake-parse-err-lines): Remove redundant buffer arg.
5204 (flymake-get-program-dir): Comment out unused function.
5205 (flymake-start-syntax-check, flymake-start-syntax-check-process):
5206 Remove redundant buffer argument.
5207 (flymake-get-real-file-name, flymake-simple-java-cleanup)
5208 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
5209
5210 2006-01-05 Richard M. Stallman <rms@gnu.org>
5211
5212 * info.el (Info-find-node): Don't record previous node if have none.
5213 (info): Go to directory only if history is empty.
5214
5215 * simple.el (mark): Doc fix.
5216
5217 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5218
5219 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
5220 already of desired type.
5221 (mac-ae-list): Coerce parameter to "list" type.
5222 (mac-dispatch-apple-event): Replace cadr part of event with a
5223 dummy position so that event-start returns it.
5224
5225 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
5226
5227 * textmodes/org.el (org-end-of-subtree): New function.
5228 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
5229 Use `org-end-of-subtree'.
5230 (org-agenda, org-agenda-convert-date): Protect calls to
5231 `fit-window-to-buffer'.
5232 (org-tags-view): Force matching of sublevels when doing a
5233 todo-only search. Define the correct redo command, including the
5234 arguments.
5235 (org-agenda-redo): Display message.
5236 (org-check-for-org-mode): New function.
5237 (org-agenda-type): New variable.
5238 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
5239 Set `org-agenda-type'.
5240 (org-agenda-check-type): New function.
5241 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
5242 (org-agenda-week-view, org-agenda-day-view)
5243 (org-agenda-next-date-line, org-agenda-previous-date-line)
5244 (org-agenda-log-mode, org-agenda-toggle-diary)
5245 (org-agenda-toggle-time-grid, org-agenda-date-later)
5246 (org-agenda-date-prompt, org-agenda-diary-entry)
5247 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
5248 (org-agenda-convert-date, org-agenda-menu):
5249 Use `org-agenda-check-type'.
5250 (org-make-overlay, org-delete-overlay)
5251 (org-detatch-overlay, org-move-overlay, org-overlay-put):
5252 New compatibility functions.
5253 (org-calendar-select-mouse): New command.
5254
5255 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
5256
5257 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
5258 (Custom-reset-standard): Fix y-or-n-p messages.
5259 (custom-link): New face for links.
5260 (custom-buffer-create-internal, custom-manual): Use it.
5261 (custom-face-save): Push to theme-face before setting face spec.
5262
5263 * wid-edit.el (widget-default-mouse-face-get): New function.
5264 (widget-specify-button): Handle mouse-face like button-face.
5265
5266 * custom.el (load-theme): Clear old theme settings if reloading.
5267
5268 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
5269
5270 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
5271 "Erase Customization" button back to same position it occupies in
5272 the individual State menus.
5273
5274 2006-01-04 Kim F. Storm <storm@cua.dk>
5275
5276 * wid-edit.el (key-sequence): Rework widget to read key binding
5277 using `kbd' syntax. Use C-q to insert literal key, event, or code.
5278 (widget-key-sequence-default-value): Default value for empty sequence.
5279 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
5280 (widget-key-sequence-read-event): New command for C-q.
5281 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
5282 (widget-key-sequence-value-to-external): New functions.
5283
5284 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
5285
5286 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
5287 Use expand-file-name.
5288 (flymake-delete-temp-directory): Use expand-file-name,
5289 file-name-directory, and directory-file-name.
5290 (flymake-strrchr): Delete.
5291 (flymake-start-syntax-check): Don't pass the redundant buffer argument
5292 to the init-f function.
5293 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
5294 (flymake-init-find-buildfile-dir)
5295 (flymake-init-create-temp-source-and-master-buffer-copy)
5296 (flymake-simple-make-init-impl, flymake-simple-make-init)
5297 (flymake-master-make-init, flymake-master-make-header-init)
5298 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
5299 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
5300 (flymake-xml-init): Remove corresponding redundant buffer argument.
5301 (flymake-allowed-file-name-masks): Remove last elems that are equal to
5302 the default anyway. Clean up regexps.
5303
5304 * progmodes/flymake.el (flymake-temp-source-file-name)
5305 (flymake-master-file-name, flymake-temp-master-file-name)
5306 (flymake-base-dir): New buffer-local vars.
5307 (flymake-buffer-data, flymake-get-buffer-value)
5308 (flymake-set-buffer-value): Replace those hash-tables by the new
5309 buffer-local vars. Update callers.
5310
5311 * progmodes/flymake.el (flymake-check-start-time)
5312 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
5313 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
5314 Move definition, so we can remove redundant earlier declaration.
5315 (flymake-replace-regexp-in-string, flymake-split-string)
5316 (flymake-get-temp-dir): Use defalias.
5317 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
5318 (flymake-xemacs-window-edges): Remove unused function.
5319 (flymake-get-point-pixel-pos): Move.
5320 (flymake-pid-to-names, flymake-reg-names)
5321 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
5322 Replace by a simple list flymake-processes and by process-buffer.
5323 Update callers. Other than simplify the code, it uses buffers rather
5324 than buffer-names so it doesn't get confused by uniquify.
5325 (flymake-buffer-data): The global value should just be nil.
5326
5327 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
5328 Optimize the body of a defalias like any other code.
5329
5330 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
5331 Make sure we've setup font-lock's vars. It may influence which
5332 function we then call.
5333 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
5334 here since it's too late anyway.
5335
5336 2006-01-03 Romain Francoise <romain@orebokech.com>
5337
5338 * startup.el (fancy-splash-tail, normal-splash-screen):
5339 Update copyright year.
5340
5341 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
5342
5343 * mouse.el (mouse-drag-track): Rename, from
5344 `mouse-drag-region-1'. Includes optional argument required to
5345 enable post-drag event processing (e.g. delete region keys).
5346 Can be used without this argument to track a mouse region and operate
5347 on it as soon as the drag completes.
5348 (mouse-drag-region): Use `mouse-drag-track'.
5349
5350 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
5351
5352 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
5353 Move to `custom-buffer' group.
5354
5355 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
5356 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
5357 (custom-theme-insert-face-marker, custom-theme-variable-menu)
5358 (custom-theme-face-menu): New variables.
5359 (custom-theme-add-variable, custom-theme-variable-action)
5360 (custom-variable-reset-theme, custom-theme-delete-variable)
5361 (custom-face-reset-theme, custom-theme-face-action)
5362 (custom-theme-delete-face, custom-theme-merge-theme)
5363 (custom-theme-add-face, custom-theme-visit-theme): New functions.
5364
5365 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
5366
5367 * custom.el: Move Custom Themes commentary to start of theme code.
5368 (custom-known-themes): Rename `standard' theme to `changed'.
5369 (custom-push-theme): Caller no longer specifies what theme to use
5370 when doing `reset'---the setting is simply removed from the theme.
5371 Delete MODE from `theme-value' and `theme-settings' properties.
5372 (custom-declare-theme): Ignore &rest args since we don't use them.
5373
5374 (custom-loaded-themes): Delete variable.
5375 (custom-theme-load-themes, custom-theme-loaded-p)
5376 (custom-theme-value): Delete functions.
5377
5378 (custom-declare-theme): Signal error on invalid theme names.
5379 (provide-theme): custom-loaded-themes was deleted.
5380 (load-theme): Load the file unconditionally.
5381 (enable-theme): Call `load-theme' if theme is undefined.
5382 (custom-enabled-themes): Only update value for successful loads.
5383 (disable-theme): Complete from enabled themes when interactive.
5384 (custom-variable-theme-value): Calculate theme value directly.
5385
5386 (custom-theme-reset-variables, custom-reset-variables): Mark as
5387 XEmacs compatibility functions. We don't actually use these.
5388
5389 * cus-edit.el (custom-variable-state-set):
5390 Use custom-variable-theme-value instead of custom-theme-value.
5391 (custom-face-state-set): Rename `standard' theme to `changed'.
5392 (custom-save-variables, custom-save-faces): Delete unneeded
5393 references to custom-reset-variables.
5394 (custom-save-resets): Delete function.
5395 (custom-save-variables, custom-save-faces): MODE argument deleted.
5396 (custom-save-variables, custom-save-faces): Ignore theme values.
5397
5398 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
5399 compatibility function.
5400
5401 2006-01-01 Richard M. Stallman <rms@gnu.org>
5402
5403 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
5404 (Custom-reset-current, Custom-reset-saved): Likewise.
5405 (Custom-reset-standard): Show message if aborted.
5406 (custom-mode): Doc fix, describing those commands.
5407
5408 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
5409 put on event-kind property.
5410
5411 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
5412
5413 * custom.el (provide-theme): Ban `user' theme name.
5414 (custom-enabling-themes): New variable.
5415 (enable-theme): Don't enable user if custom-enabling-themes is t.
5416 (custom-enabled-themes): Make it a defcustom.
5417 (custom-theme-recalc-face): No-op if face is undefined.
5418
5419 * cus-edit.el (custom-button-mouse): New variable.
5420 (custom-button-mouse): New face.
5421 (custom-raised-buttons, custom-mode): Use it.
5422
5423 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
5424
5425 2005-12-31 Eli Zaretskii <eliz@gnu.org>
5426
5427 * progmodes/gud.el (gud-display-line): Support hl-line in the
5428 source buffer.
5429
5430 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
5431
5432 * mouse.el (mouse-drag-window-above): Verify that the found window
5433 overlaps with the given window in the horizontal dimension.
5434
5435 2005-12-31 Eli Zaretskii <eliz@gnu.org>
5436
5437 * Makefile.in (cvs-update): New target.
5438
5439 * makefile.w32-in (cvs-update): Ditto.
5440
5441 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
5442
5443 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
5444 (custom-new-theme-mode-map): New variable.
5445
5446 2005-12-30 Richard M. Stallman <rms@gnu.org>
5447
5448 * custom.el (custom-load-themes): Function deleted.
5449
5450 * cus-edit.el (custom-save-loaded-themes): Function deleted.
5451 (custom-save-variables): Don't delete or add custom-load-themes call.
5452
5453 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
5454
5455 * cus-start.el: Add `visible-cursor'.
5456
5457 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
5458 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
5459 (flymake-process-filter): Switch to buffer before calling it instead.
5460 (flymake-post-syntax-check, flymake-highlight-err-lines)
5461 (flymake-delete-own-overlays, flymake-parse-err-lines)
5462 (flymake-start-syntax-check, flymake-start-syntax-check-process)
5463 (flymake-count-lines, flymake-parse-residual):
5464 Remove constant buffer argument.
5465 (flymake-start-syntax-check-for-current-buffer): Remove.
5466 Update callers to use flymake-start-syntax-check instead.
5467 (flymake-display-err-menu-for-current-line):
5468 Remove unused var `mouse-pos'.
5469 (flymake-restore-formatting): Comment out unused function.
5470 (flymake-report-status, flymake-report-fatal-status): Remove buffer
5471 argument, use current-buffer instead. Update callers.
5472
5473 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5474
5475 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
5476 buffer-local because choose-completion-delete-max-match requires
5477 that we set completion-ignore-case (i.e., binding via let is not
5478 sufficient).
5479 (bibtex-complete): Always set completion-ignore-case and
5480 choose-completion-string-functions. The latter is needed because
5481 choose-completion-string-functions keeps its value if we quit the
5482 *Completions* buffer without requesting a completion.
5483
5484 2005-12-30 Andreas Schwab <schwab@suse.de>
5485
5486 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
5487
5488 2005-12-30 Eli Zaretskii <eliz@gnu.org>
5489
5490 * jit-lock.el (jit-lock-chunk-size): Doc fix.
5491
5492 2005-12-30 Juri Linkov <juri@jurta.org>
5493
5494 * locate.el (locate-fcodes-file, locate-header-face)
5495 * progmodes/delphi.el (delphi-other-face)
5496 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
5497
5498 * paren.el (show-paren-match, show-paren-mismatch): Use existing
5499 group `paren-showing-faces'.
5500
5501 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
5502 (goto-address): Fix docstring.
5503
5504 * net/webjump.el (webjump-sample-sites): Update URLs.
5505
5506 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
5507
5508 * subr.el (cancel-change-group): Add listp around pending-undo-list.
5509
5510 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
5511
5512 * font-lock.el (font-lock-compile-keywords): Signal an error when
5513 font-lock-set-defaults hasn't been called.
5514
5515 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
5516
5517 * subr.el (noreturn, 1value): Doc fixes.
5518
5519 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5520
5521 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
5522 that assoc-string returns nil.
5523
5524 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5525
5526 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
5527 (bibtex-entry-type-str, bibtex-empty-field-re)
5528 (bibtex-search-backward-string, bibtex-preamble-prefix)
5529 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
5530 (bibtex-any-valid-entry-type): New variable.
5531 (bibtex-parse-field-name): Simplify.
5532 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
5533 (bibtex-preamble-prefix): Include left delimiter.
5534 (bibtex-search-forward-field, bibtex-search-backward-field):
5535 Allow unbounded search past entry boundaries (required by bibtex-pop).
5536 (bibtex-text-in-field-bounds): Use push.
5537 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
5538 (bibtex-parse-preamble, bibtex-valid-entry)
5539 (bibtex-beginning-first-field): New functions.
5540 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
5541 (bibtex-map-entries): Fix docstring.
5542 (bibtex-flash-head): New arg prompt. Simplify.
5543 (bibtex-enclosing-field): Include code of bibtex-inside-field.
5544 (bibtex-insert-kill): Simplify. Always insert text past the
5545 current field or entry.
5546 (bibtex-format-entry): Use bibtex-parse-field.
5547 (bibtex-pop): Use bibtex-beginning-of-entry and
5548 bibtex-end-of-entry to initiate the search. Insert empty field if
5549 we found ourselves.
5550 (bibtex-print-help-message): New args field and comma.
5551 Handle entry keys.
5552 (bibtex-make-field): Use bibtex-beginning-of-entry.
5553 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
5554 invalid entry.
5555 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
5556 Handle preambles. Simplify code for thorough test.
5557 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
5558 New arg comma. Handle entry heads.
5559 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
5560 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
5561 New arg comma.
5562 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
5563 (bibtex-fill-field): Simplify.
5564 (bibtex-fill-entry): Use bibtex-beginning-first-field and
5565 bibtex-parse-field.
5566 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
5567 (bibtex-complete): Use bibtex-parse-preamble.
5568
5569 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
5570
5571 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
5572 Display name of expression instead of convenience variable.
5573 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
5574
5575 * progmodes/gud.el (gud-tooltip-dereference): Rename from
5576 toggle-gud-tooltip-dereference.
5577 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
5578 (gud-tooltip-tips): ...here when dereferencing.
5579
5580 2005-12-28 Bill Wohler <wohler@newt.com>
5581
5582 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
5583
5584 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
5585
5586 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
5587 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
5588 (vc-annotate-display-autoscale): Adjust call.
5589 (vc-annotate-display-default): Adjust call. Make arg compulsory.
5590 Fix interactive spec.
5591 (vc-annotate-time-span): Remove.
5592 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
5593 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
5594 (vc-annotate-display-select): Use new name.
5595
5596 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
5597 (vc-annotate-mode-menu): Remove left-over redundant declaration.
5598 Correct the construction of span entries. Simplify.
5599 (vc-annotate-display-select): Fix the nil case.
5600 (vc-annotate): Remove obsolete (and now broken) code.
5601 (vc-annotate-extract-revision-at-line): Remove obsolete code.
5602 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
5603
5604 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
5605
5606 * subr.el (lazy-completion-table): Correct typo in docstring.
5607
5608 * startup.el (command-line): Use `custom-reevaluate-setting' for
5609 `send-mail-function'.
5610
5611 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
5612
5613 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
5614
5615 * mail/smtpmail.el (smtpmail-try-auth-methods):
5616 Send credentials together with "AUTH PLAIN" command.
5617
5618 2005-12-27 Richard M. Stallman <rms@gnu.org>
5619
5620 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
5621 mouse-2, go back to previously selected window, so it's selected
5622 when mouse-2 command runs.
5623
5624 2005-12-27 Juri Linkov <juri@jurta.org>
5625
5626 * descr-text.el (describe-text-sexp): Use square brackets for
5627 button [Show] to distinguish it from the property value `show'.
5628 (describe-property-list): Use `insert-text-button' with
5629 `help-face' type instead of putting face in quotes, because button
5630 is not created automatically for a list of faces.
5631 (describe-text-properties-1): Put button-type value in quotes to
5632 distinguish from plain text "button".
5633 (describe-char): Display code point values in hex. Don't use
5634 `symbol-name' for `current-input-method' because it is a string.
5635 Use `insert-text-button' with `help-face' type instead of putting
5636 hardcoded face in quotes, because button is not created automatically.
5637
5638 2005-12-27 Richard M. Stallman <rms@gnu.org>
5639
5640 * progmodes/glasses.el (glasses-face): More specific custom type.
5641
5642 * files.el (set-visited-file-name): Doc fix.
5643
5644 * textmodes/flyspell.el (flyspell-external-point-words):
5645 Use local var buffer-scan-pos to advance scan for next misspelling.
5646 Advance it only after we find the misspelling.
5647
5648 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
5649
5650 * textmodes/flyspell.el (flyspell-external-point-words):
5651 New criteria for finding the misspelling in the buffer.
5652
5653 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
5654
5655 * help-mode.el (help-insert-string): Set help-xref-stack-item
5656 rather than call help-setup-xref.
5657
5658 * descr-text.el (describe-char): Revert previous changes for
5659 optional buffer argument.
5660
5661 2005-12-27 Juri Linkov <juri@jurta.org>
5662
5663 * help-mode.el (help-insert-string): New function. Save buffer
5664 contents in cases where it is impossible to recompute the old contents.
5665
5666 * descr-text.el (describe-char): Set help-xref-stack-item
5667 explicitly after buffer has been generated.
5668
5669 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5670
5671 * cus-start.el (all): Add x-gtk-show-hidden-files.
5672
5673 2005-12-26 Richard M. Stallman <rms@gnu.org>
5674
5675 * replace.el (perform-replace): Calculate match-again
5676 before skipping read-only matches.
5677
5678 * paren.el (paren-showing-faces): New group.
5679 (show-paren-match, show-paren-mismatch): Move to that group.
5680
5681 * button.el (button): Put into group `basic-faces'.
5682
5683 * progmodes/make-mode.el: Remove faces from group `faces'.
5684
5685 * apropos.el (apropos, apropos-value): Doc fix.
5686 (apropos-documentation): Doc fix.
5687
5688 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
5689
5690 * subr.el (lazy-completion-table): Remove argument `args'.
5691
5692 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
5693 Don't use the `args' argument of lazy-completion-table.
5694
5695 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
5696
5697 * descr-text.el (describe-char): Add optional argument for buffer.
5698 Set buffer appropriately. Call help-setup-xref.
5699 Suggested by Stefan Monnier.
5700
5701 2005-12-26 Juri Linkov <juri@jurta.org>
5702
5703 * descr-text.el: Require `help-fns' at runtime. Don't require
5704 `button' for byte compilation.
5705 (describe-text-widget): Add `help-echo' for first button.
5706 Use `help-info' for second.
5707 (describe-property-list): Use `help-argument-name' instead of `italic'.
5708 (describe-text-category): Add prompt to interactive spec.
5709 Call `help-setup-xref'.
5710 (describe-char): Use `help-character-set'. Add `help-echo' for
5711 code point. Use `help-input-method'. Remove superfluous insert.
5712
5713 2005-12-25 Richard M. Stallman <rms@gnu.org>
5714
5715 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
5716 at point, in case of narrowing.
5717
5718 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
5719
5720 * locate.el (locate-header-face): Allow nil in type.
5721
5722 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
5723
5724 2005-12-25 Romain Francoise <romain@orebokech.com>
5725
5726 * battery.el (battery-linux-proc-acpi): Also try
5727 `/proc/acpi/thermal_zone/THM0/temperature'.
5728
5729 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
5730
5731 * custom.el (custom-push-theme): Fix docstring.
5732
5733 * cus-edit.el (custom-variable-set, custom-variable-save)
5734 (custom-variable-save): Custom-quote widget values.
5735 (customize-save-variable): Fix custom-push-theme call.
5736
5737 2005-12-24 Eli Zaretskii <eliz@gnu.org>
5738
5739 * w32-fns.el (w32-batch-update-autoloads): New function.
5740
5741 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
5742 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
5743 from the command line.
5744
5745 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
5746
5747 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
5748 reset means to remove setting from theme entirely. Don't keep
5749 expanding theme-settings list; delete old entries if necessary.
5750
5751 * cus-edit.el (custom-buffer-create-internal): Move "Erase
5752 customization" button one line up.
5753 (custom-themed): New face.
5754 (custom-magic-alist): New value, THEMED, for theme settings.
5755 (custom-variable-state-set, custom-face-state-set):
5756 Check theme-value instead of saved-value.
5757 (custom-variable-reset-standard, custom-face-reset-standard):
5758 Remove theme setting entirely. Recalculate new values.
5759 (custom-variable-set, custom-variable-set)
5760 (custom-variable-reset-saved, custom-variable-reset-backup)
5761 (custom-face-set, custom-face-reset-saved): Update `user' theme.
5762 (custom-variable-save): Fix typos.
5763
5764 2005-12-23 Juri Linkov <juri@jurta.org>
5765
5766 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
5767 Add autoload cookies.
5768 (edebug-outside-d-c-i-n-s-w): New variable.
5769 (edebug-display, edebug-outside-excursion): Use it to save the
5770 original value of default-cursor-in-non-selected-windows.
5771 Set default-cursor-in-non-selected-windows to t while Edebug
5772 is active.
5773 (edebug-mode, edebug-eval-mode): Doc fix.
5774
5775 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
5776 with `buffer-substring-no-properties' to remove common substring
5777 highlighting.
5778
5779 * info.el (info-other-window, info): Rename function argument
5780 `file' to `file-or-node'.
5781 (Info-complete-menu-item): Use local variable `complete-nodes' to
5782 keep the global value of `Info-complete-nodes' unchanged for
5783 subsequent completions.
5784 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
5785
5786 * simple.el (get-next-valid-buffer, last-buffer)
5787 (next-error-buffer-p, next-error-find-buffer)
5788 (minibuffer-history-sexp-flag): Doc fix.
5789
5790 * savehist.el (savehist-mode-hook): Add `:group'.
5791
5792 * log-view.el: Call autoload for vc-find-version.
5793 (log-view-current-file): Adjust subgroup numbers.
5794 (log-view-current-tag): Add `length'.
5795
5796 2005-12-23 Richard M. Stallman <rms@gnu.org>
5797
5798 * vc.el (vc-annotate-car-last-cons): Defn moved up.
5799
5800 2005-12-23 Juri Linkov <juri@jurta.org>
5801
5802 * hi-lock.el (hi-lock-archaic-interface-message-used)
5803 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
5804 (hi-lock-mode): Display "Hi" in the mode line only when
5805 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
5806 (hi-lock-write-interactive-patterns):
5807 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
5808 (hi-lock-set-pattern, hi-lock-set-file-patterns)
5809 (hi-lock-font-lock-hook): Set 3rd arg `how' of
5810 font-lock-add-keywords to t.
5811
5812 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
5813
5814 * hi-lock.el (hi-lock-highlight-range): New variable.
5815 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
5816 only if font-lock-fontified is non-nil. Remove overlays.
5817 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
5818 font-lock-fontified is non-nil, otherwise use overlays (instead of
5819 text properties).
5820 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
5821 New variables.
5822 (hi-lock-string-serialize) New function.
5823
5824 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5825
5826 * menu-bar.el (menu-find-file-existing): New function.
5827 (menu-bar-file-menu): Use menu-find-file-existing for Open.
5828
5829 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
5830
5831 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
5832
5833 * vc.el: Remove unnecessary leading * in docstrings.
5834 (vc-annotate-mode-map): Move initialization into declaration.
5835 (vc-static-header-alist): Nitpick on the regexp.
5836 (vc-default-init-version): New fun.
5837 (vc-register): Use it.
5838 (vc-insert-headers): Use dolist.
5839 (vc-annotate-get-backend): Remove unused function.
5840 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
5841 (vc-annotate-mode): Remove corresponding call.
5842 (vc-annotate-car-last-cons): Simplify.
5843 (vc-annotate-buffers): Remove var.
5844 (vc-annotate-backend): Make it buffer-local.
5845 (vc-annotate): Move the interaction to the interactive spec.
5846 Add a `buf' argument.
5847 (vc-annotate-warp-version): Use this new `buf' argument to avoid
5848 killing&creating a vc-annotate buffer, which is very disruptive when
5849 the buffers are shown in dedicated frames.
5850
5851 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
5852
5853 * descr-text.el: Add FSF as maintainer.
5854 (describe-text-mode, describe-text-mode-map)
5855 (describe-text-mode-hook, describe-text-done): Delete. Use normal
5856 help-mode.
5857 (describe-text-widget, describe-text-sexp)
5858 (describe-property-list, describe-text-category)
5859 (describe-text-properties, describe-text-properties-1)
5860 (describe-char): Use help buttons instead of widgets.
5861 (describe-char-unicodedata-file): Make URL link in doc string.
5862
5863 2005-12-22 Richard M. Stallman <rms@gnu.org>
5864
5865 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
5866 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
5867 Don't include buttons that write a file when there's no file.
5868 (custom-variable-menu, custom-face-menu, custom-group-menu):
5869 Don't include commands that write a file when there's no file.
5870 (customize-browse): Reword the top-of-buffer help intro.
5871 (custom-buffer-create-internal): Fix previous change.
5872 (customize-changed-options-previous-release): Prev release is 21.1.
5873 (customize-changed-options): Doc fix.
5874 (customize-changed): New alias.
5875 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
5876 Say "standard values".
5877 (Custom-reset-standard): Doc fix.
5878 (custom-face-reset-standard): Doc fix.
5879
5880 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
5881
5882 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
5883 even if font-lock-mode is non-nil since it may be t without having
5884 turned on font-lock-mode-internal.
5885 (font-lock-choose-keywords): Minor optimization.
5886 (font-lock-add-keywords, font-lock-remove-keywords)
5887 (font-lock-set-defaults): Don't call make-local-variable on a variable
5888 that we know to already be local.
5889
5890 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
5891
5892 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
5893 messages if in the minibuffer.
5894
5895 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
5896
5897 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
5898 (tex-mode-flyspell-verify, flyspell-get-word)
5899 (flyspell-external-point-words): Don't use point-min/max uselessly.
5900
5901 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
5902 by Kevin Rodgers. Instead, just hide the completions buffer if we
5903 don't need to show it.
5904
5905 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
5906
5907 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
5908
5909 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
5910
5911 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
5912 delete-windows-on with an inexistent buffer.
5913
5914 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
5915
5916 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
5917 Delete defcustom variable :tag names.
5918
5919 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
5920
5921 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
5922 (log-view-font-lock-keywords): Ajust subgroup numbers.
5923 (log-view-current-tag): Don't hard code the number of subgroups.
5924
5925 2005-12-20 Juri Linkov <juri@jurta.org>
5926
5927 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
5928 (tooltip-x-offset, tooltip-y-offset): Doc fix.
5929
5930 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
5931 (menu-bar-non-minibuffer-window-p): Instead of checking
5932 display-multi-frame-p, use selected-frame when menu-updating-frame
5933 is nil.
5934
5935 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
5936
5937 * align.el (align-rules-list): Use [ \t] instead of \s-
5938 for column separators in text mode.
5939
5940 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
5941
5942 * help-mode.el (help-customize-variable, help-customize-face):
5943 Don't pop help-xref-stack as help-follow no longer pushes
5944 anything on to it.
5945
5946 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
5947
5948 * textmodes/org.el (org-agenda-custom-commands): New option.
5949 (org-agenda): Offer custom commands on splash screen.
5950 (org-make-tags-matcher): Parser for Boolean logic added.
5951 (org-agenda-set-tags): New command.
5952 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
5953 (org-set-tags): Efficiency improvements.
5954 (org-auto-align-tags): New option.
5955 (org-todo, org-demote, org-promote): Realign tags.
5956 (org-tags-completion-function): Use also "&" and "|" as separators.
5957 (org-org-menu): Agenda commands simplified.
5958
5959 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
5960
5961 * cus-edit.el (customize-apropos, customize-apropos-options):
5962 Docstring changes.
5963
5964 * font-lock.el (font-lock): Add tags to the links in the defgroup.
5965
5966 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
5967
5968 * longlines.el (longlines-mode): Wrap while widened.
5969 (longlines-decode-region, longlines-encode-region): Compute max
5970 just once.
5971
5972 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5973
5974 * cus-edit.el (mac): New group.
5975
5976 * cus-start.el (all): Add user options in macterm.c. Add test for
5977 Mac-related built-ins. Fix test for GTK-related built-ins.
5978
5979 * term/mac-win.el (mac-handle-language-change)
5980 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
5981 (mac-services-open-selection, mac-services-mail-selection)
5982 (mac-services-mail-to, mac-services-insert-text)
5983 (mac-dispatch-apple-event): Add docstrings.
5984 (x-get-selection, mac-select-convert-to-string): Select coding
5985 system from `utf-16be' and `utf-16le' using `byteorder'.
5986
5987 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
5988
5989 * subr.el (lazy-completion-table): Don't be fooled if the var holds
5990 a "list" (lambda ...) rather than a real completion list.
5991
5992 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
5993 lexical-let when encountering ((lambda (...) ...) ...).
5994
5995 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
5996
5997 * progmodes/sh-script.el (sh-mode):
5998 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
5999 * textmodes/picture.el (picture-mode): Update docstrings.
6000
6001 2005-12-17 Eli Zaretskii <eliz@gnu.org>
6002
6003 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
6004 commands enclosed in $(ARGQUOTE)s should not be split between two
6005 lines, as that will break with GNU Make >3.80, when sh.exe is used
6006 and arg quoting is with '..'.
6007 (autoloads): Don't break the quoted --eval expression between
6008 several lines.
6009
6010 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
6011
6012 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
6013 Capture error from printing circular structures.
6014
6015 2005-12-17 Martin Rudalics <rudalics@gmx.at>
6016
6017 * wid-edit.el (widget-checkbox-action): Clear undo info.
6018
6019 2005-12-16 Bill Wohler <wohler@newt.com>
6020
6021 * menu-bar.el (kill-this-buffer): Set a good example by using menu
6022 bar, not menubar in comment.
6023
6024 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
6025
6026 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
6027 After-change-functions should not clobber the match data.
6028
6029 2005-12-16 Juri Linkov <juri@jurta.org>
6030
6031 * simple.el (choose-completion): Use `buffer-substring-no-properties'
6032 instead of `buffer-substring'.
6033 (completion-common-substring): Doc fix.
6034 (completion-setup-function): Use minibuffer-completion-contents
6035 instead of minibuffer-contents. Don't set common-string-length
6036 initially. Remove special handling of partial-completion-mode.
6037 Move computation of completion-base-size into one cond.
6038 Call completion-base-size-function in mainbuf. In computation of
6039 completion-base-size for file name completion don't move point to
6040 the end of the minibuffer. Move computation of common-string-length
6041 into one cond. Start putting faces only when common-string-length>=0.
6042 Add condition to put completions-common-part when
6043 common-string-length>0.
6044
6045 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
6046 place point at the first different character in the minibuffer
6047 even if this position is at the beginning of the minibuffer.
6048
6049 * info.el (Info-read-node-name-1): In completion-base-size-function's
6050 lambda return 1 if common-substring or minibuffer-completion-contents
6051 starts with (, and 0 otherwise.
6052
6053 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
6054 Use `crm-current-element' for second arg of `display-completion-list'.
6055
6056 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
6057
6058 * files.el (set-auto-mode): Look for an interpreter specified on
6059 the first line also if search for mode specification succeeded,
6060 but the mode is not known.
6061
6062 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
6063
6064 * textmodes/org.el (org-tags-match-list-sublevels): New option.
6065 (org-open-at-point): Implement tag searches as links.
6066 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
6067 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
6068 (org-tags-sparse-tree, org-tags-view, org-set-tags)
6069 (org-agenda-dispatch): New commands.
6070 (org-use-tag-inheritance, org-tags-column): New options.
6071 (org-tab-follows-link, org-return-follows-link): New options.
6072 (org-tags): New customize group.
6073 (org-start-icalendar-file): Get local time zone.
6074 (org-tags-completion-function): New function.
6075 (org-set-font-lock-defaults): Make sure links will also be
6076 highlighted inside headlines.
6077
6078 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
6079
6080 * term.el (term-emulate-terminal):
6081 Let term-handle-ansi-terminal-messages override what Bash says about
6082 its current directory.
6083
6084 2005-12-16 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
6085
6086 * bindings.el (last-buffer): Move to simple.el.
6087 * simple.el (last-buffer): Move here.
6088 (get-next-valid-buffer): New function.
6089 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
6090 (prev-buffer): Ditto. Rename to `previous-buffer'.
6091
6092 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
6093 * bindings.el (global-map): Ditto.
6094
6095 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
6096
6097 * cus-edit.el: Introductory comment change.
6098 (custom-magic-alist): Change message string for the `rogue' state.
6099
6100 2005-12-15 Richard M. Stallman <rms@gnu.org>
6101
6102 * tooltip.el: Delete defcustom variable :tag names.
6103
6104 * complete.el (partial-completion-mode): Doc fix.
6105
6106 * textmodes/flyspell.el (flyspell-external-point-words):
6107 Use save-excursion to ensure we don't move backward in the
6108 search loop, not even one character.
6109 (flyspell-delete-all-overlays): Use remove-overlays directly.
6110
6111 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
6112 (ispell-start-process): Set that variable.
6113 Clear ispell-buffer-local-name.
6114 (ispell-internal-change-dictionary):
6115 Set ispell-current-dictionary after killing process.
6116 (ispell-buffer-local-dict):
6117 Don't set spell-personal-dictionary after killing process.
6118 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
6119 (ispell-tex-skip-alists, ispell-html-skip-alists)
6120 (ispell-skip-region-alist): Mark as risky.
6121
6122 * net/newsticker.el (newsticker--retrieval-timer-list)
6123 (newsticker--display-timer, newsticker-running-p)
6124 (newsticker-ticker-running-p): Definitions moved up.
6125
6126 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
6127
6128 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
6129
6130 2005-12-15 David Ponce <david@dponce.com>
6131
6132 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
6133 (recentf-edit-list, recentf-open-files): Signal an error when
6134 there is no recent file.
6135
6136 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
6137
6138 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
6139 read-only except for texinfo-format-region evaluation.
6140
6141 2005-12-14 Richard M. Stallman <rms@gnu.org>
6142
6143 * vc.el (vc-default-previous-version, vc-default-next-version)
6144 (vc-do-command): Doc fixes.
6145
6146 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6147
6148 * textmodes/bibtex.el (bibtex-expand-strings)
6149 (bibtex-autokey-expand-string, bibtex-name-part)
6150 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
6151 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
6152 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
6153 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
6154 (bibtex-entry-postfix, bibtex-known-entry-type-re)
6155 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
6156 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
6157 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
6158 (bibtex-beginning-of-last-entry): Remove.
6159 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
6160 message if comma is missing but buffer is read-only.
6161 (bibtex-parse-field-text): Handle whitespaces at the end of field
6162 text. Return 3-element list with beginning and end of field text
6163 and end of field.
6164 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
6165 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
6166 (bibtex-search-forward-field, bibtex-search-backward-field):
6167 Search always delimited by limits of entry. Use more efficient
6168 search algorithms.
6169 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
6170 bibtex-end-of-name-in-field.
6171 (bibtex-text-in-field-bounds): Handle BibTeX strings when
6172 extracting the content of a field.
6173 (bibtex-text-in-field): Use search limits.
6174 (bibtex-parse-string-prefix): Handle empty string keys based on
6175 bibtex-string-empty-key.
6176 (bibtex-parse-string): Fix docstring.
6177 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
6178 (bibtex-preamble-prefix, bibtex-strings): New functions.
6179 (bibtex-skip-to-valid-entry): Include preceding whitespace in
6180 BibTeX entries (consistent with other BibTeX functions).
6181 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
6182 (bibtex-search-entry): Fix docstring. Simplify.
6183 (bibtex-flash-head, bibtex-complete-string-cleanup)
6184 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
6185 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
6186 (bibtex-parse-entry): New optional arg content.
6187 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
6188 Use bibtex-text-in-field-bounds.
6189 (bibtex-print-help-message): Handle BibTeX strings and preambles.
6190 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
6191 bibtex-parse-string-postfix.
6192 (bibtex-find-text-internal): New function.
6193 (bibtex-remove-delimiters): Use it.
6194 (bibtex-find-text): Use it. New optional arg help.
6195 (bibtex-complete): Handle BibTeX string and preamble entries.
6196 (bibtex-Preamble): Fix order of closing delimiters.
6197
6198 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
6199
6200 * vc.el (vc-default-revert): New fun.
6201
6202 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
6203
6204 2005-12-14 Romain Francoise <romain@orebokech.com>
6205
6206 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
6207 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
6208 (font-lock-remove-keywords): Likewise.
6209
6210 2005-12-14 Juri Linkov <juri@jurta.org>
6211
6212 * log-view.el (log-view-diff): Doc fix.
6213
6214 * isearch.el (isearch-query-replace): Use (mark) instead of
6215 isearch-opoint if mark is active in transient-mark-mode.
6216
6217 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
6218
6219 * isearch.el (isearch-query-replace): Check for isearch-other-end.
6220
6221 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
6222
6223 * progmodes/cpp.el (cpp-face): New widget.
6224 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
6225
6226 2005-12-14 Juri Linkov <juri@jurta.org>
6227
6228 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
6229 around `erase-buffer' and `insert'.
6230
6231 * descr-text.el (describe-text-properties): Replace buffer name
6232 "*Help-2*" with "*Help*<2>".
6233 (describe-char): Add functions print-help-return-message,
6234 toggle-read-only. Use help-setup-xref with nil to not store
6235 describe-char in help-xref-stack. Use help-make-xrefs to
6236 make [back] button.
6237
6238 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
6239
6240 * wdired.el (wdired-old-point): New internal variable.
6241 (wdired-change-to-wdired-mode): Set it buffer-locally.
6242 (wdired-abort-changes): Restore point after aborting changes.
6243
6244 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
6245
6246 * vc.el (vc-do-command): Add a new value t for okstatus.
6247
6248 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
6249 frame in case of errors.
6250
6251 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6252
6253 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
6254 so it comes after "On the Left" in the menu.
6255
6256 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
6257
6258 * cus-edit.el (customize-apropos, customize-apropos-options)
6259 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
6260
6261 2005-12-12 Bill Wohler <wohler@newt.com>
6262
6263 * vc-svn.el (vc-svn-registered): Fix problem of visiting
6264 non-writable Subversion-controlled files by saving window
6265 configuration before calling vc-do-command. vc-do-command calls
6266 pop-to-buffer on error which is unexpected during registration.
6267
6268 2005-12-12 Jay Belanger <belanger@truman.edu>
6269
6270 * calc/README: Update the summary of changes.
6271
6272 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
6273
6274 * descr-text.el (describe-char): Rework last fix to solve the problem
6275 is the same way it's solved for everything else in that function
6276 (i.e. by extracting the info before setting up the *Help* buffer).
6277
6278 2005-12-12 Kim F. Storm <storm@cua.dk>
6279
6280 * subr.el (version-regexp-alist): Allow space as separator before
6281 non-numeric part, e.g. "1.0 alpha".
6282 (version-to-list): Interpret .X.Y version as 0.X.Y version.
6283
6284 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
6285
6286 * textmodes/org.el (org-agenda, org-timeline, org-todo):
6287 Implement Logging and the keep-modes setting.
6288 (org-get-category): Make sure a string is returned.
6289 (org-log-done): New function.
6290 (org-log-done, org-closed-string): New options.
6291
6292 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6293
6294 * tooltip.el (tooltip-y-offset): Change default to 20.
6295
6296 2005-12-12 Richard M. Stallman <rms@gnu.org>
6297
6298 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
6299
6300 * frame.el (display-hourglass): Doc fix.
6301
6302 * help.el (help-for-help-internal): Simplify entry for `a'.
6303
6304 * info.el (Info-on-current-buffer): Doc fix.
6305 (info-insert-file-contents): Don't test (featurep 'jka-compr).
6306
6307 * startup.el (inhibit-splash-screen): Make this the real name.
6308 (inhibit-startup-message): Make this the alias.
6309 (command-line): Find only simple.el, and use its directory
6310 to fill in other preloaded files' names.
6311 (command-line): Deactivate the mark if deactivate-mark is set.
6312
6313 * international/mule.el (load-with-code-conversion):
6314 Bind deactivate-mark.
6315
6316 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
6317
6318 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
6319
6320 * cus-edit.el (customize-apropos): Avoid listing an option more
6321 than once under different aliases. No longer list user options
6322 that are not defined with defcustom (unless a prefix arg is given).
6323 Doc fix.
6324 (customize-apropos-options): Doc fix.
6325
6326 2005-12-11 Juri Linkov <juri@jurta.org>
6327
6328 * frame.el (set-background-color, set-foreground-color)
6329 (set-cursor-color, set-mouse-color, set-border-color):
6330 Add explicit prompts to read colors by `facemenu-read-color'.
6331 (show-trailing-whitespace, blink-cursor-delay)
6332 (blink-cursor-interval, display-hourglass, hourglass-delay):
6333 Remove tags.
6334 (display-hourglass, hourglass-delay): Doc fix.
6335 (cursor-in-non-selected-windows): Capitalize words in tag.
6336
6337 * faces.el (frame-background-mode): Replace `choice-item' keywords
6338 with `const' to not make [default] button. Change default value tag
6339 from `default' to `automatic'. Doc fix.
6340 (trailing-whitespace) <defface>: Change group `whitespace' to
6341 `whitespace-faces'.
6342
6343 2005-12-11 Richard M. Stallman <rms@gnu.org>
6344
6345 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
6346
6347 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6348
6349 * term/mac-win.el: Create keymap for mac-apple-event-map.
6350
6351 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
6352
6353 * tooltip.el (tooltip-mode): Move to start of file so that it
6354 appears at top of customize buffer.
6355
6356 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
6357 Add the gud groupname.
6358 (gud-tooltip-mode): Add the tooltip groupname.
6359 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
6360 avoid conflict with tooltip-use-echo-area.
6361
6362 2005-12-10 Romain Francoise <romain@orebokech.com>
6363
6364 * help.el (help-for-help-internal): Add `r' in doc string.
6365
6366 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
6367
6368 * align.el (align-regexp, align-highlight-rule):
6369 Use region-beginning and region-end instead of point and mark, so that
6370 repetition (with `repeat-complex-command') recomputes the region
6371 bounds.
6372
6373 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
6374
6375 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
6376 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
6377 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
6378 (balance-windows): Rewrite using the above new functions.
6379
6380 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
6381
6382 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
6383 react if global-hi-lock-mode seems intended.
6384 (global-hi-lock-mode) Renamed from hi-lock-mode.
6385 (hi-lock-archaic-interface-message-used)
6386 (hi-lock-archaic-interface-deduce): New variables.
6387 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
6388 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
6389 (hi-lock-find-patterns, hi-lock-font-lock-hook):
6390 Replace hi-lock-buffer-mode with hi-lock-mode.
6391
6392 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com>
6393
6394 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
6395 completion list, even after a partial completion has been
6396 inserted in the current buffer. If there are more than 1
6397 completion, redisplay the *Completions* buffer; if the
6398 completion is unique, delete the *Completions* window.
6399
6400 2005-12-10 Eli Zaretskii <eliz@gnu.org>
6401
6402 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
6403 strings and long subject lines that were broken into multiple
6404 lines at arbitrary places. Handle subjects that have "Re: " in
6405 the middle.
6406
6407 2005-12-10 John W. Eaton <jwe@octave.org>
6408
6409 * emacs/octave-mod.el (octave-electric-space): Don't indent
6410 comments or strings if octave-auto-indent is nil.
6411
6412 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6413
6414 * term/mac-win.el: Require url when compiling.
6415 Call mac-process-deferred-apple-events after loading init files.
6416 (mac-apple-event-map): New defvar. Define event handlers in it.
6417 (core-event, internet-event): New Apple event class symbols.
6418 (open-application, reopen-application, open-documents)
6419 (print-documents, open-contents, quit-application)
6420 (application-died, show-preferences, autosave-now, get-url):
6421 New Apple event ID symbols.
6422 (about): New HICommand ID symbol.
6423 (mac-event-spec, mac-event-ae): New macros.
6424 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
6425 (mac-ae-selection-range, mac-ae-text-for-search)
6426 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
6427 (mac-application-menu-map): Remove keymap. Handlers for HICommand
6428 and Services menu events are now defined in mac-apple-event-map.
6429 (mac-drag-n-drop): Remove selection range handling.
6430
6431 2005-12-10 Kenichi Handa <handa@m17n.org>
6432
6433 * simple.el (zap-to-char):
6434 * isearch.el (isearch-process-search-char): Translate CHAR by
6435 translation-table-for-input.
6436
6437 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
6438
6439 * foldout.el (foldout-exit-fold): Properly hide subtree.
6440
6441 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
6442
6443 * files.el (save-buffer):
6444 * international/ucs-tables.el (ucs-set-table-for-input):
6445 * mail/mail-extr.el (mail-extract-address-components):
6446 * mail/sendmail.el (mail-mode): Reformat doc string.
6447
6448 2005-12-09 Juri Linkov <juri@jurta.org>
6449
6450 * isearch.el (isearch-highlight): Change main overlay priority
6451 from 1 to 1001. Simplify.
6452 (isearch-lazy-highlight-update): Change lazy overlay priority
6453 from 0 to 1000.
6454
6455 * replace.el (replace-highlight): Change overlay priority from
6456 1 to 1001.
6457
6458 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
6459 Change overlay priority from 1 to 1001. Reuse existing overlay.
6460
6461 * compare-w.el (compare-windows-highlight): Change overlay
6462 priority from 1 to 1000.
6463
6464 * menu-bar.el (menu-bar-edit-menu): Add listp around
6465 pending-undo-list to disable menu item "undo" when pending
6466 undo list is empty.
6467
6468 * locate.el (locate): Disable undo in *Locate* buffer.
6469
6470 2005-12-09 Kim F. Storm <storm@cua.dk>
6471
6472 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
6473
6474 2005-12-09 David Ponce <david@dponce.com>
6475
6476 * recentf.el: Improvement of the menu code.
6477 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
6478 instead of menu hook.
6479 (recentf-show-menu, recentf-hide-menu): New functions.
6480 (recentf-menu-customization-changed, recentf-mode): Use them.
6481 (recentf-menu-action, recentf-max-menu-items)
6482 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
6483 (recentf-arrange-by-rule-others)
6484 (recentf-arrange-by-rules-min-items)
6485 (recentf-arrange-by-rule-subfilter) : Don't use
6486 `recentf-menu-customization-changed'.
6487 (recentf-arrange-rules): Likewise. Accept functions to compute
6488 sub-menu titles.
6489 (recentf-menu-filter): Likewise. Doc fix.
6490 (recentf-menu-value-shortcut): Doc fix.
6491 (recentf-dump-variable): Quote atom value.
6492 (recentf-make-menu-items): Update to use it as a menu filter.
6493 (recentf-match-rule): New function.
6494 (recentf-arrange-by-rule): Use it.
6495 (recentf-indirect-mode-rule): New function.
6496 (recentf-build-mode-rules): Use it.
6497 (recentf-dir-rule): New function.
6498 (recentf-arrange-by-dir): Use it.
6499 (recentf-filter-changer-current): Rename from
6500 `recentf-filter-changer-state'. All references updated.
6501 (recentf-filter-changer-alist): Update filter names.
6502 (recentf-filter-changer-select): New function.
6503 (recentf-filter-changer): Use it. Make a sub-menu from filters
6504 available in `recentf-filter-changer-alist'.
6505 (recentf-data-cache, recentf-clear-data)
6506 (recentf-update-menu): Remove. All references updated.
6507 (recentf-match-rule-p, recentf-build-dir-rules)
6508 (recentf-filter-changer-goto-next)
6509 (recentf-filter-changer-get-current)
6510 (recentf-filter-changer-get-next): Remove.
6511
6512 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
6513
6514 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
6515 buffer "Reset" button to "Reset to Current" for consistency with
6516 the State buttons.
6517
6518 2005-12-08 John Paul Wallington <jpw@pobox.com>
6519
6520 * ibuf-ext.el (define-ibuffer-filter filename):
6521 If `dired-directory' is a list then really use its car.
6522
6523 2005-12-08 Kim F. Storm <storm@cua.dk>
6524
6525 * emulation/cua-rect.el (cua--rectangle-aux-replace):
6526 Fix indention of text on right side of replaced rectangle.
6527
6528 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
6529
6530 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
6531 No need to check gud-comint-buffer is bound.
6532 (gdb): Prevent multiple debugging when first session uses gdba.
6533
6534 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6535
6536 CC Mode update to 5.31.
6537
6538 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
6539 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
6540 We might do this function properly in the future).
6541
6542 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
6543 New macros c-sentence-end and c-default-value-sentence end, to cope
6544 with Emacs 22's new function `sentence-end'.
6545
6546 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6547
6548 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
6549 compat issue using `c-put-overlay' and `c-delete-overlay'.
6550
6551 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
6552 New compat macros to handle overlays/extents.
6553
6554 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6555
6556 * progmodes/cc-fix.el: Add definitions of the macros push and pop
6557 (for GNU Emacs 20.4)
6558
6559 * progmodes/cc-defs.el:
6560 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
6561
6562 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
6563 highlighting mechanism so it will work in XEmacs too.
6564
6565 * progmodes/cc-defs.el: Insert c-int-to-char.
6566
6567 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
6568 call to the new macro c-int-to-char. This solves XEmacs's
6569 regarding characters as different from integers.
6570
6571 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6572
6573 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
6574 New internal helper.
6575
6576 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
6577 construct to make the indirect face lookup work in XEmacs.
6578
6579 (c-cpp-matchers): Append the negation char face to the existing
6580 fontification, so that the cpp face doesn't disappear.
6581 Use `c-make-syntactic-matcher' to avoid negation chars in comments
6582 and strings.
6583
6584 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
6585 to map to `font-lock-negation-char-face' in emacsen where it exists.
6586
6587 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6588
6589 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
6590
6591 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
6592 Rename "c-subword-move-mode" as "c-subword-mode".
6593
6594 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
6595 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
6596
6597 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6598
6599 * progmodes/cc-mode.el: Added autoload directive for
6600 `c-subword-move-mode' for use in older emacsen.
6601
6602 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6603
6604 * progmodes/cc-mode.el:
6605 (i) Insert a binding for C-c C-backspace into
6606 c-bind-special-erase-keys which works in TTYs.
6607 (ii) Make sure that when file styles are used, any explicitly
6608 given style variables take priority over those in the style.
6609 Do this by calling `hack-local-variables' a second time.
6610
6611 * progmodes/cc-vars.el: Add language specific customization
6612 widgets for AWK to c-doc-comment-style, c-require-final-newline
6613 and c-default-style. Add a defcustom for awk-mode-hook.
6614 Give c-syntactic-element and c-syntactic-context doc-strings by
6615 directly setting their `variable-documentation' propery.
6616 This allows Emacs 22.1 to read these with C-h v.
6617
6618 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
6619
6620 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6621
6622 * progmodes/cc-fonts.el, cc-vars.el
6623 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
6624 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
6625 Masatake YAMATO.
6626
6627 (c-doc-comment-style): Made GtkDoc default in C mode.
6628
6629 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
6630 and C-c C-<delete>.
6631
6632 (c-bind-special-erase-keys): New function for use on
6633 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
6634
6635 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
6636 <delete> key behavior in XEmacs according to `delete-forward-p'.
6637 C.f. `c-electric-delete'.
6638
6639 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6640
6641 * progmodes/cc-mode.el: Give c-hungry-backspace and
6642 c-hungry-delete-forward permanent key bindings.
6643
6644 * progmodes/cc-cmds.el (c-electric-semi&comma):
6645 Bind c-syntactic-context for calls to "criteria functions", for
6646 consistency with other calls to user functions.
6647
6648 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
6649 `current-prefix-arg', since this might be the prefix arg to a
6650 command which calls c-indent-command as a function. Change the
6651 interactive spec from "p" to "P".
6652
6653 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
6654 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
6655 was difficult to understand.
6656
6657 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6658
6659 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
6660 first char of an identifier.
6661
6662 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
6663 +" syntax in C++.
6664
6665 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6666
6667 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
6668 auto-fill doesn't split a c-comment's last word from a hanging
6669 "*/" when a space is typed between them after fill-column.
6670
6671 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
6672
6673 * progmodes/cc-styles.el (c-set-style)
6674 (c-setup-paragraph-variables): Abort the command if we're not in a
6675 CC Mode buffer.
6676
6677 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
6678 with blank comment-prefix, and a blank line as the comment's
6679 second line.
6680
6681 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6682
6683 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
6684 Incorporate the patterns added in the Emacs development branch
6685 for the new Emacs 22 face `font-lock-negation-char-face'.
6686
6687 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
6688 of "red" since it stands out better in xterms and DOS terminals.
6689
6690 * progmodes/cc-engine.el (c-literal-faces):
6691 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
6692
6693 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6694
6695 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
6696 forcibly enable c-electric-flag.
6697
6698 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
6699 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
6700 after the comment-prefix of a C-style comment will close that comment.
6701
6702 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6703
6704 * progmodes/cc-fonts.el (c-basic-matchers-before)
6705 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
6706 in Pike.
6707
6708 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
6709 digraphs.
6710
6711 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
6712 (c-cpp-message-directives, c-cpp-include-directives)
6713 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
6714 (c-cpp-expr-directives): Introduce new language constants to
6715 control cpp syntax in a cleaner way.
6716
6717 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
6718
6719 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
6720
6721 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
6722 (c-multiline-string-start-char): New language constants and
6723 variables to specify how newlines in string literals work.
6724
6725 (c-font-lock-invalid-string): Use them.
6726
6727 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
6728 unbalanced close brace is entered. Optimization by avoiding going
6729 back over arbitrarily large blocks. Removed hints that this
6730 function only would be relevant/useful in AWK.
6731
6732 (c-electric-brace): Indent syntactically after the cleanups since
6733 lineup functions might do it differently then.
6734
6735 * progmodes/cc-engine.el, cc-langs.el
6736 (c-opt-op-identifier-prefix): New language constant and variable.
6737
6738 (c-just-after-func-arglist-p, c-after-special-operator-id)
6739 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
6740
6741 * progmodes/cc-align.el, cc-engine.el
6742 (c-after-special-operator-id): New helper to handle C++ operator
6743 identifiers.
6744
6745 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
6746 (c-guess-basic-syntax): Handle C++ operator identifiers in
6747 declarations.
6748
6749 * progmodes/cc-langs.el (c-assignment-operators): Add the
6750 trigraph version of ^= too.
6751
6752 * progmodes/cc-langs.el (c-assignment-operators): Add the
6753 trigraph version of |= in C++.
6754
6755 * progmodes/cc-fonts.el (c-font-lock-declarators):
6756 Handle `c-decl-hangon-kwds' after the identifier name.
6757
6758 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
6759 whether an arglist is "nonempty", ignore a comment after the open
6760 paren if it isn't followed by a non-comment token on the same line.
6761
6762 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
6763 Enable heuristics below the point to cope with classes inside special
6764 brace lists in Pike.
6765
6766 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6767
6768 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
6769
6770 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6771
6772 * progmodes/cc-guess.el (cc-guess-install): New function to
6773 install an already guessed style in another buffer.
6774
6775 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
6776 sets `inhibit-read-only' - `c-save-buffer-state' should be used
6777 anyway if the change always is undone.
6778
6779 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6780
6781 Implement togglable electricity:
6782
6783 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
6784 saying when it should be used.
6785
6786 * progmodes/cc-engine.el: Add the new buffer-local variable,
6787 c-electric-flag.
6788
6789 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
6790 c-toggle-auto-newline.
6791
6792 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
6793 c-toggle-auto-newline. Remove the binding for
6794 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
6795 c-toggle-electric-state.
6796
6797 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
6798
6799 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
6800 c-\(forward\|backward\)-subword.
6801 (c-update-modeline): Add the new modeline flag `l' for
6802 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
6803 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
6804 Make the old name an alias of the new name.
6805 (c-toggle-electric-state): New function.
6806 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
6807 Adapt these functions to do electric things only when
6808 c-electric-flag is non-nil.
6809 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
6810 new functions from c-electric-brace.
6811 (c-point-syntax): Add a check for "virtual semicolons" in AWK
6812 mode, so that the tentative extra newline doesn't change the
6813 syntax of the following brace.
6814 (c-electric-brace): Restructure by extracting the above functions.
6815 Tidy up the coding somewhat.
6816 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
6817 restructure a bit.
6818
6819 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6820
6821 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
6822 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
6823
6824 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
6825 (c-submode-indicators): Change name from `c-auto-hungry-string'
6826 since it's now used to track another submode.
6827
6828 (c-update-modeline): Convert to function and extended to check
6829 `c-subword-move-mode'.
6830
6831 (c-forward-into-nomenclature, c-backward-into-nomenclature):
6832 Convert to compat aliases for `c-forward-subword' and
6833 `c-backward-subword'.
6834
6835 * progmodes/cc-subword.el: New functions and minor mode to handle
6836 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
6837
6838 (c-forward-subword, c-backward-subword, c-mark-subword)
6839 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
6840 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
6841 Functions corresponding to the standard word handling functions.
6842
6843 (c-subword-move-mode): Minor mode that replaces all the standard
6844 word handling functions with their subword equivalences.
6845
6846 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6847
6848 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
6849 entry for one-liner-defun.
6850
6851 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
6852 name in its def-edebug-spec.
6853
6854 * progmodes/cc-cmds.el (c-electric-brace): Make the
6855 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
6856 compacts space before a comment, if this will make things fit on
6857 one line.
6858
6859 Introduce an "awk" style, mainly for auto-newline and clean-ups.
6860
6861 * progmodes/cc-align.el: New function c-snug-1line-defun-close
6862
6863 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
6864 clean-up one-liner-defun.
6865
6866 * progmodes/cc-styles.el: Add the new "awk" style.
6867
6868 * progmodes/cc-vars.el: Add description of one-liner-defun to
6869 c-cleanup-list's doc-string. New user options,
6870 c-max-one-liner-length. In c-default-style, set the default style
6871 for AWK to "awk".
6872
6873 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6874
6875 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
6876 macros inside labels.
6877
6878 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
6879 `c-at-statement-start-p' and `c-at-expression-start-p'.
6880
6881 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
6882 error if the mark isn't set.
6883
6884 * progmodes/cc-engine.el (c-guess-continued-construct)
6885 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
6886 accurately detect functions inside functions.
6887
6888 * progmodes/cc-engine.el (c-at-expression-start-p): New function
6889 like `c-at-statement-start-p' that additionally recognizes commas
6890 and expression parentheses as delimiters.
6891
6892 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
6893 to avoid heuristics that doesn't work for unclosed blocks.
6894 (c-at-statement-start-p): New function.
6895
6896 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
6897 Objective-C directives, e.g. directives spanning lines should work
6898 reasonably well now.
6899
6900 (c-put-c-type-property, c-clear-c-type-property): New helpers.
6901
6902 (c-forward-objc-directive): New function to move over any ObjC
6903 directive.
6904
6905 (c-just-after-func-arglist-p, c-guess-basic-syntax)
6906 (c-basic-matchers-before): Use it.
6907
6908 (c-font-lock-objc-iip-decl): Remove.
6909
6910 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
6911 in the template arglist recognition.
6912
6913 * progmodes/cc-styles.el (c-style-alist): Fix several
6914 inconsistencies in the Whitesmith style.
6915
6916 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
6917 New lineup function to get lines after Whitesmith style blocks
6918 correctly indented.
6919
6920 (c-lineup-whitesmith-in-block): Back out the compensation for
6921 opening parens since it's done using `add' lists in the style
6922 definition instead. Don't use the anchor position since it varies
6923 too much between the syntactic symbols. :P
6924
6925 * progmodes/cc-vars.el (c-valid-offset): Update.
6926
6927 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
6928 lists where the offsets are combined according to several
6929 different methods: `first', `min', `max', and `add'.
6930 Report offset evaluation errors with `c-benign-error' so that some kind
6931 of reindentation still is done.
6932
6933 * progmodes/cc-engine.el (c-guess-basic-syntax):
6934 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
6935 `arglist-close'.
6936
6937 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
6938 situations for `arglist-cont-nonempty' and `arglist-close'.
6939
6940 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
6941
6942 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
6943 cc-bytecomp-boundp' in a number of places.
6944
6945 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
6946 macro related issue.
6947
6948 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6949
6950 * progmodes/cc-awk.el: Change the terminology of regexps: A char
6951 list is now [asdf], a char class [:alpha:].
6952 Include code for char classes.
6953 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
6954 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
6955
6956 Remove (nearly all of) the cruft associated with AWK Mode's former
6957 concept of "virtual semicolons":
6958
6959 Adapt c-beginning-of-statement, c-end-of-statement (together with
6960 subfunctions) to use the new notion of "virtual semicolon" in
6961 place of the old awkward special handling for AWK. There remains
6962 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
6963 * progmodes/cc-cmds.el:
6964 (c-ascertain-adjacent-literal): In the backwards direction, now
6965 recognises AWK regexp delimiters as string delimiters.
6966 (c-after-statement-terminator-p): Adapt for virtual semicolons;
6967 check more rigorously for "end of macro".
6968 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
6969 virtual semicolons;
6970 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
6971 out the code for forward movement into ...
6972 (c-end-of-statement): Now contains the code for forward movement,
6973 adapted for virtual semicolons.
6974
6975 * progmodes/cc-engine.el:
6976 (c-ws*-string-limit-regexp): New regexp.
6977 (c-forward-single-comment, c-backward-single-comment): Comment out
6978 the (now redundant) "special" AWK stuff.
6979
6980 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
6981 c-string-par-start, c-string-par-separate to be more like Text
6982 Mode than Fundamental Mode.
6983
6984 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6985
6986 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
6987 to the fontified region so that fontification doesn't occur
6988 outside it (could happen e.g. when fontifying a line with an
6989 unfinished declaration).
6990
6991 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6992
6993 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
6994 start of the file. ^L now separate sections of the file.
6995 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
6996 (c-awk-one-line-possibly-open-string-re)
6997 (c-awk-regexp-one-line-possibly-open-char-class-re)
6998 (c-awk-one-line-possibly-open-regexp-re)
6999 (c-awk-one-line-non-syn-ws*-re): New defonsts.
7000 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
7001
7002 Amend the concept of "virtual semicolons" (in the indentation
7003 engine) for languages like AWK, such that they are now
7004 conceptually attached to end of the last token of a statement, not
7005 the end of the line. (In AWK Mode, however, the pertinent text
7006 property is still physically set on the EOL.) Remove the specific
7007 tests for awk-mode, thus facilitating the introduction of other
7008 language modes where EOLs can end statements.
7009 (Note: The funtionality in cc-cmds.el, specifically
7010 c-beginning/end-of-statement has yet to be amended.)
7011
7012 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
7013 New macros.
7014
7015 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
7016 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
7017 c-vsemi-status-unknown-p-fn (in a new page).
7018
7019 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
7020 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
7021 numerous awkward forms like
7022 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
7023 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
7024 variable before-ws-ip, the place just after char-before-ip appears.
7025
7026 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
7027 a comment.
7028
7029 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7030
7031 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
7032 `c-tentative-buffer-changes'.
7033
7034 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
7035 convert to macro to choose between Emacs and XEmacs at compile time.
7036
7037 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
7038
7039 (c-tentative-buffer-changes): New macro to handle temporary buffer
7040 changes in a convenient way.
7041
7042 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
7043 for `c-tentative-buffer-changes'.
7044
7045 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
7046 the checks for paren sexps between the point and the keyword, to
7047 avoid some false alarms.
7048
7049 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
7050 Fixed a situation where an error could be thrown for unbalanced
7051 parens. Changed to make use of c-keyword-member' to avoid some
7052 repeated regexp matches.
7053
7054 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
7055 These language variable are no longer necessary.
7056
7057 (c-block-stmt-kwds): New language constant used by
7058 c-looking-at-inexpr-block'.
7059
7060 (c-guess-basic-syntax): Remove an optional check that looked at
7061 the existence of the now removed language variables.
7062
7063 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
7064 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
7065 object instantiation expressions as declarations in some contexts.
7066 This bug only affected languages where the declarator can't be
7067 enclosed in parentheses.
7068
7069 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
7070 insert newlines before and after substatement braces.
7071
7072 * progmodes/cc-engine.el: Improved the heuristics for recognizing
7073 function declaration headers and the handling of C++ style member
7074 init lists.
7075
7076 (c-just-after-func-arglist-p): Rewritten to use
7077 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
7078
7079 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
7080
7081 (c-guess-basic-syntax): Adapt case 5B for the new
7082 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
7083 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
7084 covers all cases now).
7085
7086 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
7087
7088 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7089
7090 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
7091 c-string-par-start/separate c-sentence-end-with-esc-eol,
7092 initialised in c-setup-paragraph-variables, used in string
7093 scanning subroutines of c-beginning-of-statement.
7094
7095 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
7096 which precedes the newly inserted `{'.
7097
7098 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7099
7100 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
7101 function for declaration level blocks. It should now cope with
7102 templates better and also be a lot more comprehensible.
7103
7104 (c-looking-at-decl-block): The new function.
7105
7106 (c-search-uplist-for-classkey): The old one. It's now a wrapper
7107 for compatibility.
7108
7109 (c-add-class-syntax, c-guess-continued-construct)
7110 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
7111
7112 (c-decl-block-key): Change to tell apart ambiguous and
7113 unambiguous keywords. Pike specials are now handled directly in
7114 the code instead.
7115
7116 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
7117 New language constants and variables to make the backward skip in
7118 `c-looking-at-decl-block' as tight as possible.
7119
7120 (c-nonsymbol-token-char-list): New language constant.
7121
7122 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
7123 find balanced template arglists backwards.
7124
7125 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
7126 making char classes for `c-syntactic-skip-backward'.
7127
7128 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
7129 16D - can't be a class-close at that point.
7130
7131 * progmodes/cc-engine.el (c-guess-basic-syntax)
7132 (c-add-class-syntax): Don't narrow out the enclosing declaration
7133 level. This makes everything a lot easier, and it was actually
7134 only four small places that needed it to work. Some places that
7135 previously did `widen' are removed now, which has the effect that
7136 `c-guess-basic-syntax' never will look at things outside the
7137 current narrowment now. The anchor position for `topmost-intro'
7138 is affected by this, but it was so bogus it was basically useless
7139 before, and now it's equally bogus but in a slightly different way.
7140
7141 (c-narrow-out-enclosing-class): Gone.
7142
7143 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
7144 the narrowed region.
7145
7146 (c-least-enclosing-brace): Remove silly optional argument.
7147
7148 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
7149 the point could be left directly after an open paren when finding
7150 the beginning of the first decl in the block.
7151
7152 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
7153 Specify which submatch to use.
7154
7155 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
7156
7157 (c-decl-start-re): No longer any need for special treatment of
7158 ObjC due to the above.
7159
7160 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
7161 presumably follows C in that regard.
7162
7163 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
7164 New language constants to specify operator tokens inside
7165 identifiers in a more high level way.
7166
7167 (c-opt-identifier-prefix-key): New internal language constant.
7168
7169 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
7170 (c-identifier-start, c-identifier-key): Now completely calculated
7171 from other constants.
7172
7173 (c-identifier-last-sym-match): Decommission since it's no longer used.
7174
7175 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
7176
7177 * progmodes/cc-engine.el (c-forward-name): Remove the
7178 optimization when c-identifier-key is equal to c-symbol-key since
7179 it doesn't work in byte compiled files. Don't record empty
7180 regions as identifiers.
7181
7182 * progmodes/cc-langs.el (c-filter-ops): New helper function to
7183 simplify access to `c-operators' and its likes.
7184
7185 (c-operator-list, c-all-op-syntax-tokens)
7186 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
7187 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
7188 (c-primary-expr-regexp, c-cast-parens): Use it.
7189
7190 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
7191 an explicit language in functions.
7192
7193 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
7194 variant of adornment.
7195
7196 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
7197 variable.
7198
7199 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
7200 the Pike value.
7201
7202 * progmodes/cc-engine.el (c-on-identifier)
7203 (c-simple-skip-symbol-backward): Small fix for handling "-"
7204 correctly in `skip-chars-backward'. Affected the operator lfun
7205 syntax in Pike.
7206
7207 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
7208 diagnostic message about precompiled language vars not being used.
7209
7210 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
7211 "__attribute__" is followed by a parenthesis.
7212
7213 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
7214 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
7215 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
7216
7217 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
7218 Internal cleanups to properly detect the declared identifiers in
7219 various declarations.
7220
7221 (c-decl-start-kwds): New language constant to recognize
7222 declarations that can start anywhere. Used for class declarations
7223 in Pike.
7224
7225 (c-specifier-key, c-not-decl-init-keywords)
7226 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
7227 (c-find-decl-spots): Implement `c-decl-start-kwds'.
7228
7229 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
7230 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
7231 handling of the compiler specific extension keywords into a new
7232 language constant `c-decl-hangon-kwds' that defines keyword
7233 clauses to be ignored in declarations.
7234
7235 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
7236 past unrecognized tokens when handling `c-colon-type-list-kwds'.
7237 Necessary to stop at the declared identifier in e.g. IDL valuetype
7238 declarations.
7239
7240 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
7241 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
7242 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
7243 (c-forward-decl-or-cast-1): Recognize the declared identifier in
7244 class and enum declarations as such and not as part of the type.
7245
7246 (c-forward-decl-or-cast-1, c-forward-label): Relax the
7247 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
7248
7249 (c-forward-decl-or-cast-1): Don't disregard sure signs of
7250 declarations when there's some syntax error later on.
7251
7252 (c-complex-decl-matchers): Did away with a reference to
7253 `c-specifier-key'.
7254
7255 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
7256 value - this variable is always dynamically bound.
7257
7258 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
7259 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
7260 * cc-cmds.el, cc-defs.el: Change the policy for marking up
7261 functions that might do hidden buffer changes: All such internal
7262 functions are now marked instead of those that don't.
7263
7264 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
7265 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
7266 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
7267 (c-literal-type): Allow these functions to make hidden buffer changes,
7268 so that they are free to use text property caching later on.
7269
7270 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
7271 (c-electric-brace, c-electric-slash, c-electric-star)
7272 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
7273 (c-electric-paren, c-electric-continued-statement, c-indent-command)
7274 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
7275 (c-context-line-break): Add `c-save-buffer-state' calls to comply
7276 with the changed semantics of the functions above.
7277
7278 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
7279 when macros occur in obscure places. Optimized the sexp movement
7280 a bit.
7281
7282 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7283
7284 Enhancements for c-beginning-of-statement to work in AWK Mode:
7285
7286 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
7287 (completed statement) with `}' (statement completed by closing
7288 brace or semicolon) and `$' (statement completed by EOL).
7289
7290 (c-awk-virtual-semicolon-ends-prev-line-p)
7291 (c-awk-virtual-semicolon-ends-line-p)
7292 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
7293 (c-awk-at-statement-end-p): New functions.
7294
7295 * progmodes/cc-cmds.el: Simplify the structure of functions
7296 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
7297 two functions and c-beginning-of-statement to handle AWK Mode.
7298
7299 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
7300 c-backward-single-comment for AWK mode. Attempt to clarify their
7301 doc-strings.
7302
7303 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
7304
7305 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7306
7307 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
7308 label handling. Labels are now recognized in a uniform and more
7309 robust way, regardless of context. Text properties are put on all
7310 labels to recognize the following declarations better.
7311 Multiword labels are handled both in indentation and fontification for
7312 the benefit of language extensions like Qt. For consistency, keywords
7313 in labels are now fontified with the label face instead.
7314 That also applies to "case" and "default".
7315
7316 (c-beginning-of-statement-1): Fix some bugs in the label
7317 handling. Disregard `c-nonlabel-token-key' in labels that begin
7318 with `c-label-kwds'.
7319
7320 (c-find-decl-spots): Support that the callback adds more
7321 `c-decl-end' spots to find.
7322
7323 (c-forward-decl-or-cast-1): Don't treat a list of plain
7324 identifiers followed by a colon as a declaration.
7325
7326 (c-forward-label): New function to recognize labels.
7327
7328 (c-guess-basic-syntax): Replace uses of `c-label-key' with
7329 `c-forward-label'. Moved the label recognition cases (14 and 15)
7330 earlier since they aren't so context sensitive now. Handle labels
7331 on the top level gracefully. Moved access label recognition to
7332 the generic label case (CASE 15) - removed CASE 5E.
7333
7334 (c-font-lock-declarations): Add recognition of labels in the
7335 same round since we need to handle labels in parallell with other
7336 declarations to recognize both accurately. It should also improve
7337 speed.
7338
7339 (c-simple-decl-matchers, c-basic-matchers-after):
7340 Move `c-font-lock-labels' so that it only is used on decoration level 2
7341 since `c-font-lock-declarations' handles it otherwise.
7342
7343 (c-complex-decl-matchers): Remove the simplistic recognition of
7344 access labels.
7345
7346 (c-decl-prefix-re): Remove the kludges that was necessary to cope
7347 with labels earlier.
7348
7349 (c-decl-start-re): New language variable to make
7350 `c-font-lock-declarations' stop for the special protection labels
7351 in Objective-C that start with `@'.
7352
7353 (c-label-key): Remove since it's no longer used.
7354
7355 (c-recognize-colon-labels, c-label-prefix-re): New language
7356 constants to support recognition of generic colon-terminated labels.
7357
7358 (c-type-decl-end-used): `c-decl-end' is now used whenever there
7359 are colon terminated labels.
7360
7361 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
7362 first argument starts with a special brace list.
7363
7364 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
7365 (c-font-lock-declarations): Break out the declaration and cast
7366 recognition from `c-font-lock-declarations' to a new function, so
7367 that it can be used in the indentation engine.
7368
7369 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
7370 up to the start of the literal. Fixed bug with the point on the
7371 wrong side of the search limit that could happen when the start
7372 position is inside a literal.
7373
7374 * progmodes/cc-engine.el (c-parse-state)
7375 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
7376 so that it's kept a little bit back to increase the hit rate.
7377
7378 (c-parse-state): Change the macro handling and fixed some
7379 glitches. Macro context is checked more often than necessary now,
7380 but otoh less garbage conses are generated.
7381
7382 * progmodes/cc-engine.el (c-parse-state)
7383 (c-invalidate-state-cache): Cache the last position where
7384 `c-state-cache' applies. This can speed up refontification quite
7385 a bit in blocks where there are many non-brace parens before the point.
7386
7387 (c-state-cache-end): New variable for this.
7388
7389 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
7390 cache variable.
7391
7392 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
7393 get close initial continue positions when the start position is
7394 inside a literal or macro. Do not call the callback for spots
7395 before the start position (which can happen e.g. for `c-decl-end'
7396 spots inside comments). Optimize better in special cases when the
7397 region is a single line inside a literal or macro (typically when
7398 the current line is refontified).
7399
7400 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
7401 to `c-add-stmt-syntax' - there's no need to explicitly whack off
7402 entries from the paren state.
7403
7404 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
7405 special case for "else if" clauses.
7406
7407 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
7408 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
7409
7410 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
7411 New language variable to recognize the gcc extension with statement
7412 blocks inside expressions.
7413
7414 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
7415 it somewhat more comprehensible. The argument AT-BLOCK-START is
7416 no longer used and hence removed.
7417
7418 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
7419 to `c-add-stmt-syntax'.
7420
7421 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
7422 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
7423 This fixes bogus label recognition.
7424
7425 * progmodes/cc-engine.el (c-add-type, c-check-type)
7426 (c-forward-name, c-forward-type): Improve storage of template
7427 types in `c-found-types' so that they can be recognized better.
7428
7429 (c-syntactic-content): Add option to skip past nested parens.
7430
7431 * progmodes/cc-engine.el (c-forward-name):
7432 Set `c-last-identifier-range' all the time. It's less work that way.
7433 Handle that there might not be an identifier to store in
7434 `c-last-identifier-range'.
7435
7436 (c-forward-type): Handle that `c-last-identifier-range' might be
7437 nil from `c-forward-name'.
7438
7439 * progmodes/cc-defs.el (c-safe-scan-lists)
7440 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
7441
7442 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
7443 to work even if the form fails.
7444
7445 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
7446 down in a large file in one go.
7447
7448 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
7449
7450 * progmodes/cc-align.el (c-lineup-assignments): New lineup
7451 function which is like `c-lineup-math' but returns nil instead of
7452 `c-basic-offset' when it doesn't match.
7453
7454 (c-lineup-math): Change to use `c-lineup-assignments'.
7455
7456 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7457
7458 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
7459 c-beginning-of-statement. New subfunctions
7460 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
7461
7462 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7463
7464 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
7465 hardcoded char classes whereever possible. Changed a couple of
7466 places to use skip by syntax instead of skip by char class.
7467
7468 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
7469 Fix a bug in the regexp that caused extreme backtracking.
7470
7471 * progmodes/cc-langs.el (c-block-comment-starter)
7472 (c-block-comment-ender): New language constants to specify in a
7473 single place how block comments look.
7474
7475 (c-comment-start-regexp, c-block-comment-start-regexp)
7476 (comment-start, comment-end, comment-start-skip)
7477 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
7478 (c-syntactic-ws, c-nonempty-syntactic-ws)
7479 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
7480 `c-line-comment-starter', `c-block-comment-starter' and
7481 `c-block-comment-ender'.
7482
7483 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
7484 New language constants to break up things a bit.
7485
7486 (c-simple-ws): New language constant for simple whitespace.
7487
7488 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
7489
7490 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
7491 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
7492 newlines. Allow and ignore nil elements in the list.
7493
7494 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7495
7496 * progmodes/cc-cmds.el: Comment out a (n almost certainly
7497 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
7498
7499 * progmodes/cc-cmds.el: Tidy up the comments in
7500 c-beginning-of-statement and subfunctions.
7501
7502 * progmodes/cc-awk.el: Replace calls to put-text-property to the
7503 more flexible c-put-char-property and c-clear-char-properties.
7504 Add the author's email address.
7505
7506 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
7507
7508 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
7509 closing "*/" of a block comment.
7510
7511 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
7512 subfunctions) so that it works at BOB and EOB.
7513
7514 * progmodes/cc-cmds.el, cc-vars.el: More updating of
7515 c-beginning-of-statement, including new variable
7516 c-block-comment-start-regexp.
7517
7518 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7519
7520 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
7521 symbols from `*-font-lock-extra-types' so that there's no need to
7522 use `regexp-opt' on those lists.
7523
7524 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
7525 `c-type-modifier-kwds' is empty.
7526
7527 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
7528 there are several strings on the same line.
7529
7530 * progmodes/cc-engine.el (c-literal-limits): Remove the
7531 compatibility function for older emacsen. `c-literal-limits-fast'
7532 has now taken the place of this function.
7533
7534 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
7535 with older emacsen: We now require `pps-extended-state'.
7536
7537 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7538
7539 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
7540 which obviates the need to hack sentence-end. This now handles
7541 escaped newlines in strings correctly. Correct minor bugs in
7542 c-move-over-sentence and in c-beginning-of-statement.
7543
7544 * progmodes/cc-cmds.el (c-beginning-of-statement (and
7545 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
7546 that movement over macros and code are rigorously separated from
7547 eachother. Correct a few incidental bugs.
7548
7549 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
7550 Improve its doc-string. Improve the handling of certain specific cases.
7551
7552 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7553
7554 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
7555 (c-guess-basic-syntax): Change the way class-level labels are
7556 recognized; they can now contain essentially any symbols.
7557
7558 (c-opt-extra-label-key): New language variable to cope with the
7559 special protection label syntax in Objective-C.
7560
7561 (c-opt-access-key): Remove; this is now handled better by
7562 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
7563
7564 (c-complex-decl-matchers): Update to handle that
7565 `c-opt-access-key' no longer exists.
7566
7567 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
7568 improved label recognition in `c-beginning-of-statement-1'.
7569
7570 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
7571 Recognize bitfields better.
7572
7573 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
7574 Remove some cruft and fixed a bug that could cause it to go to a
7575 position further down.
7576
7577 * progmodes/cc-langs.el, cc-engine.el
7578 (c-beginning-of-statement-1): Improve detection of labels in
7579 declaration contexts.
7580
7581 (c-beginning-of-decl-1): Use it.
7582
7583 (c-nonlabel-token-key): New language constant and variable needed
7584 by `c-beginning-of-statement-1'.
7585
7586 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
7587 manifested itself due to the correction in `c-forward-sexp'.
7588
7589 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
7590 Make these behave as documented when used at the buffer limits.
7591
7592 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
7593 (c-type-decl-end-used): Made this a language variable.
7594
7595 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
7596 correctly when `combine-after-change-calls' is used together with
7597 temporary narrowings.
7598
7599 * progmodes/cc-engine.el (c-beginning-of-statement-1):
7600 Report labels correctly when the start point is immediately after the
7601 colon.
7602
7603 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
7604 Remove since it isn't used anymore.
7605
7606 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
7607 bracket arglists such as template parens in C++.
7608
7609 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
7610 in the last check-in. Some optimization.
7611
7612 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
7613 where it could stop at the same level in a preceding sexp when
7614 PAREN-LEVEL is set.
7615
7616 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
7617 text property lookup only when it's needed.
7618
7619 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
7620 Change the policy for paren marked angle brackets to be more
7621 persistent; once marked they remain marked even when they're found
7622 to be unbalanced in the searched region. This should keep the
7623 paren syntax around even when individual lines are refontified in
7624 multiline template arglists.
7625
7626 (c-parse-and-markup-<>-arglists): New dynamically bound variable
7627 to control markup so that incorrect angle bracket arglists aren't
7628 marked in contexts where the correct value for
7629 `c-disallow-comma-in-<>-arglists' isn't known.
7630
7631 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
7632 argument has become `c-parse-and-markup-<>-arglists'.
7633
7634 (c-remove-<>-arglist-properties): Remove - no longer used.
7635
7636 (c-after-change-check-<>-operators): New function used on
7637 `after-change-functions' to avoid that "<" and ">" characters that
7638 are part of longer operators have paren syntax.
7639
7640 (c-<>-multichar-token-regexp): New language variable used by
7641 `c-after-change-check-<>-operators'.
7642
7643 (c-after-change): Call `c-after-change-check-<>-operators'.
7644
7645 (c-font-lock-<>-arglists): Use the context properties set by
7646 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
7647 correctly to avoid doing invalid markup.
7648
7649 (c-font-lock-declarations): Remove code that undoes the invalid
7650 markup done by `c-font-lock-<>-arglists'.
7651
7652 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
7653 after `c-font-lock-declarations'.
7654
7655 * progmodes/cc-engine.el (c-syntactic-skip-backward):
7656 Add paren-level feature.
7657
7658 (c-guess-basic-syntax): Improve the anchor position for
7659 `template-args-cont' in nested template arglists. There's still
7660 much to be desired in this area, though.
7661
7662 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7663
7664 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
7665 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
7666
7667 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7668
7669 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
7670 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
7671
7672 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
7673 it doesn't work no longer are supported.
7674
7675 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
7676 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
7677 requires support for the syntax-table' text property, which rules
7678 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
7679 cruft associated with those versions.
7680
7681 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
7682 for the `syntax-table' text property, which rules out Emacs 19 and
7683 XEmacs < 21.4. Removed various compatibility cruft associated
7684 with those versions.
7685
7686 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
7687 support for the `syntax-table' text property.
7688
7689 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
7690 variable and use an extra quoted face name instead. All the
7691 emacsen flavors handle that correctly.
7692
7693 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
7694 (c-font-lock-declarators, c-font-lock-declarations)
7695 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
7696 property to mark the items in in declarator lists to handle
7697 refontification inside multiline declarations better.
7698
7699 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
7700 construct like "a * b = c;" as a declaration.
7701
7702 2005-12-08 Kim F. Storm <storm@cua.dk>
7703
7704 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
7705 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
7706 select either meta, hyper, or super modifier for rectangle commands.
7707 (cua--rectangle-modifier-key): New defvar.
7708 (cua--M/H-key): Use it. Remove special case for `space'.
7709 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
7710 on X, to meta otherwise. Always bind C-return to toggle
7711 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
7712
7713 * emulation/cua-rect.el (cua-help-for-rectangle):
7714 Use cua--rectangle-modifier-key. Handle super modifier too.
7715 (cua--init-rectangles): Always bind C-return to toggle rectangle.
7716 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
7717
7718 * ido.el: Move Acknowledgements and History after Commentary.
7719 Minor changes to Commentary.
7720
7721 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
7722 keymap if cua--prefix-override-timer is `shift'.
7723 (cua--shift-control-prefix): New function; emulate "type prefix
7724 key twice" functionality to handle shifted prefix key override.
7725 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
7726 New commands.
7727 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
7728
7729 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
7730
7731 * textmodes/org.el (org-insert-heading): Try to do items before
7732 headings.
7733 (org-agenda-mode): Quote `org-agenda-mode-hook'.
7734 (org-insert-item): New function.
7735 (org-renumber-ordered-list): Don't skip to higher level lists.
7736
7737 2005-12-08 Juri Linkov <juri@jurta.org>
7738
7739 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
7740
7741 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
7742
7743 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
7744
7745 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
7746 the constructed function name fun-1.
7747
7748 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
7749 because such links don't lead to parent documentation.
7750
7751 2005-12-08 Kenichi Handa <handa@m17n.org>
7752
7753 * descr-text.el (describe-char): Use *Help-2* buffer if the
7754 current buffer is *Help*. Call describe-text-properties while
7755 setting the original buffer.
7756
7757 2005-12-07 Bill Wohler <wohler@newt.com>
7758
7759 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
7760 and causes problems with non-MH users (such as Gnus users).
7761
7762 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
7763
7764 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
7765 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
7766 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
7767 command "info sources". Move calls to GDB command "list".
7768 (gdb-find-file-hook): Just use gdb-source-file-list.
7769 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
7770 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
7771 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
7772 (gdb-data-list-register-values-handler): Use correct trigger name.
7773
7774 2005-12-07 Kim F. Storm <storm@cua.dk>
7775
7776 * ido.el (ido-completion-map): Rename from ido-mode-map.
7777 (ido-common-completion-map, ido-file-completion-map)
7778 (ido-file-dir-completion-map, ido-buffer-completion-map):
7779 Rename from ido-mode-....-map.
7780 (ido-init-completion-maps): Rename from ido-init-mode-maps.
7781 (ido-setup-completion-map): Rename from ido-define-mode-map.
7782 (ido-read-internal): Bind minibuffer-local-filename-completion-map
7783 to ido-completion-map.
7784
7785 2005-12-07 Kenichi Handa <handa@m17n.org>
7786
7787 * international/mule-cmds.el
7788 (set-display-table-and-terminal-coding-system): If the coding
7789 system specified in `unibyte-display' property is different from
7790 the arg coding-system, don't setup standard-display-table.
7791
7792 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
7793
7794 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
7795 that comments end at \n, regardless of selective-display.
7796
7797 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
7798
7799 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
7800 (gdb-version): New variables.
7801 (gdb-source-file-list, gdb-register-names)
7802 (gdb-changed-registers): New variables for use with GDB 6.4+.
7803 (gdb-ann3): Replace with...
7804 (gdb-init-1, gdb-init-2): ...two new functions.
7805 (gdba, gdb-prompt): Call gdb-init-1.
7806 (gdb-get-version): New function. Call gdb-init-2 from here.
7807 (gud-watch): Make it work with mouse events too.
7808 (gdb-post-prompt): Don't add to queue until GDB version is known.
7809 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
7810 (gdb-locals-mode): Use gdb-version.
7811 (gdb-memory-format-map, gdb-memory-unit-map)
7812 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
7813 (gdb-locals-font-lock-keywords-1)
7814 (gdb-locals-font-lock-keywords-2): New variables.
7815 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
7816 (gdb-set-gud-minor-mode-existing-buffers-1)
7817 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
7818 (gdb-var-update-1, gdb-var-update-handler-1)
7819 (gdb-data-list-register-values-handler)
7820 (gdb-data-list-register-values-custom)
7821 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
7822 (gdb-stack-list-locals-handler, gdb-get-register-names):
7823 New functions for use with GDB 6.4+.
7824 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
7825 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
7826 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
7827 (gdb-stack-list-locals-regexp)
7828 (gdb-data-list-register-names-regexp): New regexps for use with
7829 GDB 6.4+.
7830
7831 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
7832
7833 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
7834
7835 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
7836
7837 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
7838 prompts work for AUTH PLAIN. Also reported by Steve Allan
7839 <seallan@verizon.net>.
7840
7841 2005-12-06 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
7842
7843 * frame.el (set-frame-parameter): Add doc string.
7844
7845 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
7846
7847 * textmodes/org.el (org-occur-highlights): New variable.
7848 (org-highlight-new-match, org-remove-occur-highlights): New functions.
7849 (org-highlight-sparse-tree-matches): New option.
7850 (org-do-occur): New function.
7851 (org-get-heading): Make it work also at beginning of line.
7852 (org-category-table): New variable.
7853 (org-get-category-table, org-get-category)
7854 (org-camel-to-words, org-link-search): New functions.
7855 (org-select-this-todo-keyword): New variable.
7856 (org-todo-list): New command.
7857 (org-shiftright, org-shiftleft): New commands.
7858 (org-agenda-todo): Add prefix argument.
7859 (org-show-hierarchy-above): New option.
7860 (org-show-todo-tree): Numerical prefix creates tree for specific
7861 TODO keyword.
7862 (org-outline-level): New function, to assign a level to plain
7863 lists items.
7864 (org-cycle-include-plain-lists): New option.
7865 (org-mode): Use `org-outline-level' as value of `outline-level'.
7866 (org-cycle): Temporarily switch `outline-regexp' if
7867 `org-cycle-include-plain-lists' is non-nil.
7868 (org-start-icalendar-file): Fix format bug.
7869 (org-agenda-get-day-entries): Create category table.
7870 (org-agenda-get-todos, org-agenda-get-timestamps)
7871 (org-agenda-get-deadlines, org-agenda-get-scheduled)
7872 (org-agenda-get-blocks): Use `org-get-category'.
7873 (org-context-in-file-links): Rename from
7874 `org-line-numbers-in-file-links'.
7875
7876 2005-12-06 Romain Francoise <romain@orebokech.com>
7877
7878 * window.el (balance-windows): Delete extraneous third arg in call
7879 to `enlarge-window'.
7880
7881 2005-12-06 Kenichi Handa <handa@m17n.org>
7882
7883 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
7884
7885 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
7886
7887 * progmodes/gdb-ui.el (gdb-var-create-handler)
7888 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
7889 (gdb-var-list-children-handler, gdb-var-update-handler):
7890 Current buffer is already gdb-partial-output-buffer, don't
7891 make it current again.
7892
7893 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
7894
7895 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
7896 (list-buffers-noselect): Use it.
7897
7898 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
7899
7900 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
7901 (mail-yank-ignored-headers): Use regexp-opt.
7902 (mail-mode-map): Move initialization into declaration.
7903 (mail-sent-via): Remove unused shadowed var `to-line'.
7904 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
7905 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
7906 (mail-do-fcc): Use dolist and push.
7907 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
7908 (mail-yank-ignored-headers): Don't autoload.
7909
7910 2005-12-05 Kenichi Handa <handa@m17n.org>
7911
7912 * international/mule-cmds.el (set-language-info-internal): New fun.
7913 (set-language-info): Call set-language-info-internal to update
7914 language-info-alist. If LANG-ENV is the current one, call
7915 set-language-environment to make INFO effective now.
7916 (set-language-info-alist): Likewise.
7917 (locale-language-names): With locale "en", use English
7918 lang. env. but set the default codings to iso-8859-1.
7919
7920 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
7921
7922 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
7923 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
7924 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
7925 for plain strings.
7926 (gdb-frames-mode): Remove redundant call to font-lock-mode.
7927 (gdb-all-registers): Rename from toggle-gdb-all-registers.
7928 Create registers buffer if necessary. Echo new state in minibuffer.
7929 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
7930
7931 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
7932
7933 * info.el (Info-fontify-node): Match external links using
7934 non-directory part of filename.
7935
7936 2005-12-04 Juri Linkov <juri@jurta.org>
7937
7938 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
7939 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
7940 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
7941 because there is no customization option for it.
7942
7943 * font-lock.el (lisp-font-lock-keywords-1):
7944 Add define-global-minor-mode.
7945
7946 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
7947
7948 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
7949 properties on the constructed variable names.
7950
7951 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7952 Put `definition-name' properties on the constructed function names
7953 next-sym and prev-sym.
7954
7955 * emacs-lisp/find-func.el (find-function-regexp):
7956 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
7957 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
7958 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
7959 and easy-menu-define.
7960
7961 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
7962 easy-mmode-define-global-mode and define-global-minor-mode.
7963 (lisp-imenu-generic-expression): Add define-global-minor-mode.
7964
7965 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
7966 instead of easy-mmode-define-global-mode.
7967
7968 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
7969 Use define-minor-mode instead of easy-mmode-define-minor-mode.
7970
7971 * cus-edit.el (customize-group, customize-group-other-window):
7972 Filter out autoloaded options from the group completion list by
7973 using heuristics that autoloaded groups don't have `custom-autoload'
7974 property on their symbols (they have only `custom-loads').
7975
7976 * simple.el (completion-setup-function): Put completions-common-part
7977 face on complete completion string too (i.e. completion string
7978 without completions-first-difference face).
7979
7980 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
7981
7982 2005-12-03 Eli Zaretskii <eliz@gnu.org>
7983
7984 * view.el (view-mode): Doc fix.
7985
7986 * disp-table.el (standard-display-european): Add to the warning
7987 message a reference to the doc string.
7988
7989 * play/yow.el (apropos-zippy): Call print-help-return-message,
7990 similar to other Help and Apropos commands.
7991
7992 * help.el (print-help-return-message): If pop-up-frames is
7993 non-nil, set up help-return-method to delete the help window and,
7994 possibly, its frame as well, and don't display message about
7995 scrolling the help window. Doc fix.
7996 (help-return-method): Doc fix.
7997
7998 2005-12-03 Martin Rudalics <rudalics@gmx.at>
7999
8000 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
8001 whereby names of length one or names starting with a
8002 symbol-constituent character would not be returned.
8003
8004 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
8005
8006 * subr.el (atomic-change-group): Add edebug and indentation spec.
8007
8008 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
8009
8010 * completion.el (save-completions-file-name): Fix typo in last change.
8011
8012 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8013
8014 * info.el: Move back/forward history to the beginning of the tool bar.
8015
8016 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
8017
8018 * allout.el (eval-when-compile): Remove unnecessary load of cl.
8019 Add fset of allout-real-isearch-abort during compile to fix
8020 byte-compilation warnings.
8021 (allout-mode-p): Move definition of this macro above all uses, or
8022 byte compilation in barren emacs (eg, during emacs build) will
8023 lack the definition.
8024 (allout-mode): Move this variable above any uses, or byte
8025 compilation will fail.
8026 (allout-resolve-xref): Remove use of personal file-reference function.
8027 (allout-toggle-current-subtree-encryption): Do the current (ie,
8028 visible containing) topic, rather than nearest around point. Doc fix.
8029 (allout-toggle-subtree-encryption): New function, workhorse that
8030 works on nearest topic containing point.
8031 (allout-encrypt-string): Signal requirement for newer version of pgg.
8032 (allout-resumptions): Doc fix.
8033
8034 2005-12-02 Eli Zaretskii <eliz@gnu.org>
8035
8036 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
8037
8038 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
8039
8040 * textmodes/flyspell.el (flyspell-external-point-words):
8041 Consider a misspelling as found in the string search if: (a) misspelling
8042 and found string lengths match, or (b) misspelling is found as
8043 element in a boundary-chars separated longer string, or (c)
8044 ispell-program-name is really ispell and misspelling is found as
8045 part of a TeX string. After successful match move beginning of
8046 search region to end of match. Warn about not found misspellings
8047 once the process is done.
8048 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
8049
8050 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
8051
8052 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
8053 tool bar (removed inadvertently).
8054
8055 2005-12-02 Juri Linkov <juri@jurta.org>
8056
8057 * log-view.el (log-view-diff): Clarify doc string.
8058
8059 2005-12-01 Bill Wohler <wohler@newt.com>
8060
8061 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
8062 triggers lm-verify errors.
8063
8064 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
8065
8066 * simple.el (transient-mark-mode, line-number-mode)
8067 (column-number-mode, size-indication-mode): Remove `:require nil'.
8068
8069 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
8070
8071 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
8072 in the margin also.
8073 (gdb-breakpoints-mode-map): Use D instead of d for
8074 gdb-delete-breakpoint.
8075 (gdb-get-frame-number): Require a number to match on.
8076 (gdb-threads-mode-map): Add follow-link binding.
8077
8078 2005-11-30 Jason Rumney <jasonr@gnu.org>
8079
8080 * isearch.el (isearch-mode-map): Avoid exiting search on
8081 language-change event.
8082
8083 2005-11-30 Romain Francoise <romain@orebokech.com>
8084
8085 * speedbar.el (speedbar-default-position): New defcustom.
8086 (speedbar-frame-reposition-smartly): Use it.
8087
8088 * dframe.el (dframe-reposition-frame-emacs): Fix position
8089 computation for `left' location.
8090 Update copyright year.
8091
8092 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
8093
8094 * help.el (help-map): Move initialization into declaration.
8095
8096 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
8097
8098 * help-fns.el (help-argument-name): Don't autoload.
8099 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
8100 to be re-loaded when customizing the `help' group.
8101
8102 2005-11-30 John Paul Wallington <jpw@gnu.org>
8103
8104 * help-fns.el (describe-function-1): Fill arglist output.
8105
8106 2005-11-30 Kim F. Storm <storm@cua.dk>
8107
8108 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
8109 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
8110 after revert-buffer (or anything else which kills all local variables).
8111
8112 * apropos.el (apropos-parse-pattern): Doc fix.
8113 Set apropos-regexp directly, rather than expecting callers to do so.
8114 (apropos-command, apropos, apropos-value, apropos-documentation):
8115 Simplify calls to apropos-parse-pattern.
8116
8117 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
8118
8119 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
8120 (hi-lock-face-phrase-buffer): Use hi-yellow face.
8121 (hi-lock-write-interactive-patterns): Use comment-region.
8122
8123 * longlines.el (longlines-mode): Add mail-setup-hook.
8124
8125 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
8126
8127 * simple.el (sendmail-user-agent-compose, next-line):
8128 Conditionally use hard-newline.
8129
8130 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
8131
8132 * international/latexenc.el (latex-inputenc-coding-alist):
8133 Reword doc string.
8134
8135 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
8136
8137 * help.el (describe-key-briefly, describe-key): Recognize default
8138 bindings.
8139
8140 2005-11-29 Romain Francoise <romain@orebokech.com>
8141
8142 * view.el (view-inhibit-help-message): New defcustom.
8143 (view-mode-enter): Use it.
8144
8145 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
8146
8147 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
8148 Preserve user position.
8149
8150 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
8151
8152 * font-lock.el: Throw error if facemenu is not loaded to prevent
8153 accidental change of loading order in loadup.el. (Suggested by RMS.)
8154
8155 * loadup.el: Add comment explaining why facemenu must be loaded
8156 before font-lock.
8157
8158 2005-11-28 Jay Belanger <belanger@truman.edu>
8159
8160 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
8161 (calc-dispatch-map): Add more keys for `calc-same-interface'.
8162
8163 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
8164
8165 * calc/calc-embed.el (calc-do-embedded): Update help message.
8166
8167 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
8168
8169 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
8170
8171 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
8172
8173 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
8174 called-interactively-p.
8175 (elp-profilable-p): Rename from elp-not-profilable-p.
8176 Invert result and take into account macros and autoloaded functions.
8177 (elp-instrument-function): Update call.
8178 (elp-instrument-package): Update call. Add completion.
8179 (elp-pack-number): Use match-string.
8180 (elp-results-jump-to-definition-by-mouse): Merge into
8181 elp-results-jump-to-definition and then remove.
8182 (elp-output-insert-symname): Make help echo text single-line.
8183
8184 * replace.el (query-replace-map): Move initialization into declaration.
8185 (occur-engine): Use with-current-buffer.
8186 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
8187 (occur-mode-mouse-goto): Replace with an alias.
8188
8189 2005-11-28 Juri Linkov <juri@jurta.org>
8190
8191 * simple.el (quoted-insert): Let-bind input-method-function to nil.
8192
8193 * term/w32-win.el: Bind [S-tab] to [backtab].
8194
8195 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
8196 `Info-find-file' to t.
8197
8198 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
8199 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
8200 and same-window-regexps.
8201 (occur-next-error): Don't move point for arg 0.
8202
8203 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
8204
8205 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
8206
8207 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
8208
8209 * log-edit.el (log-edit-changelog-use-first): New var.
8210 (log-edit-changelog-ours-p): Use it.
8211 (log-edit-insert-changelog): Set it with new arg `use-first'.
8212 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
8213 (log-edit-hook): Add them to the list of suggested options.
8214
8215 * textmodes/flyspell.el (flyspell-last-buffer): New var.
8216 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
8217 redundant work.
8218 (flyspell-mode-on): Use add-hook for after-change-functions.
8219 (flyspell-mode-off): Use remove-hook for after-change-functions.
8220 (flyspell-changes): Make it buffer-local.
8221 (flyspell-after-change-function): Make it non-interactive. Use push.
8222 (flyspell-post-command-hook): Check input-pending-p while processing
8223 the potentially long list of buffer changes.
8224
8225 2005-11-28 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
8226
8227 * buff-menu.el (list-buffers-noselect): Display the selected
8228 frame's buffer list, not the global one.
8229
8230 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
8231
8232 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
8233 that (list last-input-event) works as in interactive spec.
8234
8235 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
8236
8237 * loadup.el ("facemenu"): Load facemenu before font-lock, because
8238 `facemenu-keymap' needs to be defined when font-lock is loaded.
8239 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
8240
8241 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
8242
8243 * completion.el: Remove useless leading * in defcustom docstrings.
8244 (save-completions-file-name): Use ~/.emacs.d if available.
8245 (completion-standard-syntax-table): Rename from
8246 cmpl-standard-syntax-table and fold initialization into declaration,
8247 thus removing cmpl-make-standard-completion-syntax-table.
8248 (completion-lisp-syntax-table, completion-c-syntax-table)
8249 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
8250 (cmpl-saved-syntax, cmpl-saved-point): Remove.
8251 (symbol-under-point, symbol-before-point)
8252 (symbol-under-or-before-point, symbol-before-point-for-complete)
8253 (add-completions-from-c-buffer): Use with-syntax-table.
8254 (make-completion): Don't return a list of completion entries.
8255 Update callers.
8256 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
8257 (completion-initialize): Rename from initialize-completions.
8258 (completion-find-file-hook): Rename from cmpl-find-file-hook.
8259 (kill-emacs-save-completions): Collect stats here.
8260 (save-completions-to-file, load-completions-from-file):
8261 Use with-current-buffer.
8262 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
8263 into a function. Move all calls to toplevel.
8264 (completion-lisp-mode-hook): New fun.
8265 (completion-c-mode-hook, completion-setup-fortran-mode):
8266 Set the syntax-table here. Use local-set-key.
8267 (completion-saved-bindings): New var.
8268 (dynamic-completion-mode): Make it into a proper minor mode.
8269 (load-completions-from-file): Remove unused var `num-uses'.
8270
8271 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
8272 constructor if it is explicitly overridden.
8273
8274 * complete.el (PC-completion-as-file-name-predicate):
8275 Use minibuffer-completing-file-name.
8276 (partial-completion-mode): Use find-file-not-found-functions.
8277 (PC-lisp-complete-symbol): Use with-syntax-table.
8278 (PC-look-for-include-file): Remove dead setq.
8279 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
8280 (PC-complete): Use with-current-buffer.
8281
8282 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
8283 escape single quotes.
8284
8285 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
8286
8287 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
8288 of `if' whose condition always returned nil. Doc fix.
8289
8290 * buff-menu.el (Buffer-menu-revert-function): Make the selected
8291 window's buffer the current buffer around the call to
8292 `list-buffers-noselect'. This is necessary to mark that buffer
8293 with a `.' in the Buffer Menu when called from Lisp, for instance
8294 by Auto Revert Mode.
8295
8296 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
8297
8298 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
8299 attaching to it.
8300 (gdb-pre-prompt): Make sure gdb-error is reset.
8301
8302 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
8303 with a child process, detect it.
8304 (gud-speedbar-buttons): Match regexp more carefully.
8305
8306 2005-11-27 Richard M. Stallman <rms@gnu.org>
8307
8308 * mouse.el (mouse-drag-move-window-bottom):
8309 Use adjust-window-trailing-edge.
8310
8311 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
8312
8313 * simple.el (blink-matching-open): Ignore
8314 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
8315 (blink-matching-paren-on-screen): Update docstring.
8316
8317 * paren.el (show-paren-mode): No longer change
8318 `blink-matching-paren-on-screen'.
8319
8320 2005-11-27 John Paul Wallington <jpw@pobox.com>
8321
8322 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
8323 (gdb-threads-select, gdb-edit-register-value):
8324 Use `posn-set-point' instead of `mouse-set-point' because the
8325 latter is not fbound when configured without X.
8326
8327 2005-11-27 Kim F. Storm <storm@cua.dk>
8328
8329 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
8330 existing face when partially highlighting a TAB in a rectangle.
8331
8332 2005-11-26 Kim F. Storm <storm@cua.dk>
8333
8334 * ido.el (ido-mode-map): Doc fix.
8335 (ido-mode-common-map, ido-mode-file-map)
8336 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
8337 (ido-define-mode-map): Rewrite. Select one of the new maps as
8338 parent for ido-mode-map instead of building from scratch.
8339 (ido-init-mode-maps): New defun to initialize new maps.
8340 (ido-mode): Call it.
8341 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
8342 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
8343
8344 2005-11-26 John Paul Wallington <jpw@pobox.com>
8345
8346 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
8347 `mouse-set-point' because the latter is not fbound when configured
8348 without X.
8349
8350 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
8351
8352 * files.el (file-relative-name): Doc fix.
8353
8354 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
8355
8356 * progmodes/octave-inf.el (inferior-octave-startup): Force a
8357 non-empty string for secondary prompt PS2.
8358
8359 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
8360
8361 * progmodes/compile.el (compilation-setup): Fix last change.
8362
8363 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
8364
8365 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
8366 (gdb-mouse-toggle-breakpoint-margin)
8367 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
8368 Add gdb-server-prefix to keep out of command history.
8369 (gdb-edit-register-value): New function.
8370 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
8371 (gdb-info-registers-custom): Use above map.
8372
8373 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
8374
8375 * custom.el (enable-theme): Signal error if argument is not a
8376 theme. Don't recalculate a face if it's not loaded yet.
8377
8378 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
8379 the `user' theme is in effect.
8380
8381 * info.el (Info-on-current-buffer): Record actual filename in
8382 Info-current-file, instead of t, or a fake filename if a non-file
8383 buffer. Make autoload.
8384 (Info-find-node, Info-revert-find-node): No need to check for
8385 Info-current-file nil.
8386 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
8387 Info-current-file is now never `t'.
8388 (Info-fontify-node): Many simplifications due to Info-current-file
8389 always being valid. Use Info-find-file to find node filename.
8390
8391 2005-11-25 David Kastrup <dak@gnu.org>
8392
8393 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
8394 new character, then delete" in order to preserve markers.
8395
8396 2005-11-25 David Ponce <david@dponce.com>
8397
8398 * recentf.el (recentf-arrange-by-rule): Handle a special
8399 `auto-mode-alist'-like "strip suffix" rule.
8400 (recentf-build-mode-rules): Handle second level auto-mode entries.
8401
8402 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
8403
8404 * viper-keym.el (viper-ESC-key): Use different values in terminal and
8405 window modes.
8406
8407 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
8408 jde-javadoc-checker-report-mode.
8409
8410 * ediff-wind (ediff-make-wide-display): Slight simplification.
8411
8412 * ediff.el (ediff-date): Change the date of last update.
8413
8414 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
8415
8416 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
8417 Use define-minor-mode, and make it a local mode. Turn on font-lock.
8418 (hi-lock-mode): New global minor mode.
8419 (turn-on-hi-lock-if-enabled): New function.
8420 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
8421 Change arguments to regexp and face instead of a font-lock pattern.
8422 Directly set face property, instead of refontifying.
8423 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
8424 (hi-lock-find-patterns): Use line-number-at-pos.
8425
8426 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
8427 arguments for hi-lock-set-pattern.
8428 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
8429 Call font-lock-fontify-buffer.
8430 (hi-lock-find-file-hook, hi-lock-current-line)
8431 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
8432
8433 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
8434 turned off.
8435
8436 * progmodes/compile.el (compilation-setup): Don't fiddle with
8437 font-lock-defaults.
8438
8439 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
8440
8441 * progmodes/gdb-ui.el (gdb-var-create-handler)
8442 (gdb-var-list-children-handler): Find values for all variable
8443 objects. gud-speedbar-buttons decides whether to display them.
8444
8445 2005-11-24 Romain Francoise <romain@orebokech.com>
8446
8447 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
8448 buffer name with a space.
8449
8450 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
8451
8452 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
8453 `org-export-local-list-max-depth'. Change default value to 3.
8454 (org-auto-renumber-ordered-lists)
8455 (org-plain-list-ordered-item-terminator): New options.
8456 (org-at-item-p, org-beginning-of-item, org-end-of-item)
8457 (org-get-indentation, org-get-string-indentation)
8458 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
8459 New functions.
8460 (org-move-item-down, org-move-item-up): New commands.
8461 (org-export-as-html): New classes for CSS support. Bug fix in
8462 regular expression detecting fixed-width regions. Respect
8463 `org-local-list-ordered-item-terminator'.
8464 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
8465 also a list item.
8466 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
8467 New item moving functions.
8468
8469 2005-11-24 Juri Linkov <juri@jurta.org>
8470
8471 * isearch.el (isearch-repeat): With empty search ring set
8472 `isearch-error' to the error string instead of signaling error
8473 with the function `error'.
8474
8475 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8476
8477 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
8478
8479 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
8480
8481 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
8482 and variable.
8483 (gdb-var-create-handler, gdb-var-list-children-handler):
8484 Don't match on "char **...".
8485 (gdb-var-update-handler): Find values for all variable objects.
8486 (gdb-info-frames-custom): Identify frames by leading "#".
8487
8488 * progmodes/gud.el (gud-speedbar-menu-items): Add
8489 gdb-speedbar-auto-raise as radio button.
8490 (gud-speedbar-buttons): Raise speedbar if requested.
8491 Don't match on "char **...".
8492 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
8493 Make it editable.
8494
8495 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
8496
8497 * info.el (Info-fontify-node): Handle the case where
8498 Info-current-file is t.
8499
8500 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
8501
8502 * simple.el (blink-matching-open): Fix off-by-one in last change.
8503
8504 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8505
8506 * term/mac-win.el: Don't change default directory.
8507
8508 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
8509
8510 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
8511 buffers correctly. (It used to throw an error in such buffers.)
8512 Make it ask for confirmation in group buffers and other Custom
8513 buffers containing more than one customization item.
8514
8515 2005-11-22 John Paul Wallington <jpw@gnu.org>
8516
8517 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
8518 property on mail and url overlays.
8519 (goto-address-at-point): Use `posn-set-point' instead of
8520 `mouse-set-point' because the latter is not fbound when configured
8521 without X.
8522
8523 2005-11-22 Lars Hansen <larsh@soem.dk>
8524
8525 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
8526 (ls-lisp-classify, ls-lisp-format): Delete call to
8527 ls-lisp-parse-symlink.
8528 (ls-lisp-handle-switches): Handle symlinks to directories as
8529 directories when ls-lisp-dirs-first in non-nil.
8530
8531 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
8532
8533 * startup.el (command-line): Make sure that loaddefs.el is handled
8534 correctly in load-history.
8535
8536 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
8537
8538 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
8539 (gdb-struct-string, gdb-array-string): New constants.
8540 (gdb-info-locals-handler): Use them.
8541 (gdb-reset): Reset gdb-var-list to nil.
8542
8543 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
8544
8545 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
8546 in patterns.
8547
8548 2005-11-21 Juri Linkov <juri@jurta.org>
8549
8550 * custom.el (defcustom): Update link types in docstring.
8551
8552 2005-11-20 Martin Rudalics <rudalics@gmx.at>
8553
8554 * custom.el (defgroup): Add doc-string-elt info.
8555
8556 * widget.el (define-widget): Don't use declare for the doc-string-elt.
8557
8558 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
8559
8560 * newcomment.el (comment-enter-backward): Fix last fix.
8561
8562 * simple.el (blink-matching-open):
8563 * paren.el (show-paren-function): Allow new paren-class info.
8564
8565 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
8566
8567 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
8568 handled automagically.
8569
8570 2005-11-20 Andreas Schwab <schwab@suse.de>
8571
8572 * descr-text.el (describe-char): When copying overlays put them
8573 over the full char description instead of just the first character
8574 of it.
8575
8576 2005-11-20 Juri Linkov <juri@jurta.org>
8577
8578 * simple.el (what-cursor-position):
8579 * descr-text.el (describe-char): Use Lisp-readable syntax
8580 for octal and hex. Reorder decimal, octal and hex values.
8581 Remove excess whitespace in the output. Use `=' in `column='
8582 like in `point=' and `Hscroll='.
8583
8584 * international/mule-cmds.el (encoded-string-description):
8585 Use Lisp-readable syntax for hex.
8586
8587 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
8588
8589 * newcomment.el (comment-enter-backward): Handle the case where the
8590 comment is closed by EOB.
8591
8592 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
8593
8594 * longlines.el (longlines-before-revert-hook)
8595 (longlines-after-revert-hook): New functions.
8596 (longlines-mode): Turn off longlines temporarily when reverting.
8597 Add a message-setup-hook.
8598 (longlines-decode-buffer): New function.
8599 (longlines-wrap-line): Preserve marker positions.
8600
8601 2005-11-19 Andreas Schwab <schwab@suse.de>
8602
8603 * emacs-lisp/shadow.el: Handle compressed files.
8604
8605 2005-11-19 Romain Francoise <romain@orebokech.com>
8606
8607 * net/browse-url.el (browse-url-default-browser): Signal an error
8608 if no usable browser can be found, rather than try to load w3.
8609
8610 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
8611
8612 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
8613 replacing existing properties.
8614 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
8615 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
8616 tty specs.
8617 (rcirc-server-prefix, rcirc-server): New faces.
8618 (rcirc-url-regexp): Generate with rx macro.
8619 (rcirc-last-server-message-time): New variable.
8620 (rcirc-filter): Record time of last message.
8621 (rcirc-keepalive): Kill processes that did not send a message
8622 since the last ping.
8623 (rcirc-mode): Give rcirc-topic a local binding here.
8624
8625 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org>
8626
8627 * subr.el (read-passwd): Fontify the prompt as we do with other
8628 prompts.
8629
8630 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
8631
8632 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
8633 binding buffer-read-only to nil.
8634
8635 2005-11-19 Eli Zaretskii <eliz@gnu.org>
8636
8637 * complete.el (partial-completion-mode):
8638 Mention completion-auto-help in the doc string.
8639
8640 * man.el (Man-highlight-references): Doc fix. Reformat code in a
8641 more Lisp-ish way.
8642
8643 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
8644
8645 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
8646 digits, not 8, to avoid misalignment for files larger than 100MB.
8647
8648 2005-11-19 Eli Zaretskii <eliz@gnu.org>
8649
8650 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
8651 Mention "keyboard shortcuts" in the help text.
8652
8653 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8654
8655 * startup.el (fancy-splash-default-action): Discard only
8656 mouse-down and succeeding mouse-up events in the splash screen
8657 window so that drag-n-drop event can be processed.
8658
8659 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
8660
8661 * longlines.el (longlines-mode): Add hacks for mail-mode and
8662 message-mode.
8663
8664 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
8665
8666 * textmodes/org.el (org-table-sort-lines): New command.
8667 (org-tbl-menu): Add entry for `org-table-sort-lines'.
8668 (org-add-file): Command removed, use `org-agenda-file-to-front'
8669 instead.
8670 (org-export-icalendar): Use `org-icalendar-combined-name'.
8671 (org-cycle-agenda-files, org-agenda-file-to-end)
8672 (org-agenda-file-to-front): New commands.
8673 (org-table-tab-jumps-over-hlines, org-export-html-style):
8674 New options.
8675 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
8676 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
8677 New functions.
8678 (org-fill-paragraph): Call `org-table-align' in tables.
8679 (org-mode): Call `org-set-autofill-regexps'.
8680 (org-export-as-html): Support for local handformatted lists.
8681 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
8682 (org-export-local-list-max-depth): New option.
8683 (org-html-expand): Use `org-html-protect'.
8684
8685 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
8686
8687 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
8688 to "p".
8689 (gdb): Move definition of gud-pp to...
8690
8691 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
8692 speedbar.
8693 (gdb-find-watch-expression): New function.
8694
8695 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
8696
8697 * faces.el (face-attribute, set-face-attribute): Mention existence
8698 of `:ignore-defface' setting in docstring.
8699
8700 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
8701
8702 * simple.el (completion-setup-function): Fix last change.
8703
8704 2005-11-17 John Paul Wallington <jpw@pobox.com>
8705
8706 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
8707 Use `posn-set-point' instead of `mouse-set-point' because the
8708 latter is not fbound when configured without X.
8709
8710 * comint.el (comint-insert-input): Likewise.
8711
8712 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
8713
8714 * simple.el (hard-newline): New variable.
8715 (sendmail-user-agent-compose, next-line): Use it.
8716
8717 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
8718 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
8719 (mail-mail-reply-to, mail-mail-followup-to)
8720 (mail-position-on-field, mail-signature, mail-yank-original)
8721 (mail-attach-file): Likewise.
8722
8723 * mail/mailheader.el (mail-header-format)
8724 (mail-header-format-function): Likewise.
8725
8726 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
8727
8728 2005-11-17 Juri Linkov <juri@jurta.org>
8729
8730 * font-lock.el (font-lock-faces): Rename this defgroup from
8731 `font-lock-highlighting-faces'.
8732 (font-lock-comment-face, font-lock-comment-delimiter-face)
8733 (font-lock-string-face, font-lock-doc-face)
8734 (font-lock-keyword-face, font-lock-builtin-face)
8735 (font-lock-function-name-face, font-lock-variable-name-face)
8736 (font-lock-type-face, font-lock-constant-face)
8737 (font-lock-warning-face, font-lock-negation-char-face)
8738 (font-lock-preprocessor-face)
8739 (font-lock-regexp-grouping-backslash)
8740 (font-lock-regexp-grouping-construct): Rename :group from
8741 `font-lock-highlighting-faces' to `font-lock-faces'.
8742
8743 * cus-edit.el (lisp, c, tex):
8744 * progmodes/ada-mode.el (ada):
8745 * progmodes/asm-mode.el (asm):
8746 * progmodes/cperl-mode.el (cperl-faces):
8747 * progmodes/cpp.el (cpp):
8748 * progmodes/dcl-mode.el (dcl):
8749 * progmodes/f90.el (f90):
8750 * progmodes/fortran.el (fortran):
8751 * progmodes/icon.el (icon):
8752 * progmodes/idlwave.el (idlwave-misc):
8753 * progmodes/m4-mode.el (m4):
8754 * progmodes/make-mode.el (makefile):
8755 * progmodes/meta-mode.el (meta-font):
8756 * progmodes/modula2.el (modula2):
8757 * progmodes/octave-mod.el (octave):
8758 * progmodes/pascal.el (pascal):
8759 * progmodes/perl-mode.el (perl):
8760 * progmodes/prolog.el (prolog):
8761 * progmodes/ps-mode.el (PostScript-edit):
8762 * progmodes/scheme.el (scheme):
8763 * progmodes/sh-script.el (sh-script):
8764 * progmodes/simula.el (simula):
8765 * progmodes/tcl.el (tcl):
8766 * textmodes/nroff-mode.el (nroff):
8767 * textmodes/reftex-vars.el (reftex-fontification-configurations):
8768 * textmodes/sgml-mode.el (sgml):
8769 * textmodes/texinfo.el (texinfo):
8770 Add :link (custom-group-link font-lock-faces) to defgroup.
8771
8772 * hi-lock.el (hi-lock): Rename this defgroup from
8773 `hi-lock-interactive-text-highlighting'. Change parent group from
8774 `faces' to `font-lock'. Add link to the manual.
8775 (hi-lock-mode, hi-lock-file-patterns-range)
8776 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
8777 `hi-lock-interactive-text-highlighting' to `hi-lock'.
8778 (hi-lock-faces): Add :group `faces'.
8779
8780 * cus-edit.el (custom-variable-prompt): Clarify the code.
8781
8782 * faces.el (face-read-string): Set the default value arg of
8783 completing-read.
8784
8785 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
8786
8787 * rfn-eshadow.el (file-name-shadow-properties)
8788 (file-name-shadow-tty-properties, file-name-shadow-mode):
8789 Remove autoloads, because the file is now preloaded.
8790
8791 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
8792
8793 * printing.el (easy-menu-intern): Don't define.
8794 (pr-get-symbol): Use easy-menu-intern only if defined.
8795
8796 * simple.el (blink-matching-open): Simplify a bit.
8797 (completion-setup-function): Fix the case of partial-completion-mode
8798 when the minibuffer's contents start with "-".
8799 Obey completion-base-size-function even when
8800 minibuffer-completing-file-name is non-nil.
8801
8802 2005-11-16 Richard M. Stallman <rms@gnu.org>
8803
8804 * net/eudcb-ph.el (eudc-ph-open-session):
8805 Use set-process-query-on-exit-flag.
8806
8807 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
8808
8809 * international/ucs-tables.el (ucs-set-table-for-input):
8810 Use make-local-variable, not make-variable-buffer-local.
8811
8812 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
8813 Improve warning message text.
8814
8815 * savehist.el (savehist-save-hook): Add :group.
8816
8817 * menu-bar.el (menu-bar-help-menu):
8818 Rename Find Extra Packages to External Packages.
8819
8820 * cus-edit.el (Custom-reset-standard): Verify that
8821 :custom-standard-value prop exists before calling it.
8822
8823 * apropos.el (apropos-calc-scores): Use apropos-pattern.
8824
8825 2005-11-16 Martin Rudalics <rudalics@gmx.at>
8826
8827 * wid-edit.el (color): Enclose %t in %{...%}.
8828
8829 * cus-edit.el (face): Enclose %t in %{...%}.
8830
8831 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
8832
8833 * savehist.el (savehist-mode-hook): Re-add the var.
8834 (savehist-mode): Use it.
8835
8836 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
8837
8838 * textmodes/flyspell.el: Fix commenting convention.
8839 Remove unnecessary leading * in custom docstrings.
8840 (flyspell-emacs): Remove unused var.
8841 (flyspell-delete-region-overlays): Use remove-overlays.
8842 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
8843 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
8844 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
8845 (flyspell-debug-signal-word-checked): Use with-current-buffer.
8846 (make-flyspell-overlay): Don't locally reuse a global name.
8847 (flyspell-highlight-incorrect-region)
8848 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
8849 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
8850 (flyspell-notify-misspell): Remove unused args `start' and `end'.
8851 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
8852 Wrap calls to accept-process-output inside with-local-quit since it's
8853 often called from a post-command-hook.
8854 (flyspell-correct-word, flyspell-auto-correct-word):
8855 Use ispell-send-string.
8856 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
8857
8858 * calendar/diary-lib.el (diary-list-entries): Also hide the
8859 terminating newline.
8860
8861 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
8862
8863 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
8864 window-system, to allow fonts on tty.
8865
8866 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
8867
8868 * progmodes/gud.el (gud-speedbar-item-info): New function.
8869 (gud-install-speedbar-variables): Use it to display data type
8870 of watch expression as a tooltip in speedbar.
8871
8872 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
8873
8874 * font-core.el (global-font-lock-mode): Add :version keyword,
8875 because default was changed.
8876
8877 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
8878
8879 * startup.el (command-line): Use `custom-reevaluate-setting' for
8880 `file-name-shadow-mode'.
8881
8882 * loadup.el: Preload rfn-eshadow.
8883
8884 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
8885 Add :version keyword.
8886 (file-name-shadow-properties, file-name-shadow-tty-properties)
8887 (file-name-shadow): Add :version keyword.
8888
8889 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
8890 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
8891 in the custom-group property of the symbol frames and the fringe
8892 group got no link to its parent group frames.
8893 Doc fix.
8894
8895 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
8896
8897 * progmodes/gud.el (gud-stop-subjob): New function.
8898 (gud-menu-map, gud-tool-bar-map): Use it.
8899
8900 2005-11-16 Kim F. Storm <storm@cua.dk>
8901
8902 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
8903 than kill it.
8904 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
8905 to a more useful/logical place.
8906
8907 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
8908
8909 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
8910 go buttons complementary.
8911
8912 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
8913
8914 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
8915 (rfn-eshadow-sifn-equal): New function.
8916 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
8917
8918 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
8919
8920 * viper-utils.el (viper-non-word-characters-reformed-vi):
8921 Quote `-' in string.
8922
8923 * viper.el (viper-emacs-state-mode-list): Ensure that
8924 rcirc-mode buffers come up in Emacs state.
8925
8926 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
8927 operation.
8928
8929 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
8930
8931 * term.el (term-termcap-format): Fix typos.
8932 (term-down): Fix the negative argument case.
8933
8934 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
8935
8936 * progmodes/gdb-ui.el: Remove face-alias left over from change on
8937 2005-08-15.
8938 (gdb-ann3): New command gud-go.
8939 (menu): Accomodate gdb-mi.el.
8940 (gdb-assembler-custom): Make buffer of selected window current
8941 so that set-window-point works.
8942
8943 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
8944 buttons and include new ones.
8945
8946 2005-11-16 Kim F. Storm <storm@cua.dk>
8947
8948 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
8949 (gud-menu-map): Use it.
8950
8951 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
8952
8953 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
8954 that works correctly for Custom and that does not override a user
8955 who disables it.
8956
8957 * help-mode.el (help-make-xrefs, help-xref-on-pp)
8958 (help-xref-interned, help-follow): Make hyperlinks for variables
8959 that are unbound, but have a non-nil variable-documentation property.
8960
8961 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
8962 mode hook. (It conflicted with defcustoms for some mode hooks.)
8963 Use the `variable-documentation' property to give the mode hook a
8964 docstring and expand that docstring.
8965
8966 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
8967
8968 * savehist.el (savehist-mode): Don't bother with
8969 `custom-set-minor-mode'.
8970 (savehist-coding-system): Check XEmacs version.
8971 (history-length): Declare also at run time.
8972 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
8973 Don't set the customize state.
8974 (savehist-minibuffer-hook): Special case for when
8975 minibuffer-history-variable is equal to t.
8976
8977 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
8978
8979 * files.el (write-file): Refresh VC status.
8980
8981 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
8982 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
8983 than fundamental-mode to see if the mode was set.
8984
8985 2005-11-14 Romain Francoise <romain@orebokech.com>
8986
8987 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
8988 dummy function in `eval-when-compile' to avoid compiler warning.
8989 Require `man' at compile time.
8990
8991 2005-11-14 Jay Belanger <belanger@truman.edu>
8992
8993 * calc-alg.el (calcFunc-write-out-power): Rename it to
8994 calcFunc-powerexpand.
8995 (math-write-out-power): Rename it to math-powerexpand; have it
8996 handle negative exponents.
8997 (calc-writeoutpower): Rename it to calc-powerexpand.
8998
8999 * calc-ext.el: Change calcFunc-writeoutpower and
9000 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
9001 autoloads.
9002 Add calcFunc-ldiv to autoloads.
9003
9004 * calc-arith.el (calcFunc-ldiv): New function.
9005
9006 * calc.el (calc-left-divide): New function.
9007
9008 2005-11-14 Juri Linkov <juri@jurta.org>
9009
9010 * cus-edit.el (custom-variable-prompt): Set the default value arg
9011 of completing-read.
9012
9013 * cus-dep.el (custom-make-dependencies): Reverse the list of
9014 found dependencies.
9015
9016 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
9017
9018 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
9019 Highlighting" entry, it is on by default now.
9020 (menu-bar-options-save): Do not save global-font-lock-mode.
9021
9022 2005-11-13 Richard M. Stallman <rms@gnu.org>
9023
9024 * textmodes/flyspell.el (flyspell-large-region):
9025 Call flyspell-accept-buffer-local-defs.
9026
9027 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
9028
9029 * textmodes/flyspell.el (flyspell-notify-misspell):
9030 Fix misspelling of "Misspelling".
9031 (flyspell-process-localwords): New function.
9032 (flyspell-large-region): Call flyspell-process-localwords and
9033 flyspell-delete-region-overlays.
9034 (flyspell-delete-region-overlays): New function.
9035 (flyspell-delete-all-overlays): Call that.
9036
9037 2005-11-13 Richard M. Stallman <rms@gnu.org>
9038
9039 * help.el (help-for-help-internal): Improve doc of C-h a.
9040 (describe-key): Improve prompt; doc fix.
9041
9042 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
9043
9044 * vc-svn.el (vc-svn-registered): Catch all errors.
9045
9046 * cus-dep.el (custom-make-dependencies): Typo.
9047
9048 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
9049
9050 * net/tramp-util.el (top): Fix compilation warning.
9051
9052 2005-11-13 Kim F. Storm <storm@cua.dk>
9053
9054 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
9055
9056 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
9057
9058 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
9059 (gud-speedbar-buttons): Match on "const char *" too.
9060
9061 * progmodes/gdb-ui.el (gdb-var-create-handler)
9062 (gdb-var-list-children-handler): Match on "const char *" too.
9063 (gdb-var-evaluate-expression-handler): Match on empty string.
9064 (gdb-var-update-handler): Only call
9065 gdb-var-evaluate-expression-handler when required.
9066
9067 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
9068
9069 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
9070 selected window. This still doesn't work for speedbar.
9071 (gud-speedbar-buttons): Handle string expressions properly.
9072
9073 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
9074 (gdb-var-create-handler): Handle string expressions properly.
9075 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
9076 Handle string expressions properly. Move "type" field into regexp.
9077
9078 2005-11-12 Karl Fogel <kfogel@red-bean.com>
9079
9080 * bookmark.el (bookmark-maybe-message): New function to reduce
9081 code duplication: invokes `message' iff baud-rate is high enough.
9082 (bookmark-write-file): Use above instead of an inline conditional.
9083 (bookmark-load): Same.
9084
9085 2005-11-12 Karl Fogel <kfogel@red-bean.com>
9086
9087 * bookmark.el (bookmark-write-file): Don't visit the destination
9088 file, just write the data to it using write-region. This is
9089 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
9090 change to avoid visiting the file in the first place.
9091
9092 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
9093
9094 * hi-lock.el (hi-lock-mode): Set the default value of
9095 font-lock-defaults.
9096
9097 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
9098
9099 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
9100 arg to `file-attributes'.
9101 (find-lisp-format): The UID and GID can now be strings.
9102
9103 2005-11-12 Kim F. Storm <storm@cua.dk>
9104
9105 * help.el (help-map): Bind C-h d to apropos-documentation.
9106
9107 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
9108 when point is at end-of-buffer.
9109
9110 * apropos.el (apropos-match-face): Doc fix.
9111 (apropos-sort-by-scores): Add new choice `verbose'.
9112 (apropos-documentation-sort-by-scores): New defcustom.
9113 (apropos-pattern): Now contains the pattern entered by the user.
9114 (apropos-pattern-quoted): New defvar.
9115 (apropos-regexp): New defvar, containing the regexp corresponding
9116 to apropos-pattern.
9117 (apropos-all-words-regexp): Rename from apropos-all-regexp.
9118 (apropos-read-pattern): New defun. Use it to read pattern arg in
9119 interactive calls; returns list of words for a word list, and
9120 string for a regexp.
9121 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
9122 parses a list of words or regexp as returned by apropos-read-pattern.
9123 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
9124 (apropos-score-doc): Return a very high score if the string
9125 entered by the user matches literally.
9126 (apropos-variable): Doc fix. Use apropos-read-pattern.
9127 (apropos-command): Doc fix. Use apropos-read-pattern and
9128 apropos-parse-pattern. Call apropos-print with nosubst=t.
9129 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
9130 apropos-parse-pattern.
9131 (apropos-documentation): Doc fix. Use apropos-read-pattern and
9132 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
9133 apropos-documentation-sort-by-scores. Call apropos-print with
9134 nosubst=t.
9135 (apropos-documentation-internal): Pass doc string through
9136 substitute-key-definition before adding text properties.
9137 Highlight substring matching literal user input if possible.
9138 (apropos-documentation-check-doc-file): Remove locals beg and end.
9139 Fix calculation of score (as added twice). Pass doc string through
9140 substitute-key-definition before adding text properties.
9141 (apropos-documentation-check-elc-file): Pass doc string through
9142 substitute-key-definition before adding text properties.
9143 Highlight substring matching literal user input if possible.
9144 (apropos-print): Add new arg NOSUBST; if set, command and variable
9145 doc strings have already been passed through substitute-key-definition.
9146 Add code to handle apropos-accumulator items without score element
9147 for backwards compatibility (e.g. with woman package).
9148 Only show scores if apropos-sort-by-scores is `verbose'.
9149
9150 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
9151
9152 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
9153 Add jka-compr-load-suffixes to load-suffixes.
9154
9155 * jka-compr.el: Require jka-cmpr-hook.
9156 (jka-compr-info-compress-message, jka-compr-info-compress-program)
9157 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
9158 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
9159 (jka-compr-info-can-append, jka-compr-info-strip-extension)
9160 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
9161 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
9162 (jka-compr-uninstall): Remove entries from
9163 jka-compr-added-to-file-coding-system-alist after they are used.
9164 (jka-compr-error): Remove unused var `curbuf'.
9165 (jka-compr-file-local-copy): Remove unused var `notfound'.
9166
9167 2005-11-10 Romain Francoise <romain@orebokech.com>
9168
9169 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
9170
9171 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
9172
9173 * progmodes/gud.el (gud-menu-map): Move parentheses.
9174 (gdb): New command gud-pv.
9175
9176 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
9177
9178 * tar-mode.el: Remove spurious or unnecessary leading stars
9179 in docstrings.
9180 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
9181 (tar-parse-octal-integer-safe): Use mapc.
9182 (tar-header-block-summarize): Remove unused var `ck'.
9183 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
9184 cleared before. Obey default-enable-multibyte-characters.
9185 Use mapconcat. Simplify setting of tar-header-offset.
9186 (tar-mode-map): Move initialization inside delcaration.
9187 (tar-flag-deleted): Use `abs'.
9188 (tar-expunge-internal): Remove unused var `line'.
9189 (tar-expunge-internal): Don't hardcode point-min==1.
9190 (tar-expunge): Widen while doing set-buffer-multibyte.
9191 (tar-rename-entry): Use file-name-coding-system.
9192 (tar-alter-one-field): Don't hardcode point-min==1.
9193 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
9194 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
9195
9196 2005-11-10 Masatake YAMATO <jet@gyve.org>
9197
9198 * add-log.el (add-log-current-defun): Handle class::method
9199 notation of c++. Fix incorrect comment.
9200
9201 2005-11-10 Alan Mackenzie <acm@muc.de>
9202
9203 * help-fns.el (describe-variable): Make C-h v work when a variable
9204 has variable documentation yet is unbound.
9205
9206 2005-11-10 Masatake YAMATO <jet@gyve.org>
9207
9208 * man.el (Man-highlight-references): Set an empty
9209 string to `Man-arguments' if it is nil.
9210 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
9211
9212 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
9213
9214 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
9215 commenting conventions.
9216
9217 * cus-dep.el (custom-make-dependencies): Simplify.
9218 Better follow the commenting conventions.
9219
9220 2005-11-09 Richard M. Stallman <rms@gnu.org>
9221
9222 * apropos.el (apropos-pattern): Rename from apropos-regexp.
9223 (apropos-orig-pattern): Rename from apropos-orig-regexp.
9224 All uses changed.
9225 (apropos-rewrite-regexp): Doc fix.
9226 (apropos-variable, apropos-command, apropos, apropos-value):
9227 Change prompt; carry through the argument renaming.
9228
9229 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
9230
9231 * find-lisp.el: Require dired.
9232 (find-lisp-find-dired-internal): Do not call
9233 `abbreviate-file-name' on DIR.
9234
9235 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
9236
9237 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
9238
9239 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
9240
9241 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
9242 when using the speedbar.
9243 (gdb): New command gud-pp.
9244 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
9245
9246 2005-11-09 Juri Linkov <juri@jurta.org>
9247
9248 * replace.el (occur-excluded-properties): New defcustom.
9249 (occur-1, occur-engine, occur-accumulate-lines): Use it.
9250
9251 2005-11-08 Jay Belanger <belanger@truman.edu>
9252
9253 * calc/calc-units.el (math-convert-units): Replace any composite
9254 unit by its definition.
9255
9256 2005-11-08 Lars Hansen <larsh@soem.dk>
9257
9258 * emacs-lisp/autoload.el (update-directory-autoloads):
9259 Add obsolete function alias.
9260
9261 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
9262
9263 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
9264 comment-indent-function.
9265 (lisp-comment-indent): Replace by an alias for comment-indent-default.
9266
9267 * reveal.el (reveal-post-command): Rework the handling of
9268 reveal-open-spots, so as to be more reliable. There were several
9269 tricky corner cases where an open spot might be lost, or where
9270 a closed spot might end up on the list of open spots.
9271 Only reveal text that's ellipsised.
9272
9273 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
9274
9275 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
9276
9277 2005-11-07 John Paul Wallington <jpw@gnu.org>
9278
9279 * ibuffer.el (ibuffer): Search iconified frames too when
9280 getting Ibuffer buffer's window.
9281
9282 2005-11-06 Richard M. Stallman <rms@gnu.org>
9283
9284 * progmodes/compile.el (compilation-internal-error-properties):
9285 save-excursion around the computation of MARKER.
9286
9287 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
9288
9289 * textmodes/flyspell.el (flyspell-external-point-words):
9290 flyspell-get-word returns a list, not just a string.
9291
9292 2005-11-06 John Paul Wallington <jpw@pobox.com>
9293
9294 * ibuffer.el (ibuffer): Search all visible frames when getting
9295 Ibuffer buffer's window.
9296
9297 2005-11-07 Masatake YAMATO <jet@gyve.org>
9298
9299 * man.el (Man-reference-regexp): Accept spaces between
9300 `Man-name-regexp' and `Man-section-regexp'.
9301 (Man-apropos-regexp): New variable.
9302 (Man-abstract-xref-man-page): Use value for `Man-target-string'
9303 if available.
9304 (Man-highlight-references, Man-highlight-references0):
9305 Handle the case when `Man-arguments' includes "-k".
9306 (Man-highlight-references0): Rename the argument `TARGET-POS' to
9307 `TARGET'. `TARGET' can be a number, function or nil.
9308
9309 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
9310
9311 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
9312 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
9313 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
9314 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
9315 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
9316 (gdb-send-item): Use buffer-local-value and simplify.
9317
9318 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
9319
9320 * startup.el (command-line): Use `custom-reevaluate-setting' for
9321 `global-font-lock-mode'.
9322
9323 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
9324 by default, except in batch mode or when the -D option is given.
9325
9326 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
9327 specified keyword args on to `define-minor-mode'. Update docstring.
9328
9329 2005-11-05 Romain Francoise <romain@orebokech.com>
9330
9331 * replace.el (occur-engine): Add marker at end of line, too.
9332
9333 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
9334
9335 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
9336 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
9337 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
9338 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
9339 argument to all these routines, so the passphrase can be managed
9340 externally and passed in to the system.
9341 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
9342 pgg-add-passphrase-to-cache function.
9343
9344 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
9345 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
9346 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
9347 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
9348 argument to all these routines, so the passphrase can be managed
9349 externally and passed in to the system.
9350 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
9351 function.
9352
9353 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
9354
9355 * font-lock.el: Don't deal with font-lock-face-attributes here,
9356 move the code ...
9357
9358 * startup.el (command-line): ... here. Use face-spec-set instead
9359 of custom-declare-face.
9360
9361 * faces.el (face-spec-set): Reset the face if spec is not nil.
9362
9363 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
9364
9365 * newcomment.el (comment-region-internal): Box more tightly in the
9366 common case where there's no TAB in the boxed text.
9367
9368 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9369
9370 * info.el (info-tool-bar-map): Use images prev-node, next-node and
9371 up-node.
9372
9373 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
9374
9375 * newsticker.el: Commentary updated. Code formatting changed.
9376 (newsticker-version): Change to "1.9".
9377 (newsticker, newsticker-feed): Doc fix.
9378 (newsticker-url-list): Doc fix. Add option "Weekly".
9379 (newsticker-retrieval-interval): Add option "Weekly".
9380 (newsticker-headline-processing): Doc fix.
9381 (newsticker-auto-mark-filter): Remove.
9382 (newsticker-auto-mark-filter-list): New.
9383 (newsticker-layout, newsticker-sort-method): Doc fix.
9384 (newsticker-hide-old-items-in-newsticker-buffer)
9385 (newsticker-heading-format, newsticker-item-format)
9386 (newsticker-desc-format): Doc fix.
9387 (newsticker-show-all-rss-elements): Remove.
9388 (newsticker-show-all-news-elements): New.
9389 (newsticker-faces, newsticker-ticker): Doc fix.
9390 (remove-from-invisibility-spec): Code formatting.
9391 (newsticker--process-ids): New.
9392 (newsticker-mode): Doc fix.
9393 (newsticker-mode): Change mode-line-format.
9394 (newsticker-start): Remove debug output.
9395 (newsticker-start-ticker): Doc fix. Add autoload cookie.
9396 (newsticker-w3m-show-inline-images): Code formatting.
9397 (newsticker-next-item): Call `force-mode-line-update'.
9398 (newsticker-previous-item): Call `force-mode-line-update'.
9399 (newsticker-next-feed): Call `force-mode-line-update'.
9400 (newsticker-previous-feed): Call `force-mode-line-update'.
9401 (newsticker-mark-all-items-at-point-as-read): Code formatting.
9402 (newsticker-show-old-items): Do not show descs.
9403 (newsticker-hide-entry): Hide too much.
9404 (newsticker-hide-entry, newsticker-show-entry)
9405 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
9406 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
9407 (newsticker-toggle-auto-narrow-to-item): Code formatting.
9408 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
9409 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
9410 (newsticker-get-news): Call `force-mode-line-update'.
9411 Collect process ids.
9412 (newsticker--sentinel): Change coding system handling.
9413 Move image retrieval to new functions newsticker--get-logo-url-*.
9414 Move feed parsing to new functions newsticker--parse-*.
9415 Update list of process ids.
9416 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
9417 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
9418 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
9419 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
9420 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
9421 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
9422 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
9423 (newsticker--decode-coding-string): Remove.
9424 (newsticker--decode-numeric-entities): Check input. Format code.
9425 (newsticker--remove-whitespace): Check input.
9426 (newsticker--do-forget-preformatted): Doc fix.
9427 (newsticker--decode-rfc822-date): Allow for missing time.
9428 (newsticker--update-process-ids): New.
9429 (newsticker--image-sentinel): Change comment.
9430 (newsticker--image-read): Change error message.
9431 (newsticker--imenu-goto): Doc fix. Show headline title.
9432 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
9433 (newsticker--buffer-do-insert-text): Clean whitespace in
9434 html-rendered headline title. Code formatting.
9435 Call `newsticker--buffer-print-extra-elements'.
9436 (newsticker--buffer-print-extra-element): Remove.
9437 (newsticker--buffer-print-extra-elements): New.
9438 (newsticker--buffer-do-print-extra-element): New.
9439 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
9440 large sizes.
9441 (newsticker--run-auto-mark-filter)
9442 (newsticker--do-run-auto-mark-filter):
9443 Use `newsticker-auto-mark-filter-list'.
9444
9445 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
9446
9447 * net/rcirc.el: Use split-string OMIT-NULLS argument.
9448 (rcirc-print): Force redisplay before running hooks. Do long
9449 buffer truncation after making new text read-only. Deal with nil
9450 text when decoding strings. If TARGET is nil, use either the
9451 currently selected buffer, if it is an rcirc buffer and of the
9452 same process or the process buffer.
9453 (rcirc-mode): Remove header-line. Recompute short buffer names.
9454 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
9455 (rcirc-short-buffer-name): Add variable.
9456 (rcirc-kill-buffer-hook): Recompute short buffer names.
9457 Remove nick from private channel.
9458 (rcirc-send-input): Send command text to current-buffer.
9459 Don't clear overlay arrow here.
9460 (rcirc-short-buffer-name): Return a short buffer name.
9461 (rcirc-update-short-buffer-names, rcirc-abbreviate)
9462 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
9463 buffer-name abbreviations.
9464 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
9465 Do not touch nick-table when killing a parted channel.
9466 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
9467 Clear arrow from current buffer if it is now hidden.
9468 (rcirc-current-buffer): Add variable.
9469 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
9470 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
9471 Remove -face from names.
9472 (rcirc-update-activity-string): Print "DND" when globally ignoring
9473 activity.
9474 (rcirc-ignore-buffer-activity-flag): Rename from
9475 rcirc-ignore-channel-activity.
9476 (rcirc-ignore-all-activity-flag): Doc fix.
9477 (rcirc-channels): Remove variable.
9478 (rcirc-kill-buffer-hook):
9479 (rcirc-get-buffer-create): Add nick to private channel.
9480 (rcirc-multiline-edit-submit): Remove tabs.
9481 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
9482 folded.
9483 (rcirc-remove-nick-channel): Bug fix.
9484 (rcirc-toggle-ignore-buffer-activity): Rename from
9485 rcirc-toggle-ignore-channel-activity.
9486 (rcirc-record-activity): Add buffers to the front of the list.
9487 (rcirc-update-activity): Remove killed buffers from list.
9488 (rcirc-process-server-response-1): Remove last argument if it is
9489 null before calling handler.
9490 (rcirc): Add "rcirc" defcustom prefix.
9491 (rcirc-prompt): Simplify default prompt.
9492 Use custom-initialize-default.
9493 (rcirc-private-chats): Remove variable.
9494 (rcirc-prompt): Change initialization.
9495 (rcirc-version): Remove function.
9496 (rcirc-id-string): Add constant.
9497 (rcirc-last-buffer): Remove variable.
9498 (rcirc-buffer-alist): Add variable.
9499 (rcirc-connect): Update variable setup.
9500 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
9501 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
9502 default.
9503 (rcirc-handler-generic): Trigger activity.
9504 (rcirc-send-message): Create the buffor of the target.
9505 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
9506 (rcirc-get-buffer): Just return nil if there is no matching buffer.
9507 (rcirc-multiline-edit-cancel): Remove function.
9508 (rcirc-set-last-buffer): Remove function.
9509 (rcirc-get-any-buffer): Add function.
9510 (rcirc-join-channels): Don't print /join text.
9511 (rcirc-toggle-ignore-channel-activity): Add and update echo area
9512 messages.
9513 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
9514 (rcirc-handler-NOTICE): Recognize CTCP responses.
9515 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
9516 constructing TOPIC string for buffers we are not JOINed.
9517 (rcirc-handler-CTCP-response): Add handler.
9518 (rcirc-multiline-edit-submit): Restore the window-configuration
9519 before adjusting point.
9520 (rcirc): Add customization group.
9521 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
9522 (rcirc-user-full-name, rcirc-startup-channels-alist)
9523 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
9524 (rcirc-ignore-all-activity-flag, rcirc-time-format)
9525 (rcirc-input-ring-size, rcirc-read-only-flag)
9526 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
9527 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
9528 Change defvar to defcustom.
9529 (rcirc-update-prompt): Add optional ALL arg, which will update
9530 prompts in all rcirc buffers. Regexp quote replacement text.
9531 (rcirc-fill-column): Accept frame-width as a value.
9532 (rcirc-set-changed): Add function.
9533 (rcirc-next-active-buffer): Write more meaningful messages.
9534 (rcirc-faces): Add customization group.
9535 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
9536 (rcirc-nick-in-message-face, rcirc-prompt-face)
9537 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
9538 (with-rcirc-process-buffer): Move before first usage.
9539 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
9540 (rcirc-debug-flag): Rename from `rcirc-log-p'.
9541 (rcirc-debug): Rename from `rcirc-log'.
9542 (rcirc-format-response-string): Do not print `-' chars for a
9543 NOTICE with no sender. Simplify output of server responses.
9544
9545 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
9546
9547 (rcirc-browse-url-map, rcirc-browse-url-at-point)
9548 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
9549 Make urls mouse and RET clickable.
9550
9551 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
9552
9553 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
9554
9555 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
9556
9557 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
9558 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
9559 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
9560 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
9561 argument to all these routines, so the passphrase can be managed
9562 externally and passed in to the system.
9563 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
9564 pgg-add-passphrase-to-cache function.
9565
9566 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
9567 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
9568 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
9569 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
9570 argument to all these routines, so the passphrase can be managed
9571 externally and passed in to the system.
9572 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
9573 function.
9574
9575 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
9576
9577 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
9578 from goto-address-url-regexp.
9579
9580 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
9581
9582 * textmodes/org.el (org-read-date, org-goto-calendar)
9583 (org-recenter-calendar, org-agenda-goto-calendar):
9584 Temporarily clear `calendar-move-hook'.
9585
9586 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
9587
9588 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
9589 merging.
9590
9591 * ediff-util.el (ediff-previous-difference): Don't skip regions that
9592 have merge clashes.
9593
9594 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9595
9596 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
9597 Undo previous change.
9598
9599 * startup.el (command-line): Use `custom-reevaluate-setting' for
9600 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
9601 tty-register-default-colors on Mac.
9602
9603 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
9604
9605 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
9606 (gdb-buffer-type): Make it automatically buffer local...
9607 (gdb-get-create-buffer): ...and set it accordingly.
9608 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
9609 actually work.
9610
9611 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
9612
9613 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
9614 not red.
9615
9616 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
9617
9618 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
9619 case GUD buffer is not visible.
9620 (gdb-goto-breakpoint): Try to force display in source buffer.
9621 (gdb-frame-gdb-buffer): Copy other similar functions.
9622 (gdb-restore-windows): Don't display source if not asked for.
9623 (gdb-assembler-buffer-name): Don't capitalise.
9624
9625 2005-11-03 Richard M. Stallman <rms@gnu.org>
9626
9627 * wid-edit.el (key-sequence): New widget type.
9628
9629 * simple.el (set-mark-command-repeat-pop): New variable.
9630 (set-mark-command): Only interpret plan C-@ after a pop as a pop
9631 if set-mark-command-repeat-pop is true.
9632
9633 * info.el (Info-fontify-node): Don't display extra "see" if there
9634 already is one here.
9635
9636 * mouse.el: Fix special handling of DEL after dragging a region:
9637 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
9638 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
9639
9640 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
9641
9642 * textmodes/ispell.el (ispell-command-loop): Change `i' description
9643 not to assume it pertains to an affix.
9644
9645 * textmodes/flyspell.el (flyspell-post-command-hook):
9646 Bind deactivate-mark to prevent deactivation.
9647
9648 2005-11-03 Lars Hansen <larsh@soem.dk>
9649
9650 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
9651 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
9652 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
9653
9654 2005-11-03 Romain Francoise <romain@orebokech.com>
9655
9656 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
9657 Update copyright years.
9658
9659 2005-11-03 Sam Steingold <sds@gnu.org>
9660
9661 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
9662 Use system-type instead of window-system because window-system is not
9663 correctly defined during loadup.
9664
9665 2005-11-02 Mark A. Hershberger <mah@everybody.org>
9666
9667 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
9668 (xml-parse-tag): Join strings separated by a comment properly.
9669
9670 2005-11-02 Andreas Schwab <schwab@suse.de>
9671
9672 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
9673
9674 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
9675
9676 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
9677 (byte-optimize-pure-func): Quote the eval'd value.
9678
9679 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
9680 Rename from perl-font-lock-syntactic-face-function.
9681 Change the calling convention so it can be used as a font-lock MATCHER.
9682 Do the parse-partial-sexp loop outselves.
9683 (perl-font-lock-syntactic-keywords): Use it.
9684 (perl-mode): Don't set font-lock-syntactic-face-function any more.
9685
9686 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
9687
9688 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
9689 disassembly buffer too.
9690 (gdb-exited): Remove overlay arrows when execution has finished.
9691 (gdb-info-frames-custom, gdb-info-threads-custom)
9692 (gdb-info-registers-custom): Don't add inappropriate text
9693 properties if inferior is not active.
9694
9695 2005-11-02 Glenn Morris <rgm@gnu.org>
9696
9697 * progmodes/fortran.el (fortran-blink-match):
9698 Use `blink-matching-delay'.
9699
9700 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
9701
9702 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
9703
9704 2005-11-02 Lars Hansen <larsh@soem.dk>
9705
9706 * net/tramp.el (tramp-action-out-of-band): Handle scp message
9707 "Permission denied".
9708
9709 2005-11-01 Richard M. Stallman <rms@gnu.org>
9710
9711 * textmodes/flyspell.el (flyspell-external-point-words):
9712 Pass nil to flyspell-get-word.
9713
9714 2005-11-02 Kim F. Storm <storm@cua.dk>
9715
9716 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
9717 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
9718
9719 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
9720
9721 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
9722 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
9723 (calendar-mouse-print-dates): Add optional `event' argument.
9724 Update interactive-spec.
9725 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
9726 Use `calendar-event-to-date' instead of `event'.
9727
9728 2005-11-02 Masatake YAMATO <jet@gyve.org>
9729
9730 * progmodes/ld-script.el (ld-script-builtins):
9731 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
9732 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
9733 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
9734
9735 2005-11-01 Romain Francoise <romain@orebokech.com>
9736
9737 * vc-sccs.el: Update copyright year.
9738 * ezimage.el: Likewise.
9739
9740 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
9741
9742 * info.el (Info-fontify-node): Use `string-width' for fontifying
9743 underlined titles.
9744
9745 2005-11-01 Juri Linkov <juri@jurta.org>
9746
9747 * info.el (Info-fontify-node): Downcase node header keywords Node,
9748 Prev, Next, Up before comparison.
9749 (Info-history): Insert absolute directory name, and put invisible
9750 property on it.
9751
9752 2005-11-01 Juri Linkov <juri@jurta.org>
9753
9754 * info.el (Info-file-supports-index-cookies): New variable.
9755 (Info-find-node-2): Check makeinfo version for index cookie support.
9756 (Info-index-nodes): Search for nodes with index cookies only when
9757 Info-file-supports-index-cookies is t. Otherwise, search nodes
9758 with "Index" in the node name.
9759 (Info-index-node): Search index cookie in the current node only when
9760 Info-file-supports-index-cookies is t. Otherwise, check the word
9761 "Index" in the node name.
9762 (Info-find-emacs-command-nodes): Remove code that searches nodes
9763 with "Index" node name in the top menu.
9764
9765 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
9766
9767 * progmodes/scheme.el (scheme-mode-variables): Use the default
9768 comment-indent-function.
9769
9770 * faces.el (face-attribute): Handle the case where a face inherits from
9771 a non-existent face.
9772
9773 * simple.el (eval-expression-print-format): Use lisp-readable syntax
9774 for octal and hexa output, and merge the char into the paren.
9775 (kill-new): Use push.
9776 (copy-to-buffer): Use with-current-buffer.
9777 (completion-setup-function): Move code in loop to remove redundancy.
9778 (minibuffer-local-must-match-map): Don't add bindings that duplicate
9779 those inherited from minibuffer-local-completion-map.
9780
9781 * savehist.el (savehist-mode) <defcustom>:
9782 Use custom-set-minor-mode if available.
9783 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
9784 and emit a message if applicable.
9785
9786 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
9787
9788 * savehist.el: Sync up to version 19.
9789 (savehist-mode): New minor mode.
9790 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
9791 (savehist-length): Remove (use history-length instead).
9792 (savehist-file-modes): Rename from savehist-modes.
9793 (savehist-save-hook, savehist-loaded): New vars.
9794 (savehist-load): Use savehist-mode. Try to smooth up transition from
9795 old format to new format.
9796 (savehist-install): Allow savehist-autosave-interval to be nil.
9797 (savehist-save): Run the new hook. Be more careful to only trim the
9798 history variables.
9799 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
9800 (savehist-printable): Print into a buffer rather than char-by-char.
9801
9802 2005-11-01 John Wiegley <johnw@newartisans.com>
9803
9804 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
9805 toggle-ignore keybinding (C-a). The author said it had been
9806 disabled much earlier due to a possible incompatibility, but after
9807 many months of usage I have encountered no problems (and it is a
9808 rather useful option, especially for switching to " *temp*").
9809
9810 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
9811 support for OS/X's AddressBook, by calling out to the open source
9812 program "contacts" (installable through Fink).
9813
9814 * net/eudc.el (eudc-expand-inline): If the
9815 `eudc-multiple-match-handling-method' is set to `all', delete the
9816 query string before inserting the query result.
9817
9818 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
9819 flag, to prevent Eshell from using the system ls when
9820 `eshell-ls-insert-directory' is in used.
9821 (eshell-ls-insert-directory): Disable font-lock in directory
9822 buffer so that Eshell's own fontification is seen. This broke
9823 recently due to changes in font-lock, so this goes back to version
9824 21 behavior.
9825
9826 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
9827
9828 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
9829 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
9830 (gdb-many-windows): Doc fix.
9831
9832 2005-10-31 Romain Francoise <romain@orebokech.com>
9833
9834 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
9835
9836 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
9837
9838 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
9839 that global-font-lock-mode can be enabled by default.
9840
9841 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
9842 (font-lock-add-keywords, font-lock-remove-keywords)
9843 (font-lock-fontify-buffer): Remove autoload cookies.
9844
9845 * jit-lock.el (jit-lock-register): Likewise.
9846
9847 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
9848
9849 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
9850
9851 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
9852 intact if there is no gud-comint-buffer.
9853
9854 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
9855
9856 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
9857 old prompt comint-prompt-read-only is t and GDB commands are
9858 issued from tool bar etc.
9859
9860 2005-10-31 Masatake YAMATO <jet@gyve.org>
9861
9862 * vc.el (vc-directory-exclusion-list): Add "{arch}".
9863
9864 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
9865
9866 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
9867 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
9868
9869 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
9870
9871 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
9872 starting at beginning of line. Fontification is messed up when
9873 `open-paren-in-column-0-is-defun-start' set to t.
9874 Reported by John Paul Wallington <jpw@pobox.com>.
9875
9876 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
9877
9878 * comint.el (comint-send-input): Call `comint-update-fence' when
9879 `comint-process-echoes' and `comint-prompt-read-only' are both
9880 non-nil, to avoid leftover read-only newline.
9881
9882 2005-10-30 Richard M. Stallman <rms@gnu.org>
9883
9884 * textmodes/flyspell.el (flyspell-external-point-words):
9885 Detect when WORD can't be checked properly because
9886 flyspell-get-word finds just part of it, and move on.
9887
9888 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
9889 boundarychar for Polish.
9890 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
9891 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
9892
9893 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
9894
9895 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
9896 (gdb-registers-font-lock-keywords): Delete.
9897 (gdb-registers-mode): Don't fontify.
9898 (gdb-info-registers-custom): Use text properties instead as, in
9899 future, changed register values will use font-lock-warning-face.
9900 (gdb-local-font-lock-keywords): Rename to...
9901 (gdb-locals-font-lock-keywords): ...for consistency.
9902
9903 2005-10-30 Andre Spiegel <spiegel@gnu.org>
9904
9905 * vc.el (vc-switch-backend): Better error message if the buffer is
9906 not visiting a file under version control.
9907
9908 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
9909
9910 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
9911
9912 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
9913 ~/.emacs.d/.emacs.
9914
9915 2005-10-29 Richard M. Stallman <rms@gnu.org>
9916
9917 * replace.el (occur-mode-mouse-goto): Always go to other window.
9918 (occur-mode-goto-occurrence): Always switch in same window.
9919
9920 * simple.el (undo): Display message at end, not at start.
9921
9922 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
9923 New arg REUSE-CELL.
9924 (cancel-timer-internal): New function.
9925 (timer-event-handler): Use cancel-timer-internal,
9926 and pass the cell it returns to timer-activate...
9927
9928 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
9929 (jit-lock-deferred-fontify, jit-lock-context-fontify)
9930 (jit-lock-after-change): Test memory-full.
9931
9932 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
9933
9934 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
9935 part of the decoded armor to find the key-identifier.
9936 (pgg-gpg-lookup-key-owner): New function to return the
9937 human-readable identifier of a key owner.
9938 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
9939 key itself.
9940 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
9941 the key value) if we have a key and can match it against a secret
9942 key. Also, added a note pointing out fact that the prompt only
9943 indicates the first matching key.
9944
9945 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
9946 pgg-decrypt-region.
9947 (pgg-pending-timers): A new hash for tracking the passphrase cache
9948 timers, so that new ones supercede old ones.
9949 (pgg-add-passphrase-to-cache): Rename from
9950 `pgg-add-passphrase-cache' to reduce confusion (all callers
9951 changed). Modified to cancel old timers when new ones are added.
9952 (pgg-remove-passphrase-from-cache): Rename from
9953 `pgg-remove-passphrase-cache' to reduce confusion (all callers
9954 changed). Modified to cancel old timers when their keys are
9955 removed from the cache.
9956 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
9957 XEmacs, an indirection to delete-itimer.
9958 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
9959 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
9960 users can only check cache without risk of prompting. Correct bug in
9961 notruncate behavior.
9962 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
9963 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
9964 Add informative docstrings.
9965 (pgg-decrypt): Convey provided passphrase in subordinate call to
9966 pgg-decrypt-region.
9967
9968 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
9969 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
9970 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
9971 `passphrase' argument, so the passphrase can be managed externally
9972 and then passed in to the system.
9973
9974 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
9975 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
9976 so the passphrase cache can be used reliably with identifiers
9977 besides a pgp packet's key id.
9978
9979 * pgg-gpg.el (pgg-pgp-encrypt-region)
9980 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
9981 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
9982 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
9983 argument to all these routines, so the passphrase can be managed
9984 externally and passed in to the system.
9985
9986 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
9987 `notruncate' argument, so the passphrase cache can be used
9988 reliably with identifiers besides a pgp packet's key id.
9989
9990 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
9991
9992 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
9993 symmetric encryption.
9994 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
9995 encrypted session key.
9996 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
9997 message ask for the passphrase in a proper way.
9998
9999 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
10000 New user commands for symmetric encryption.
10001
10002 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
10003
10004 * textmodes/conf-mode.el (conf-assignment-sign)
10005 (conf-assignment-regexp): Fix docstrings.
10006 (conf-mode-initialize): New function.
10007 (conf-mode): Remove optional args. Use delay-mode-hooks to
10008 recognize recursive calls.
10009 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
10010 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
10011 (conf-xdefaults-mode): Use define-derived-mode and
10012 conf-mode-initialize.
10013
10014 2005-10-29 Romain Francoise <romain@orebokech.com>
10015
10016 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
10017
10018 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
10019
10020 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
10021 part of the decoded armor to find the key-identifier.
10022 (pgg-gpg-lookup-key-owner): New function to return the
10023 human-readable identifier of a key owner.
10024 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
10025 key itself.
10026 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
10027 the key value) if we have a key and can match it against a secret
10028 key. Also, added a note pointing out fact that the prompt only
10029 indicates the first matching key.
10030
10031 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
10032 pgg-decrypt-region.
10033 (pgg-pending-timers): A new hash for tracking the passphrase cache
10034 timers, so that new ones supercede old ones.
10035 (pgg-add-passphrase-to-cache): Rename from
10036 `pgg-add-passphrase-cache' to reduce confusion (all callers
10037 changed). Modified to cancel old timers when new ones are added.
10038 (pgg-remove-passphrase-from-cache): Rename from
10039 `pgg-remove-passphrase-cache' to reduce confusion (all callers
10040 changed). Modified to cancel old timers when their keys are
10041 removed from the cache.
10042 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
10043 XEmacs, an indirection to delete-itimer.
10044 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
10045 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
10046 users can only check cache without risk of prompting. Correct bug in
10047 notruncate behavior.
10048 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
10049 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
10050 Add informative docstrings.
10051 (pgg-decrypt): Convey provided passphrase in subordinate call to
10052 pgg-decrypt-region.
10053
10054 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
10055
10056 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
10057 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
10058 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
10059 `passphrase' argument, so the passphrase can be managed externally
10060 and then passed in to the system.
10061
10062 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
10063 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
10064 so the passphrase cache can be used reliably with identifiers
10065 besides a pgp packet's key id.
10066
10067 * pgg-gpg.el (pgg-pgp-encrypt-region)
10068 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
10069 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
10070 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
10071 argument to all these routines, so the passphrase can be managed
10072 externally and passed in to the system.
10073
10074 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
10075 `notruncate' argument, so the passphrase cache can be used
10076 reliably with identifiers besides a pgp packet's key id.
10077
10078 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
10079
10080 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
10081 symmetric encryption.
10082 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
10083 encrypted session key.
10084 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
10085 message ask for the passphrase in a proper way.
10086
10087 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
10088 New user commands for symmetric encryption.
10089
10090 2005-10-28 Bill Wohler <wohler@newt.com>
10091
10092 * help-mode.el (help-url): New button type. Calls browse-url.
10093 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
10094 Similar to Info nodes: URL `url'.
10095 (help-make-xrefs): Create help-url buttons for
10096 help-xref-url-regexp matches.
10097
10098 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
10099
10100 * tool-bar.el (tool-bar-add-item-from-menu)
10101 (tool-bar-local-item-from-menu): Fix doc strings.
10102
10103 2005-10-28 Romain Francoise <romain@orebokech.com>
10104
10105 * ldefs-boot.el: Update.
10106
10107 * subr.el (locate-library): Move from help-fns.el.
10108 * help-fns.el (locate-library): Move to subr.el.
10109
10110 2005-10-28 Richard M. Stallman <rms@gnu.org>
10111
10112 * net/tramp.el (tramp-completion-mode): defvar moved up.
10113
10114 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
10115
10116 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
10117
10118 * files.el (find-file-noselect): Use %d to format large file size.
10119
10120 * bindings.el (mode-line-format): Add %e.
10121
10122 * loadup.el ("facemenu"): Load unconditionally.
10123 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
10124 ("x-dnd"): Load, when appropriate.
10125
10126 * startup.el (command-line): Call before-init-hook earlier.
10127 Warn about some bad characters in -u user name.
10128
10129 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
10130 (flyspell-external-point-words): Error if misspelled word is not found.
10131 Set flyspell-large-region-beg at end of word.
10132
10133 2005-10-28 Andreas Schwab <schwab@suse.de>
10134
10135 * view.el (View-revert-buffer-scroll-page-forward):
10136 Use view-page-size-default.
10137
10138 2005-10-28 Juri Linkov <juri@jurta.org>
10139
10140 * international/quail.el (quail-get-current-str): Translate last
10141 raw character for deterministic input methods.
10142
10143 2005-10-27 Jay Belanger <belanger@truman.edu>
10144
10145 * calc/calc-ext.el: Add functions to autoloads.
10146 (math-identity-matrix-p, math-ident-row-p): New functions.
10147
10148 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
10149 multiplication by an identity matrix; don't turn multiplication by
10150 an inverse matrix into division.
10151 (math-div-symbol-fancy): Replace division by matrices with
10152 multiplication by inverse.
10153
10154 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
10155
10156 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
10157 (calc-writeoutpower): New functions.
10158
10159 2005-10-27 Romain Francoise <romain@orebokech.com>
10160
10161 * replace.el (occur-engine): Include colon in mouse-face highlight.
10162
10163 * dired-x.el: Change Maintainer field.
10164
10165 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
10166
10167 * longlines.el (longlines-mode): Bind after-change-functions to
10168 nil during initial decoding and final encoding.
10169
10170 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
10171
10172 * term.el (term-emulate-terminal, term-handle-colors-array)
10173 (term-handle-ansi-escape): Specify the terminfo capabilities
10174 implemented.
10175
10176 2005-10-26 Richard M. Stallman <rms@gnu.org>
10177
10178 * info.el (Info-fontify-node): Fix detection of sentence-break
10179 before *Note.
10180
10181 2005-10-26 Romain Francoise <romain@orebokech.com>
10182
10183 * smerge-mode.el: Add `tools' to file keywords.
10184
10185 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
10186
10187 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
10188 when the fringe is not available.
10189
10190 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
10191 (def-gdb-auto-update-trigger): Simplify construction.
10192 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
10193 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
10194 defined explicitly.
10195 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
10196 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
10197 defined explicitly.
10198 (gdb-info-locals-custom): Remove as it's a no-op.
10199
10200 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
10201
10202 * longlines.el (longlines-mode): Remove narrowing before
10203 performing the initial decoding or final encoding.
10204
10205 2005-10-25 Romain Francoise <romain@orebokech.com>
10206
10207 * emacs-lisp/find-func.el (find-library-name): Also strip
10208 extension if library name ends in .el, to take advantage of
10209 `find-library-suffixes'.
10210
10211 2005-10-25 Richard M. Stallman <rms@gnu.org>
10212
10213 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
10214
10215 2005-10-25 Juri Linkov <juri@jurta.org>
10216
10217 * textmodes/texinfo.el (texinfo-mode): Change charset of one
10218 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
10219
10220 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
10221
10222 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
10223 (blackbox-redefine-key): Add argument `map'.
10224
10225 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
10226 regions when moving the jit-lock-context-unfontify-pos boundary.
10227
10228 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
10229
10230 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
10231
10232 2005-10-25 Masatake YAMATO <jet@gyve.org>
10233
10234 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
10235
10236 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
10237
10238 * play/blackbox.el (blackbox-redefine-key): New function.
10239 (blackbox-mode-map): Use it to remap existing bindings for cursor
10240 motion instead of binding literal keys.
10241
10242 2005-10-25 Glenn Morris <rgm@gnu.org>
10243
10244 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
10245 diary does not end in a newline. Do not assume a blank line at
10246 the start of the diary file.
10247
10248 2005-10-25 Kenichi Handa <handa@m17n.org>
10249
10250 * international/quail.el (quail-translate-key): If the input
10251 method is deterministic and failed to handle the last key, restart
10252 the key handling loop from an appropriate key.
10253
10254 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
10255
10256 * vc.el (vc-dired-mode): Extend comment for binding of
10257 `directory-listing-before-filename-regexp'.
10258
10259 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
10260
10261 * textmodes/texinfo.el (texinfo-mode):
10262 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
10263 not to unnecessarily expose emacs-mule's internal char codes.
10264
10265 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
10266
10267 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
10268 Display hand pointer and help-echo on disabled icon too.
10269 (gdb-mouse-until): New function.
10270 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
10271
10272 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
10273
10274 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
10275 with 2005-10-23 change to doctor.el.
10276
10277 * finder.el (finder-mode-map): Add follow-link binding.
10278
10279 2005-10-25 Kim F. Storm <storm@cua.dk>
10280
10281 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
10282 to gdb-mouse-toggle-breakpoint-fringe.
10283 (gdb-mouse-toggle-breakpoint-margin): Rename from
10284 gdb-mouse-toggle-breakpoint. Fix doc.
10285 (gdb-mouse-toggle-breakpoint-fringe): New defun.
10286 (gdb-put-string): Add optional SPROPS arg. Add props to string.
10287 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
10288 string properties also for fringe breakpoint bitmaps.
10289
10290 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
10291
10292 * textmodes/org.el (org-start-icalendar-file): Fix format form.
10293
10294 2005-10-25 Masatake YAMATO <jet@gyve.org>
10295
10296 * simple.el (completion-common-substring):
10297 Use `completion-common-substring' prior to `completion-base-size'.
10298
10299 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
10300
10301 * savehist.el: Require CL while compiling.
10302 (savehist-history-variables): Remove.
10303 (savehist-save-minibuffer-history, savehist-additional-variables)
10304 (savehist-minibuffer-history-variables): New vars.
10305 (savehist-save): Use them.
10306 (savehist-uninstall, savehist-minibuffer-hook): New funs.
10307 (savehist-install): New fun, extracted from savehist-load.
10308 (savehist-load): Use them.
10309
10310 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
10311
10312 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
10313 a dummy doc-string-elt property.
10314 (defalias, defvaralias, define-category): Add a docstring property.
10315
10316 * image.el (defimage):
10317 * widget.el (define-widget):
10318 * custom.el (defface, defcustom): Add `doc-string' declaration.
10319
10320 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
10321 (defadvice): Add `doc-string' declaration.
10322
10323 * emacs-lisp/byte-run.el (macro-declaration-function):
10324 Handle `doc-string' declarations.
10325 (define-obsolete-function-alias, define-obsolete-variable-alias):
10326 Add `doc-string' declaration.
10327
10328 2005-10-24 Kenichi Handa <handa@m17n.org>
10329
10330 * international/utf-7.el (utf-7): Add autoload cookie.
10331
10332 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
10333
10334 2005-10-24 Eli Zaretskii <eliz@gnu.org>
10335
10336 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
10337 list of directories passed to batch-update-autoloads. Add "." to
10338 the list of the echoed directories.
10339
10340 * pgg-def.el:
10341 * pgg-gpg.el:
10342 * pgg-parse.el:
10343 * pgg-pgp.el:
10344 * pgg-pgp5.el:
10345 * pgg.el: Moved here from the gnus subdirectory.
10346
10347 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
10348
10349 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
10350 in case comint-prompt-read-only is set to t.
10351
10352 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
10353 in case comint-prompt-read-only is set to t.
10354
10355 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
10356
10357 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
10358 Now a string.
10359 (icalendar-import-format): Handle CLASS, STATUS, URL.
10360 Rename `subject' to `summary'.
10361 (icalendar-import-format-summary): Rename from
10362 `icalendar-import-format-subject'.
10363 (icalendar-import-format-url, icalendar-import-format-status)
10364 (icalendar-import-format-class): New variables.
10365 (icalendar--rris): Take variable argument list.
10366 (icalendar--datestring-to-isodate): Remove unnecessary
10367 calendar-style check when converting dates with explicit month names.
10368 (icalendar-export-region): Change return type of conversion
10369 subroutines. Bury current buffer unless error occurred.
10370 (icalendar--convert-to-ical)
10371 (icalendar--parse-summary-and-rest): New functions.
10372 (icalendar--convert-ordinary-to-ical)
10373 (icalendar--convert-weekly-to-ical)
10374 (icalendar--convert-yearly-to-ical)
10375 (icalendar--convert-block-to-ical)
10376 (icalendar--convert-cyclic-to-ical)
10377 (icalendar--convert-anniversary-to-ical): Change return type.
10378 Strip trailing blanks from subject.
10379 (icalendar--convert-sexp-to-ical): Change return type.
10380 Strip trailing blanks from subject. Handle simple sexp
10381 entries as generated by icalendar.el.
10382 (icalendar--convert-float-to-ical)
10383 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
10384 (icalendar-import-file): Doc fix.
10385 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
10386 Correct call to icalendar--rris.
10387 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
10388 `summary'.
10389 (icalendar--add-diary-entry): Rename `subject' to `summary'.
10390
10391 2005-10-24 Romain Francoise <romain@orebokech.com>
10392
10393 * server.el (server-sentinel): Set query-on-exit flag to nil on
10394 new client processes (it isn't inherited from the server process).
10395
10396 * replace.el (occur-engine): Rearrange text properties.
10397
10398 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
10399
10400 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
10401 case-fold-search is nil.
10402 (debug-help-follow): Use help-xref-interned directly.
10403
10404 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
10405
10406 * thumbs.el (thumbs-image-type): Add .pbm.
10407
10408 2005-10-23 Richard M. Stallman <rms@gnu.org>
10409
10410 * faces.el (inhibit-face-set-after-frame-default): New variable.
10411 (set-face-attribute): Bind it.
10412 (face-set-after-frame-default): Test it.
10413
10414 * help-fns.el (describe-simplify-lib-file-name): New function.
10415 (describe-function-1, describe-variable): Use it.
10416
10417 * faces.el (describe-face): Use describe-simplify-lib-file-name.
10418
10419 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
10420 Eliminate nil as possible value.
10421 (tooltip-hide-delay): Reduce internal-border-width.
10422
10423 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
10424 (menu-bar-file-menu) <new-file>: Likewise.
10425
10426 * simple.el (line-move-finish): Ignore fields computing LINE-END.
10427
10428 * international/mule.el (load-with-code-conversion):
10429 Pass full file name to `eval-buffer' unless preloading.
10430
10431 * textmodes/flyspell.el (flyspell-large-region):
10432 Call ispell-check-version.
10433
10434 * textmodes/ispell.el (ispell-local-dictionary-overridden):
10435 Fix the make-variable-buffer-local call that was supposed
10436 to be for this variable.
10437 (ispell-aspell-supports-utf8): Doc fix.
10438 (ispell-find-aspell-dictionaries): Preserve elements of
10439 ispell-dictionary-alist for dictionaries that aspell doesn't report.
10440 (ispell-aspell-find-dictionary): Return nil on error.
10441
10442 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
10443 (doctor-symptoms): Likewise.
10444
10445 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
10446
10447 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
10448
10449 * cus-edit.el (custom-button, custom-button-pressed): New vars.
10450 (custom-raised-buttons): Add :set spec.
10451 (custom-button-unraised, custom-button-pressed-unraised):
10452 New faces, so that custom-raised-buttons actually does something.
10453 (custom-mode): Use custom-button and custom-button-pressed.
10454
10455 * wid-edit.el (widget-specify-button): Don't ignore
10456 widget-mouse-face on graphic terminals.
10457 (widget-move-and-invoke): Cleanup.
10458
10459 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
10460
10461 * whitespace.el (whitespace-cleanup): Doc fix.
10462
10463 2005-10-23 Romain Francoise <romain@orebokech.com>
10464
10465 * emulation/viper.el (viper-set-hooks): Quote forms passed to
10466 `eval-after-load' to avoid evaluating their result.
10467
10468 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
10469
10470 * files.el (directory-listing-before-filename-regexp):
10471 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
10472
10473 * dired.el (dired-move-to-filename-regexp): Remove.
10474 All occurences replaced by `directory-listing-before-filename-regexp'.
10475
10476 * dired-x.el, locate.el, vc.el:
10477 Replace `dired-move-to-filename-regexp' by
10478 `directory-listing-before-filename-regexp'. In vc.el it is
10479 overwritten locally; maybe this can be handled in files.el too.
10480
10481 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
10482 replaced by `directory-listing-before-filename-regexp'.
10483
10484 2005-10-23 Andreas Schwab <schwab@suse.de>
10485
10486 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
10487 and eval-next-after-load.
10488
10489 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
10490
10491 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
10492 exist, create it.
10493
10494 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
10495
10496 * allout.el: Remove autoloads for mailcrypt and crypt++.
10497 Require pgg, pgg-gpg during compilation.
10498 (allout-version): Increment version number to 2.1, and use a literal
10499 rather than RCS Id.
10500 (allout-default-encryption-scheme): Remove.
10501 (allout-passphrase-verifier-handling)
10502 (allout-passphrase-verifier-string)
10503 (allout-file-passphrase-verifier-string)
10504 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
10505 (allout-passphrase-hint-handling): Rename and simplify.
10506 (allout-init): Use `find-file-hook' if available, otherwise
10507 `find-file-hooks'.
10508 (allout-mode): Use `write-file-functions' if available, otherwise
10509 `local-write-file-hooks' and, instead of making auto-save-hook
10510 buffer local, make the write-file-hook activity contingent to
10511 allout-mode.
10512 (allout-mode): Use key-binding substitution in the docstring.
10513 (allout-kill-line): Spell-out kill ring data structure mutation
10514 instead of using byte-compiler-complaint-provoking `pop'.
10515 (allout-insert-listified): Use `insert' rather than `insert-string'
10516 (allout-toggle-current-subtree-encryption): Update docstring, adjust
10517 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
10518 (allout-encrypt-string): Totally revamped vis new underlying
10519 encryption facilities.
10520 (allout-mc-activate-passwd): Remove.
10521 (allout-obtain-passphrase): New, more or less replaces
10522 allout-mc-activate-passwd.
10523 (allout-encrypted-key-info): More or less replaces
10524 allout-encrypted-text-type.
10525 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
10526 (my-mark-marker): Use `(featurep 'xemacs)'.
10527
10528 2005-10-23 Lars Hansen <larsh@soem.dk>
10529
10530 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
10531 (byte-compile-file-form-defmumble, byte-compile-defun)
10532 (byte-compile-defmacro): Use it.
10533 (byte-compile-form): Don't call byte-compile-set-symbol-position
10534 when a byte-compile handler is called.
10535
10536 2005-10-22 Romain Francoise <romain@orebokech.com>
10537
10538 * savehist.el (savehist-history-variables): Add `grep-find-history'.
10539
10540 * subr.el (eval-after-load): Convert library name to an absolute
10541 file name using locate-library, since load-history no longer has
10542 library names in it.
10543
10544 2005-10-22 Richard M. Stallman <rms@gnu.org>
10545
10546 * files.el (make-temp-file): Move from subr.el.
10547 * subr.el (make-temp-file): Move to files.el.
10548
10549 * window.el (get-buffer-window-list): Move from subr.el.
10550 * subr.el (get-buffer-window-list): Move to window.el.
10551
10552 * image.el (image-load-path): Use eval-at-startup to initialize.
10553
10554 * subr.el (eval-at-startup): New macro.
10555
10556 * subr.el: Much rearrangement of functions and division
10557 into pages. No code changes.
10558
10559 2005-10-22 Kenichi Handa <handa@m17n.org>
10560
10561 * tar-mode.el (tar-extract): Be sure to call
10562 find-operation-coding-system if set-auto-coding doesn't find a
10563 coding system.
10564
10565 2005-10-22 Kim F. Storm <storm@cua.dk>
10566
10567 * image.el (image-type-header-regexps): Rename from image-type-regexps.
10568 Change users.
10569 (image-type-file-name-regexps): New defconst.
10570 (image-type-from-data): Simplify loop.
10571 (image-type-from-buffer): New defun.
10572 (image-type-from-file-header): Use it instead of image-type-from-data.
10573 Use image-search-load-path instead of only looking in data-directory.
10574 (image-type-from-file-name): New defun.
10575 (image-search-load-path): Change `pathname' to `filename'.
10576 Make PATH arg optional, default to image-load-path.
10577
10578 2005-10-21 Richard M. Stallman <rms@gnu.org>
10579
10580 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
10581
10582 * textmodes/paragraphs.el (sentence-end-base): New variable.
10583 (sentence-end): Use sentence-end-base.
10584
10585 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
10586
10587 * font-lock.el (font-lock-default-fontify-region): Check the multiline
10588 property independently from the font-lock-multiline variable.
10589
10590 2005-10-21 Richard M. Stallman <rms@gnu.org>
10591
10592 * emacs-lisp/find-func.el (find-library-name): Doc fix.
10593
10594 * startup.el (command-line): Convert library names
10595 in `load-history' to absolute file names.
10596
10597 * subr.el (symbol-file): Doc fix.
10598
10599 * loadhist.el (file-loadhist-lookup): Call locate-library
10600 instead of find-library-name. Don't try converting
10601 abs file names to library names, since load-history no longer
10602 has library names in it.
10603 (file-dependents, file-provides, file-requires): Doc fixes.
10604
10605 2005-10-21 Juri Linkov <juri@jurta.org>
10606
10607 * progmodes/etags.el (tags-table-mode): New function.
10608 (tags-verify-table): Replace initialize-new-tags-table with
10609 tags-table-mode.
10610
10611 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
10612 default value.
10613 (desktop-modes-not-to-save): Add tags-table-mode to the
10614 default value.
10615
10616 * info.el (Info-index-next): Add total number of index
10617 alternatives to the message.
10618
10619 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
10620 backward only space (instead of space and period) before looking
10621 at sentence end.
10622
10623 * simple.el (set-variable): Use user-variable-p instead of symbolp.
10624 Add the old variable value as 4th default-value arg of read-string.
10625
10626 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10627
10628 * cus-face.el (custom-declare-face): Make face from X resources
10629 also on Mac.
10630
10631 * disp-table.el (standard-display-g1, standard-display-graphic):
10632 Refuse to use string glyphs also on Mac.
10633 (standard-display-european): Don't set terminal coding system also
10634 on Mac.
10635
10636 * frame.el (display-screens): Use x-display-screens also on Mac.
10637
10638 2005-10-21 Romain Francoise <romain@orebokech.com>
10639
10640 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
10641
10642 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
10643
10644 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
10645 and $? into sexps.
10646
10647 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
10648 warning face on open-paren-in-column-0.
10649
10650 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
10651 boundary case. Fix typo.
10652 Suggested by Martin Rudalics <rudalics@gmx.at>.
10653
10654 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
10655
10656 * textmodes/org.el (org-combined-agenda-icalendar-file)
10657 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
10658 (org-export-icalendar-this-file)
10659 (org-export-icalendar-all-agenda-files)
10660 (org-export-icalendar-combine-agenda-files): New commands.
10661 (org-export-icalendar, org-print-icalendar-entries)
10662 (org-start-icalendar-file, org-finish-icalendar-file)
10663 (org-ical-ts-to-string): New functions.
10664 (org-read-date, org-goto-calendar)
10665 (org-agenda-goto-calendar): Inhibit displaying diary entries by
10666 call to `calendar'.
10667 (orgtbl-setup): Remove the :keys arguments from the menu description.
10668 (org-after-save-iCalendar-file-hook): New variable.
10669
10670 2005-10-21 Kenichi Handa <handa@m17n.org>
10671
10672 * language/vietnamese.el (tcvn-5712): Make it an alias of
10673 vietnamese-tcvn coding-system.
10674
10675 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
10676
10677 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
10678 group id is given.
10679
10680 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
10681
10682 * progmodes/sh-script.el (sh-escaped-line-re): New var.
10683 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
10684 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
10685 whose line is either continued or ends with a comment.
10686
10687 2005-10-20 Romain Francoise <romain@orebokech.com>
10688
10689 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
10690
10691 * replace.el (occur-engine): Add follow-link property.
10692
10693 * font-core.el (font-lock-mode): Doc fix.
10694
10695 2005-10-20 Richard M. Stallman <rms@gnu.org>
10696
10697 * net/rcirc.el: New file.
10698
10699 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
10700
10701 * term.el (term-term-name): Initialize to "eterm-color".
10702
10703 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
10704
10705 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
10706 for encryption functionality.
10707 Move allout customization subgroup from `editing' to `outlines' group.
10708 Fix commentary keywords to legitimate ones.
10709 Update author info (using my current email address, obscurified).
10710 (allout-encrypt-string, allout-encryption-produce-work-buffer)
10711 (allout-encrypted-topic-p, allout-encrypted-text-type)
10712 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
10713 (allout-situate-encryption-key-verifier)
10714 (allout-get-encryption-key-verifier, allout-verify-key)
10715 (allout-next-topic-pending-encryption)
10716 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
10717 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
10718 (outline-key-verifier-handling, outline-key-hint-handling)
10719 (outline-encrypt-unencrypted-on-saves): New defcustoms.
10720 (allout-file-key-verifier-string, allout-encryption-scheme)
10721 (allout-key-verifier-string, allout-key-hint-string)
10722 (allout-after-save-decrypt): New variables.
10723 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
10724 (allout-after-saves-handler): New hook functions.
10725 (allout-post-command-business): Do allout-after-save-decrypt.
10726 (allout-enable-file-variable-adjustment): Custom var to enable
10727 mechanism for adding and adjusting settings of Emacs file variables.
10728 (allout-adjust-file-variable, allout-file-vars-section-data):
10729 New functions, implement the mechanism.
10730 (outlineify-sticky): Use the file vars mechanism.
10731 (allout-inhibit-protection, allout-during-write-cue)
10732 (allout-override-protect, allout-before-change-protect): Remove.
10733 (allout-flag-region, allout-open-topic): Adjust read-only text.
10734 (allout-open-line-not-read-only): Add to facilitate read-only
10735 text based protection.
10736 (allout-kill-line): Revise to adjust read-only text, clue the
10737 user about the inhibition.
10738 (allout-unprotected): Use unwind-protect.
10739 (allout-shift-in, allout-shift-out): Disallow manually shifting a
10740 topic deeper than the offspring depth of the previous topic -
10741 avoiding confusing "containment discontinuities".
10742 (allout-reindent-bodies): Fix retention of body relative hanging
10743 indent during promotion of collapsed bodies.
10744 (allout-open-topic): Make it easy to open new topic with same
10745 bullet as current topic - topic creation functions provided with
10746 any universal argument provokes now prompt for bullet, defaulting
10747 to the bullet of the previous topic.
10748 (allout-plain-bullets-string, allout-distinctive-bullets-string):
10749 Plain bullet alternates `.' period and `,' comma only. All other
10750 bullets are relegated to special status (but customizable).
10751 (allout-end-of-entry): Rename from allout-end-of-current-entry
10752 since it actually operates w.r.t. most immediately containing
10753 entry, visible or not.
10754 (allout-hide-current-entry, allout-show-current-entry): Use the
10755 revised version.
10756 (allout-old-expose-topic): Solidify deprecation.
10757 (allout-end-of-subtree): Add so we can span concealed as well
10758 as visible topics.
10759 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
10760 (allout-end-of-current-heading): Tweak to just respect the first line.
10761 (allout-get-body-text): Add.
10762 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
10763 when invoked interactively.
10764 (allout-up-current-level): Use `interactive-p'.
10765 (allout-mode, allout-init): Miscellaneous docstring and
10766 operational refinements, as well as hookups of new encryption stuff.
10767 (allout-beginning-of-current-entry): Now works as advertised.
10768 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
10769 (allout-isearch-rectification): Refine condition for isearching.
10770 (allout-isearch-abort, allout-enwrap-isearch)
10771 (allout-flag-region, my-region-active-p): Relocate some macros.
10772 (allout-title): Fallback title is (buffer-name), not
10773 non-existing (current-buffer-name).
10774 (subst-char-in-string): Define if absent (for some XEmacs versions).
10775
10776 2005-10-20 Jari Aalto <jari.aalto@cante.net>
10777
10778 * mail/sendmail.el (mail-setup-hook, mail-aliases)
10779 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
10780 (mail-citation-prefix-regexp, mail-signature-file)
10781 (mail-default-headers, mail-bury-selects-summary)
10782 (mail-send-nonascii): Add autoload cookies.
10783
10784 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
10785
10786 * frame.el (blink-cursor-mode): Add `mac' to the list of
10787 window-system's that support blinking cursor.
10788
10789 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
10790
10791 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
10792
10793 2005-10-20 Eli Zaretskii <eliz@gnu.org>
10794
10795 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
10796 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
10797 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
10798
10799 2005-10-20 Kim F. Storm <storm@cua.dk>
10800
10801 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
10802 (ido-set-current-directory): Don't add / after final @.
10803 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
10804 Explicitly handle ange-ftp completion oddities.
10805 (ido-make-file-list): Don't rotate list at tramp root to avoid
10806 triggering tramp file handler for expand-file-name via get-file-buffer.
10807
10808 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
10809
10810 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
10811
10812 2005-10-19 Jay Belanger <belanger@truman.edu>
10813
10814 * calc/calc-units.el (math-standard-units): Add units, adjust
10815 symbols and update values.
10816 (math-unit-prefixes): Add more prefixes.
10817
10818 2005-10-19 Romain Francoise <romain@orebokech.com>
10819
10820 * bookmark.el (bookmark-menu-heading): New face.
10821 (bookmark-bmenu-list): Use it.
10822 Don't fiddle with `baud-rate' at top-level.
10823
10824 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
10825
10826 * image.el (create-image, find-image): Mention max-image-size in
10827 docstring.
10828
10829 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
10830
10831 * savehist.el (savehist-load): Revert to checking XEmacs.
10832
10833 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
10834 Various docstring and line-width fixups.
10835 (conf-mode): Use cond.
10836 Set font-lock-defaults. Don't set comment-use-syntax.
10837
10838 2005-10-18 David Ponce <david@dponce.com>
10839
10840 * tree-widget.el (tree-widget-button-click): New function.
10841 (tree-widget-button-keymap): Use it.
10842
10843 2005-10-18 Romain Francoise <romain@orebokech.com>
10844
10845 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
10846 (bookmark-bmenu-hide-filenames): Add follow-link property.
10847 Improve help-echo text.
10848
10849 * ffap.el (find-file-at-point): Doc fix.
10850
10851 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10852
10853 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
10854
10855 2005-10-18 Masatake YAMATO <jet@gyve.org>
10856
10857 Install to the CVS repository what I forgot to install in my
10858 2005-10-16 changes.
10859
10860 * progmodes/python.el (python-complete-symbol): Pass the common
10861 prefix substring of completion to `display-completion-list'.
10862
10863 * textmodes/org.el (org-complete): Ditto.
10864
10865 2005-10-18 Masatake YAMATO <jet@gyve.org>
10866
10867 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
10868
10869 * woman.el (WoMan-xref-man-page): New button type derived
10870 from `Man-abstract-xref-man-page'.
10871 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
10872
10873 * man.el (Man-abstract-xref-man-page): New button type.
10874 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
10875 (Man-highlight-references): Add new optional argument `xref-man-type'.
10876
10877 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
10878
10879 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
10880
10881 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
10882
10883 * cus-edit.el (Custom-move-and-invoke): Delete.
10884 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
10885
10886 * wid-edit.el (widget-move-and-invoke): New function, from
10887 Custom-move-and-invoke.
10888
10889 2005-10-17 Bill Wohler <wohler@newt.com>
10890
10891 Move all remaining images from lisp/toolbar to etc/images, move
10892 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
10893 the low resolution images in their own directory (low-color).
10894
10895 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
10896 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
10897 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
10898 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
10899 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
10900 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
10901 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
10902
10903 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
10904 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
10905 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
10906 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
10907 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
10908 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
10909 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
10910 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
10911 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
10912 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
10913 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
10914 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
10915 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
10916 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
10917 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
10918
10919 To conform with convention, replace the underscore (_) in the
10920 following image names with dash (-) or (/) as appropriate.
10921
10922 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
10923 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
10924 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
10925 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
10926 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
10927 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
10928 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
10929 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
10930 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
10931 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
10932 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
10933 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
10934 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
10935 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
10936 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
10937
10938 * info.el (info-tool-bar-map): Replace underscores in image names
10939 with dashes.
10940
10941 * makefile.w32-in (WINS): Remove toolbar.
10942
10943 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
10944
10945 * tool-bar.el: Move to lisp from toolbar. Now that
10946 toolbar is empty, it should be deleted when folks run "cvs up -P".
10947
10948 2005-10-18 Jay Belanger <belanger@truman.edu>
10949
10950 * calc/calc-store.el (calc-store-into): Get the proper variable name
10951 to display in message.
10952
10953 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
10954
10955 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
10956 expressions display in speedbar for all buffers when debugging.
10957 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
10958
10959 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
10960 (speedbar-insert-button, speedbar-make-button):
10961 Use add-text-properties.
10962 (speedbar-update-localized-contents)
10963 (speedbar-update-directory-contents)
10964 (speedbar-update-special-contents): Use dolist.
10965 (speedbar-buffer-easymenu-definition): Add a menu separator.
10966
10967 2005-10-17 Jason Rumney <jasonr@gnu.org>
10968
10969 * makefile.w32-in: Use $(lisp) consistently.
10970 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
10971 for shell specific generation of mh-autoloads.
10972
10973 2005-10-17 Richard M. Stallman <rms@gnu.org>
10974
10975 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
10976
10977 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
10978
10979 * jit-lock.el (jit-lock-fontify-now):
10980 Move jit-lock-context-unfontify-pos to avoid wasted work.
10981
10982 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
10983
10984 * net/tramp.el (tramp-completion-mode): New defvar. Used in
10985 `tramp-completion-mode' for checking if we are in completion mode.
10986 (tramp-completion-handle-file-name-all-completions): Reorder code
10987 in order to complete for file names only in case there are no
10988 method/user/host completions. This is necessary for cooperation
10989 with ido. Reported by Kim F. Storm <storm@cua.dk>.
10990
10991 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
10992
10993 * longlines.el (longlines-search-forward)
10994 (longlines-search-backward): Match any number of spaces.
10995
10996 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
10997
10998 * diff-mode.el (diff-mode): Doc fix.
10999
11000 2005-10-16 David Reitter <david.reitter@gmail.com>
11001
11002 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
11003 as default on darwin and windows systems.
11004
11005 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
11006
11007 * arc-mode.el (archive-zip-extract): Doc fix.
11008
11009 2005-10-16 Romain Francoise <romain@orebokech.com>
11010
11011 * mouse.el (mouse-1-click-follows-link): Doc fix.
11012
11013 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
11014
11015 * savehist.el: Don't require CL at runtime.
11016 (savehist-xemacs): Remove.
11017 (savehist-coding-system): Use utf-8 if present, regardless of religion.
11018 (savehist-no-conversion): Use (featurep 'xemacs).
11019 (savehist-load): Check existence of start-itimer rather than XEmacs.
11020 Use an idle timer.
11021 (savehist-process-for-saving): Replace use of CL funs `subseq' and
11022 `delete-if-not'.
11023
11024 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
11025
11026 * savehist.el: Newer version.
11027 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
11028 (savehist-last-checksum, savehist-no-conversion): New vars.
11029 (savehist-autosave, savehist-process-for-saving, savehist-printable):
11030 New functions.
11031 (savehist-load, savehist-save): Use them.
11032 (savehist-delimit): Remove.
11033
11034 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
11035
11036 * progmodes/compile.el (compilation-goto-locus): Display the
11037 compilation buffer first and the source buffer second, in case they're
11038 in overlapping frames. Don't raise the compilation frame if it was the
11039 selected window upon entry. Pass the `other-window' arg to
11040 pop-to-buffer.
11041
11042 * info.el (Info-fontify-node): Use dolist.
11043 Change add-text-properties to put-text-property.
11044
11045 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11046
11047 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
11048 bound of search.
11049
11050 2005-10-16 Masatake YAMATO <jet@gyve.org>
11051
11052 * dabbrev.el (dabbrev-completion): Pass the common
11053 prefix substring of completion to `display-completion-list'.
11054
11055 * filecache.el (file-cache-minibuffer-complete)
11056 (file-cache-complete): Ditto.
11057
11058 * tempo.el (tempo-display-completions): Ditto.
11059
11060 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
11061
11062 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
11063
11064 * eshell/em-hist.el (eshell-list-history): Ditto.
11065
11066 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
11067
11068 * mail/mailalias.el (mail-complete): Ditto.
11069
11070 * progmodes/etags.el (complete-tag): Ditto.
11071
11072 * progmodes/make-mode.el (makefile-complete): Ditto.
11073
11074 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
11075
11076 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
11077
11078 * progmodes/pascal.el (pascal-complete-word)
11079 (pascal-show-completions): Ditto.
11080
11081 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
11082
11083 * simple.el (completion-common-substring): New variable.
11084 (completion-setup-function): Use `completion-common-substring'
11085 to put faces.
11086
11087 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11088
11089 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
11090 (x-get-selection, mac-select-convert-to-string): Convert from/to
11091 UTF-16 clipboard data as in native byte order, no BOM.
11092
11093 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
11094
11095 * progmodes/gud.el (gud-tool-bar-map): Rename the images
11096 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
11097 (gud-sentinel): Use speedbar-frame to check for speedbar.
11098
11099 2005-10-15 Richard M. Stallman <rms@gnu.org>
11100
11101 * savehist.el: New file.
11102
11103 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
11104
11105 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
11106 Fix bug in \bf fontification.
11107
11108 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
11109
11110 * pcvs.el (cvs-edit-log-files): New var.
11111 (cvs-mode-edit-log): New arg `file'.
11112 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
11113 Instead force the use of the original file and nothing else.
11114 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
11115 the cvs-minor-wrap-function is set.
11116 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
11117
11118 2005-10-14 Bill Wohler <wohler@newt.com>
11119
11120 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
11121 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
11122 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
11123 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
11124 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
11125 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
11126 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
11127 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
11128 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
11129 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
11130 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
11131 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
11132 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
11133 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
11134 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
11135
11136 * progmodes/gud.el (gud-tool-bar-map): Rename the images
11137 appropriately (for example, gud-break to gud/break).
11138
11139 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
11140
11141 * longlines.el (longlinges-search-function)
11142 (longlines-search-forward, longlines-search-backward): New functions.
11143 (longlines-mode): Set isearch-search-fun-function to
11144 longlinges-search-function.
11145
11146 * mouse.el (mouse-drag-region-1): Handle the case where a
11147 double-click event is bound to an arbitrary function.
11148
11149 2005-10-14 David Ponce <david@dponce.com>
11150
11151 * recentf.el (recentf-track-opened-file)
11152 (recentf-track-closed-file, recentf-update-menu)
11153 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
11154 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
11155 mouse-1-click-follows-link.
11156
11157 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11158
11159 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
11160 Gnome file-manager.png. Suggested by
11161 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
11162
11163 * toolbar/README: Add diropen.xpm.
11164
11165 2005-10-13 Bill Wohler <wohler@newt.com>
11166
11167 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
11168 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
11169
11170 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
11171
11172 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
11173 Don't waste the byte-compiler's time on constant data.
11174
11175 2005-10-13 Kenichi Handa <handa@m17n.org>
11176
11177 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
11178 byte with `escape-glyph' face.
11179
11180 * international/fontset.el (ccl-encode-unicode-font):
11181 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
11182 Handle the case that ucs-mule-to-mule-unicode translates a character to
11183 ASCII (usually for IPA characters).
11184
11185 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
11186
11187 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
11188 Don't hide the underline of titles if font-lock-mode is disabled.
11189
11190 2005-10-12 Bill Wohler <wohler@newt.com>
11191
11192 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
11193 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
11194 files in MH-E-SRC have been updated.
11195 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
11196
11197 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
11198
11199 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
11200 (mixal-mode-syntax-table): Add \n as end-comment.
11201 (mixal-operation-codes-alist): Immediately initialize to full value.
11202 (mixal-add-operation-code): Remove.
11203 (mixal-describe-operation-code): Make the arg non-optional.
11204 Use the interactive spec instead.
11205 Use mixal-operation-codes-alist rather than mixal-operation-codes.
11206 (mixal-font-lock-keywords): Don't highlight comments here any more.
11207 (mixal-font-lock-syntactic-keywords): New var.
11208 (mixal-mode): Use it. Fix comment-start-skip.
11209
11210 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11211
11212 * startup.el (command-line-x-option-alist): -nb => -nbi
11213
11214 2005-10-12 Kim F. Storm <storm@cua.dk>
11215
11216 * startup.el (fancy-splash-default-action): Discard mouse click in
11217 the splash screen window, as it has no sensible meaning in the
11218 next window to be selected. Fixes error reported by Jan D.
11219
11220 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
11221
11222 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
11223
11224 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
11225
11226 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
11227 Try to fix up minor layout issues like indentation, line break, etc...
11228 (mixal-mode-syntax-table): Don't try to specify comment syntax,
11229 because it doesn't work.
11230 (mixal-operation-codes): Add some more codes.
11231 (mixal-font-lock-keywords): Process comments here.
11232 (mixal-mode): mixasm no longer needs -g option.
11233
11234 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
11235
11236 * progmodes/sh-script.el (sh-tmp-file):
11237 Use mktemp -t. Finish support for es and rc shells.
11238
11239 2005-10-11 Jay Belanger <belanger@truman.edu>
11240
11241 * calc/calcalg2.el (calc-integral): With an argument, compute the
11242 definite integral.
11243
11244 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
11245
11246 * mouse.el (mouse-drag-region-1): Don't try to catch a
11247 double-click when doing follow-link (it's overridden anyway).
11248
11249 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
11250
11251 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
11252 (autoload-print-form-outbuf): Add docstring.
11253
11254 2005-10-11 Juri Linkov <juri@jurta.org>
11255
11256 * info.el (Info-mode-menu): Delete menu item "Edit".
11257 (Info-mode): Delete description of Info-edit from docstring,
11258 and rearrange descriptions of Info commands in the order
11259 they are documented in the Info manual.
11260
11261 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
11262
11263 * calendar/appt.el (appt-check): Use diary-selective-display var.
11264
11265 2005-10-10 Richard M. Stallman <rms@gnu.org>
11266
11267 * net/newsticker.el (newsticker-start, newsticker-show-news):
11268 Add autoload cookies.
11269
11270 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
11271
11272 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
11273
11274 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
11275
11276 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
11277
11278 2005-10-10 Jay Belanger <belanger@truman.edu>
11279
11280 * calc/calc-arith.el (math-check-known-scalarp)
11281 (math-check-known-matrixp): Check the values of arguments that are
11282 variables.
11283 (math-check-known-square-matrixp): New function.
11284 (math-known-square-matrixp): Use math-check-known-square-matrixp.
11285 (math-super-types): Add sqmatrix type.
11286
11287 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
11288 mode name `square' to `sqmatrix'.
11289
11290 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
11291 mode name `square' to `sqmatrix'.
11292
11293 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
11294
11295 * progmodes/etags.el (select-tags-table-mode): Don't use
11296 selective-display.
11297 (tags-select-tags-table): Pass `button' to the action function.
11298 (select-tags-table): Place the side-info on button properties rather
11299 than in hidden text. Abbreviate file names.
11300 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
11301 (select-tags-table-select): Add `button' argument.
11302 Get side-info from the button property rather than from hidden text.
11303
11304 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
11305
11306 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
11307 (gud-speedbar-buttons): Preserve point if possible.
11308 (gud-sentinel): Restore previous speedbar display type.
11309
11310 * progmodes/gdb-ui.el (gdba): Improve diagram.
11311 (def-gdb-auto-update-handler, gdb-info-locals-handler)
11312 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
11313 Call get-buffer-window once.
11314
11315 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
11316
11317 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
11318 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
11319 (pascal-indent-command): Remove unused var `ind'.
11320 (pascal-indent-case): Remove unused var `oldpos'.
11321 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
11322 since it's now used as a proper minor mode map.
11323 (pascal-outline): Rename to pascal-outline-mode.
11324 (pascal-outline-mode): Use define-minor-mode.
11325 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
11326 selective-display.
11327
11328 2005-10-10 Andreas Schwab <schwab@suse.de>
11329
11330 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
11331 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
11332
11333 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
11334 outside source directory.
11335
11336 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
11337
11338 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
11339 C-x' as a prefix.
11340 (orgtbl-mode-map): Full keymap instead of sparse, because all
11341 `self-insert-command' keys are redefined in this map.
11342 (org-export-as-html): Specify charset for HTML file, by taking it
11343 from the coding system.
11344
11345 2005-10-10 Kenichi Handa <handa@m17n.org>
11346
11347 * textmodes/flyspell.el (flyspell-check-word-p):
11348 If unread-command-events is non-empty, don't call sit-for.
11349
11350 2005-10-09 Richard M. Stallman <rms@gnu.org>
11351
11352 * font-lock.el (font-lock-syntactic-keywords)
11353 (font-lock-keywords): Doc fixes.
11354
11355 * textmodes/flyspell.el (flyspell-external-point-words):
11356 Simplify logic, and don't try to check for consecutive appearances
11357 of one incorrect word.
11358
11359 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
11360
11361 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
11362 separator.
11363
11364 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
11365 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
11366 (gud-expansion-speedbar-buttons): New function.
11367 (gud-speedbar-buttons): Check for gud-comint-buffer.
11368
11369 2005-10-09 Bill Wohler <wohler@newt.com>
11370
11371 * Makefile.in (updates): Add mh-loaddefs dependency.
11372
11373 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
11374
11375 * speedbar.el (speedbar-file-key-map): Fix typo.
11376
11377 2005-10-09 Daniel Brockman <daniel@brockman.se>
11378
11379 * cus-start.el (line-spacing): Add custom spec.
11380
11381 2005-10-09 Romain Francoise <romain@orebokech.com>
11382
11383 * textmodes/ispell.el (ispell-check-version): Fix last change.
11384
11385 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11386
11387 * term/x-win.el: Remove -i, --icon-type from comment.
11388
11389 * startup.el (command-line-x-option-alist): Remove options -i,
11390 -itype, --icon-type, added -nb, --no-bitmap-icon
11391
11392 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
11393
11394 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
11395 instead of :active.
11396
11397 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
11398
11399 * textmodes/ispell.el (ispell-check-version):
11400 Ignore hyphen, and all that follows, in aspell's version text.
11401
11402 2005-10-08 Jay Belanger <belanger@truman.edu>
11403
11404 * calc/calc-arith.el (math-known-square-matrixp): New function.
11405 (math-pow-fancy): Check for matrices before distributing exponent
11406 across products.
11407
11408 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
11409 fullscreen keypad. Suggested by Luc Teirlinck.
11410 (calc-keypad-show-input): Add space for formatting.
11411
11412 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
11413 Add square matrix option.
11414
11415 * calc/calc-poly.el (math-expand-term): Check for matrices instead
11416 of checking calc-matrix-mode when deciding how to expand.
11417
11418 * calc/calc.el (calc-set-mode-line): Add square matrix option.
11419
11420 2005-10-08 Lars Hansen <larsh@soem.dk>
11421
11422 * net/tramp.el (tramp-perl-directory-files-and-attributes):
11423 Add error handling.
11424 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
11425
11426 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
11427
11428 Sync with Tramp 2.0.51.
11429
11430 * net/tramp.el (tramp-handle-set-visited-file-modtime)
11431 (tramp-handle-insert-file-contents, tramp-handle-write-region):
11432 Insert special handling for `last-coding-system-used', again
11433 it still seems to be necessary (unlike stated before).
11434 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
11435 (tramp-password-prompt-regexp): There might be other words before
11436 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
11437 (tramp-chunksize): Improve docstring.
11438 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
11439 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
11440 Christian Joergensen <bugs@razor.dk>.
11441
11442 2005-10-07 Glenn Morris <rgm@gnu.org>
11443
11444 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
11445 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
11446 precision'.
11447
11448 2005-10-07 Romain Francoise <romain@orebokech.com>
11449
11450 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
11451 (ibuffer-do-shell-command-pipe-replace)
11452 (ibuffer-do-shell-command-file, ibuffer-do-eval)
11453 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
11454 (ibuffer-do-revert, ibuffer-do-replace-regexp)
11455 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
11456 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
11457 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
11458 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
11459 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
11460 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
11461 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
11462 Autoload file sans suffix.
11463
11464 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
11465
11466 2005-10-07 David Ponce <david@dponce.com>
11467
11468 * recentf.el (recentf-menu-open-all-flag): New option.
11469 (recentf-digit-shortcut-command-name): New function.
11470 (recentf--shortcuts-keymap): New variable.
11471 (recentf-menu-shortcuts): New variable.
11472 (recentf-make-menu-items): Initialize it. Replace the "More..."
11473 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
11474 (recentf-menu-value-shortcut): New function.
11475 (recentf-make-menu-item): Use it. No more in-lined.
11476 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
11477 (recentf-open-most-recent-file): Rename from
11478 `recentf-open-file-with-key'. Don't depend on key binding.
11479 (recentf-mode-map): New variable.
11480 (recentf-mode): Use it.
11481
11482 2005-10-06 Bill Wohler <wohler@newt.com>
11483
11484 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
11485
11486 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
11487 (MH-E-SRC): New. Used by mh-autoloads.
11488 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
11489 files in MH-E-SRC have been updated.
11490 (compile, recompile, bootstrap): Depend on mh-autoloads.
11491
11492 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
11493
11494 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
11495 gud-break and gud-remove icons when the fringe is not available.
11496
11497 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
11498 Typo.
11499
11500 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
11501
11502 * play/zone.el (zone): Wrap body with save-window-excursion.
11503
11504 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
11505
11506 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
11507 Use the new `list-only' arg to diary-list-entries.
11508
11509 * calendar/diary-lib.el: Use overlays rather than selective-display.
11510 (diary-selective-display): New var.
11511 (diary-header-line-format): Use it.
11512 (diary-list-entries): Add argument `list-only'.
11513 Put the buffer in diary-mode. Don't add \^M at beg and end.
11514 Replace \^M by invisible overlays.
11515 (diary-unhide-everything): Replace \^M by invisible overlays.
11516 (print-diary-entries): Look for overlays rather than \^M.
11517 Add a space to the temp buffer name.
11518 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
11519 Put the buffer in diary-mode.
11520 (list-sexp-diary-entries): Replace \^M by invisible overlays.
11521 (diary-anniversary): Make the year arg optional.
11522 (diary-time-regexp): New const.
11523 (diary-font-lock-keywords): Use it to accept a few more time formats.
11524
11525 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
11526
11527 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
11528
11529 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
11530 Fix bug introduced 2005-07-03: Use (car (last ...))
11531 to faithfully reproduce replaced artist-last.
11532 (artist-set-arrow-points-for-poly): Likewise.
11533 Suggested by Johan Bockg\e,Ae\e(Brd.
11534
11535 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
11536
11537 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
11538 * wid-edit.el (widget):
11539 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
11540 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
11541
11542 2005-10-06 Kenichi Handa <handa@m17n.org>
11543
11544 * international/mule-cmds.el (set-language-environment):
11545 Fix setting up of case-table for unibyte mode.
11546
11547 * simple.el (what-cursor-position): If the character is displayed
11548 by some `display' text property, show that. Don't use
11549 single-key-description for eight-bit characters in multibyte mode.
11550
11551 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
11552
11553 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
11554 (gdb-ann3): Set it.
11555 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
11556 (gdb-info-frames-custom): Use inverse-video for first five
11557 characters of selected frame only.
11558 (gdb-get-frame-number): Select frame even when point is on frame
11559 number.
11560
11561 2005-10-06 Masatake YAMATO <jet@gyve.org>
11562
11563 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
11564 Put `font-lock-function-name-face'.
11565 (gdb-info-frames-custom): Put `font-lock-function-name-face'
11566 and `font-lock-variable-name-face'
11567 (gdb-registers-font-lock-keywords): New font lock keywords definition.
11568 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
11569 (gdb-memory-font-lock-keywords): New font lock keywords definition.
11570 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
11571 (gdb-local-font-lock-keywords): New font lock keywords definition.
11572 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
11573 (gdb-threads-font-lock-keywords): New font lock keywords definition.
11574 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
11575
11576 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
11577
11578 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
11579 (ediff-merge-region-is-non-clash-to-skip): Previously called
11580 ediff-merge-region-is-non-clash.
11581
11582 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
11583 Use insert-buffer-substring.
11584
11585 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
11586 selecting files to patch. Also bug fixes.
11587
11588 * ediff-util.el (ediff-setup): Bug fix.
11589 (ediff-next-difference): Never skip clashes that differ in white
11590 space only.
11591
11592 * ediff-wind.el (ediff-setup-control-frame)
11593 (ediff-destroy-control-frame): Check the menubar feature.
11594
11595 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
11596 (viper-refresh-mode-line): Use make-local-variable to localize
11597 some vars instead of make-variable-buffer-local. Suggested by
11598 Stefan Monnier.
11599
11600 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
11601 (viper-restore-cursor-type, viper-set-insert-cursor-type):
11602 Use make-local-variable instead of make-variable-buffer-local.
11603 Suggested by Stefan Monnier.
11604
11605 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
11606 (viper-comint-mode-hook): Use make-local-variable on
11607 require-final-newline.
11608 (viper-non-hook-settings): Don't use make-variable-buffer-local.
11609
11610 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
11611
11612 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
11613 also the second char of a comment-start sequence.
11614 (scheme-sexp-comment-syntax-table): New var.
11615 (lambda, define): Set their scheme-doc-string-elt property.
11616 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
11617 Use lisp-font-lock-syntactic-face-function now that it properly
11618 handles |...| symbols.
11619 (scheme-mode-variables): Set lisp-doc-string-elt-property,
11620 parse-sexp-lookup-properties and font-lock-extra-managed-props.
11621
11622 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
11623 bit from # to |.
11624 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
11625
11626 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
11627 (lisp-doc-string-elt-property): New var.
11628 (lisp-font-lock-syntactic-face-function): Use it.
11629 Rewrite to recognize docstrings even for forms not at toplevel.
11630
11631 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
11632 annotation on the | part of #| rather than on the # part.
11633 (scheme-font-lock-syntactic-face-function): New function, to
11634 distinguish strings from |...| symbols.
11635 (scheme-mode-variables): Use it. Also fix up the font-lock-time
11636 syntax-table so that #|...|# is properly highlighted.
11637
11638 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
11639 Don't mark as docstring the 3rd elem of an unknown toplevel form.
11640
11641 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
11642
11643 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
11644 and C-e.
11645
11646 * emacs-lisp/eldoc.el: Move comments into docstrings.
11647 (eldoc-message-commands): Initialize in its declaration.
11648 Add move-beginning-of-line and move-end-of-line.
11649 (eldoc-add-command, eldoc-add-command-completions)
11650 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
11651
11652 * outline.el (outline-mark-subtree): Activate the mark.
11653
11654 * calendar/appt.el (appt-time-regexp): New var.
11655 (appt-add, appt-make-list): Use it.
11656 (appt-convert-time): Clean up.
11657
11658 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
11659 Don't set any syntax-table property here.
11660 (tex-font-lock-verb): New function. Do it here.
11661 (tex-font-lock-syntactic-keywords): Use it.
11662
11663 2005-10-04 Richard M. Stallman <rms@gnu.org>
11664
11665 * wid-edit.el (widget-file-complete): Get the widget start point
11666 the right way. Default directory to `/' if file has none.
11667
11668 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
11669
11670 * textmodes/flyspell.el (flyspell-mode-on):
11671 Call ispell-maybe-find-aspell-dictionaries.
11672
11673 * textmodes/ispell.el (ispell-word, ispell-region):
11674 Call ispell-maybe-find-aspell-dictionaries.
11675 (ispell-accept-buffer-local-defs):
11676 Don't call ispell-maybe-find-aspell-dictionaries
11677
11678 2005-10-04 Richard M. Stallman <rms@gnu.org>
11679
11680 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
11681
11682 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
11683
11684 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
11685 instead of `fboundp' in order to allow for anonymous functions.
11686
11687 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
11688
11689 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
11690 case the user clicks on the link while another window is selected.
11691 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
11692
11693 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
11694 functionality.
11695 (dframe-help-echo): Save point in case mouse tracking is off.
11696
11697 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
11698
11699 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
11700
11701 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
11702
11703 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
11704 not change the global value of those vars.
11705
11706 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
11707 make-local-variable which we do not need any more.
11708
11709 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
11710
11711 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
11712 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
11713 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
11714 (speedbar-path-line): Define obsolete aliases.
11715 (speedbar-line-directory): Doc fix.
11716
11717 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
11718 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
11719 instead of speedbar-line-path.
11720
11721 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11722
11723 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
11724 to nil if dropping on a window. Handle dropping on a minibuffer window
11725 like dropping on a non-window part of Emacs.
11726
11727 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
11728
11729 * net/ange-ftp.el: Use with-current-buffer.
11730 (ange-ftp-insert-directory): Do not follow symlinks any more.
11731
11732 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
11733 Remove interactive spec.
11734
11735 2005-10-03 Kim F. Storm <storm@cua.dk>
11736
11737 * ido.el (ido-mode): Use custom-initialize-set.
11738
11739 2005-10-02 Richard M. Stallman <rms@gnu.org>
11740
11741 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
11742 Use insert-buffer-substring.
11743
11744 * net/tramp.el: Pacify byte compiler warnings in pacification code.
11745 (tramp-handle-file-local-copy): Use insert-buffer-substring.
11746
11747 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
11748
11749 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
11750 in last change.
11751 (ange-ftp-insert-directory): Fix up the search for the case where
11752 `file' is absolute.
11753
11754 2005-10-02 Romain Francoise <romain@orebokech.com>
11755
11756 * progmodes/compile.el (compile-goto-error): Delete extra paren.
11757
11758 2005-10-02 Andreas Schwab <schwab@suse.de>
11759
11760 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
11761 directory component in the session info.
11762
11763 2005-10-01 Richard M. Stallman <rms@gnu.org>
11764
11765 * comint.el (comint-redirect-subvert-readonly): Doc fix.
11766
11767 * simple.el (next-error-internal): New function.
11768
11769 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
11770 (compilation-start): Pass new arg to compilation-buffer-name.
11771 (compile-goto-error): Use next-error-internal.
11772
11773 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
11774
11775 * speedbar.el: Remove RCS tag.
11776 (speedbar-check-read-only): Handle non-existent files.
11777
11778 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
11779
11780 * info.el (Info-speedbar-hierarchy-buttons)
11781 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
11782
11783 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11784
11785 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
11786 Do not match newline.
11787 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
11788 (bibtex-summary): Remove unnecessary save-excursion.
11789 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
11790
11791 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11792
11793 * term/mac-win.el: Add charset info for "iso10646-1".
11794 Modify default fontset to use ATSUI-compatible fonts for some charsets
11795 if available.
11796
11797 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
11798
11799 * speedbar.el: Re-apply arch tag.
11800 (speedbar-version): Rename to version 1.0. Suggested by Eric
11801 M. Ludlam.
11802 Reapply two changes from Emacs CVS' version of speedbar lost
11803 during the merge:
11804 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
11805 (speedbar-frame-parameters): Improve customize type.
11806
11807 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
11808
11809 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
11810 (ange-ftp-file-directory-p): Fix the symlink case.
11811 (ange-ftp-insert-directory): When listing a single file, get a list of
11812 the parent buffer and extract the relevant line. Inspired from a patch
11813 by Katsumi Yamaoka <yamaoka@jpl.org>.
11814 (ange-ftp-file-name-sans-versions): Simplify.
11815
11816 2005-09-30 Bill Wohler <wohler@newt.com>
11817
11818 Move MH-E image files from toolbar and mail directories into
11819 etc/images.
11820
11821 * mail/reply2.*: Move to etc/images/mail/reply*.
11822
11823 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
11824 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
11825 etc/images.
11826
11827 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
11828 * toolbar/reply*: Move to etc/images/mail.
11829
11830 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
11831
11832 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
11833
11834 * speedbar.el: New version 1.0pre3.
11835
11836 Frame management code (including timer, and mouse click specifics)
11837 moved to dframe.el:
11838 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
11839 (speedbar-timer): Removed. Use dframe-timer.
11840 (speedbar-close-frame): Removed. Use dframe-close-frame.
11841 (speedbar-activity-change-focus-flag): Removed. Use
11842 dframe-activity-change-focus-flag.
11843 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
11844 dframe-update-speed.
11845
11846 (speedbar-current-frame): New macro. Use this instead of the
11847 variable speedbar-frame.
11848
11849 (speedbar-use-images, speedbar-expand-image-button-alist)
11850 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
11851
11852 (speedbar-find-image-on-load-path): Removed. Replaced by
11853 defezimage in ezimage.el.
11854 (speedbar-expand-image-button-alist): Removed. Replaced by
11855 ezimage-expand-image-button-alist in ezimage.el.
11856
11857 (speedbar-ignored-directory-regexp)
11858 (speedbar-add-ignored-directory-regexp)
11859 (speedbar-ignored-directory-expressions)
11860 (speedbar-line-directory, speedbar-buffers-line-directory)
11861 (speedbar-directory-line, speedbar-buffers-line-directory):
11862 Renamed, replacing `path' with `directory'.
11863
11864 (speedbar-create-directory, speedbar-expand-line-descendants)
11865 (speedbar-toggle-line-expansion)
11866 (speedbar-contract-line-descendants): New commands.
11867
11868 (speedbar-query-confirmation-method, speedbar-select-frame-method)
11869 (speedbar-use-tool-tips-flag): New options.
11870
11871 (speedbar-check-read-only, speedbar-require-version)
11872 (speedbar-insert-separator, speedbar-buffers-tail-notes)
11873 (speedbar-handle-delete-frame, speedbar-try-completion)
11874 (speedbar-update-localized-contents): New functions.
11875
11876 (speedbar-incompatible-version, speedbar-ro-to-do-point)
11877 (speedbar-object-read-only-indicator): New variables.
11878
11879 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
11880 New hooks.
11881
11882 (speedbar-separator-face): New face.
11883
11884 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
11885 (speedbar-ignored-modes): Add fundamental-mode.
11886 (speedbar-directory-unshown-regexp): Add . directories.
11887
11888 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
11889 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
11890 `]' for full expand/close.
11891 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
11892
11893 (speedbar-check-vc): Support hidden files.
11894 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
11895 (speedbar-this-file-in-vc): Use vc-state if available. If VC
11896 state is nil, it is not checked out.
11897
11898 (speedbar-line-text, speedbar-line-token): Support expand buttons
11899 with no text.
11900 (speedbar-refresh): Universal argument acts as power-click.
11901 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
11902 that buffer to get variable values.
11903
11904 And many other bugfixes.
11905
11906 * dframe.el, ezimage.el, sb-image.el: New files.
11907
11908 * sb-*.xpm: Remove files. New image files installed into
11909 etc/images/ezimage.
11910
11911 2005-09-30 Kenichi Handa <handa@m17n.org>
11912
11913 * ps-mule.el (ps-mule-show-warning): If a character is in
11914 ps-print-translation-table, don't treat it as non-printable.
11915
11916 2005-09-30 David Ponce <david@dponce.com>
11917
11918 * tree-widget.el (tree-widget-themes-load-path): New variable.
11919 (tree-widget-themes-directory): Doc fix.
11920 (tree-widget-image-formats) [Emacs]: Doc fix.
11921 (tree-widget--locate-sub-directory): New function.
11922 (tree-widget-themes-directory): Use it.
11923
11924 * recentf.el (recentf-filename-handlers): Rename from
11925 `recentf-filename-handler'. Allow a list of functions.
11926 (recentf-menu-items-for-commands): Fix :help strings.
11927 (recentf-apply-filename-handlers): New function.
11928 (recentf-expand-file-name): Use it.
11929 (recentf-cleanup): Remove duplicates too.
11930
11931 2005-09-29 Juri Linkov <juri@jurta.org>
11932
11933 * faces.el: Rearrange face definitions to be in the same order as
11934 their face descriptions in "(emacs)Standard Faces".
11935
11936 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
11937
11938 * tooltip.el (tooltip): Add group `basic-faces'.
11939
11940 * buff-menu.el (Buffer-menu-buffer): Remove group
11941 `font-lock-highlighting-faces'.
11942
11943 * progmodes/compile.el (compilation-error, compilation-warning)
11944 (compilation-info, compilation-line-number, compilation-column-number):
11945 Change group from `font-lock-highlighting-faces' to `compilation'.
11946
11947 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
11948 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
11949 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
11950 (vhdl-font-lock-reserved-words-face)
11951 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
11952 `font-lock-highlighting-faces'.
11953
11954 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
11955
11956 2005-09-28 Kim F. Storm <storm@cua.dk>
11957
11958 * emulation/cua-base.el: Set CUA move property on additional commands:
11959 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
11960 forward-sexp, backward-sexp, forward-list, backward-list.
11961
11962 2005-09-28 Romain Francoise <romain@orebokech.com>
11963
11964 * comint.el (comint-show-output): Really set point at the
11965 beginning of the output when not using `comint-use-prompt-regexp'.
11966
11967 2005-09-27 Jay Belanger <belanger@truman.edu>
11968
11969 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
11970 in TeX mode.
11971
11972 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
11973
11974 * textmodes/org.el (org-table-sum): Fix format string.
11975
11976 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
11977 Quote face names.
11978
11979 2005-09-26 Romain Francoise <romain@orebokech.com>
11980
11981 * isearch.el (isearch-forward-regexp): Close doc string.
11982
11983 2005-09-25 Richard M. Stallman <rms@gnu.org>
11984
11985 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
11986
11987 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
11988
11989 * progmodes/compile.el (compilation-error-properties):
11990 When getting the file from the previous error message,
11991 correctly decode the new data format.
11992
11993 * progmodes/cc-cmds.el (c-electric-paren):
11994 Call old-blink-paren only for close-paren.
11995
11996 2005-09-24 Andreas Schwab <schwab@suse.de>
11997
11998 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
11999 condition.
12000
12001 2005-09-25 Romain Francoise <romain@orebokech.com>
12002
12003 * dired-aux.el (dired-copy-file-recursive):
12004 * dired.el (dired-delete-file):
12005 * ediff-mult.el (ediff-dir-diff-copy-file):
12006 * ediff-util.el (ediff-test-save-region):
12007 * forms.el (forms-mode):
12008 * ido.el (ido-file-internal, ido-delete-file-at-head):
12009 * log-edit.el (log-edit-done):
12010 * ses.el (ses-yank-resize):
12011 * play/gomoku.el (gomoku-human-plays, gomoku)
12012 (gomoku-human-resigns, gomoku-prompt-for-other-game)
12013 (gomoku-offer-a-draw):
12014 * play/landmark.el (lm-human-resigns, lm):
12015 * net/eudcb-ldap.el (eudc-ldap-check-base):
12016 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
12017 * progmodes/ebrowse.el (ebrowse-find-pattern):
12018 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
12019 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
12020 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
12021
12022 * vc.el (vc-delete-file):
12023 * play/gomoku.el (gomoku-terminate-game, gomoku)
12024 (gomoku-prompt-for-move, gomoku-human-takes-back):
12025 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
12026 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
12027
12028 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
12029
12030 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
12031 color rxvt terminals by using the code xterm.el used to use before
12032 2005-04-09 in order to match the colors used by rxvt.
12033
12034 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
12035
12036 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
12037 colors rxvt-unicode terminals by using the same code as xterm.el.
12038
12039 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
12040
12041 * textmodes/tex-mode.el (tex-font-lock-append-prop)
12042 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
12043 new symbol used for the tex-verbatim face.
12044
12045 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
12046
12047 * woman.el (woman-file-name):
12048 * wid-edit.el (widget-file-prompt-value)
12049 (widget-coding-system-prompt-value):
12050 * w32-fns.el (set-w32-system-coding-system):
12051 * vc.el (vc-version-diff, vc-annotate):
12052 * textmodes/reftex-auc.el (reftex-arg-cite)
12053 (reftex-arg-index-tag):
12054 * textmodes/refer.el (refer-get-bib-files):
12055 * textmodes/artist.el (artist-figlet-choose-font):
12056 * terminal.el (terminal-emulator):
12057 * replace.el (occur-read-primary-args):
12058 * rect.el (string-rectangle, string-insert-rectangle):
12059 * ps-print.el (ps-print-preprint):
12060 * progmodes/pascal.el (pascal-goto-defun):
12061 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
12062 * progmodes/compile.el (compilation-find-file):
12063 * printing.el (pr-interactive-n-up):
12064 * play/animate.el (animate-birthday-present):
12065 * net/rcompile.el (remote-compile):
12066 * man.el (man, Man-goto-section, Man-follow-manual-reference):
12067 * mail/rmailsum.el (rmail-summary-search-backward)
12068 (rmail-summary-search):
12069 * mail/rmailout.el (rmail-output-read-rmail-file-name)
12070 (rmail-output-read-file-name):
12071 * mail/rmail.el (rmail-search, rmail-search-backwards):
12072 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
12073 * locate.el (locate):
12074 * international/quail.el (quail-show-keyboard-layout):
12075 * international/mule.el (set-buffer-file-coding-system)
12076 (revert-buffer-with-coding-system, set-file-name-coding-system)
12077 (set-terminal-coding-system, set-keyboard-coding-system)
12078 (set-next-selection-coding-system):
12079 * international/mule-diag.el (describe-coding-system)
12080 (describe-font, describe-fontset):
12081 * international/mule-cmds.el (universal-coding-system-argument)
12082 (search-unencodable-char, describe-input-method)
12083 (set-language-environment, describe-language-environment):
12084 * international/codepage.el (codepage-setup):
12085 * international/code-pages.el (codepage-setup):
12086 * info.el (Info-search, Info-follow-reference)
12087 (Info-search-backward):
12088 * emacs-lisp/advice.el (ad-read-advised-function)
12089 (ad-read-advice-class, ad-clear-cache, ad-activate)
12090 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
12091 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
12092 (ad-read-regexp):
12093 * ediff-util.el (ediff-toggle-regexp-match):
12094 * ediff-ptch.el (ediff-prompt-for-patch-file):
12095 * dired-aux.el (dired-diff):
12096 * diff.el (diff):
12097 * cus-edit.el (custom-variable-prompt):
12098 * calendar/timeclock.el (timeclock-ask-for-project):
12099 * calc/calcalg3.el (calc-get-fit-variables):
12100 * calc/calc-store.el (calc-edit-variable)
12101 (calc-permanent-variable):
12102 * vc-mcvs.el (vc-mcvs-register):
12103 * shadowfile.el (shadow-define-literal-group):
12104 * woman.el (woman-file-name):
12105 * vc.el (vc-version-diff, vc-merge):
12106 * textmodes/reftex-index.el (reftex-index-complete-tag):
12107 * format.el (format-decode-buffer, format-decode-region):
12108 * emulation/viper-cmd.el (viper-read-string-with-history):
12109 * emacs-lisp/debug.el (cancel-debug-on-entry):
12110 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
12111 * ediff.el (ediff-merge-revisions)
12112 (ediff-merge-revisions-with-ancestor, ediff-revision):
12113 * completion.el (interactive-completion-string-reader):
12114 * calc/calc-prog.el (calc-user-define-formula):
12115 Follow convention for reading with the minibuffer.
12116
12117 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
12118
12119 * progmodes/python.el (python-describe-symbol): Add globals() and
12120 locals() to the arguments of emacs.ehelp.
12121
12122 2005-09-24 Magnus Henoch <mange@freemail.hu>
12123
12124 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
12125 New function, code extracted from ispell-valid-dictionary-list.
12126 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
12127 Call it.
12128
12129 2005-09-24 Eli Zaretskii <eliz@gnu.org>
12130
12131 * subr.el (version-regexp-alist): Extend valid syntax for version
12132 strings: allow any of the characters -,_,+ to separate the
12133 alpha/beta/rc part from the version part. Doc fix.
12134 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
12135
12136 2005-09-23 David Reitter <david.reitter@gmail.com>
12137
12138 * mail/mailclient.el: New file.
12139
12140 2005-09-23 Richard M. Stallman <rms@gnu.org>
12141
12142 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
12143 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
12144 Doc fixes.
12145
12146 * progmodes/cc-mode.el (c-font-lock-init):
12147 Specify font-lock-lines-before.
12148
12149 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
12150
12151 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
12152 whole conflict.
12153
12154 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
12155
12156 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
12157 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
12158 of `remap' feature when available. Additional key bindings for
12159 better tty support.
12160 (org-mode-restart, org-force-self-insert): New commands.
12161 (org-time-stamp-inactive): New command.
12162 (org-remap): New function.
12163 (org-table-auto-blank-field, org-level-color-stars-only): New options.
12164 (org-enable-fixed-width-editor): Move to `org-structure'
12165 customization group.
12166 (org-self-insert-command, orgtbl-self-insert-command): Modify to
12167 blank field after field motion commands.
12168
12169 2005-09-23 Kenichi Handa <handa@m17n.org>
12170
12171 * international/mule-cmds.el (set-language-environment):
12172 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
12173 have to call utf-translate-cjk-load-tables.
12174
12175 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
12176
12177 * mouse.el (mouse-move-drag-overlay): Fix last change.
12178
12179 2005-09-22 David Ponce <david@dponce.com>
12180
12181 * tree-widget.el (tree-widget-value-create): Fix previous change.
12182
12183 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
12184
12185 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
12186
12187 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
12188
12189 * mouse.el (mouse-move-drag-overlay): New function.
12190 (mouse-drag-region-1): Use it.
12191 Try to simplify a bit the state handling. Handle clicks on links
12192 inside intangible areas.
12193 (mouse-save-then-kill): Minor simplification.
12194 (mouse-secondary-overlay): Make it always non-nil instead of
12195 recreating it each time.
12196 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
12197 (mouse-kill-secondary, mouse-secondary-save-then-kill):
12198 Simplify accordingly.
12199
12200 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
12201
12202 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
12203
12204 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
12205
12206 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
12207 (ediff-file-name-sans-prefix): Treat nil as an empty string.
12208 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
12209 to patch.
12210
12211 * ediff-util.el: Use insert-buffer-substring.
12212
12213 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
12214
12215 * emulation/viper-cmd.el (viper-change-state): Don't move over the
12216 field boundaries in the minibuffer.
12217 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
12218 (viper-minibuffer-post-command-hook): New hook.
12219 (viper-line): Don't move cursor at bolp.
12220
12221 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
12222
12223 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
12224 avoid compiler warnings.
12225
12226 * emulation/viper-macs.el (ex-map): Better messages.
12227
12228 * emulation/viper-utils.el (viper-beginning-of-field): New function.
12229
12230 * emulation/viper.el: Replace make-variable-buffer-local with
12231 viper-make-variable-buffer-local everywhere, to avoid warnings.
12232
12233 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
12234
12235 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
12236 Delete unused var `old-selected-window'.
12237 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
12238 (mouse-drag-secondary): Delete unused var `start-frame'.
12239
12240 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
12241
12242 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
12243
12244 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
12245
12246 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
12247 Re-indent within 80 columns. Use inhibit-read-only.
12248
12249 2005-09-19 Romain Francoise <romain@orebokech.com>
12250
12251 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
12252
12253 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
12254
12255 * font-lock.el (font-lock-default-fontify-region): Don't add a line
12256 unconditionally, since the after-change-function already did it.
12257
12258 2005-09-19 Miles Bader <miles@gnu.org>
12259
12260 * net/newsticker.el: Get rid of CVS keyword.
12261
12262 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
12263
12264 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
12265 The prompt is formatted later.
12266
12267 2005-09-19 David Ponce <david@dponce.com>
12268
12269 * tree-widget.el (tree-widget-value-create): Save the converted
12270 tree :node widget.
12271
12272 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
12273
12274 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
12275 variable `message'.
12276
12277 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
12278
12279 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
12280 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
12281 <slawomir.nowaczyk.847@student.lu.se>.
12282
12283 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
12284
12285 * image.el (image-load-path): Use symbol `data-directory' instead
12286 of its value, for backward compatibility with packages that bind
12287 it during `find-image'. Suggested by Katsumi Yamaoka.
12288 (image-search-load-path): Handle symbols whose values are strings.
12289
12290 2005-09-18 Romain Francoise <romain@orebokech.com>
12291
12292 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
12293 with-current-buffer form in save-excursion.
12294
12295 2005-09-18 D Goel <deego@gnufans.org>
12296
12297 * apropos.el (apropos-command): Fix `message' call: first arg
12298 should be a format spec. In this and all other cases that appear
12299 below and elsewhere in the source code, I made a change only when
12300 two conditions were satisfied: [1] I can think of a possibility
12301 that the arguments would cause an error, for example, the code in
12302 question relies on external variables such as filenames. [2] I
12303 was sure that the arg to `message' could not have been nil in the code.
12304
12305 * textmodes/tildify.el (tildify-region): Ditto.
12306
12307 * textmodes/reftex-index.el (reftex-index-change-entry)
12308 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
12309 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
12310 * textmodes/org.el (org-complete, org-deadline, org-schedule)
12311 (org-priority, org-table-sum):
12312 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
12313 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
12314 (flyspell-word, flyspell-display-next-corrections):
12315 * textmodes/bibtex.el (bibtex-print-help-message):
12316 * textmodes/artist.el (artist-key-set-point-poly):
12317 * term/mac-win.el (mac-services-insert-text):
12318 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
12319 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
12320 (vhdl-port-paste-testbench, vhdl-compose-new-component)
12321 (vhdl-compose-configuration):
12322 * progmodes/sh-script.el (sh-blink, sh-show-indent)
12323 (sh-set-indent, sh-learn-line-indent):
12324 * progmodes/ps-mode.el (ps-mode-target-column):
12325 * progmodes/idlwave.el (idlwave-make-tags)
12326 (idlwave-scan-library-catalogs):
12327 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
12328 * progmodes/gud.el (gud-jdb-analyze-source):
12329 * progmodes/flymake.el (flymake-log):
12330 * progmodes/ebnf2ps.el (ebnf-generate-region):
12331 * progmodes/cmacexp.el (c-macro-expansion):
12332 * progmodes/ada-xref.el (ada-treat-cmd-string):
12333 * progmodes/ada-mode.el (ada-create-case-exception-substring)
12334 (ada-justified-indent-current, ada-batch-reformat):
12335 * play/zone.el (zone):
12336 * play/landmark.el (lm-move):
12337 * play/decipher.el (decipher-show-alphabet):
12338 * net/newsticker.el (newsticker--display-jump)
12339 (newsticker--display-scroll):
12340 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
12341 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
12342 * mail/feedmail.el (feedmail-dump-message-to-queue):
12343 * eshell/esh-proc.el (eshell-remove-process-entry):
12344 * emulation/ws-mode.el (ws-last-error):
12345 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
12346 (viper-record-kbd-macro):
12347 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
12348 * emacs-lisp/lisp-mnt.el (lm-report-bug):
12349 * emacs-lisp/find-func.el (find-function-noselect):
12350 * calendar/timeclock.el (timeclock-status-string)
12351 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
12352 (timeclock-when-to-leave-string):
12353 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
12354 * calc/calc-units.el (calc-enter-units-table):
12355 * calc/calc-mode.el (calc-mode-record-mode):
12356 * woman.el (woman-mini-help):
12357 * wdired.el (wdired-change-to-wdired-mode):
12358 * vc.el (vc-retrieve-snapshot):
12359 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
12360 * startup.el (display-startup-echo-area-message):
12361 * simple.el (set-goal-column):
12362 * ses.el (ses-command-hook, ses-recalculate-cell):
12363 * server.el (server-process-filter):
12364 * printing.el (pr-interface-txt-print, pr-interface-printify)
12365 (pr-interface-ps):
12366 * pcvs.el (cvs-help):
12367 * log-edit.el (log-edit, log-edit-mode-help):
12368 * iswitchb.el (iswitchb-possible-new-buffer):
12369 * isearch.el (isearch-edit-string):
12370 * image-mode.el (image-mode, image-minor-mode):
12371 * ibuf-macs.el (define-ibuffer-filter):
12372 * hi-lock.el (hi-lock-find-patterns):
12373 * files.el (toggle-read-only):
12374 * ediff-util.el (ediff-copy-diff)
12375 (ediff-write-merge-buffer-and-maybe-kill):
12376 * echistory.el (Electric-history-undefined):
12377 * dnd.el (dnd-insert-text):
12378 * dired-aux.el (dired-query):
12379 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
12380 * bookmark.el (bookmark-bmenu-locate):
12381 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
12382 Fix `message' calls to ensure first arg is a format string.
12383 The change was made only when these two conditions were satisfied:
12384 [1] when there is a possibility that the arguments would cause an error
12385 for example, if the code in question relies on external variables
12386 such as filenames, and
12387 [2] if the arg to `message' could not have been nil in the code.
12388
12389 * pcomplete.el (pcomplete--help): Fix `message' format spec.
12390 Not having a %s would be weird, though not technically wrong.
12391
12392 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12393
12394 * term/mac-win.el (mac-add-charset-info): Doc fix.
12395
12396 2005-09-17 Romain Francoise <romain@orebokech.com>
12397
12398 * shell.el (shell-resync-dirs): Handle echoing processes more
12399 reliably. Don't insert resync command if `comint-process-echoes'
12400 is non-nil.
12401
12402 2005-09-17 Magnus Henoch <mange@freemail.hu>
12403
12404 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
12405 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
12406 aspell versions >= 0.60.
12407 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
12408 only if ispell-aspell-supports-utf8 is non-nil.
12409
12410 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
12411
12412 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
12413 buffer-local value to lisp-indent-function.
12414
12415 2005-09-17 Milan Zamazal <pdm@zamazal.org>
12416
12417 * progmodes/glasses.el (glasses-make-readable): If
12418 glasses-separator differs from underscore, put appropriate
12419 overlays over underscore characters.
12420 (glasses-convert-to-unreadable): If glasses-separator differs from
12421 underscore, try to convert glasses-separator characters to
12422 underscores.
12423
12424 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
12425
12426 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
12427 Use with-syntax-table and dolist.
12428
12429 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
12430
12431 * textmodes/reftex-auc.el:
12432 * textmodes/reftex-cite.el:
12433 * textmodes/reftex-dcr.el:
12434 * textmodes/reftex-global.el:
12435 * textmodes/reftex-parse.el:
12436 * textmodes/reftex-ref.el:
12437 * textmodes/reftex-sel.el:
12438 * textmodes/reftex-toc.el:
12439 * textmodes/reftex-vars.el:
12440 * textmodes/reftex.el: Small changes to remove compiler warnings.
12441
12442 * textmodes/reftex-index.el: Likewise.
12443 (reftex-query-index-phrase): More efficient use of markers.
12444
12445 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
12446
12447 * image.el (image-load-path): New variable.
12448 (image-search-load-path): New function.
12449 (find-image): Search for images in `image-load-path'.
12450
12451 2005-09-15 Richard M. Stallman <rms@gnu.org>
12452
12453 * follow.el: Change Maintainer field.
12454
12455 2005-09-15 David Ponce <david@dponce.com>
12456
12457 * recentf.el (recentf-save-file-modes): New option.
12458 (recentf-save-list): Use it.
12459
12460 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
12461
12462 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
12463 (mode-line-mule-info, mode-line-modified): Move bindings from
12464 mouse-3 to mouse-1.
12465
12466 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
12467
12468 * simple.el (sendmail-user-agent-compose): Revert last change.
12469
12470 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
12471
12472 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
12473 Use with-current-buffer.
12474 (ange-ftp-gwp-start): Remove unused var `gw-user'.
12475 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
12476 (ange-ftp-insert-directory): Remove unused var `short'.
12477 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
12478
12479 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
12480 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
12481
12482 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
12483 (check-calendar-holidays, diary-list-entries): Autoload.
12484 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
12485 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
12486
12487 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
12488 which mistakenly removed a call to display-buffer.
12489
12490 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
12491
12492 * obsolete/iso-insert.el: Move to obsolete/ from international/.
12493
12494 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
12495
12496 * progmodes/hideshow.el
12497 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
12498 (hs-allow-nesting): New user var.
12499 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
12500 (hs-hide-block-at-point): When nesting allowed,
12501 if there is already an overlay in place, delete it.
12502 (hs-safety-is-job-n): Delete func; remove call sites.
12503 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
12504 (hs-overlay-at): New func.
12505 (hs-already-hidden-p, hs-show-block): Use it.
12506 (hs-hide-all): Don't pre-clean if nesting allowed.
12507 (hs-show-all): Temporarily disallow
12508 nesting around call to `hs-discard-overlays'.
12509
12510 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
12511
12512 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
12513 Delete unused local var.
12514
12515 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
12516
12517 * help-fns.el (describe-categories): "?\ " -> "?\s".
12518 (help-do-arg-highlight): Recognize also ARG-n, as in
12519 `move-to-left-margin' (ARG+n is already recognized). Simplify.
12520
12521 * international/codepage.el (dos-unsupported-char-glyph):
12522 * net/newsticker.el (tool-bar-map, w3-mode-map)
12523 (w3m-minor-mode-map):
12524 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
12525 (ent-alist):
12526 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
12527
12528 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
12529
12530 * custom.el (custom-push-theme): Handle the case where a symbol is
12531 bound but face properties have not yet been assigned.
12532
12533 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
12534 Fix behavior if noerase is `t' and there is no mail buffer.
12535
12536 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
12537 if `continue' is nil, rather than signal an error.
12538
12539 2005-09-12 Richard M. Stallman <rms@gnu.org>
12540
12541 * font-lock.el (font-lock-keywords): Add autoload.
12542
12543 * help-fns.el (describe-variable): Rearrange to put source link
12544 in a predictable place.
12545
12546 * net/newsticker.el: New file.
12547
12548 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
12549
12550 * calendar/calendar.el (calendar-for-loop): Add edebug info.
12551 (calendar-basic-setup): Use the new nil arg.
12552 (number-of-diary-entries): Move to diary-lib.el.
12553
12554 * calendar/diary-lib.el: Use with-current-buffer, match-string.
12555 (diary-list-entries): Use with-syntax-table and dolist.
12556 Rename from list-diary-entries.
12557 Use number-of-diary-entries if `number' is nil.
12558 (diary, diary-view-entries): Use this new name and new nil arg value.
12559 (number-of-diary-entries): Move from calendar.el.
12560 (diary-unhide-everything): New function.
12561 (include-other-diary-files, fancy-diary-display)
12562 (diary-show-all-entries, make-diary-entry): Use it.
12563 (diary-mail-entries): Use buffer-string.
12564 (mark-diary-entries): Fix long standing paren typo.
12565 (diary-sexp-entry): Use count-lines.
12566 (make-diary-entry): Avoid `previous-line'.
12567 (diary-mode-map): New var.
12568 (diary-mode): Redraw cal after saving. Setup header-line.
12569 (fancy-diary-display-mode): Use local-set-key.
12570
12571 * startup.el (command-line): Try calling various terminal-init-foo-bar
12572 functions by stripping hyphenated suffixes from $TERM.
12573
12574 * files.el (normal-mode): Check boundness of font-lock-keywords.
12575
12576 2005-09-12 Richard M. Stallman <rms@gnu.org>
12577
12578 * progmodes/compile.el: Don't decide a file's directory
12579 until the user actually tries to go there.
12580 (compilation-next-error-function):
12581 Pass compilation-find-file the directory from the file-struct.
12582 (compilation-internal-error-properties): Separate local FILE-STRUCT
12583 from FILE. Doc the args better. Rename arg FMT to FMTS.
12584 (compilation-find-file): Arg DIR renamed to DIRECTORY.
12585 Expand it, and if nil, use default-directory.
12586 (compilation-get-file-structure): Don't mix specified directory
12587 with default directory. Put specified directory into
12588 file-struct. Don't make the file name absolute.
12589
12590 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
12591 (compile-command): Add autoload.
12592 (compilation-disable-input): Add autoload.
12593
12594 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
12595
12596 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
12597 strings of the variables it can override.
12598 (time-stamp): New (as yet undocumented) time-stamp-format escapes
12599 %Q and %q, for fully-qualified domain name and unqualified host name.
12600
12601 2005-09-11 Kim F. Storm <storm@cua.dk>
12602
12603 * emacs-lisp/authors.el (authors-aliases): Update list.
12604 (authors-fixed-entries): Update mldrag.el entry.
12605
12606 2005-09-10 Alan Mackenzie <acm@muc.de>
12607
12608 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
12609 from the region narrowed to.
12610
12611 2005-09-10 Magnus Henoch <mange@freemail.hu>
12612
12613 * textmodes/ispell.el (ispell-check-version): Signal an error if
12614 aspell version is less than 0.60.
12615
12616 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
12617
12618 * progmodes/octave-inf.el (inferior-octave-startup):
12619 Resync current dir at the end.
12620
12621 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
12622
12623 * woman.el (woman-topic-at-point-default):
12624 Rename to woman-use-topic-at-point-default.
12625 (woman-topic-at-point): Rename to woman-use-topic-at-point.
12626 (woman-file-name): Reflect renames above. Automatically use the
12627 word at point as topic if woman-use-topic-at-point is non-nil.
12628 Otherwise offer it as default but don't insert it in the
12629 minibuffer. Also use `test-completion' instead of `assoc' as
12630 suggested by Stefan Monnier.
12631
12632 2005-09-10 Andre Spiegel <spiegel@gnu.org>
12633
12634 * vc.el (vc-directory, vc-update-change-log): Throw an error on
12635 the attempt to do it over Tramp. This is not yet supported.
12636
12637 2005-09-10 Eli Zaretskii <eliz@gnu.org>
12638
12639 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
12640 (menu-bar-non-minibuffer-window-p): New functions.
12641 ("Split Window", "Save As..."): Use them.
12642 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
12643 ("Print Buffer", "Truncate Long Lines in this Buffer"):
12644 Use menu-bar-menu-frame-live-and-visible-p.
12645 ("Save Buffer", "Insert File", "Open Directory...")
12646 ("Open File...", "Visit New File..."):
12647 Use menu-bar-non-minibuffer-window-p.
12648 (kill-this-buffer-enabled-p, dired <menu-enable>):
12649 Use menu-bar-non-minibuffer-window-p.
12650
12651 2005-09-09 Eli Zaretskii <eliz@gnu.org>
12652
12653 * cus-start.el (all): Don't complain about fringe-related
12654 built-ins if fringes are not supported. Ditto about
12655 selection-related built-ins. Fix the test for GTK-related built-ins.
12656
12657 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
12658 ("Postscript Print Buffer", "Print Region", "Save As...")
12659 ("Save", "Insert File...", "Open Directory...")
12660 ("Open File...", "Visit New File..."")
12661 ("Truncate Long Lines in this Buffer"): Don't look at
12662 menu-updating-frame if this display does not support multiple frames.
12663
12664 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
12665
12666 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
12667
12668 2005-09-09 Emilio Lopes <eclig@gmx.net>
12669
12670 * woman.el: Format- and whitespace-related changes.
12671
12672 2005-09-09 Eli Zaretskii <eliz@gnu.org>
12673
12674 * woman.el: Fix my email address.
12675
12676 2005-09-08 Richard M. Stallman <rms@gnu.org>
12677
12678 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
12679 (sh-mode): Locally set skeleton-pair-default-alist.
12680
12681 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
12682
12683 * progmodes/flymake.el: Require `compile' unconditionally.
12684
12685 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
12686
12687 * woman.el (woman-file-name): Provide a default, not initial input.
12688
12689 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
12690
12691 * font-lock.el (font-lock-support-mode): Doc fix.
12692
12693 * descr-text.el (describe-property-list): Handle non-symbol prop names.
12694
12695 2005-09-08 Richard M. Stallman <rms@gnu.org>
12696
12697 * simple.el (blink-matching-open): Get rid of text props from
12698 the string shown in echo area. Don't permanently set point.
12699 Some rearrangements.
12700
12701 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
12702
12703 * recentf.el (recentf-filename-handler): Add custom choice
12704 `abbreviate-file-name'.
12705
12706 * msb.el (msb--very-many-menus): Fix typo.
12707
12708 * disp-table.el (standard-display-european): Don't set
12709 enable-multibyte-characters to nil.
12710
12711 2005-09-08 David Ponce <david@dponce.com>
12712
12713 * recentf.el (recentf-show-file-shortcuts-flag): New option.
12714 (recentf-expand-file-name): Doc fix.
12715 (recentf-dialog-mode-map): Define digit shortcuts.
12716 (recentf--files-with-key): New variable.
12717 (recentf-show-digit-shortcut-filter): New function.
12718 (recentf-open-files-items): New function.
12719 (recentf-open-files): Use it.
12720 (recentf-open-file-with-key): New command.
12721
12722 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
12723
12724 * buff-menu.el (Buffer-menu-sort-by-column): New function.
12725 Suggested by Kim F. Storm.
12726 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
12727 (Buffer-menu-make-sort-button): Use global keymap.
12728
12729 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
12730
12731 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
12732 (Man-getpage-in-background-advice): Remove defadvice; it isn't
12733 necessary any longer with the remapped command.
12734 (Man-bgproc-sentinel-advice): Remove defadvice which counts
12735 formatting time only.
12736
12737 * net/tramp.el (tramp-action-password)
12738 (tramp-multi-action-password): Compile the password prompt from
12739 `method', `user' and `host'. Sometimes it isn't obvious which
12740 password to enter, for example with remote files offered by
12741 recentf.el, or with multiple steps. Suggested by Robert Marshall
12742 <robert@chezmarshall.freeserve.co.uk>.
12743
12744 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
12745
12746 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
12747 Fix regexp for when "s///" is at the beginning of line.
12748
12749 2005-09-07 Jay Belanger <belanger@truman.edu>
12750
12751 * calc/calc-poly.el (math-expand-term): Multiply out any powers
12752 when in matrix mode.
12753
12754 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
12755
12756 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
12757 non-anonymous functions.
12758
12759 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
12760
12761 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
12762 when using a header line. Otherwise, use mouse-1-click-follows-link.
12763
12764 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
12765 can't be moved; don't signal an error.
12766
12767 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
12768
12769 * cus-theme.el (custom-theme-write-faces): Save the current face
12770 spec, not the defface spec.
12771
12772 * custom.el (custom-known-themes): Clarify meaning of "standard".
12773 (custom-push-theme): Save old values in the standard theme.
12774 (disable-theme): Correct typo.
12775 (custom-face-theme-value) Deleted unused function.
12776 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
12777
12778 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
12779
12780 * progmodes/compile.el (compilation-goto-locus): Take into account
12781 iconified frames when determining whether the buffer is
12782 already visible.
12783 Don't reset window height if the window already existed.
12784
12785 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
12786
12787 * custom.el (load-theme): Rename from require-theme.
12788 Add interactive spec.
12789 (enable-theme): Rename from custom-enable-theme.
12790 Add interactive spec.
12791 (disable-theme): Rename from custom-disable-theme.
12792 Add interactive spec.
12793 (custom-make-theme-feature): Doc fix.
12794 (custom-theme-directory): Doc fix.
12795 (provide-theme): Call enable-theme.
12796
12797 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
12798
12799 * obsolete/lazy-lock.el (lazy-lock-mode):
12800 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
12801 font-lock-mode if it's off. Print a warning instead.
12802
12803 * progmodes/compile.el (compilation-start): Ignore errors if the
12804 process died before we get to send-eof.
12805
12806 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
12807 Undo last change. Enclosing the result in quotes broke things on Unix
12808 since tex-send-command passes it through shell-quote-argument.
12809 (tex-send-command): Pass `file' through convert-standard-filename
12810 when possible.
12811 (tex-uptodate-p): Handle the case where TeX hasn't put additional
12812 info in a transcript.
12813
12814 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
12815
12816 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
12817 fix compilation warning. Reorder the key definitions to group
12818 together keys emitted by the current version of xterm.
12819
12820 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
12821 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
12822 Reorder predicates to correct min-color usage.
12823
12824 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
12825
12826 * longlines.el (longlines-mode): Inhibit read-only when encoding.
12827 Kill local variables when longlines-mode is turned off.
12828
12829 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
12830
12831 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
12832
12833 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
12834
12835 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
12836
12837 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
12838 (font-lock-lines-before): Change default to being inactive.
12839 (font-lock-default-fontify-region): Obey font-lock-lines-before.
12840 (font-lock-after-change-function): Don't handle f-l-lines-before here.
12841
12842 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
12843
12844 * net/tramp.el (tramp-handle-make-auto-save-file-name):
12845 Deactivate temporarily advice if active (not needed for Emacs 22,
12846 but for backwards compatibility).
12847 (tramp-exists-file-name-handler): Rewrite. First implementation
12848 was too simple.
12849 (tramp-advice-make-auto-save-file-name):
12850 Call `tramp-handle-make-auto-save-file-name' (again, just for
12851 backwards compatibility).
12852
12853 2005-08-31 Reto Zimmermann <reto@gnu.org>
12854
12855 * progmodes/vhdl-mode.el
12856 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
12857 (vhdl-end-p): Fix indentation bug "else" after "-- when".
12858 (vhdl-set-default-project): New function (easier setting of default).
12859 (vhdl-port-copy): Handle extended identifiers for generics.
12860 (vhdl-compiler-alist): Better description for error message regexp.
12861 (vhdl-make): Query for target, use previous as default.
12862 (vhdl-port-copy): Fix port copy for port names starting with "signal".
12863 (vhdl-font-lock-keywords-2): Fix fontification for record
12864 el. assign.
12865 (vhdl-speedbar-make-subpack-line): Add package body link.
12866 (vhdl-generate-makefile-1): Not include itself as dependency.
12867 (vhdl-font-lock-init): Highlight c-preprocessor directives.
12868 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
12869 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
12870 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
12871 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
12872 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
12873 (vhdl-import-project): Add string argument for `error'.
12874 (vhdl-compose-configuration)
12875 (vhdl-compose-configuration-architecture): Add configuration
12876 declaration generation.
12877 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
12878 (vhdl-trailer-re): Add "record" keyword (better indentation).
12879 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
12880 "[^ \t-\"]+".
12881 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
12882 (vhdl-testbench-entity-file-name)
12883 (vhdl-testbench-architecture-file-name): Allow separate
12884 customization of testbench file names.
12885 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
12886 (vhdl-get-visible-signals): Allow newline within alias declaration.
12887 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
12888 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
12889 (member-ignore-case): Alias for missing function in XEmacs.
12890 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
12891 (vhdl-update-sensitivity-list): Ignore case on read signals.
12892 (vhdl-replace-string): Adjust case only for file names.
12893 (vhdl-update-sensitivity-list): Fix search for read signals.
12894 (vhdl-update-sensitivity-list): Exclude formal parameters.
12895 (vhdl-get-visible-signals): Include aliases of signals.
12896 (vhdl-get-visible-signals): Fix signal name searching.
12897 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
12898 (vhdl-fixup-whitespace-region): Fix for character
12899 literals (e.g. `:').
12900
12901 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
12902
12903 * ansi-color.el (comint-last-output-start):
12904 * bs.el (font-lock-verbose):
12905 * diff-mode.el (add-log-buffer-file-name-function):
12906 * dired-x.el (vm-folder-directory):
12907 * faces.el (help-xref-stack-item):
12908 * files.el (font-lock-keywords):
12909 * find-lisp.el (dired-buffers, dired-subdir-alist):
12910 * ido.el (cua-inhibit-cua-keys):
12911 * log-view.el (cvs-minor-wrap-function):
12912 * outline.el (font-lock-warning-face):
12913 * simple.el (compilation-current-error):
12914 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
12915 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
12916 * tooltip.el (comint-prompt-regexp):
12917 * w32-fns.el (explicit-shell-file-name):
12918 * term/mac-win.el (mac-charset-info-alist)
12919 (mac-services-selection, mac-system-script-code):
12920 * term/tty-colors.el (msdos-color-values):
12921 * term/w32-win.el (xlfd-regexp-registry-subnum):
12922 * term/x-win.el (x-keysym-table, x-selection-timeout)
12923 (x-session-id, x-session-previous-id):
12924 * textmodes/ispell.el (mail-yank-prefix):
12925 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
12926 * textmodes/org.el (calc-embedded-close-formula)
12927 (calc-embedded-open-formula)
12928 (font-lock-unfontify-region-function):
12929 * textmodes/reftex-global.el (isearch-next-buffer-function)
12930 (TeX-master):
12931 * textmodes/reftex.el (font-lock-keywords):
12932 * textmodes/tex-mode.el (font-lock-comment-face)
12933 (font-lock-doc-face):
12934 * textmodes/texinfo.el (outline-heading-alist):
12935 Add defvars.
12936
12937 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
12938 (artist-spray-chars, artist-mode-init, artist-replace-string)
12939 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
12940 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
12941 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
12942
12943 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
12944 (conf-align-assignments): "?\ " -> "?\s".
12945
12946 * textmodes/reftex-index.el (TeX-master): Add defvar.
12947 (reftex-index-phrases-marker): Move up defvar.
12948
12949 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
12950 (reftex-toc-include-labels-indicator)
12951 (reftex-toc-include-index-indicator)
12952 (reftex-toc-max-level-indicator): Move up declarations.
12953
12954 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
12955 of args to `tramp-run-real-handler', even if it's empty in this case.
12956
12957 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12958
12959 * dired.el (dired-move-to-filename-regexp): Add date format for
12960 Mac OS X 10.3 in East Asian locales.
12961
12962 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
12963
12964 * files.el (make-auto-save-file-name): Add file name handler call
12965 if applicable.
12966
12967 * net/tramp.el (tramp-file-name-handler-alist)
12968 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
12969 (tramp-handle-make-auto-save-file-name): Rename from
12970 `tramp-make-auto-save-file-name'.
12971 (tramp-exists-file-name-handler): New defun.
12972 (tramp-advice-make-auto-save-file-name): Make defadvice only when
12973 `make-auto-save-file-name' is not a magic file name operation.
12974
12975 2005-08-30 Richard M. Stallman <rms@gnu.org>
12976
12977 * files.el (risky-local-variable-p):
12978 Match `-predicates' and `-commands.
12979
12980 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
12981 (custom-save-all): Visit the file if necessary;
12982 kill the buffer if we created it.
12983 (custom-save-delete): Don't visit file or kill buffer here.
12984
12985 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
12986
12987 * textmodes/org.el (org-special-keyword): New face.
12988 (org-table-copy-down, org-table-eval-formula)
12989 (org-table-recalculate, org-init-section-numbers):
12990 Use `string-to-number' instead of `string-to-int'.
12991 (org-get-location): Use `insert-buffer-substring' instead of
12992 `insert-buffer'.
12993 (org-modify-diary-entry-string): New function.
12994 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
12995 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
12996 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
12997 active region.
12998 (org-export-as-html): Handle QUOTE keyword.
12999 (org-quote-string): New option.
13000 (org-bookmark-jump-unhide): New function, used for
13001 `bookmark-after-jump-hook'.
13002 (org-diary-default-entry): Apply only when not called through
13003 `org-agenda'.
13004
13005 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
13006
13007 * net/eudc.el (mode-popup-menu):
13008 * play/handwrite.el (ps-printer-name, ps-lpr-command):
13009 * progmodes/ada-mode.el (compile-auto-highlight)
13010 (skeleton-further-elements):
13011 * progmodes/autoconf.el (font-lock-syntactic-keywords):
13012 * progmodes/cmacexp.el (msdos-shells):
13013 * progmodes/compile.el (font-lock-extra-managed-props)
13014 (font-lock-keywords, font-lock-maximum-size)
13015 (font-lock-support-mode):
13016 * progmodes/grep.el (font-lock-lines-before):
13017 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
13018 * progmodes/mixal-mode.el (compile-command):
13019 * progmodes/perl-mode.el (font-lock-comment-face)
13020 (font-lock-doc-face, font-lock-string-face):
13021 * progmodes/prolog.el (comint-prompt-regexp):
13022 * progmodes/sh-script.el (font-lock-comment-face)
13023 (font-lock-set-defaults, font-lock-string-face):
13024 * progmodes/sql.el (font-lock-keyword-face)
13025 (font-lock-set-defaults, font-lock-string-face):
13026 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
13027 (itimer-version, lazy-lock-defer-contextually)
13028 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
13029 Add defvars.
13030
13031 * progmodes/cperl-mode.el (cperl-electric-lbrace)
13032 (cperl-electric-keyword, cperl-electric-pod)
13033 (cperl-electric-backspace, cperl-forward-re)
13034 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
13035 (vc-rcs-header, vc-sccs-header): Add defvars.
13036
13037 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
13038 (font-lock-syntactic-keywords, gud-find-expr-function):
13039 Add defvars.
13040
13041 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
13042 (gdb-frame-parameters): Declare before use.
13043
13044 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
13045 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
13046 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
13047 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
13048
13049 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
13050 (idlwave-help-with-source): Use `insert-buffer-substring', not
13051 `insert-buffer'.
13052
13053 2005-08-29 Juri Linkov <juri@jurta.org>
13054
13055 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
13056 Put outline-back-to-heading function call inside save-excursion.
13057
13058 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
13059
13060 * man.el (Man-init-defvars, Man-translate-references)
13061 (Man-support-local-filenames, Man-highlight-references):
13062 * progmodes/sql.el (sql-interactive-mode):
13063 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
13064
13065 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
13066 (compilation-mode-font-lock-keywords): Add defvars.
13067 (checkdoc-interactive-loop): "?\ " -> "?\s".
13068
13069 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
13070 (font-lock-doc-face, font-lock-string-face)
13071 (font-lock-keywords-case-fold-search): Add defvars.
13072 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
13073
13074 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
13075 Don't pass X and Y (they are ignored anyway).
13076 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
13077 (mouse-delete-window): Make arguments optional.
13078
13079 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
13080 (caesar-translate-table, minor-modes, news-buffer-save)
13081 (news-group-name, news-minor-modes): Add defvars.
13082
13083 * emacs-lisp/lselect.el (mouse-highlight-priority)
13084 (x-lost-selection-functions, zmacs-regions):
13085 * emacs-lisp/pp.el (font-lock-verbose):
13086 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
13087 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
13088 (ses-mode-map):
13089 * emacs-lisp/tcover-unsafep.el (safe-functions):
13090 * international/mule-cmds.el (mac-system-coding-system)
13091 (mac-system-locale):
13092 * language/ethio-util.el (rmail-current-message)
13093 (rmail-message-vector):
13094 * language/thai-util.el (thai-auto-composition-mode):
13095 * mail/metamail.el (rmail-current-message, rmail-message-vector):
13096 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
13097 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
13098 (vm-primary-inbox, vm-spool-files):
13099 * mail/rmail.el (deleted-head, font-lock-fontified)
13100 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
13101 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
13102 (total-messages):
13103 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
13104 (rmail-summary-mode-map):
13105 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
13106 (rmail-last-label, rmail-last-multi-labels)
13107 (rmail-summary-vector, rmail-total-messages):
13108 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
13109 * mail/rmailsum.el (msgnum):
13110 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
13111 (rmail-current-message):
13112 * obsolete/fast-lock.el (font-lock-face-list):
13113 * obsolete/rnewspost.el (mail-reply-buffer):
13114 * obsolete/scribe.el (compile-command):
13115 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
13116
13117 2005-08-28 John Paul Wallington <jpw@gnu.org>
13118
13119 * ibuf-ext.el (ibuffer-auto-update-changed):
13120 Use `frame-or-buffer-changed-p' to check whether we need to update.
13121 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
13122 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
13123 as a `frame-or-buffer-changed-p' state vector instead.
13124
13125 2005-08-27 Romain Francoise <romain@orebokech.com>
13126
13127 * textmodes/makeinfo.el (makeinfo-compile):
13128 Use `compilation-start'. Set `next-error-function' according to
13129 `disable-errors'.
13130 (makeinfo-next-error): New function.
13131 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
13132 (makeinfo-buffer): Likewise.
13133
13134 * progmodes/compile.el (compilation-start): Add autoload cookie.
13135
13136 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
13137 * textmodes/sgml-mode.el: Likewise.
13138 * progmodes/python.el: Likewise.
13139
13140 2005-08-27 Eli Zaretskii <eliz@gnu.org>
13141
13142 * simple.el (blink-matching-paren-distance): Document the meaning
13143 of nil value, and allow to customize to nil.
13144
13145 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
13146 command.com, not command.exe.
13147
13148 2005-08-26 John Wiegley <johnw@newartisans.com>
13149
13150 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
13151 code around a bit so that an extraneous nil argument is not added
13152 to a command when no args are given.
13153
13154 * eshell/esh-arg.el (eshell-parse-double-quote): If a
13155 double-quoted argument resolves to nil, return it as an empty
13156 string rather than as nil. This made it impossible to pass "" to
13157 a shell script as a null string argument.
13158
13159 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
13160
13161 * outline.el (outline-invent-heading): New fun.
13162 (outline-promote, outline-demote): Use it.
13163 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
13164 (outline-end-of-subtree): Remove unused var `opoint'.
13165
13166 2005-08-26 David Reitter <david.reitter@gmail.com>
13167
13168 * menu-bar.el (truncate-lines, write-file, print-buffer)
13169 (ps-print-buffer-faces, ps-print-buffer, split-window):
13170 Disable menu items when the frame they refer to is invisible, or when
13171 they refer to a buffer and the minibuffer is selected.
13172
13173 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
13174
13175 * progmodes/flymake.el (flymake-highlight-err-lines):
13176 Use save-excursion around flymake-highlight-line to preserve point.
13177
13178 2005-08-26 Eli Zaretskii <eliz@gnu.org>
13179
13180 * progmodes/octave-mod.el: Change Author and Maintainer address.
13181 (octave-maintainer-address): Change Kurt's email address.
13182 * progmodes/octave-inf.el: Change Author and Maintainer address.
13183 * progmodes/octave-hlp.el: Change Author and Maintainer address.
13184
13185 2005-08-26 Kim F. Storm <storm@cua.dk>
13186
13187 * subr.el (version-list-<, version-list-<=, version-list-=):
13188 Rename from integer-list-*.
13189 (version-list-not-zero): Likewise. Fix while loop.
13190 (version=): Use version-list-= instead of string-equal.
13191
13192 2005-08-26 Richard M. Stallman <rms@gnu.org>
13193
13194 * outline.el (outline-promote): Try shortening the heading.
13195 As last resort, read the heading to use.
13196 (outline-demote): As last resort, read the heading to use.
13197
13198 2005-08-26 Romain Francoise <romain@orebokech.com>
13199
13200 * progmodes/compile.el (compilation-start): Doc fix.
13201
13202 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
13203 (antlr-font-lock-additional-keywords): Fix reference to
13204 `antlr-font-lock-literal-regexp' erroneously changed during the
13205 mass face rename.
13206 (antlr-run-tool): Use `compilation-start'.
13207
13208 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
13209 instead of the obsolete `compile-internal'.
13210
13211 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
13212
13213 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
13214 (number, original-date):
13215 * calendar/cal-china.el (date):
13216 * calendar/cal-coptic.el (date):
13217 * calendar/cal-french.el (date):
13218 * calendar/cal-hebrew.el (date, entry, number, original-date):
13219 * calendar/cal-islam.el (date, number, original-date):
13220 * calendar/cal-iso.el (date):
13221 * calendar/cal-julian.el (date):
13222 * calendar/cal-mayan.el (date):
13223 * calendar/cal-menu.el (date, event):
13224 * calendar/cal-persia.el (date):
13225 * calendar/lunar.el (date):
13226 * calendar/solar.el (date): Add defvars.
13227
13228 * emerge.el:
13229 * ibuffer.el:
13230 * info-xref.el:
13231 * obsolete/bg-mouse.el:
13232 * obsolete/sun-curs.el:
13233 * obsolete/swedish.el: Move the `defvar's to the top level.
13234
13235 * smerge-mode.el (smerge-refined-change): Add :group.
13236
13237 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
13238
13239 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
13240 (smerge-keep-n): Remove props.
13241 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
13242 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
13243 now that it's done in smerge-keep-n.
13244 (smerge-refined-change): New face.
13245 (smerge-refine-chopup-region, smerge-refine-highlight-change)
13246 (smerge-refine): New funs.
13247 (smerge-basic-map): Bind smerge-refine.
13248
13249 2005-08-25 Juri Linkov <juri@jurta.org>
13250
13251 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
13252 compilation-process-setup-function and compilation-disable-input
13253 in grep-mode instead of let-bindings in grep.
13254
13255 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
13256 Delete "Automatic File De/compression" (auto-compression-mode).
13257
13258 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
13259
13260 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
13261 Silence warning about non-existent variable.
13262
13263 2005-08-25 Richard M. Stallman <rms@gnu.org>
13264
13265 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
13266 Rename "Describe Key" to "Describe Key or Mouse Operation".
13267
13268 * mail/mailalias.el (build-mail-aliases): Delete comments
13269 from the contents before processing them.
13270
13271 * isearch.el (isearch-edit-string): Erase the Search prompt
13272 if user enters an empty string and there is no default.
13273
13274 * comint.el (comint-file-name-prefix): Add autoload.
13275
13276 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
13277
13278 * subr.el (play-sound): Rearrange to avoid warning.
13279
13280 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
13281
13282 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
13283 New hook.
13284 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
13285
13286 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
13287
13288 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
13289
13290 * custom.el (custom-theme-set-variables): Sort minor modes last.
13291
13292 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13293
13294 * subr.el (version-separator, version-regexp-alist): New vars used by
13295 version comparison funs.
13296 (integer-list-<, integer-list-=, integer-list-<=)
13297 (integer-list-not-zero): New funs for integer list comparison.
13298 (version-to-list, version=, version<, version<=): New funs for version
13299 comparison.
13300
13301 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
13302
13303 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
13304 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
13305 time to silence the byte-compiler.
13306
13307 * ibuffer.el (ibuffer-compile-make-eliding-form)
13308 (ibuffer-check-formats): Use `with-no-warnings' to hide references
13309 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
13310 so it's silly to get warnings for it).
13311 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
13312 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
13313 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
13314 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
13315 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
13316 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
13317 Defvar at compile time.
13318 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
13319 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
13320 Declare them before use.
13321
13322 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
13323 (info-xref-good, info-xref-bad): Defvar at compile time.
13324
13325 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
13326 Use `let*' instead of `let'.
13327
13328 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
13329 (*mouse-y*, menu, char): Defvar at compile time.
13330 (sc::menu): Declare it before use.
13331 (sc::pack-one-line): Use `let', not `let*'.
13332
13333 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
13334 (mail-send-hook): Defvar at compile time.
13335
13336 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
13337 Defvar at compile time.
13338
13339 * term/sun-mouse.el (current-global-mousemap)
13340 (current-local-mousemap): Declare them before use.
13341
13342 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
13343
13344 * bookmark.el (bookmark-after-jump-hook): New hook.
13345 (bookmark-jump): Run `bookmark-after-jump-hook'.
13346
13347 2005-08-23 Juri Linkov <juri@jurta.org>
13348
13349 * faces.el (minibuffer-prompt): Doc fix.
13350
13351 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
13352
13353 * progmodes/xscheme.el: Trivial changes to silence warnings.
13354 (xscheme-previous-mode, xscheme-previous-process-state):
13355 Add defvars.
13356 (xscheme-last-input-end, xscheme-process-command-line)
13357 (xscheme-process-name, xscheme-buffer-name)
13358 (xscheme-expressions-ring-max, xscheme-expressions-ring)
13359 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
13360 (xscheme-control-g-synchronization-p)
13361 (xscheme-control-g-disabled-p, xscheme-string-receiver)
13362 (default-xscheme-runlight, xscheme-runlight)
13363 (xscheme-runlight-string, xscheme-process-filter-state)
13364 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
13365 Move to beginning of file.
13366 (scheme-interaction-mode-commands-alist)
13367 (scheme-interaction-mode-map, scheme-debugger-mode-map):
13368 Declare them before use. Note: the initialization code for the variables
13369 has not been moved because it uses functions that reference the variables.
13370 (xscheme-control-g-message-string, xscheme-process-filter-alist)
13371 (xscheme-prompt-for-expression-map): Declare them before use.
13372 (scheme-debugger-mode-commands): "?\ " -> "?\s".
13373
13374 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
13375
13376 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
13377
13378 2005-08-22 Juri Linkov <juri@jurta.org>
13379
13380 * faces.el (set-face-underline): Delete this duplicate function
13381 and make an obsolete alias to set-face-underline-p.
13382 (set-face-underline-p): Use docstring of set-face-underline.
13383 (describe-face): Create hyperlink to parent face.
13384
13385 * info.el (Info-insert-dir): Use save-excursion around
13386 insert-buffer-substring.
13387 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
13388 (Info-escape-percent): Delete function.
13389 (Info-fontify-node): Replace Info-escape-percent by
13390 replace-regexp-in-string with REP arg set to lambda that
13391 duplicates `%' and preserves text properties.
13392
13393 * progmodes/compile.el (compilation-disable-input): Doc fix.
13394 (define-compilation-mode): Doc fix and refill.
13395 (kill-compilation): Use `mode-name' in the error message.
13396 (compilation-find-file): Use `compilation-error' in the
13397 read-file-name's prompt.
13398
13399 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
13400
13401 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
13402 (smerge-auto-leave): Make undo re-enable the mode.
13403 (debug-ignored-errors): Add the user-error of impossible resolution.
13404 (smerge-resolve): Move things around a bit, in preparation for later.
13405 (smerge-diff): Don't fail if the buffer has no associated file.
13406 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
13407 (smerge-conflict-overlay): New function.
13408 (smerge-match-conflict): Don't add text properties here.
13409 (smerge-find-conflict): Instead, add an overlay here.
13410 Also check for the case where we're inside a conflict already, so as to
13411 obviate the need for font-lock-multiline, which is unbearably slow with
13412 large conflicts and ciomplex font-lock patterns.
13413 (smerge-remove-props): Remove overlay rather than text-properties.
13414 (smerge-mode): Don't set font-lock-multiline.
13415 Remove overlays when turned off.
13416
13417 2005-08-21 Kim F. Storm <storm@cua.dk>
13418
13419 * ido.el (ido-ignore-item-p): Use save-match-data.
13420 Bind case-fold-search to ido-case-fold locally.
13421
13422 2005-08-20 Richard M. Stallman <rms@gnu.org>
13423
13424 * files.el (normal-mode): If font lock is on, turn it off and on.
13425
13426 * subr.el (replace-regexp-in-string): Doc fix.
13427
13428 * startup.el (command-line-1): Don't suppress startup screen
13429 due to existing processes.
13430
13431 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
13432
13433 * progmodes/compile.el (compilation-disable-input): Default to nil.
13434
13435 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
13436
13437 * progmodes/compile.el (compilation-disable-input): New defcustom.
13438 (compilation-start): If compilation-disable-input is non-nil, send
13439 EOF to the compilation process.
13440
13441 2005-08-20 Eli Zaretskii <eliz@gnu.org>
13442
13443 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
13444 Run the argument of tex-shell-cd-command through
13445 convert-standard-filename, to get the correct style of slashes on
13446 Windows, and enclose the result in quotes, in case the file name
13447 includes whitespace or other special characters.
13448
13449 2005-08-19 Andreas Schwab <schwab@suse.de>
13450
13451 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
13452 process.
13453
13454 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
13455
13456 * cus-start.el (minibuffer-prompt-properties): Correct typo.
13457
13458 2005-08-18 Kim F. Storm <storm@cua.dk>
13459
13460 * scroll-lock.el: Fix errors due to incorrect line wrapping.
13461
13462 2005-08-18 Richard M. Stallman <rms@gnu.org>
13463
13464 * scroll-lock.el: New file.
13465
13466 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
13467
13468 * dired.el (dired-move-to-end-of-filename):
13469 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
13470
13471 2005-08-18 Kim F. Storm <storm@cua.dk>
13472
13473 * ido.el (ido-everywhere): Fix defcustom :set function to disable
13474 rather than toggle mode when custom value is nil.
13475 (ido-everywhere): Fix defun doc string.
13476
13477 2005-08-17 Richard M. Stallman <rms@gnu.org>
13478
13479 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
13480 as tag instead of "Inviolable".
13481
13482 2005-08-17 Kim F. Storm <storm@cua.dk>
13483
13484 * windmove.el (windmove-coordinates-of-position): Remove.
13485 (windmove-coordinates-of-window-position): Remove.
13486 (windmove-reference-loc): Use posn-at-point instead.
13487
13488 * subr.el (insert-for-yank-1): Doc fix.
13489
13490 * ido.el (ido-enter-matching-directory): Rename from
13491 ido-enter-single-matching-directory. Change `slash' choice to
13492 `only'. Add `first' choice.
13493 (ido-exhibit): Adapt to above changes.
13494
13495 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
13496
13497 * Makefile.in: Expand comment about building loaddefs.el.
13498
13499 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
13500
13501 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
13502 Comment use of defadvice.
13503
13504 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
13505
13506 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
13507
13508 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
13509 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
13510 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
13511 * progmodes/idlw-shell.el, progmodes/ld-script.el,
13512 * progmodes/which-func.el, ruler-mode.el, strokes.el,
13513 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
13514 for backward compatibility for faces that did not appear in the
13515 previous Emacs release.
13516
13517 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
13518
13519 2005-08-15 Kim F. Storm <storm@cua.dk>
13520
13521 * emulation/cua-base.el (cua-delete-region): Return t if
13522 deleted region was non-empty.
13523 (cua-replace-region): Inhibit overwrite-mode for
13524 self-insert-command if replaced region was non-empty.
13525 (cua--explicit-region-start, cua--status-string): Make them
13526 buffer-local at top-level...
13527 (cua-mode): ...rather than when mode is enabled.
13528
13529 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
13530
13531 * progmodes/vhdl-mode.el (vhdl-emacs-21):
13532 Set t for Emacs 21, 22, and so on.
13533
13534 2005-08-15 David Ponce <david@dponce.com>
13535
13536 * tree-widget.el: Update Commentary header.
13537 (tree-widget-theme): Doc fix.
13538 (tree-widget-space-width): New option.
13539 (tree-widget-image-properties): Look up in the default theme too.
13540 (tree-widget--cursors): Only for images with arrow pointer shape.
13541 (tree-widget-lookup-image): Pointer shape is hand by default.
13542 (tree-widget-icon): Rename generic icon widget from
13543 `tree-widget-control'.
13544 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
13545 derive from `tree-widget-icon'.
13546 (tree-widget-handle): Improve default look and feel of the text
13547 representation.
13548 (tree-widget): Rename :*-control properties to :*-icon properties.
13549 Add :action and :help-echo properties.
13550 (tree-widget-after-toggle-functions): Move.
13551 (tree-widget-close-node, tree-widget-open-node): Remove.
13552 (tree-widget-before-create-icon-functions): New hook.
13553 (tree-widget-value-create): Update to allow customization of icons
13554 and nodes at run-time via that new hook.
13555 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
13556 (tree-widget-icon-action, tree-widget-icon-help-echo)
13557 (tree-widget-action, tree-widget-help-echo): New functions.
13558
13559 2005-08-15 Kim F. Storm <storm@cua.dk>
13560
13561 * ido.el (ido-buffer-internal): Use with-no-warnings.
13562 (ido-make-merged-file-list): Use while-no-input.
13563
13564 2005-08-15 Richard M. Stallman <rms@gnu.org>
13565
13566 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
13567 (flyspell-large-region): Fix doc and custom type.
13568
13569 2005-08-14 Richard M. Stallman <rms@gnu.org>
13570
13571 * files.el (interpreter-mode-alist): Doc fix.
13572
13573 * mail/rmail.el (rmail-nonignored-headers): New variable.
13574 (rmail-clear-headers): Use it.
13575 (rmail-reply): Better handling of mail-followup-to header.
13576
13577 * progmodes/sh-script.el (sh-font-lock-keywords-var):
13578 Rename variable from sh-font-lock-keywords. In the `shell' entry,
13579 don't try to refer to executable-font-lock-keywords.
13580 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
13581 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
13582 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
13583 (sh-mode): Set comment-start-skip, local-abbrev-table,
13584 imenu-case-fold-search.
13585 (sh-set-shell): Don't set them here.
13586 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
13587 Don't cache the results in the original alist; don't ever modify
13588 that alist.
13589
13590 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
13591
13592 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
13593 empty.
13594
13595 2005-08-15 Andreas Schwab <schwab@suse.de>
13596
13597 * desktop.el: Put autoload cookie at risky-local-variable declarations.
13598
13599 * dired.el, info.el, mail/rmail.el: Revert last change.
13600
13601 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
13602
13603 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
13604 modification in `eval-after-load' form.
13605 * info.el: Likewise.
13606 * mail/rmail.el: Likewise.
13607
13608 2005-08-14 Juri Linkov <juri@jurta.org>
13609
13610 * progmodes/compile.el (compilation-mode-font-lock-keywords):
13611 Remove highlighting of "Compilation started". Highlight only
13612 the word "finished" in "Compilation finished". Add highlighting
13613 of "interrupt", "killed", "terminated" and the exit code.
13614 (compilation-start): Add newline after header. Use exactly the
13615 same time stamp format as the finishing message.
13616 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
13617
13618 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
13619 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
13620 Add highlighting of "interrupt", "killed", "terminated".
13621
13622 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
13623 enabled and the current command is self-insert-command, call it
13624 explicitly with overwrite-mode bound to nil, to not allow it
13625 to delete the character after the selected region.
13626
13627 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
13628
13629 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
13630 move-end-of-line, end-of-line, and beginning-of-line to the list
13631 of commands after which the echo area is updated.
13632
13633 2005-08-12 Eli Zaretskii <eliz@gnu.org>
13634
13635 * cus-edit.el (custom-save-all, custom-save-delete):
13636 Bind recentf-exclude to exclude custom-file.
13637
13638 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
13639
13640 * mail/rmailsum.el (rmail-summary-end-of-message): New command
13641 to go to the bottom of the mail message. Added to
13642 `rmail-summary-mode-map' with key "/".
13643 (rmail-summary-show-message): New (internal) function for use by
13644 both `rmail-summary-beginning/end-of-message'.
13645 (rmail-summary-beginning-of-message): Change to use
13646 rmail-summary-show-message.
13647
13648 * mail/rmail.el (rmail-end-of-message): New command to go to the
13649 end of the current message. Added to `rmail-mode-map' with key "/".
13650 (rmail-beginning-of-message): Fix to work as documented.
13651 (rmail-mode): Change documentation.
13652
13653 * progmodes/compile.el (compilation-start): Add the line
13654 "Compilation started" with compilation start time.
13655 (compilation-mode-font-lock-keywords): Add `started' to keywords.
13656
13657 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
13658
13659 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
13660 of menu items.
13661
13662 2005-08-11 Richard M. Stallman <rms@gnu.org>
13663
13664 * simple.el (pop-global-mark): Reverse test of widen-automatically.
13665
13666 * battery.el (battery-status-function): Don't use ignore-errors.
13667
13668 2005-08-11 Lute Kamstra <lute@gnu.org>
13669
13670 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
13671 define-obsolete-variable-alias.
13672
13673 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
13674
13675 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
13676 (ange-ftp-send-cmd): Revert last change, and expand
13677 the comment explaining the problem.
13678
13679 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
13680
13681 * ldefs-boot.el: Update.
13682
13683 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
13684 item to "Time, Load and Mail". Change help echo text.
13685
13686 * time.el (display-time-use-mail-icon, display-time-format)
13687 (display-time-string-forms): Shorten first line of docstrings.
13688
13689 2005-08-10 Lars Hansen <larsh@soem.dk>
13690
13691 * desktop.el (desktop-buffer-mode-handlers):
13692 Make non-customizable. Add autoload cookie. Change initial value to
13693 nil; add elements in respective modules instead. Fix doc string.
13694 (desktop-load-file): New function.
13695 (desktop-minor-mode-handlers): New autoloaded variable.
13696 (desktop-create-buffer): Call minor mode handlers.
13697 Use desktop-load-file to load major and minor mode modules prior to
13698 checking for a handler.
13699 (desktop-save): Don't add nil to desktop-minor-modes for minor
13700 modes with nil function in desktop-minor-mode-table. Don't delete
13701 desktop file before rewriting it.
13702 (desktop-locals-to-save): Add autoload cookie. Don't make
13703 automatically buffer-local. Add variables column-number-mode,
13704 size-indication-mode, indent-tabs-mode,
13705 indicate-buffer-boundaries, indicate-empty-lines and
13706 show-trailing-whitespace.
13707 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
13708 regexps. Don't use desktop-clear-preserve-buffers-regexp.
13709 (desktop-clear-preserve-buffers-regexp): Delete.
13710 (desktop-clear-preserve-buffers): Update initial value and docstring.
13711 (desktop-save-buffer): Fix doc string.
13712
13713 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
13714 (hilit-chg-desktop-restore): New function.
13715 (highlight-changes-mode): Add highlight-changes-mode to
13716 desktop-locals-to-save.
13717
13718 * dired.el: Add handler to desktop-buffer-mode-handlers.
13719 (dired-restore-desktop-buffer): Remove autoload cookie.
13720 (dired-mode): Add autoload cookie.
13721
13722 * info.el: Add handler to desktop-buffer-mode-handlers.
13723 (Info-restore-desktop-buffer): Remove autoload cookie.
13724 (Info-mode): Add autoload cookie.
13725
13726 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
13727 (mh-restore-desktop-buffer): Remove autoload cookie.
13728 (mh-folder-mode): Add autoload cookie.
13729
13730 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
13731 (rmail-restore-desktop-buffer): Remove autoload cookie.
13732
13733 2005-08-11 Masatake YAMATO <jet@gyve.org>
13734
13735 * hexl.el (hexl-address-region):
13736 (hexl-ascii-region, hexl-font-lock-keywords):
13737 (hexl-highlight-line-range): Use the term "region"
13738 instead of "area" for consistency with the other symbols
13739 defined in hexl.el.
13740
13741 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
13742
13743 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
13744 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
13745 out by Juri Linkov). Add `display-battery-mode'.
13746
13747 2005-08-09 Juri Linkov <juri@jurta.org>
13748
13749 * progmodes/compile.el (compilation-mode-font-lock-keywords):
13750 Remove `-text' from face variable names.
13751 (compilation-error-file-name, compilation-warning-file-name)
13752 (compilation-info-file-name): Delete faces.
13753 (compilation-line-number, compilation-column-number):
13754 Remove face underlining.
13755 (compilation-message-face): Set to `underline' value by default.
13756 (compilation-error-face, compilation-warning-face)
13757 (compilation-info-face): Remove `-file-name' from face names.
13758 (compilation-error-text-face, compilation-warning-text-face)
13759 (compilation-info-text-face): Delete face variables.
13760 (compilation-text-face): Delete function.
13761
13762 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
13763 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
13764 (grep-error-face): Set to `compilation-error' instead of
13765 `compilation-error-face' (which is redefined to `grep-hit-face' in
13766 grep buffers).
13767 (grep-mode-font-lock-keywords): Remove `-text' from face variable
13768 names. Use `grep-error-face' instead of `compilation-error-text-face'.
13769
13770 * dired-aux.el (dired-do-query-replace-regexp):
13771 Use `query-replace-read-args'.
13772
13773 * replace.el (query-replace-read-from, query-replace-read-to)
13774 (query-replace-read-args): Rename arg `string' to `prompt'.
13775
13776 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
13777
13778 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
13779
13780 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
13781 uploading files.
13782 (ange-ftp-canonize-filename): Handle file names beginning with ~
13783 correctly.
13784
13785 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
13786
13787 * textmodes/fill.el (canonically-space-region)
13788 (fill-context-prefix, fill-french-nobreak-p)
13789 (fill-delete-newlines, fill-comment-paragraph)
13790 (justify-current-line): "?\ " -> "?\s".
13791
13792 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
13793
13794 * textmodes/fill.el (fill-nonuniform-paragraphs):
13795 Improve argument/docstring consistency.
13796
13797 2005-08-09 Richard M. Stallman <rms@gnu.org>
13798
13799 * textmodes/ispell.el (ispell-word): More fboundp checks.
13800
13801 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
13802 (find-file-noselect-1): Call it here, only if RAWFILE.
13803 (normal-mode): Always set some major mode.
13804 (save-some-buffers-action-alist): Change some explanation strings.
13805 (file-name-non-special): In the `quote' method, use unwind-protect.
13806
13807 2005-08-09 Magnus Henoch <mange@freemail.hu>
13808
13809 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
13810 (ispell-have-aspell-dictionaries): New variable.
13811 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
13812 (ispell-get-aspell-config-value): New function.
13813 (ispell-aspell-find-dictionary): New function.
13814 (ispell-aspell-add-aliases): New function.
13815 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
13816 appropriate. Don't look for ispell dictionaries if we use aspell.
13817 (ispell-menu-map): Don't build a submenu of dictionaries.
13818
13819 2005-08-09 Richard M. Stallman <rms@gnu.org>
13820
13821 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
13822 (sql-read-passwd): Use read-passwd.
13823
13824 * progmodes/idlw-toolbar.el (idlwave-toolbar)
13825 (idlwave-toolbar-is-possible): Add defvars.
13826
13827 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
13828 Avoid warnings.
13829
13830 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
13831 (idlwave-system-class-info, idlwave-executive-commands-alist):
13832 Use defvar.
13833
13834 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
13835
13836 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
13837 Avoid warnings.
13838
13839 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
13840 and content-type: headers.
13841
13842 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
13843
13844 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
13845 and rename some of them to be more self-explanatory.
13846
13847 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
13848
13849 * startup.el (command-line-1): Implement -scriptload.
13850
13851 * replace.el (occur-engine): Initial *Occur* output not undoable.
13852
13853 * menu-bar.el (menu-bar-file-menu): Rename some menu items
13854 and improve help strings.
13855
13856 * isearch.el (isearch-repeat): When changing direction,
13857 mark search successful.
13858
13859 * ediff-init.el: Use (featurep 'xemacs).
13860
13861 * comint.el (send-invisible): Identify buffer, if not selected.
13862
13863 * align.el: Delete autoload for c-guess-basic-syntax.
13864
13865 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
13866
13867 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
13868 Improve argument/docstring consistency. Doc fixes.
13869 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
13870 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
13871 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
13872 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
13873 (r2bv-organization, r2bv-pages, r2bv-primary-author)
13874 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
13875 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
13876 Defvar at compile time.
13877
13878 2005-08-09 Juri Linkov <juri@jurta.org>
13879
13880 * info.el: Replace `info' with upper-case `Info' where appropriate.
13881 (info-title-1, info-title-2, info-title-3, info-title-4)
13882 (info-menu-header): Move up face definitions.
13883 (info-menu-star): Rename from `info-menu-5'.
13884 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
13885 (Info-fontify-visited-nodes): Fix docstring.
13886 (Info-hide-note-references): Fix docstring.
13887 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
13888 menu items in the same way as on cross-references.
13889 (info-apropos): Fix sorting order and formatting to be like in the
13890 stand-alone Info browser. Display error messages for 1 sec.
13891 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
13892 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
13893 from the menu bar.
13894 (Info-insert-dir): Restore point after calling
13895 `insert-buffer-substring'.
13896
13897 2005-08-08 Richard M. Stallman <rms@gnu.org>
13898
13899 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
13900 (recompute-lucid-menubar): Add defvars.
13901
13902 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
13903
13904 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
13905
13906 * net/net-utils.el (run-dig): Rename from `dig'.
13907
13908 * play/gametree.el (gametree-mode): Use make-local-variable,
13909 not make-variable-buffer-local.
13910
13911 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
13912
13913 * ansi-color.el (ansi-color-make-extent)
13914 (ansi-color-set-extent-face): Use fboundp, not functionp.
13915
13916 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
13917 not make-variable-buffer-local.
13918
13919 * bookmark.el (Info-current-file): Add defvar.
13920 (bookmark-jump-noselect): Use with-no-warnings.
13921
13922 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
13923
13924 * ebuff-menu.el (Helper-return-blurb): Add defvar.
13925
13926 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
13927
13928 * find-file.el (ada-procedure-start-regexp)
13929 (ada-package-start-regexp): Add defvars.
13930
13931 * info.el (Info-insert-dir): Use insert-buffer-substring.
13932
13933 * xml.el (xml-att-def-re): Add defvar.
13934
13935 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
13936 calling convention.
13937
13938 * subr.el (while-no-input): Return t if there is input.
13939
13940 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
13941
13942 * cus-start.el (all): Add `overflow-newline-into-fringe'.
13943
13944 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
13945
13946 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
13947 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
13948
13949 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
13950
13951 * cmuscheme.el (scheme-start-file): Replace reference to
13952 `user-emacs-directory' by "~/.emacs.d/".
13953
13954 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
13955
13956 * info.el (Info-dir-remove-duplicates): Avoid case folding
13957 in loop; instead, keep downcased strings for comparison.
13958 Suggested by Helmut Eller.
13959
13960 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
13961
13962 Sync with Tramp 2.0.50.
13963
13964 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
13965 XEmacs case; not necessary anymore.
13966 (tramp-user-regexp): Allow "@" as part of user name.
13967 (tramp-handle-set-visited-file-modtime)
13968 (tramp-handle-insert-file-contents)
13969 (tramp-handle-write-region): No special handling for
13970 `last-coding-system-used, because this is done in
13971 `tramp-accept-process-output' now.
13972 (tramp-accept-process-output): New defun.
13973 (tramp-process-one-action, tramp-process-one-multi-action)
13974 (tramp-wait-for-regexp, tramp-wait-for-output)
13975 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
13976 Howells <dhowells@redhat.com>.
13977 (clear-visited-file-modtime): Defadvice removed. The check for
13978 unset buffer's modtime does not need to be based on
13979 `tramp-buffer-file-attributes'. Suggested by RMS.
13980 (tramp-message): Insert "\n" if not being at beginning of line.
13981 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
13982 sequence with same logic.
13983 (tramp-completion-handle-expand-file-name): Discard call of
13984 `tramp-drop-volume-letter'. It is not necessary, and there have
13985 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
13986 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
13987 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
13988 should always be visible.
13989 (tramp-handle-insert-directory, tramp-setup-complete)
13990 (tramp-set-process-query-on-exit-flag)
13991 (tramp-append-tramp-buffers): Pacify byte-compiler.
13992 (tramp-bug): Delete non-existing variables from list.
13993 Apply `tramp-load-report-modules' as pre-hook.
13994 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
13995 `shell-prompt-pattern' because of non-7bit characters.
13996 Reported by Sebastian Luque <sluque@mun.ca>.
13997 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
13998 (tramp-match-string-list): Remove function.
13999 (tramp-wait-for-regexp): Remove call of that function.
14000 Suggested by Kim F. Storm <storm@cua.dk>.
14001 (tramp-set-auto-save-file-modes): Use octal integer code #o600
14002 instead of octal character code ?\600. The latter resulted in a
14003 syntax error with XEmacs.
14004
14005 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
14006 XEmacs case; not necessary anymore.
14007 (tramp-smb-handle-write-region): No special handling for
14008 `last-coding-system-used, because this is done in
14009 `tramp-accept-process-output' now.
14010 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
14011
14012 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
14013
14014 * wid-edit.el (widget-choice-value-create):
14015 Unconditionally respect user choice. Set :explicit-choice back to nil
14016 when no longer needed.
14017 (widget-choice-action): Unconditionally respect user choice.
14018 Eliminate :explicit-choice-value.
14019
14020 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
14021
14022 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
14023 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
14024 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
14025 running new function `toggle-indicate-empty-lines'.
14026 Rename "Customize" item to "Customize fringe".
14027 Rename "Indicators" item to "Buffer boundaries" and change help echo.
14028 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
14029 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
14030 Delete "Empty lines only" item.
14031 (menu-bar-showhide-fringe-ind-customize): New function.
14032 (menu-bar-showhide-fringe-ind-mixed)
14033 (menu-bar-showhide-fringe-ind-box)
14034 (menu-bar-showhide-fringe-ind-right)
14035 (menu-bar-showhide-fringe-ind-left)
14036 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
14037 instead of `fringe-indicators'.
14038
14039 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
14040
14041 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
14042 Change the date of last update.
14043
14044 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
14045
14046 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
14047 (viper-exec-yank, viper-put-back): Don't display modification msg
14048 if in the minibuffer.
14049
14050 * viper-init.el (viper-replace-overlay-cursor-color)
14051 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
14052 Make variables frame local.
14053
14054 * viper-util.el (viper-append-filter-alist): Use append instead of
14055 nconc.
14056
14057 * viper.el (viper-vi-state-mode-list)
14058 (viper-emacs-state-mode-list): Move help-mode and
14059 completion-list-mode from the first list to the second.
14060 (viper-mode): Docstring.
14061 (viper-go-away, viper-non-hook-settings): Don't localize
14062 minor-mode-alist in newer Emacsen. Add advice to
14063 set-cursor-color. Don't bind "\C-c\\".
14064
14065 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
14066
14067 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
14068 (scheme-macro-expand-command): New user options.
14069 (scheme-trace-procedure, scheme-expand-current-form): New commands.
14070 (scheme-form-at-point, scheme-start-file)
14071 (scheme-interactively-start-process): New functions.
14072 (scheme-get-process): New function, extracted from `scheme-proc'.
14073 (run-scheme): Call `scheme-start-file' to get start file, and pass
14074 it to `make-comint'.
14075 (switch-to-scheme, scheme-proc):
14076 Call `scheme-interactively-start-process' if no Scheme buffer/process
14077 is available.
14078
14079 2005-08-06 Juri Linkov <juri@jurta.org>
14080
14081 * progmodes/compile.el (compilation-mode-font-lock-keywords):
14082 Use `compilation-text-face', `compilation-info-text-face' and
14083 `compilation-error-text-face' instead of `font-lock-keyword-face'.
14084 (compilation-error): New face.
14085 (compilation-error-file-name): Inherit from
14086 `compilation-error' instead of `font-lock-warning-face'.
14087 (compilation-warning-file-name): Inherit from
14088 `compilation-warning' instead of `font-lock-warning-face'.
14089 (compilation-info, compilation-error-file-name)
14090 (compilation-warning-file-name, compilation-info-file-name)
14091 (compilation-line-number, compilation-column-number): Doc fix.
14092 (compilation-error-text-face, compilation-warning-text-face)
14093 (compilation-info-text-face): New face variables.
14094 (compilation-line-face, compilation-column-face)
14095 (compilation-enter-directory-face)
14096 (compilation-leave-directory-face): Doc fix.
14097 (compilation-text-face): New function.
14098
14099 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
14100 instead of 1 to display binary file names as info file links.
14101 (grep-error-face): Use `compilation-error-face' instead of
14102 `font-lock-keyword-face'.
14103 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
14104 and `compilation-warning-text-face' instead of
14105 `font-lock-keyword-face'. Use `compilation-error-text-face'
14106 instead of `grep-error-face'.
14107
14108 2005-08-05 Kenichi Handa <handa@m17n.org>
14109
14110 * international/code-pages.el: Add autoload cookies for all coding
14111 systems.
14112
14113 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
14114
14115 * cus-start.el (all): Put undo.c where it alphabetically belongs.
14116
14117 2005-08-04 Juri Linkov <juri@jurta.org>
14118
14119 * progmodes/compile.el (compilation-mode-map):
14120 * progmodes/grep.el (grep-mode-map):
14121 Bind TAB to `compilation-next-error' and [backtab] to
14122 `compilation-previous-error'.
14123
14124 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
14125 matching line numbers, column numbers and their ranges with regexp
14126 matching only line numbers.
14127 (grep-context-face): New face variable.
14128 (grep-mode-font-lock-keywords): Use it.
14129
14130 * faces.el (read-face-name): Delete duplicate faces.
14131
14132 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
14133
14134 * thumbs.el (thumbs-find-image): Don't make variables
14135 automatically buffer local.
14136 (thumbs-current-tmp-filename, thumbs-current-image-filename)
14137 (thumbs-image-num): Make automatically buffer local.
14138 (thumbs-show-thumbs-list): Use `make-local-variable', not
14139 `make-variable-buffer-local'.
14140 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
14141
14142 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
14143 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
14144 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
14145 (bother, bye, canyou, chatlst, continue, deathlst, describe)
14146 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
14147 (feelings-about, foullst, found, hello, history, howareyoulst)
14148 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
14149 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
14150 (neglst, obj, object, owner, please, problems, qlist)
14151 (random-adjective, relation, remlst, repetitive-shortness)
14152 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
14153 (shortlst, something, sportslst, stallmanlst, states, subj)
14154 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
14155 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
14156 Defvar at compile time.
14157
14158 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
14159 not `make-variable-buffer-local'.
14160
14161 2005-08-02 Kim F. Storm <storm@cua.dk>
14162
14163 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
14164 rectangle overlay in selected window.
14165
14166 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
14167
14168 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
14169 instead of display group. Make `indicate-buffer-boundaries'
14170 customizable through Custom.
14171
14172 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
14173
14174 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
14175 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
14176 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
14177 (gdb-put-string): Fix typos in docstrings.
14178
14179 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
14180
14181 Update copyright notices of files in progmodes directory for
14182 release of Emacs 22.1.
14183
14184 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
14185
14186 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
14187 Don't barf if the GUD buffer has been killed.
14188
14189 2005-08-01 Kim F. Storm <storm@cua.dk>
14190
14191 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
14192
14193 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
14194
14195 * simple.el (next-error-follow-minor-mode):
14196 make-variable-buffer-local -> make-local-variable.
14197
14198 * emacs-lisp/cl-extra.el: Require CL also when compiling.
14199
14200 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
14201 (byte-compile-form-make-variable-buffer-local): New functions to warn
14202 about misuses of make-variable-buffer-local where make-local-variable
14203 was meant.
14204
14205 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
14206
14207 * bs.el (bs-attributes-list): Doc fix.
14208 (bs): Update url-link.
14209
14210 * desktop.el (desktop-save-buffer): Fix typos in docstring.
14211 (desktop-load-default): Simplify.
14212
14213 * ibuffer.el (ibuffer-columnize-and-insert-list)
14214 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
14215 (ibuffer-unmark-all, ibuffer-toggle-marks)
14216 (ibuffer-unmark-forward, ibuffer-unmark-backward)
14217 (ibuffer-compile-make-format-form, ibuffer-format-column)
14218 (ibuffer-current-buffers-with-marks)
14219 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
14220 (ibuffer): Doc fix.
14221 (ibuffer-mode): Fix typo in docstring.
14222 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
14223 with `define-obsolete-variable-alias'.
14224 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
14225
14226 2005-07-29 Kenichi Handa <handa@m17n.org>
14227
14228 * international/mule-cmds.el (select-message-coding-system):
14229 Be sure to use LF for end-of-line. If no coding system is decided,
14230 return iso-8859-1-unix.
14231
14232 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
14233
14234 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
14235 (ange-ftp-pending-error-line): New vars.
14236 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
14237 to handle the non-fatal no-route-to-host messages.
14238 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
14239
14240 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
14241
14242 * isearch.el (isearch-mode-map, isearch-other-meta-char)
14243 (isearch-quote-char, isearch-printing-char)
14244 (isearch-text-char-description): "?\ " -> "?\s".
14245 (isearch-lazy-highlight-cleanup)
14246 (isearch-lazy-highlight-initial-delay)
14247 (isearch-lazy-highlight-interval)
14248 (isearch-lazy-highlight-max-at-a-time)
14249 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
14250 Declare with define-obsolete-*-alias macros.
14251 (isearch-forward): Fix typo in docstring.
14252 (search-invisible, search-ring-yank-pointer)
14253 (regexp-search-ring-yank-pointer): Doc fixes.
14254
14255 * recentf.el (recentf-menu-append-commands-p): Declare with
14256 `define-obsolete-variable-alias'.
14257 (recentf-max-saved-items, recentf-menu-filter)
14258 (recentf-arrange-by-rule-subfilter): Doc fixes.
14259 (recentf-menu-append-commands-flag)
14260 (recentf-initialize-file-name-history, recentf-expand-file-name)
14261 (recentf-clear-data): Fix typos in docstrings.
14262
14263 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
14264
14265 * progmodes/gdb-ui.el: Smarten comments.
14266 (gdb-info-breakpoints-custom): Use nowarn when finding file.
14267
14268 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
14269
14270 * term/apollo.el (terminal-init-apollo): New function containing
14271 all former top level forms in the file.
14272 * term/bobcat.el (terminal-init-bobcat):
14273 * term/cygwin.el (terminal-init-cygwin):
14274 * term/iris-ansi.el (terminal-init-iris-ansi):
14275 * term/linux.el (terminal-init-linux):
14276 * term/news.el (terminal-init-news):
14277 * term/rxvt.el (terminal-init-rxvt):
14278 * term/sun.el (terminal-init-sun):
14279 * term/tvi970.el (terminal-init-tvi970):
14280 * term/vt100.el (terminal-init-vt100):
14281 * term/vt102.el (terminal-init-vt102):
14282 * term/vt125.el (terminal-init-vt125):
14283 * term/vt200.el (terminal-init-vt200):
14284 * term/vt201.el (terminal-init-vt201):
14285 * term/vt220.el (terminal-init-vt220):
14286 * term/vt240.el (terminal-init-vt240):
14287 * term/vt300.el (terminal-init-vt300):
14288 * term/vt320.el (terminal-init-vt320):
14289 * term/vt400.el (terminal-init-vt400):
14290 * term/vt420.el (terminal-init-vt420):
14291 * term/wyse50.el (terminal-init-wyse50):
14292 * term/xterm.el (terminal-init-xterm): Likewise.
14293
14294 * term/README: Describe the terminal-init-* functionality.
14295
14296 * startup.el (command-line): After loading the terminal initialization
14297 file call the corresponding terminal initialization function.
14298
14299 2005-07-27 Kenichi Handa <handa@m17n.org>
14300
14301 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
14302 negative.
14303
14304 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
14305 (ps-mule-composition-prologue): Fix for the case that
14306 RelativeCompose is false.
14307
14308 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
14309
14310 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
14311
14312 * descr-text.el (describe-char): Handle the case where the list of
14313 chars is displayed in a separate frame.
14314 Be a bit more discriminating when looking for the char.
14315
14316 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
14317
14318 * bookmark.el (bookmark-automatically-show-annotations)
14319 (bookmark-read-annotation-text-func): Doc fixes.
14320 (bookmark-save): Improve argument/docstring consistency.
14321 (bookmark-get-bookmark, bookmark-get-bookmark-record)
14322 (bookmark-alist-from-buffer)
14323 (bookmark-upgrade-file-format-from-0)
14324 (bookmark-grok-file-format-version)
14325 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
14326 (bookmark-read-annotation-mode)
14327 (bookmark-insert-current-bookmark, bookmark-jump)
14328 (bookmark-exit-hook): Fix typos in docstrings.
14329 (bookmark-exit-hooks): Define as obsolete alias.
14330 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
14331 not `bookmark-exit-hooks'. Fix docstring.
14332 (bookmark-bmenu-select): "?\ " -> "?\s".
14333
14334 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
14335
14336 * startup.el (command-line): Fix typo.
14337
14338 2005-07-24 Richard M. Stallman <rms@gnu.org>
14339
14340 * tooltip.el (tooltip-mode): Test emacs-basic-display,
14341 not emacs-quick-startup.
14342
14343 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
14344
14345 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
14346 (reb-next-match, reb-show-subexp): Use `with-selected-window'
14347 instead of `reb-with-current-window'.
14348 (reb-prev-match): Likewise. Also, don't move left if the search
14349 was unsuccessful.
14350 (reb-initialize-buffer): New function.
14351 (re-builder, reb-change-syntax): Use it.
14352
14353 * man.el (Man-goto-page): Make second argument NOERROR optional.
14354
14355 2005-07-23 Richard M. Stallman <rms@gnu.org>
14356
14357 * man.el (Man-bgproc-sentinel): Check here for failure to find
14358 any man page in the output, and report the error here.
14359 (Man-arguments): Make it permanent local.
14360 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
14361 (Man-mode): Pass t for NOERROR.
14362
14363 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
14364 (grep-mode-font-lock-keywords):
14365 Don't use compilation-...-face for messages that are not file names.
14366
14367 * progmodes/compile.el (compilation-mode-font-lock-keywords):
14368 Don't use compilation-...-face for messages that are not file names.
14369
14370 2005-07-22 Juri Linkov <juri@jurta.org>
14371
14372 * startup.el (normal-splash-screen): Update menu name.
14373
14374 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
14375
14376 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
14377
14378 * term/xterm.el: Load term/rxvt if the terminal is actually an
14379 rxvt terminal.
14380 (xterm-rxvt-set-background-mode): Remove, not used anymore.
14381
14382 * term/rxvt.el (function-key-map): Use substitute-key-definition
14383 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
14384
14385 * term/cygwin.el: New file.
14386
14387 2005-07-22 Kim F. Storm <storm@cua.dk>
14388
14389 * image-file.el (insert-image-file, image-file-yank-handler):
14390 Fix last change to maintain a (unique) yank-handler on yanked images.
14391
14392 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
14393
14394 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
14395 of the file size (as in "177B" for 177 bytes). This happens with
14396 "ls -lh" on FreeBSD.
14397
14398 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
14399
14400 * hilit-chg.el (highlight-changes-global-initial-state)
14401 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
14402 (hilit-chg-fixup, highlight-changes-mode):
14403 Fix typos in docstrings.
14404 (highlight-changes-global-modes, highlight-changes-rotate-faces):
14405 Doc fixes.
14406
14407 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
14408
14409 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
14410 mode function using `eval-after-load'.
14411
14412 2005-07-21 Kim F. Storm <storm@cua.dk>
14413
14414 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
14415 included when reporting an emacs crash, and tell about the DEBUG file.
14416
14417 * image-file.el (insert-image-file): Add yank-handler.
14418 (image-file-yank-handler): Yank handler to make unique copies of
14419 images when they are yanked into a buffer next to each other.
14420
14421 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
14422
14423 * comint.el (comint-use-prompt-regexp, comint-send-input)
14424 (comint-source-default, comint-extract-string)
14425 (comint-get-source, comint-word, comint-completion)
14426 (comint-source, comint-prompt-read-only, comint-update-fence):
14427 Fix typos in docstrings.
14428 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
14429 Declare with define-obsolete-*-alias macros.
14430 (comint-previous-matching-input-from-input)
14431 (comint-next-matching-input-from-input)
14432 (comint-previous-matching-input, comint-next-matching-input)
14433 (comint-forward-matching-input):
14434 Improve argument/docstring consistency.
14435
14436 * desktop.el (desktop-clear-preserve-buffers-regexp):
14437 Also preserve the *server* buffer.
14438
14439 * simple.el (clone-indirect-buffer): Doc fix.
14440 (fixup-whitespace, just-one-space)
14441 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
14442 (next-error, next-error-highlight)
14443 (next-error-highlight-no-select, next-error-last-buffer)
14444 (next-error-buffer-p, next-error-find-buffer, next-error)
14445 (previous-error, next-error-no-select, previous-error-no-select)
14446 (open-line, split-line, minibuffer-prompt-width, kill-new)
14447 (binary-overwrite-mode): Fix typos in docstrings.
14448 (set-fill-column): Fix typo in message.
14449
14450 * skeleton.el (skeleton-proxy-new): Doc fix.
14451
14452 * strokes.el (strokes-load-hook): Doc fix.
14453 (strokes-grid-resolution, strokes-get-grid-position)
14454 (strokes-renormalize-to-grid, strokes-read-stroke)
14455 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
14456 (strokes-global-map): Fix typos in docstrings.
14457 (strokes-help): Doc fix. Fix help message and pass it through
14458 `substitute-command-keys'.
14459
14460 * tempo.el (tempo-insert-prompt, tempo-interactive)
14461 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
14462 (tempo-insert-string-functions, tempo-local-tags)
14463 (tempo-define-template, tempo-insert-template)
14464 (tempo-insert-prompt-compat, tempo-is-user-element)
14465 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
14466 Fix typos in docstrings.
14467
14468 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
14469 (vcursor-key-bindings, vcursor-use-vcursor-map)
14470 (vcursor-find-window, vcursor-scroll-down)
14471 (vcursor-disable, vcursor-beginning-of-buffer)
14472 (vcursor-end-of-buffer): Fix typos in docstrings.
14473 (vcursor-relative-move, vcursor-get-char-count):
14474 Improve argument/docstring consistency.
14475
14476 * version.el: "?\ " -> "?\s".
14477
14478 * wid-edit.el (widget-default-create, widget-after-change)
14479 (widget-default-format-handler, widget-checklist-add-item)
14480 (widget-radio-add-item, widget-choose, widget-specify-secret)
14481 (widget-field-value-create, widget-field-value-get)
14482 (widget-editable-list-format-handler)
14483 (widget-editable-list-entry-create, widget-group-value-create)
14484 (widget-documentation-link-add)
14485 (widget-documentation-string-value-create): "?\ " -> "?\s".
14486 (widget-convert-text): Doc fix.
14487 (widget-narrow-to-field, widget-field-find)
14488 (widget-url-link-action, widget-emacs-library-link-action)
14489 (widget-color-notify): Fix typos in docstrings.
14490
14491 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
14492 (x-select-text, set-w32-system-coding-system)
14493 (w32-add-charset-info): Fix typos in docstrings.
14494
14495 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
14496 (cua-enable-cua-keys, cua-use-hyper-key)
14497 (cua-virtual-rectangle-edges): Fix typos in docstrings.
14498 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
14499
14500 * net/tramp.el (tramp-handle-load): Fix typo in error message.
14501
14502 * emacs-lisp/re-builder.el (regexp-builder): Declare with
14503 `defalias' instead of faking it.
14504
14505 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
14506 (eshell-ls-missing, eshell-ls-dired-initial-args)
14507 (eshell-ls-use-in-dired): Fix typos in docstrings.
14508
14509 2005-07-20 Kim F. Storm <storm@cua.dk>
14510
14511 * emulation/cua-base.el (cua-mode): Improve doc string.
14512
14513 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
14514
14515 * abbrev.el (expand-region-abbrevs): Doc fix.
14516 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
14517 Improve argument/docstring consistency.
14518
14519 * arc-mode.el (archive-get-descr, archive-alternate-display):
14520 Doc fixes.
14521 (archive-l-e): Improve argument/docstring consistency.
14522 (archive-tmpdir, archive-unixdate, archive-unixtime)
14523 (archive-chmod-entry): Fix typos in docstrings.
14524 (archive-unflag, archive-unflag-backwards)
14525 (archive-unmark-all-files): "?\ " -> "?\s".
14526
14527 * buff-menu.el (Buffer-menu-unmark): Doc fix.
14528 (Buffer-menu-not-modified, Buffer-menu-execute)
14529 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
14530 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
14531
14532 * composite.el (compose-string, encode-composition-rule)
14533 (compose-last-chars): Fix typos in docstrings.
14534
14535 * desktop.el (desktop-enable, desktop-basefilename):
14536 Declare with `define-obsolete-variable-alias'.
14537 (desktop-internal-v2s): Don't quote keywords.
14538 (desktop-clear): "?\ " -> "?\s".
14539
14540 * dired.el (dired-align-file, dired-flag-backup-files)
14541 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
14542 (dired-listing-switches, dired-ls-F-marks-symlinks)
14543 (dired-dwim-target, dired-load-hook, dired-mode-hook)
14544 (dired-directory, dired-faces, dired, dired-revert)
14545 (dired-mode, dired-summary, dired-view-file)
14546 (dired-copy-filename-as-kill, dired-delete-file)
14547 (dired-no-confirm, dired-unmark-all-marks)
14548 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
14549 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
14550 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
14551 Fix typos in message strings.
14552
14553 * dired-x.el (virtual-dired): Declare with `defalias'.
14554 (dired-mark-unmarked-files, dired-local-variables-file)
14555 (dired-omit-here-always): Doc fix.
14556 (dired-omit-mode, dired-find-subdir)
14557 (dired-enable-local-variables, dired-clean-up-buffers-too)
14558 (dired-extra-startup, dired-mark-extension, dired-jump)
14559 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
14560 (dired-smart-shell-command, dired-guess-shell-alist-user)
14561 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
14562 (dired-x-bind-find-file, dired-x-submit-report):
14563 Fix typos in docstrings.
14564 (dired-mark-unmarked-files): "?\ " -> "?\s".
14565
14566 * dirtrack.el (dirtrack-list): Fix typos in docstring.
14567
14568 * faces.el (describe-face): "?\ " -> "?\s".
14569 (read-all-face-attributes, read-face-font, modify-face)
14570 (face-attr-construct, italic): Fix typos in docstrings.
14571 (frame-update-face-colors): Declare with
14572 `define-obsolete-function-alias'.
14573
14574 * files.el (find-file-noselect, recode-file-name): Doc fixes.
14575 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
14576 (magic-mode-alist, buffer-file-numbers-unique)
14577 (write-file-functions, get-free-disk-space):
14578 Fix typos in docstrings.
14579 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
14580 (write-contents-hooks, write-file-hooks):
14581 Declare with `define-obsolete-variable-alias'.
14582
14583 * forms-d2.el (arch-rj): Fix typo in docstrings.
14584 (arch-tocol): Likewise. "?\ " -> "?\s".
14585
14586 * frame.el (set-frame-font, cursor-in-non-selected-windows):
14587 Fix typo in docstring.
14588 (set-screen-width, set-screen-height): Delete redundant info in
14589 doctrings.
14590 (new-frame, screen-height, screen-width): Declare with
14591 `define-obsolete-function-alias'.
14592 (delete-frame-hook, blink-cursor): Declare with
14593 `define-obsolete-variable-alias'.
14594
14595 * paths.el (prune-directory-list): Fix typos in docstring.
14596
14597 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
14598 (cvs-prefix-get): Fix typos in docstrings.
14599
14600 * ps-print.el (ps-extend-face-list, ps-extend-face)
14601 (ps-print-background-image): Fix typos in docstrings.
14602 (ps-default-fg, ps-default-bg): Doc fixes.
14603
14604 * s-region.el (s-region-bind): Doc fix.
14605 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
14606
14607 * textmodes/org.el (org-table-formula-substitute-names)
14608 (org-table-get-vertical-vector): Doc fixes.
14609 (org-table-recalculate): Remove unused argument to `message'.
14610
14611 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
14612
14613 * textmodes/org.el (org-table-column-names)
14614 (org-table-column-name-regexp)
14615 (org-table-named-field-locations): New variables.
14616 (org-archive-subtree): Protect `this-command' when calling
14617 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
14618 the kill buffer.
14619 (org-complete): Remove fixed-formula completion.
14620 (org-edit-formulas-map): New variable.
14621 (org-table-edit-formulas): New command.
14622 (org-finish-edit-formulas, org-abort-edit-formulas)
14623 (org-show-variable, org-table-get-vertical-vector): New functions.
14624 (org-table-maybe-eval-formula): Handle `:=' fields.
14625 (org-table-get-stored-formulas, org-table-store-formulas)
14626 (org-table-get-formula, org-table-modify-formulas)
14627 (org-table-replace-in-formulas): Handle named field formulas.
14628 (org-table-get-specials): Store locations of named fields.
14629
14630 2005-07-19 Juri Linkov <juri@jurta.org>
14631
14632 * progmodes/grep.el (grep-regexp-alist)
14633 (grep-mode-font-lock-keywords, grep-process-setup):
14634 Use default GNU grep match color "01;31m" instead of "01;41m".
14635 (grep-regexp-alist, grep-mode-font-lock-keywords):
14636 Use `\\[[0-9]*m' instead of `\\[00m'.
14637 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
14638 sgr_start where its handling is more important. Use the real
14639 length of sgr_start instead of constant 8.
14640 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
14641 specially. Delete all remaining escape sequences.
14642 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
14643 (grep-regexp-alist): Make hyperlink only for binary file name
14644 instead of the whole line.
14645 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
14646 (grep-mode): Add autoload.
14647
14648 * emacs-lisp/find-func.el (find-function-regexp):
14649 Add `define-compilation-mode'.
14650
14651 2005-07-19 Juri Linkov <juri@jurta.org>
14652
14653 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
14654 (compare-windows-sync-string-size, compare-windows-recenter)
14655 (compare-windows-highlight, compare-windows): Add version 22.1.
14656 (compare-windows) <defface>: Inherit from lazy-highlight instead
14657 of duplicating its default value.
14658
14659 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
14660 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
14661
14662 * descr-text.el (describe-char): Create link buttons for `charset'
14663 and `code point'. Add the current input method name with a link
14664 button to `to input' field. Print face names of display table
14665 characters in `The display table entry is displayed by' section
14666 instead of printing face-id in the `display' field.
14667 Guess hardcoded faces and create a link button for them.
14668 Skip empty fields when calculating max-width.
14669 Treat `widget-create' specially while inserting strings from the
14670 collected field list.
14671 (describe-char-after): Made obsolete in version 22.1, not 21.5.
14672
14673 * diff-mode.el (diff-file-header): Change foreground color from
14674 yellow to green on light backgrounds.
14675 (diff-context): Inherit from `shadow' only for color/grayscale
14676 with more than 88 colors.
14677 (diff-indicator-removed, diff-indicator-added)
14678 (diff-indicator-changed): New faces.
14679 (diff-font-lock-keywords): Use new faces. Regroup rules.
14680 Add "^---$" for `normal' diff format. Fontify `#' lines with
14681 font-lock-comment-delimiter-face and font-lock-comment-face.
14682 Add `#' to ^[^...] in the rule for `diff-context-face'.
14683
14684 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
14685 a button-like box. Inherit from `highlight' on low colors.
14686 (shadow): Use shades of gray only for color/grayscale with
14687 more than 88 colors. Use green for light backgrounds with
14688 8 colors, and yellow for dark backgrounds with 8 colors.
14689
14690 * font-lock.el (font-lock-regexp-grouping-backslash):
14691 Don't inherit from escape-glyph (use bold for all cases).
14692
14693 * info.el (info-xref-visited): Use light foreground color `violet'
14694 for dark backgrounds instead of dark color `magenta3'.
14695 (info-title-1): Use `yellow' color for dark backgrounds.
14696
14697 * isearch.el (isearch): Use not-too-dark magenta3 instead of
14698 too-light magenta2.
14699
14700 * replace.el (match): Use slightly more light RoyalBlue3 instead
14701 of dark RoyalBlue4.
14702
14703 * wid-edit.el (widget-inactive): Inherit from `shadow'.
14704
14705 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
14706
14707 * novice.el (disabled-command-hook): Declare it with
14708 `define-obsolete-variable-alias'.
14709
14710 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
14711 (desktop-buffer-misc-functions, desktop-buffer-handlers)
14712 (desktop-load-default): Add release to obsolescence info.
14713 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
14714 (desktop-append-buffer-args, desktop-read):
14715 Fix typos in docstrings.
14716 (desktop-kill): Fix typo in message.
14717 (desktop-save): Doc fix.
14718
14719 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
14720
14721 * viper-cmd.el (viper-escape-to-state): Bug fix.
14722 (viper-envelop-ESC-key): Change the definition of fast
14723 keysequence so it'll work with keyboard macros.
14724
14725 * ediff.el (ediff-patch-buffer): Change the docstring.
14726
14727 2005-07-19 Kenichi Handa <handa@m17n.org>
14728
14729 * international/mule-cmds.el (select-safe-coding-system): Try to
14730 use an auto-coding (if any) before anything else. If the found
14731 auto-coding is invalid, show a warning message.
14732
14733 * international/mule.el (find-auto-coding): New function created
14734 by modifying the body of set-auto-coding.
14735 (set-auto-coding): Use find-auto-coding to find a coding.
14736
14737 2005-07-18 Richard M. Stallman <rms@gnu.org>
14738
14739 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
14740 not isearch-mode-end-hook-error.
14741 (allout-before-change-protect): Fix error message.
14742
14743 2005-07-18 Juri Linkov <juri@jurta.org>
14744
14745 * allout.el (allout-mode):
14746 * calculator.el (calculator-copy):
14747 * custom.el (custom-known-themes):
14748 * dired.el (dired-desktop-buffer-misc-data)
14749 (dired-restore-desktop-buffer):
14750 * dired-x.el (dired-omit-marker-char):
14751 * files.el (basic-save-buffer):
14752 * font-core.el (font-lock-mode):
14753 * calendar/calendar.el (calendar-goto-hebrew-date)
14754 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
14755 (calendar-goto-persian-date):
14756 * language/ethio-util.el (ethio-sera-to-fidel-region):
14757 * textmodes/picture.el (picture-mode):
14758 Delete duplicate duplicate words.
14759
14760 2005-07-18 Juri Linkov <juri@jurta.org>
14761
14762 * isearch.el (isearch-mode-map): Remove key bindings for regexp
14763 chars * ? } |.
14764 (isearch-fallback): Don't call `isearch-process-search-char'.
14765 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
14766 (isearch-process-search-char): Call `isearch-fallback' for regexp
14767 chars * ? } |.
14768 (isearch-return-char): Make obsolete with `make-obsolete' instead
14769 of simply documenting it as obsolete in the docstring.
14770 (isearch-fallback): Refill docstring.
14771
14772 * international/isearch-x.el
14773 (isearch-process-search-multibyte-characters): Remove unneeded
14774 `concat'. Add intermediate values to `junk-hist' instead of
14775 `minibuffer-history'. Test the length of `str'.
14776
14777 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
14778
14779 * allout.el (allout-resolve-xref): Fix typos in error strings.
14780 (allout-before-change-protect): Remove unneeded `concat'.
14781
14782 * array.el (array-mode, array-reconfigure-rows)
14783 (untabify-backward): Fix typos in docstrings.
14784 (array-reconfigure-rows): Use `insert-buffer-substring', not
14785 `insert-buffer'.
14786
14787 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
14788 * progmodes/ada-mode.el (ada-make-body):
14789 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
14790
14791 * dired.el (dired-log):
14792 * tar-mode.el (tar-subfile-save-buffer):
14793 * play/zone.el (zone-pgm-stress-destress):
14794 Use `insert-buffer-substring', not `insert-buffer'.
14795
14796 2005-07-17 Simon Josefsson <jas@extundo.com>
14797
14798 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
14799
14800 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
14801
14802 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
14803 Add plain auth method.
14804 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
14805
14806 2005-07-17 Kim F. Storm <storm@cua.dk>
14807
14808 * ido.el (dired-other-window): Add ido property.
14809
14810 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
14811
14812 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
14813 Fix typo in docstring.
14814 (byte-compile-interactive-only-functions): Add `insert-buffer' and
14815 `insert-file-literally'.
14816
14817 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
14818 info and delete redundant message. Doc fix.
14819 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
14820 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
14821
14822 2005-07-16 Richard M. Stallman <rms@gnu.org>
14823
14824 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
14825 (byte-compile-and): Use byte-compile-and-recursion.
14826 (byte-compile-or-recursion): New function.
14827 (byte-compile-or): Use that.
14828 (byte-compile-if): Guard the else-clause too.
14829 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
14830
14831 * isearch.el (isearch-mode-end-hook-quit): New variable.
14832 (isearch-done): Bind it.
14833 (isearch-mode-end-hook): Doc fix.
14834
14835 * allout.el (allout-isearch-did-quit): Variable deleted.
14836 (allout-real-isearch-abort): Function name no longer used.
14837 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
14838 (allout-isearch-rectification): isearch-mode always exists.
14839 Don't set allout-isearch-did-quit.
14840 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
14841 allout-isearch-did-quit.
14842 (allout-enwrap-isearch): Just add the hook.
14843 (allout-isearch-abort): Function deleted.
14844 (allout-pre-command-business): Avoid warning.
14845
14846 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
14847 Correctly avoid warnings.
14848 (pascal-outline): Likewise.
14849
14850 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
14851
14852 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
14853
14854 * play/tetris.el (tetris-mode): Avoid warning.
14855
14856 * play/snake.el (snake-mode): Avoid warning.
14857
14858 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
14859 (gamegrid-set-display-table): Avoid warning.
14860 (gamegrid-set-timer): Likewise.
14861 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
14862 (gamegrid-add-score-with-update-game-score-1): Take FILE
14863 as argument.
14864 (gamegrid-add-score-with-update-game-score): Pass that argument.
14865 Rename have-shared-game-dir to gamegrid-shared-game-dir.
14866
14867 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
14868
14869 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
14870 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
14871
14872 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
14873 and insert-file.
14874
14875 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
14876 (sc-ask): Avoid warnings.
14877
14878 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
14879 (eshell-hist-initialize): Use that var the natural way.
14880
14881 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
14882
14883 * emacs-lisp/re-builder.el (reb-cook-regexp):
14884 Avoid warning calling lre-compile-string.
14885 (reb-color-display-p): Avoid warning.
14886
14887 * calculator.el (calculator-last-input): Guard uses
14888 of event-key and key-press-event-p.
14889 (event-key, key-press-event-p): Delete definitions.
14890
14891 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
14892 (find-gc-source-directory, find-gc-subrs-callers)
14893 (find-gc-noreturn-list, find-gc-source-files)
14894 (find-gc-subrs-called): Vars renamed and defvar'd.
14895
14896 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
14897 (checkdoc-overlay-put, checkdoc-delete-overlay)
14898 (checkdoc-overlay-start, checkdoc-overlay-end)
14899 (checkdoc-mode-line-update, checkdoc-char=):
14900 Define such that compiler knows they are defined.
14901 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
14902 (checkdoc-read-event): Delete. Use read-event directly.
14903
14904 * whitespace.el (whitespace-make-overlay)
14905 (whitespace-overlay-put, whitespace-delete-overlay)
14906 (whitespace-overlay-start, whitespace-overlay-end):
14907 Define such that compiler knows they are defined.
14908 (whitespace): Move conditional inside.
14909
14910 * tempo.el (tempo-insert-template): Suppress warning.
14911
14912 * ediff-diff.el (longlines-mode): Add defvar.
14913
14914 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
14915
14916 * server.el: Bind "C-x #" in a way that works even if C-x is
14917 redefined to a command key, not a prefix key.
14918
14919 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
14920
14921 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
14922 cl-make-type-test till execution time.
14923
14924 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
14925
14926 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
14927 arg ARG and use it.
14928
14929 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
14930
14931 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
14932
14933 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
14934
14935 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
14936 a defcustom with two :set or :type keywords.
14937
14938 2005-07-15 Richard M. Stallman <rms@gnu.org>
14939
14940 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
14941 Don't give ^M comment-end syntax.
14942
14943 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
14944
14945 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
14946 Don't consider gdbmi (gdb-mi.el has its own update functions).
14947 (gdb-var-delete): Make it work for gdbmi as well.
14948 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
14949
14950 * progmodes/gud.el (etags, sdb): Only require etags when needed.
14951 (gud-speedbar-menu-items): Correct logic for enabling items.
14952
14953 2005-07-15 Kim F. Storm <storm@cua.dk>
14954
14955 * ido.el: Fix commentary.
14956 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
14957 Use with-no-warnings around ffap-guesser.
14958 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
14959 Let bind minibuffer-completing-file-name to t.
14960
14961 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
14962
14963 * startup.el (site-run-file, keyboard-type): Doc fixes.
14964 (command-line): Check for "--basic-display" argument; also for
14965 "--quick", not "--bare-bones" (which was renamed).
14966 (fancy-splash-text): Add missing item "Getting New Versions".
14967 (normal-splash-screen): Fix typos and improve consistency with
14968 `fancy-splash-text'. Update copyright year.
14969
14970 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
14971 valid binding for `help-char'.
14972
14973 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
14974
14975 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
14976
14977 * term.el (term-mode): Disable cua-mode for term buffers.
14978
14979 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
14980
14981 * add-log.el (add-log-mailing-address, change-log-merge):
14982 Doc fixes.
14983 (change-log-get-method-definition): Fix typo in docstring.
14984
14985 2005-07-14 Kim F. Storm <storm@cua.dk>
14986
14987 * emulation/cua-base.el:
14988 (cua--pre-command-handler-1, cua--pre-command-handler)
14989 (cua--post-command-handler-1, cua--post-command-handler):
14990 Split in two. Check (buffer local) value of cua-mode.
14991 (cua-selection-mode): New command.
14992
14993 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
14994
14995 * custom.el (custom-initialize-safe-set)
14996 (custom-initialize-safe-default): Doc fixes.
14997
14998 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
14999 and simplify :init-value again.
15000
15001 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
15002 and simplify :init-value again. Delete autoload.
15003
15004 * startup.el (command-line): Use `custom-reevaluate-setting' again
15005 for tooltip-mode.
15006
15007 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
15008 a defcustom with two :initialize keywords.
15009
15010 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
15011
15012 * allout.el (my-mark-marker, allout-isearch-prior-pos)
15013 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
15014 (allout-post-command-business, allout-flag-region)
15015 (isearch-reenable-font-lock, allout-yank)
15016 (allout-insert-latex-header, allout-insert-latex-trailer)
15017 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
15018 (allout-latex-verb-quote): Fix typos in docstrings.
15019 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
15020 (allout-unprotected, allout-prefix-data):
15021 Improve argument/docstring consistency.
15022 (allout-chart-subtree): Fix argument spec.
15023 (allout-open-topic): Rename `use_sib_bullet' argument to
15024 `use-sib-bullet'. Doc fix.
15025
15026 * whitespace.el (whitespace-check-buffer-leading)
15027 (whitespace-check-buffer-trailing)
15028 (whitespace-check-buffer-indent)
15029 (whitespace-check-buffer-spacetab)
15030 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
15031 (whitespace-check-leading-whitespace)
15032 (whitespace-check-trailing-whitespace)
15033 (whitespace-check-spacetab-whitespace)
15034 (whitespace-check-indent-whitespace)
15035 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
15036 (whitespace-modes): Fix typos in docstrings.
15037 (defgroup, defcustom): Doc fixes.
15038
15039 * winner.el (winner-mode, winner-boring-buffers)
15040 (winner-pending-undo-ring): Doc fixes.
15041 (winner-ring): Remove unneeded `progn'.
15042 (winner-equal): `defsubst' it.
15043 (winner-redo): Fix message.
15044
15045 2005-07-13 Kim F. Storm <storm@cua.dk>
15046
15047 * simple.el (line-move-1): Always use vertical-motion to
15048 do the last (or only) line move to ensure some movement.
15049 Undo 2005-06-23 change--don't check for overlays.
15050
15051 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15052
15053 * term/mac-win.el (ccl-encode-mac-roman-font)
15054 (ccl-encode-mac-centraleurroman-font)
15055 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
15056 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
15057 Change charset-id boundary of dimension to ?\xef.
15058 (mac-char-fontspec-list): New constant.
15059 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
15060 argument. Nil uses itself as family in font-spec. Previous
15061 behavior for nil is now provided by non-nil non-string argument.
15062 All callers changed. Add font-specs for Mac fonts to
15063 "fontset-default" unless iso8859-1 fonts are installed.
15064
15065 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
15066
15067 * progmodes/sh-script.el (sh-get-indent-info): Only indent
15068 a continuation line if the \ is preceded by SPC or TAB.
15069 (sh-get-indent-info): Simplify.
15070 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
15071 Use with-current-buffer.
15072
15073 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
15074 when the matched text is empty.
15075
15076 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
15077
15078 * startup.el (command-line): Revert to previous handling of
15079 tooltip-mode. Explain in comment why the complexity is needed.
15080
15081 * tooltip.el (tooltip-mode): Revert to previous implementation of
15082 its defcustom.
15083
15084 * frame.el (blink-cursor-mode): Revert to previous implementation
15085 of its defcustom. Update comment.
15086
15087 2005-07-12 Lars Hansen <larsh@soem.dk>
15088
15089 * desktop.el: Update e-mail address.
15090
15091 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15092
15093 * term/mac-win.el (mac-services-mail-selection)
15094 (mac-services-mail-to): New functions.
15095 (mac-application-menu-map): Bind them.
15096
15097 2005-07-12 wulei <milton@wulei.net> (tiny change)
15098
15099 * progmodes/gdb-ui.el: Add note about buffering with Windows.
15100
15101 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
15102
15103 * custom.el (custom-reevaluate-setting): Doc fix.
15104
15105 2005-07-11 Jay Belanger <belanger@truman.edu>
15106
15107 * calc/calc.el (calc-embedded-announce-formula-alist)
15108 (calc-embedded-open-close-plain-alist)
15109 (calc-embedded-open-close-mode-alist): Add checks for additional
15110 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
15111
15112 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
15113
15114 * custom.el (custom-enable-theme): Don't add theme to
15115 `custom-enabled-themes' with `push' because there is no
15116 setf-method for `delq'.
15117
15118 2005-07-11 Richard M. Stallman <rms@gnu.org>
15119
15120 * custom.el (custom-declare-variable): Doc fix.
15121
15122 * dired-aux.el (dired-compare-directories): Remove "." and ".."
15123 from the alists.
15124
15125 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
15126 Do nothing if edebug-active.
15127
15128 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
15129 (edebug-display): Do it here instead.
15130
15131 2005-07-10 Richard M. Stallman <rms@gnu.org>
15132
15133 * cus-face.el (custom-theme-set-faces): Make it work.
15134 (custom-reset-faces): Doc fix.
15135 (custom-theme-reset-internal-face, custom-theme-face-value):
15136 Functions deleted.
15137
15138 * custom.el (custom-push-theme): Maintain list of the settings
15139 of a given theme in its theme-settings property.
15140 Maintain position of old settings in the theme-value
15141 or theme-face property.
15142 (custom-enabled-themes): New variable.
15143 (custom-theme-enabled-p): New function.
15144 (provide-theme): Update custom-enabled-themes.
15145 Disable and reenable the `user' theme.
15146 (require-theme): Doc fix.
15147 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
15148 (custom-theme-value, custom-theme-variable-value): Likewise.
15149 (custom-theme-reset-internal): Likewise.
15150 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
15151 (custom-enable-theme, custom-disable-theme): New functions.
15152 (custom-variable-theme-value, custom-face-theme-value): Likewise.
15153 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
15154 (custom-theme-reset-variables): Simplify.
15155 (deftheme, custom-declare-theme, custom-make-theme-feature):
15156 Definitions moved.
15157
15158 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
15159
15160 * longlines.el (longlines-show-region)
15161 (longlines-unshow-hard-newlines): Recognize hard newlines by
15162 non-nil hard property, instead of t.
15163
15164 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
15165
15166 * viper-cmd.el (viper--key-maps): New variable.
15167 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
15168 emulation-mode-map-alists.
15169 (viper-envelop-ESC-key): Use viper-subseq.
15170 (viper-search-forward/backward/next): Disable debug-on-error.
15171
15172 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
15173 (viper-ESC-key): New defcustoms.
15174
15175 * viper-macs.el (ex-map-read-args): Use viper-subseq.
15176
15177 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
15178 (viper-subseq): Copy of subseq from cl.el.
15179
15180 * viper.el (viper-go-away, viper-set-hooks): Use
15181 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
15182
15183 * viper-mous.el (viper-current-frame-saved): Use defvar.
15184
15185 * viper-init.el: Get rid of -face in face names.
15186
15187 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
15188 Make it work with longlines mode
15189
15190 * ediff-mult.el (ediff-meta-mode-hook): New variable.
15191
15192 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
15193
15194 * ediff-init.el: Get rid of -face in face names.
15195
15196 2005-07-10 Richard M. Stallman <rms@gnu.org>
15197
15198 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
15199 and with-timeout-unsuspend.
15200
15201 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
15202 and with-timeout-unsuspend.
15203
15204 * emacs-lisp/timer.el (with-timeout-timers): New variable.
15205 (with-timeout): Bind that variable to record timers.
15206 (with-timeout-suspend, with-timeout-unsuspend): New functions.
15207
15208 * emacs-lisp/debug.el (debug-help-follow): New function.
15209 (debugger-mode-map): Use that instead of help-follow.
15210 (debugger-setup-buffer): Use eval-buffer-list
15211 to handle eval-buffer frames.
15212
15213 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
15214
15215 * timezone.el (timezone-parse-date): Change first regexp
15216 so it will not mistakenly match dates with no time zone.
15217
15218 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
15219
15220 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
15221
15222 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
15223
15224 * custom.el (custom-initialize-safe-set)
15225 (custom-initialize-safe-default): New functions.
15226
15227 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
15228 and simplify :init-value.
15229
15230 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
15231 and simplify :init-value. Delete obsolete comment.
15232
15233 * startup.el (command-line): Use `custom-reevaluate-setting' to
15234 handle `tooltip-mode'. Delete obsolete comment.
15235
15236 * files.el (set-visited-file-name): Avoid calling
15237 `file-name-nondirectory' with a nil argument.
15238
15239 2005-07-09 Richard M. Stallman <rms@gnu.org>
15240
15241 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
15242 was called with nil for the buffer, handle the read position right.
15243 Handle read position for eval-region, too.
15244
15245 2005-07-09 Juri Linkov <juri@jurta.org>
15246
15247 * fringe.el (fringe-mode): Add period in docstring.
15248 (fringe-query-style): Build prompt depending on `all-frames' arg.
15249
15250 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
15251 to not create links to unrelated functions in the Help buffer.
15252
15253 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
15254 Doc fix.
15255
15256 * simple.el (next-error-hook): New variable.
15257 (next-error): Use it. Doc fix.
15258
15259 * textmodes/ispell.el (ispell-command-loop): Add current
15260 dictionary name and program name to mode-line-format.
15261 (ispell-region, ispell-process-line): Add current dictionary name
15262 and program name to messages.
15263
15264 2005-07-08 Jay Belanger <belanger@truman.edu>
15265
15266 * calc/calc.el (calc-embedded-announce-formula-alist)
15267 (calc-embedded-open-close-formula-alist)
15268 (calc-embedded-open-close-word-alist)
15269 (calc-embedded-open-close-plain-alist)
15270 (calc-embedded-open-close-new-formula-alist)
15271 (calc-embedded-open-close-mode-alist)
15272 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
15273 (calc-embedded-mode-hook): New variables.
15274
15275 * calc/calc-embed.el (calc-embedded-firsttime)
15276 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
15277 New variables.
15278 (calc-do-embedded): Use calc-embedded-firsttime,
15279 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
15280 determine whether or not to run hooks.
15281 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
15282 calc-embedded-firsttime-formula appropriately.
15283 Set calc-embedded delimiter variables according to mode.
15284
15285 2005-07-08 Richard M. Stallman <rms@gnu.org>
15286
15287 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
15288 Check for "emacs", etc., as entire symbol, not just as word.
15289 (checkdoc-file-comments-engine): Use regexp-quote on FN.
15290
15291 * files.el (set-visited-file-name): Report the error
15292 for "empty filename" earlier.
15293 (kill-some-buffers): Ignore buffers already dead.
15294
15295 * fringe.el (fringe-mode): Doc fix.
15296
15297 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
15298 Check for (featurep 'xemacs) and turn off warnings in what it guards.
15299 Use unwind-protect to ensure byte-compile-unresolved-functions
15300 is updated.
15301
15302 * whitespace.el (whitespace-buffer-leading-cleanup):
15303 Simplify w/ skip-chars-forward.
15304 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
15305
15306 * mail/rmail.el (rmail-only-expunge): Fix paren error.
15307 Unconditionally try to leave point at the same old place.
15308
15309 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
15310
15311 * comint.el (comint-postoutput-scroll-to-bottom)
15312 (comint-show-maximum-output): Take scroll-margin into consideration.
15313
15314 2005-07-08 Kim F. Storm <storm@cua.dk>
15315
15316 * ido.el (ido-use-filename-at-point): New choice `guess'.
15317 (ido-file-internal): Try ffap-guesser if selected.
15318
15319 * ido.el (ido-before-fallback-functions): New hook.
15320 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
15321 (ido-read-file-name): Run it.
15322
15323 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
15324
15325 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
15326 strings rather than a list of symbols to the completion function.
15327
15328 2005-07-07 Jay Belanger <belanger@truman.edu>
15329
15330 * calc/calc-units.el (math-apply-units): Change the places in
15331 which units are simplified.
15332
15333 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
15334
15335 * cus-edit.el (customize-option, customize-option-other-window):
15336 Make them handle aliases.
15337
15338 * custom.el (custom-variable-p): Make it recursively follow
15339 aliases. Mention that in the docstring.
15340
15341 2005-07-07 Richard M. Stallman <rms@gnu.org>
15342
15343 * cus-start.el (exec-path): Use `directory' instead of `file'.
15344 Fix tag for nil.
15345
15346 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
15347
15348 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
15349 when called non-interactively. Doc fix.
15350
15351 2005-07-07 Lute Kamstra <lute@gnu.org>
15352
15353 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
15354 new address as well.
15355
15356 2005-07-07 Kenichi Handa <handa@m17n.org>
15357
15358 * international/mule.el (make-coding-system):
15359 Describe `ascii-incompatible' property in the docstring.
15360 (set-file-name-coding-system): Signal an error if coding-system is
15361 ascii-incompatible.
15362 (set-keyboard-coding-system): Likewise.
15363
15364 * international/mule-cmds.el (set-default-coding-systems):
15365 Don't set default-file-name-coding-system and
15366 default-keyboard-coding-system if coding-system is ASCII-incompatible.
15367
15368 * international/utf-16.el: Declare that all UTF-16-based coding
15369 systems are ASCII-incompatible.
15370
15371 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
15372
15373 * progmodes/gud.el: Require font-lock for displaying errors.
15374 Used by gdb-ui.el.
15375
15376 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
15377
15378 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
15379 values for the pattern lists which are `read'able but not
15380 `append'able (like symbols).
15381
15382 2005-07-06 Richard M. Stallman <rms@gnu.org>
15383
15384 * progmodes/flymake.el (flymake-float-time): Instead of
15385 with-no-warnings, test for xemacs.
15386 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
15387 to avoid warning.
15388
15389 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
15390
15391 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
15392
15393 2005-07-05 Lute Kamstra <lute@gnu.org>
15394
15395 * battery.el: Add support for Darwin (with much debugging help
15396 from Samuel Lauber <sam124@operamail.com>).
15397 (battery-status-function, battery-echo-area-format)
15398 (battery-mode-line-format): Add support for pmset on Darwin.
15399 (battery-load-low, battery-load-critical): New user options.
15400 (battery-pmset): New function.
15401
15402 2005-07-05 Lute Kamstra <lute@gnu.org>
15403
15404 Update FSF's address in GPL notices.
15405
15406 * textmodes/page-ext.el: Update FSF's address.
15407
15408 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
15409
15410 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
15411 filling from using prefix when filling a single-line docstring.
15412
15413 * progmodes/flymake.el: Remove useless eval-when-compile.
15414
15415 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
15416
15417 2005-07-04 Richard M. Stallman <rms@gnu.org>
15418
15419 * textmodes/org.el (org-file-apps-defaults-gnu):
15420 Rename from org-file-apps-defaults-linux.
15421 (org-default-apps): Don't test system-type for `linux'.
15422 (org-file-apps): Doc fix.
15423
15424 2005-07-04 David Ponce <david@dponce.com>
15425
15426 * tree-widget.el: Improve header Commentary section.
15427 (tree-widget) [defgroup]
15428 (tree-widget-image-enable, tree-widget-themes-directory)
15429 (tree-widget-theme, tree-widget-image-properties-emacs)
15430 (tree-widget-image-properties-xemacs, tree-widget-create-image)
15431 (tree-widget-image-formats, tree-widget-control)
15432 (tree-widget-empty-control, tree-widget-leaf-control
15433 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
15434 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
15435 (tree-widget-keep, tree-widget-after-toggle-functions)
15436 (tree-widget-open-node, tree-widget-close-node): Doc fix.
15437 (tree-widget-open-control, tree-widget-close-control): Fix doc and
15438 :help-echo message.
15439 (tree-widget-set-theme): Doc fix. Use `string-equal'.
15440 (tree-widget-image-properties): Doc fix. Clearer implementation.
15441 (tree-widget--cursors): New constant.
15442 (tree-widget-lookup-image): New function split from
15443 `tree-widget-find-image'. Clearer implementation.
15444 (tree-widget-find-image): Use it.
15445 (tree-widget-button-keymap): Use `set-keymap-parent'.
15446 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
15447 Define the sub-widgets here.
15448 (tree-widget-node): Check that :node is not a tree-widget.
15449 (tree-widget-get-super, tree-widget-open-control)
15450 (tree-widget-close-control, tree-widget-empty-control)
15451 (tree-widget-leaf-control, tree-widget-guide)
15452 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
15453 (tree-widget-no-handle, tree-widget-value-delete)
15454 (tree-widget-map): Remove.
15455 (tree-widget-children-value-save): Doc fix. Simplified.
15456 (tree-widget-value-create): Update according to previous changes.
15457
15458 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
15459
15460 * textmodes/org.el: Leading space replaced by TABS.
15461 (org-recalc-marks, org-table-rotate-recalc-marks)
15462 (org-table-get-specials): Treat "^" and "_" marks.
15463 (org-table-justify-field-maybe): Optional argument NEW.
15464 (org-table-eval-formula): Parsing of the format simplified.
15465 New modes C,I. Honor the %= parameter in the current table.
15466 Avoid unnecessary re-align by using the NEW argument to
15467 `org-table-justify-field-maybe'.
15468 (org-calc-default-modes): Default for date-format mimicks org-mode.
15469 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
15470
15471 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
15472
15473 * cus-face.el (custom-theme-set-faces): Make it handle face
15474 aliases whose alias declarations are pre- or autoloaded.
15475
15476 2005-07-04 Juri Linkov <juri@jurta.org>
15477
15478 * faces.el (read-face-name): Put the code for getting a face name
15479 from the buffer before adding the faces from the `face' property.
15480 Use `completing-read-multiple' instead of `completing-read'.
15481 Require `crm'. Add default value and post-process the returned
15482 list of faces.
15483
15484 * emacs-lisp/crm.el (crm-find-current-element)
15485 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
15486
15487 * emacs-lisp/lisp-mode.el (eval-defun-1):
15488 * emacs-lisp/edebug.el (edebug-eval-defun):
15489 Remove unnecessary quotes.
15490
15491 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
15492
15493 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
15494 (prolog-indent-level): Fix typo in docstring.
15495
15496 * info.el (Info-history, Info-history-forward)
15497 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
15498
15499 * add-log.el (add-change-log-entry):
15500 * comint.el (comint-dynamic-list-input-ring)
15501 (comint-dynamic-list-completions):
15502 * dabbrev.el (dabbrev-expand):
15503 * delim-col.el (delimit-columns-rectangle-line):
15504 * diff-mode.el (diff-context->unified, diff-reverse-direction)
15505 (diff-unified->context):
15506 * ediff-init.el (ediff-abbrev-jobname):
15507 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
15508 (ediff-replace-session-activity-marker-in-meta-buffer):
15509 * info.el (Info-summary):
15510 * lpr.el (printify-region):
15511 * printing.el (pr-create-interface):
15512 * ps-print.el (ps-print-quote):
15513 * ses.el (ses-column-widths, ses-print-cell)
15514 (ses-adjust-print-width, ses-center):
15515 * shell.el (shell-file-name-quote-list):
15516 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
15517 (strokes-fill-current-buffer-with-whitespace)
15518 (strokes-xpm-for-stroke, strokes-list-strokes)
15519 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
15520 * term.el (term-dynamic-list-input-ring)
15521 (term-dynamic-list-completions):
15522 * calc/calc.el (math-format-stack-value):
15523 * emacs-lisp/edebug.el (edebug-display-freq-count):
15524 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
15525 (delphi-new-comment-line):
15526 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
15527 * progmodes/executable.el (executable-set-magic):
15528 * progmodes/python.el (inferior-python-mode):
15529 * progmodes/scheme.el (scheme-mode-syntax-table):
15530 * progmodes/sh-script.el (sh-maybe-here-document):
15531 * progmodes/sql.el (sql-copy-column):
15532 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
15533 * textmodes/bibtex.el (bibtex-mode):
15534 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
15535 (sgml-auto-attributes):
15536 * textmodes/table.el (table-insert, table-shorten-cell)
15537 (table--generate-source-scan-lines, table-delete-row)
15538 (*table--cell-delete-char, table--spacify-frame)
15539 (table--horizontally-shift-above-and-below)
15540 (table--cell-insert-char, table--cell-blank-str)
15541 (table--fill-region-strictly):
15542 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
15543 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
15544
15545 * add-log.el (change-log):
15546 * apropos.el (apropos):
15547 * comint.el (comint-completion, comint-source):
15548 * dabbrev.el (dabbrev):
15549 * delim-col.el (columns):
15550 * diff-mode.el (diff-mode):
15551 * ediff.el (ediff):
15552 * ediff-diff.el (ediff-diff):
15553 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
15554 * ediff-mult.el (ediff-mult):
15555 * ediff-ptch.el (ediff-ptch):
15556 * ediff-wind.el (ediff-window):
15557 * facemenu.el (facemenu):
15558 * indent.el (indent):
15559 * info.el (info):
15560 * jka-cmpr-hook.el (compression, jka-compr):
15561 * lpr.el (lpr):
15562 * outline.el (outlines):
15563 * pcmpl-cvs.el (pcmpl-cvs):
15564 * pcmpl-rpm.el (pcmpl-rpm):
15565 * printing.el (printing):
15566 * ps-print.el (postscript, ps-print, ps-print-horizontal)
15567 (ps-print-vertical, ps-print-headers, ps-print-font)
15568 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
15569 (ps-print-background, ps-print-printer, ps-print-page)
15570 (ps-print-miscellany):
15571 * ses.el (ses):
15572 * shell.el (shell, shell-directories, shell-faces):
15573 * startup.el (initialization):
15574 * strokes.el (strokes):
15575 * term.el (term):
15576 * uniquify.el (uniquify):
15577 * w32-vars.el (w32):
15578 * calc/calc.el (calc):
15579 * emacs-lisp/bytecomp.el (bytecomp):
15580 * emacs-lisp/cl-indent.el (lisp-indent):
15581 * emacs-lisp/edebug.el (edebug):
15582 * emacs-lisp/elp.el (elp):
15583 * emacs-lisp/testcover.el (testcover):
15584 * emacs-lisp/trace.el (trace):
15585 * emulation/viper-ex.el (viper-ex):
15586 * emulation/viper-mous.el (viper-mouse):
15587 * mail/mailalias.el (mailalias):
15588 * mail/supercite.el (supercite, supercite-frames)
15589 (supercite-attr, supercite-cite, supercite-hooks):
15590 * net/rcompile.el (remote-compile):
15591 * net/rlogin.el (rlogin):
15592 * obsolete/ooutline.el (outlines):
15593 * progmodes/delphi.el (delphi):
15594 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
15595 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
15596 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
15597 (ebnf-optimization):
15598 * progmodes/etags.el (etags):
15599 * progmodes/executable.el (executable):
15600 * progmodes/idlwave.el (idlwave):
15601 * progmodes/pascal.el (pascal):
15602 * progmodes/prolog.el (prolog):
15603 * progmodes/python.el (python):
15604 * progmodes/scheme.el (scheme):
15605 * progmodes/sh-script.el (sh, sh-script):
15606 * progmodes/sql.el (SQL):
15607 * progmodes/tcl.el (tcl):
15608 * textmodes/bibtex.el (bibtex, bibtex-autokey):
15609 * textmodes/enriched.el (enriched):
15610 * textmodes/makeinfo.el (makeinfo):
15611 * textmodes/sgml-mode.el (sgml):
15612 * textmodes/table.el (table-hooks):
15613 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
15614 * textmodes/texinfo.el (texinfo):
15615 * textmodes/two-column.el (two-column):
15616 Finish `defgroup' description with period.
15617
15618 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
15619 * eshell/esh-var.el (eshell-var):
15620 * progmodes/vhdl-mode.el (vhdl-testbench):
15621 * textmodes/org.el (org): Fix typos in docstrings.
15622
15623 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
15624 consistency.
15625
15626 * progmodes/flymake.el (flymake-find-file): Remove.
15627 (flymake-float-time): Use `with-no-warnings'.
15628 (flymake-check-start-time, flymake-check-was-interrupted)
15629 (flymake-err-info, flymake-is-running, flymake-last-change-time)
15630 (flymake-new-err-info): `defvar' at compile time.
15631
15632 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
15633
15634 * replace.el (occur-hook): Doc fix.
15635 (occur-1): Don't call `occur-hook' if there are no matches.
15636
15637 2005-07-03 Richard M. Stallman <rms@gnu.org>
15638
15639 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
15640 global-map, save the same map.
15641 (global-map): Don't alter it at top level.
15642 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
15643 Then alter it here instead.
15644 (tpu-edt-off): Set global-map to the saved one.
15645
15646 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
15647 All references simplified.
15648 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
15649 (zmacs-regions): Add defvar.
15650 (repeat-complex-command-map): Everything about that deleted.
15651
15652 * textmodes/artist.el (artist-key-is-drawing)
15653 (artist-key-endpoint1, artist-key-poly-point-list)
15654 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
15655 (artist-key-compl-table, artist-rb-save-data)
15656 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
15657 Don't put them in eval-when-compile.
15658 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
15659
15660 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
15661 Use with-no-warnings.
15662
15663 * net/browse-url.el (dos-windows-version): Add defvar.
15664
15665 * mail/supercite.el (filladapt-prefix-table): Add defvar.
15666
15667 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
15668 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
15669 (rmail-new-summary-line-count): Rename from new-summary-line-count.
15670 Add defvar.
15671 (rmail-summary-beginning-of-message): Use with-no-warnings.
15672 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
15673
15674 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
15675 Use with-no-warnings.
15676
15677 * emulation/vi.el (vi-mark-region): Use c-mark-function.
15678 (c-mark-function): Add point-moving-unit property.
15679 (vi-goto-line): Use with-no-warnings.
15680
15681 * emulation/edt.el (edt-last-copied-word): Add defvar.
15682 (zmacs-region-stays): Likewise.
15683 (edt-mark-section-wisely): Use c-mark-function for C.
15684 Use makr-defun for Fortran.
15685 (time-string): defvar deleted.
15686 (edt-display-the-time): Don't set time-string.
15687
15688 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
15689
15690 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
15691 Don't warn when name is not constant
15692 or for defining the group `emacs'.
15693
15694 * tooltip.el (gud-tooltip-mode): Add defvar.
15695
15696 * startup.el (default-frame-background-mode): Add defvar.
15697
15698 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
15699
15700 * info.el (tool-bar-map): Add defvar.
15701
15702 * dired.el (dnd-protocol-alist): Add defvar.
15703
15704 * dired-aux.el (dired-query): Display question with answer, when
15705 the user answers.
15706
15707 * custom.el (custom-add-option): Doc fix.
15708
15709 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
15710
15711 2005-07-03 Eli Zaretskii <eliz@gnu.org>
15712
15713 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
15714 bogus name from the last change.
15715
15716 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
15717
15718 * custom.el (custom-declare-variable): Fix typos in comment.
15719 (custom-known-themes): Doc fix.
15720 (custom-theme-directory): New defcustom.
15721 (require-theme): Make it check `custom-theme-directory'.
15722
15723 * cus-theme.el (custom-new-theme-mode): New function.
15724 (custom-theme-name, custom-theme-variables, custom-theme-faces)
15725 (custom-theme-description): Add compiler defvars.
15726 (customize-create-theme): Add doc to the "*New Custom Theme*"
15727 buffer. Use `custom-new-theme-mode'.
15728 (custom-theme-write): Put the created buffer in emacs-lisp-mode
15729 and save it to the `custom-theme-directory'. Make this the
15730 default directory of the buffer.
15731
15732 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
15733
15734 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
15735 Fix unbalanced parentheses.
15736
15737 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
15738
15739 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
15740 into flymake-mode and delegate to flymake-mode.
15741
15742 * find-file.el (ff-which-function-are-we-in): Clean up.
15743
15744 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
15745
15746 * replace.el (occur-rename-buffer): Fix docstring.
15747
15748 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
15749 (edt-last-copied-word, edt-learn-macro-count)
15750 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
15751 (edt-rect-start-point, edt-user-global-map, rect-start-point)
15752 (time-string, zmacs-region-stays):
15753 * emulation/edt-mapper.el (edt-save-function-key-map)
15754 (EDT-key-name): `defvar' to silence the byte-compiler.
15755
15756 2005-07-02 Martin Rudalics <rudalics@gmx.at>
15757
15758 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
15759 font-lock-regexp-backslash. Doc fix.
15760 (font-lock-regexp-backslash-grouping-construct): Rename from
15761 font-lock-regexp-backslash-construct. Doc fix.
15762 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
15763 grouping constructs.
15764
15765 2005-07-02 Eli Zaretskii <eliz@gnu.org>
15766
15767 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
15768 updating all the prerequisites.
15769
15770 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
15771
15772 * textmodes/org.el (org-agenda-start-on-weekday)
15773 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
15774 (org-agenda-use-time-grid, org-archive-location)
15775 (org-allow-space-in-links, org-usenet-links-prefer-google)
15776 (org-enable-table-editor, org-export-default-language)
15777 (org-export-html-show-new-buffer, org-fill-paragraph)
15778 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
15779 (org-goto-quit, org-occur, org-eval-in-calendar)
15780 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
15781 (org-agenda-diary-entry, org-remember-help)
15782 (org-table-convert-region, org-at-table-p)
15783 (org-table-move-row-down, org-table-move-row-up)
15784 (org-table-copy-region, org-table-toggle-vline-visibility)
15785 (org-table-get-stored-formulas, org-table-get-specials)
15786 (org-recalc-commands, org-table-eval-formula)
15787 (org-table-formula-substitute-names, orgtbl-make-binding)
15788 (org-format-org-table-html, org-format-table-table-html)
15789 (org-format-table-table-html-using-table-generate-source)
15790 (org-customize): Fix typos in docstrings.
15791 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
15792 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
15793 (org-back-to-heading): Doc fixes.
15794 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
15795 (org-agenda-change-all-lines, org-get-header):
15796 Improve argument/docstring consistency.
15797 (orgtbl-error): Fix error message.
15798
15799 * progmodes/flymake.el (flymake-find-possible-master-files)
15800 (flymake-master-file-compare, flymake-get-line-err-count)
15801 (flymake-highlight-line, flymake-gui-warnings-enabled):
15802 Fix typos in docstrings.
15803 (flymake-parse-line, flymake-get-project-include-dirs-function)
15804 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
15805 Doc fixes.
15806 (flymake-get-project-include-dirs-function)
15807 (flymake-make-err-menu-data):
15808 Improve argument/docstring consistency.
15809
15810 2005-07-01 Lute Kamstra <lute@gnu.org>
15811
15812 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
15813 Catch errors with ignore-errors. Use temporary buffer.
15814 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
15815
15816 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
15817 background color faces.
15818 (facemenu-set-foreground, facemenu-set-background):
15819 Use facemenu-set-face-from-menu.
15820 (facemenu-set-face-from-menu): Treat face names that start with
15821 "fg:" or "bg:" as special.
15822 (facemenu-add-new-color): Don't create faces. Simplify.
15823
15824 2005-06-30 Richard M. Stallman <rms@gnu.org>
15825
15826 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
15827 (crm-find-current-element): Likewise.
15828
15829 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
15830
15831 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
15832
15833 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
15834
15835 * arc-mode.el (archive-extract): Make it work as a mouse binding.
15836 (archive-mouse-extract): Make it an obsolete alias.
15837 (archive-mode-map): Don't use archive-mouse-extract any more.
15838 (archive-mode, archive-extract): write-contents-hooks ->
15839 write-contents-functions.
15840 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
15841 first arg.
15842 (archive-rename-entry): Update the call.
15843 (archive-zip-summarize): Remove unused var `method'.
15844 (archive-lzh-summarize): Remove unused var `creator'.
15845
15846 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
15847 dedicated frame upon exit.
15848
15849 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
15850 (archive-zip-extract, archive-zip-expunge)
15851 (archive-zip-update, archive-zip-update-case): Use executable-find.
15852 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
15853 Use restore-buffer-modified-p.
15854 (archive-extract, archive-add-new-member, archive-write-file-member):
15855 Use with-current-buffer.
15856 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
15857
15858 2005-06-30 Andreas Schwab <schwab@suse.de>
15859
15860 * progmodes/gud.el (gud-filter): Remove unneeded progn.
15861
15862 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
15863
15864 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
15865
15866 2005-06-30 Juri Linkov <juri@jurta.org>
15867
15868 * faces.el (vertical-border): Inherit from mode-line-inactive
15869 only on tty.
15870
15871 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
15872
15873 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
15874 example, -NLINES in the `occur' docstring).
15875
15876 * replace.el (occur-1): When no matches are found, do not set the
15877 `buffer-read-only' and modified flags for the occur buffer,
15878 because it is deleted.
15879
15880 * emulation/cua-base.el (cua-check-pending-input)
15881 (cua-repeat-replace-region, cua-mode, cua-debug)
15882 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
15883 Fix typos in docstrings.
15884
15885 * emulation/cua-gmrk.el (cua-toggle-global-mark)
15886 (cua-cut-region-to-global-mark)
15887 (cua--cut-rectangle-to-global-mark):
15888 Remove period from end of messages.
15889
15890 * emulation/cua-rect.el (cua-do-rectangle-padding):
15891 Remove period from end of messages.
15892 (cua--rectangle-seq-format): Fix typo in docstring.
15893 (cua-sequence-rectangle, cua-fill-char-rectangle):
15894 Improve argument/docstring consistency.
15895
15896 2005-06-29 Juri Linkov <juri@jurta.org>
15897
15898 * faces.el (default-frame-background-mode): New internal variable.
15899 (frame-set-background-mode): Use it.
15900
15901 * startup.el (normal-top-level): Set default-frame-background-mode
15902 instead of frame-background-mode. Before setting it, test for its
15903 nil value. Remove tests for frame-background-mode and frame
15904 parameter `reverse'. Add test for "unspecified-fg".
15905
15906 * term/xterm.el (xterm-rxvt-set-background-mode):
15907 * term/rxvt.el (rxvt-set-background-mode):
15908 Set default-frame-background-mode instead of frame-background-mode.
15909
15910 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
15911
15912 * simple.el (set-variable): Warn about obsolete user variables.
15913
15914 * imenu.el (imenu--completion-buffer):
15915 * mouse.el (mouse-buffer-menu-alist):
15916 * msb.el (msb-invisible-buffer-p):
15917 * calendar/diary-lib.el (diary-header-line-format):
15918 * emacs-lisp/pp.el (pp-buffer):
15919 * progmodes/cperl-mode.el (cperl-do-auto-fill):
15920 * textmodes/picture.el (picture-replace-match):
15921 Change space constants followed by a sexp to "?\s ".
15922
15923 * play/decipher.el (decipher-loop-with-breaks):
15924 * textmodes/texinfo.el (texinfo-insert-@item): Change space
15925 constants "protected" from end of line by a comment to "?\s".
15926
15927 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
15928
15929 * font-lock.el (save-buffer-state): Use `declare'.
15930
15931 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
15932 reset the syntax-table to cperl-mode-syntax-table.
15933 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
15934 "foo_print_bar" is not matched as a reserved keyword.
15935
15936 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
15937
15938 * textmodes/org.el (orgtbl-setup): New function, for delayed
15939 setup for the orgtbl commands.
15940 (org-calc-default-modes): New option.
15941 (orgtbl-make-binding): Use `defun' to get better help display.
15942 (org-diary): Call `org-compile-prefix-format'.
15943 (org-table-formula-substitute-names): New function.
15944 (org-agenda-day-view, org-agenda-week-view): New commands.
15945 (org-agenda-toggle-week-view): Command removed.
15946 (org-tbl-menu): Split off from org-org-menu.
15947 (org-mode): Move removal of outline-mode menus to here.
15948 (org-table-formula-debug): New option.
15949 (org-table-insert-row): Keep first field if just "#" or "*".
15950 (org-mode): Paragraph regexps fixed.
15951 (org-table-recalculate-regexp): New constant.
15952 (org-table-justify-field-maybe): Avoid replace if not necessary.
15953 (org-copy-special, org-cut-special): Use `call-interactively'.
15954 (org-table-copy-region): Take region from `interactive' call.
15955 (org-trim): Return string even if no match.
15956 (org-formula): New face.
15957 (org-set-font-lock-defaults): No longer highlight "FIXME".
15958 But highlight formula-related fields in table.
15959 (org-table-p): Use regexp, not fontification.
15960 (org-table-align): Handle white space at end of line.
15961 (org-table-formula-evaluate-inline): New option.
15962 (org-mode): Auto-wrapping in comment lines turned off.
15963 (org-table-copy-down): Evaluate only in copied field, not in
15964 destination.
15965 (org-table-current-formula): Variable removed.
15966 (org-table-store-formulas, org-table-get-stored-formulas)
15967 (org-table-modify-formulas, org-table-replace-in-formulas)
15968 (org-table-maybe-eval-formula): New functions.
15969 (org-table-get-formula): Modify to use stored formulas.
15970 (org-table-insert-column, org-table-delete-column)
15971 (org-table-move-column): Call `org-table-modify-formulas'.
15972 (org-complete): Add completion for keyword formulas.
15973 (orgtbl-mode): Pull orgtbl-mode-map to start of
15974 minor-mode-map-alist.
15975
15976 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
15977
15978 * progmodes/python.el (python-check): Require `compile' before
15979 modifying its variables.
15980
15981 * newcomment.el (comment-indent-default): Don't get fooled by an early
15982 end of buffer.
15983
15984 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15985
15986 * ps-print.el (ps-print-version): Fix version number.
15987
15988 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
15989
15990 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
15991
15992 2005-06-28 Richard M. Stallman <rms@gnu.org>
15993
15994 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
15995 (flyspell-local-mouse-map): Declaration deleted.
15996 (flyspell-mouse-map): Bind only mouse-2.
15997 (flyspell-mode-map): Don't test flyspell-use-local-map.
15998 (flyspell-overlay-keymap-property-name): Var deleted.
15999 (flyspell-mode-on): Don't make local bindings for
16000 flyspell-mouse-map and flyspell-mode-map.
16001 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
16002
16003 * textmodes/ispell.el (ispell-word): Do not ignore short words.
16004
16005 * progmodes/compile.el (compilation-next-error-function):
16006 Don't switch buffers; operate on the current buffer.
16007
16008 * progmodes/compile.el (compilation-error-file-name)
16009 (compilation-warning-file-name, compilation-info-file-name)
16010 (compilation-line-number, compilation-column-number): New faces.
16011 (compilation-error-face, compilation-warning-face)
16012 (compilation-info-face, compilation-line-face)
16013 (compilation-column-face): Use them.
16014
16015 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
16016
16017 * comint.el (comint-password-prompt-regexp): Accept ", try again".
16018
16019 * bindings.el (global-map): Bind insertchar and its variants.
16020
16021 2005-06-27 Richard M. Stallman <rms@gnu.org>
16022
16023 * textmodes/artist.el (artist-text-overwrite)
16024 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
16025
16026 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16027
16028 * ps-print.el: It was not working the page selection for printing.
16029 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
16030 (ps-print-version): New version 6.6.7.
16031 (ps-end-sheet): New fun.
16032 (ps-header-sheet, ps-end-job): Call it.
16033
16034 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
16035
16036 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
16037
16038 2005-06-27 Lute Kamstra <lute@gnu.org>
16039
16040 * facemenu.el (facemenu-unlisted-faces): Add foreground and
16041 background color faces.
16042 (facemenu-get-face): Delete function.
16043 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
16044 (facemenu-add-new-color): Make second argument mandatory.
16045 Create the appropriate face and return it. Simplify.
16046 (facemenu-set-foreground, facemenu-set-background): Don't check if
16047 color is defined. Use return value of facemenu-add-new-color.
16048
16049 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
16050
16051 * progmodes/gud.el (gud-filter): Add missing argument to
16052 with-selected-window.
16053
16054 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
16055
16056 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
16057 a :require to the defcustom.
16058
16059 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
16060 defcustoms corresponding to minor modes.
16061
16062 2005-06-26 David Ponce <david@dponce.com>
16063
16064 * recentf.el: Require tree-widget instead of wid-edit.
16065 (recentf-filename-handler): Fix widget :type.
16066 (recentf-cancel-dialog, recentf-open-more-files)
16067 (recentf-open-files-action): Doc fix.
16068 (recentf-dialog-goto-first): New function.
16069 (recentf-dialog-mode-map): Set parent keymap first.
16070 (recentf-dialog-mode): Define with define-derived-mode.
16071 Don't display continuation lines in dialogs.
16072 (recentf-edit-list): Rename from recentf-edit-selected-items.
16073 (recentf-edit-list-select): Rename from recentf-edit-list-action.
16074 Simplify.
16075 (recentf-edit-list-validate): New function.
16076 (recentf-edit-list): Update accordingly.
16077 (recentf-open-files-item-shift): Remove.
16078 (recentf-open-files-item): Convert menu elements into tree and
16079 link widgets. Don't create the widgets.
16080 (recentf-open-files): Update accordingly.
16081 (recentf-save-list): Untabify.
16082
16083 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
16084
16085 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
16086 (keep-lines): Add INTERACTIVE arg. Never delete lines only
16087 partially contained in the active region. Do not take active
16088 region into account when called from Lisp, unless INTERACTIVE arg
16089 is non-nil. Use `forward-line' instead of `beginning-of-line' to
16090 avoid trouble with fields. Make marker point nowhere when no
16091 longer used. Always return nil. Doc fix.
16092 (flush-lines): Add INTERACTIVE arg. Do not take active region
16093 into account when called from Lisp, unless INTERACTIVE arg is
16094 non-nil. Use `forward-line' instead of `beginning-of-line' to
16095 avoid trouble with fields. Make marker point nowhere when no
16096 longer used. Always return nil. Doc fix.
16097 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
16098 interchangeable. Do not take active region into account when
16099 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
16100 message in echo area when called from Lisp, unless INTERACTIVE arg
16101 is non-nil. Avoid saying "1 occurrences". Do not use markers.
16102 Return the number of matches. Doc fix.
16103 (occur): Doc fix.
16104 (perform-replace): Make comment follow double space convention for
16105 the sake of `outline-minor-mode'.
16106
16107 * faces.el (facep): Doc fix.
16108
16109 2005-06-25 Richard M. Stallman <rms@gnu.org>
16110
16111 * facemenu.el (facemenu-enable-faces-p): New function.
16112 (facemenu-background-menu, facemenu-foreground-menu)
16113 (facemenu-face-menu): Add menu-enable property.
16114
16115 * jka-compr.el (jka-compr-insert-file-contents):
16116 Special handling if cannot find the uncompression program.
16117
16118 * cus-face.el (custom-face-attributes): Add autoload.
16119
16120 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
16121 Bind comment-indent-function locally.
16122
16123 * window.el (save-selected-window): Use save-current-buffer.
16124
16125 * subr.el (with-selected-window): Use save-current-buffer.
16126
16127 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
16128 and with-current-buffer.
16129
16130 2005-06-24 Richard M. Stallman <rms@gnu.org>
16131
16132 * simple.el (line-move-1): Fix previous change.
16133
16134 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
16135
16136 * replace.el (occur-1): Set `buffer-read-only' and the
16137 buffer-modified flag before running `occur-hook' to protect
16138 against unintentional buffer switches that can lead to data loss.
16139
16140 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
16141
16142 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
16143 (gud-gdb-marker-filter): Use font-lock-warning-face for any
16144 initial error.
16145
16146 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
16147 after fresh input.
16148 (gdb-var-create-handler): Put name of expression in quotes.
16149
16150 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
16151
16152 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
16153 elements of RING in order, and without bogus nil elements.
16154
16155 2005-06-23 Richard M. Stallman <rms@gnu.org>
16156
16157 * simple.el (set-variable): Args renamed; doc fix.
16158 (line-move-1): When there are overlays around, use vertical-motion.
16159
16160 * faces.el (escape-glyph): Use brown against light background.
16161 (nobreak-space): Rename from no-break-space.
16162 Fix previous change.
16163
16164 * dired-aux.el (dired-do-copy): Fix arg prompt.
16165
16166 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
16167
16168 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
16169
16170 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
16171 rather than "Distributor".
16172
16173 2005-06-23 Lute Kamstra <lute@gnu.org>
16174
16175 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
16176 (debug-on-entry): Use it. New interactive declaration that uses
16177 function-called-at-point.
16178
16179 2005-06-23 Kim F. Storm <storm@cua.dk>
16180
16181 * subr.el (save-match-data): Add comment about using evaporate arg
16182 to set-match-data.
16183
16184 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
16185
16186 * cus-edit.el (customize-face)
16187 (customize-face-other-window): Handle face aliases.
16188
16189 * faces.el (face-documentation, set-face-attribute)
16190 (face-spec-set): Handle face aliases.
16191
16192 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
16193
16194 * help-mode.el (help-make-xrefs): If a symbol representing a face
16195 name is not followed by the word "face", it could still be a
16196 function or variable name, so don't bypass other checks.
16197
16198 2005-06-22 Juri Linkov <juri@jurta.org>
16199
16200 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
16201 Replace aliased functions with calls where second arg `inherit' is t.
16202
16203 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
16204
16205 * progmodes/gdb-ui.el (gdb-error): New variable.
16206 (gdb-error): New function.
16207 (gdb-annotation-rules): Act on error-begin and error annotations.
16208 (gdb-concat-output): Use font-lock-warning-face for errors.
16209
16210 2005-06-22 Miles Bader <miles@gnu.org>
16211
16212 * bindings.el (propertized-buffer-identification): Use renamed
16213 `Buffer-menu-buffer' face.
16214
16215 * faces.el (vertical-border): Rename from `vertical-divider'.
16216 (escape-glyph): Change dark-background color back to `cyan'.
16217
16218 2005-06-21 Juri Linkov <juri@jurta.org>
16219
16220 * faces.el (face-user-default-spec): Try getting `customized-face'
16221 prior to `saved-face'.
16222 (frame-background-mode): Refill docstring.
16223
16224 * emacs-lisp/lisp-mode.el (eval-defun-1):
16225 * emacs-lisp/edebug.el (edebug-eval-defun):
16226 Set `saved-face' temporarily to nil before calling form.
16227 Set `customized-face' to the new spec after that.
16228
16229 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
16230
16231 * subr.el (1value, lambda, key-substitution-in-progress):
16232 Doc fixes.
16233
16234 * autoinsert.el (auto-insert-alist):
16235 * ses.el (ses-call-printer):
16236 * subr.el (noreturn):
16237 * emacs-lisp/lisp.el (check-parens):
16238 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
16239 * net/browse-url.el (browse-url-mosaic):
16240 * progmodes/cc-defs.el (c-safe-scan-lists):
16241 * progmodes/ebnf-abn.el (ebnf-abn-lex):
16242 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
16243 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
16244 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
16245 * progmodes/ebnf-iso.el (ebnf-iso-lex):
16246 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
16247
16248 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
16249
16250 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
16251
16252 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
16253
16254 * calendar/appt.el (appt-make-list): Activate the package, if
16255 not already active (for backwards compatibility).
16256
16257 2005-06-20 Kim F. Storm <storm@cua.dk>
16258
16259 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
16260
16261 2005-06-20 Miles Bader <miles@gnu.org>
16262
16263 * faces.el (vertical-divider): New face.
16264
16265 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
16266
16267 * simple.el (kill-whole-line): Doc fix.
16268 (next-error-buffer-p, next-error-find-buffer)
16269 (clone-indirect-buffer): Fix typos in docstrings.
16270 (comment-line-break-function): Doc fix: don't say variable
16271 is automatically buffer-local (it isn't).
16272
16273 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
16274
16275 * net/tramp-ftp.el (top):
16276 * net/tramp-smb.el (top):
16277 * net/tramp-util.el (top):
16278 * net/tramp-uu.el (top):
16279 * net/tramp-vc.el (top):
16280 * net/tramp.el (top): Revert copyright years back to original
16281 ones. Tramp has a life outside GNU Emacs.
16282
16283 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
16284
16285 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
16286
16287 2005-06-18 Juri Linkov <juri@jurta.org>
16288
16289 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
16290 end of first regexp to limit the match to the position between
16291 line number and source line with same separator character as used
16292 between file name and line number. In the second regexp limit
16293 mouse-face area to file name and line number by adding new group
16294 for them and referring it in HYPERLINK arg.
16295 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
16296 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
16297 previous line where grep markers may be already removed.
16298
16299 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
16300
16301 * progmodes/ps-mode.el: Update version and maintainer's email address.
16302
16303 2005-06-18 Steve Youngs <steve@xemacs.org>
16304
16305 * net/browse-url.el (browse-url-browser-function)
16306 (browse-url-default-browser): Add firefox.
16307 (browse-url-firefox-program, browse-url-firefox-arguments)
16308 (browse-url-firefox-startup-arguments)
16309 (browse-url-firefox-new-window-is-tab): New defcustoms.
16310 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
16311
16312 2005-06-17 Richard M. Stallman <rms@gnu.org>
16313
16314 * startup.el (command-line): Warn if specified user name has
16315 no home directory.
16316
16317 * term.el (term-get-old-input, term-input-filter, term-input-sender)
16318 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
16319
16320 * longlines.el (longlines-mode, longlines-show-hard-newlines):
16321 Doc fixes.
16322
16323 * faces.el (underline): Try bold if terminal doesn't support underline.
16324
16325 * mail/sendmail.el (mail-setup-with-from): New variable.
16326 (mail-insert-from-field): New function.
16327 (sendmail-send-it): Call it.
16328 (mail-setup): Optionally call it here.
16329
16330 * term/linux.el: Call tty-no-underline.
16331
16332 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
16333
16334 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
16335
16336 2005-06-17 Miles Bader <miles@gnu.org>
16337
16338 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
16339 (ediff-current-diff-C, ediff-current-diff-Ancestor)
16340 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
16341 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
16342 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
16343 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
16344 Remove "-face" suffix from face names.
16345 (ediff-current-diff-face-A, ediff-current-diff-face-B)
16346 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
16347 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
16348 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
16349 (ediff-even-diff-face-A, ediff-even-diff-face-B)
16350 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
16351 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
16352 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
16353 New backward-compatibility aliases for renamed faces.
16354 (ediff-current-diff-face-A, ediff-current-diff-face-B)
16355 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
16356 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
16357 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
16358 (ediff-even-diff-face-A, ediff-even-diff-face-B)
16359 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
16360 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
16361 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
16362 Use renamed ediff faces.
16363
16364 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
16365 Remove "-face" suffix from face names.
16366 (eshell-test-ok-face, eshell-test-failed-face):
16367 New backward-compatibility aliases for renamed faces.
16368 (eshell-run-test): Use renamed eshell-test faces.
16369
16370 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
16371 face name.
16372 (eshell-prompt-face): New backward-compatibility alias for renamed
16373 face.
16374 (eshell-emit-prompt): Use renamed eshell-prompt face.
16375
16376 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
16377 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
16378 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
16379 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
16380 Remove "-face" suffix from face names.
16381 (eshell-ls-directory-face, eshell-ls-symlink-face)
16382 (eshell-ls-executable-face, eshell-ls-readonly-face)
16383 (eshell-ls-unreadable-face, eshell-ls-special-face)
16384 (eshell-ls-missing-face, eshell-ls-archive-face)
16385 (eshell-ls-backup-face, eshell-ls-product-face)
16386 (eshell-ls-clutter-face):
16387 New backward-compatibility aliases for renamed faces.
16388 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
16389
16390 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
16391 Remove "-face" suffix from face name.
16392 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
16393 instead of literal face.
16394
16395 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
16396
16397 * emacs-lisp/warnings.el (display-warning, lwarn)
16398 (warning-minimum-log-level): Doc fixes.
16399 (warning-minimum-level, warning-minimum-log-level):
16400 Add :debug to :type choices.
16401
16402 * progmodes/ada-mode.el (ada-format-paramlist)
16403 (ada-get-indent-case, ada-check-matching-start)
16404 (ada-check-defun-name, ada-goto-matching-decl-start)
16405 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
16406 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
16407 (ada-make-subprogram-body): Follow error conventions.
16408 (ada-case-exception-file, ada-indent-comment-as-code)
16409 (ada-indent-handle-comment-special, ada-indent-renames)
16410 (ada-indent-return, ada-search-directories-internal)
16411 (ada-tab-policy, ada-case-exception-substring)
16412 (ada-other-file-alist, ada-matching-start-re)
16413 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
16414 (ada-imenu-generic-expression, ada-compile-goto-error)
16415 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
16416 (ada-popup-menu, ada-add-extensions, ada-mode)
16417 (ada-region-selected, ada-create-case-exception)
16418 (ada-create-case-exception-substring, ada-after-keyword-p)
16419 (ada-activate-keys-for-case, ada-adjust-case-region)
16420 (ada-adjust-case-buffer, ada-format-paramlist)
16421 (ada-scan-paramlist, ada-insert-paramlist)
16422 (ada-indent-newline-indent)
16423 (ada-indent-newline-indent-conditional)
16424 (ada-justified-indent-current, ada-goto-previous-word)
16425 (ada-indent-current, ada-get-indent-open-paren)
16426 (ada-get-indent-paramlist, ada-get-indent-end)
16427 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
16428 (ada-get-indent-block-start, ada-get-indent-subprog)
16429 (ada-get-indent-noindent, ada-get-indent-label)
16430 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
16431 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
16432 (ada-goto-stmt-end, ada-goto-next-word)
16433 (ada-check-matching-start, ada-check-defun-name)
16434 (ada-goto-matching-decl-start, ada-goto-matching-start)
16435 (ada-goto-matching-end, ada-search-ignore-string-comment)
16436 (ada-in-decl-p, ada-looking-at-semi-or)
16437 (ada-looking-at-semi-private, ada-in-paramlist-p)
16438 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
16439 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
16440 (ada-next-procedure, ada-previous-procedure, ada-next-package)
16441 (ada-previous-package, ada-create-menu)
16442 (ada-fill-comment-paragraph-justify)
16443 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
16444 (ada-other-file-name, ada-last-which-function-line)
16445 (ada-last-which-function-subprog, ada-which-function)
16446 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
16447 (ada-gen-treat-proc, ada-check-emacs-version)
16448 (ada-continuation-indent, ada-align-region-separate):
16449 Fix typos in docstrings.
16450 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
16451
16452 2005-06-16 Lute Kamstra <lute@gnu.org>
16453
16454 * simple.el (fundamental-mode): Run after-change-major-mode-hook
16455 conditionally.
16456
16457 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
16458
16459 * comint.el (comint-replace-by-expanded-filename)
16460 (comint-prompt-regexp, comint-delimiter-argument-list)
16461 (comint-preinput-scroll-to-bottom):
16462 * info.el (Info-hide-cookies-node):
16463 * ls-lisp.el (ls-lisp-classify):
16464 * find-file.el (ff-search-directories, ff-special-constructs)
16465 (ff-find-other-file):
16466 * font-lock.el (font-lock-keywords):
16467 * shell.el (shell-prompt-pattern)
16468 (shell-dynamic-complete-functions, shell-mode)
16469 (shell-delimiter-argument-list):
16470 * term.el (term-replace-by-expanded-filename)
16471 (term-prompt-regexp, term-delimiter-argument-list):
16472 * woman.el (woman-ignore, woman0-if):
16473 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
16474 * emacs-lisp/elint.el (elint-init-env):
16475 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
16476 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
16477 * language/ethio-util.el (ethio-tilde-escape)
16478 (ethio-use-three-dot-question):
16479 * net/zone-mode.el (zone-mode-load-time-setup):
16480 * progmodes/cc-align.el (c-lineup-argcont):
16481 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
16482 * progmodes/cperl-mode.el (cperl-set-style-back):
16483 * progmodes/inf-lisp.el (inferior-lisp-prompt):
16484 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
16485 Fix spellings in docstrings.
16486
16487 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
16488 * progmodes/modula2.el (m2-for): Fix spellings.
16489
16490 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
16491
16492 * simple.el (undo-more): Don't use `format' on `error' arguments.
16493 Improve argument/docstring consistency.
16494 (pending-undo-list): Doc fix.
16495
16496 * smerge-mode.el (smerge-ensure-match):
16497 * emulation/vip.el (vip-ex):
16498 * net/zone-mode.el (zone-mode-update-serial):
16499 * progmodes/idlwave.el (idlwave-complete):
16500 * progmodes/vhdl-mode.el (vhdl-visit-file)
16501 (vhdl-compose-wire-components):
16502 Don't use `format' on `error' arguments.
16503
16504 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
16505 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
16506 (tooltip-help-tips): Fix typos in docstrings.
16507
16508 2005-06-16 David Ponce <david@dponce.com>
16509
16510 * tree-widget.el (tree-widget-value-create): Simplify last change.
16511
16512 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
16513
16514 * ido.el (ido-incomplete-regexp): New variable.
16515 (ido-set-matches-1): Handle invalid-regexp error and set
16516 ido-incomplete-regexp.
16517 (ido-incomplete-regexp): New face.
16518 (ido-completions): Use it.
16519 (ido-complete, ido-exit-minibuffer, ido-completions):
16520 Handle incomplete regexps.
16521 (ido-completions): Add check for complete match when entering a regexp.
16522
16523 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
16524
16525 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
16526
16527 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16528
16529 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
16530 by field delimiters.
16531
16532 2005-06-15 David Ponce <david@dponce.com>
16533
16534 * tree-widget.el: eval-and-compile inlined functions so they will
16535 be available at run-time too.
16536 (tree-widget-super-format-handler)
16537 (tree-widget-format-handler): Remove.
16538 (tree-widget-value-create): Handle the :indent property.
16539
16540 2005-06-15 Miles Bader <miles@gnu.org>
16541
16542 * progmodes/which-func.el (which-func): Only inherit
16543 `font-lock-function-name-face' when that makes sense against the
16544 default mode-line face, otherwise set the face color explicitly.
16545
16546 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
16547 faces instead of (non-existent) variables.
16548
16549 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
16550
16551 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
16552 (iswitchb-get-matched-buffers): Likewise. Simplify.
16553
16554 2005-06-14 Miles Bader <miles@gnu.org>
16555
16556 * progmodes/ld-script.el (ld-script-location-counter):
16557 Remove "-face" suffix from face name.
16558 (ld-script-location-counter-face):
16559 New backward-compatibility alias for renamed face.
16560 (ld-script-location-counter-face): Use renamed face.
16561
16562 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
16563 (cperl-hash): Remove "-face" suffix from face names.
16564 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
16565 New backward-compatibility aliases for renamed faces.
16566 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
16567 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
16568
16569 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
16570 name.
16571 (which-func-face): New backward-compatibility alias for renamed face.
16572 (which-func-format): Use renamed which-func face.
16573
16574 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
16575 (vhdl-function, vhdl-directive, vhdl-reserved-word)
16576 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
16577 names.
16578 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
16579 (vhdl-speedbar-configuration, vhdl-speedbar-package)
16580 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
16581 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
16582 (vhdl-speedbar-architecture-selected)
16583 (vhdl-speedbar-configuration-selected)
16584 (vhdl-speedbar-package-selected)
16585 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
16586 names.
16587 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
16588 Use renamed faces.
16589 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
16590 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
16591 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
16592 Use renamed faces.
16593 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
16594 names.
16595 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
16596 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
16597 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
16598 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
16599 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
16600 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
16601
16602 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
16603 face name.
16604 (sh-heredoc-face): New backward-compatibility alias for renamed face.
16605 (sh-heredoc-face): Use renamed sh-heredoc face.
16606
16607 * progmodes/idlw-help.el (idlwave-help-link):
16608 Remove "-face" suffix from face name.
16609 (idlwave-help-link-face):
16610 New backward-compatibility alias for renamed face.
16611 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
16612
16613 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
16614 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
16615 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
16616 New backward-compatibility aliases for renamed faces.
16617 (idlwave-shell-disabled-breakpoint-face)
16618 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
16619
16620 * progmodes/flymake.el (flymake-errline, flymake-warnline):
16621 Remove "-face" suffix from face names.
16622 (flymake-errline-face, flymake-warnline-face):
16623 New backward-compatibility aliases for renamed faces.
16624 (flymake-highlight-line): Use renamed flymake faces.
16625
16626 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
16627 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
16628 (ebrowse-member-class, ebrowse-progress):
16629 Remove "-face" suffix from face names.
16630 (ebrowse-tree-mark-face, ebrowse-root-class-face)
16631 (ebrowse-file-name-face, ebrowse-default-face)
16632 (ebrowse-member-attribute-face, ebrowse-member-class-face)
16633 (ebrowse-progress-face):
16634 New backward-compatibility aliases for renamed faces.
16635 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
16636 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
16637 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
16638 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
16639
16640 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
16641 antlr-syntax)
16642 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
16643 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
16644 names.
16645 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
16646 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
16647 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
16648 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
16649 backward-compatibility aliases for renamed faces.
16650 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
16651 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
16652 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
16653 remove "font-lock-". Use renamed antlr-mode faces.
16654 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
16655 literal face-names with face variable references.
16656
16657 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
16658 face name.
16659 (Buffer-menu-buffer-face): New backward-compatibility alias for
16660 renamed face.
16661 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
16662
16663 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
16664
16665 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
16666 Eliminate "-face" suffix.
16667 (makefile-targets): Inherit from font-lock-function-name-face and
16668 eliminate "-face" suffix.
16669 (makefile-shell): Remove attributes and eliminate "-face" suffix.
16670 (makefile-*-font-lock-keywords): Append makefile-targets in rule
16671 actions, instead of prepending, to make it less visible.
16672 (makefile-previous-dependency, makefile-match-dependency):
16673 Don't match a target on a continuation line.
16674
16675 * files.el (auto-mode-alist): Put Makefile in gmake mode.
16676
16677 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
16678
16679 * progmodes/gdb-ui.el (menu): Re-order menu items.
16680 (gdb-tooltip-print): Respect tooltip-use-echo-area.
16681
16682 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
16683 Define in tooltip.el.
16684 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
16685 (gud-tooltip-tips): Respect tooltip-use-echo-area and
16686 gud-tooltip-echo-area.
16687
16688 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
16689 backward compatibility and make obsolete.
16690 (tooltip-help-tips): Use tooltip-use-echo-area.
16691 (tooltip-show-help-function): Rename to...
16692 (tooltip-show-help): ...this, because it is a function.
16693 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
16694
16695 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
16696
16697 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
16698 (edebug-print-length, edebug-print-level, edebug-print-circle)
16699 (edebug-modify-breakpoint, edebug-eval-last-sexp)
16700 (edebug-eval-print-last-sexp): Doc fixes.
16701
16702 2005-06-14 Kim F. Storm <storm@cua.dk>
16703
16704 * ido.el (ido-mode): Make a new keymap every time we enable ido,
16705 as the coverage buffer/file/both may change.
16706
16707 2005-06-14 Lute Kamstra <lute@gnu.org>
16708
16709 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
16710 and run-mode-hooks. Simplify.
16711
16712 * mail/rmailedit.el (rmail-edit-mode):
16713 * progmodes/octave-inf.el (inferior-octave-mode):
16714 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
16715
16716 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
16717 and run-mode-hooks.
16718 (recentf-edit-list, recentf-open-files): Don't call
16719 kill-all-local-variables directly.
16720
16721 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
16722
16723 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
16724
16725 * emacs-lisp/byte-run.el (make-obsolete)
16726 (define-obsolete-function-alias): Rename arguments FUNCTION and
16727 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
16728 (make-obsolete-variable, define-obsolete-variable-alias):
16729 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
16730 respectively.
16731
16732 * isearchb.el (isearchb-activate):
16733 * pcvs.el (cvs-mode):
16734 * ses.el (ses-load):
16735 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
16736 * net/tramp.el (tramp-find-file-exists-command)
16737 (tramp-find-shell):
16738 * progmodes/ada-mode.el (ada-create-case-exception)
16739 (ada-create-case-exception-substring, ada-make-subprogram-body):
16740 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
16741 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
16742 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
16743 * textmodes/org.el (org-promote, org-evaluate-time-range)
16744 (org-agenda-next-date-line, org-agenda-previous-date-line)
16745 (org-agenda-error, org-open-at-point, org-table-move-row)
16746 (org-format-table-table-html-using-table-generate-source)
16747 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
16748 * textmodes/reftex.el (reftex-access-scan-info):
16749 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
16750 (reftex-toc-promote-prepare): Follow error conventions.
16751
16752 * diff-mode.el (diff-mode): Fix typo in docstring.
16753
16754 * forms.el (forms--intuit-from-file): Fix reference to
16755 `forms-number-of-fields' in error message.
16756 (forms-print): Fix quoting in error message.
16757
16758 * forms.el (forms-mode):
16759 * emulation/vi.el (vi-goto-insert-state):
16760 * progmodes/flymake.el (flymake-new-err-info)
16761 (flymake-start-syntax-check-for-current-buffer)
16762 (flymake-simple-cleanup):
16763 * eshell/esh-var.el (eshell/export):
16764 * progmodes/gud.el (xdb):
16765 * textmodes/flyspell.el (flyspell-incorrect-hook)
16766 (flyspell-maybe-correct-transposition)
16767 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
16768
16769 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
16770
16771 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
16772 minibuffer prompt.
16773
16774 2005-06-13 Kim F. Storm <storm@cua.dk>
16775
16776 * subr.el (add-to-ordered-list): New defun.
16777
16778 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
16779 add cua--keymap-alist to emulation-mode-map-alists.
16780
16781 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
16782
16783 * subr.el (complete-in-turn): New macro.
16784 (dynamic-completion-table, lazy-completion-table): Add debug info.
16785
16786 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
16787 in preference to face aliases.
16788
16789 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
16790 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
16791 Remove unused vars `start' and `firstline'.
16792 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
16793 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
16794
16795 2005-06-13 Eli Zaretskii <eliz@gnu.org>
16796
16797 * cus-start.el (all): Don't complain about missing GTK-related
16798 variables, unless either `gtk' is boundp or this isn't a
16799 `windows-nt' build.
16800
16801 2005-06-13 Lute Kamstra <lute@gnu.org>
16802
16803 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
16804 run-mode-hooks.
16805
16806 * ediff-mult.el (ediff-meta-mode):
16807 * ediff-util.el (ediff-mode): Use run-mode-hooks.
16808
16809 * ledit.el (ledit-mode): Use delay-mode-hooks.
16810
16811 * woman.el (woman-mode-line-format): Delete constant.
16812 (woman-mode-map): Initialize it properly.
16813 (woman-mode): Set mode-class property to special.
16814 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
16815 Set major-mode and mode-name. Don't set mode-line-format directly.
16816 (Man-getpage-in-background): Don't reference woman-mode-line-format.
16817
16818 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
16819 string argument obsolete.
16820
16821 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
16822
16823 * textmodes/org.el (org-CUA-compatible): New option.
16824 (org-disputed-keys): New variable.
16825 (org-key): New function.
16826 (orgtbl-make-binding): Add docstring to the created function.
16827 (org-mode): Set paragraph start/separate regexps.
16828 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
16829 (org-archive-location, org-archive-mark-done)
16830 (org-archive-stamp-time): New options.
16831 (org-archive-subtree): New command.
16832 (org-fill-paragraph): New function.
16833 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
16834 (org-fake-empty-table-line): Function removed.
16835 (org-format-org-table-html): Do not create empty table lines at
16836 separator lines. Improved table header treatment.
16837 (org-link-format): New option.
16838 (org-make-link): New function.
16839 (org-insert-link, org-store-link): Use org-make-link.
16840 (org-open-file): Quote file name for shell command, to allow
16841 spaces in file names.
16842 (org-link-regexp): Fix bug with mailto link.
16843 (org-link-maybe-angles-regexp, org-protected-link-regexp):
16844 New constants.
16845 (org-export-as-html): Deal with the optional angles around a link.
16846 Better treatment of file: links.
16847 (org-open-at-point): Replace @{ and @} with < and >.
16848 (org-run-mode-hooks): Function removed.
16849 (org-agenda-mode): No longer use `org-run-mode-hooks'.
16850
16851 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
16852
16853 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
16854 MI command -data-list-register-values.
16855 (gdb-post-prompt): Indent properly.
16856
16857 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
16858
16859 * hilit-chg.el (highlight-changes-colors): Rename from
16860 `highlight-changes-colours'.
16861 (highlight-changes-colours): Keep as obsolete alias.
16862 (highlight-changes-face-list): Doc fix.
16863 (hilit-chg-make-list): Use `highlight-changes-colors'.
16864
16865 2005-06-12 Mark A. Hershberger <mah@everybody.org>
16866
16867 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
16868 defun-prompt-regexp.
16869
16870 2005-06-12 Eli Zaretskii <eliz@gnu.org>
16871
16872 * loadup.el: Don't say we are dumping under 2 names on windows-nt
16873 and cygwin.
16874
16875 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
16876 Don't use an old loaddefs.el, as in Makefile.in.
16877
16878 2005-06-12 Lute Kamstra <lute@gnu.org>
16879
16880 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
16881
16882 * man.el (Man-mode-map): Initialize it properly.
16883 (Man-mode): Set mode-class property to special.
16884
16885 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
16886
16887 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
16888
16889 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
16890 A newline is needed in the docstring there.
16891
16892 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
16893 Doc fixes.
16894
16895 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16896
16897 * printing.el: Doc fix. The menubar is no more changed when printing
16898 is loaded, it only changes when pr-menu-bind or pr-update-menus is
16899 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
16900 (pr-version): New version number (6.8.4).
16901 (pr-menu-bind): New command.
16902 (pr-update-menus): Docstring and code fix.
16903 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
16904 Docstring fix.
16905 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
16906 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
16907
16908 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
16909
16910 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
16911 "Returns" to "return", document useful return values, etc.
16912
16913 2005-06-11 Alan Mackenzie <acm@muc.de>
16914
16915 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
16916 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
16917 (adaptive-file-function): Minor amendment to doc-string.
16918
16919 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
16920
16921 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
16922 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
16923 Fix :type--it is `integer', not `string'.
16924
16925 * faces.el (modeline-highlight): Rename from (the erroneous)
16926 `modeline-higilight'.
16927
16928 2005-06-11 Lute Kamstra <lute@gnu.org>
16929
16930 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
16931 lisp-interaction-mode-map but make it the parent.
16932 (edebug-eval-mode): Use define-derived-mode.
16933
16934 2005-06-11 Andreas Schwab <schwab@suse.de>
16935
16936 * bindings.el: Add binding of `ESC functionkey' for every
16937 `M-functionkey'.
16938 * hexl.el (hexl-mode-map): Likewise.
16939
16940 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
16941
16942 * progmodes/compile.el (compilation-error-regexp-alist-alist)
16943 [msft]: update regexp for newer msft compilers.
16944
16945 2005-06-10 Mark A. Hershberger <mah@everybody.org>
16946
16947 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
16948 ATTLIST portions of included DTDs.
16949 (xml-parse-dtd): Eliminate use of inefficient match-data.
16950
16951 2005-06-10 Miles Bader <miles@gnu.org>
16952
16953 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
16954 (mpuz-text): Remove "-face" suffix from face names.
16955 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
16956 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
16957 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
16958
16959 * play/gomoku.el (gomoku-O, gomoku-X):
16960 Remove "-face" suffix from face names.
16961 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
16962 New backward-compatibility aliases for renamed faces.
16963 (gomoku-font-lock-keywords): Use renamed gomoku faces.
16964
16965 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
16966
16967 * thumbs.el: Fixes for changes of 2005-06-09.
16968 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
16969 as a directory.
16970 (thumbs-thumbname): Remove directory separator from format string;
16971 `thumbs-thumbsdir' now returns a valid directory name.
16972 (thumbs-temp-dir): New defsubst.
16973 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
16974 Use it.
16975
16976 * cus-edit.el (minibuffer):
16977 * files.el (make-backup-file-name-function):
16978 * filesets.el (filesets-external-viewers):
16979 * hilit-chg.el (highlight-changes-colours)
16980 (highlight-changes-face-list, highlight-changes-rotate-faces):
16981 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
16982 * kmacro.el (kmacro-call-macro):
16983 * log-edit.el (log-edit-changelog-full-paragraphs):
16984 * mouse.el (mouse-1-click-follows-link):
16985 * skeleton.el (skeleton-autowrap):
16986 * subr.el (insert-for-yank-1):
16987 * tempo.el (tempo-insert-region):
16988 * terminal.el (terminal-emulator):
16989 * time.el (display-time-mail-face):
16990 * vc.el (vc-annotate):
16991 * vcursor.el (vcursor-copy-line):
16992 * woman.el (woman-bold-headings, woman-ignore)
16993 (woman-default-faces, woman-monochrome-faces):
16994 * calendar/todo-mode.el (todo-insert-threshold):
16995 * emulation/pc-select.el (pc-select-selection-keys-only)
16996 (pc-selection-mode):
16997 * emulation/vip.el (vip-find-char-forward):
16998 * emulation/viper-cmd.el (viper-find-char-forward):
16999 * international/mule-cmds.el
17000 (select-safe-coding-system-accept-default-p)
17001 (input-method-exit-on-invalid-key):
17002 * international/mule-diag.el (describe-coding-system):
17003 * international/ucs-tables.el (unify-8859-on-encoding-mode):
17004 * net/browse-url.el (browse-url-xterm-program):
17005 * obsolete/lazy-lock.el (lazy-lock-mode):
17006 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
17007 (cperl-mode):
17008 * progmodes/cpp.el (cpp-face-light-name-list)
17009 (cpp-face-dark-name-list):
17010 * progmodes/delphi.el (delphi-newline-always-indents):
17011 Fix spellings in docstrings.
17012
17013 * ido.el (ido-mode, ido-file-extensions-order)
17014 (ido-default-file-method, ido-default-buffer-method)
17015 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
17016 (ido-decorations, ido-read-file-name-as-directory-commands)
17017 (ido-read-file-name-non-ido, ido-work-directory-list)
17018 (ido-ignore-item-temp-list, ido-current-directory)
17019 (ido-magic-forward-char, ido-enter-find-file)
17020 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
17021 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
17022
17023 2005-06-10 Lute Kamstra <lute@gnu.org>
17024
17025 * play/dunnet.el (dun-mode): Use define-derived-mode.
17026 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
17027 obsolete alias.
17028
17029 * play/doctor.el (doctor-mode-map): Remove defvar.
17030 (doctor-mode): Use define-derived-mode.
17031
17032 * mail/mspools.el (mspools-mode):
17033 * net/eudc-hotlist.el (eudc-hotlist-mode):
17034 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
17035
17036 2005-06-10 Miles Bader <miles@gnu.org>
17037
17038 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
17039 Remove "-face" suffix from face names.
17040 (flyspell-incorrect-face, flyspell-duplicate-face):
17041 New backward-compatibility aliases for renamed faces.
17042 (flyspell-mode-on, make-flyspell-overlay)
17043 (flyspell-highlight-incorrect-region)
17044 (flyspell-highlight-duplicate-region)
17045 (flyspell-display-next-corrections)
17046 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
17047
17048 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
17049 from face name.
17050 (texinfo-heading-face): New backward-compatibility alias for
17051 renamed face.
17052 (texinfo-heading-face): Use renamed texinfo-heading face.
17053
17054 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
17055 suffix from face names.
17056 (tex-math-face, tex-verbatim-face):
17057 New backward-compatibility aliases for renamed faces.
17058 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
17059 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
17060 literal face name.
17061
17062 * textmodes/table.el (table-cell): Remove "-face" suffix from face
17063 name.
17064 (table-cell-face): New backward-compatibility alias for renamed face.
17065 (table--put-cell-face-property, table--update-cell-face):
17066 Use renamed table-cell face.
17067
17068 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
17069 from face name.
17070 (sgml-namespace-face): New backward-compatibility alias for
17071 renamed face.
17072 (sgml-namespace-face): Use renamed sgml-namespace face.
17073
17074 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
17075 (org-level-4, org-level-5, org-level-6, org-level-7)
17076 (org-level-8, org-warning, org-headline-done)
17077 (org-deadline-announce, org-scheduled-today)
17078 (org-scheduled-previously, org-link, org-done, org-table)
17079 (org-time-grid): Remove "-face" suffix from face names.
17080 (org-level-1-face, org-level-2-face, org-level-3-face)
17081 (org-level-4-face, org-level-5-face, org-level-6-face)
17082 (org-level-7-face, org-level-8-face, org-warning-face)
17083 (org-headline-done-face, org-deadline-announce-face)
17084 (org-scheduled-today-face, org-scheduled-previously-face)
17085 (org-link-face, org-done-face, org-table-face)
17086 (org-time-grid-face):
17087 New backward-compatibility aliases for renamed faces.
17088 (org-level-faces, org-set-font-lock-defaults, org-timeline)
17089 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
17090 (org-agenda-get-timestamps, org-agenda-get-scheduled)
17091 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
17092
17093 * emulation/viper-init.el (viper-search, viper-replace-overlay)
17094 (viper-minibuffer-emacs, viper-minibuffer-insert)
17095 (viper-minibuffer-vi): Remove "-face" suffix from face names.
17096 (viper-search-face, viper-replace-overlay-face)
17097 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
17098 (viper-minibuffer-vi-face):
17099 New backward-compatibility aliases for renamed faces.
17100 (viper-search-face, viper-replace-overlay-face)
17101 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
17102 (viper-minibuffer-vi-face): Use renamed viper faces.
17103
17104 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
17105 Remove "-face" suffix from face names.
17106 (testcover-nohits-face, testcover-1value-face):
17107 New backward-compatibility aliases for renamed faces.
17108 (testcover-mark): Use renamed testcover faces.
17109
17110 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
17111 face name.
17112 (diary-button-face): New backward-compatibility alias for renamed face.
17113 (diary-entry): Use renamed diary-button face.
17114
17115 * calendar/calendar.el (diary, calendar-today, holiday)
17116 (mark-visible-calendar-date): Remove "-face" suffix from face names.
17117 (diary-face, calendar-today-face, holiday-face):
17118 New backward-compatibility aliases for renamed faces.
17119 (eval-after-load "facemenu", diary-entry-marker)
17120 (calendar-today-marker, calendar-holiday-marker, diary-face):
17121 Use renamed calendar faces.
17122
17123 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
17124 (compare-windows-face): New backward-compatibility alias for
17125 renamed face.
17126 (compare-windows-highlight): Use renamed compare-windows face.
17127
17128 * strokes.el (strokes-char): Remove "-face" suffix from face name.
17129 (strokes-char-face): New backward-compatibility alias for renamed face.
17130 (strokes-encode-buffer): Use renamed strokes-char face.
17131
17132 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
17133 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
17134 Remove "-face" suffix from face names.
17135 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
17136 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
17137 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
17138 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
17139 Use renamed pcvs faces.
17140 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
17141 * pcvs-defs.el (cvs-mode-map): Likewise.
17142 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
17143
17144 * info.el (info-title-1, info-title-2, info-title-3)
17145 (info-title-4): Remove "-face" suffix from and downcase face names.
17146 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
17147 (Info-title-4-face):
17148 New backward-compatibility aliases for renamed faces.
17149 (Info-fontify-node): Use renamed info faces.
17150
17151 * hilit-chg.el (highlight-changes, highlight-changes-delete):
17152 Remove "-face" suffix from face names.
17153 (highlight-changes-face, highlight-changes-delete-face):
17154 New backward-compatibility aliases for renamed faces.
17155 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
17156 (hilit-chg-make-list): Use renamed highlight-changes faces.
17157
17158 * generic-x.el (show-tabs-tab, show-tabs-space):
17159 Remove "-face" suffix from face names.
17160 (show-tabs-tab-face, show-tabs-space-face):
17161 New backward-compatibility aliases for renamed faces.
17162 (show-tabs-generic-mode-font-lock-defaults-1)
17163 (show-tabs-generic-mode-font-lock-defaults-2):
17164 Use renamed show-tabs faces.
17165
17166 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
17167 (smerge-markers): Remove "-face" suffix from face names.
17168 (smerge-mine-face, smerge-other-face, smerge-base-face)
17169 (smerge-markers-face):
17170 New backward-compatibility aliases for renamed faces.
17171 (smerge-mine-face, smerge-other-face, smerge-base-face)
17172 (smerge-markers-face): Use renamed smerge faces.
17173
17174 * log-view.el (log-view-file, log-view-message): Remove "-face"
17175 suffix from face names.
17176 (log-view-file-face, log-view-message-face):
17177 New backward-compatibility aliases for renamed faces.
17178 (log-view-file-face, log-view-message-face): Use renamed log-view
17179 faces.
17180
17181 * paren.el (show-paren-match, show-paren-mismatch):
17182 Remove "-face" suffix from face names.
17183 (show-paren-match-face, show-paren-mismatch-face):
17184 New backward-compatibility aliases for renamed faces.
17185 (show-paren-function): Use renamed show-paren faces.
17186
17187 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
17188 (ruler-mode-margins, ruler-mode-fringes)
17189 (ruler-mode-column-number, ruler-mode-fill-column)
17190 (ruler-mode-comment-column, ruler-mode-goal-column)
17191 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
17192 suffix from face names.
17193 (ruler-mode-default-face, ruler-mode-pad-face)
17194 (ruler-mode-margins-face, ruler-mode-fringes-face)
17195 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
17196 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
17197 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
17198 New backward-compatibility aliases for renamed faces.
17199 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
17200 (ruler-mode-column-number, ruler-mode-fill-column)
17201 (ruler-mode-comment-column, ruler-mode-goal-column)
17202 (ruler-mode-tab-stop, ruler-mode-current-column)
17203 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
17204 faces.
17205
17206 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
17207 face name.
17208 (whitespace-highlight-the-space): Use renamed face.
17209 (whitespace-highlight-face): New backward-compatibility alias for
17210 renamed face.
17211
17212 * woman.el (woman-italic, woman-bold, woman-unknown)
17213 (woman-addition, woman-symbol-face):
17214 Remove "-face" suffix from face names.
17215 (woman-italic-face, woman-bold-face, woman-unknown-face)
17216 (woman-addition-face):
17217 New backward-compatibility aliases for renamed faces.
17218 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
17219 (woman-decode-region, woman-replace-match)
17220 (woman-display-extended-fonts, woman-special-characters)
17221 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
17222 Use renamed woman faces.
17223
17224 * longlines.el (longlines-visible-face): Face removed.
17225
17226 * diff-mode.el (diff-header, diff-file-header, diff-index)
17227 (diff-hunk-header, diff-removed, diff-added, diff-changed)
17228 (diff-function, diff-context, diff-nonexistent): Remove "-face"
17229 suffix from face names.
17230 (diff-header-face, diff-file-header-face, diff-index-face)
17231 (diff-hunk-header-face, diff-removed-face, diff-added-face)
17232 (diff-changed-face, diff-function-face, diff-context-face)
17233 (diff-nonexistent-face): New backward-compatibility aliases for
17234 renamed faces.
17235 (diff-header-face, diff-file-header-face)
17236 (diff-index, diff-index-face, diff-hunk-header)
17237 (diff-hunk-header-face, diff-removed, diff-removed-face)
17238 (diff-added, diff-added-face, diff-changed-face, diff-function)
17239 (diff-function-face, diff-context-face, diff-nonexistent)
17240 (diff-nonexistent-face): Use renamed diff-mode faces.
17241
17242 * progmodes/compile.el (compilation-warning-face)
17243 (compilation-info-face): Remove "-face" suffix from face names.
17244 (compilation-warning-face, compilation-info-face):
17245 New backward-compatibility aliases for renamed faces.
17246 (compilation-warning-face, compilation-info-face):
17247 Use renamed compilation faces.
17248
17249 * add-log.el (change-log-date, change-log-name)
17250 (change-log-email, change-log-file, change-log-list)
17251 (change-log-conditionals, change-log-function)
17252 (change-log-acknowledgement): Remove "-face" suffix from face names.
17253 (change-log-date-face, change-log-name-face)
17254 (change-log-email-face, change-log-file-face)
17255 (change-log-list-face, change-log-conditionals-face)
17256 (change-log-function-face, change-log-acknowledgement-face):
17257 New backward-compatibility aliases for renamed faces.
17258 (change-log-font-lock-keywords): Use renamed change-log faces.
17259
17260 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
17261 (custom-set, custom-changed, custom-saved, custom-button)
17262 (custom-button-pressed, custom-documentation, custom-state)
17263 (custom-comment, custom-comment-tag, custom-variable-tag)
17264 (custom-variable-button, custom-face-tag, custom-group-tag-1)
17265 (custom-group-tag): Remove "-face" suffix from face names.
17266 (custom-magic-alist, custom-magic-value-create)
17267 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
17268 (custom-invalid-face, custom-rogue-face, custom-modified-face)
17269 (custom-set-face, custom-changed-face, custom-saved-face)
17270 (custom-button-face, custom-button-pressed-face)
17271 (custom-documentation-face, custom-state-face)
17272 (custom-comment-face, custom-comment-tag-face)
17273 (custom-variable-tag-face, custom-variable-button-face)
17274 (custom-face-tag-face, custom-group-tag-face-1)
17275 (custom-group-tag-face):
17276 New backward-compatibility aliases for renamed faces.
17277
17278 * wid-edit.el (widget-documentation, widget-button)
17279 (widget-field, widget-single-line-field, widget-inactive)
17280 (widget-button-pressed): "-face" suffix removed from face names.
17281 (widget-documentation-face, widget-button-face)
17282 (widget-field-face, widget-single-line-field-face)
17283 (widget-inactive-face, widget-button-pressed-face):
17284 New backward-compatibility aliases for renamed faces.
17285 (widget-documentation-face, widget-button-face)
17286 (widget-button-pressed-face, widget-specify-field)
17287 (widget-specify-inactive): Use renamed widget faces.
17288
17289 2005-06-10 Kenichi Handa <handa@m17n.org>
17290
17291 * term/x-win.el (x-clipboard-yank): Remove condition-case
17292 wrapping.
17293
17294 2005-06-11 Kenichi Handa <handa@m17n.org>
17295
17296 * add-log.el (change-log-font-lock-keywords): Make the regexp for
17297 date lines stricter.
17298
17299 2005-06-10 Zhang Wei <id.brep@gmail.com>
17300
17301 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
17302 of x-get-selection.
17303
17304 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
17305
17306 * comint.el (comint-mode, comint-snapshot-last-prompt):
17307 * frame.el (frame-current-scroll-bars):
17308 * term.el (term-mode, term-check-proc, term-input-sender)
17309 (term-simple-send, term-extract-string, term-word)
17310 (term-match-partial-filename):
17311 * window.el (window-current-scroll-bars):
17312 * emulation/cua-base.el (cua-normal-cursor-color)
17313 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
17314 (cua-global-mark-cursor-color):
17315 * mail/undigest.el (rmail-forward-separator-regex):
17316 Fix typos in docstrings.
17317
17318 * comint.el (comint-check-proc, make-comint-in-buffer)
17319 (comint-source-default): Doc fixes.
17320
17321 * term.el (term-send-string): Improve argument/docstring consistency.
17322
17323 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
17324
17325 * comint.el (comint-send-input): Bind `inhibit-read-only' around
17326 call to `delete-region'.
17327 (comint-mode-hook): Do not enable Font Lock by default.
17328
17329 2005-06-09 Lute Kamstra <lute@gnu.org>
17330
17331 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
17332 could be void.
17333
17334 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
17335
17336 * emacs-lisp/debug.el (debugger-will-be-back): New var.
17337 (debug): Use it.
17338 (debugger-step-through, debugger-continue, debugger-jump)
17339 (debugger-return-value): Set it when needed.
17340 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
17341 Use inhibit-read-only.
17342
17343 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
17344
17345 * window.el (shrink-window-if-larger-than-buffer)
17346 (window-size-fixed): Fix typo in docstring.
17347
17348 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
17349 thumbnails directory on loading.
17350 (thumbs-conversion-program): Use `eq' to check the system type,
17351 not `equal'.
17352 (thumbs-temp-dir): Initialize to `temporary-file-directory',
17353 not "/tmp". Fix docstring.
17354 (thumbs-thumbsdir): New function to return the thumbnails
17355 directory, creating it if needed.
17356 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
17357 (thumbs-temp-file): Delete variable and make it into a function.
17358 (thumbs-resize-image, thumbs-modify-image): Use it.
17359 (thumbs-kill-buffer): Simplify.
17360 (thumbs-gensym): Defalias or duplicate CL `gensym'.
17361 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
17362 docstrings.
17363
17364 2005-06-09 Kim F. Storm <storm@cua.dk>
17365
17366 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
17367 set-match-data to free markers in match-data.
17368
17369 * replace.el (replace-match-data): Pass RESEAT arg `t' to
17370 match-data to unchain markers in match-data.
17371
17372 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
17373
17374 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
17375 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
17376 unnecessary now.
17377
17378 2005-06-08 Richard M. Stallman <rms@gnu.org>
17379
17380 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
17381 give the variable a doc string that doesn't say don't set it directly.
17382
17383 * textmodes/ispell.el (ispell-check-version):
17384 Use match-string-no-properties.
17385 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
17386 (ispell-buffer-local-words): Likewise.
17387
17388 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
17389 except on terminals with enough colors to really display it.
17390 (makefile-dependency-regex): Delete spurious `bb'.
17391
17392 * faces.el (escape-glyph): Use blue once again in last case.
17393 (no-break-space): Redefine so that it isn't invisible on a tty.
17394
17395 2005-06-08 Kim F. Storm <storm@cua.dk>
17396
17397 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
17398 also when reading directory name.
17399
17400 2005-06-08 Lute Kamstra <lute@gnu.org>
17401
17402 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
17403 (flyspell-mode-line-string): Remove autoload cookie.
17404 (flyspell-mode): Remove defvar.
17405
17406 2005-06-07 Lute Kamstra <lute@gnu.org>
17407
17408 * textmodes/org.el (org-run-mode-hooks): New function.
17409 (org-agenda-mode): Use it.
17410
17411 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
17412
17413 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
17414
17415 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
17416
17417 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
17418
17419 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
17420
17421 * font-lock.el (font-lock-add-keywords): Doc fix.
17422
17423 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
17424
17425 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
17426 (tex-compile-default): In the absence of any history, use the order in
17427 tex-compile-alist to choose the preferred command.
17428 (tex-compile-commands): Reorder a bit.
17429
17430 * textmodes/flyspell.el (flyspell-auto-correct-binding)
17431 (flyspell-incorrect-face, flyspell-duplicate-face):
17432 Use (X)Emacs-agnostic code.
17433 (flyspell-mode-map): Don't overwrite at each load. Remove code
17434 redundant with the subsequent add-minor-mode. Merge Emacs and
17435 XEmacs code.
17436 (flyspell-word): Minor simplification.
17437 (flyspell-math-tex-command-p): Quieten the byte-compiler.
17438 (flyspell-external-point-words): Remove unused vars `size' and `start'.
17439 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
17440 Merge the corresponding Emacs code.
17441 (flyspell-correct-word, flyspell-xemacs-popup):
17442 Use flyspell-do-correct.
17443
17444 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
17445 a dedicated window.
17446
17447 * international/latexenc.el (latexenc-find-file-coding-system):
17448 Undo part of last patch, to turn off a compiler warning.
17449
17450 2005-06-06 Juri Linkov <juri@jurta.org>
17451
17452 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
17453 Rename `tmm-inactive-face' to `tmm-inactive'.
17454
17455 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
17456
17457 * iswitchb.el: Rename faces.
17458
17459 2005-06-06 Kim F. Storm <storm@cua.dk>
17460
17461 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
17462 (cua-global-mark): Remove -face suffix from face names.
17463
17464 * emulation/cua-gmrk.el (cua--init-global-mark):
17465 Remove cua-global-mark face setup.
17466
17467 2005-06-06 Richard M. Stallman <rms@gnu.org>
17468
17469 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
17470 just like other allowed characters.
17471 (makefile-match-dependency): Exclude leading and training whitespace
17472 from the range of regexp subexp 1.
17473 (makefile-macroassign-regex): Don't try to match the body,
17474 just the name of the macro being defined.
17475
17476 * info.el (Info-read-node-name-2): New function.
17477 (Info-read-node-name-1): Use that.
17478 Add a completion-base-size-function property.
17479
17480 * simple.el (completion-setup-function): Look for
17481 completion-base-size-function property of minibuffer-completion-table.
17482
17483 * files.el (locate-file-completion): Doc fix.
17484
17485 * printing.el: Don't call pr-update-menus; user must do that.
17486
17487 * emacs-lisp/debug.el (debugger-window): New variable.
17488 (debug): Use debugger-window if it is set and still alive.
17489 Record debugger-window for next entry.
17490
17491 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
17492
17493 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
17494
17495 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
17496 (hack-one-local-variable, hack-local-variables)
17497 (hack-local-variables-prop-line): Pass that arg.
17498
17499 2005-06-06 Kim F. Storm <storm@cua.dk>
17500
17501 * ido.el (ido-first-match, ido-only-match, ido-subdir)
17502 (ido-indicator): Remove -face suffix from face names.
17503
17504 2005-06-06 Juri Linkov <juri@jurta.org>
17505
17506 * font-lock.el (font-lock-regexp-backslash)
17507 (font-lock-regexp-backslash-construct): New faces.
17508 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
17509 after `('. Add `while-no-input' to control structures.
17510
17511 * faces.el (no-break-space, shadow): New faces.
17512 (escape-glyph): Use less loud colors pink2 and red4.
17513
17514 * diff-mode.el (diff-context-face)
17515 * dired.el (dired-ignored)
17516 * rfn-eshadow.el (file-name-shadow)
17517 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
17518
17519 * info.el (Info-title-1-face): Use green instead of yellow because
17520 bold yellow is not readable on light backgrounds.
17521
17522 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
17523 before selecting the desired mode to not spend time fontifying
17524 old contents.
17525
17526 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
17527
17528 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
17529 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
17530
17531 * ps-print.el (ps-default-fg, ps-default-bg):
17532 Fix typos in docstrings.
17533
17534 * isearchb.el (isearchb): Don't pass a spurious second argument to
17535 `iswitchb-completions'.
17536
17537 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
17538
17539 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
17540 to preserve point.
17541 (gdb-find-file-hook): Add doc string.
17542
17543 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
17544 C dereferenced pointer expression.
17545 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
17546
17547 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
17548
17549 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
17550 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
17551 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
17552 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
17553 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
17554 Make background transparent.
17555
17556 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
17557
17558 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
17559 (font-lock-remove-keywords): Doc fix.
17560 (font-lock-mode-major-mode): Compiler defvar.
17561 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
17562
17563 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
17564 (font-lock-mode): Update `font-lock-mode-major-mode'.
17565 (font-lock-set-defaults): Compiler defvar.
17566 (font-lock-default-function): Take `font-lock-mode-major-mode'
17567 into account.
17568
17569 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
17570 keep track of which major mode it enabled the minor mode for.
17571 Use find-file-hook again. Update docstring.
17572
17573 * simple.el (eval-expression-print-level)
17574 (eval-expression-print-length, eval-expression-debug-on-error):
17575 Doc fixes.
17576
17577 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
17578
17579 * iswitchb.el (iswitchb-single-match-face)
17580 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
17581 (iswitchb-invalid-regexp-face): New faces.
17582 (iswitchb-completions): Use them.
17583 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
17584 now marked as an obsolete alias.
17585 (iswitchb-read-buffer): Remove check for bound font variables.
17586 (iswitchb-invalid-regexp): New free variable.
17587 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
17588 set iswitchb-invalid-regexp.
17589 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
17590 invalid regexps.
17591 (iswitchb-completions): Add check for complete match when entering
17592 a regexp.
17593 (iswitchb-completions): Remove require-match argument.
17594 (iswitchb-exhibit): Fix caller.
17595 (iswitchb-common-match-inserted): New variable.
17596 (iswitchb-complete, iswitchb-completion-help): Use it.
17597
17598 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
17599
17600 * url-http.el (url-http-chunked-encoding-after-change-function):
17601 Use `url-http-debug' instead of `message'.
17602
17603 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
17604
17605 * url-http.el (url-http-parse-headers): Pass redirected URL as a
17606 callback argument.
17607
17608 2005-06-04 Kim F. Storm <storm@cua.dk>
17609
17610 * simple.el (line-move): Only call sit-for when moving backwards.
17611
17612 * ido.el (ido-make-merged-file-list-1): New defun split from
17613 ido-make-merged-file-list.
17614 (ido-make-merged-file-list): Bind throw-on-input around call to
17615 ido-make-merged-file-list-1. Return input-pending-p if
17616 interrupted by more input available.
17617 (ido-read-internal): Handle input-pending-p return value from
17618 ido-make-merged-file-list.
17619
17620 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
17621
17622 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
17623 compatibility code.
17624
17625 * international/latexenc.el (latexenc-find-file-coding-system):
17626 Don't inherit the EOL part of the coding-system from the
17627 tex-main buffer. Fit within 80 columns.
17628
17629 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
17630
17631 * tmm.el (tmm-inactive-face): New face.
17632 (tmm-remove-inactive-mouse-face): New function.
17633 (tmm-prompt, tmm-add-one-shortcut)
17634 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
17635 but not selectable.
17636
17637 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
17638
17639 * faces.el (face-equal): Improve argument/docstring consistency.
17640
17641 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
17642
17643 * progmodes/make-mode.el (makefile-targets-face)
17644 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
17645 (makefile-bsdmake-dependency-regex)
17646 (makefile-makepp-rule-action-regex)
17647 (makefile-bsdmake-rule-action-regex): New constants.
17648 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
17649
17650 * progmodes/compile.el (compilation-error-regexp-alist-alist):
17651 Allow (...) within `...' for makepp messages.
17652
17653 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
17654
17655 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
17656
17657 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
17658 "." files are deleted from all file lists before comparison.
17659
17660 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
17661 (viper-ESC-key): Made them customizable.
17662
17663 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
17664
17665 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
17666
17667 * autorevert.el (auto-revert-buffers): Use save-match-data.
17668
17669 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
17670
17671 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
17672 menu items with a nil command binding.
17673
17674 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
17675
17676 * emacs-lisp/cl-macs.el (defsetf):
17677 Improve argument/docstring consistency.
17678
17679 * faces.el (list-faces-display): Improve the formatting by
17680 computing the maximum length required for any face-name (reworked
17681 patch of 1999-01-11, accidentally deleted on 1999-07-21).
17682 (internal-find-face): Remove redundant info in docstring.
17683
17684 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
17685
17686 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
17687 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
17688 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
17689 (gdb-assembler-custom): Improve regexps.
17690 (def-gdb-auto-update-handler): Use window point to preserve point.
17691
17692 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
17693
17694 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
17695
17696 2005-05-31 Jay Belanger <belanger@truman.edu>
17697
17698 * calc/calc-embed.el (calc-embedded-word): Change argument passed
17699 to calc-embedded.
17700 (calc-embedded-make-info): Have plain prefix argument select
17701 entire line.
17702
17703 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
17704
17705 * faces.el (list-faces-display): Signal error if passed a regexp
17706 that matches no face name.
17707
17708 * simple.el (filter-buffer-substring): Fix typo in docstring.
17709
17710 2005-05-31 Richard M. Stallman <rms@gnu.org>
17711
17712 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
17713 (vhdl-emacs-21): Doc fix.
17714 (vhdl-mode): Unconditionally set comment-padding.
17715 (vhdl-fixup-whitespace-region): Insert spaces only where
17716 there are none.
17717 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
17718
17719 2005-05-30 John Wiegley <johnw@newartisans.com>
17720
17721 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
17722 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
17723 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
17724 `directory-sep-char' to ?/, and all uses of `string-to-int' to
17725 `string-to-number'.
17726
17727 2005-05-30 Jay Belanger <belanger@truman.edu>
17728
17729 * calc/calc.el (calc-bug-address): Fix docstring.
17730 (calc-window-hook, calc-trail-window-hook): New variables.
17731 (calc-trail-display): Restore use of calc-trail-window-hook.
17732 (calc): Restore use of calc-window-hook.
17733
17734 2005-05-31 Masatake YAMATO <jet@gyve.org>
17735
17736 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
17737
17738 * help-fns.el (help-C-file-name): Add autoload mark for
17739 `find-function-noselect'.
17740
17741 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
17742
17743 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
17744 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
17745
17746 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
17747
17748 * calendar/diary-lib.el (mark-included-diary-files): Only kill
17749 included diary buffer if it was not already being visited.
17750 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
17751
17752 * calendar/icalendar.el (top-level): Do not require appt.
17753
17754 * mail/supercite.el (sc-select-attribution): Only use a list
17755 element from sc-attrib-selection-list if it returns a string.
17756 Reported by Davide G. M. Salvetti <salve@debian.org>.
17757
17758 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
17759
17760 * thumbs.el (thumbs-thumbname): The resulting thumbname now
17761 includes a hash value to improve its uniqueness, and has a ".jpg"
17762 extension. Also, it is now a valid filename on all systems.
17763 (thumbs-make-thumb): Use `let', not `let*'.
17764 (thumbs-show-thumbs-list): Check for JPEG availability.
17765
17766 2005-05-30 Richard M. Stallman <rms@gnu.org>
17767
17768 * filesets.el (filesets-menu-ensure-use-cached):
17769 Prevent warning when emacs-version>= is undefined.
17770
17771 * printing.el (pr-interactive-n-up): Use string-to-number.
17772
17773 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
17774
17775 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
17776 Warn only when name to be defined is quoted.
17777
17778 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
17779
17780 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
17781 Make regexp more robust.
17782 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
17783 Force regeneration of disassembly.
17784
17785 2005-05-29 Jay Belanger <belanger@truman.edu>
17786
17787 * calc/calc.el (calc-user-invocation): Check if
17788 calc-invocation-macro is non-nil.
17789
17790 2005-05-29 Juri Linkov <juri@jurta.org>
17791
17792 * add-log.el (change-log-font-lock-keywords):
17793 Add `+' to e-mail regexp to accept mail address with keywords.
17794
17795 * man.el (Man-name-regexp): Add `:' to accept qualified names.
17796
17797 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
17798
17799 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
17800
17801 * ielm.el (inferior-emacs-lisp-mode): Ditto.
17802
17803 2005-05-29 Richard M. Stallman <rms@gnu.org>
17804
17805 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
17806 Undo the change that moves to end of the current word.
17807
17808 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
17809
17810 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
17811 Throw error when count <= 0 to ensure input is a number.
17812 (gdb-read-memory-custom): Pick up address from buffer.
17813 (gdb-memory-mode): Allow user to increment and decrement
17814 memory address from header line.
17815
17816 2005-05-29 Richard M. Stallman <rms@gnu.org>
17817
17818 * flyspell.el (flyspell-version): Function deleted.
17819 (flyspell-auto-correct-previous-hook): Doc fix.
17820
17821 * jit-lock.el (jit-lock-function, jit-lock-after-change):
17822 Do nothing if memory is full.
17823
17824 * font-lock.el (font-lock-fontify-syntactically-region):
17825 Pass t for GREEDY to looking-back.
17826
17827 * saveplace.el (save-place-alist-to-file): Write the file
17828 using write-region.
17829
17830 * subr.el (looking-back): New argument GREEDY.
17831
17832 * progmodes/compile.el (compilation-start): Set the mode
17833 before inserting the initial text.
17834
17835 * progmodes/which-func.el (which-func-update-1): Turn the mode
17836 off in case of error by setting which-func-mode.
17837
17838 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
17839
17840 * flyspell.el (flyspell-auto-correct-previous-word):
17841 Narrow down to what's on the screen, and recenter overlays
17842 at the end of the next word.
17843
17844 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
17845
17846 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
17847 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
17848 (flyspell-abbrev-p): Default to nil.
17849 (flyspell-use-global-abbrev-table-p): Doc fix.
17850 (flyspell-large-region): Allow nil as value.
17851 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
17852
17853 (mail-mode-flyspell-verify): More robust handling
17854 of `mail-header-separator'. More efficient signature detection.
17855 Allow for regexp metacharacters in message-header-separator.
17856 Adding `To' not to be checked in mail-mode-flyspell-verify.
17857
17858 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
17859 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
17860 Bind flyspell-auto-correct-binding.
17861 Bind C-. and C-, .
17862 (flyspell-mode-map): Likewise.
17863 (flyspell-mode): Doc fix.
17864 (flyspell-accept-buffer-local-defs): Preserve current buffer.
17865 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
17866 (flyspell-word-cache-result): New var, always local.
17867 (flyspell-check-pre-word-p): Doc fix.
17868 (flyspell-check-changed-word-p): Handle spc like newline.
17869 (flyspell-post-command-hook): Set flyspell-word-cache-result.
17870 (flyspell-word-search-backward, flyspell-word-search-forward):
17871 New functions.
17872 (flyspell-word): Return t if nothing to check.
17873 When parsing TeX code, check for after } or \.
17874 Use flyspell-word-search-backward to find previous word.
17875 Return nil if duplicated word.
17876 For word already checked, return same value as last time.
17877 Set flyspell-word-cache-result after checking.
17878 Don't clobber the return value.
17879 (flyspell-get-word): Major rewrite.
17880 (flyspell-external-point-words): New locals pword, pcount.
17881 Fix size used in progress message.
17882 Find the proper corresponding word in flyspell-large-region-buffer.
17883 (flyspell-region): Check for flyspell-large-region = nil.
17884 (flyspell-highlight-incorrect-region): Clean up overlays in region.
17885 (flyspell-auto-correct-word): Check that WORD is a cons.
17886 (flyspell-correct-word): Likewise.
17887
17888 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
17889
17890 * progmodes/make-mode.el (makefile-rule-action-regex)
17891 (makefile-macroassign-regex, makefile-makepp-mode)
17892 (makefile-bsdmake-mode): Continuation lines may be empty.
17893 Reported by Joshua Varner.
17894 (makefile-makepp-font-lock-keywords): Add $(stem).
17895
17896 2005-05-28 Karl Berry <karl@gnu.org>
17897
17898 * textmodes/tex-mode.el: Now that tex-send-command calls
17899 shell-quote-argument (2005-03-31 change), remove all calls to
17900 shell-quote-argument; they all end up invoking tex-send-command.
17901 The double quoting loses on filenames with non-safe characters,
17902 such as "@". Reported by Frederik Fouvry.
17903
17904 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
17905
17906 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
17907 about preserving point.
17908
17909 2005-05-27 Jay Belanger <belanger@truman.edu>
17910
17911 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
17912 Info-goto-node.
17913
17914 * calc/calc-embed.el (calc-embed-arg): New variable.
17915 (calc-do-embedded-activate, calc-embedded-activate-formula)
17916 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
17917 variable by new variable.
17918 (calc-embedded-make-info): Replace undeclared variable by new
17919 variable. When selecting region with positive prefix
17920 argument, use end of previous line instead of beginning of line.
17921
17922 * calc/calc-aent.el (calc-arg-values): Declare it.
17923
17924 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
17925 Declare them.
17926
17927 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
17928
17929 * calc/calc.el (calc-alg-map): Declare it.
17930
17931 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
17932
17933 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
17934
17935 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
17936 (gdb-registers-buffer, toggle-gdb-all-registers):
17937 Toggle display of floating point registers.
17938 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
17939
17940 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
17941 (toggle-gud-tooltip-dereference):
17942 Rename from gud-toggle-tooltip-dereference.
17943
17944 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
17945
17946 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
17947
17948 2005-05-27 Jay Belanger <belanger@truman.edu>
17949
17950 * calc/calc-prog.el (calc-kbd-report): Remove.
17951 (calc-kbd-query): Rewrite.
17952
17953 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
17954
17955 * image.el (image-library-alist): Move to image.c.
17956 (image-type-available-p): Doc fix.
17957
17958 2005-05-27 Lute Kamstra <lute@gnu.org>
17959
17960 * calc/calc.el (calc):
17961 * outline.el (outline-1, outline-2, outline-3, outline-4)
17962 (outline-5, outline-6, outline-7, outline-8):
17963 * textmodes/dns-mode.el (dns-mode):
17964 * textmodes/sgml-mode.el (sgml-namespace-face):
17965 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
17966 (tex-verbatim-face, tex-use-reftex):
17967 * textmodes/texinfo.el (texinfo-heading-face):
17968 Specify customization group.
17969
17970 * longlines.el: Don't require easy-mmode.
17971 (longlines-visible-face): Specify customization group.
17972
17973 2005-05-27 Kenichi Handa <handa@m17n.org>
17974
17975 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
17976 encoding table of windows-1251.
17977
17978 * international/ucs-tables.el (ucs-set-table-for-input):
17979 If translation-table-for-input of a coding system is a symbol, get
17980 its translation-table property.
17981
17982 * international/code-pages.el: Don't register a coding system into
17983 non-iso-charset-alist more than once.
17984 (cp-make-coding-system): Likewise.
17985
17986 2005-05-26 John Wiegley <johnw@newartisans.com>
17987
17988 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
17989 `eshell-resume-eval' is wrapped in a list, it indicates that the
17990 command was run asynchronously. In that case, unwrap the value
17991 before checking the delimiter value.
17992
17993 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
17994 character before a space at the end of a line is \, assume the space
17995 is part of the last argument rather than a final argument separator.
17996
17997 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
17998 is in use, and the target is `t' or `nil' (which are the most common
17999 values), don't assume that the symbol target is a buffer.
18000
18001 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
18002
18003 * calendar/calendar.el (calendar-mode-line-format):
18004 Use mode-line-highlight as mouse-face.
18005
18006 * time.el (display-time-string-forms, display-time-update):
18007 Use mode-line-highlight as mouse-face.
18008
18009 2005-05-26 Jay Belanger <belanger@truman.edu>
18010
18011 * calc/calc.el (calc-language-alist): Remove extra defvar.
18012
18013 2005-05-26 Lute Kamstra <lute@gnu.org>
18014
18015 * arc-mode.el (archive-mode):
18016 * bookmark.el (bookmark-read-annotation-mode)
18017 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
18018 * bs.el (bs-mode):
18019 * calc/calc-yank.el (calc-edit-mode):
18020 * calc/calc.el (calc-mode, calc-trail-mode):
18021 * calculator.el (calculator-mode):
18022 * chistory.el (command-history-mode):
18023 * comint.el:
18024 * cus-edit.el (custom-mode):
18025 * descr-text.el (describe-text-mode):
18026 * ebuff-menu.el (Electric-buffer-menu-mode):
18027 * ediff-util.el (ediff-mode):
18028 * emacs-lisp/re-builder.el (reb-mode):
18029 * emulation/vi.el (vi-mode-setup):
18030 * emulation/ws-mode.el (wordstar-mode):
18031 * eshell/esh-mode.el (eshell-mode):
18032 * forms.el (forms-mode):
18033 * help-mode.el (help-mode):
18034 * hexl.el (hexl-mode):
18035 * ibuffer.el (ibuffer-mode):
18036 * ielm.el (inferior-emacs-lisp-mode):
18037 * info.el (Info-mode, Info-edit-mode):
18038 * international/swedish.el:
18039 * ledit.el (ledit-from-lisp-mode):
18040 * locate.el (locate-mode):
18041 * mail/rmail.el (rmail-mode):
18042 * mail/rmailedit.el (rmail-edit-mode):
18043 * mail/rmailsum.el (rmail-summary-mode):
18044 * mail/supercite.el (sc-electric-mode):
18045 * net/eudc.el (eudc-mode):
18046 * net/quickurl.el (quickurl-list-mode):
18047 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
18048 * obsolete/ooutline.el (outline-mode):
18049 * obsolete/options.el (Edit-options-mode):
18050 * obsolete/rnews.el (news-mode):
18051 * obsolete/rnewspost.el (news-reply-mode):
18052 * play/5x5.el (5x5-mode):
18053 * play/decipher.el (decipher-mode, decipher-stats-mode):
18054 * play/gomoku.el (gomoku-mode):
18055 * play/snake.el (snake-mode):
18056 * play/solitaire.el (solitaire-mode):
18057 * play/tetris.el (tetris-mode):
18058 * progmodes/ada-mode.el (ada-mode):
18059 * progmodes/antlr-mode.el (antlr-mode):
18060 * progmodes/autoconf.el (autoconf-mode):
18061 * progmodes/dcl-mode.el (dcl-mode):
18062 * progmodes/delphi.el (delphi-mode):
18063 * progmodes/ebrowse.el (ebrowse-tree-mode)
18064 (ebrowse-electric-list-mode, ebrowse-member-mode)
18065 (ebrowse-electric-position-mode):
18066 * progmodes/f90.el (f90-mode):
18067 * progmodes/fortran.el (fortran-mode):
18068 * progmodes/icon.el (icon-mode):
18069 * progmodes/idlw-help.el (idlwave-help-mode):
18070 * progmodes/idlw-shell.el (idlwave-shell-mode):
18071 * progmodes/idlwave.el (idlwave-mode):
18072 * progmodes/inf-lisp.el (inferior-lisp-mode):
18073 * progmodes/m4-mode.el (m4-mode):
18074 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
18075 * progmodes/modula2.el (modula-2-mode):
18076 * progmodes/octave-inf.el (inferior-octave-mode):
18077 * progmodes/octave-mod.el (octave-mode):
18078 * progmodes/pascal.el (pascal-mode):
18079 * progmodes/sh-script.el (sh-mode):
18080 * progmodes/sql.el (sql-mode, sql-interactive-mode):
18081 * progmodes/vhdl-mode.el (vhdl-mode):
18082 * progmodes/xscheme.el (scheme-interaction-mode):
18083 * replace.el (occur-mode):
18084 * ses.el (ses-mode):
18085 * simple.el (completion-list-mode):
18086 * skeleton.el:
18087 * speedbar.el (speedbar-mode):
18088 * term.el (term-mode):
18089 * terminal.el (terminal-edit-mode):
18090 * textmodes/reftex-index.el (reftex-index-mode)
18091 (reftex-index-phrases-mode):
18092 * textmodes/reftex-sel.el (reftex-select-label-mode)
18093 (reftex-select-bib-mode):
18094 * textmodes/reftex-toc.el (reftex-toc-mode):
18095 * wdired.el (wdired-change-to-wdired-mode):
18096 * wid-browse.el (widget-browse-mode):
18097 Use run-mode-hooks.
18098
18099 * array.el (array-mode):
18100 * calendar/todo-mode.el (todo-mode):
18101 * man.el (Man-mode):
18102 * play/landmark.el (lm-mode):
18103 * play/mpuz.el (mpuz-mode):
18104 Use kill-all-local-variables and run-mode-hooks.
18105
18106 * subr.el (delay-mode-hooks): Specify indentation.
18107
18108 2005-05-26 Mark A. Hershberger <mah@everybody.org>
18109
18110 * xml.el (xml-substitute-special): Don't die for undefined xml
18111 entities.
18112
18113 2005-05-26 Jay Belanger <belanger@truman.edu>
18114
18115 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
18116 of nil.
18117
18118 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
18119
18120 * progmodes/gdb-ui.el (gdb-frame-address):
18121 Rename from gdb-current-address.
18122 (gdb-previous-frame-address): Rename from gdb-previous-address.
18123 (gdb-selected-frame): Rename from gdb-current-frame.
18124 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
18125 (gdb-frame-number): Rename from gdb-current-stack-level.
18126 (gdb-ann3): Match new mode-name for disassembly buffer.
18127 Extend initialization of variables.
18128 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
18129 (gdb-memory-mode): Use mouse-face in header line.
18130 (gdb-assembler-buffer-name): Call it disassembly and give frame
18131 in mode line.
18132 (gdb-source-spec-regexp, gdb-assembler-custom)
18133 (gdb-invalidate-assembler, gdb-frame-handler):
18134 Make robust to leading zeroes in address format.
18135
18136 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
18137
18138 * textmodes/org.el (org-mode): Use `define-derived-mode' to
18139 define `org-mode'.
18140 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
18141
18142 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
18143
18144 * log-edit.el (log-edit-changelog-entries): Distinguish between
18145 filenames like xfns.c and fns.c.
18146
18147 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
18148
18149 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
18150 point after reverting.
18151 (Buffer-menu-make-sort-button): Handle the case where
18152 `Buffer-menu-use-header-line' is nil.
18153
18154 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
18155
18156 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
18157 New funcs. In minibuffer-local-completion-map bind `]', `/'
18158 and `:' to them.
18159
18160 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
18161
18162 * startup.el (normal-top-level): Allow modification of load-path while
18163 we're iterating over it.
18164
18165 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
18166
18167 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
18168 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
18169 (thumbs-resize-interactive, thumbs-insert-image)
18170 (thumbs-insert-thumb, thumbs-dired-show-marked)
18171 (thumbs-find-image-at-point, thumbs-delete-images)
18172 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
18173 (thumbs-increment-image-size, thumbs-decrement-image-size):
18174 Fix typos in docstrings.
18175
18176 2005-05-24 Andre Spiegel <spiegel@gnu.org>
18177
18178 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
18179 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
18180 (cperl-mode): Use them.
18181
18182 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
18183
18184 * window.el (quit-window, shrink-window-if-larger-than-buffer):
18185 Doc fixes.
18186
18187 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
18188
18189 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
18190 Bind C-d to gdb-inferior-io-eof.
18191
18192 * dired.el (dired-dnd-popup-notice): Use message-box.
18193
18194 2005-05-23 Masatake YAMATO <jet@gyve.org>
18195
18196 * bindings.el (mode-line-major-mode-keymap):
18197 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
18198
18199 * faces.el (mode-line-highlight): New face.
18200
18201 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
18202 as mouse-face.
18203
18204 * bindings.el (top-level, help-echo, mode-line-modified)
18205 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
18206 as mouse-face.
18207
18208 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
18209
18210 * progmodes/cc-engine.el (c-guess-basic-syntax):
18211 Remove spurious call to `zerop'.
18212
18213 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
18214
18215 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
18216
18217 CC Mode update to 5.30.10:
18218
18219 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
18220 could go past the limit in decoration level 2, thereby causing
18221 errors during interactive fontification.
18222
18223 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
18224 the file is evaluated interactively.
18225
18226 * cc-engine.el (c-guess-basic-syntax): Handle operator
18227 declarations somewhat better in C++.
18228
18229 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
18230 make use of `run-mode-hooks' which has been added in Emacs 21.1.
18231 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
18232 (awk-mode): Use it.
18233 (make-local-hook): Suppress warning about obsoleteness.
18234
18235 * cc-engine.el, cc-align.el, cc-cmds.el
18236 (c-append-backslashes-forward, c-delete-backslashes-forward)
18237 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
18238 Compensate for return value from `forward-line' when it has moved
18239 but not to a different line due to eob.
18240
18241 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
18242 `objc-method-intro' and `objc-method-args-cont'.
18243
18244 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
18245
18246 CC Mode update to 5.30.10:
18247
18248 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
18249 in the copyright statement. Incidentally, change "along with GNU
18250 Emacs" to "along with this program" where it occurs.
18251
18252 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
18253 so that it is interactive, hence can be found by M-x awk-mode
18254 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
18255 <gmorris+emacs@ast.cam.ac.uk>.
18256
18257 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
18258 Mode's regexps.
18259
18260 2005-05-23 Kevin Ryde <user42@zip.com.au>
18261
18262 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
18263 c-parse-state, to avoid a lisp error (on bad code).
18264
18265 2005-05-23 Lute Kamstra <lute@gnu.org>
18266
18267 * subr.el (font-lock-defaults): Remove defvar as it's already
18268 defined in font-core.el.
18269
18270 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
18271
18272 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
18273
18274 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
18275 more general and work when GDB variable "print pretty" is on,
18276 as with Emacs, for example.
18277
18278 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
18279
18280 * font-core.el: Update comment.
18281
18282 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
18283 Use `after-change-major-mode-hook' instead of `find-file-hook'.
18284
18285 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
18286
18287 2005-05-22 Eli Zaretskii <eliz@gnu.org>
18288
18289 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
18290 and `yank-handler' in the doc strings.
18291
18292 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
18293
18294 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
18295
18296 2005-05-22 Richard M. Stallman <rms@gnu.org>
18297
18298 * help.el (describe-key): Move print-help-return-message call
18299 out of conditional.
18300
18301 * progmodes/etags.el (list-tags): Use with-no-warnings.
18302
18303 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
18304 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
18305 (starttls-extra-args, starttls-extra-arguments): Add defvars.
18306
18307 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
18308
18309 * language/viet-util.el (viet-viscii-nonascii-translation-table):
18310 Add defvar.
18311
18312 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
18313 Use defvar, not defconst.
18314
18315 * hexl.el (hexl-follow-line): Use with-no-warnings.
18316
18317 * emulation/tpu-extras.el: Use write-file-functions instead of
18318 write-file-hooks.
18319
18320 * dired.el (dired-font-lock-keywords): Fontify files with junk
18321 extensions even if marked by -F.
18322
18323 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
18324
18325 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
18326 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
18327 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
18328 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
18329 (concatenate, list-length, get*, getf, cl-remprop):
18330 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
18331 (etypecase, progv, lexical-let, lexical-let*)
18332 (multiple-value-bind, multiple-value-setq, shiftf):
18333 Improve argument/docstring consistency.
18334
18335 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
18336
18337 2005-05-22 Andre Spiegel <spiegel@gnu.org>
18338
18339 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
18340 doesn't exist.
18341
18342 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
18343 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
18344
18345 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
18346
18347 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
18348 already deleted variables: auto-fill-hook, blink-paren-hook,
18349 lisp-indent-hook, inhibit-local-variables, unread-command-event,
18350 suspend-hooks, comment-indent-hook, meta-flag,
18351 before-change-function, after-change-function,
18352 font-lock-doc-string-face.
18353
18354 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
18355
18356 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
18357
18358 2005-05-21 Eli Zaretskii <eliz@gnu.org>
18359
18360 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
18361 rmail-dont-reply-to.
18362
18363 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
18364
18365 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
18366 literal blank when splitting new-header-values.
18367
18368 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
18369
18370 * calendar/cal-menu.el (cal-menu-update): Add separator as a
18371 string so that tmm doesn't create a completion entry for it.
18372
18373 * textmodes/table.el (table-disable-menu): Ditto.
18374
18375 2005-05-21 Richard M. Stallman <rms@gnu.org>
18376
18377 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
18378
18379 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
18380
18381 * net/rcompile.el (remote-compile): Use compilation-start.
18382
18383 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
18384
18385 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
18386
18387 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
18388 Default to makefile-bsdmake-mode on BSD systems.
18389
18390 * imenu.el (imenu-generic-expression, imenu--generic-function'):
18391 REGEXP may also be a search function now. The part of doc-string
18392 for describing the structure was 95% identical to that of
18393 `imenu--generic-function'. Unify it there.
18394
18395 * progmodes/make-mode.el (makefile-imenu-generic-expression):
18396 Use function to find dependencies, because regexp alone is so complex,
18397 it easily goes into an endless loop.
18398 (makefile-makepp-mode): Also add submenu for Perl functions
18399 defined in the makefile.
18400 (makefile-bsdmake-mode): Special imenu-generic-expression no
18401 longer needed, due to function call.
18402 (makefile-match-dependency): Take BOUND into account when checking
18403 if we're through.
18404
18405 2005-05-20 Jay Belanger <belanger@truman.edu>
18406
18407 * calc/calc-units.el (calc-invalidate-units-table):
18408 Use inhibit-read-only.
18409 (math-build-units-table-buffer): Use view-mode.
18410
18411 2005-05-20 David Kastrup <dak@gnu.org>
18412
18413 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
18414 easy-menu-add is not a nop on Emacs; and clarify when to call it.
18415
18416 2005-05-20 Lute Kamstra <lute@gnu.org>
18417
18418 * diff-mode.el (diff-header-face, diff-file-header-face)
18419 (diff-index-face, diff-hunk-header-face, diff-removed-face)
18420 (diff-added-face, diff-changed-face, diff-function-face)
18421 (diff-context-face, diff-nonexistent-face): Put them in the
18422 diff-mode customization group.
18423
18424 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
18425
18426 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
18427
18428 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
18429
18430 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
18431 Minor regexp-optimization.
18432
18433 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
18434
18435 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
18436 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
18437 (org-agenda-add-time-grid-maybe): New function.
18438 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
18439 (org-table-create): `dotimes' instead of `mapcar'.
18440 (org-xor): Simplify implementation.
18441 (org-agenda): `inhibit-redisplay' turned on.
18442 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
18443 a consistent line after a state change.
18444 (org-agenda-remove-times-when-in-prefix): New option.
18445 (org-prefix-has-time): New variable.
18446 (org-parse-time-string): Optional argument NODEFAULT.
18447 (org-format-agenda-item): Parse items for time-of-day
18448 specifications and move these into the prefix if possible.
18449 (org-agenda-priority): Get current heading, not previous heading
18450 during agenda remote editing.
18451
18452 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
18453
18454 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
18455 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
18456 (remove-duplicates, delete-duplicates, substitute)
18457 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
18458 (nsubstitute-if-not, find, find-if, find-if-not, position)
18459 (position-if, position-if-not, count, count-if, count-if-not)
18460 (mismatch, search, sort*, stable-sort, merge, member*)
18461 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
18462 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
18463 (intersection, nintersection, set-difference, nset-difference)
18464 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
18465 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
18466 (nsublis, tree-equal): Improve argument/docstring consistency.
18467
18468 * subr.el (send-string, send-region): Remove obsolescence declaration.
18469 (window-dot, set-window-dot, read-input, show-buffer)
18470 (eval-current-buffer, string-to-int):
18471 Add release number to obsolescence declarations.
18472
18473 2005-05-19 Kim F. Storm <storm@cua.dk>
18474
18475 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
18476 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
18477
18478 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
18479
18480 * faces.el (list-faces-display): Make back button respect optional
18481 regexp arg.
18482
18483 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
18484
18485 * calculator.el (calculator-radix-grouping-mode)
18486 (calculator-radix-grouping-digits, calculator-displayer)
18487 (calculator-radix-grouping-separator, calculator-copy-displayer):
18488 * dabbrev.el (dabbrev-search-these-buffers-only):
18489 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
18490 (diff-advance-after-apply-hunk, diff-mode-hook)
18491 (diff-minor-mode-prefix):
18492 * imenu.el (imenu-use-popup-menu):
18493 * jit-lock.el (jit-lock-context-time):
18494 * newcomment.el (comment-fill-column, comment-column)
18495 (comment-style, comment-padding, comment-multi-line)
18496 (comment-empty-lines, comment-auto-fill-only-comments):
18497 * reveal.el (reveal-around-mark):
18498 * uniquify.el (uniquify-buffer-name-style)
18499 (uniquify-after-kill-buffer-p)
18500 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
18501 (uniquify-min-dir-content, uniquify-separator)
18502 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
18503 * w32-vars.el (w32-fixed-font-alist):
18504 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
18505 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
18506 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
18507 * progmodes/perl-mode.el (perl-indent-level)
18508 (perl-continued-statement-offset, perl-continued-brace-offset)
18509 (perl-brace-offset, perl-brace-imaginary-offset)
18510 (perl-label-offset, perl-indent-continued-arguments)
18511 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
18512 * progmodes/tcl.el (tcl-indent-level)
18513 (tcl-continued-indent-level, tcl-auto-newline)
18514 (tcl-tab-always-indent, tcl-electric-hash-style)
18515 (tcl-help-directory-list, tcl-use-smart-word-finder)
18516 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
18517 (inferior-tcl-source-command):
18518 * textmodes/fill.el (enable-kinsoku):
18519 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
18520 * textmodes/table.el (table-yank-handler):
18521 Specify missing group (and type, if simple) in defcustom.
18522
18523 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
18524
18525 * progmodes/compile.el (compilation-finish-function): Fix defvar.
18526
18527 2005-05-19 Richard M. Stallman <rms@gnu.org>
18528
18529 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
18530
18531 * subr.el (event-basic-type): Don't get an error.
18532 (left-fringe-p): Function deleted.
18533
18534 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
18535 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
18536
18537 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
18538 in recursive copy.
18539
18540 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
18541
18542 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
18543
18544 * emacs-lisp/bytecomp.el
18545 (byte-compile-file-form-custom-declare-variable):
18546 Call byte-compile-nogroup-warn if appropriate.
18547
18548 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
18549 (compilation-set-window): Don't call left-fringe-p; do it directly.
18550
18551 2005-05-19 Jay Belanger <belanger@truman.edu>
18552
18553 * calc/calc-graph.el (calc-graph-format-data): Make sure
18554 var-PlotRejects is bound before trying to check its value.
18555
18556 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
18557
18558 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
18559 definition of this variable from reftex-global.el to reftex.el,
18560 because it is needed in the menu.
18561
18562 2005-05-19 Lute Kamstra <lute@gnu.org>
18563
18564 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
18565 years are fixed. Don't insert a space after a dash.
18566
18567 2005-05-19 Kim F. Storm <storm@cua.dk>
18568
18569 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
18570
18571 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
18572
18573 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
18574 strings, because (eq ... ?\\) is fairly frequent.
18575
18576 * progmodes/make-mode.el (makefile-add-this-line-targets):
18577 Simplify and integrate into `makefile-pickup-targets'.
18578 (makefile-add-this-line-macro): Simplify and integrate into
18579 `makefile-pickup-macros.
18580 (makefile-pickup-filenames-as-targets): Simplify.
18581 (makefile-previous-dependency, makefile-match-dependency):
18582 Don't stumble over `::'.
18583
18584 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
18585
18586 * subr.el (post-command-idle-hook, post-command-idle-delay):
18587 Remove obsoletion of post-command-idle-hook and
18588 post-command-idle-delay.
18589
18590 * faces.el (list-faces-display): Provide button when describe-face
18591 is called to take user back to the list of faces.
18592
18593 * help-fns.el (describe-variable): Remove hyperlinks in a
18594 variable's value as these are quite frequently inappropriate.
18595
18596 * follow.el (follow-submit-feedback, follow-mode):
18597 Remove references to post-command-idle-hook.
18598
18599 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
18600
18601 * progmodes/make-mode.el (makefile-previous-dependency)
18602 (makefile-match-dependency): Check for := (and in bsd mode also
18603 !=) to give a better result, even when font-lock is not on.
18604
18605 2005-05-18 Jay Belanger <belanger@truman.edu>
18606
18607 * calc/calc-help.el (calc-s-prefix-help):
18608 Add `calc-copy-special-constant' to help string.
18609
18610 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
18611
18612 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
18613
18614 2005-05-18 Jay Belanger <belanger@truman.edu>
18615
18616 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
18617 in linear factors are in proper order.
18618
18619 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
18620
18621 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
18622 Support for jurabib.
18623
18624 * textmodes/reftex.el (featurep): Define aliases for overlay
18625 commands, for XEmacs compatibility, and use these aliases in
18626 overlay initializations.
18627 (reftex-highlight): Use `reftex-move-overlay'.
18628 (reftex-unhighlight): Use `reftex-delete-overlay'.
18629 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
18630 (reftex-access-search-path): Use `reftex-uniquify' instead of
18631 `reftex-uniq'
18632
18633 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
18634 `before-string' property modification enables for Emacs as well.
18635 (reftex-select-item): Use `reftex-delete-overlay'.
18636 (reftex-select-mark): Use `reftex-make-overlay' and
18637 `reftex-overlay-put'.
18638 (reftex-select-unmark): Use `reftex-delete-overlay' and
18639 `reftex-overlay-put'.
18640
18641 2005-05-18 Lute Kamstra <lute@gnu.org>
18642
18643 * emacs-lisp/lisp.el (check-parens): Fix docstring.
18644
18645 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
18646
18647 * add-log.el (add-change-log-entry):
18648 * array.el (array-make-template, array-reconfigure-rows)
18649 (array-init-max-row, array-init-max-column)
18650 (array-init-columns-per-line, array-init-field-width):
18651 * replace.el (replace-match-maybe-edit, perform-replace):
18652 * textmodes/spell.el (spell-region):
18653 Replace `read-input' by `read-string'.
18654
18655 * forms.el (forms-mode):
18656 * finder.el (finder-compile-keywords):
18657 * shadowfile.el (shadow-read-files):
18658 Replace `eval-current-buffer' by `eval-buffer'.
18659
18660 * terminal.el (te-pass-through):
18661 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
18662 (ange-ftp-raw-send-cmd):
18663 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
18664 (send-process-next-char, telnet-initial-filter, telnet):
18665 Replace `send-string' by `process-send-string'.
18666
18667 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
18668 (prolog-consult-region): Replace `send-string' by
18669 `process-send-string'; replace `send-region' by `process-send-region'.
18670
18671 * progmodes/delphi.el (delphi-log-msg):
18672 Replace `set-window-dot' by `set-window-point'.
18673
18674 * subr.el (window-dot, set-window-dot, read-input, send-string)
18675 (send-region, show-buffer, eval-current-buffer):
18676 Make really obsolete, as the comment says.
18677
18678 2005-05-17 Kim F. Storm <storm@cua.dk>
18679
18680 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
18681 (cua--init-keymaps): Bind C-return instead of S-return to set
18682 rectangle mark.
18683
18684 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
18685 instead of S-return to toggle/clear rectangle mark.
18686
18687 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
18688
18689 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
18690 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
18691 Also fontify plain strings assigned to variables, mostly so that a
18692 colon has a face and is thus not taken as a dependency separator.
18693 (makefile-previous-dependency): Inline the new matcher, because it
18694 is too complex to work in both directions.
18695 (makefile-match-dependency): Eliminate `backward' arg (see above).
18696 Completely reimplemented so as to not sometimes go into an endless
18697 loop. It should also be more efficient, because first it only
18698 searches for `:', instead of applying the very complex regexp.
18699 (makefile-mode): Cancel `font-lock-support-mode', because blocks
18700 to be fontified in one piece can be too long for JIT.
18701 Makefiles are never *that* big.
18702
18703 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
18704
18705 * dired.el (dired-mode): Simplify.
18706
18707 2005-05-17 Lute Kamstra <lute@gnu.org>
18708
18709 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
18710 defcustom for the mode hook variable.
18711
18712 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
18713 Emacs Lisp Reference Manual.
18714
18715 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
18716
18717 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
18718 (evenp, list*):
18719 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
18720 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
18721
18722 * net/tramp-smb.el (tramp-smb-open-connection):
18723 Pass `tramp-chunksize' as fifth (required) argument.
18724
18725 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
18726
18727 * font-lock.el (lisp-font-lock-keywords-1):
18728 Set `font-lock-negation-char-face' for [^...] char group.
18729 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
18730
18731 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
18732 a var, and refine it to mask one more level of nested vars.
18733 (makefile-rule-action-regex): Turn it into a var, and refine it so
18734 it recognizes backslashed continuation lines as belonging to the
18735 same command.
18736 (makefile-macroassign-regex): Refine it so it recognizes
18737 backslashed continuation lines as belonging to the same command.
18738 (makefile-var-use-regex): Don't look at the next char, because it
18739 might be the same one to be skipped by the initial [^$], leading
18740 to an overlooked variable use.
18741 (makefile-make-font-lock-keywords): Remove two parameters, which
18742 are now variables that some of the modes set locally.
18743 Handle dependency and rule action matching through functions, because
18744 regexps alone match too often. Dependency matching now comes
18745 last, so it can check, whether a colon already matched something else.
18746 (makefile-mode): Inform that font-lock improves makefile parsing
18747 capabilities.
18748 (makefile-match-dependency, makefile-match-action): New functions.
18749
18750 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
18751
18752 * emacs-lisp/cl-extra.el (equalp): Doc fix.
18753
18754 * align.el (align-regexp):
18755 * ansi-color.el (ansi-color-get-face):
18756 * array.el (array-reconfigure-rows, array-init-max-row)
18757 (array-init-max-column, array-init-columns-per-line)
18758 (array-init-field-width):
18759 * dired-aux.el (dired-trample-file-versions):
18760 * dired-x.el (dired-mark-sexp):
18761 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
18762 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
18763 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
18764 * faces.el (face-read-integer):
18765 * files.el (backup-extract-version, insert-directory):
18766 * hexl.el (hexl-insert-decimal-char):
18767 * server.el (server-process-filter):
18768 * shell.el (shell-extract-num):
18769 * startup.el (command-line-1):
18770 * term.el (term-command-hook):
18771 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
18772 (time-stamp-do-number):
18773 * time.el (display-time-update):
18774 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
18775 (timezone-fix-time):
18776 * vms-patch.el (vms-suspend-resume-hook):
18777 * calendar/appt.el (appt-convert-time):
18778 * calendar/cal-bahai.el (mark-bahai-diary-entries):
18779 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
18780 * calendar/cal-islam.el (mark-islamic-diary-entries):
18781 * calendar/calendar.el (calendar-cursor-to-date)
18782 (calendar-star-date):
18783 * calendar/diary-lib.el (diary-attrtype-convert)
18784 (mark-diary-entries, diary-entry-time):
18785 * calendar/solar.el (solar-get-number):
18786 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
18787 * emacs-lisp/re-builder.el (reb-display-subexp):
18788 * emulation/edt.el (edt-set-scroll-margins):
18789 * emulation/tpu-extras.el (tpu-set-scroll-margins):
18790 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
18791 (vip-get-ex-count):
18792 * emulation/viper-ex.el (viper-get-ex-token)
18793 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
18794 * international/fontset.el (fontset-plain-name):
18795 * mail/feedmail.el (feedmail-look-at-queue-directory):
18796 * mail/mailalias.el (mail-get-names):
18797 * mail/rmail.el (rmail-convert-to-babyl-format):
18798 * mail/rmailsum.el (rmail-make-basic-summary-line)
18799 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
18800 (rmail-summary-goto-msg):
18801 * mail/smtpmail.el (smtpmail-read-response):
18802 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
18803 (ange-ftp-vms-add-file-entry):
18804 * play/gametree.el (gametree-looking-at-ply)
18805 (gametree-current-branch-score):
18806 * progmodes/ada-xref.el (ada-prj-find-prj-file)
18807 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
18808 * progmodes/cperl-mode.el (condition-case):
18809 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
18810 (ebrowse-set-member-buffer-column-width)
18811 (ebrowse-select-1st-to-9nth):
18812 * progmodes/etags.el (etags-snarf-tag):
18813 * progmodes/flymake.el (flymake-parse-line):
18814 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
18815 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
18816 (idlwave-shell-menu-def):
18817 * progmodes/ps-mode.el (ps-run-goto-error):
18818 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
18819 (vhdl-speedbar-contract-level):
18820 * term/mac-win.el (x-handle-numeric-switch):
18821 * term/sun-mouse.el (sun-get-frame-data):
18822 * term/w32-win.el (x-handle-numeric-switch):
18823 * term/x-win.el (x-handle-numeric-switch):
18824 * textmodes/ispell.el (ispell-parse-output):
18825 * textmodes/nroff-mode.el (nroff-outline-level):
18826 * textmodes/reftex-cite.el (reftex-bib-sort-year)
18827 (reftex-bib-sort-year-reverse, reftex-format-citation):
18828 * textmodes/reftex-parse.el (reftex-init-section-numbers)
18829 (reftex-section-number):
18830 * textmodes/texinfmt.el (texinfo-paragraphindent):
18831 Replace `string-to-int' by `string-to-number'.
18832
18833 * international/latexenc.el: Add page marker to force the "Local
18834 Variables:" string out of the last page.
18835
18836 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
18837
18838 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
18839 tooltip-change-major-mode.
18840 (gud-tooltip-print-command): Remove case where gud-minor-mode
18841 is gdb ("--fullname").
18842 (gud-tooltip-tips): Turn GUD tooltips off for this case and
18843 explain to user.
18844
18845 2005-05-16 Jay Belanger <belanger@truman.edu>
18846
18847 * calc/calc-store.el (calc-copy-special-constant): New function.
18848
18849 * calc/calc-ext.el (calc-init-extensions): Add binding for
18850 `calc-copy-special-constant'.
18851
18852 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
18853 for the `calc-copy-special-constant' command.
18854
18855 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
18856
18857 * subr.el (left-fringe-p): New function.
18858
18859 * progmodes/compile.el (compilation-setup): Set local value of
18860 overlay-arrow-string to "" always.
18861 (compilation-set-window): Left fringe then don't scroll.
18862 No left fringe then no arrow and scroll message to top.
18863 (compilation-context-lines): Adjust doc string accordingly.
18864
18865 2005-05-16 Kim F. Storm <storm@cua.dk>
18866
18867 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
18868 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
18869 (ido-wide-find-dir-or-delete-dir): New command for M-d.
18870 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
18871 (ido-read-file-name): Handle commands with ido property value
18872 equal to find-file as reading a file name, to allow C-d to enter dired.
18873 (ibuffer-find-file): Add ido property with value find-file.
18874
18875 2005-05-15 Kim F. Storm <storm@cua.dk>
18876
18877 * subr.el (open-network-stream-nowait): Remove.
18878 (open-network-stream-server): Remove.
18879
18880 2005-05-15 Richard M. Stallman <rms@gnu.org>
18881
18882 * faces.el (describe-face): Output a definition link button.
18883
18884 * help-mode.el (help-face-def): New button type.
18885
18886 * emacs-lisp/copyright.el (copyright-fix-years):
18887 Match properly if the first year is 2-digit.
18888 Don't mess up the whitespace after the years by filling.
18889
18890 * dired-aux.el (dired-mark-confirm):
18891 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
18892
18893 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
18894 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
18895 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
18896
18897 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
18898 Set font-lock-comment-start-skip.
18899
18900 * font-lock.el (font-lock-comment-start-skip): New variable.
18901 (font-lock-comment-end-skip): New variable.
18902 (font-lock-fontify-syntactically-region): Use them if non-nil.
18903
18904 2005-05-15 Jay Belanger <belanger@truman.edu>
18905
18906 * calc/calc-store.el (calc-store-value): Return a string rather
18907 than display it as a message.
18908 Use calc-var-name for variable name.
18909 (calc-store-into): Add the result of calc-store-value to message.
18910 (calc-copy-variable): Add a message.
18911 (calc-store-exchange): Improve error messages.
18912 (calc-store-binary, calc-store-map): Don't reset the values of
18913 special constants.
18914
18915 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
18916
18917 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
18918 manual to docstring.
18919
18920 * files.el (hack-local-variables-confirm): Add STRING argument.
18921 Make the function handle non file visiting buffers correctly.
18922 (hack-local-variables-prop-line, hack-local-variables)
18923 (hack-one-local-variable): Use STRING arg of
18924 `hack-local-variables-confirm'.
18925
18926 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
18927
18928 Sync with Tramp 2.0.49.
18929
18930 * net/tramp.el (tramp-handle-dired-call-process)
18931 (tramp-handle-insert-directory):`insert-buffer' cannot be used
18932 because the contents of the Tramp buffer is changed before
18933 insertion (`expand-file' and alike).
18934 (tramp-handle-insert-directory): If `localname' has an empty
18935 nondirectory name, it must not be quoted.
18936 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
18937 variable `tramp-chunksize'. Change callees.
18938 (tramp-open-connection-setup-interactive-shell): Check remote host
18939 for buggy `send-process-string' implementation.
18940 Set `tramp-chunksize' if found. Reported by Michael Kifer
18941 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
18942 (tramp-handle-shell-command): `insert-buffer' cannot be used
18943 because the contents of the Tramp buffer is changed before
18944 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
18945 <frederic.bothamy@free.fr>.
18946 (tramp-set-auto-save): Actions should be done for Tramp file name
18947 handler only. Ange-FTP has its own auto-save mechanism.
18948 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
18949 (tramp-set-auto-save-file-modes): Set file modes of
18950 `buffer-auto-save-file-name' to ?\600 as fallback solution.
18951 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
18952 (tramp-bug): Remove obsolete variable.
18953 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
18954 for presence of `mml-mode'. Make it running for older Emacsen as well.
18955
18956 2005-05-14 John Paul Wallington <jpw@pobox.com>
18957
18958 * ibuf-ext.el (define-ibuffer-filter filename):
18959 If `dired-directory' is a list, use its car.
18960
18961 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
18962
18963 * ibuffer.el (define-ibuffer-column filename):
18964 If `dired-directory' is a list, use its car.
18965
18966 2005-05-14 Richard M. Stallman <rms@gnu.org>
18967
18968 * subr.el (symbol-file): Doc fix.
18969
18970 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
18971 (byte-compile-form): Call byte-compile-nogroup-warn.
18972 (byte-compile-warning-types): Doc fix.
18973
18974 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
18975
18976 * progmodes/cc-engine.el (c-literal-faces):
18977 Add font-lock-comment-delimiter-face.
18978
18979 * net/net-utils.el (dig): Use with-no-warnings.
18980
18981 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
18982 (sc-recite-frame-alist, sc-default-cite-frame)
18983 (sc-default-uncite-frame, sc-default-recite-frame)
18984 (sc-attrib-selection-list, sc-rewrite-header-list):
18985 Mark as risky-local-variable.
18986
18987 * international/ogonek.el (ogonek-jak, ogonek-how):
18988 Don't use beginning-of-buffer.
18989
18990 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
18991
18992 * calendar/solar.el (solar-data-list): Move definition up.
18993
18994 * dnd.el (dnd-protocol-alist): Add autoload.
18995
18996 * progmodes/sh-script.el: Many doc usage fixes.
18997 (sh-indent-after-do): Change default to match common styles.
18998
18999 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
19000
19001 * files.el (interpreter-mode-alist)
19002 (auto-mode-interpreter-regexp): Doc fixes.
19003
19004 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
19005
19006 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
19007
19008 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
19009
19010 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19011
19012 * dired.el (dired-mode): make-variable-buffer-local =>
19013 make-local-variable.
19014
19015 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19016
19017 * term/mac-win.el (mac-select-convert-to-string): Try coding
19018 systems in mac-script-code-coding-systems if specified one cannot
19019 encode string for `com.apple.traditional-mac-plain-text'.
19020
19021 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
19022
19023 * progmodes/make-mode.el (makefile-targets-face)
19024 (makefile-shell-face, makefile-makepp-perl-face): New faces.
19025 (makefile-dependency-regex): Fix it to not make the colon in
19026 $(var:a=b) special.
19027 (makefile-rule-action-regex): New regexp for highlighting embedded
19028 Shell strings.
19029 (makefile-macroassign-regex): Handle != for highlighting as
19030 embedded Shell strings.
19031 (makefile-var-use-regex): New const.
19032 (makefile-statements, makefile-automake-statements)
19033 (makefile-gmake-statements, makefile-makepp-statements)
19034 (makefile-bsdmake-statements): New consts.
19035 (makefile-make-font-lock-keywords): New function.
19036 (makefile-automake-font-lock-keywords)
19037 (makefile-gmake-font-lock-keywords)
19038 (makefile-makepp-font-lock-keywords)
19039 (makefile-bsdmake-font-lock-keywords): New consts.
19040 (makefile-mode-map): Add switchers between the various submodes.
19041 (makefile-mode): Document the availability of the variants.
19042 (makefile-automake-mode, makefile-gmake-mode)
19043 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
19044
19045 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
19046 new variants of makefile-mode.
19047
19048 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
19049
19050 * font-lock.el (font-lock-comment-delimiter-face): Fix up
19051 the inheritance.
19052
19053 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
19054
19055 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
19056 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
19057
19058 * files.el (normal-mode): Extend the scope of the
19059 `enable-local-variables' binding to include the `set-auto-mode' call.
19060 (magic-mode-alist): Doc fix.
19061
19062 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
19063
19064 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
19065 font-lock-comment-face rather than copying its setting.
19066
19067 2005-05-12 Andreas Schwab <schwab@suse.de>
19068
19069 * eshell/esh-mode.el (eshell-send-input): Doc fix.
19070
19071 2005-05-12 Lute Kamstra <lute@gnu.org>
19072
19073 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
19074 defcustom for the mode hook variable. Delete the last argument.
19075 * generic-x.el: Fix callers of define-generic-mode.
19076 (generic-x-modes): Delete group.
19077 (show-tabs-tab-face, show-tabs-space-face): Put them in the
19078 generic-x customization group.
19079
19080 2005-05-12 Kim F. Storm <storm@cua.dk>
19081
19082 * font-lock.el (font-lock-negation-char-face): Default to "off".
19083
19084 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
19085 font-lock-negation-char-face to ! in !=.
19086
19087 2005-05-12 Masatake YAMATO <jet@gyve.org>
19088
19089 * add-log.el (find-change-log): Fix typos in the docstring
19090 of function.
19091
19092 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
19093
19094 * international/latexenc.el (latexenc-find-file-coding-system):
19095 Avoid `re-search-forward' when looking for input encoding because
19096 of speed and safety. Better regular expressions for recognizing
19097 input encoding. Limit a search for TeX-master/tex-main-file to
19098 the local variable section.
19099
19100 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
19101
19102 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
19103 syntax of $ to "'" (quote).
19104
19105 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
19106
19107 * dnd.el (dnd-protocol-alist): Improve custom type.
19108
19109 * dired.el (dired-dnd-protocol-alist): New variable.
19110 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
19111 `dired-mode-hook' to the end.
19112
19113 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
19114
19115 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
19116 comment-end if comment-start-skip is not set.
19117 Obey the font-lock-comment-delimiter-face variables.
19118
19119 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
19120
19121 * files.el (executable-find): Move from executable.el. Use
19122 locate-file.
19123 * progmodes/executable.el (executable-find): Move to files.el.
19124
19125 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
19126 when trying to ensure forward progress.
19127
19128 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
19129
19130 * mouse-sel.el (mouse-sel-follow-link-p): New function.
19131 (mouse-select, mouse-select-internal, mouse-extend-internal):
19132 Use it to implement mouse-1-click-follows-link functionality.
19133
19134 2005-05-11 Richard M. Stallman <rms@gnu.org>
19135
19136 * font-lock.el (font-lock-fontify-syntactically-region):
19137 Use font-lock-comment-delimiter-face for comment delimiters.
19138
19139 2005-05-10 Jay Belanger <belanger@truman.edu>
19140
19141 * calc/calc-help.el (calc-m-prefix-help): Add mention of
19142 preserving embedded modes.
19143
19144 2005-05-10 Richard M. Stallman <rms@gnu.org>
19145
19146 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
19147
19148 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
19149 Move from ada-stmt.el.
19150 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
19151
19152 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
19153 Move to ada-mode.el.
19154 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
19155
19156 * cus-edit.el (custom-file): Call file-chase-links.
19157
19158 * files.el (read-directory-name): Fix previous change.
19159 (hack-local-variables-confirm): New function.
19160 (hack-local-variables-prop-line, hack-local-variables)
19161 (hack-one-local-variable): Use it.
19162
19163 2005-05-10 Lute Kamstra <lute@gnu.org>
19164
19165 * font-lock.el (font-lock-keywords-alist)
19166 (font-lock-removed-keywords-alist): Clarify docstrings.
19167
19168 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
19169
19170 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
19171 (gdb-source-info): Check for preprocessor info.
19172 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
19173 a macro for a function.
19174 (gdb-info-breakpoints-custom): Try to find file again if not already
19175 found (user might have used GDB dir command).
19176 (gdb-get-location): Update gdb-location-alist correctly for change
19177 to gdb-info-breakpoints-custom.
19178
19179 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
19180 (gud-tooltip-print-command): Add gdbmi case.
19181 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
19182 preprocessor info.
19183
19184 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
19185
19186 * startup.el (fancy-splash-insert): Fix typo in doc string.
19187
19188 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
19189
19190 * obsolete/float.el (string-to-float):
19191 * obsolete/hilit19.el (hilit-add-pattern):
19192 * obsolete/rnews.el (news-parse-range, news-select-message)
19193 (news-get-pruned-list-of-files): Replace `string-to-int' by
19194 `string-to-number'.
19195
19196 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
19197 `find-file-not-found-hooks'; use `add-hook'.
19198 (uncompress-while-visiting): Set `write-file-functions', not
19199 `write-file-hooks'; use `add-hook'.
19200
19201 2005-05-09 Kim F. Storm <storm@cua.dk>
19202
19203 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
19204 (cua-paste): Handle clipboard action.
19205 (cua--init-keymaps): Remap clipboard-kill-region and
19206 clipboard-kill-ring-save.
19207
19208 2005-05-08 Eli Zaretskii <eliz@gnu.org>
19209
19210 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
19211 Improve commentary.
19212
19213 * simple.el (next-error-overlay-arrow-position): Revert the change
19214 made on 2005-04-30.
19215
19216 2005-05-07 Jay Belanger <belanger@truman.edu>
19217
19218 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
19219 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
19220 `calc-sel-reselect'.
19221
19222 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
19223 Calc is in embedded mode.
19224
19225 2005-05-07 Eli Zaretskii <eliz@gnu.org>
19226
19227 * progmodes/compile.el (compilation-setup):
19228 Set overlay-arrow-string to an empty string on text terminals.
19229
19230 * textmodes/ispell.el (ispell-program-name): Try looking for
19231 "aspell" along exec-path, and if found, use it as the default
19232 speller program.
19233
19234 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
19235
19236 * international/mule.el (sgml-xml-auto-coding-function):
19237 Recognize encoding='FOO' in single quotes as well as in double quotes.
19238
19239 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
19240
19241 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
19242 as well as `interactive', so that defmacro* would recognize
19243 `declare' forms.
19244
19245 2005-05-07 Eli Zaretskii <eliz@gnu.org>
19246
19247 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
19248 Explain more about the LIGHTER arg's usage in the doc string.
19249 Add commentary to clarify what the code does. Fix the regexp that
19250 strips whitespace from LIGHTER. Quote LIGHTER before using it,
19251 since it could have characters special to regular expressions.
19252
19253 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
19254
19255 * replace.el (occur-1): Bind inhibit-read-only so that
19256 erase-buffer doesn't barf on read-only text properties (likewise
19257 for add-text-properties in occur-engine). Mark buffer as unmodified.
19258 (occur-engine): Don't set buffer-read-only here.
19259
19260 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
19261
19262 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
19263 list-buffers-directory. This caused the *cvs-commit* buffer to be
19264 sometimes mistakenly reused as a *cvs* buffer.
19265
19266 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
19267
19268 * tooltip.el: Move code for GUD tooltips into gud.el.
19269 (require): CL no longer needed to compile case.
19270 (tooltip-mode): Do not toggle functions for GUD tooltips.
19271 (tooltip-gud-tips-p): Remove. Replace with minor mode
19272 gud-tooltip-mode in gud.el.
19273 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
19274 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
19275 tooltip-gud prefix with gud-tooltip and obsolete.
19276 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
19277 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
19278 (tooltip-mouse-motion): Mouse movement functions/variable.
19279 Rename in gud.el by adding gud prefix.
19280 (tooltip-gud-original-filter, tooltip-gud-dereference)
19281 (tooltip-gud-event, tooltip-toggle-gud-tips)
19282 (tooltip-gud-process-output, tooltip-gud-print-command)
19283 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
19284 gud.el by replacing tooltip-gud prefix with gud-tooltip.
19285 (gdb-tooltip-print): Move to gdb-ui.el.
19286
19287 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
19288 (require): CL needed to compile case.
19289 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
19290 tooltip-gud-tips-p. Make it a minor-mode.
19291 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
19292 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
19293 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
19294 (gud-tooltip-change-major-mode)
19295 (gud-tooltip-activate-mouse-motions-if-enabled)
19296 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
19297 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
19298 (gud-tooltip-original-filter, gud-tooltip-dereference)
19299 (gud-tooltip-event, tooltip-toggle-gud-tips)
19300 (gud-tooltip-process-output, gud-tooltip-print-command)
19301 (gud-tooltip-tips): Move from tooltip.el.
19302
19303 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
19304 (gdb-cpp-define-alist-flags): Doc fix.
19305 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
19306 gud-tooltip-mode is t.
19307
19308 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
19309
19310 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
19311 evaporate if their text is deleted.
19312 (goto-address-at-point): Make it work as a mouse binding as well.
19313 (goto-address-at-mouse): Obsolete it. Update users.
19314
19315 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
19316
19317 * calendar/appt.el (top-level): No longer activate on load.
19318
19319 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
19320
19321 * calendar/cal-bahai.el (mark-bahai-diary-entries):
19322 * net/webjump.el (webjump):
19323 * progmodes/idlw-help.el (idlwave-do-context-help1)
19324 (idlwave-highlight-linked-completions):
19325 * textmodes/po.el (po-find-file-coding-system-guts):
19326 Replace `assoc-ignore-case' by `assoc-string'.
19327
19328 2005-05-06 Eli Zaretskii <eliz@gnu.org>
19329
19330 * files.el (locate-file): Doc fix.
19331
19332 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
19333 Remove the redundant test for ms-dos.
19334
19335 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
19336 look for the preprocessor with exec-suffixes. If not found in
19337 standard places, look in exec-path. Remove most of the tests that
19338 used system-type.
19339
19340 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
19341
19342 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
19343
19344 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
19345 file-name clash with jka-compr.el on 8+3 filesystems.
19346
19347 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19348
19349 * term/mac-win.el: Don't define or bind scroll bar functions if
19350 x-toolkit-scroll-bars is t.
19351 (x-select-text, x-get-selection-value): Clear
19352 x-last-selected-text-clipboard if x-select-enable-clipboard is
19353 nil.
19354 (PRIMARY): Put mac-scrap-name property.
19355 (mac-select-convert-to-file-url): New function.
19356 (public.file-url): New selection target type. Add to
19357 selection-converter-alist.
19358 (x-get-selection, x-selection-value): Handle it.
19359 (x-cut-buffer-or-selection-value): New alias.
19360
19361 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
19362
19363 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
19364 entry to avoid calling bibtex-find-entry with arg global
19365 being t. Remove arg key.
19366 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
19367 (bibtex-copy-summary-as-kill): Change accordingly.
19368
19369 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
19370
19371 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
19372 (org-agenda-date-later): Use with-current-buffer.
19373
19374 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
19375
19376 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
19377 (define-obsolete-variable-alias): Doc Fixes.
19378
19379 2005-05-06 Kim F. Storm <storm@cua.dk>
19380
19381 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
19382 vertical-motion when selective-display is active.
19383
19384 * ido.el (ido-setup-hook): New hook.
19385 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
19386 (ido-input-stack): New var.
19387 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
19388 ido-next-work-file binding to M-O.
19389 Bind M-f to ido-wide-find-file-or-pop-dir.
19390 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
19391 (ido-read-internal): Run ido-setup-hook.
19392 Catch quit in read-file-name and read-string to cancel edit.
19393 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
19394 Automatically pop-all when completing a directory name (RET).
19395 (ido-file-internal): Add with-no-warnings around ffap and dired code.
19396 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
19397 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
19398 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
19399 New functions for M-b/M-f to move among the directory components.
19400 (ido-make-merged-file-list): Catch quit to cancel merge.
19401 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
19402 (ido-completion-help): No warnings for ido-completion-buffer-full.
19403
19404 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
19405
19406 * font-lock.el (font-lock-negation-char-face): New face and variable.
19407 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
19408 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
19409 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
19410 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
19411
19412 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
19413
19414 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
19415 Fix typo in docstring.
19416
19417 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
19418 (ebrowse-print-statistics-line)
19419 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
19420
19421 * term/w32-win.el (image-library-alist): Add additional name for
19422 Xpm library.
19423
19424 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
19425
19426 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
19427 use gcc instead of cpp.
19428
19429 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
19430 (gdb-create-define-alist): Use it.
19431 (gdb-cpp-define-alist-program): Update for MS-DOS.
19432
19433 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
19434
19435 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
19436
19437 2005-05-04 Richard M. Stallman <rms@gnu.org>
19438
19439 * help.el (describe-key): No error when UNTRANSLATED is nil.
19440
19441 * simple.el (line-move-1): Fix previous change to signal errors
19442 appropriately.
19443
19444 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
19445
19446 * calendar/icalendar.el (icalendar-version): Now at 0.12.
19447 (icalendar-duration-correction): Remove.
19448 (icalendar--get-event-properties): Split result at commas.
19449 (icalendar--decode-isoduration): New optional argument
19450 DURATION-CORRECTION.
19451 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
19452 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
19453 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
19454 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
19455 (icalendar--convert-anniversary-to-ical): New functions, extracted
19456 from icalendar-export-region, with bug fixes.
19457 (icalendar-export-region): Use the above functions.
19458 (icalendar-import-buffer): Check before saving diary file.
19459 (icalendar--convert-recurring-to-diary)
19460 (icalendar--convert-non-recurring-all-day-to-diary)
19461 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
19462 extracted from icalendar--convert-ical-to-diary, with bug fixes.
19463 (icalendar--convert-ical-to-diary): Use the above functions.
19464
19465 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
19466
19467 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
19468 Remove these recent additions.
19469 (c-mode): Restore to before 2005-04-28.
19470
19471 * progmodes/cc-vars.el (cc-define-list-program): Remove this
19472 recent addition.
19473
19474 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
19475 (gdb-define-alist): New variables.
19476 (gdb-create-define-alist): New function.
19477 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
19478 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
19479 with string-to-number.
19480 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
19481
19482 * progmodes/gud.el: Replace string-to-int with string-to-number.
19483 (gud-find-file): Handle gdb-define-alist.
19484
19485 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
19486
19487 2005-05-02 Jay Belanger <belanger@truman.edu>
19488
19489 * calc/calc-aent.el (math-read-token):
19490 * calc/calc-bin.el (calc-word-size):
19491 * calc/calc-ext.el (calc-read-number-fancy):
19492 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
19493 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
19494 * calc/calc-frac.el (calc-over-notation):
19495 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
19496 (calc-graph-num-points, calc-graph-init):
19497 * calc/calc-prog.el (calc-read-parse-table-part)
19498 (calc-edit-macro-repeats):
19499 * calc/calc-yank.el (calc-do-grab-rectangle):
19500 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
19501 Replace `string-to-int' by `string-to-number'.
19502
19503 2005-05-02 Kim F. Storm <storm@cua.dk>
19504
19505 * kmacro.el: Use executing-kbd-macro-index variable.
19506
19507 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
19508
19509 * net/rlogin.el (rlogin-parse-words): Delete func.
19510 (rlogin): Use split-string, not rlogin-parse-words.
19511 Also, if there are option-like elements in the parsed args,
19512 take the host to be the first arg immediately following them.
19513 Suggested by Michael Mauger.
19514
19515 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
19516
19517 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
19518
19519 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
19520
19521 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
19522 (cc-mode-cpp-program): Rename to cc-define-list-program and
19523 move to cc-vars.el.
19524
19525 * progmodes/cc-vars.el (cc-define-list-program):
19526 Change to "gcc -E -dM -". Make customizable.
19527
19528 2005-05-02 Kim F. Storm <storm@cua.dk>
19529
19530 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
19531
19532 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
19533
19534 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
19535
19536 * international/mule-util.el (truncate-string): Remove alias and
19537 obsolete declaration.
19538
19539 * international/mule-cmds.el (update-iso-coding-systems):
19540 Remove alias and obsolete declaration.
19541
19542 * international/mule.el (coding-system-parent): Remove alias and
19543 obsolete declaration.
19544
19545 * subr.el (define-function, sref): Remove aliases and obsolete
19546 declarations.
19547 (chars-in-region): Remove obsolete declaration.
19548
19549 2005-05-01 Richard M. Stallman <rms@gnu.org>
19550
19551 * info.el (Info-mode): Set widen-automatically to nil, locally.
19552
19553 * simple.el (widen-automatically): New variable.
19554 (pop-global-mark): Obey widen-automatically.
19555
19556 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
19557
19558 * term/xterm.el (function-key-map): Call substitute-key-definition
19559 before the keymap size is increased by a lot of define-key calls.
19560
19561 2005-05-01 Richard M. Stallman <rms@gnu.org>
19562
19563 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
19564 Rename ARG to ELEMENT. Doc fix.
19565
19566 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
19567
19568 * allout.el (allout-exposure): Remove macro and obsolete declaration.
19569 Remove references to allout-exposure/change to allout-new-exposure.
19570
19571 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
19572 bytecode symbols.
19573
19574 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
19575 (compiled-function-p, focus-frame, unfocus-frame):
19576 Remove aliases and obsolete declarations.
19577 Back out inadvertent changes from previous commit.
19578
19579 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
19580
19581 * files.el (require-final-newline): Make Custom tags consistent
19582 with mode-require-final-newline.
19583 (mode-require-final-newline): Doc fix.
19584
19585 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
19586
19587 * international/latexenc.el (latexenc-find-file-coding-system):
19588 Fix regular expressions.
19589
19590 2005-05-01 David Kastrup <dak@gnu.org>
19591
19592 * international/latexenc.el (latexenc-find-file-coding-system):
19593 Fix regular expressions.
19594
19595 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
19596
19597 * subr.el (string-to-int): Make obsolete.
19598
19599 2005-04-30 Richard M. Stallman <rms@gnu.org>
19600
19601 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
19602
19603 * loadup.el: load jka-comp-hook.
19604
19605 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
19606 (jka-compr-handler): Add autoload. `put' calls moved
19607 to jka-comp-hook.el.
19608 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
19609 (jka-compr-inhibit): Autoload.
19610
19611 * jka-comp-hook.el: New file.
19612 Enable the mode by default.
19613
19614 * files.el (backup-buffer-copy): Use copy-file instead
19615 of write-region, and put back the 'excl.
19616
19617 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
19618
19619 * progmodes/flymake.el (flymake-split-string)
19620 (flymake-split-string, flymake-log, flymake-pid-to-names)
19621 (flymake-reg-names, flymake-get-source-buffer-name)
19622 (flymake-unreg-names, flymake-add-line-err-info)
19623 (flymake-add-err-info): Clarify docstrings.
19624 (flymake-popup-menu, flymake-make-emacs-menu)
19625 (flymake-make-xemacs-menu): Add docstrings.
19626 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
19627 Set variables directly throughout.
19628
19629 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
19630
19631 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
19632 exists. Initialize cc-define-alist.
19633 (c-mode): Add cc-create-define-alist locally to after-save-hook.
19634 If there is no file (Macroexpansion) don't create an alist.
19635
19636 2005-04-29 Sam Steingold <sds@gnu.org>
19637
19638 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
19639 (cc-create-define-alist): Use it instead of the hard-coded string.
19640
19641 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
19642
19643 * international/mule-conf.el (file-coding-system-alist): Fix regexp
19644 for latexenc.
19645
19646 2005-04-29 Lute Kamstra <lute@gnu.org>
19647
19648 * emacs-lisp/generic.el: Improve commentary section.
19649 (define-generic-mode): Improve docstring.
19650
19651 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
19652
19653 * textmodes/org.el (many places): Change to quiet the byte compiler.
19654 (org-prefix-format-compiled): New variable.
19655 (org-compile-prefix-format): New function.
19656 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
19657 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
19658 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
19659 (org-get-entries-from-diary): Use `org-get-time-of-day' for
19660 consistency with entries from `org-mode' files.
19661 (org-get-time-of-day): Fix bug with partial matches early in a line.
19662 (org-non-link-chars): New constant.
19663 (org-link-regexp): Respect `org-non-link-chars'.
19664 (org-agenda-day-view): Remove command.
19665 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
19666 (org-follow-bbdb-link, org-store-link): Search also company field.
19667 (org-highlight-overlay): New variable.
19668 (org-highlight, org-unhighlight): New functions.
19669 (org-agenda-mode): Add pre-command-hook to remove highlight.
19670 (org-evaluate-time-range): Behavior depends upon whether time stamp
19671 contains a time or not.
19672 (org-show-subtree, org-show-entry): New functions.
19673 (org-agenda-cleanup-fancy-diary): Remove empty lines.
19674
19675 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
19676
19677 * comint.el (comint-output-filter-functions): Add autoload cookie.
19678
19679 2005-04-28 Kim F. Storm <storm@cua.dk>
19680
19681 * ido.el (ido-everywhere): Fix last change.
19682
19683 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
19684
19685 * international/latexenc.el: New file.
19686 * international/mule-conf.el (file-coding-system-alist): For .tex,
19687 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
19688
19689 2005-04-28 Lute Kamstra <lute@gnu.org>
19690
19691 * font-lock.el (font-lock-add-keywords)
19692 (font-lock-remove-keywords): Clarify docstring.
19693 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
19694 Don't start docstrings with a `*'.
19695 (font-lock-update-removed-keyword-alist): Give it a docstring.
19696
19697 * generic-x.el: Update commentary section.
19698 Only require font-lock when compiling.
19699 Define all modes conditionally.
19700 Place all generic modes in the generic-x-modes customization group.
19701 (generic-x-modes): New customization group.
19702 (generic-default-modes, generic-mswindows-modes)
19703 (generic-unix-modes, generic-other-modes): New constants.
19704 (generic-define-mswindows-modes, generic-define-unix-modes):
19705 Update docstrings. Make them obsolete.
19706 (generic-extras-enable-list): New default value. Update docstring.
19707 Improve :type. Change :set function.
19708 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
19709 Fix docstring.
19710
19711 * emacs-lisp/generic.el (generic-mode-internal):
19712 Simplify font-lock-defaults.
19713 (define-generic-mode): Fix docstring.
19714
19715 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
19716
19717 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
19718 font-lock-face property to highlight matches.
19719
19720 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
19721
19722 * progmodes/cc-mode.el (cc-create-define-alist): New function.
19723 (cc-define-alist): New variable.
19724 (c-mode): Make it local and initialize it.
19725
19726 * progmodes/gdb-ui.el (gdb-active-process): New variable.
19727 (gdb-exited): New function.
19728 (gdb-annotation-rules): Use it.
19729 (gdb-starting): Set gdb-active-process to t.
19730 (gdb-stopping): Amend doc string.
19731 (gdb-reset): Set gdb-active-process to nil.
19732
19733 * tooltip.el (tooltip-gud-tips): Show the associated #define
19734 directives when a C program under GDB is not executing.
19735
19736 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
19737
19738 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
19739 font-lock-fontify-syntactic-keywords.
19740
19741 * font-lock.el (font-lock-default-fontify-region): Don't force
19742 parse-sexp-lookup-properties to nil.
19743
19744 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
19745
19746 * man.el (man-mode-syntax-table): Set up `:' to have
19747 word-constituent syntax.
19748
19749 2005-04-27 Lute Kamstra <lute@gnu.org>
19750
19751 * novice.el (disable-command): Don't add spurious newlines to the
19752 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
19753
19754 2005-04-26 Jay Belanger <belanger@truman.edu>
19755
19756 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
19757 than one window before deleting window.
19758
19759 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
19760
19761 * shell.el (shell-prompt-pattern): Doc fix.
19762 (shell-mode): Set paragraph-separate buffer locally to "\\'".
19763
19764 * comint.el (comint-prompt-regexp, comint-get-old-input)
19765 (comint-use-prompt-regexp)
19766 (comint-use-prompt-regexp-instead-of-fields)
19767 (comint-replace-by-expanded-history, comint-send-input)
19768 (comint-output-filter, comint-get-old-input-default)
19769 (comint-line-beginning-position, comint-bol, comint-show-output)
19770 (comint-backward-matching-input, comint-forward-matching-input)
19771 (comint-next-prompt, comint-previous-prompt):
19772 Rename `comint-use-prompt-regexp-instead-of-fields' to
19773 `comint-use-prompt-regexp'. Keep old name as alias and declare
19774 obsolete.
19775 (comint-use-prompt-regexp): Shorten first line of doc string.
19776
19777 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
19778 Set paragraph-separate buffer locally to "\\'".
19779
19780 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
19781 Adapt to above name change.
19782
19783 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
19784 (smbclient-prompt-regexp): Ditto.
19785
19786 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
19787
19788 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
19789
19790 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
19791 gdb-location-list.
19792 Break lines that are over 80 characters wide.
19793
19794 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
19795
19796 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
19797 New fun and var, to preserve compatibility.
19798
19799 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
19800
19801 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
19802
19803 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
19804 name to file-newer-than-file-p.
19805
19806 2005-04-26 Richard M. Stallman <rms@gnu.org>
19807
19808 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
19809
19810 * progmodes/python.el (python-mode):
19811 Use new name eldoc-documentation-function.
19812
19813 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
19814
19815 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
19816 (eldoc-documentation-function):
19817 Rename from eldoc-print-current-symbol-info-function. Calls changed.
19818
19819 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
19820
19821 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
19822
19823 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
19824
19825 * term/xterm.el (function-key-map): Fix strings for
19826 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
19827 {C,S,A,C-S}-{f1-f12}.
19828
19829 2005-04-26 Kenichi Handa <handa@m17n.org>
19830
19831 * international/mule-cmds.el (select-safe-coding-system):
19832 Fix previous change.
19833
19834 2005-04-26 Lute Kamstra <lute@gnu.org>
19835
19836 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
19837
19838 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
19839 (font-lock-comment-delimiter-face): Ditto.
19840
19841 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
19842
19843 2005-04-25 Jay Belanger <belanger@truman.edu>
19844
19845 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
19846 to t while inserting information; use help-mode.
19847
19848 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
19849
19850 * term.el (ansi-term-color-vector): Use the xterm colors.
19851 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
19852
19853 2005-04-25 Lute Kamstra <lute@gnu.org>
19854
19855 * font-core.el (font-lock-defaults): Fix docstring.
19856
19857 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
19858
19859 2005-04-25 Kenichi Handa <handa@m17n.org>
19860
19861 * international/mule-cmds.el (select-safe-coding-system):
19862 Don't check consistency with coding: spec, etc if raw-text or
19863 no-conversion was found to be safe.
19864
19865 2005-04-24 Richard M. Stallman <rms@gnu.org>
19866
19867 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
19868 citation markers at start of each line.
19869
19870 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
19871 citation markers at start of each line.
19872
19873 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
19874
19875 * files.el (mode-require-final-newline): Fix previous change.
19876 (require-final-newline): Fix type label.
19877
19878 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
19879
19880 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
19881 statement in buffer (broken by 2004-11-24 change).
19882
19883 2005-04-24 Kim F. Storm <storm@cua.dk>
19884
19885 * ido.el (ido-everywhere): Save and restore old read-buffer-function
19886 and read-file-name-function values. Don't overwrite existing
19887 non-nil values if ido-mode is enabled without ido-everywhere.
19888
19889 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
19890
19891 * files.el (mode-require-final-newline): Minor doc fix.
19892
19893 2005-04-24 Eli Zaretskii <eliz@gnu.org>
19894
19895 * subr.el (syntax-after): Doc fix.
19896 (syntax-class): If argument is nil, return nil. Mask off upper 16
19897 bits, not 8 bits.
19898
19899 * files.el (mode-require-final-newline): Doc fix.
19900 (backup-buffer-copy): Fix last change.
19901
19902 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19903
19904 * term/mac-win.el: Require select. Set selection-coding-system to
19905 mac-system-coding-system. Call menu-bar-enable-clipboard.
19906 (x-last-selected-text-clipboard, x-last-selected-text-primary)
19907 (x-select-enable-clipboard): New variables.
19908 (x-select-text, x-get-selection, x-selection-value)
19909 (x-get-selection-value, mac-select-convert-to-string)
19910 (mac-services-open-file, mac-services-open-selection)
19911 (mac-services-insert-text): New functions.
19912 (CLIPBOARD, FIND): Put mac-scrap-name property.
19913 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
19914 (public.tiff): Put mac-ostype property.
19915 (selection-converter-alist): Add entries for them.
19916 (mac-application-menu-map): New keymap.
19917 (interprogram-cut-function, interprogram-paste-function): Set to
19918 x-select-text and x-get-selection-value, respectively.
19919 (split-window-keep-point): Set to t.
19920
19921 2005-04-23 Richard M. Stallman <rms@gnu.org>
19922
19923 * files.el (read-directory-name): Always pass non-nil
19924 DEFAULT-FILENAME arg to read-file-name.
19925 (backup-buffer-copy, basic-save-buffer-2): Take care against
19926 writing thru an unexpected existing symlink.
19927 (revert-buffer): In indirect buffer, revert the base buffer.
19928 (magic-mode-alist): Doc fix.
19929 (buffer-stale-function): Doc fix.
19930 (minibuffer-with-setup-hook): Avoid warning.
19931 (mode-require-final-newline): Doc and custom fix.
19932
19933 * follow.el (follow-end-of-buffer): Use with-no-warnings.
19934
19935 * font-lock.el (font-lock-comment-face): On terminals with few colors,
19936 use the default appearance.
19937 (font-lock-comment-delimiter-face): New face, new variable.
19938
19939 * imenu.el (imenu--generic-function): The official position of a
19940 definition is the start of the line that BEG is in.
19941
19942 * midnight.el (midnight-timer): Move defvar up.
19943
19944 * mouse.el (mouse-drag-region-1): Delete some debugging code.
19945
19946 * saveplace.el (save-place-to-alist): Use with-no-warnings.
19947
19948 * startup.el (command-line): Use with-no-warnings.
19949
19950 * window.el (window-size-fixed): New defvar.
19951
19952 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
19953
19954 * mail/rmail.el (rmail-font-lock-keywords):
19955 Use font-lock-comment-delimiter-face.
19956
19957 * mail/sendmail.el (mail-font-lock-keywords):
19958 Use font-lock-comment-delimiter-face.
19959
19960 * progmodes/compile.el (next-error-highlight-timer): New defvar.
19961
19962 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
19963
19964 * progmodes/compile.el (compilation-mode-font-lock-keywords):
19965 Specify t for LAXMATCH when matching directories.
19966 Save match data around compilation-compat-error-properties form.
19967
19968 2005-04-23 David Kastrup <dak@gnu.org>
19969
19970 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
19971 Mention that the autoloaded aliases should be kept for AUCTeX.
19972
19973 2005-04-23 Andreas Schwab <schwab@suse.de>
19974
19975 * isearch.el (isearch-forward): Doc fix.
19976
19977 2005-04-23 Eli Zaretskii <eliz@gnu.org>
19978
19979 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
19980 (jit-lock-stealth-nice): Change default value to 0.5.
19981
19982 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
19983
19984 * abbrev.el (write-abbrev-file): Write table entries in
19985 alphabetical order by table name.
19986
19987 2005-04-22 Kim F. Storm <storm@cua.dk>
19988
19989 * ido.el (ido-read-internal): Fix `list' completion.
19990
19991 2005-04-22 Kenichi Handa <handa@m17n.org>
19992
19993 * recentf.el (recentf-save-file-coding-system): New variable.
19994 (recentf-save-list): Encode the file by
19995 recentf-save-file-coding-system and add coding: tag.
19996
19997 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
19998
19999 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
20000
20001 2005-04-21 Lute Kamstra <lute@gnu.org>
20002
20003 * loadhist.el (unload-feature): Don't remove a function from hooks
20004 if it is about to be restored to an autoload . Remove functions
20005 that will become unbound from auto-mode-alist. Simplify the code.
20006
20007 * subr.el (assq-delete-all): New implementation that is linear,
20008 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
20009 (rassq-delete-all): New function.
20010
20011 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
20012 Add size-indication-mode.
20013
20014 2005-04-21 Kenichi Handa <handa@m17n.org>
20015
20016 * international/mule-cmds.el: Add autoload for widget-value in
20017 eval-when-compile.
20018
20019 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
20020
20021 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
20022 Add tooltip-mode.
20023
20024 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
20025
20026 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
20027
20028 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
20029 (inferior-lisp-filter-regexp, inferior-lisp-program)
20030 (inferior-lisp-load-command, inferior-lisp-prompt)
20031 (inferior-lisp-mode-hook, lisp-source-modes)
20032 (inferior-lisp-load-hook): defvar->defcustom.
20033 (inferior-lisp-program, inferior-lisp-prompt)
20034 (inferior-lisp-load-hook): Doc fixes.
20035 (inferior-lisp-install-letter-bindings): Small change in
20036 introductory comment.
20037
20038 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
20039
20040 * vc.el (vc-annotate-color-map): Change some colors so that text
20041 using them as foreground is readable on both white and black
20042 backgrounds.
20043
20044 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
20045
20046 * international/mule-conf.el (translation-table-for-input):
20047 Remove redundant declaration.
20048
20049 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
20050
20051 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
20052
20053 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
20054 (tooltip-toggle-gud-tips): New function.
20055
20056 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20057
20058 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
20059 right angle brackets.
20060
20061 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
20062
20063 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
20064
20065 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
20066
20067 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
20068 Remove. Update callers to use expand-file-name instead.
20069
20070 * subr.el (syntax-class): New function.
20071
20072 * simple.el (blink-matching-open): Use it.
20073
20074 * paren.el (show-paren-function): Use it to recognize parens that are
20075 also used in 2-char comment markers.
20076
20077 2005-04-19 Lute Kamstra <lute@gnu.org>
20078
20079 * loadhist.el (unload-feature): Update for new format of
20080 load-history. Simplify the code.
20081
20082 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20083
20084 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
20085 (mac-add-charset-info): New function. Initialize variable
20086 mac-charset-info-alist using it.
20087 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
20088 for translation.
20089 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
20090 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
20091 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
20092 New CCL programs.
20093
20094 2005-04-19 Kim F. Storm <storm@cua.dk>
20095
20096 * simple.el (next-buffer, prev-buffer, next-error)
20097 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
20098 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
20099
20100 * bindings.el (next-buffer, prev-buffer, next-error)
20101 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
20102 (clone-indirect-buffer-other-window): Move bindings from simple.el.
20103 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
20104 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
20105
20106 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
20107
20108 * isearch.el (isearch-edit-string): Make the search-ring available for
20109 minibuffer history commands.
20110 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
20111 the default history commands now work just as well.
20112 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
20113
20114 2005-04-18 Kim F. Storm <storm@cua.dk>
20115
20116 * emulation/cua-base.el (cua--pre-command-handler): Add more
20117 elaborate check for shift modifier on non-window systems.
20118
20119 2005-04-18 Lars Hansen <larsh@math.ku.dk>
20120
20121 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
20122
20123 2005-04-18 Kim F. Storm <storm@cua.dk>
20124
20125 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
20126 and make it optional. Don't test tooltip-gud-echo-area here.
20127 (tooltip-gud-process-output, gdb-tooltip-print):
20128 Pass tooltip-gud-echo-area to tooltip-show.
20129 (tooltip-help-tips): Remove second optional arg to tooltip-show.
20130
20131 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20132
20133 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
20134 `display-graphic-p' may not be bound yet.
20135
20136 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
20137
20138 * startup.el (command-line): No longer enable Xterm Mouse mode by
20139 default in terminals compatible with xterm.
20140
20141 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
20142
20143 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
20144
20145 * tooltip.el (tooltip-gud-echo-area): Rename from
20146 tooltip-use-echo-area.
20147 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
20148 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
20149 area independently of where help tooltips are displayed.
20150
20151 2005-04-17 David Kastrup <dak@gnu.org>
20152
20153 * cus-theme.el (custom-theme-write-variables): Quote variables
20154 where necessary.
20155
20156 2005-04-17 Richard M. Stallman <rms@gnu.org>
20157
20158 * simple.el (yank-excluded-properties): Add follow-link to value.
20159
20160 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
20161
20162 * startup.el (fancy-splash-max-time): Just 30 seconds.
20163 (fancy-splash-delay): Just 7.
20164 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
20165
20166 * loadhist.el (unload-feature): Update for new format of load-history.
20167 Simplify the code.
20168
20169 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
20170 (rmail-font-lock-keywords): Don't fontify the text of a citation.
20171
20172 * mail/sendmail.el (mail-font-lock-keywords):
20173 Don't fontify subject text.
20174 Don't fontify the text of a citation.
20175
20176 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
20177
20178 * comint.el (comint-output-filter): Run comint-output-filter-functions
20179 with point where the user had it.
20180
20181 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
20182
20183 * international/ucs-tables.el (ucs-set-table-for-input):
20184 Disable when using unify-on-decoding.
20185
20186 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
20187
20188 * emulation/cua-base.el (cua-global-mark-face): Add special case
20189 for displays supporting a high number of colors.
20190
20191 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
20192
20193 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
20194
20195 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
20196
20197 * filesets.el (filesets-add-buffer): If user supplies a name of a
20198 non-existing fileset, create a new fileset.
20199
20200 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
20201
20202 * textmodes/org.el (org-up-heading-all): Fix bug with
20203 `outline-up-heading-all'.
20204
20205 2005-04-16 Andreas Schwab <schwab@suse.de>
20206
20207 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
20208 /etc/permissions.d/* and /etc/aliases.d/*.
20209
20210 2005-04-16 Kenichi Handa <handa@m17n.org>
20211
20212 * international/code-pages.el (cp-make-coding-system):
20213 Set `translation-table-for-input' property value to the symbol
20214 ucs-mule-to-mule-unicode, not to that value.
20215 (pt154): Escape guillemet by `\'.
20216
20217 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
20218
20219 * loadup.el: Load tooltip if x-show-tip is fboundp.
20220
20221 * startup.el (command-line): Add comment.
20222
20223 * tooltip.el (tooltip-mode): Specify correct standard value for
20224 Custom in init-value.
20225
20226 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
20227
20228 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
20229 possible.
20230
20231 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
20232
20233 * textmodes/org.el (org-agenda-date-prompt): Rename from
20234 `org-agenda-date-today'.
20235 (org-evaluate-time-range): Insert at point instead of directly
20236 after time range.
20237 (org-first-headline-recenter, org-subtree-end-visible-p)
20238 (org-optimize-window-after-visibility-change): New functions
20239 (org-agenda-post-command-hook): Don't allow point at end of line,
20240 to make sure it always hits the text properties.
20241 (org-agenda-next-date-line, org-agenda-previous-date-line):
20242 New commands.
20243 (org-set-regexps-and-options): Category may contain white space.
20244 (org-agenda-get-deadlines, org-agenda-get-scheduled):
20245 Improve marker positions.
20246 (org-agenda-new-marker): Argument POS made optional.
20247 (org-agenda-get-timestamps): Deadlines which are done are listed
20248 in org-done-face now.
20249 (org-agenda-get-todos, org-agenda-get-timestamps)
20250 (org-agenda-get-deadlines, org-agenda-get-scheduled):
20251 Set `undone-face' and `done-face' properties.
20252 (org-last-todo-state-is-todo): New variable.
20253 (org-todo): Set `org-last-todo-state-is-todo'.
20254 (org-agenda-todo): Change face according to
20255 `org-last-todo-state-is-todo'. And change other lines referring to
20256 the same entry.
20257 (org-calendar-goto-agenda): New command.
20258 (org-calendar-to-agenda-key): New option.
20259 (org-startup-folded): New allowed value `content'.
20260 (org-set-regexps-and-options): Accept new value `content' for
20261 `org-startup-folded'.
20262 (org-get-current-options): Handle new value `content' for
20263 `org-startup-folded'.
20264 (org-insert-todo-heading): New command.
20265 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
20266 interactively in empty file and option
20267 `org-insert-mode-line-in-empty-file' has been set.
20268 (org-agenda-todo, org-agenda-priority): Modify to use
20269 `org-agenda-change-all-lines'.
20270 (org-warning-face): Change color on dark background
20271
20272 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20273
20274 * international/mule-cmds.el (set-locale-environment): On Mac OS,
20275 use preferences AppleLocale and AppleLanguages, and variable
20276 mac-system-locale for default locale. On Mac OS Classic, use
20277 mac-system-coding-system for default coding systems.
20278
20279 * term/mac-win.el: Don't set file-name-coding-system.
20280 Decode variables system-name, emacs-build-system, user-login-name, and
20281 user-full-name by mac-system-coding-system on Mac OS Classic.
20282 (mac-system-coding-system): New variable.
20283
20284 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
20285
20286 * startup.el (command-line): Handle `xterm-mouse-mode' before
20287 reading init file.
20288
20289 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
20290
20291 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
20292
20293 * progmodes/sh-script.el (sh-here-document-word): Make it a
20294 defcustom. Doc fix.
20295 (sh-add): Bash uses $(( )) for arithmetic.
20296 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
20297 (sh-maybe-here-document): Remove quotes and leading whitespace
20298 from heredoc word when closing. Indent heredoc with tabs if word
20299 starts with "-".
20300
20301 2005-04-13 Richard M. Stallman <rms@gnu.org>
20302
20303 * simple.el (undo): Fix previous change.
20304
20305 * custom.el (defface): Doc fix.
20306
20307 2005-04-13 Lute Kamstra <lute@gnu.org>
20308
20309 * Makefile.in (DONTCOMPILE): Remove list.
20310 (compile, compile-always): Don't use DONTCOMPILE.
20311 (update-authors): Load the library in which batch-update-authors
20312 is defined.
20313 * makefile.w32-in (DONTCOMPILE): Remove list.
20314 (compile, compile-always): Fix comments.
20315 (update-authors): Load the library in which batch-update-authors
20316 is defined.
20317
20318 * generic-x.el (generic-mode-ini-file-find-file-hook):
20319 Rename to ini-generic-mode-find-file-hook.
20320 Keep generic-mode-ini-file-find-file-hook as an alias.
20321 (ini-generic-mode-find-file-hook): Rename from
20322 generic-mode-ini-file-find-file-hook. Fix docstring.
20323 (ini-generic-mode): Docstring change.
20324 (bat-generic-mode-run-as-comint): Silence the byte compiler.
20325
20326 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
20327 called from lisp.
20328
20329 * generic.el: Move to the emacs-lisp subdir.
20330
20331 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
20332
20333 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
20334 and C-S- function and cursor motion keys.
20335
20336 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
20337
20338 * startup.el (command-line): Enable Xterm Mouse mode by default.
20339 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
20340 for Custom. No longer show "Mouse" in mode line when enabled.
20341 Doc fix.
20342
20343 2005-04-12 Kim F. Storm <storm@cua.dk>
20344
20345 * emulation/cua-base.el (cua-rectangle-face)
20346 (cua-rectangle-noselect-face): Define face attributes here.
20347
20348 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
20349
20350 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20351
20352 * startup.el (command-line): Turn off blinking cursor if
20353 cursorBlink in resources is off or false.
20354
20355 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20356
20357 * term/mac-win.el (dnd): Require dnd.
20358 (mac-drag-n-drop): Call dnd-handle-one-url.
20359 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
20360 (kTextEncodingISOLatin2): Remove constants.
20361 (mac-script-code-coding-systems): New constant.
20362 (mac-handle-language-change): New function.
20363 (special-event-map): Bind it to `language-change' event.
20364 (mac-centraleurroman, mac-cyrillic): New coding systems.
20365 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
20366 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
20367 and mac-cyrillic-encoder to encode-mac-centraleurroman and
20368 encode-mac-cyrillic, respectively.
20369
20370 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
20371
20372 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
20373 Don't set overlay-arrow-string to "=>" as this is done
20374 globally in C now.
20375
20376 2005-04-12 Lute Kamstra <lute@gnu.org>
20377
20378 * generic-x.el (rc-generic-mode, rul-generic-mode):
20379 Fix auto-mode-alist entries.
20380 (etc-fstab-generic-mode): Tweak fontification.
20381
20382 * generic.el (generic-make-keywords-list): Fix docstring.
20383 (generic-mode-internal): Simplify generic-font-lock-keywords.
20384
20385 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
20386
20387 * whitespace.el (whitespace-buffer-leading)
20388 (whitespace-buffer-trailing): Revert the incorrect test inversion.
20389 However, fix the highlight area for the leading and
20390 trailing whitespaces to show space.
20391
20392 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
20393
20394 * whitespace.el (whitespace-version): Bump to 3.5
20395
20396 (whitespace-buffer-leading, whitespace-buffer-trailing):
20397 Invert sense of the test to highlight the whitespace.
20398
20399 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
20400
20401 * progmodes/gud.el (gud-display-line): GUD uses its own
20402 overlay arrow now so don't set overlay-arrow-string.
20403 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
20404
20405 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
20406
20407 * term.el (term-ansi-current-bold, term-ansi-current-underline)
20408 (term-ansi-current-reverse, term-ansi-current-invisible)
20409 (term-ansi-face-already-done): Change to boolean.
20410 (term-reset-terminal, term-handle-colors-array): Handle the above
20411 vars accordingly.
20412 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
20413 (term-emulate-terminal): Use the new name.
20414
20415 * faces.el (secondary-selection): Use yellow1, not yellow.
20416 (trailing-whitespace): Use red1, not red.
20417
20418 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20419
20420 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
20421 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
20422 (dired-dnd-handle-file): Call dnd-get-local-file-uri
20423
20424 * cus-edit.el (dnd): New group.
20425
20426 * term/w32-win.el (dnd): Require dnd
20427 (w32-drag-n-drop): Call dnd-handle-one-url.
20428
20429 * x-dnd.el: Require dnd.
20430 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
20431 Call dnd-handle-one-url.
20432 (x-dnd-types-alist, x-dnd-insert-utf8-text)
20433 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
20434 to dnd-insert-text.
20435 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
20436 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
20437 (x-dnd-get-local-file-name, x-dnd-open-local-file)
20438 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
20439
20440 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
20441
20442 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
20443
20444 * wdired.el: Doc fixes.
20445 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
20446 (wdired-use-dired-vertical-movement): Rename from
20447 wdired-always-move-to-filename-beginning.
20448 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
20449 (wdired-change-to-wdired-mode): Change mode name.
20450 (wdired-newline): Delete.
20451
20452 2005-04-11 Richard M. Stallman <rms@gnu.org>
20453
20454 * whitespace.el (whitespace-highlight-the-space):
20455 Don't call whitespace-unhighlight-the-space here.
20456
20457 * simple.el (undo): Record t in undo-equiv-table
20458 for the redo record made by an undo-in-region.
20459
20460 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
20461
20462 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
20463 (gdb-frame-inferior-io-buffer): New Functions to control
20464 display of separate IO buffer.
20465 (menu): Add them to menu-bar.
20466 (gdb-display-buffer): Check for buffer another frame.
20467 Protect GUD buffer.
20468 (gdb-setup-windows): Create IO buffer if not already there.
20469 (gdb-memory-mode): Remove purecopy noops.
20470
20471 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
20472
20473 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
20474 and pass to self-insert-command.
20475
20476 2005-04-11 Lute Kamstra <lute@gnu.org>
20477
20478 * generic.el: Commentary section cleanup.
20479 (generic): Delete.
20480 (generic-use-find-file-hook, generic-lines-to-scan)
20481 (generic-find-file-regexp, generic-ignore-files-regexp)
20482 (default-generic-mode, generic-mode-find-file-hook)
20483 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
20484 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
20485 (generic-use-find-file-hook, generic-lines-to-scan)
20486 (generic-find-file-regexp, generic-ignore-files-regexp)
20487 (default-generic-mode, generic-mode-find-file-hook)
20488 (generic-mode-ini-file-find-file-hook): Move from generic.el.
20489
20490 2005-04-10 Karl Fogel <kfogel@red-bean.com>
20491
20492 * bookmark.el (bookmark-write-file): Catch errors writing file.
20493 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
20494
20495 2005-04-10 Richard M. Stallman <rms@gnu.org>
20496
20497 * startup.el (fancy-splash-tail): Update copyright year.
20498 (command-line): Split part of -Q into -D.
20499 (emacs-basic-display): New defvar.
20500 (fancy-splash-text): Correct name of menu item.
20501
20502 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
20503
20504 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
20505 lines in one node.
20506
20507 * comint.el (comint-send-input): New arg ARTIFICIAL.
20508 Callers in this file changed.
20509
20510 * abbrev.el (define-abbrevs): Read system abbrevs properly.
20511
20512 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
20513
20514 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
20515
20516 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
20517 `ldap-search-internal'.
20518
20519 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
20520
20521 * files.el (set-auto-mode-1): Use line-end-position.
20522
20523 * international/latin-1.el:
20524 * international/latin-2.el:
20525 * international/latin-3.el:
20526 * international/latin-4.el:
20527 * international/latin-5.el:
20528 * international/latin-8.el:
20529 * international/latin-9.el: Give punctuation syntax to NBSP.
20530
20531 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
20532 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
20533 Use char-classes to accept non-ascii letters, accepted in some recent
20534 bibtex implementations.
20535
20536 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
20537
20538 * custom.el (custom-set-minor-mode): Any non-nil value for the
20539 variable should enable the mode when set through Custom.
20540
20541 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
20542
20543 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
20544 TAB binding so tab-always-indent is obeyed.
20545 (vhdl-minibuffer-local-map): Move initialization into declaration.
20546 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
20547 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
20548 (vhdl-hooked-abbrev): Avoid test for XEmacs.
20549 (vhdl-current-line): Use line-beginning-position.
20550 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
20551 with-output-to-temp-buffer, so the current position can be recorded.
20552
20553 2005-04-10 Masatake YAMATO <jet@gyve.org>
20554
20555 * progmodes/compile.el (compilation-error-regexp-alist-alist):
20556 Add regexp for gcov.
20557
20558 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
20559
20560 * calendar/time-date.el (time-to-seconds, seconds-to-time)
20561 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
20562 syntax which Emacs 20 doesn't support.
20563
20564 2005-04-09 Richard M. Stallman <rms@gnu.org>
20565
20566 * help.el (describe-key-briefly, describe-key):
20567 Replace strings as event types with "(any string)".
20568
20569 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
20570
20571 * arc-mode.el (archive-mode-map): Move initialization into
20572 the declaration. Override *all* bindings of `undo'.
20573 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
20574
20575 2005-04-09 Jay Belanger <belanger@truman.edu>
20576
20577 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
20578
20579 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
20580
20581 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
20582 (xterm-register-default-colors): Update color values computation
20583 to match xterm-200.
20584
20585 2005-04-09 Kenichi Handa <handa@m17n.org>
20586
20587 * international/code-pages.el (iso-latin-7): Fix the map.
20588
20589 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
20590
20591 * emacs-lisp/lisp.el (defun-prompt-regexp)
20592 (parens-require-spaces, buffer-end, end-of-defun)
20593 (insert-parentheses): Doc fixes.
20594
20595 2005-04-08 Kim F. Storm <storm@cua.dk>
20596
20597 * comint.el (comint-highlight-prompt): Fix face spec.
20598 * hi-lock.el (hi-green): Likewise.
20599
20600 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
20601
20602 * cus-edit.el (custom-modified-face):
20603 * comint.el (comint-highlight-input): Fix previous changes.
20604 * term.el (term-handle-ansi-escape): Add a comment.
20605
20606 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
20607
20608 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
20609 in the buffer and in whitespace-highlighted-space.
20610 (whitespace-unhighlight-the-space): Simplify.
20611 (whitespace-buffer): Simplify.
20612
20613 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
20614
20615 * textmodes/table.el (table-cell-face): Add special case for
20616 displays supporting a high number of colors.
20617 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
20618 (vhdl-font-lock-reserved-words-face)
20619 (vhdl-speedbar-architecture-face)
20620 (vhdl-speedbar-instantiation-face)
20621 (vhdl-speedbar-architecture-selected-face)
20622 (vhdl-speedbar-instantiation-selected-face): Likewise.
20623 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
20624 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
20625 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
20626 (ebrowse-root-class-face, ebrowse-member-attribute-face)
20627 (ebrowse-progress-face): Likewise.
20628 * progmodes/compile.el (compilation-info-face): Likewise.
20629 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
20630 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
20631 * calendar/calendar.el (diary-face): Likewise.
20632 * woman.el (woman-italic-face, woman-bold-face)
20633 (woman-unknown-face): Likewise.
20634 * wid-edit.el (widget-button-pressed-face): Likewise.
20635 * whitespace.el (whitespace-highlight-face): Likewise.
20636 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
20637 * pcvs-info.el (cvs-marked-face): Likewise.
20638 * info.el (info-xref): Likewise.
20639 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
20640 * hilit-chg.el (highlight-changes-face)
20641 (highlight-changes-delete-face): Likewise.
20642 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
20643 (hi-red-b): Likewise.
20644 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
20645 * font-lock.el (font-lock-keyword-face)
20646 (font-lock-function-name-face, font-lock-warning-face): Likewise.
20647 * cus-edit.el (custom-invalid-face, custom-modified-face)
20648 (custom-set-face, custom-changed-face, custom-variable-tag-face)
20649 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
20650 * comint.el (comint-highlight-prompt): Likewise.
20651
20652 2005-04-08 Lute Kamstra <lute@gnu.org>
20653
20654 * font-lock.el (font-lock-keywords): Docstring fixes.
20655
20656 2005-04-08 Kenichi Handa <handa@m17n.org>
20657
20658 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
20659 chars are more than a limit, print " and more..." at the tail.
20660
20661 2005-04-08 Kim F. Storm <storm@cua.dk>
20662
20663 * emacs-lisp/authors.el (authors-aliases): Update list.
20664 (authors-ignored-files): New list.
20665 (authors-fixed-entries): Fix typo.
20666 (authors-renamed-files-alist): Update list.
20667 (authors-add): Check authors-ignored-files.
20668
20669 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
20670
20671 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
20672 optional, to ensure backward compatibility.
20673
20674 2005-04-08 Stephen Eglen <stephen@gnu.org>
20675
20676 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
20677
20678 2005-04-08 Kim F. Storm <storm@cua.dk>
20679
20680 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
20681
20682 * mouse.el (mouse-on-link-p): Doc fix.
20683
20684 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
20685
20686 * ielm.el (ielm-prompt-read-only): Doc fix.
20687
20688 * comint.el (comint-prompt-read-only): Doc fix.
20689
20690 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
20691
20692 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
20693 ensure dired always handles wildcards passed to ffap.
20694 (find-file-at-point): Use it.
20695 (ffap-dired-wildcards): Doc fix.
20696
20697 2005-04-07 Juri Linkov <juri@jurta.org>
20698
20699 * simple.el (next-error-overlay-arrow-position): New defvar.
20700 Put "=>" on its property `overlay-arrow-string'. Add it to
20701 `overlay-arrow-variable-list'.
20702
20703 * progmodes/compile.el (compilation-setup):
20704 Set `next-error-overlay-arrow-position' to nil. Also set it to
20705 nil in the local hook `kill-buffer-hook'. Make local variable
20706 `overlay-arrow-string' and set it to "=>".
20707 (compilation-goto-locus): Set BOL position to
20708 `next-error-overlay-arrow-position' instead of
20709 `overlay-arrow-position'.
20710
20711 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
20712 locally instead of adding it to the global hook.
20713 (Info-kill-buffer): Move up.
20714
20715 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
20716
20717 * term/xterm.el (xterm-standard-colors): Update color values from
20718 xterm-200.
20719
20720 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
20721
20722 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
20723
20724 * fast-lock.el:
20725 * lazy-lock.el: Move them to the obsolete subdir.
20726
20727 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
20728
20729 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
20730 (wdired-add-replace-advice): Remove.
20731 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
20732
20733 2005-04-06 Kim F. Storm <storm@cua.dk>
20734
20735 * startup.el (command-line): Add --bare-bones alias for -Q.
20736
20737 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20738
20739 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
20740 create the startup fontset if a font specification ends with
20741 `mac-roman'.
20742
20743 2005-04-06 Lute Kamstra <lute@gnu.org>
20744
20745 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
20746 change.
20747
20748 * emacs-lisp/copyright.el (copyright-update-year): Replace the
20749 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
20750
20751 2005-04-05 Lute Kamstra <lute@gnu.org>
20752
20753 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
20754 (define-generic-mode): Ditto. Fix debug declaration.
20755
20756 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
20757 Put them in the generic-x group.
20758
20759 * calendar/timeclock.el (timeclock): Doc fix.
20760
20761 * generic.el (define-generic-mode): Don't use custom-current-group.
20762 Document default :group value.
20763 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
20764 (define-global-minor-mode): Don't use custom-current-group.
20765
20766 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
20767
20768 * startup.el (command-line-1): Display startup-echo-area-message
20769 when fancy splash screen is in use.
20770
20771 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
20772 (sh-escaped-newline): New face.
20773 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
20774 newline, and use sh-escaped-newline face.
20775
20776 * progmodes/tcl.el (tcl-escaped-newline): New face.
20777 (tcl-builtin-list): New variable.
20778 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
20779 newlines. Fix keywords subexpression number.
20780
20781 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
20782
20783 * textmodes/org.el (org-diary-default-entry): Fix call to
20784 `add-to-diary-entry'.
20785
20786 2005-04-05 Kim F. Storm <storm@cua.dk>
20787
20788 * ediff-init.el: Use (featurep 'xemacs).
20789
20790 2005-04-05 David Ponce <david@dponce.com>
20791
20792 * cus-edit.el (face): Derive from symbol widget. Display sample
20793 of the current face on the fly.
20794 (widget-face-sample-face-get, widget-face-notify): New functions.
20795 (widget-face-value-create): Remove.
20796
20797 * wid-edit.el (widget-field-end): Temporarily remove field
20798 narrowing before to call `get-char-property'.
20799
20800 2005-04-04 Jay Belanger <belanger@truman.edu>
20801
20802 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
20803 (math-read-subscripts): New variable.
20804 (math-read-preprocess-string): Process subscripts.
20805
20806 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
20807
20808 * comint.el (comint-prompt-read-only): Doc fix.
20809
20810 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
20811 `-1'. Doc fix.
20812
20813 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
20814
20815 * textmodes/org.el (org-insert-mode-line-in-empty-file):
20816 Change default value to nil.
20817
20818 2005-04-04 Lute Kamstra <lute@gnu.org>
20819
20820 * autorevert.el (auto-revert-mode): Specify :group.
20821 * battery.el (display-battery-mode): Specify :group.
20822 * diff-mode.el (diff-minor-mode): Specify :group.
20823 * font-core.el (font-lock-mode): Specify :group.
20824 * hl-line.el (hl-line-mode): Specify :group.
20825 * iimage.el (iimage): New customization group.
20826 (iimage-mode): Specify :group.
20827 * longlines.el (longlines-mode): Specify :group.
20828 * master.el: Don't require easy-mmode.
20829 (master): New customization group.
20830 (master-mode): Specify :group.
20831 * msb.el (msb-mode): Specify :group.
20832 * reveal.el (reveal-mode): Specify :group.
20833 * simple.el (next-error-follow-minor-mode): Specify :group.
20834 * smerge-mode.el (smerge-mode): Specify :group.
20835 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
20836 * emulation/cua-base.el (cua-mode): Specify :group.
20837 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
20838 * language/thai-util.el (thai-auto-composition-mode)
20839 (thai-word-mode): Specify :group.
20840 * mail/supercite.el (sc-minor-mode): Specify :group.
20841 * progmodes/cwarn.el (cwarn-mode): Specify :group.
20842 * progmodes/flymake.el (flymake-mode): Specify :group.
20843 * progmodes/glasses.el (glasses-mode): Specify :group.
20844 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
20845 * textmodes/enriched.el (enriched-mode): Specify :group.
20846 * textmodes/refill.el (refill-mode): Specify :group.
20847
20848 * add-log.el (change-log-font-lock-keywords): Names in
20849 parenthesized lists can contain spaces.
20850
20851 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
20852
20853 * startup.el (fancy-splash-text): Shorten default text of
20854 "Emacs Tutorial" line. Also, if the current language env
20855 indicates an available tutorial file other than TUTORIAL,
20856 extract its title and append it to the line in parentheses.
20857 (fancy-splash-insert): If arg is a thunk, funcall it.
20858
20859 2005-04-04 Jay Belanger <belanger@truman.edu>
20860
20861 * calc.el (calc-language-alist): Add tags to customization type.
20862
20863 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
20864
20865 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
20866 Doc fix.
20867
20868 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
20869
20870 * add-log.el (change-log-font-lock-keywords): The manual
20871 describing a Change Log entry, says: (...) "Aside from these
20872 header lines, every line in the change log starts with a space or
20873 a tab.". The font-lock was not highlighting lines started with
20874 spaces, added support for it.
20875
20876 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
20877
20878 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
20879 (bibtex-generate-url-list): Update docstring accordingly. Put the
20880 complex example in the docstring.
20881 (bibtex-font-lock-url): Use pop.
20882
20883 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
20884
20885 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
20886
20887 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
20888
20889 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
20890
20891 * filesets.el (filesets-set-default): Doc fix.
20892
20893 2005-04-03 Lute Kamstra <lute@gnu.org>
20894
20895 * generic.el (define-generic-mode): Add argument to specify
20896 keywords for defcustom.
20897 (default-generic-mode): Specify :group.
20898
20899 * generic-x.el: Specify :group for all generic modes.
20900
20901 * desktop.el (desktop-no-desktop-file-hook)
20902 (desktop-after-read-hook): Doc fix.
20903
20904 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
20905
20906 * simple.el (visible-mode): Use explicit :group keyword.
20907 This changes the group of `visible-mode-hook' from paren-blinking
20908 to editing-basics.
20909
20910 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
20911
20912 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
20913 mailbox specifications as well as URLs.
20914 (rmail-insert-inbox-text): Remove unused conditional branches.
20915
20916 2005-04-01 Jay Belanger <belanger@truman.edu>
20917
20918 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
20919 (calc-gnuplot-print-command): Move definitions to calc.el.
20920
20921 * calc/calc-embed.el (calc-embedded-announce-formula)
20922 (calc-embedded-open-formula, calc-embedded-close-formula)
20923 (calc-embedded-open-word, calc-embedded-close-word)
20924 (calc-embedded-open-plain, calc-embedded-close-plain)
20925 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
20926 (calc-embedded-open-mode, calc-embedded-close-mode):
20927 Move definitions to calc.el.
20928
20929 * calc/calc.el (calc-settings-file, calc-language-alist):
20930 Make customizable.
20931 (calc-embedded-announce-formula, calc-embedded-open-formula)
20932 (calc-embedded-close-formula, calc-embedded-open-word)
20933 (calc-embedded-close-word, calc-embedded-open-plain)
20934 (calc-embedded-close-plain, calc-embedded-open-new-formula)
20935 (calc-embedded-close-new-formula, calc-embedded-open-mode)
20936 (calc-embedded-close-mode, calc-gnuplot-name)
20937 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
20938 from other files and make customizable.
20939
20940 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
20941
20942 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
20943 Use buffer-live-p.
20944 (cvs-mode-run): Don't call cvs-update-header here.
20945 (cvs-run-process): Call cvs-update-header.
20946 Use process properties for cvs-postprocess and cvs-buffer so that
20947 the sentinel can behave better if the temp buffer is killed.
20948 Use a pipe rather than a tty, to better handle unexpected prompts.
20949 (cvs-sentinel): Rewrite. Call cvs-update-header.
20950
20951 2005-04-01 Andre Spiegel <spiegel@gnu.org>
20952
20953 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
20954 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
20955
20956 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
20957
20958 * generic.el (define-generic-mode): Add indentation rule.
20959
20960 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
20961
20962 * files.el (mode-require-final-newline): Make Custom correctly
20963 report a nil value and allow to set it to nil via Custom.
20964 Doc fix.
20965
20966 2005-04-01 Kenichi Handa <handa@m17n.org>
20967
20968 * international/characters.el: Enable the correct case setting for
20969 dotless-i and dotted-I.
20970
20971 2005-04-01 Kim F. Storm <storm@cua.dk>
20972
20973 * ido.el (ido-file-internal): Fall back to non-ido command if
20974 initial directory is on slow ftp (or tramp) host.
20975
20976 2005-03-31 Richard M. Stallman <rms@gnu.org>
20977
20978 * emacs-lisp/autoload.el (make-autoload):
20979 Handle define-global-minor-mode.
20980
20981 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
20982 Rename from easy-mmode-define-global-mode.
20983 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
20984
20985 * progmodes/scheme.el (scheme-mode-syntax-table):
20986 Update syntax of | and # for two-character comment syntax.
20987
20988 2005-03-31 Lute Kamstra <lute@gnu.org>
20989
20990 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
20991 (define-minor-mode): Call custom-current-group at load-time.
20992
20993 * generic.el (define-generic-mode): Add debug declaration.
20994 Add defcustom for the mode hook.
20995 (generic-mode-internal): Use run-mode-hooks.
20996
20997 2005-03-31 Kim F. Storm <storm@cua.dk>
20998
20999 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
21000 (mouse-fixup-help-message): New defun called by show_help_echo
21001 to fixup mouse-2 prefix in help messages when applicable.
21002
21003 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
21004
21005 2005-03-31 Kenichi Handa <handa@m17n.org>
21006
21007 * language/thai-word.el (thai-find-word-ends): Pay attention to
21008 the case that we reach the end of buffer.
21009
21010 * textmodes/fill.el (fill-text-properties-at): New function.
21011 (fill-newline): Use fill-text-properties-at instead of
21012 text-properties-at.
21013
21014 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
21015
21016 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
21017 not comint-quote-filename.
21018
21019 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
21020
21021 * help-fns.el (help-with-tutorial): Revert last change.
21022
21023 2005-03-31 Kim F. Storm <storm@cua.dk>
21024
21025 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
21026
21027 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
21028
21029 * calendar/cal-china.el: Update reference to "Calendrical
21030 Calculations" book; there's a new edition.
21031 * calendar/cal-coptic.el: Likewise.
21032 * calendar/cal-french.el: Likewise.
21033 * calendar/cal-hebrew.el: Likewise.
21034 * calendar/cal-islam.el: Likewise.
21035 * calendar/cal-iso.el: Likewise.
21036 * calendar/cal-julian.el: Likewise.
21037 * calendar/cal-mayan.el: Likewise.
21038 * calendar/cal-persia.el: Likewise.
21039 * calendar/calendar.el: Likewise.
21040 * calendar/holidays.el: Likewise.
21041 * calendar/lunar.el: Likewise.
21042 * calendar/solar.el: Likewise.
21043
21044 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
21045 white space from doc string.
21046
21047 2005-03-30 Jay Belanger <belanger@truman.edu>
21048
21049 * calc/calc-help.el (calc-full-help): Remove email address.
21050
21051 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
21052
21053 * help-fns.el (help-with-tutorial): Delete title line.
21054
21055 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
21056
21057 * calendar/cal-x.el (calendar-one-frame-setup)
21058 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
21059 rather than `symbol' for set-window-dedicated-p.
21060
21061 * calendar/appt.el (appt-buffer-name): Make it a constant.
21062 (appt-add): Doc fix.
21063
21064 * filesets.el (filesets-menu-path, filesets-menu-before)
21065 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
21066 (filesets-menu-cache-file): Use directory ~/.emacs.d.
21067 (filesets-add-submenu): Delete and use add-submenu instead.
21068
21069 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
21070
21071 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
21072 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
21073 (org-diary-default-entry): New function.
21074 (org-get-entries-from-diary): Better parsing of diary entries.
21075 (org-agenda-check-no-diary): New function.
21076 ("diary-lib"): Advice to function `add-to-diary-list', to allow
21077 linking to diary entries.
21078 (org-agenda-execute-calendar-command): New function.
21079 (org-agenda): Improve visible section in window.
21080 Use `org-fit-agenda-window'.
21081 (org-fit-agenda-window): New option.
21082 (org-move-subtree-down): Better handling of empty lines
21083 at end of subtree.
21084 (org-cycle): Numeric prefix is interpreted now as show-subtree N
21085 levels up.
21086 (org-fontify-done-headline): New option.
21087 (org-headline-done-face): New face.
21088 (org-set-font-lock-defaults): Use `org-headline-done-face'.
21089 (org-table-copy-down): Rename from `org-table-copy-from-above'.
21090 When current field is non-empty, it is copied to next row.
21091 (org-table-copy-from-above): Fix bug which made it
21092 impossible to copy fields containing only a single non-white character.
21093
21094 2005-03-30 Kim F. Storm <storm@cua.dk>
21095
21096 * kmacro.el (kmacro-end-macro): Isearch may store this command
21097 into the macro -- so ignore it when executing keyboard macro.
21098
21099 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
21100
21101 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
21102
21103 2005-03-29 Kenichi Handa <handa@m17n.org>
21104
21105 * language/thai.el ("Thai"): Set setup-function and exit-function
21106 for Thai language environment.
21107
21108 * language/thai-util.el: Require thai-word.
21109 (thai-word-mode-map): New variable.
21110 (thai-word-mode): New minor mode.
21111 (setup-thai-language-environment-internal): New function.
21112 (exit-thai-language-environment-internal): New function.
21113
21114 * language/thai-word.el (thai-word-table): Declare it by defvar,
21115 use dolist to initialize it.
21116 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
21117 (thai-fill-find-break-point): New functions.
21118
21119 2005-03-29 Richard M. Stallman <rms@gnu.org>
21120
21121 * simple.el (idle-update-delay): Move definition up.
21122 (set-mark): Doc fix.
21123
21124 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
21125
21126 * longlines.el: New file.
21127
21128 * simple.el (buffer-substring-filters): New variable.
21129 (filter-buffer-substring): New function.
21130 (kill-region, copy-region-as-kill): Use it.
21131
21132 * register.el (copy-to-register, append-to-register)
21133 (prepend-to-register): Use filter-buffer-substring.
21134
21135 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
21136
21137 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
21138 (gud-filter-pending-text): Move in front of gdb.
21139 (gud-overlay-arrow-position): New variable.
21140 (gud-sentinel, gud-display-line): Use it in place of
21141 overlay-arrow-position.
21142
21143 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
21144
21145 * progmodes/fortran.el (fortran-if-indent): Doc fix.
21146 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
21147 (fortran-font-lock-keywords-4): New variable.
21148 (fortran-blocks-re, fortran-end-block-re)
21149 (fortran-start-block-re): New constants, for hideshow.
21150 (hs-special-modes-alist): Add a Fortran entry.
21151 (fortran-mode-map): Bind fortran-end-of-block,
21152 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
21153 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
21154 (fortran-looking-at-if-then, fortran-end-of-block)
21155 (fortran-beginning-of-block): New functions, for hideshow.
21156
21157 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
21158 Doc fix. Tweak regexp.
21159 (f90-beginning-of-block): Push mark first.
21160
21161 2005-03-29 Jay Belanger <belanger@truman.edu>
21162
21163 * calc/calc.el: Update copyright date.
21164 (calc-version): Increase to 2.1.
21165 (calc-version-date): Remove.
21166
21167 * calc/calc-help.el: Update copyright date.
21168 (calc-full-help): Remove reference to calc-version-date.
21169 Update copyright date.
21170
21171 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
21172
21173 * vc.el (vc-do-command): Use a pipe for async processes, so password
21174 prompts don't show up at places where the user can't reply.
21175
21176 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
21177
21178 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
21179 on the file name we pass to the inferior shell.
21180
21181 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
21182
21183 * progmodes/which-func.el (which-function): Be robust in the face of an
21184 imenu--make-index-alist failure.
21185
21186 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
21187
21188 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
21189
21190 * progmodes/python.el (python-preoutput-filter): Fix last change.
21191
21192 2005-03-29 Lute Kamstra <lute@gnu.org>
21193
21194 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
21195 functions and compiled macros.
21196 (debug-convert-byte-code): Handle macros too.
21197 (debug-on-entry-1): Don't signal an error when trying to clear a
21198 function that is not set to debug on entry.
21199
21200 2005-03-29 Jay Belanger <belanger@truman.edu>
21201
21202 * calc/calc-lang.el: Add functions to math-function-table
21203 properties of tex and math.
21204
21205 2005-03-29 Kenichi Handa <handa@m17n.org>
21206
21207 * ps-mule.el (ps-mule-plot-string): Translate characters by
21208 ps-print-translation-table.
21209 (ps-mule-begin-job): Call find-charset-region/string with
21210 ps-print-translation-table.
21211 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
21212
21213 * ps-print.el (ps-print-translation-table): New variable.
21214 (ps-plot-region): Translate characters by ps-print-translation-table.
21215
21216 2005-03-29 Juri Linkov <juri@jurta.org>
21217
21218 * simple.el (next-error-highlight-timer): New variable.
21219
21220 * progmodes/compile.el (compilation-goto-locus):
21221 Use `next-error-highlight-timer' instead of `sit-for'.
21222
21223 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
21224
21225 * mail/supercite.el (sc-mail-field): Use assoc-string.
21226 (sc-get-address): Simplify regexps.
21227
21228 * files.el (minibuffer-with-setup-hook): New macro.
21229 (find-file-read-args): Use it to avoid let-binding
21230 minibuffer-with-setup-hook (which breaks turning on/off
21231 file-name-shadow-mode while in the prompt).
21232
21233 * complete.el (PC-read-include-file-name-internal):
21234 Use test-completion.
21235
21236 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
21237
21238 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
21239
21240 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
21241
21242 * window.el (window-buffer-height): Use count-screen-lines.
21243
21244 * progmodes/python.el (python-preoutput-leftover): New var.
21245 (python-preoutput-filter): Use it.
21246 (python-send-receive): Loop until all the result has been received.
21247
21248 2005-03-28 Juri Linkov <juri@jurta.org>
21249
21250 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
21251
21252 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
21253 "Recover Crashed Session".
21254 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
21255 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
21256 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
21257 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
21258 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
21259 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
21260 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
21261 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
21262
21263 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
21264 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
21265 Ediff Sessions", "Toggle use of separate control buffer frame",
21266 "Use separate frame for Ediff control buffer".
21267
21268 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
21269 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
21270 "Rename Bookmark", "Delete Bookmark".
21271
21272 * info.el (Info-mode-menu): Remove ellipsis from "Index".
21273 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
21274 Add `:active Info-index-alternatives' to "Next Matching Item".
21275
21276 * wdired.el (wdired-change-to-wdired-mode):
21277 Mention `wdired-abort-changes' key in the initial message.
21278
21279 * international/mule.el (auto-coding-alist): Associate non-ascii
21280 image filename extensions with `no-conversion'.
21281
21282 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
21283
21284 * international/iso-acc.el:
21285 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
21286
21287 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
21288
21289 * textmodes/sgml-mode.el (html-mode): Doc update.
21290
21291 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
21292
21293 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
21294
21295 * term.el (term-move-columns): Fix face after extending a line.
21296 (term-insert-spaces): Likewise.
21297 (term-reset-terminal): Fix off by one error.
21298
21299 2005-03-26 Eli Zaretskii <eliz@gnu.org>
21300
21301 * international/mule.el (auto-coding-alist): Add .xpi files.
21302
21303 * files.el (auto-mode-alist): Add .xpi files.
21304
21305 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
21306
21307 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
21308
21309 2005-03-26 Eli Zaretskii <eliz@gnu.org>
21310
21311 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
21312
21313 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
21314
21315 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
21316 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
21317
21318 * calendar/cal-move.el (calendar-beginning-of-year): Move the
21319 cursor to Jan 1 when needed.
21320 (calendar-end-of-year): Fix -/+ typo.
21321 Reported by Chong Yidong <cyd@stupidchicken.com>.
21322
21323 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
21324
21325 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
21326
21327 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
21328 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
21329
21330 2005-03-25 Richard M. Stallman <rms@gnu.org>
21331
21332 * filesets.el (filesets-init): Add autoload.
21333
21334 * mail/mailalias.el (mail-directory): Doc fix.
21335
21336 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
21337
21338 * mail/mailalias.el (mail-directory-process): Do nothing if
21339 mail-directory-process is an atom.
21340 (mail-get-names): Ignore mail-directory-names if it is an atom.
21341 (mail-directory-process defvar): Doc fix.
21342 (mail-names): Doc fix.
21343
21344 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
21345
21346 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
21347
21348 2005-03-26 Kenichi Handa <handa@m17n.org>
21349
21350 * international/mule-util.el (detect-coding-with-priority):
21351 Call update-coding-systems-internal before detect-coding-region.
21352
21353 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
21354
21355 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
21356 (gdb-frames-mode-map): Add follow-link property.
21357
21358 2005-03-25 Jay Belanger <belanger@truman.edu>
21359
21360 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
21361 for variables.
21362
21363 2005-03-25 Juri Linkov <juri@jurta.org>
21364
21365 * image-mode.el: Optimize image filename extension regexps in
21366 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
21367 in `auto-mode-alist'.
21368 (image-mode): Add `image-toggle-display-text' to local hook
21369 `change-major-mode-hook'. Display the image as an image by
21370 default. Set `cursor-type' and `truncate-lines' if the image
21371 is already displayed. Take into account the current mode (image
21372 or text) in message.
21373 (image-minor-mode): New minor mode.
21374 (image-mode-maybe, image-toggle-display-text): New functions.
21375 (image-toggle-display): Use called-interactively-p.
21376 Let-bind `inhibit-read-only' to t.
21377
21378 * image-mode.el (image-minor-mode): Set `cursor-type' and
21379 `truncate-lines' if the image is already displayed. Add turning
21380 image-minor-mode off to `change-major-mode-hook'. Add message.
21381 Call `image-toggle-display-text' after turning image-minor-mode off.
21382
21383 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
21384
21385 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
21386 Terminal.app, use utf-8.
21387 (set-display-table-and-terminal-coding-system): Add coding-system arg.
21388 (set-locale-environment): Use it.
21389
21390 * term/xterm.el: Undo last change, better done in mule-cmds.el.
21391
21392 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
21393
21394 * progmodes/python.el (python-close-block-statement-p)
21395 (python-outdent-p, python-current-defun): Use symbol-end.
21396
21397 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
21398
21399 * files.el (save-some-buffers): Doc fix.
21400
21401 2005-03-25 Werner Lemberg <wl@gnu.org>
21402
21403 * complete.el, thumbs.el: Replace `legal' with `valid'.
21404 * calendar/calendar.el: Replace `legal' with `valid'.
21405 * emacs-lisp/advice.el: Replace `legal' with `valid'.
21406 * mail/supercite.el: Replace `legal' with `valid'.
21407 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
21408 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
21409 Replace `legal' with `valid'.
21410 * textmodes/reftex-vars.el, textmodes/reftex.el:
21411 Replace `legal' with `valid'.
21412
21413 2005-03-25 Werner Lemberg <wl@gnu.org>
21414
21415 * calc/calc-forms.el, calc/calc-sel.el
21416 * midnight.el, vc-cvs.el
21417 * emacs-lisp/cl-macs.el
21418 * emulation/vip.el
21419 * eshell/esh-io.el, eshell/esh-var.el
21420 * mail/supercite.el
21421 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
21422 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
21423 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
21424 * progmodes/sh-script.el, progmodes/xscheme.el
21425 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
21426 * textmodes/reftex-index.el, textmodes/reftex-parse.el
21427 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
21428 * textmodes/reftex.el, textmodes/org.el:
21429 Replace `illegal' with `invalid'.
21430
21431 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
21432
21433 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
21434 (flymake-find-buildfile, flymake-find-possible-master-files)
21435 (flymake-check-include, flymake-parse-line): Replace loops over the
21436 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
21437
21438 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
21439 Substitute file-name-as-directory in the rest of the file.
21440 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
21441 (flymake-replace-region): Remove unused arg `buffer'.
21442 (flymake-check-patch-master-file-buffer): Update calls to it.
21443 (flymake-add-err-info): Remove unused var `count'.
21444 (flymake-mode): Use define-minor-mode.
21445
21446 * progmodes/flymake.el: Use with-current-buffer.
21447 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
21448 flymake-replace-regexp-in-string, flymake-line-beginning-position)
21449 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
21450 Avoid testing for `xemacs'.
21451 (flymake-nop): Move.
21452 (flymake-region-has-flymake-overlays): Return the computed value.
21453 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
21454 Remove unused var `endline'.
21455 (flymake-get-line-count): Remove unused function.
21456 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
21457
21458 * emulation/vi.el:
21459 * generic.el:
21460 * hilit-chg.el (global-highlight-changes):
21461 * hi-lock.el (hi-lock-mode):
21462 * follow.el: find-file-hooks -> find-file-hook.
21463
21464 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
21465
21466 2005-03-24 Juri Linkov <juri@jurta.org>
21467
21468 * dired.el (dired-mode-map): Add menu item "Compare directories"
21469 for dired-compare-directories.
21470
21471 * dired-aux.el (dired-compare-directories): Add autoload cookie.
21472 Doc fix. Replace `read-file-name' with `read-directory-name'.
21473
21474 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
21475
21476 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
21477
21478 2005-03-24 Jay Belanger <belanger@truman.edu>
21479
21480 * calc/calc-embed.el (calc-embedded-mode-change): Save all
21481 relevant mode settings in calc-embedded-original-modes when modes
21482 are permanently changed.
21483
21484 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
21485
21486 * autoinsert.el: find-file-hooks -> find-file-hook.
21487
21488 2005-03-24 Lute Kamstra <lute@gnu.org>
21489
21490 * generic.el (generic-font-lock-defaults): Make it obsolete.
21491 (generic-font-lock-keywords): New variable to replace
21492 generic-font-lock-defaults.
21493 (generic-mode-set-font-lock): Delete it.
21494 (generic-mode-internal): Don't call generic-mode-set-font-lock.
21495 (generic-bracket-support): Add docstring.
21496
21497 * generic-x.el: Rename generic-font-lock-defaults to
21498 generic-font-lock-keywords throughout.
21499 (mailagent-rules-setup-function): Delete it.
21500 (mailagent-rules-generic-mode): Use anonymous function instead.
21501 (show-tabs-generic-mode-font-lock-defaults-1)
21502 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
21503 Quote faces.
21504 (show-tabs-tab-face, show-tabs-space-face): Specify background,
21505 not foreground.
21506
21507 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
21508 Recognize define-generic-mode.
21509
21510 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
21511
21512 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
21513 if there's no completion table.
21514
21515 2005-03-23 Miles Bader <miles@gnu.org>
21516
21517 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
21518 Remove tty-specific variants, as they're no longer needed.
21519
21520 2005-03-23 Lute Kamstra <lute@gnu.org>
21521
21522 * generic-x.el: Code cleanup: make args constant whenever possible.
21523 (installshield-statement-keyword-list)
21524 (installshield-system-functions-list)
21525 (installshield-system-variables-list, installshield-types-list)
21526 (installshield-funarg-constants-list): Make them constants.
21527
21528 * generic.el (generic-make-keywords-list): Add autoload cookie.
21529
21530 * calendar/time-date.el: Add comment on time value formats.
21531 Don't require parse-time.
21532 (with-decoded-time-value): New macro.
21533 (encode-time-value): New function.
21534 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
21535 (days-to-time): Return a valid time value when arg is huge.
21536 (time-since): Use time-subtract.
21537 (time-to-number-of-days): Use time-to-seconds.
21538
21539 2005-03-23 David Ponce <david@dponce.com>
21540
21541 * recentf.el (recentf-keep): New option.
21542 (recentf-menu-action): Default to `find-file'.
21543 (recentf-keep-non-readable-files-flag)
21544 (recentf-keep-non-readable-files-p)
21545 (recentf-file-readable-p, recentf-find-file)
21546 (recentf-cleanup-remote): Remove.
21547 (recentf-include-p): More robust.
21548 (recentf-keep-p): New function.
21549 (recentf-remove-if-non-kept): Rename from
21550 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
21551 All callers updated.
21552 (recentf-menu-items-for-commands): Fix help string.
21553 (recentf-track-closed-file): Update. Doc fix.
21554 (recentf-cleanup): Update. Count removed files. Doc fix.
21555
21556 2005-03-23 Kim F. Storm <storm@cua.dk>
21557
21558 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
21559 Don't inherit from fringe face (now happens automatically).
21560
21561 2005-03-22 Kim F. Storm <storm@cua.dk>
21562
21563 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
21564 position values.
21565
21566 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
21567
21568 * menu-bar.el (showhide-date-time): Remove.
21569 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
21570 (menu-bar-make-mm-toggle): Simplify.
21571
21572 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
21573
21574 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
21575 Accept qualified variable and function names.
21576
21577 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
21578
21579 * bindings.el (completion-ignored-extensions):
21580 Remove ".lis" for `vax-vms'.
21581
21582 2005-03-22 Andreas Schwab <schwab@suse.de>
21583
21584 * generic-x.el: Revert last change.
21585 * ldefs-boot.el: Update.
21586
21587 2005-03-22 Jay Belanger <belanger@truman.edu>
21588
21589 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
21590 (calc-embedded-save-original-modes)
21591 (calc-embedded-restore-original-modes): New functions.
21592 (calc-do-embedded): Save original modes when entering embedded mode
21593 and restore when leaving embedded mode.
21594 (calc-embedded-modes-change): Change the value of
21595 calc-embedded-original-modes to reflect permanent changes.
21596
21597 2005-03-22 Lute Kamstra <lute@gnu.org>
21598
21599 * generic-x.el: Require generic again.
21600
21601 2005-03-22 Miles Bader <miles@gnu.org>
21602
21603 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
21604 Tweak details to look good on both ttys and bitmap displays, light
21605 or dark background, etc.
21606
21607 2005-03-21 Kim F. Storm <storm@cua.dk>
21608
21609 * tooltip.el (tooltip-show-help-function): Check car and cdr of
21610 mouse position.
21611
21612 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
21613
21614 * icomplete.el: Don't forcibly turn on the mode upon load.
21615 (icomplete-mode): Use define-minor-mode.
21616 (icomplete-eoinput): Default to nil.
21617 (icomplete-minibuffer-setup): Remove autoload.
21618 (icomplete-tidy): Simplify.
21619 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
21620 in the initial state or if the user has modified the field.
21621 Fix handling of icomplete-max-delay-chars.
21622 Remove code that handles the oddball case where
21623 minibuffer-completion-table is an integer.
21624 Wrap icomplete-completions in while-no-input in case building
21625 completions takes more time than expected.
21626 (icomplete-completions): Simplify.
21627
21628 2005-03-21 Richard M. Stallman <rms@gnu.org>
21629
21630 * jka-compr.el (jka-compr-really-do-compress):
21631 Make variable buffer-local.
21632
21633 * image-mode.el: Handle .xpm files too.
21634 (image-toggle-display): Preserve modification flag.
21635
21636 * help.el (where-is): Don't mention aliases with no key bindings.
21637
21638 2005-03-21 Lute Kamstra <lute@gnu.org>
21639
21640 * generic.el: Fix commentary section. Don't require cl for
21641 compilation.
21642 (generic-mode-list): Add autoload cookie.
21643 (generic-use-find-file-hook, generic-lines-to-scan)
21644 (generic-find-file-regexp, generic-ignore-files-regexp)
21645 (generic-mode, generic-mode-find-file-hook)
21646 (generic-mode-ini-file-find-file-hook): Fix docstrings.
21647 (define-generic-mode): Make it a defmacro. Fix docstring.
21648 (generic-mode-internal): Code cleanup. Add autoload cookie.
21649 (generic-mode-set-comments): Code cleanup.
21650 * generic-x.el: Don't prevent compilation. Don't require generic.
21651 Follow coding conventions. Minor code cleanup.
21652 (etc-fstab-generic-mode): Add some keywords.
21653 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
21654 define-generic-mode like a function declaration.
21655
21656 2005-03-21 Jay Belanger <belanger@truman.edu>
21657
21658 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
21659 changing modes.
21660
21661 2005-03-21 Sam Steingold <sds@gnu.org>
21662
21663 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
21664
21665 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
21666
21667 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
21668 Add underscore to "f$ lexicals" regexp.
21669
21670 2005-03-20 Juri Linkov <juri@jurta.org>
21671
21672 * subr.el (progress-reporter-do-update): When `min-value' is equal
21673 to `max-value', set `percentage' to 0 and prevent division by zero.
21674
21675 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
21676
21677 Sync with Tramp 2.0.48.
21678
21679 * net/tramp.el (all): Change all addresses to .gnu.org.
21680 (tramp-append-tramp-buffers): New defun.
21681 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
21682 Catch `dont-send' signal.
21683 (tramp-set-auto-save-file-modes): Set always permissions, because
21684 there might be an old auto-saved file belonging to another
21685 original file. This could be a security threat. Reported by
21686 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
21687 Check for Emacs 21.3.50 removed.
21688
21689 * net/tramp-smb.el (all): Remove debug construct for
21690 `with-parsed-tramp-file-name'.
21691 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
21692 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
21693 No error message if DIRECTORY or FILENAME doesn't exist.
21694 (tramp-smb-open-connection): Check existence of
21695 `tramp-smb-program'.
21696
21697 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
21698
21699 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
21700 Properly handle the case where the `m' or `s' command's argument is not
21701 yet terminated.
21702 (perl-indent-new-calculate): New function.
21703 (perl-indent-line): Use it.
21704
21705 2005-03-20 Miles Bader <miles@gnu.org>
21706
21707 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
21708 in text-mode too. Change to new face names.
21709 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
21710 Add `:weight bold' attribute.
21711 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
21712
21713 2005-03-19 Juri Linkov <juri@jurta.org>
21714
21715 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
21716
21717 * international/mule.el (auto-coding-alist): Sync with
21718 `auto-mode-alist' by adding upper case archive file extensions
21719 and adding ear/war to jar extension.
21720
21721 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
21722
21723 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
21724 running, restart it.
21725
21726 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
21727
21728 * finder.el (finder-current-item): Throw an error on an empty line.
21729
21730 * man.el (Man-follow-manual-reference): If current-word returns
21731 nil, use "".
21732
21733 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
21734
21735 * simple.el (goto-line): Doc fix.
21736
21737 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
21738
21739 * files.el (save-buffer): Doc fix.
21740
21741 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
21742
21743 * recentf.el (recentf-cleanup-remote): New variable.
21744 (recentf-cleanup): Use it to conditionally check availability of
21745 remote files.
21746
21747 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
21748
21749 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
21750 function names.
21751
21752 2005-03-19 Eli Zaretskii <eliz@gnu.org>
21753
21754 * language/thai-word.el: New file.
21755
21756 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
21757
21758 * files.el (backup-buffer): If the file's directory is not
21759 writable, use copy instead of move to backup the file.
21760
21761 2005-03-19 Eli Zaretskii <eliz@gnu.org>
21762
21763 * obsolete/keyswap.el: Moved to obsolete/ from term/.
21764
21765 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21766
21767 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
21768 Use functionp instead of symbolp and fboundp. Reported by Drkm
21769 <darkman_spam@yahoo.fr>.
21770 (ps-print-version): New version 6.6.6.
21771
21772 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
21773
21774 * textmodes/table.el (table--line-column-position): New idiom.
21775 (table--row-column-insertion-point-p): New function to test
21776 validity of row and column insertion operation at a location.
21777 (table-global-menu, table-cell-menu): Use above functions for
21778 deterministic test operation.
21779 (table--editable-cell-p): Behave in deterministic fashion.
21780
21781 2005-03-18 Juri Linkov <juri@jurta.org>
21782
21783 * isearch.el (isearch-lazy-highlight-new-loop):
21784 Make arguments beg and end optional.
21785 (isearch-update): Remove optional arguments nil from
21786 isearch-lazy-highlight-new-loop.
21787 (isearch-lazy-highlight-search): Let-bind case-fold-search to
21788 isearch-lazy-highlight-case-fold-search instead of
21789 isearch-case-fold-search, and let-bind isearch-regexp to
21790 isearch-lazy-highlight-regexp.
21791 Use isearch-lazy-highlight-last-string instead of isearch-string.
21792
21793 * replace.el (perform-replace): Remove bindings of global
21794 variables isearch-string, isearch-regexp, isearch-case-fold-search.
21795 Add three new arguments to `replace-highlight'.
21796 (replace-highlight): Add arguments string, regexp, case-fold.
21797 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
21798 to allow isearch-lazy-highlight-new-loop to use these values
21799 to set corresponding isearch-lazy-highlight-* internal
21800 variables whose values lazy highlighting will use regardless of
21801 changes to global variables isearch-string, isearch-regexp,
21802 isearch-case-fold-search during lazy highlighting loop.
21803 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
21804 to `lazy-highlight-cleanup'.
21805
21806 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
21807 (ispell-highlight-face): Set default face to `isearch' when
21808 lazy highlighting is enabled.
21809 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
21810 priority to 1. Add lazy highlighting.
21811 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
21812 from `isearch-dehighlight'.
21813
21814 2005-03-18 David Ponce <david@dponce.com>
21815
21816 * files.el (hack-local-variables): Do a case-insensitive search
21817 for End.
21818
21819 2005-03-18 Juri Linkov <juri@jurta.org>
21820
21821 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
21822 `isearch-lazy-highlight-cleanup', add alias to old name and
21823 declare obsolete. Add release numbers to other obsolete vars.
21824 (isearch-done, isearch-lazy-highlight-new-loop):
21825 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
21826 (lazy-highlight-cleanup) <variable>: Doc fix.
21827 (isearch-lazy-highlight-update): Rename obsolete
21828 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
21829
21830 2005-03-18 Kenichi Handa <handa@m17n.org>
21831
21832 * language/thai-util.el: Fix categorization of Thai characters in
21833 thai-category-table.
21834 (thai-composition-pattern): Adjust it for the above change.
21835 (thai-self-insert-command, thai-compose-syllable): New functions.
21836 (thai-compose-region): Use thai-compose-syllable.
21837 (thai-compose-string): Likewise.
21838 (thai-composition-function): Likewise.
21839 (thai-auto-composition): New function.
21840 (thai-auto-composition-mode): New minor mode.
21841
21842 * language/thai.el: Fix patterns to be registered in
21843 composition-function-table.
21844
21845 * international/quail.el (quail-input-method): Locally bind
21846 inhibit-modification-hooks to t.
21847
21848 2005-03-17 Richard M. Stallman <rms@gnu.org>
21849
21850 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
21851 (perl-mode): Use run-mode-hooks.
21852
21853 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
21854 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
21855 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
21856
21857 * mail/sendmail.el (sendmail-send-it): Reenable the code
21858 to compute resend-to-address and use it.
21859
21860 * tar-mode.el (tar-mode): Turn off undo unconditionally.
21861
21862 * image-mode.el: New file.
21863
21864 * image.el (insert-sliced-image): Add autoload cookie.
21865
21866 * font-lock.el (font-lock-lines-before): New user option.
21867 (font-lock-after-change-function): Obey it.
21868
21869 * bindings.el (esc-map): Make M-g a prefix.
21870 Bind M-g g and M-g M-g to goto-line.
21871
21872 * faces.el (face-id): Doc fix.
21873
21874 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
21875
21876 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
21877 (rmail-show-message): Use rmail-unknown-mail-followup-to.
21878 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
21879
21880 * mail/sendmail.el (mail-yank-ignored-headers)
21881 (mail-font-lock-keywords, mail-mode-fill-paragraph):
21882 Add Mail-Followup-To and Mail-Reply-To headers.
21883 (mail-citation-hook): Add autoload cookie.
21884 (mail-mode): Doc fix.
21885 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
21886 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
21887 (mail-mode-fill-paragraph): Handle those headers.
21888 (mail-mailing-lists): New variable.
21889 (mail-mail-reply-to, mail-mail-followup-to): New functions.
21890
21891 2005-03-17 Juri Linkov <juri@jurta.org>
21892
21893 * isearch.el (isearch-fallback): Check for `(car previous)'
21894 before calling `isearch-other-end-state'.
21895
21896 2005-03-17 Kim F. Storm <storm@cua.dk>
21897
21898 * simple.el (move-beginning-of-line): Move to beginning of buffer
21899 line, as well as beginning of screen line.
21900
21901 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
21902
21903 * calendar/diary-lib.el (mark-diary-entries): Use new optional
21904 argument REDRAW rather than calendar-redrawing variable.
21905 * calendar/calendar.el (calendar-redrawing): Delete.
21906 (redraw-calendar): Do not bind calendar-redrawing.
21907
21908 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
21909
21910 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
21911 diary-file buffer.
21912
21913 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
21914
21915 * help.el (describe-mode): Allow a :minor-mode-function property to
21916 specify a different minor mode toggle function than the variable.
21917 * simple.el (auto-fill-function):
21918 * subr.el (add-minor-mode): Use it.
21919
21920 2005-03-16 Kenichi Handa <handa@m17n.org>
21921
21922 * language/ethio-util.el (sera-being-called-by-w3): New variable.
21923 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
21924 (ethio-fidel-to-sera-buffer): Likewise.
21925
21926 2005-03-16 Juri Linkov <juri@jurta.org>
21927
21928 * emacs-lisp/find-func.el (find-function-regexp):
21929 Add defun-emitting macro `menu-bar-make-toggle'.
21930
21931 * isearch.el: Put `isearch-scroll' property to
21932 `split-window-horizontally'.
21933
21934 * info.el: Update error messages for `debug-ignored-errors'.
21935 (Info-isearch-search): Doc fix.
21936 (Info-find-node): Move up code to go into info buffer before
21937 recording the node to the history.
21938 (Info-fontify-node): Fontify titles only if the next line
21939 has two or more `*', `=', `-', `.'.
21940 Display "go to this node" for empty (match-string 3).
21941
21942 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21943
21944 * term/mac-win.el: Add mouse pointer shape constants.
21945
21946 2005-03-15 Kim F. Storm <storm@cua.dk>
21947
21948 * simple.el (move-beginning-of-line): Use vertical-motion.
21949
21950 2005-03-15 Juri Linkov <juri@jurta.org>
21951
21952 * isearch.el (isearch-error): New variable.
21953 (isearch-invalid-regexp, isearch-within-brackets): Remove.
21954 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
21955 (isearch-within-brackets-state): Remove.
21956 (isearch-case-fold-search-state, isearch-pop-fun-state):
21957 Decrease frame index.
21958 (isearch-mode, isearch-top-state, isearch-push-state)
21959 (isearch-edit-string, isearch-abort, isearch-search-and-update)
21960 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
21961 (isearch-search, isearch-lazy-highlight-new-loop):
21962 Replace `isearch-invalid-regexp' with `isearch-error'.
21963 Remove `isearch-within-brackets'.
21964 (isearch-search): Add `search-failed' handler to `condition-case'.
21965 (isearch-lazy-highlight-search): Add `condition-case' to catch
21966 errors and allow `isearch-lazy-highlight-update' to try
21967 highlighting from the beginning of the window.
21968 (isearch-repeat): Move up code to set isearch-wrapped to t
21969 before calling isearch-wrap-function.
21970
21971 * info.el (Info-isearch-initial-node): New internal variable.
21972 (Info-search): Signal an error in isearch mode when search leaves
21973 the initial node. Signal an error when `bound' is non-nil and
21974 nothing was found in the current subfile.
21975 (Info-isearch-search): Remove `condition-case'.
21976 (Info-isearch-wrap): Don't wrap when search failed during leaving
21977 the initial node. If `Info-isearch-search' is nil, wrap around
21978 the current node.
21979 (Info-isearch-start): New fun.
21980 (Info-mode): Add buffer-local hook `Info-isearch-start' to
21981 `isearch-mode-hook'.
21982
21983 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21984
21985 * simple.el (normal-erase-is-backspace): Set default to t if
21986 running on Mac.
21987
21988 * term/mac-win.el (function-key-map): Sync with x-win.el.
21989
21990 2005-03-15 Kenichi Handa <handa@m17n.org>
21991
21992 * international/mule-cmds.el (locale-language-names): Modify the
21993 format of elements and add more entries.
21994 (locale-preferred-coding-systems): Add more entries.
21995 (set-locale-environment): Adjust for the change of
21996 locale-language-names.
21997
21998 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
21999
22000 * pcvs.el (smerge-ediff): Remove bogus autoload.
22001
22002 2005-03-14 Lute Kamstra <lute@gnu.org>
22003
22004 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
22005 Ignore a `*' at the beginning of a line.
22006
22007 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
22008 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
22009 subr.el.
22010 (dont-compile, eval-when-compile, eval-and-compile): Use declare
22011 to specify indentation.
22012
22013 * generic.el (define-generic-mode): Let generic-mode-list be a
22014 list of strings; test membership with equal.
22015
22016 2005-03-14 Kim F. Storm <storm@cua.dk>
22017
22018 * simple.el (next-line, previous-line): Add optional try-vscroll
22019 arg to recognize interactive use. Pass it on to line-move.
22020 (line-move): Don't perform auto-window-vscroll when defining or
22021 executing keyboard macro to ensure consistent behavior.
22022
22023 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
22024
22025 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
22026
22027 2005-03-13 Lute Kamstra <lute@gnu.org>
22028
22029 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
22030 debugger-setup-buffer so that backtrace marks the frames set to
22031 debug-on-exit and we don't have to do it manually. Set an extra
22032 debug-on-exit for macro's.
22033 (debugger-setup-buffer): Don't mark the top frame manually.
22034
22035 2005-03-12 Lute Kamstra <lute@gnu.org>
22036
22037 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
22038 lisp-indent-function throughout.
22039 (with-no-warnings): Set lisp-indent-function property.
22040
22041 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
22042
22043 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
22044 Add entry for backslash.
22045
22046 2005-03-12 Juri Linkov <juri@jurta.org>
22047
22048 * info.el (Info-search): Four fixes for backward search.
22049
22050 2005-03-11 Jay Belanger <belanger@truman.edu>
22051
22052 * calc/calc.el (calc-language-alist): New variable.
22053 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
22054 (calc-embedded-find-modes): Use calc-language-alist instead of
22055 calc-embedded-language-alist.
22056
22057 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
22058
22059 * calendar/calendar.el (calendar-redrawing): New internal
22060 variable.
22061 (redraw-calendar): Remove bogus save-excursion from previous
22062 change. Bind calendar-redrawing to t for mark-diary-entries.
22063 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
22064 calendar if that is why we were called.
22065
22066 2005-03-11 Kenichi Handa <handa@m17n.org>
22067
22068 * international/mule.el (make-coding-system): Set property
22069 coding-system-define-form to nil.
22070 (define-coding-system-alias): Likewise.
22071
22072 2005-03-11 Kenichi Handa <handa@m17n.org>
22073
22074 These changes are suggested by Dave Love <fx@gnu.org>.
22075
22076 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
22077 coding: tag.
22078 (adaptive-fill-regexp): Add more bullets.
22079 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
22080 regexps.
22081
22082 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
22083
22084 * help.el (describe-mode): Properly handle non-trivial lighters.
22085 Don't ignore minor modes that are not listed in minor-mode-list.
22086
22087 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
22088 feature ON when the user requests to turn it OFF.
22089
22090 2005-03-10 Lute Kamstra <lute@gnu.org>
22091
22092 * emacs-lisp/debug.el (debug-entry-code): Delete it.
22093 (implement-debug-on-entry): New function to replace debug-entry-code.
22094 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
22095 second argument as the 2005-03-07 change makes it obsolete.
22096 (debug-on-entry, cancel-debug-on-entry): Update call to
22097 debug-on-entry-1.
22098 (debug, debugger-setup-buffer): Comment update.
22099 (debugger-frame-number): Update to work with implement-debug-on-entry.
22100
22101 2005-03-10 Jay Belanger <belanger@truman.edu>
22102
22103 * calc/calc-embed.el (math-ms-args): Declare it.
22104 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
22105 math-ms-args.
22106 (calc-embedded-subst): Use math-multi-subst-rec to substitute
22107 variables.
22108
22109 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
22110
22111 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
22112 Use message-box.
22113
22114 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
22115 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
22116 (tooltip-gud-tips): Simplify.
22117 (tooltip-gud-tips-p): Remove superfluous :set.
22118 (tooltip-gud-modes): Add fortran-mode.
22119 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
22120
22121 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
22122
22123 2005-03-09 Kim F. Storm <storm@cua.dk>
22124
22125 * play/animate.el (animate-place-char): Use forward-line instead
22126 of next-line to improve performance.
22127
22128 2005-03-09 Simon Josefsson <jas@extundo.com>
22129
22130 * net/browse-url.el (browse-url-default-browser): Doc fix.
22131
22132 2005-03-09 Miles Bader <miles@gnu.org>
22133
22134 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
22135 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
22136
22137 2005-03-09 Kenichi Handa <handa@m17n.org>
22138
22139 * international/latin-1.el: Set case and syntax for 255 only if
22140 set-case-syntax-set-multibyte is nil.
22141
22142 * textmodes/ispell.el (ispell-insert-word): New function.
22143 (ispell-word): Use ispell-insert-word to insert a new word.
22144 (ispell-process-line): Likewise.
22145 (ispell-complete-word): Likewise.
22146
22147 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
22148
22149 * calendar/calendar.el (redraw-calendar): Preserve point.
22150 Reported by Matt Hodges <MPHodges@member.fsf.org>.
22151 (calendar-week-start-day): Move after definition of
22152 redraw-calendar. Delete buffer test, since redraw-calendar has
22153 that now.
22154
22155 * calendar/diary-lib.el (mark-diary-entries): Only call
22156 redraw-calendar in the first of any recursive calls.
22157 Reported by Alan Shutko <ats@acm.org>.
22158
22159 2005-03-08 Juri Linkov <juri@jurta.org>
22160
22161 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
22162 (html-horizontal-rule, html-line, html-image, html-checkboxes)
22163 (html-radio-buttons): Add a space before the trailing `/>' where
22164 sgml-xml-mode is non-nil.
22165 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
22166 the subsequent tag of the empty XML tag.
22167 (html-href-anchor): Don't set initial input to "http:".
22168 (html-image): Ask for the image URL and set point inside alt="".
22169 (html-name-anchor): Duplicate the name in the `id' attribute when
22170 sgml-xml-mode is non-nil.
22171 (html-paragraph): Remove \n before <p>.
22172 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
22173 instead of `checked' when sgml-xml-mode is non-nil.
22174
22175 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
22176 Remove 1 space before #RRGGBB to not truncate it on terminal
22177 windows w/o fringes. Remove 1 space between bg and fg examples
22178 to get more space.
22179 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
22180 avoid byte-compile warnings.
22181
22182 * image-file.el (image-file-handler): Put `safe-magic' property to
22183 `image-file-handler'.
22184
22185 * info.el (Info-isearch-search): Emulate word search in
22186 isearching through multiple Info nodes with Info-search.
22187 (Info-isearch-wrap): Allow isearch-word.
22188
22189 2005-03-08 Lute Kamstra <lute@gnu.org>
22190
22191 * emacs-lisp/debug.el (debugger-step-through): Make sure that
22192 stepping into the debugger's code is not possible.
22193 (debugger-jumping-flag): Docstring update.
22194
22195 2005-03-08 Jay Belanger <belanger@truman.edu>
22196
22197 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
22198 embedded mode begins.
22199 (calc-embedded-language-alist): New variable.
22200 (calc-embedded-find-modes): Use calc-embedded-language-alist to
22201 set default language mode.
22202
22203 2005-03-08 Kenichi Handa <handa@m17n.org>
22204
22205 * international/ccl.el (define-ccl-program): Fix docstring about
22206 extra 256 bytes assured for the output buffer.
22207
22208 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
22209 Fix BUFFER_MAGNIFICATION to 2.
22210 (ccl-encode-mule-utf-16be-with-signature): Likewise.
22211
22212 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
22213
22214 * align.el (align-rules-list): Added an alignment rule for CSS
22215 declarations (applies to css-mode and html-mode buffers).
22216
22217 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
22218
22219 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
22220
22221 2005-03-07 Kim F. Storm <storm@cua.dk>
22222
22223 * simple.el (move-beginning-of-line): New command.
22224
22225 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
22226
22227 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
22228
22229 * emulation/cua-base.el: Put CUA move property on move-end-of-line
22230 and move-beginning-of-line.
22231
22232 * apropos.el (apropos-print): Omit command from M-x ... RET.
22233
22234 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
22235
22236 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
22237 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
22238
22239 2005-03-06 Richard M. Stallman <rms@gnu.org>
22240
22241 * bindings.el (esc-map): Bind M-g to goto-line.
22242
22243 * facemenu.el (global-map): Bind M-o, not M-g.
22244
22245 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22246
22247 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
22248 "Open Directory" as for "Open File".
22249
22250 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
22251
22252 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
22253 (push-mark-command): Run activate-mark-hook.
22254
22255 2005-03-06 Richard M. Stallman <rms@gnu.org>
22256
22257 * help-mode.el (help-mode-finish): Don't alter the element
22258 in view-return-to-alist if there already is one.
22259
22260 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
22261 make sure the current buffer is the expected one.
22262
22263 * novice.el (disabled-command-function): Output in *Disabled Command*.
22264 Explicitly ignore non-keyboard events, and explicitly handle C-g.
22265
22266 * textmodes/flyspell.el (flyspell-large-region):
22267 Pass args differently for aspell.
22268
22269 * files.el (mode-require-final-newline): Doc fix.
22270
22271 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
22272
22273 * progmodes/which-func.el (which-function):
22274 Specify NOERROR when calling imenu--make-index-alist.
22275
22276 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
22277
22278 * simple.el (normal-erase-is-backspace): Define default value.
22279
22280 * custom.el (custom-theme-set-variables): Remove unused var
22281 `immediate'.
22282 (custom-reevaluate-setting): Simple function to handle variables
22283 that are defined before their default value can really be
22284 computed.
22285
22286 * startup.el (command-line): Use it for temporary-file-directory,
22287 small-emporary-file-directory, auto-save-file-name-transforms,
22288 blink-cursor-mode, and normal-erase-is-backspace.
22289
22290 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
22291 progress, even with buggy anchored keywords.
22292
22293 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
22294
22295 * simple.el (goto-line): Remove unbalanced final parenthesis.
22296
22297 2005-03-05 Richard M. Stallman <rms@gnu.org>
22298
22299 * simple.el (goto-line): Use a number at point as the default.
22300 With C-u as arg, switch buffers.
22301
22302 2005-03-05 Juri Linkov <juri@jurta.org>
22303
22304 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
22305 with `no-blinking-cursor'.
22306
22307 * startup.el (no-blinking-cursor): New defvar.
22308 (command-line): Add `--no-blinking-cursor' to longopts.
22309 Set `no-blinking-cursor' to t for command line arguments
22310 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
22311 with `no-blinking-cursor' in the condition for calling
22312 `blink-cursor-mode'.
22313
22314 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
22315
22316 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
22317 (menu-bar-options-save): Add blink-cursor-mode.
22318 (menu-bar-options-menu): Add blink-cursor-mode.
22319
22320 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
22321
22322 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
22323 (icalendar-export-file, icalendar-export-region)
22324 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
22325 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
22326
22327 2005-03-04 Lute Kamstra <lute@gnu.org>
22328
22329 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
22330 (debug-function-list): Ditto.
22331
22332 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
22333
22334 * textmodes/texinfmt.el (texinfo-append-refill):
22335 Redefine the types of line to which @refill
22336 is not appended by replacing a search for `@refill\\|@bye' with
22337 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
22338 itemize@refill' bug and the unfilled long lines bug.
22339 (texinfmt-version): Update number and date.
22340
22341 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
22342
22343 * international/code-pages.el (windows-1250, windows-125[2-8])
22344 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
22345
22346 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
22347
22348 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
22349 bound yet.
22350
22351 2005-03-02 Romain Francoise <romain@orebokech.com>
22352
22353 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
22354 buffer after removing limits.
22355 (ibuffer-pop-filter): Ditto.
22356 Update copyright.
22357
22358 2005-03-02 Miles Bader <miles@gnu.org>
22359
22360 * button.el (make-text-button): If the user doesn't specify a
22361 type, use the default. Rewrite to use `add-text-properties' and
22362 plist functions.
22363
22364 2005-03-01 Lute Kamstra <lute@gnu.org>
22365
22366 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
22367 (debugger-jumping-flag): New var.
22368 (debug-entry-code): Use it.
22369 (debugger-jump): Use debugger-jumping-flag and add
22370 debugger-reenable to post-command-hook.
22371 (debugger-reenable): Use debugger-jumping-flag and remove itself
22372 from post-command-hook.
22373 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
22374 debugger-reenable.
22375
22376 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
22377
22378 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
22379 inclusion of "itemize\\|", which may be unnecessary, is certainly
22380 inelegant, and stops refilling in itemize lists when formatting
22381 Japanese Texinfo files to Info.
22382 Update copyright to 2005.
22383
22384 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
22385
22386 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
22387 of an error if GDB can't find the source file.
22388
22389 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
22390
22391 * calendar/calendar.el (redraw-calendar): Work from any buffer,
22392 not just the calendar.
22393
22394 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
22395 first.
22396 (diary-redraw-calendar): New function.
22397 (make-diary-entry): Add diary-redraw-calendar to local
22398 write-contents-functions. Turn off selective display before
22399 inserting in diary.
22400
22401 2005-03-01 Kim F. Storm <storm@cua.dk>
22402
22403 * emacs-lisp/copyright.el (copyright-fix-years): New command.
22404
22405 2005-03-01 Lute Kamstra <lute@gnu.org>
22406
22407 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
22408 that debug-entry-code can be safely removed from a function while
22409 this code is being evaluated. Revert the 2005-02-27 change as the
22410 new implementation no longer requires it. Make sure that a
22411 function body containing just a string is not mistaken for a docstring.
22412 (debug): Skip one more frame in case of debug on entry.
22413 (debugger-setup-buffer): Delete one more frame line in case of
22414 debug on entry.
22415 (debugger-frame-number): Update to use the new text introduced by
22416 the 1999-11-03 change. Skip one more frame in case of debug on entry.
22417
22418 2005-02-28 Kim F. Storm <storm@cua.dk>
22419
22420 * double.el (double-translate-key): Call force-window-update after
22421 read-event to avoid crash in redisplay.
22422
22423 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
22424
22425 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
22426 (debug): Use it. Move the inhibit-trace earlier.
22427 (debug-entry-code): New const.
22428 (debug-on-entry-1): Use it.
22429
22430 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
22431
22432 * international/utf-16.el (ccl-encode-mule-utf-16le):
22433 Fix BUFFER_MAGNIFICATION to 2.
22434 (ccl-encode-mule-utf-16be): Likewise.
22435
22436 2005-02-28 Kenichi Handa <handa@m17n.org>
22437
22438 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
22439 Fix BUFFER_MAGNIFICATION to 4.
22440 (ccl-encode-mule-utf-16be-with-signature): Likewise.
22441
22442 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
22443
22444 * speedbar.el (speedbar-update-flag): Doc fix.
22445 (speedbar-show-info-under-mouse): Give set-mouse-position the right
22446 argument.
22447
22448 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
22449
22450 * reveal.el (reveal-post-command): Don't try to reveal overlays which
22451 have a non-nil `invisible' property but are actually visible.
22452
22453 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
22454 for perldoc sections.
22455 (perl-outline-regexp, perl-outline-level): New var and function.
22456 (perl-mode): Use them.
22457
22458 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
22459
22460 * calendar/diary-lib.el (diary-remind): Discard any mark portion
22461 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
22462
22463 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
22464
22465 * cus-edit.el: Comment change.
22466 (custom-buffer-create-internal): Slightly reword text at top of
22467 Custom buffers. Mention there that saving an option edits the
22468 init file. Add link to Emacs manual node on `custom-file'.
22469 (custom-magic-alist): Rewrite individual State messages to use
22470 capitalized keywords. Doc fix.
22471
22472 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
22473
22474 * calendar/calendar.el (calendar-buffer): Move above
22475 calendar-week-start-day.
22476 (calendar-week-start-day): Doc fix. Add :set function.
22477 (calendar-minimum-window-height): New variable.
22478 (generate-calendar-window): Only resize window if selected-window
22479 is displaying the calendar buffer. Use new variable
22480 calendar-minimum-window-height.
22481 (generate-calendar): Reword error message.
22482 (calendar-mode-map): Bind DEL to scroll-other-window-down.
22483
22484 2005-02-27 Andreas Schwab <schwab@suse.de>
22485
22486 * vc.el (vc-do-command): Don't run command asynchronously when
22487 operating in a remote directory.
22488
22489 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
22490 change from sync with Tramp 2.0.47.
22491
22492 2005-02-27 Richard M. Stallman <rms@gnu.org>
22493
22494 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
22495
22496 * textmodes/flyspell.el (flyspell-mode-on):
22497 Call ispell-change-dictionary only if necessary.
22498
22499 * emacs-lisp/re-builder.el (regexp-builder): New function.
22500
22501 * register.el (describe-register-1): Explicitly handle
22502 yank-excluded-properties = t.
22503
22504 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
22505 (custom-magic-alist): Change the status descriptions again.
22506 (face widget-type): Total rewrite based on `restricted-sexp'
22507 to eliminate the confusing double hiding levels.
22508
22509 * emacs-lisp/debug.el (debug-on-entry-1):
22510 If function body is empty, add nil as body form.
22511
22512 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
22513
22514 * emacs-lisp/trace.el (inhibit-trace): New var.
22515 (trace-make-advice): Use it.
22516
22517 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
22518
22519 2005-02-26 Kim F. Storm <storm@cua.dk>
22520
22521 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
22522 (mouse-on-link-p, mouse-drag-region-1): Use it.
22523
22524 2005-02-25 Lute Kamstra <lute@gnu.org>
22525
22526 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
22527
22528 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
22529
22530 * frame.el (blink-cursor-mode): Add :group keyword.
22531
22532 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
22533
22534 * calendar/icalendar.el (icalendar--decode-isodatetime):
22535 New optional argument DAY-SHIFT.
22536 (icalendar-export-region): Fix coding-system-for-write.
22537 (icalendar--convert-ical-to-diary): Shift end-day of all-day
22538 events by one.
22539
22540 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
22541
22542 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
22543
22544 2005-02-24 Kim F. Storm <storm@cua.dk>
22545
22546 * international/iso-acc.el (iso-accents-compose): Fix crash
22547 during redisplay. Call force-window-update after read-event
22548 and delete-region to signal that window is not accurate.
22549
22550 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
22551
22552 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
22553 Remove unused and inexistent var `inhibit-trace'.
22554 (debugger-mode): Use run-mode-hooks.
22555 (debugger-list-functions): Add buttons; setup xref stack.
22556
22557 2005-02-23 Richard M. Stallman <rms@gnu.org>
22558
22559 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
22560 appointment says it was explicitly made.
22561 (appt-add): Set the 3rd element.
22562 (appt-make-list): Preserve explicit appointments.
22563
22564 * subr.el (find-tag-default): Catch errors in forward-sexp.
22565
22566 2005-02-23 Juri Linkov <juri@jurta.org>
22567
22568 * info.el (Info-isearch-search): New defcustom.
22569 (Info-isearch-search): Call the default isearch function
22570 when Info-isearch-search is nil.
22571 (Info-isearch-wrap): Use variable Info-isearch-search.
22572
22573 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
22574
22575 * cus-edit.el: Comment change.
22576
22577 2005-02-22 Kim F. Storm <storm@cua.dk>
22578
22579 * progmodes/hideif.el (hide-ifdef-use-define-alist):
22580 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
22581
22582 2005-02-22 Simon Josefsson <jas@extundo.com>
22583
22584 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
22585 New variable.
22586 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
22587 Oskarsson" <myrkraverk@users.sourceforget.net>.
22588
22589 2005-02-22 Kim F. Storm <storm@cua.dk>
22590
22591 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
22592 check that window of that event is the selected window.
22593 (mouse-drag-region-1): Compare mouse event window to selected
22594 window before setting point.
22595
22596 * tooltip.el (tooltip-show-help-function): Pass event to
22597 mouse-on-link-p so it can check selected window.
22598
22599 2005-02-22 Kenichi Handa <handa@m17n.org>
22600
22601 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
22602 (ps-mule-show-warning): New function.
22603 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
22604 characters are found.
22605
22606 * ps-print.el (ps-header-footer-string): Return a list of header
22607 and footer strings.
22608
22609 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
22610
22611 * pcvs.el (cvs-retrieve-revision): Fix thinko.
22612
22613 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
22614
22615 * frame.el (blink-cursor-mode): Use define-minor-mode.
22616
22617 * term/mac-win.el (function-key-map): Use char-names more consistently.
22618 (file-name-coding-system): Only set it for MacOS-9. The other case is
22619 already handled in mule-cmds.el (where it also works when mac-win.el
22620 is not used).
22621
22622 2005-02-21 Kenichi Handa <handa@m17n.org>
22623
22624 * international/mule.el (ctext-pre-write-conversion): Always use
22625 " *code-converting-work*" buffer for work.
22626
22627 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
22628
22629 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
22630
22631 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
22632
22633 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
22634
22635 * ses.el (undo-more): Restore defadvice, but only the part that
22636 allows changes outside the restricted area of the buffer.
22637
22638 2005-02-20 Kim F. Storm <storm@cua.dk>
22639
22640 * simple.el (line-move): Add fourth optional arg try-vscroll which
22641 must be set to perform auto-window-vscroll.
22642 When moving backwards and doing auto-window-vscroll, automatically
22643 vscroll to the last part of lines which are taller than the window.
22644 (next-line, previous-line): Set try-vscroll arg on line-move.
22645
22646 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
22647
22648 * replace.el (query-replace, query-replace-regexp)
22649 (replace-string, replace-regexp): When operating on region, make
22650 the minibuffer prompt say so.
22651
22652 * isearch.el (isearch-forward): Document isearch-query-replace and
22653 isearch-query-replace-regexp keybindings.
22654
22655 2005-02-19 Jay Belanger <belanger@truman.edu>
22656
22657 * calc/calc-aent.el (math-read-token): Add local variable.
22658
22659 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
22660 (calc-edit-top): Move declaration to earlier in file.
22661 (calc-edit-macro-repeats): Add local variables.
22662
22663 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
22664 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
22665 calcFunc-tanh.
22666 Adjust integration rule for calcFunc-tan.
22667
22668 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
22669
22670 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
22671 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
22672 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
22673 (viper-skip-separators): Bug fix.
22674 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
22675 particular major mode.
22676 (viper-del-backward-char-in-replace): Don't put deleted char on the
22677 kill ring.
22678
22679 * viper-ex.el (viper-color-display-p): New function.
22680 (viper-has-face-support-p): Use viper-color-display-p.
22681
22682 * viper-keym.el (viper-gnus-modifier-map): New keymap.
22683
22684 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
22685
22686 * viper-util.el (viper-glob-unix-files): Fix shell status check.
22687 (viper-file-remote-p): Make equivalent to file-remote-p.
22688
22689 * viper.el (viper-major-mode-modifier-list):
22690 Use viper-gnus-modifier-map.
22691
22692 2005-02-19 David Kastrup <dak@gnu.org>
22693
22694 * subr.el (subregexp-context-p): Fix garbled doc string by adding
22695 quoting.
22696
22697 2005-02-19 Jay Belanger <belanger@truman.edu>
22698
22699 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
22700 Remove extra definitions.
22701 (calc-coth): New function.
22702 (calcFunc-cot): Fix `let'.
22703
22704 2005-02-19 Eli Zaretskii <eliz@gnu.org>
22705
22706 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
22707 the reasons we use "type pc" in these faces.
22708
22709 * button.el (button): Ditto.
22710
22711 2005-02-19 Michael Mauger <mmaug@yahoo.com>
22712
22713 * replace.el (query-replace-read-from): Set the value of
22714 query-replace-from-history-variable to handle the case of an empty
22715 string entered to accept the suggested default.
22716
22717 * net/tramp.el (tramp-file-name-for-operation):
22718 Use dired-call-process instead of dired-call-process-command.
22719
22720 2005-02-19 Jay Belanger <belanger@truman.edu>
22721
22722 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
22723 (math-div-non-trig): New variables.
22724 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
22725 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
22726 (math-combine-prod, math-div-symb-fancy): Add simplifications for
22727 trig expressions.
22728
22729 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
22730
22731 * progmodes/gdb-ui.el (gdb-var-update-handler)
22732 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
22733 for watch expressions,
22734 (gdb-var-create-handler): Don't set speedbar-update-flag.
22735 (gdb-post-prompt): Simplify test for speedbar.
22736
22737 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
22738
22739 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
22740 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
22741 we use the syntax table of the correct buffer.
22742 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
22743 Felix Gatzemeier.
22744
22745 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
22746 (ediff-file-remote-p): Make synonymous with file-remote-p.
22747 In all deffaces ediff-*-face-*, use min-colors.
22748
22749 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
22750 ediff-recurse-to-subdirectories.
22751 (ediff-mark-if-equal): Check that the arguments are strings, use
22752 ediff-same-contents (after to Felix Gatzemeier).
22753
22754 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
22755 nil.
22756
22757 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
22758
22759 * log-view.el (log-view-message-re): Fix up Subversion regexp.
22760
22761 2005-02-18 David Kastrup <dak@gnu.org>
22762
22763 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
22764 use `mark-active' when defined.
22765
22766 2005-02-18 Kenichi Handa <handa@m17n.org>
22767
22768 * ps-print.el (ps-font-info-database): New entry
22769 ZapfChancery-MediumItalic with correct font name. Fix font name
22770 of the entry Zapf-Chancery-MediumItalic.
22771
22772 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
22773
22774 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
22775
22776 2005-02-16 Kim F. Storm <storm@cua.dk>
22777
22778 * ido.el (ido-fallback-command): Pass user input to fallback command.
22779
22780 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
22781
22782 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
22783 (gdb-find-file-hook): Add server prefix.
22784
22785 2005-02-16 Richard M. Stallman <rms@gnu.org>
22786
22787 * replace.el (perform-replace): Pass new args to replace-highlight.
22788 (replace-highlight): Take region args,
22789 and pass them to isearch-lazy-highlight-new-loop.
22790
22791 * novice.el (disabled-command-hook): Autoload the defalias
22792 and the make-obsolete-variable call.
22793
22794 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
22795
22796 * isearch.el (isearch-lazy-highlight-start-limit)
22797 (isearch-lazy-highlight-end-limit): New variables limit
22798 the region for highlighting.
22799 (isearch-lazy-highlight-new-loop): New args BEG and END.
22800 (isearch-lazy-highlight-search): Use the new vars.
22801 (isearch-lazy-highlight-update): Likewise.
22802
22803 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
22804
22805 * cus-start.el (all): Use default-boundp.
22806
22807 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
22808
22809 * menu-bar.el (menu-bar-select-frame): Handle current frame.
22810
22811 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
22812
22813 * autorevert.el (auto-revert-stop-on-user-input)
22814 (auto-revert-verbose): Doc fixes.
22815
22816 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
22817
22818 * international/mule-cmds.el (set-locale-environment): Remove call
22819 to set-selection-coding-system on Windows.
22820
22821 2005-02-15 Jay Belanger <belanger@truman.edu>
22822
22823 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
22824 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
22825 calcFunc-coth.
22826 (math-simplify-sqrt): Add simplifications.
22827
22828 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
22829 to list.
22830
22831 * calc/calc-ext.el: Add functions to autoloads.
22832
22833 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
22834 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
22835 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
22836 (math-csc-raw, math-cot-raw): New functions.
22837
22838 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
22839
22840 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
22841 the variable name in a message.
22842
22843 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
22844 calcFunc-csc, calcFunc-cot.
22845
22846 * calc/calcalg2.el: Add derivative and integration rules for
22847 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
22848 calcFunc-csch, calcFunc-coth.
22849 (math-do-integral-methods): Add to checks for when to use
22850 substitutions.
22851
22852 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
22853
22854 2005-02-15 Lute Kamstra <lute@gnu.org>
22855
22856 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
22857 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
22858 <monnier@iro.umontreal.ca>
22859 (lisp-outline-level): Improve efficiency. Suggested by David
22860 Kastrup <dak@gnu.org>.
22861
22862 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
22863
22864 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
22865 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
22866 (gdb-set-gud-minor-mode-existing-buffers): New functions.
22867 (gdb-find-file-hook): New hook. Add it to find-file-hook.
22868 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
22869
22870 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
22871
22872 * cus-start.el (all): Comment change.
22873
22874 2005-02-14 Lute Kamstra <lute@gnu.org>
22875
22876 * cus-start.el (all): Check if symbol is void.
22877
22878 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
22879
22880 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
22881 optional argument to \cite.
22882
22883 2005-02-14 Richard M. Stallman <rms@gnu.org>
22884
22885 * cus-edit.el (custom-buffer-create-internal): Update help message.
22886 (custom-magic-alist): Update help messages.
22887
22888 * cus-start.el (all): Allow a var to specify a standard value.
22889
22890 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
22891
22892 * custom.el (custom-theme-set-variables): Handle variable aliases.
22893
22894 * frame.el (blink-cursor-timer): Doc fix.
22895 (blink-cursor): Make it an alias for `blink-cursor-mode' and
22896 declare obsolete.
22897 (blink-cursor-mode): Define with defcustom and use correct
22898 standard expression in that defcustom.
22899 * startup.el (command-line): Adapt to above changes in frame.el.
22900
22901 2005-02-11 Lute Kamstra <lute@gnu.org>
22902
22903 * apropos.el (apropos-score-doc): Prevent division by zero.
22904
22905 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
22906
22907 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
22908 (icalendar--get-event-property-attributes)
22909 (icalendar--get-event-properties)
22910 (icalendar--datetime-to-diary-date): New functions.
22911 (icalendar--split-value): Doc fix.
22912 (icalendar--datetime-to-noneuropean-date)
22913 (icalendar--datetime-to-european-date): New optional argument
22914 SEPARATOR. Return result as a string instead of a list.
22915 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
22916 (icalendar--convert-string-for-export): Rename arg S to STRING.
22917 (icalendar-export-region): Doc fix. Change name of error buffer.
22918 Save output buffer.
22919 (icalendar-import-file): Add blank at end of prompt.
22920 (icalendar-import-buffer): Doc fix. Do not switch to error
22921 buffer. Indicate status in return value.
22922 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
22923 buffer. Save output buffer. Handle exception from recurrence
22924 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
22925 events. Fix problems with weekly all-day events.
22926
22927 2005-02-10 Richard M. Stallman <rms@gnu.org>
22928
22929 * simple.el (eval-expression-print-format):
22930 Avoid warning about edebug-active.
22931
22932 * help.el (help-for-help-internal): Rename from help-for-help.
22933 (help-for-help): Define with defalias.
22934
22935 * font-core.el (font-lock-default-function): Use with-no-warnings.
22936
22937 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
22938
22939 * custom.el (defface): Doc fix.
22940
22941 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
22942
22943 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
22944 width 0" to prevent word wrapping problems.
22945
22946 2005-02-09 Kim F. Storm <storm@cua.dk>
22947
22948 * ido.el (ido-file-extensions-order): New defcustom.
22949 (ido-file-extension-lessp, ido-file-extension-aux)
22950 (ido-file-extension-order): New advanced file ordering.
22951 (ido-file-lessp): New simple file ordering.
22952 (ido-sort-list): Remove.
22953 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
22954 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
22955
22956 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
22957
22958 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
22959 that some versions of grep produce.
22960 (grep-mode-font-lock-keywords): Likewise.
22961
22962 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
22963
22964 * progmodes/gdb-ui.el (gdb-location-list): New variable.
22965 (gdb-cdir): Delete.
22966 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
22967 (gdb-source-info): Treat case when source file is in another
22968 directory properly.
22969 (gdb-get-location): New function.
22970
22971 2005-02-07 Jay Belanger <belanger@truman.edu>
22972
22973 * calc/calc-prog.el (calc-write-parse-table-part)
22974 (calc-fix-token-name): Fix a check for language type.
22975
22976 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
22977
22978 2005-02-07 Andre Spiegel <spiegel@gnu.org>
22979
22980 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
22981 as directory not writable.
22982
22983 2005-02-07 Kim F. Storm <storm@cua.dk>
22984
22985 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
22986 (cua--standard-movement-commands): Remove list.
22987 Instead, set CUA property value to move for movement commands.
22988 (cua-movement-commands): Remove. Users must set CUA prop instead.
22989 (cua--pre-command-handler): Check CUA property.
22990 (cua--init-keymaps): Don't remap undo commands.
22991 (cua-mode): Don't call cua--rectangle-on-off.
22992
22993 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
22994 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
22995 (cua--rect-undo-set-point): New var.
22996 (cua--rectangle-undo-boundary): Setup undo apply entry.
22997 (cua--rect-undo-handler): New function for rectangle undo.
22998 (cua--rect-start-position, cua--rect-end-position): Add.
22999 (cua--rectangle-post-command): Call cua--rectangle-set-corners
23000 for restored rectangle. Set point if cua--rect-undo-set-point.
23001
23002 2005-02-06 Jay Belanger <belanger@truman.edu>
23003
23004 * calc/calc-lang.el (calc-tex-language): Display more information
23005 in messages.
23006
23007 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
23008 in TeX mode.
23009
23010 2005-02-06 Richard M. Stallman <rms@gnu.org>
23011
23012 * emacs-lisp/lisp.el (buffer-end): Doc fix.
23013
23014 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
23015
23016 * net/ldap.el (ldap-search-internal): Support attributes with
23017 optional descriptions separated by a semi-colon, as in
23018 "userCertificate;binary".
23019
23020 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23021
23022 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
23023 isn't a cons (i.e. the version is 0).
23024
23025 2005-02-05 Eli Zaretskii <eliz@gnu.org>
23026
23027 * help.el (help-for-help): Doc fix.
23028
23029 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
23030
23031 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
23032 GDB-Windows on the menu-bar as this works better.
23033
23034 2005-02-04 Jay Belanger <belanger@truman.edu>
23035
23036 * calc/calc-embed.el (calc-embedded-update): Don't put in
23037 unnecessary newlines. Adjust the end of formula marker.
23038
23039 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
23040 (math-latex-parse-two-args): New function.
23041
23042 2005-02-03 Lute Kamstra <lute@gnu.org>
23043
23044 * help-fns.el (help-with-tutorial): Make sure that users cannot
23045 remove the entire text of the tutorial by means of `undo'.
23046
23047 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
23048
23049 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
23050 in recent changes, where the ispell process was repeatedly
23051 killed & restarted.
23052
23053 * international/mule-cmds.el (set-locale-environment): Set file-name
23054 coding system to utf-8 on Darwin systems.
23055 (set-default-coding-systems): Don't set default-file-name-coding-system
23056 on Darwin systems.
23057
23058 2005-02-03 Richard M. Stallman <rms@gnu.org>
23059
23060 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
23061
23062 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
23063
23064 * faces.el (list-faces-display): Add optional argument.
23065
23066 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
23067
23068 * font-core.el (font-lock-default-function): Handle the rare case where
23069 only font-lock-keywords is set.
23070
23071 2005-02-02 Kenichi Handa <handa@m17n.org>
23072
23073 * international/characters.el: Cancel previous change for
23074 I-WITH-DOT-ABOVE and DOTLESS-i.
23075
23076 * international/latin-5.el: Cancel previous change.
23077
23078 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
23079
23080 * progmodes/gud.el: Correction to syntax in gud-menu-map.
23081
23082 2005-02-02 Kenichi Handa <handa@m17n.org>
23083
23084 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
23085 DOTLESS-i.
23086
23087 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
23088 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
23089
23090 * case-table.el (get-upcase-table): New function.
23091 (copy-case-table): Copy upcaes table too if non-nil.
23092 (set-case-syntax-delims): Maintain upcase table too.
23093 (set-case-syntax-pair): Likewise.
23094 (set-upcase-syntax, set-downcase-syntax): New functions.
23095 (set-case-syntax): Maintain upcase table too.
23096
23097 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
23098
23099 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
23100
23101 * progmodes/gud.el (gud-goto-info): New function.
23102 (gud-tool-bar-map): Use correct icon.
23103
23104 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
23105
23106 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
23107 When delegating, order args in the funcall correctly.
23108
23109 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
23110
23111 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
23112
23113 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
23114
23115 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
23116 buffer not visiting a file.
23117
23118 2005-01-31 Jay Belanger <belanger@truman.edu>
23119
23120 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
23121 bound on the line with the formula.
23122
23123 2005-01-31 Kim F. Storm <storm@cua.dk>
23124
23125 * ses.el (ses-create-cell-variable-range)
23126 (ses-destroy-cell-variable-range, ses-reset-header-string)
23127 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
23128 (ses-insert-row): Fix format of apply undo entries.
23129
23130 2005-01-31 Jay Belanger <belanger@truman.edu>
23131
23132 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
23133 parts.
23134
23135 * calc/calc-embed.el (calc-embedded-open-formula)
23136 (calc-embedded-close-formula): Ignore matrix environments.
23137
23138 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
23139 TeX mode.
23140
23141 * calc/calc-lang.el (math-function-table, math-oper-table)
23142 (math-variable-table): Adjust the LaTeX portions.
23143
23144 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
23145 (math-latex-ignore-words): New constant.
23146
23147 2005-01-31 Richard M. Stallman <rms@gnu.org>
23148
23149 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
23150 (ispell-local-dictionary): Doc fix.
23151 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
23152 Don't reinitialize at run time. Don't defcustom.
23153 All uses changed to append ispell-local-dictionary-alist,
23154 or check it first.
23155 (ispell-current-dictionary): New variable for dictionary in use.
23156 (ispell-dictionary): Now used only for global default.
23157 (ispell-start-process): Set ispell-current-dictionary,
23158 not ispell-dictionary.
23159 (ispell-change-dictionary): Use this only for setting
23160 user preferences.
23161 (ispell-internal-change-dictionary): New function
23162 to change the current dictionary in use.
23163 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
23164 Use ispell-current-dictionary.
23165 Handle ispell-local-dictionary-overridden.
23166 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
23167
23168 2005-01-31 Jay Belanger <belanger@truman.edu>
23169
23170 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
23171
23172 * calc/calc-ext.el: Add calc-latex-language to autoloads.
23173 (calc-mode-map): Add calc-latex-language.
23174
23175 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
23176 (math-latex-print-frac): New functions.
23177 (math-oper-table, math-function-table, math-variable-table)
23178 (math-complex-format, math-input-filter): Add latex properties.
23179 (calc-set-language): Set math-expr-special-function-mapping.
23180
23181 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
23182 (calc-write-parse-table-part): Add LaTeX support.
23183
23184 * calc/calc.el (calc-language): Adjust docstring.
23185 (calc-set-mode-line): Add LaTeX support.
23186 (math-expr-special-function-mapping): New variable.
23187 (math-tex-ignore-words): Add to list.
23188
23189 * calc/calccomp.el (math-compose-expr, math-compose-rows):
23190 Add LaTeX support.
23191 (math-compose-expr): Add support for special functions.
23192
23193 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
23194
23195 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
23196
23197 * progmodes/gdb-ui.el (gdb-memory-address)
23198 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
23199 (gdb-memory-mode-map, gdb-memory-format-keymap)
23200 (gdb-memory-format-menu, gdb-memory-unit-keymap)
23201 (gdb-memory-unit-menu): New variables for a buffer
23202 that lets the user examine program memory.
23203 (gdb-memory-set-address, gdb-memory-set-repeat-count)
23204 (gdb-memory-format-binary, gdb-memory-format-octal)
23205 (gdb-memory-format-unsigned, gdb-memory-format-signed)
23206 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
23207 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
23208 (gdb-memory-unit-word, gdb-memory-unit-halfword)
23209 (gdb-memory-unit-byte, gdb-memory-unit-menu)
23210 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
23211 (gdb-memory-mode, gdb-memory-buffer-name)
23212 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
23213 New functions for above buffer.
23214
23215 2005-01-30 Richard M. Stallman <rms@gnu.org>
23216
23217 * cus-edit.el (custom-bury-buffer): Function deleted.
23218 (custom-buffer-done-function): Option deleted.
23219 (custom-buffer-done-kill): New replacement option.
23220 (Custom-buffer-done): Call quit-window.
23221 (custom-buffer-create-internal): Update for above changes.
23222
23223 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
23224
23225 * simple.el (undo-ask-before-discard): New var.
23226 (undo-outer-limit-truncate): Implement it.
23227 (undo-extra-outer-limit): Doc update.
23228
23229 2005-01-29 Richard M. Stallman <rms@gnu.org>
23230
23231 * ses.el (undo-more): Delete defadvice.
23232 (ses-begin-change): Doc fix.
23233
23234 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
23235 instead of rebinding C-x u and C-_.
23236
23237 * files.el (normal-backup-enable-predicate): Return nil for files
23238 in /tmp, regardless of temporary-file-directory.
23239
23240 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
23241
23242 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
23243 (open-rectangle, delete-whitespace-rectangle-line)
23244 (clear-rectangle-line): If FILL, pass t instead of FILL
23245 for move-to-column's 2nd arg.
23246
23247 * simple.el (undo): Fix the test for continuing a series of undos.
23248 (undo-more): Set pending-undo-list to t when we reach end.
23249 (pending-undo-list): Move up defvar.
23250
23251 * wid-edit.el (widget-button-click):
23252 Shorten the range of the track-mouse binding.
23253
23254 * comint.el (comint-insert-input): Undo previous changes;
23255 use last-input-event in interactive spec.
23256
23257 2005-01-29 Eli Zaretskii <eliz@gnu.org>
23258
23259 * progmodes/compile.el (compilation-start): Bind buffer-read-only
23260 to nil before invoking call-process. Reset buffer's modified flag
23261 after fontifying it in the no-async branch.
23262
23263 * wid-edit.el (widget-specify-button): If mouse pointer shape
23264 cannot be changed, use mouse face instead.
23265
23266 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
23267
23268 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
23269 (gdb-goto-breakpoint): Make breakpoint handling work on template
23270 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
23271 (gdb-assembler-custom): Update to recognize breakpoint information
23272 added on 2005-01-19.
23273
23274 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
23275
23276 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
23277 (dsssl-mode): Use define-derived-mode.
23278 (scheme-mode-initialize): Remove.
23279 (scheme-mode): Use run-mode-hooks.
23280
23281 * cus-edit.el (customize-group-other-window)
23282 (custom-buffer-create-other-window): Don't override special-display-*.
23283 (custom-mode-map): Make it dense.
23284
23285 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
23286 sets the default value.
23287
23288 2005-01-28 Eli Zaretskii <eliz@gnu.org>
23289
23290 * descr-text.el: Add more keywords.
23291
23292 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
23293
23294 * speedbar.el: Avoid unnecessary use of locate-library.
23295
23296 * international/mule-cmds.el (standard-display-european-internal):
23297 Don't fiddle with latin-1 non-break space any more since it's now
23298 special cased in the C code.
23299 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
23300
23301 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
23302
23303 * cus-start.el (all): Add `undo-outer-limit'.
23304
23305 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
23306
23307 * textmodes/bibtex.el (bibtex-format-entry):
23308 Use `bibtex-empty-field-re' only on the text of fields, not on entire
23309 field lines.
23310 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
23311 not on part of a buffer.
23312
23313 2005-01-25 Lute Kamstra <lute@gnu.org>
23314
23315 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
23316 nonempty field text strings like "{letters\\macro{}more letters}".
23317 Clarify docstring.
23318 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
23319 (bibtex-entry-offset, bibtex-parse-association)
23320 (bibtex-parse-field-name): Fix typos in docstrings.
23321 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
23322
23323 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
23324
23325 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
23326 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
23327 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
23328 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
23329
23330 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
23331 isearch minor mode.
23332
23333 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
23334
23335 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
23336
23337 2005-01-24 Lute Kamstra <lute@gnu.org>
23338
23339 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
23340 CASECHARS and NOT-CASECHARS regular expressions of the
23341 "nederlands" and "nederlands8" dictionaries to prevent a "Range
23342 striding over charsets" error.
23343
23344 2005-01-24 Jay Belanger <belanger@truman.edu>
23345
23346 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
23347 display variable name.
23348
23349 2005-01-24 Kenichi Handa <handa@m17n.org>
23350
23351 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
23352 Fix setting of the element of encoded-kbd-iso2022-invocations.
23353
23354 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
23355
23356 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
23357 (gdb-threads-select): Change to also accept mouse events.
23358 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
23359 (gdb-threads-mouse-select): Delete.
23360
23361 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
23362
23363 * files.el (insert-directory): Take care of empty directory,
23364 listed without -a switch.
23365
23366 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
23367
23368 * textmodes/refill.el (refill-post-command-function):
23369 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
23370 to the list of functions that we should be careful not to undo.
23371 (refill-late-fill-paragraph-function): Remove.
23372 (refill-saved-state): New var.
23373 (refill-mode): Use it to save fill-paragraph-function.
23374 Save also the value of auto-fill-function.
23375
23376 * term/w32-win.el: Simplify code.
23377
23378 2005-01-23 Kim F. Storm <storm@cua.dk>
23379
23380 * simple.el (line-move): Adapt to new return value from
23381 pos-visible-in-window-p.
23382
23383 * simple.el (line-move): Fix last change. Check partial
23384 visibility at point rather than at window-start.
23385
23386 2005-01-22 Jason Rumney <jasonr@gnu.org>
23387
23388 * term/w32-win.el (xw-defined-colors): Remove debug-message.
23389
23390 2005-01-22 David Kastrup <dak@gnu.org>
23391
23392 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
23393
23394 2005-01-22 Eli Zaretskii <eliz@gnu.org>
23395
23396 * type-break.el (type-break-mode): Add a test for
23397 type-break-file-name being non-nil.
23398
23399 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
23400
23401 * net/eudc.el (top level): Call (message "") via progn, so that
23402 eudc-options-file is loaded.
23403
23404 2005-01-22 Kim F. Storm <storm@cua.dk>
23405
23406 * simple.el (line-move-1): Rename from line-move.
23407 (line-move): New function that adjusts vscroll for partially
23408 visible rows, and calls line-move-1 otherwise.
23409
23410 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
23411
23412 * pcomplete.el: Define pcomplete-read-event instead of read-event,
23413 since it's not a complete read-event implementation
23414
23415 2005-01-20 Jay Belanger <belanger@truman.edu>
23416
23417 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
23418 for called function.
23419
23420 2005-01-20 Steven Tamm <steventamm@mac.com>
23421
23422 * term/mac-win.el (process-connection-type): Remove.
23423 Controlled now by s/darwin.h:PTY_ITERATION.
23424
23425 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
23426
23427 * window.el (handle-select-window): Don't switch window when we're
23428 in the minibuffer.
23429
23430 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
23431
23432 * subr.el (dotimes-with-progress-reporter): New macro.
23433
23434 * ses.el (ses-dotimes-msg): Remove macro.
23435 Use `dotimes-with-progress-reporter' instead.
23436
23437 2005-01-19 Steven Tamm <steventamm@mac.com>
23438
23439 * term/mac-win.el (process-connection-type): Use new
23440 operating-system-release variable to use ptys on Darwin 7 (OS X
23441 10.3) when using carbon build.
23442
23443 2005-01-19 Jay Belanger <belanger@truman.edu>
23444
23445 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
23446 flags if the last command was a tab or M-tab.
23447
23448 * calc/calc-prog.el (calc-user-define-edit): Put original formula
23449 in formula editing buffer.
23450
23451 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
23452
23453 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
23454 breakpoint image symbol in margin.
23455
23456 2005-01-19 Jay Belanger <belanger@truman.edu>
23457
23458 * calc/calc-prog.el (calc-execute-kbd-macro):
23459 Ignore calc-keep-arg-flag.
23460
23461 2005-01-19 Kenichi Handa <handa@m17n.org>
23462
23463 * textmodes/ispell.el (ispell-looking-at): New function.
23464 (ispell-process-line): Use ispell-looking-at to compare the ispell
23465 output and the buffer contents.
23466
23467 2005-01-18 Jay Belanger <belanger@truman.edu>
23468
23469 * calc/calc.el (calc-display-raw): Fix docstring.
23470
23471 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
23472
23473 * simple.el (blink-matching-open): Strip extra info from syntax.
23474
23475 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
23476 funny chars in the end-of-here-doc marker.
23477
23478 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
23479
23480 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
23481 that enable/disabled state of breakpoints is shown correctly in
23482 fringe and on ttys.
23483 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
23484 Add breakpoint information as text properties.
23485 (gdb-mouse-toggle-breakpoint):
23486 Rename to gdb-mouse-set-clear-breakpoint.
23487 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
23488 breakpoints in the margin.
23489 (gdb-remove-strings): Simplify.
23490
23491 2005-01-17 Jay Belanger <belanger@truman.edu>
23492
23493 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
23494 erasing buffer.
23495
23496 2005-01-17 Richard M. Stallman <rms@gnu.org>
23497
23498 * progmodes/grep.el (grep-find): Copy from `grep' the condition
23499 for calling grep-compute-defaults.
23500
23501 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
23502 if buffer is empty.
23503
23504 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
23505
23506 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
23507
23508 * hilit-chg.el (highlight-changes-mode): Don't autoload.
23509
23510 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
23511 non-preloaded variables.
23512
23513 2005-01-17 Steven Tamm <steventamm@mac.com>
23514
23515 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
23516 tex-shell cause to force interactivity when using pipes.
23517
23518 2005-01-17 Kim F. Storm <storm@cua.dk>
23519
23520 * simple.el (just-one-space): Make arg optional.
23521
23522 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
23523
23524 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
23525 posn-at-x-y to t to access left-margin.
23526
23527 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
23528
23529 Sync with Tramp 2.0.47.
23530
23531 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
23532 catching keep-date problems in cp/scp operations.
23533 (tramp-handle-copy-file): Don't call `set-file-modes'
23534 unconditionally. Specialized functions should know better what is
23535 necessary. This improves performance a little bit, and the
23536 functions could catch errors with `cp -p' and `scp -p'.
23537 (tramp-do-copy-or-rename-file-via-buffer)
23538 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
23539 when appropriate.
23540 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
23541 Call `set-file-modes' when appropriate.
23542 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
23543 Johnsson <isak@hypergene.com>
23544 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
23545 of both Tramp buffer and debug buffer. Reported by Joakim Verona
23546 <joakim@verona.se>
23547 (tramp-file-name-for-operation): Mark `shell-command' as magic for
23548 Emacs only.
23549
23550 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
23551 `find-file-hooks' and `dired-mode-hook'.
23552 (tramp-minor-mode-map): Respective map. Add remapping for
23553 `compile' and `recompile'.
23554 (tramp-remap-command, tramp-recompile): New defuns.
23555 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
23556 in buffer "*Compilation*". Call the commands asynchronously.
23557
23558 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
23559 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
23560 `shell-command', because it isn't magic in XEmacs. Reported by
23561 Adrian Aichner <adrian@xemacs.org>.
23562
23563 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
23564 `substitute-in-file-name.
23565 (tramp-smb-handle-substitute-in-file-name): New defun.
23566 (tramp-smb-advice-PC-do-completion): Delete advice.
23567
23568 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
23569
23570 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
23571 Fix error in deleting region.
23572
23573 2005-01-15 Richard M. Stallman <rms@gnu.org>
23574
23575 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
23576 In non-temp buffer, switch syntax table temporarily.
23577
23578 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
23579
23580 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
23581
23582 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
23583
23584 * imenu.el (imenu--split-menu): Copy menulist before sorting.
23585 (imenu--generic-function): Use START, not BEG, as pos of definition.
23586
23587 * simple.el (just-one-space): Argument specifies number of spaces.
23588
23589 * simple.el (eval-expression-print-format): Avoid warning
23590 about edebug-active.
23591
23592 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
23593
23594 * progmodes/sh-script.el: Code copied from make-mode.el
23595 with small changes,
23596 (sh-mode-map): Bind C-c C-\.
23597 (sh-backslash-column, sh-backslash-align): New variables.
23598 (sh-backslash-region, sh-append-backslash): New functions.
23599
23600 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
23601
23602 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
23603 (rmail-pop-password, rmail-pop-password-required): Move to
23604 rmail-obsolete group.
23605 (rmail-set-pop-password): Rename to rmail-set-remote-password.
23606 All callers updated.
23607 (rmail-get-pop-password): Rename to rmail-get-remote-password.
23608 Take an argument specifying whether it is POP or IMAP mailbox we
23609 are using. All callers updated.
23610 (rmail-pop-password-error): Rename to
23611 rmail-remote-password-error. Added mailutils-specific error message.
23612 (rmail-movemail-search-path)
23613 (rmail-movemail-variant-in-use): New variables.
23614 (rmail-remote-password, rmail-remote-password-required):
23615 New customization variables.
23616 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
23617 (rmail-parse-url): New function.
23618 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
23619 with GNU mailutils movemail.
23620
23621 2005-01-15 Kevin Ryde <user42@zip.com.au>
23622
23623 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
23624 suffix to space, $ or '$, to correctly position point when going
23625 to @table style constants like DBL_MAX.
23626
23627 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
23628
23629 * type-break.el (type-break-mode, type-break-file-time)
23630 (type-break-file-keystroke-count, type-break-choose-file):
23631 Don't store data in or load data from the file if type-break-file-name
23632 is nil.
23633 (type-break-file-name): Doc update as per the above.
23634
23635 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
23636
23637 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
23638 lookup-key might return nil; handle that.
23639
23640 2005-01-15 Alan Mackenzie <acm@muc.de>
23641
23642 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
23643 rather than the element found, thus enabling the tree to be setcar'd.
23644
23645 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
23646
23647 * textmodes/org.el (org-show-following-heading): New option.
23648 (org-show-hierarchy-above): Use `org-show-following-heading'.
23649 (org-cycle): Documentation fix.
23650
23651 * textmodes/org.el (orgtbl-optimized): New option
23652 (orgtbl-mode): New command, a minor mode.
23653 (orgtbl-mode-map): New variable.
23654 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
23655 (orgtbl-error, orgtbl-self-insert-command)
23656 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
23657
23658 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
23659 a local variable in each org-mode buffer.
23660
23661 * textmodes/org.el (org-set-regexps-and-options): Rename from
23662 `org-set-regexps'. Added checking for STARTUP keyword.
23663 (org-get-current-options): Add STARTUP options.
23664 (org-table-insert-row): Make mode intelligent about when
23665 realignment is needed.
23666 (org-self-insert-command, org-delete-backward-char, org-delete-char):
23667 New commands.
23668 (org-enable-table-editor): New default value `optimized'.
23669 (org-table-blank-field): Support blanking regions if active.
23670
23671 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
23672
23673 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
23674 if the year is not given.
23675
23676 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
23677 Add new escapes %m and %M, fixed bug with %F by adding
23678 save-match-data.
23679 (reftex-reference): Remove ?. from list of spaces.
23680 (reftex-label-info): Add automatic label prefix recognition.
23681
23682 * textmodes/reftex-index.el (reftex-index-next-phrase):
23683 Add slave parameter to call of `reftex-index-this-phrase'.
23684 (reftex-index-this-phrase): New optional argument.
23685 (reftex-index-region-phrases): Add slave parameter to call of
23686 `reftex-index-this-phrase'.
23687 (reftex-display-index): New argument redo.
23688 (reftex-index-rescan): Add `redo' to arguments of
23689 `reftex-display-index'.
23690 (reftex-index-Rescan, reftex-index-revert)
23691 (reftex-index-switch-index-tag): Add `redo' to arguments of
23692 `reftex-display-index'.
23693 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
23694 indexing. Fix bug with matching is there is a quote before or
23695 after the word.
23696
23697 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
23698 Fix bug when collecting citation keys in lines with comments.
23699 (reftex-citation): Prefix argument no longer rescans the document,
23700 but forces prompting for optional arguments of cite macros.
23701 (reftex-do-citation): Prompting for optional arguments implemented.
23702
23703 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
23704 Add optional arguments to most cite commands.
23705 (reftex-cite-cleanup-optional-args): New option
23706 (reftex-cite-prompt-optional-args): New option.
23707 (reftex-trust-label-prefix): New option.
23708
23709 * textmodes/reftex-toc.el (reftex-toc-find-section):
23710 Add push-mark before changing the position in the buffer.
23711
23712 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
23713 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
23714
23715 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
23716
23717 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
23718 more carefully.
23719
23720 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
23721
23722 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
23723 (sgml-mode): Use it.
23724 (sgml-get-context): Better keep track of implicitly closed tags.
23725
23726 2005-01-13 Kenichi Handa <handa@m17n.org>
23727
23728 * textmodes/ispell.el: These changes are to fix misalignment error
23729 caused by equivalent characters of different Emacs charsets.
23730 (ispell-unified-chars-table): New variable.
23731 (ispell-get-decoded-string): New function.
23732 (ispell-get-casechars, ispell-get-not-casechars)
23733 (ispell-get-otherchars): Call ispell-get-decoded-string.
23734
23735 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
23736
23737 * custom.el (custom-declare-variable): Just put symbol instead
23738 of (defvar . symbol) in `current-load-list'.
23739
23740 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
23741
23742 * emacs-lisp/elint.el: Fixed typo in Commentary section.
23743
23744 2005-01-12 Jay Belanger <belanger@truman.edu>
23745
23746 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
23747 to create a Calc summary.
23748
23749 2005-01-12 Kim F. Storm <storm@cua.dk>
23750
23751 * mouse.el (mouse-on-link-p): Change functionality and doc
23752 string to comply with latest description in lisp ref.
23753
23754 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
23755
23756 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
23757 Enable mouse clicks on mode-line, header-line and margin.
23758 (event-type): Give mouse event symbols an `event-kind' property
23759 with value `mouse-click'.
23760
23761 2005-01-12 Juri Linkov <juri@jurta.org>
23762
23763 * facemenu.el (list-colors-display): Add new arg buffer-name.
23764 Use it. Fix docstring. Replace code for identifying duplicate
23765 colors by the name with call to `list-colors-duplicates' which
23766 identifies duplicate colors by the value unless the color
23767 is one of special Windows colors. Set truncate-lines to t.
23768 Print sorted duplicate color names on each line. Indent to 22
23769 \(the longest color name in rgb.txt) instead of 20. Optimize.
23770 (list-colors-duplicates): New function.
23771 (facemenu-color-name-equal): Delete function.
23772
23773 * facemenu.el (list-colors-print): New function created from code
23774 in list-colors-display. Print #RRGGBB at the window right edge.
23775 (list-colors-display): When temp-buffer-show-function is not
23776 defined, call list-colors-print from temp-buffer-show-hook
23777 to get the right value of window-width in list-colors-print
23778 after the buffer is displayed.
23779
23780 * simple.el (pop-mark): Move deactivate-mark out of conditional
23781 part to deactivate the active mark regardless of the state of the
23782 mark ring.
23783
23784 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
23785 variables line in desktop files.
23786
23787 2005-01-12 Juri Linkov <juri@jurta.org>
23788
23789 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
23790 Bring together isearch highlight related options.
23791 (lazy-highlight): Replace group `replace' by `matching'.
23792 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
23793 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
23794 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
23795 and declare them obsolete.
23796 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
23797 (isearch-faces): Remove defgroup.
23798 (isearch-overlay, isearch-highlight, isearch-dehighlight):
23799 Move isearch highlighting code closer to lazy highlighting code.
23800
23801 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
23802 (query-replace-highlight, query-replace-lazy-highlight)
23803 (query-replace): Move definitions to the beginning of the file.
23804
23805 2005-01-11 Juri Linkov <juri@jurta.org>
23806
23807 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
23808 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
23809 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
23810
23811 * info.el (Info-history-forward): New variable.
23812 (Info-select-node): Reset Info-history-forward to nil.
23813 (Info-last): Turn into defalias.
23814 (Info-history-back): Rename from Info-last.
23815 Add current node to Info-history-forward.
23816 (Info-history-forward): New fun.
23817 (Info-mode-map): Replace Info-last by Info-history-back.
23818 Bind Info-history-forward to "r".
23819 (Info-mode-menu): Replace Info-last by Info-history-back.
23820 Fix menu item text. Add menu item for Info-history-forward.
23821 (info-tool-bar-map): Replace Info-last by Info-history-back.
23822 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
23823 for Info-history-forward.
23824 (Info-mode): Replace Info-last by Info-history-back in docstring.
23825 Add local variable Info-history-forward.
23826 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
23827
23828 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
23829
23830 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
23831 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
23832 Ignore select-window events rather than fiddle with
23833 mouse-autoselect-window.
23834
23835 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
23836
23837 * type-break.el (type-break-mode): Fix previous change.
23838
23839 2005-01-10 Jay Belanger <belanger@truman.edu>
23840
23841 * calc/calc-ext.el (calc-reset): Reset when inside embedded
23842 calculator; only reset when point is inside a calculator.
23843 Don't adjust the window height if the window takes up the whole height
23844 of the frame.
23845
23846 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
23847
23848 * ebuff-menu.el (Electric-buffer-menu-mode):
23849 Preserve value of buffer-local var header-line-format.
23850
23851 2005-01-09 Jay Belanger <belanger@truman.edu>
23852
23853 * calc/calc.el (calc-mode-var-list-restore-saved-values):
23854 Make sure settings file exists before accessing it.
23855
23856 * calc/calc-embed.el (calc-embedded-subst):
23857 Replace math-multi-subst-rec, which is only supposed to be called
23858 by math-multi-subst, by math-multi-subst.
23859
23860 2005-01-09 Andre Spiegel <spiegel@gnu.org>
23861
23862 * vc.el (vc-allow-async-revert): New user option.
23863 (vc-disable-async-diff): New internal variable.
23864 (vc-revert-buffer): Use them to disable asynchronous diff.
23865
23866 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
23867 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
23868 asynchronously if vc-disable-async-diff is t.
23869
23870 2005-01-09 Jay Belanger <belanger@truman.edu>
23871
23872 * calc/calc.el (defcalcmodevar): New macro.
23873 (calc-mode-var-list-restore-default-values)
23874 (calc-mode-var-list-restore-saved-values): New functions.
23875 (calc-mode-var-list): Use defcalcmodevar to define it.
23876 (calc-always-load-extensions, calc-line-numbering)
23877 (calc-line-breaking, calc-display-just, calc-display-origin)
23878 (calc-number-radix, calc-leading-zeros, calc-group-digits)
23879 (calc-group-char, calc-point-char, calc-frac-format)
23880 (calc-prefer-frac, calc-hms-format, calc-date-format)
23881 (calc-float-format, calc-full-float-format, calc-complex-format)
23882 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
23883 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
23884 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
23885 (calc-matrix-brackets, calc-language, calc-language-option)
23886 (calc-left-label, calc-right-label, calc-word-size)
23887 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
23888 (calc-display-raw, calc-internal-prec, calc-angle-mode)
23889 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
23890 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
23891 (calc-window-height, calc-display-trail, calc-show-selections)
23892 (calc-use-selections, calc-assoc-selections)
23893 (calc-display-working-message, calc-auto-why, calc-timing)
23894 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
23895 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
23896 (calc-gnuplot-default-device, calc-gnuplot-default-output)
23897 (calc-gnuplot-print-device, calc-gnuplot-print-output)
23898 (calc-gnuplot-geometry, calc-graph-default-resolution)
23899 (calc-graph-default-resolution-3d, calc-invocation-macro)
23900 (calc-show-banner): Use defcalcmodevar to declare them and set
23901 their default values.
23902
23903 * calc/calc-ext.el (calc-reset): Restore saved values of variables
23904 instead of default values (but restore default values if there is
23905 an argument of 0).
23906
23907 2005-01-09 David Kastrup <dak@gnu.org>
23908
23909 * desktop.el (desktop-restore-eager): Fix typo in type.
23910
23911 2005-01-08 Richard M. Stallman <rms@gnu.org>
23912
23913 * cus-edit.el (customize): Delete :link.
23914
23915 2005-01-08 Jay Belanger <belanger@truman.edu>
23916
23917 * calc/calc.el (calc-mode): Remove the extension from the
23918 `calc-settings-file' file name when loading it.
23919
23920 2005-01-08 Kim F. Storm <storm@cua.dk>
23921
23922 * info.el (Info-mode-map, Info-next-link-keymap)
23923 (Info-prev-link-keymap, Info-up-link-keymap):
23924 Map follow-link to mouse-face.
23925 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
23926
23927 2005-01-08 Jay Belanger <belanger@truman.edu>
23928
23929 * calc/calc.el (calc-settings-file): Change default value.
23930 Suggested by cgw in a comment in calc-mode.el.
23931
23932 * calc/calc-mode.el (calc-settings-file-name):
23933 Compare calc-settings-file to user-init-file instead of ~/.emacs.
23934 Replace ~/.emacs in a prompt by calc-settings-file.
23935
23936 2005-01-07 Lars Hansen <larsh@math.ku.dk>
23937
23938 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
23939 (desktop-lazy-idle-delay): New customizable variables.
23940 (desktop-buffer-args-list): New variable.
23941 (desktop-append-buffer-args): New function.
23942 (desktop-save): Call desktop-append-buffer-args for some buffers.
23943 (desktop-lazy-create-buffer): New function.
23944 (desktop-idle-create-buffers): New function.
23945 (desktop-read): Add message about buffers to restore lazily.
23946 (desktop-lazy-abort): New command.
23947 (desktop-clear): Call desktop-lazy-abort.
23948 (desktop-lazy-complete): New command.
23949
23950 2005-01-06 Richard M. Stallman <rms@gnu.org>
23951
23952 * emacs-lisp/find-func.el (find-face-definition):
23953 Rename from find-face.
23954
23955 2005-01-06 Kim F. Storm <storm@cua.dk>
23956
23957 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
23958
23959 * man.el (Man-xref-man-page, Man-xref-header-file)
23960 (Man-xref-normal-file): Add follow-link property.
23961
23962 2005-01-06 Jay Belanger <belanger@truman.edu>
23963
23964 * calc/calc-units.el: Make sure the proper macro definitions are
23965 available when compiling.
23966
23967 2005-01-06 Juri Linkov <juri@jurta.org>
23968
23969 * isearch.el (isearch-lazy-highlight-update):
23970 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
23971
23972 2005-01-06 Miles Bader <miles@gnu.org>
23973
23974 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
23975 (isearch-lazy-highlight-face): Use new name.
23976
23977 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
23978
23979 * uniquify.el (uniquify-rationalize-file-buffer-names):
23980 Re-add an interactive spec.
23981 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
23982 to the same name.
23983
23984 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
23985 (isearch-update, isearch-done): Adjust calls accordingly.
23986
23987 2005-01-05 Richard M. Stallman <rms@gnu.org>
23988
23989 * custom.el (custom-set-variables, custom-theme-set-variables):
23990 Clarify documentation.
23991
23992 * emacs-lisp/find-func.el (find-variable)
23993 (find-variable-other-window, find-variable-other-frame):
23994 Fix the TYPE args to find-function-read and find-function-do-it.
23995 (find-function): Doc fix.
23996 (find-function-at-point): Replace function-at-point alias.
23997
23998 2005-01-04 Richard M. Stallman <rms@gnu.org>
23999
24000 * cus-face.el (custom-declare-face):
24001 Record defface in current-load-list.
24002
24003 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
24004
24005 * emacs-lisp/find-func.el: Doc fixes.
24006 (find-face-regexp): New variable.
24007 (find-function-regexp-alist): New variable.
24008 (find-function-C-source): Third arg is now TYPE.
24009 (find-function-search-for-symbol): Handle general TYPE.
24010 (find-function-read, find-function-do-it): Handle general TYPE.
24011 (find-definition-noselect, find-face): New functions.
24012 (function-at-point): Alias deleted.
24013
24014 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
24015
24016 * battery.el (display-battery-mode): Rename from display-battery.
24017 Handle the case where it gets turned off.
24018
24019 2005-01-04 Richard M. Stallman <rms@gnu.org>
24020
24021 * cus-edit.el (customize): Make :link point to user doc.
24022
24023 * man.el (Man-fontify-manpage): Turn off undo generation.
24024
24025 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
24026
24027 2005-01-04 Andreas Schwab <schwab@suse.de>
24028
24029 * files.el (insert-directory): Only look for error lines in
24030 inserted text. Don't move too far after processing --dired markers.
24031
24032 2005-01-04 Richard M. Stallman <rms@gnu.org>
24033
24034 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
24035 Don't expand if the character is @, period, dash, etc.
24036 (define-mail-abbrev): Quote names that contain problem characters.
24037
24038 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
24039
24040 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
24041
24042 2005-01-03 Richard M. Stallman <rms@gnu.org>
24043
24044 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
24045 (query-replace-highlight, query-replace-lazy-highlight)
24046 (query-replace): Definitions moved up. Doc fix.
24047
24048 2005-01-03 Richard M. Stallman <rms@gnu.org>
24049
24050 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
24051 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
24052 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
24053 (lazy-highlight-face): Rename from isearch-lazy-...
24054 Change all references to them.
24055
24056 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
24057
24058 * cus-edit.el (custom-file): Doc fix for defcustom.
24059 (custom-file): The function no longer sets the variable
24060 `custom-file' to its return value.
24061
24062 * startup.el (command-line): No longer load `custom-file'.
24063
24064 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
24065
24066 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
24067
24068 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
24069 Don't confuse module-prefixed identifiers for labels.
24070 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
24071
24072 2005-01-02 Richard M. Stallman <rms@gnu.org>
24073
24074 * files.el (basic-save-buffer-1): Fix previous change.
24075
24076 * loadhist.el (file-loadhist-lookup): New function.
24077 (file-provides, file-requires): Use it.
24078
24079 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
24080 instead of calculating the right size.
24081
24082 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
24083
24084 * vc-svn.el (vc-svn-diff): Stay local if possible.
24085
24086 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
24087
24088 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
24089
24090 * files.el (hack-local-variables): Fix last change.
24091
24092 2005-01-02 Jay Belanger <belanger@truman.edu>
24093
24094 * calc/calc-yank.el (calc-edit-top): New variable.
24095 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
24096 object. Change header properties.
24097 (calc-edit-finish, calc-edit-finish-stack-object)
24098 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
24099 edited object.
24100 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
24101 for the beginning of the edited object.
24102 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
24103 for the beginning of the edited object.
24104 * calc/calc-prog.el (calc-edit-macro-finish-edit)
24105 (calc-finish-formula-edit, calc-macro-repeats)
24106 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
24107 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
24108 beginning of the edited object.
24109 (calc-user-define-edit): Change the header for editing macros.
24110 Remove unnecessary variable.
24111
24112 2005-01-01 Jay Belanger <belanger@truman.edu>
24113
24114 * calc/calc-yank.el (calc-edit-mode): Change default header.
24115 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
24116 * calc/calc-store.el (calc-edit-variable): Change title to match new
24117 header.
24118 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
24119 mode to match new header.
24120 (calc-user-define-edit): Change titles to include names of commands.
24121 (calc-finish-formula-edit): Adjust to handle new header.
24122 (calc-finish-macro-edit): Remove.
24123 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
24124 (calc-edit-macro-command, calc-edit-macro-command-type)
24125 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
24126 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
24127 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
24128 (calc-edit-macro-finish-edit): New functions.
24129 (calc-user-define-edit): Use new functions to edit named calc macros.
24130
24131 2005-01-01 Stefan <monnier@iro.umontreal.ca>
24132
24133 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
24134
24135 * ses.el (copy-region-as-kill): Deactivate mark.
24136
24137 2005-01-01 Richard M. Stallman <rms@gnu.org>
24138
24139 * replace.el (occur-1): If the output buffer is also an input,
24140 don't kill it, rename it.
24141
24142 * faces.el (set-face-background, set-face-foreground): Doc fix.
24143
24144 * cus-face.el (custom-face-attributes): Fix :help-echo strings
24145 for :foreground and :background.
24146
24147 * dired.el (dired-view-command-alist): Variable deleted.
24148 (dired-view-file, dired-mouse-find-file-other-window):
24149 Delete the code to use it.
24150
24151 2005-01-01 Kim F. Storm <storm@cua.dk>
24152
24153 * image.el (insert-sliced-image): Use t for line-height property.
24154
24155 See ChangeLog.11 for earlier changes.
24156
24157 ;; Local Variables:
24158 ;; coding: iso-2022-7bit
24159 ;; End:
24160
24161 Copyright (C) 2005, 2006 Free Software Foundation, Inc.
24162 Copying and distribution of this file, with or without modification,
24163 are permitted provided the copyright notice and this notice are preserved.
24164
24165 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1