(ange-ftp-try-passive-mode): Doc fix.
[emacs.git] / lisp / ChangeLog
blob4bcb94ecd845f03ad83bed1edbce8f79617e15ca
1 2007-03-09  Thien-Thi Nguyen  <ttn@gnu.org>
3         * net/ange-ftp.el (ange-ftp-try-passive-mode): Doc fix.
5 2007-03-09  Martin Rudalics  <rudalics@gmx.at>
7         * complete.el (PC-try-completion): New function.
8         (PC-do-completion, read-file-name-internal): Use it instead of
9         try-completion.
11 2007-03-08  Alan Mackenzie  <acm@muc.de>
13         * progmodes/cc-mode.el (c-unfind-enclosing-token,
14         c-unfind-coalesced-tokens, c-before-change): new functions;
15         (c-maybe-stale-found-type): new variable.
17         * progmodes/cc-engine.el (c-partial-ws-p, c-unfind-type,
18         c-trim-found-types): new functions.
20         These remove stale tokens from the cache `c-found-types'.
22 2007-03-08  Stefan Monnier  <monnier@iro.umontreal.ca>
24         * smerge-mode.el (smerge-remove-props): Don't mark the buffer modified.
25         (debug-ignored-errors): Add entry from smerge-match-conflict.
27 2007-03-08  J.D. Smith  <jdsmith@as.arizona.edu>
29         * progmodes/idlw-help.el (idlwave-do-context-help1): Don't visit
30         special help topics for keywords.
31         (idlwave-help-assistant-command): Include ".exe" for ms-dos
32         etc. Assistant command.
34 2007-03-08  Chong Yidong  <cyd@stupidchicken.com>
36         * replace.el (occur-engine): Move buffer-undo-list binding...
37         (occur-1): ...to here.
39         * complete.el (PC-bindings): Rebind M-TAB in read-expression-map.
41         * simple.el (minibuffer-completing-symbol): New var.
42         (eval-expression): Use it.
43         (completion-setup-function): Don't bind completion-base-size when
44         completing a symbol in the minibuffer.
46 2007-03-08  Nick Roberts  <nickrob@snap.net.nz>
48         * progmodes/gud.el (gdb): Pop up current GUD buffer if user
49         tries to start a second session in graphical mode.
51 2007-03-07  Miles Bader  <miles@gnu.org>
53         * international/isearch-x.el
54         (isearch-process-search-multibyte-characters):
55         Strip text-properties from PROMPT to avoid an error from read-string.
57 2007-03-07  Kim F. Storm  <storm@cua.dk>
59         * complete.el (PC-bindings): Remap lisp-complete-symbol to
60         PC-lisp-complete-symbol instead of binding M-TAB in global-map.
62 2007-03-07  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
64         * complete.el (PC-do-completion): Delete duplicates in the list of
65         possible completions.
67 2007-03-07  Glenn Morris  <rgm@gnu.org>
69         * ses.el (ses-mode): Doc fix.
71 2007-03-06  Kim F. Storm  <storm@cua.dk>
73         * isearch.el (isearch-message-prefix): Undo 2007-03-01 change.
75 2007-03-06  Kenichi Handa  <handa@m17n.org>
77         * term/x-win.el (x-select-utf8-or-ctext): Improve the strategy.
79 2007-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
81         * simple.el (completion-setup-function): Improve last fix so it doesn't
82         set it to a relative directory name either.
84 2007-03-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
86         * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
88 2007-03-05  Richard Stallman  <rms@gnu.org>
90         * emacs-lisp/re-builder.el (reb-re-syntax): Fix custom type.
92         * files.el (find-file-noselect): No error if file no longer exists.
93         Display a message and avoid other questions.
95 2007-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
97         * pcomplete.el (pcomplete-show-completions): Improve last change, so
98         as not to use an invisible window and to create a window if none exist.
100         * progmodes/python.el (python-send-command): Restart proc if necessary.
101         (python-proc): Simplify.
103 2007-03-05  David Hansen  <david.hansen@gmx.net> (tiny change)
105         * pcomplete.el (pcomplete-show-completions): Search all frames for
106         completions buffer.
108 2007-03-05  Chong Yidong  <cyd@stupidchicken.com>
110         * cus-edit.el (customize-save-variable): Clear customized-value
111         property (saved values are now put in theme-value property).
112         (customize-set-variable): Doc fix.
114         * complete.el (PC-do-completion): If completion-ignore-case is
115         non-nil, replace field with completion string before exiting.
117 2007-03-05  Michael Albinus  <michael.albinus@gmx.de>
119         * net/tramp.el (tramp-make-temp-file): New parameter FILENAME.
120         Append its extension to the resulting temporary file name.
121         (tramp-handle-file-local-copy, tramp-handle-write-region): Apply it.
123         * net/tramp-smb.el (tramp-smb-handle-file-local-copy)
124         (tramp-smb-handle-write-region): Apply it.
126 2007-03-05  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
128         * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
129         Redo previous change.
131 2007-03-04  Kevin Rodgers <kevin.d.rodgers@gmail.com>
133         * diff-mode.el (diff-mode): Doc fix.
135 2007-03-05  Kenichi Handa  <handa@m17n.org>
137         * international/characters.el: Set category `l' (latin) for more
138         characters.
140 2007-03-04  Kim F. Storm  <storm@cua.dk>
142         * emacs-lisp/authors.el (authors-aliases): Add alias.
144 2007-03-04  Glenn Morris  <rgm@gnu.org>
146         * progmodes/hideshow.el (hs-minor-mode): Turn mode off and show
147         all when switching major mode.
148         (hs-minor-mode, hs-c-start-regexp, hs-block-start-regexp)
149         (hs-block-start-mdata-select, hs-block-end-regexp)
150         (hs-forward-sexp-func, hs-adjust-block-beginning): Do not make
151         these variables permanent-local.
153 2007-03-04  Richard Stallman  <rms@gnu.org>
155         * progmodes/cperl-mode.el (cperl-mode):
156         Modify cperl-compilation-error-regexp-alist by appending.
158         * emacs-lisp/edebug.el (edebug-kill-buffer): New function.
159         (edebug-mode): Add the hook.
160         (edebug-recursive-edit): Remove the hook on exiting.
162         * type-break.el (type-break-get-previous-time):
163         Handle end-of-file errors specially
164         so they don't get reported wrong in .emacs.
166         * startup.el (fancy-splash-text): Clarify text.
168         * simple.el (beginning-of-buffer, end-of-buffer):
169         Avoid treating plain C-u like numeric arg.
171         * simple.el (completion-setup-function): Don't set
172         default-directory to nil.
174         * shell.el (shell-dirstack-query): Doc fix.
176         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
177         Don't select the window -- pass it to primitives instead.
179         * faces.el (minibuffer-prompt): Use medium blue by default.
181 2007-03-04  David Kastrup  <dak@gnu.org>
183         * jit-lock.el (jit-lock-stealth-time): Change default to nil.
184         Preserve 16 as default value for "seconds" when customizing.
186 2007-03-04  Carsten Dominik  <dominik@science.uva.nl>
188         * textmodes/org.el (org-self-insert-command)
189         (orgtbl-self-insert-command, org-delete-char)
190         (org-delete-backward-char): Set the `flyspell-delayed' property.
192 2007-03-03  Chong Yidong  <cyd@stupidchicken.com>
194         * international/mule.el (find-auto-coding): Don't search for
195         line-ending characters past the end of the tail.
197 2007-03-03  Christopher Allan Webber  <cwebber@dustycloud.org>  (tiny change)
199         * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
200         Jump to the line where new score has been uploaded.
202         * play/tetris.el (tetris-move-bottom, tetris-move-left)
203         (tetris-move-right, tetris-rotate-prev, tetris-rotate-next):
204         Do nothing when the game is paused.
206 2007-03-03  Carsten Dominik  <dominik@science.uva.nl>
208         * textmodes/org.el (org-set-tags): Prevent slipping of point
209         during completion.
211 2007-03-01  Lennart Borgman  <lennart.borgman.073@student.lu.se>
213         * isearch.el (isearch-message-prefix):
214         Use minibuffer-prompt-properties.
216 2007-03-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
218         * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
219         (ps-setup): Print which Emacsen is running ps-print package.
221 2007-03-01  Stuart Herring  <herring@lanl.gov>  (tiny change)
223         * files.el (set-auto-mode-0): Use `indirect-function'.
224         (hack-one-local-variable): Don't reapply current major mode.
226 2007-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
228         * progmodes/python.el (python-quote-syntax): Don't bother with
229         syntax-ppss-context.
230         (python-fill-paragraph): Make sure that fenced-string delimiters that
231         stand on their own line stay there
233 2007-03-01  Lennart Borgman  <lennart.borgman.073@student.lu.se>
235         * replace.el (perform-replace): Propertize message.
237 2007-03-01  Carsten Dominik  <dominik@science.uva.nl>
239         * textmodes/org.el (org-prepare-agenda-buffers): Also check for
240         invisible heading.
242 2007-02-28  Chong Yidong  <cyd@stupidchicken.com>
244         * net/tramp.el (tramp-file-name-handler): Revert last change.
246 2007-02-28  Nick Roberts  <nickrob@snap.net.nz>
248         * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump):
249         Correct doc strings.
251 2007-02-28  Chong Yidong  <cyd@stupidchicken.com>
253         * replace.el (perform-replace): Undo forward-char immediately if
254         non-adjacent search fails.
256 2007-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
258         * version.el (emacs-major-version, emacs-minor-version):
259         string-to-int -> string-to-number.
261 2007-02-28  Juanma Barranquero  <lekktu@gmail.com>
263         * help.el (where-is): Fail gracefully when not passed a command.
265 2007-02-28  Stuart Herring  <herring@lanl.gov>  (tiny change)
267         * find-lisp.el (find-lisp-default-directory-predicate):
268         Fix bug: Do symlink check on expanded filename.
270 2007-02-28  Carsten Dominik  <dominik@science.uva.nl>
272         * textmodes/org.el (org-set-tags, org-table-get-field): Avoid case
273         changes during replacement.
274         (org-agenda-mode-map): Add default binding for `org-agenda-archive'.
276 2007-02-28  Lars Hansen  <larsh@soem.dk>
278         * desktop.el: Delete header line listing me as maintainer.
280 2007-02-28  Glenn Morris  <rgm@gnu.org>
282         * tutorial.el (tutorial--describe-nonstandard-key): Tweak text in
283         the menus case.
285 2007-02-28  Chong Yidong  <cyd@stupidchicken.com>
287         * net/tramp.el (tramp-file-name-handler): Inhibit modification
288         hooks to avoid confusion when combining after-change calls.
290 2007-02-27  Ken Manheimer  <ken.manheimer@gmail.com>
292         * allout.el (allout-encrypt-string): Remove inhibition of gpg-agent,
293         now that pgg-gpg-process-region correctly honors passed-in passphrase.
294         (allout-distinctive-bullets-string): Add info about bullet conventions.
295         (allout-mode): Add info about distinctive vs plain bullets.
297 2007-02-27  Carsten Dominik  <dominik@science.uva.nl>
299         * textmodes/org.el (org-archive-subtree): Quote variable name.
300         (org-agenda-get-todos): Make sure skip properties are checked correctly.
302 2007-02-26  Nick Roberts  <nickrob@snap.net.nz>
304         * progmodes/gud.el (gud-bashdb-history, gud-bashdb-marker-filter)
305         (gud-bashdb-command-name, bashdb): Remove.
306         (gud, gud-menu-map): Remove references to bash/bashdb.
308 2007-02-26  Andrey Zhdanov  <susuman@hotmail.com>  (tiny change)
310         * progmodes/gud.el (gud-pdb-marker-regexp): Add optional <module>
311         keyword for Python 2.5.
313 2007-02-26  Romain Francoise  <romain@orebokech.com>
315         * net/net-utils.el (whois-server-tld): Update server for .org.
316         (whois-server-list): Add whois.publicinterestregistry.net.
317         (whois-guess-server): Fix formatting in docstring.
319 2007-02-26  Kim F. Storm  <storm@cua.dk>
321         * mouse.el (mouse-show-mark): Run hooks and perform command
322         remapping for mouse-region-delete-keys.
324 2007-02-26  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
326         * font-core.el (font-lock-mode): Doc fix.
328 2007-02-25  Kim F. Storm  <storm@cua.dk>
330         * ido.el (ido-buffer-internal): Set this-command to fallback command.
331         Add selected buffer to buffer-name-history.
332         (ido-file-internal): Set this-command to fallback command.
333         Add file names to file-name-history.
335         * emacs-lisp/map-ynp.el (map-y-or-n-p):
336         Apply minibuffer-prompt-properties.
338 2007-02-25  Andreas Schwab  <schwab@suse.de>
340         * files.el (hack-one-local-variable-eval-safep): Correct handling
341         of edebug-form-spec property value.  Reported by Johan Bockg\e,Ae\e(Brd.
343 2007-02-25  Carsten Dominik  <dominik@science.uva.nl>
345         * textmodes/org.el (org-table-overlay-coordinates)
346         (org-table-toggle-coordinate-overlays): New functions.
347         (org-table-overlay-coordinates, org-table-coordinate-overlays):
348         New variables.
349         (org-startup-with-deadline-check): Remove option.
350         (org-mode): Remove deadline check on startup.
351         (org-table-limit-column-width): Remove option.
352         (org-table-formula-numbers-only): Remove option.
353         (org-link-style, org-link-format): Remove options.
354         (org-select-agenda-window, org-fit-agenda-window): Remove options.
355         (org-export-ascii-show-new-buffer)
356         (org-export-html-show-new-buffer): Remove options.
357         (org-activate-links): Remove camel option.
358         (org-file-link-context-use-camel-case): Remove option.
359         (org-camel-regexp): Remove variable.
360         (org-activate-camels): Remove function.
361         (org-store-link): Remove Camel stuff.
362         (org-make-org-heading-camel): Remove function.
363         (org-open-at-point): Remove camel stuff.
364         (org-link-search): Remove camel stuff.
365         (org-camel-to-words): Function removed.
366         (org-get-agenda-file-buffer): Make sure we prepare the base
367         buffers, not any indirect buffers.
368         (org-sort-entries): Sort top-level when not on a headline, and no
369         active region.
370         (org-in-regexp): New function.
371         (org-search-not-self): Rename from `org-search-not-link'.
372         (org-open-link-marker): New variable.
373         (org-open-at-point): Set `org-open-link-marker'.
374         (org-print-icalendar-entries): Fixe bug with excluding DONE
375         entries from the exported list.
376         (org-edit-formula-lisp-indent): New command.
377         (orgtbl-to-texinfo, orgtbl-to-html): New functions.
378         (orgtbl-to-latex, orgtbl-insert-radio-table)
379         (orgtbl-toggle-comment, orgtbl-send-table): New functions.
380         (orgtbl-radio-table-templates): New option.
381         (org-store-link-props):
382         (org-remember-templates): More possibilities to insert info
383         into templates.
384         (org-remember-apply-template): Make use of the extended
385         template capabilities.
386         (org-remember-redo-template): New command.
387         (org-upgrade-old-links)
388         (org-table-modify-formulas, org-table-replace-in-formulas)
389         (org-table-find-dataline)
390         (org-table-get-vertical-vector): Remove functions.
391         (org-table-remove-rectangle-highlight)
392         (org-time-stamp-format, org-toggle-log-option)
393         (org-table-highlight-rectangle)
394         (org-table-iterate, org-table-make-reference):
395         (org-translate-time, org-tree-to-indirect-buffer)
396         (org-table-field-info, org-table-fix-formulas)
397         (org-table-force-dataline, org-table-get-descriptor-line)
398         (org-table-get-range)
399         (org-skip-comments, org-sort)
400         (org-sort-entries, org-sublist, org-table-add-rectangle-overlay)
401         (org-table-current-dline, org-table-current-field-formula)
402         (org-table-edit-backward-field)
403         (org-table-edit-formulas-post-command)
404         (org-table-edit-line-down, org-table-edit-line-up)
405         (org-agenda-archive)
406         (org-agenda-clock-cancel)
407         (org-agenda-clock-out, org-agenda-list-stuck-projects)
408         (org-agenda-open-link, org-agenda-show-new-time)
409         (org-agenda-skip-subtree-when-regexp-matches)
410         (org-agenda-tree-to-indirect-buffer, org-agenda-undo)
411         (org-at-regexp-p, org-auto-repeat-maybe, org-check-log-option)
412         (org-do-sort, org-file-image-p, org-find-overlays)
413         (org-find-row-type, org-get-indirect-buffer, org-get-repeat)
414         (org-highlight-until-next-command, org-isearch-end)
415         (org-match-any-p, org-next-link, org-previous-link):
416         (org-remove-subtree-entries-from-agenda, org-replace-escapes)
417         (org-rewrite-old-row-references)
418         (org-isearch-post-command)
419         (org-table-edit-move, org-table-edit-next-field)
420         (org-table-edit-scroll, org-table-edit-scroll-down)
421         (org-set-frame-title, org-show-reference)
422         (org-unhighlight-once, org-verify-change-for-undo): New functions.
423         (org-show-variable): Remove command.
424         (org-add-log-maybe): New arguments STATE, FINDPOS
425         (org-table-sort-lines): Rewrite from scratch.
426         (org-link-search): New argument AVOID-POS.
427         (org-print-icalendar-entries): Remove argument CATEGORY.
428         (org-run-agenda-series): Remove argument WONDOW.
429         (org-next-link, org-previous-link): New commands.
430         (org-agenda-date-format): New option.
431         (org-table-iterate): New command.
432         (org-table-modify-formulas)
433         (org-table-replace-in-formulas): Remove functions.
434         (org-table-fix-formulas): New function.
435         (org-table-insert-column, org-table-delete-column)
436         (org-table-move-column): Use `org-table-fix-formulas'.
437         (org-follow-gnus-link): Patch from Bastien/Leo.
438         (org-table-current-field-formula): New function.
439         (org-file-image-p): New function.
440         (org-agenda-show-new-time): New function.
441         (org-agenda-date-later): Call `org-agenda-show-new-time'.
442         (org-with-remote-undo): New macro.
443         (org-agenda-undo): New command.
444         (org-verify-change-for-undo): New function.
445         (org-time-stamp-format): New function.
446         (org-agenda-get-timestamps): Skip scheduled if DONE and requested
447         by user.
448         (org-match-any-p): New function.
449         (org-make-tags-matcher): Handle regular expressions for tag and
450         todo matches.
451         (org-read-date): Accept "+N" as input for a date relative to the
452         current date.
453         (org-remove-subtree-entries-from-agenda): New function.
454         (org-agenda-archive, org-agenda-kill):
455         Use `org-remove-subtree-entries-from-agenda'.
456         (org-do-sort, org-sort-entries): New functions.
457         (org-sort): New command.
458         (org-table-sort-lines): Use `org-do-sort'.
459         (org-fix-decoded-time): New function.
460         (org-table-number-regexp): Require 0x... to identify as number
461         in tables.
462         (org-startup-options): New keywords for note taking.
463         (org-upgrade-old-links): Remove function.
464         (org-get-repeat): New function.
465         (org-show-context): Also show siblings on current level.
466         (org-show-siblings): New function.
467         (org-isearch-end, org-isearch-post-command): New functions.
468         (org-show-siblings): New option.
469         (org-show-context): Use `org-show-siblings'.
470         (org-table-maybe-recalculate-line): No longer require `calc-eval'
471         to be bound, because user may just use elisp.
473 2007-02-24  Kim F. Storm  <storm@cua.dk>
475         * emulation/cua-base.el (cua-paste): Handle x-clipboard-yank.
476         (cua--init-keymaps): Remap x-clipboard-yank to cua-paste.
478 2007-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
480         * startup.el (command-line): Also check if the abbrev file is readable.
482 2007-02-24  John Paul Wallington  <jpw@pobox.com>
484         * net/tls.el (tls-certtool-program): Fix custom type.
486         * mail/feedmail.el (feedmail-message-id-generator)
487         (feedmail-date-generator): Fix custom types.
489         * mail/rmail.el (rmail-message-filter): Fix custom type.
491 2007-02-24  Eli Zaretskii  <eliz@gnu.org>
493         * startup.el (command-line): If simple.el cannot be found, proceed
494         with a warning message.
496 2007-02-24  Kenichi Handa  <handa@m17n.org>
498         * international/utf-8.el (utf-8-pre-write-conversion): Handle the
499         case that BEG is a string.
501 2007-02-24  Chris Moore  <dooglus@gmail.com>
503         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
504         * pgg-pgp.el (pgg-pgp-encrypt-region):
505         * pgg-gpg.el (pgg-gpg-encrypt-region):
506         Check pgg-encrypt-for-me if no other recipients.
508 2007-02-23  Eli Zaretskii  <eliz@gnu.org>
510         * mail/rmailedit.el (rmail-cease-edit): Restore the Rmail toolbar.
512         * textmodes/sgml-mode.el (sgml-validate): Quote the file name with
513         shell-quote-argument.
515 2007-02-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
517         * comint.el (comint-read-input-ring): Use comint-input-ring-size
518         from the comint buffer instead of the temporary one.
520 2007-02-23  David Reitter  <david.reitter@gmail.com>
522         * cus-edit.el (custom-save-all): Canonicalize custom-file before
523         storing it in recentf-exclude.
525 2007-02-23  Chong Yidong  <cyd@stupidchicken.com>
527         * startup.el (fancy-splash-screens): Make cursor-type buffer-local
528         in splash screen.
530 2007-02-22  J.D. Smith  <jdsmith@as.arizona.edu>
532         * progmodes/idlw-shell.el (idlwave-shell-mode): Clean up pending
533         commands, for restart.
534         (idlwave-shell-current-module): Fix handling of module name by type.
535         (idlwave-shell-break-in): Update type handling.
536         (idlwave-shell-bp-get): Encode type in BP structure.
537         (idlwave-shell-set-bp): Fix setting condition/count on disabled BPs.
538         (idlwave-shell-module-source-query): Query routine info based on type.
539         Fix path parsing for non-compiled files.
540         (idlwave-shell-module-source-filter): Don't signal error in filter
541         if no source found.
542         (idlwave-shell-set-bp-in-module): Use fallback source to prevent
543         filter race.
545 2007-02-22  Kim F. Storm  <storm@cua.dk>
547         * wid-edit.el (widget-default-create): Undo 2007-02-04 change.
548         (editable-field): Document need to put some text before the %v
549         escape in :format string.
551 2007-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
553         * vc-svn.el: Remove the code inherited from CVSREAD and `cvs edit'.
554         (vc-svn-use-edit): Remove unused config var.
555         (vc-svn-update, vc-svn-revert): Checkout is always implicit.
557         * outline.el (hide-sublevels): Keep empty last line, if available.
559         * buff-menu.el (list-buffers-noselect): Use explicit unicode code
560         rather than the corresponding unicode char, to make the code
561         more readable.
563 2007-02-19  Juanma Barranquero  <lekktu@gmail.com>
565         * speedbar.el (speedbar-frame-mode, speedbar-frame-width)
566         (speedbar-show-unknown-files, speedbar-item-info-file-helper)
567         (speedbar-item-info-tag-helper): Doc fixes.
569 2007-02-19  Kenichi Handa  <handa@m17n.org>
571         * international/mule-cmds.el (locale-language-names):
572         Map "eo" to "Esperanto".
574         * language/european.el ("Esperanto"): New language environment.
576 2007-02-17  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
578         * simple.el (kill-line): Doc fix.
580 2007-02-17  Kim F. Storm  <storm@cua.dk>
582         * emacs-lisp/bindat.el (bindat--unpack-u*): Optimize.
583         (bindat--unpack-item, bindat--length-group, bindat--pack-item)
584         (bindat--unpack-group, bindat--pack-group):
585         Handle vectors with optional element type.
587 2007-02-17  Daiki Ueno  <ueno@unixuser.org>
589         * pgg-gpg.el (pgg-gpg-process-region): Make USE-AGENT nil
590         if PASSPHRASE is given.
592 2007-02-17  Chris Moore <dooglus@gmail.com>
594         * jka-cmpr-hook.el (jka-compr-compression-info-list):
595         Recognize backups of bz2 compressed files.
597 2007-02-17  Eli Zaretskii  <eliz@gnu.org>
599         * info-look.el (info-lookup): Bind Info-fontify-maximum-menu-size
600         to nil to speed up lookup of the symbol in index nodes.
602 2007-02-17  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
604         * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
605         Add indentation for the constants of Lisp.
607 2007-02-16  Stefan Monnier  <monnier@iro.umontreal.ca>
609         * ps-print.el: Use (defvar <foo>) where applicable.
610         (ps-print-emacs-type): Remove.
611         (ps-x-frame-property, ps-e-frame-parameter): Remove.
612         (ps-frame-parameter): Align its call-convention with frame-parameter.
613         (ps-begin-job): Adjust calls to it appropriately.
614         (ps-setup): Don't print ps-print-emacs-type.
615         (ps-e-find-composition, ps-mark-active-p, ps-color-device):
616         Define in such a way that it's obvious that it's defined.
617         (ps-prsc, ps-c-prsc, ps-s-prsc): Remove.
618         (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
619         (ps-jts-ps-setup): Use flavor-neutral syntax instead.
621 2007-02-15  Alan Mackenzie  <acm@muc.de>
623         * progmodes/cc-cmds.el (c-indent-new-comment-line): When splitting
624         an empty one-line C-style comment, post-position point properly.
626 2007-02-15  Chris Moore  <dooglus@gmail.com>
628         * isearch.el (isearch-lazy-highlight-space-regexp): New variable.
629         (isearch-lazy-highlight-new-loop): Bind it.
630         (isearch-lazy-highlight-search): Use it.
632         * replace.el (replace-highlight): Bind search-whitespace-regexp to nil.
634 2007-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
636         * font-lock.el (font-lock-extend-region-wholelines):
637         Only return non-nil if the region has really been changed.
638         Reported by David Hansen <david.hansen@physik.fu-berlin.de>
640 2007-02-15  Juanma Barranquero  <lekktu@gmail.com>
642         * play/5x5.el (5x5-crack-xor-mutate): Doc fix.
643         (5x5-draw-grid-end, 5x5-make-xor-with-mutation, 5x5-mode, 5x5-crack)
644         (5x5-play-solution, 5x5-y-or-n-p): Fix typos in docstrings.
646 2007-02-14  Juanma Barranquero  <lekktu@gmail.com>
648         * faces.el (color-values): Revert changes to docstring from
649         2007-01-31 and 2000-09-07.
651         * textmodes/ispell.el (ispell-keep-choices-win, ispell-word)
652         (ispell-begin-skip-region-regexp): Fix typos in docstrings.
653         (ispell-dictionary-alist, ispell-process-line): Doc fixes.
654         (ispell-help): Fix typos in docstring and output message.
656 2007-02-14  Kim F. Storm  <storm@cua.dk>
658         * progmodes/grep.el (grep-files-aliases): Add tex and texi aliases.
659         (lgrep): Add DIR arg to start grep in specific directory, like rgrep.
660         (grep): Fix lgrep reference.
662         * disp-table.el (make-glyph-code, glyph-char, glyph-face): New defuns.
663         (standard-display-underline): Use make-glyph-code.
665         * descr-text.el (describe-char): Use glyph-char and glyph-face.
667         * international/latin1-disp.el (latin1-display-char):
668         Use make-glyph-code.
670 2007-02-13  Juanma Barranquero  <lekktu@gmail.com>
672         * ehelp.el (with-electric-help, electric-help-exit)
673         (electric-help-retain): Doc fixes.
675         * emacs-lisp/bytecomp.el (byte-compile-dest-file)
676         (byte-compile-file): Doc fixes.
678 2007-02-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
680         * term/mac-win.el: Change all uses of
681         mac-set-font-panel-visibility to mac-set-font-panel-visible-p.
682         (mac-ae-number): Return integer 0 if coerced result is float 0.0.
683         (mac-ae-get-url): Call select-frame-set-input-focus.
684         (mac-dnd-handle-drag-n-drop-event): Don't call
685         select-frame-set-input-focus.
687 2007-02-13  Kenichi Handa  <handa@m17n.org>
689         * international/characters.el: Fix documentation of category `a'.
691 2007-02-11  Dan Nicolaescu  <dann@ics.uci.edu>
693         * progmodes/grep.el (grep): Mention lgrep and rgrep in the docstring.
695 2007-02-12  Michael Albinus  <michael.albinus@gmx.de>
697         * net/tramp.el (tramp-get-ls-command, tramp-get-file-exists-command)
698         (tramp-get-remote-ln): Handle error case.
699         Reported by Chris Moore <dooglus@gmail.com>.
701 2007-02-11  Kim F. Storm  <storm@cua.dk>
703         * bindings.el (ctl-x-map): Remove register compatibility bindings
704         C-x /, C-x j, C-x x, and C-x g (deprecated since Emacs 19).
706 2007-02-11  Richard Stallman  <rms@gnu.org>
708         * loadhist.el (unload-feature): Handle (t . SYMBOL) entries
709         in load history.
711         * emacs-lisp/lisp-mode.el (indent-sexp): Clean up termination
712         condition -- don't fail to stop at endpos.
714 2007-02-11  Carsten Dominik  <dominik@science.uva.nl>
716         * textmodes/org.el (org-agenda-get-todos)
717         (org-agenda-get-timestamps, org-agenda-get-closed)
718         (org-agenda-get-deadlines, org-agenda-get-scheduled)
719         (org-agenda-get-blocks, org-format-agenda-item)
720         (org-agenda-change-all-lines, org-scan-tags): Rename text property
721         from `category' to `org-category'.
723 2007-02-11  Kenichi Handa  <handa@m17n.org>
725         * international/titdic-cnv.el (titdic-convert): Force files be written
726         with Unix-like eol format.  Read files under CXTERM-DIC by raw-text.
727         (miscdic-convert): Force files be written with Unix-like eol format.
729 2007-02-11  Juanma Barranquero  <lekktu@gmail.com>
731         * files.el (change-major-mode-with-file-name): Fix typo in docstring.
733         * calculator.el (calculator-prompt): Doc fix.
734         (calculator-mode-map): Fix typo in menu entry.
736 2007-02-10  Jay Belanger  <belanger@truman.edu>
738         * calculator.el (calculator): Do more extensive checking for when
739         3 lines should be used for the calculator.
741 2007-02-10  Eli Zaretskii  <eliz@gnu.org>
743         * info-look.el (info-lookup-make-completions):
744         Bind Info-fontify-maximum-menu-size to nil to speed up lookup of
745         index nodes.
747         * info.el (Info-fontify-maximum-menu-size): Document the effect
748         of a nil value.
749         (Info-fontify-node): Make sure Info-fontify-maximum-menu-size is
750         non-nil before using it as size.
752 2007-02-09  Chong Yidong  <cyd@stupidchicken.com>
754         * subr.el (insert-for-yank-1): Prevent read-only properties from
755         interfering with text property operations.
757         * image-mode.el (image-mode): Revert 2007-01-30 changes.
759         * image.el (image-type-auto-detectable): Don't autodetect x[pb]m.
760         (image-type-auto-detected-p): Fail if another match is found in
761         auto-mode-alist.
763         * files.el (magic-mode-alist): Call image-mode instead of
764         image-mode-maybe for autodetected images.
766 2007-02-09  Juanma Barranquero  <lekktu@gmail.com>
768         * mail/smtpmail.el (smtpmail-smtp-service, smtpmail-queue-index-file):
769         Fix typos in docstrings.
770         (smtpmail-local-domain, smtpmail-queue-mail): Doc fixes.
772 2007-02-09  Kim F. Storm  <storm@cua.dk>
774         * emacs-lisp/float-sup.el: Remove obsolete comment.
776 2007-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
778         * diff-mode.el (diff-sanity-check-hunk): Fix last fix.
780 2007-02-08  Karl Fogel  <kfogel@red-bean.com>
782         * simple.el: Revert previous change, at request of RMS:
783         (fundamental-mode-hook): Remove.
784         (fundamental-mode): Run after-change-major-mode-hooks manually,
785         and don't run the now-nonexistent fundamental-mode-hook.
787 2007-02-08  Karl Fogel  <kfogel@red-bean.com>
789         * simple.el (fundamental-mode-hook): Declare new hook.
790         (fundamental-mode): Run the new dedicated hook, and don't run
791         after-change-major-mode-hooks manually anymore.
793 2007-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
795         * vc-svn.el (vc-svn-merge-news): Understand the new format with two
796         added columns of chars.  Remove support for the "no-meta-info" format.
797         Prompted by Romain Francoise <romain@orebokech.com>.
799 2007-02-07  Nick Roberts  <nickrob@snap.net.nz>
801         * progmodes/gdb-ui.el (gdb-if-arrow): New macro.
802         (gdb-mouse-until, gdb-mouse-jump): Use it.
804 2007-02-07  Nick Roberts  <nickrob@snap.net.nz>
806         * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump): Make them
807         work when there is just an assembler buffer (no source buffer).
809 2007-02-07  Per Cederqvist  <ceder@lysator.liu.se>  (tiny change)
811         * diff-mode.el (diff-sanity-check-hunk): Don't reject the hunk
812         just because the diff was produced using "-p" (--show-c-function).
814 2007-02-07  Juanma Barranquero  <lekktu@gmail.com>
816         * faces.el (frame-set-background-mode): Use `color-values' and
817         `display-color-p', not `x-color-values' and `x-display-color-p'.
818         (face-valid-attribute-values): Use `defined-colors' instead of
819         `x-defined-colors'.
821 2007-02-07  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
823         * ps-print.ps: The ps-print commands without face printing should not
824         print background color.  Reported by Leo <sdl.web@gmail.com>.
825         (ps-print-version): New version 6.7.3.
826         (ps-begin-job): New arg.  Fix ps-default-background and
827         ps-default-foreground initialization.
828         (ps-face-attributes): Fix doc string.
829         (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
831         * printing.el: Fix ps-print link.
833 2007-02-06  Chong Yidong  <cyd@stupidchicken.com>
835         * faces.el (face-set-after-frame-default): Compile attributes to
836         be set by frame parameters before merging in X resources.
838 2007-02-06  Juanma Barranquero  <lekktu@gmail.com>
840         * simple.el (blink-matching-paren-dont-ignore-comments):
841         (blink-matching-paren-on-screen): Doc fixes.
843 2007-02-06  Nick Roberts  <nickrob@snap.net.nz>
845         * progmodes/gdb-ui.el (gdb-frames-mode): Truncate lines in stack buffer.
847 2007-02-05  Juanma Barranquero  <lekktu@gmail.com>
849         * loadhist.el (unload-feature): Silently ignore `load-history' entries
850         of the form `(defface . SYMBOL)', and treat `(autoload . SYMBOL)'
851         entries like `defun'.  Return nil.
853 2007-02-05  Kim F. Storm  <storm@cua.dk>
855         * ido.el: Doc fixes.
857 2007-02-04  David Kastrup  <dak@gnu.org>
859         * play/mpuz.el (mpuz-random-puzzle): Fix potential lockup when
860         `mpuz-allow-double-multiplicator' is non-zero, and correct
861         calculation of `min'.
863 2007-02-04  Per Abrahamsen  <abraham@dina.kvl.dk>
865         * wid-edit.el (widget-default-create): Insert new text at the
866         :from marker _after_ the marker, not before it.
868 2007-02-04  Alan Mackenzie  <acm@muc.de>
870         * progmodes/cc-cmds.el (c-indent-line): Don't erase ^L when a line
871         containing it is re-indented.
873 2007-02-03  Chong Yidong  <cyd@stupidchicken.com>
875         * net/newsticker.el (newsticker--insert-image): Update docstring,
876         and insert the image directly.
877         (newsticker--buffer-redraw): Update docstring.
879         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
880         Rename from define-global-minor-mode.
882         * progmodes/cwarn.el (global-cwarn-mode):
883         * emacs-lisp/autoload.el (make-autoload):
884         * hi-lock.el (global-hi-lock-mode):
885         * font-core.el (global-font-lock-mode): All callers changed.
887 2007-02-03  Eli Zaretskii  <eliz@gnu.org>
889         * textmodes/texnfo-upd.el (texinfo-menu-copy-old-description):
890         Don't copy @ignore lines into menu descriptions.
891         (texinfo-multi-file-update): Goto the @node line before attempting
892         to pluck the node name.
893         (texinfo-multiple-files-update): Reverse the optional arguments'
894         order, as per the doc string and the `interactive' form.
896 2007-02-03  Chong Yidong  <cyd@stupidchicken.com>
898         * image-mode.el: Use autoload to avoid overriding disabled setting
899         applied in .emacs.
901 2007-02-03  Alan Mackenzie  <acm@muc.de>
903         * progmodes/cc-engine.el (c-in-knr-argdecl): Slight correction
904         for, e.g. "void (*hdone)();" in a k&r list.  (No WS between
905         adjacent paren groups).
907 2007-02-02  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
909         * progmodes/ebnf2ps.el: Doc fixes.
910         (ebnf-eps-buffer, ebnf-eps-region, ebnf-syntax-alist): Doc fixes.
912 2007-02-02  Eli Zaretskii  <eliz@gnu.org>
914         * dired-x.el (dired-do-relsymlink): Add reference to
915         dired-do-symlink.  Add an autoload cookie.
917         * dired-aux.el (dired-do-symlink): Add reference to
918         dired-do-relsymlink.
920 2007-02-02  Doug Maxey  <dwm@enoyolf.org>  (tiny change)
922         * mouse.el <left-fringe mouse-2, right-fringe mouse-3>:
923         <left-fringe mouse-3>: New bindings.
925 2007-02-02  Ulf Jasper  <ulf.jasper@web.de>
927         * newsticker.el (newsticker-version): Changed to "1.10".
928         (newsticker--set-customvar): Doc string.
929         (newsticker-new-item-face): Doc string.
930         (newsticker-mode): Initialize `invisibility-spec' with t.
931         (newsticker-mode-map): Added
932         `newsticker-mark-all-items-at-point-as-read'.
933         (newsticker-menu): Added narrow-to-item and narrow-to-feed.
934         (newsticker-w3m-show-inline-images): Do not call
935         `w3m-remove-image'.
936         (newsticker--buffer-after-w3m-insert-image): New advice for
937         w3m-insert-image to cache images.
938         (newsticker-next-item-same-feed): New.
939         (newsticker-mark-all-items-at-point-as-read-and-redraw): New.
940         (newsticker-mark-all-items-of-feed-as-read): New.
941         (newsticker-mark-all-items-at-point-as-read): Use new functions.
942         (newsticker-mark-item-at-point-as-read): Doc string.
943         (newsticker-mark-item-at-point-as-read): Use new functions.
944         (newsticker--do-mark-item-at-point-as-read): New, extracted from
945         `newsticker-mark-item-at-point-as-read'.
946         (newsticker-hide-entry): Use (t) instead of t for invisibility.
947         (newsticker--sentinel): Yet another xml-parser workaround.
948         (newsticker--decode-iso8601-date): Bugfix for datestrings without
949         days.
950         (newsticker--buffer-do-insert-text): Fix.
951         (newsticker--buffer-insert-enclosure): Fix. length might be missing.
952         (newsticker--buffer-make-item-completely-visible):
953         `switch-to-buffer' not necessary.
955 2007-02-02  Eli Zaretskii  <eliz@gnu.org>
957         * progmodes/ebnf2ps.el (ebnf-eps-buffer, ebnf-eps-region)
958         (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-region)
959         (ebnf-style-database, ebnf-apply-style, ebnf-reset-style)
960         (ebnf-push-style, ebnf-pop-style, ebnf-eps-production-list)
961         (ebnf-directory, ebnf-file, ebnf-syntax-alist): Doc fixes.
963 2007-02-02  Kenichi Handa  <handa@m17n.org>
965         * international/quail.el (quail-show-key): Fix an error message.
967 2007-02-01  Juanma Barranquero  <lekktu@gmail.com>
969         * faces.el (set-face-underline-p, modify-face): Rename arg
970         UNDERLINE-P to UNDERLINE (it is not a flag).
972 2007-02-01  Nick Roberts  <nickrob@snap.net.nz>
974         * progmodes/gdb-ui.el (gdb-speedbar-update): Avoid duplication
975         when adding gdb-speedbar-update to gdb-input-queue.
977 2007-02-01  Kenichi Handa  <handa@m17n.org>
979         * international/quail.el (quail-show-key): Signal an error if the
980         current input method is not using Quail.
982 2007-02-01  J.D. Smith  <jdsmith@as.arizona.edu>
984         * progmodes/idlwave.el (idlwave-xml-create-sysvar-alist):
985         Trim leading whitespace in sysvar names.
987 2007-02-01  Juanma Barranquero  <lekktu@gmail.com>
989         * faces.el (internal-find-face, internal-get-face): Doc fixes.
991 2007-01-31  Juanma Barranquero  <lekktu@gmail.com>
993         * ido.el (ido-set-common-completion): Use `let', not `let*'.
995 2007-01-31  Romain Francoise  <romain@orebokech.com>
997         * comint.el: Delete extra copy of `comint-copy-old-input' added in
998         previous change to this file.
1000 2007-01-31  Jason Rumney  <jasonr@gnu.org>
1002         * files.el (magic-mode-alist): Use image-mode-maybe rather than
1003         image-mode.
1005         * image-mode.el (image-mode-maybe): Prevent magic-mode-alist from
1006         interfering with attempt to set major mode from modified
1007         auto-mode-alist.
1009 2007-01-31  Juanma Barranquero  <lekktu@gmail.com>
1011         * faces.el (color-values): Doc fix.
1012         (face-differs-from-default-p): Don't check :foreground twice.
1014 2007-01-31  J.D. Smith  <jdsmith@as.arizona.edu>
1016         * comint.el (comint-mode): Prevent non-keyword fontification by default.
1018 2007-01-31  Kenichi Handa  <handa@m17n.org>
1020         * international/quail.el (quail-store-decode-map-key): Store a
1021         translated character too.
1022         (quail-char-equal-p): New function.
1023         (quail-find-key1): Check character equality by quail-char-equal-p.
1024         (quail-decode-map-generated): New variable.
1025         (quail-find-key): Check quail-decode-map-generated and re-generate
1026         a decode map if necessary.
1028 2007-01-30  Richard Stallman  <rms@gnu.org>
1030         * tutorial.el (tutorial--detailed-help): Make the list of
1031         changed keys look nicer.
1033 2007-01-30  Nick Roberts  <nickrob@snap.net.nz>
1035         * progmodes/gdb-ui.el (gdb-var-delete-1): New function.
1036         (gdb-var-delete): Use it.
1037         (gdb-var-update-handler-1): Handle value "invalid" for MI field
1038         `in_scope'.
1040 2007-01-30  Michael Albinus  <michael.albinus@gmx.de>
1042         * files.el (get-free-disk-space): Return nil for remote directories.
1044         * net/ange-ftp.el (ange-ftp-ls): In case of wildcards, use "ls"
1045         instead of "dir".
1047 2007-01-30  Chong Yidong  <cyd@stupidchicken.com>
1049         * type-break.el (type-break-catch-up-event): New function.
1050         (type-break-demo-hanoi, type-break-demo-life)
1051         (type-break-demo-boring): Use it.
1053         * image-mode.el (image-mode): Don't automatically view as image.
1054         (image-toggle-display): Add `disabled' property.
1056 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
1058         * isearchb.el (isearchb-iswitchb):
1059         * ps-print.el (ps-build-face-reference):
1060         * emacs-lisp/shadow.el (list-load-path-shadows):
1061         * eshell/esh-cmd.el (eshell-rewrite-for-command):
1062         * international/mule.el (find-auto-coding):
1063         * mail/supercite.el (sc-attrib-selection-list):
1064         * progmodes/cc-defs.el (c-emacs-features):
1065         * progmodes/cc-vars.el (c-offsets-alist):
1066         * progmodes/flymake.el
1067         (flymake-init-create-temp-source-and-master-buffer-copy):
1068         Fix typos in docstrings (some suggested by Chris Moore).
1070         * progmodes/vhdl-mode.el (vhdl-components-package-name)
1071         (vhdl-get-library-unit, vhdl-corresponding-begin)
1072         (vhdl-skip-case-alternative, vhdl-backward-skip-label)
1073         (vhdl-align-region-2, vhdl-electric-dash, vhdl-case-word)
1074         (vhdl-hooked-abbrev, vhdl-hs-forward-sexp-func)
1075         (vhdl-font-lock-match-item): Fix typos in docstrings.
1076         (vhdl-get-library-unit, vhdl-get-block-state, vhdl-sort-alist)
1077         (vhdl-set-offset, vhdl-fix-case-region-1, vhdl-scan-directory-contents)
1078         (vhdl-speedbar-insert-project-hierarchy):
1079         Improve argument/docstring consistency.
1081 2007-01-29  Kenichi Handa  <handa@m17n.org>
1083         * international/titdic-cnv.el (py-converter): Fix previous change.
1085 2007-01-29  Chong Yidong  <cyd@stupidchicken.com>
1087         * jka-compr.el (jka-compr-partial-uncompress)
1088         (jka-compr-call-process): Rebind default-directory if it is
1089         invalid.  Suggested by Chris Moore.
1091         * comint.el (comint-insert-input): Handle situation where the
1092         selected buffer is not the clicked buffer.
1094 2007-01-29  Kenichi Handa  <handa@m17n.org>
1096         * international/ja-dic-cnv.el (skkdic-convert):
1097         Add byte-compile-disable-print-circle:t at the head.
1099         * international/titdic-cnv.el (tit-process-header):
1100         Add byte-compile-disable-print-circle:t at the head.
1101         (miscdic-convert): Likewise.
1102         (py-converter): Skip the header comments.
1104         * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle):
1105         New variable.
1106         (byte-compile-output-file-form): Bing print-circle to nil if
1107         byte-compile-output-file-form is not nil.
1108         (byte-compile-output-docform): Likewise.
1110 2007-01-28  Kim F. Storm  <storm@cua.dk>
1112         * emulation/cua-base.el (cua-global-keymap, cua--region-keymap):
1113         Declare earlier to avoid byte compiler warnings.
1115 2007-01-28  Markus Triska  <markus.triska@gmx.at>
1117         * speedbar.el (speedbar-make-specialized-keymap): Doc fix.
1119 2007-01-28  Chong Yidong  <cyd@stupidchicken.com>
1121         * play/gamegrid.el (gamegrid-kill-timer): Cancel timer directly.
1122         (gamegrid-add-score-with-update-game-score-1): Allow local quits
1123         when calling update-game-score program.  Remove unnecessary
1124         save-excursion.
1126         * play/tetris.el (tetris-new-shape): Stop drawing if game is over.
1128 2007-01-28  Nick Roberts  <nickrob@snap.net.nz>
1130         * progmodes/gdb-ui.el (gdb-breakpoint-regexp): Declare earlier to
1131         avoid compiler warning.
1132         (gdb-var-update-handler-1): Consider that the MI field `in_scope'
1133         might have values other than "true" or "false".
1135 2007-01-28  Richard Stallman  <rms@gnu.org>
1137         * textmodes/fill.el (fill-paragraph-function): Doc fix.
1138         (fill-paragraph): Bind fill-paragraph-function to t to avoid recursion.
1140         * emacs-lisp/pp.el (pp-eval-last-sexp): Don't eval here.
1142         * image.el (image-type-header-regexps): Make GIF regex more specific.
1144         * tutorial.el (tutorial--default-keys): Check M-DEL, not `M-backspace'.
1145         Don't check `backspace'.
1146         (tutorial--find-changed-keys): Look up bindings in a temp buffer
1147         in Fundamental mode.
1149         * startup.el (fancy-splash-text, normal-splash-screen):
1150         Mention C-g.
1152         * simple.el (eval-expression): Don't use eval-last-sexp-print-value
1153         when inserting in buffer.
1155         * vc-arch.el (vc-arch-file-id): Move with-current-buffer
1156         inside the if.
1158 2007-01-27  Richard Stallman  <rms@gnu.org>
1160         * obsolete/awk-mode.el (awk-font-lock-keywords): Add "do".
1162 2007-01-27  Guanpeng Xu  <herberteuler@hotmail.com>
1164         * add-log.el (add-log-current-defun): Skip the semicolon ``;'' for
1165         enum/union/struct/class definition.
1166         Revert change to call `forward-sexp' multiple times.
1168 2007-01-27  Chong Yidong  <cyd@stupidchicken.com>
1170         * files.el (hack-local-variables-confirm): Don't keep trying to
1171         read an event from an empty kbd macro.
1173 2007-01-27  Eli Zaretskii  <eliz@gnu.org>
1175         * server.el (server-start): Mention LEAVE-DEAD arg in the doc string.
1177 2007-01-27  Ben North  <ben@redfrontdoor.org>
1179         * outline.el (outline-promote, outline-demote): Doc fix.  Rename
1180         the arg CHILDREN -> WHICH.
1182 2007-01-27  Michael Albinus  <michael.albinus@gmx.de>
1184         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Set
1185         default-directory to a sane value when calling start-process.
1187 2007-01-27  Eli Zaretskii  <eliz@gnu.org>
1189         * ls-lisp.el (ls-lisp-use-localized-time-format): New defcustom.
1190         (ls-lisp-format-time-list): Doc fix.  Mention
1191         ls-lisp-use-localized-time-format.
1192         (ls-lisp-format-time): Use ls-lisp-format-time-list if
1193         ls-lisp-use-localized-time-format is non-nil, even if a valid
1194         locale is defined.
1196 2007-01-27  Juanma Barranquero  <lekktu@gmail.com>
1198         * jka-compr.el (jka-compr-shell): Doc fix.
1200         * jka-cmpr-hook.el (jka-compr-compression-info-list): Doc fix.
1202 2007-01-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1204         * ps-print.ps: Fix background height.
1205         (ps-print-version): New version 6.7.2.
1207 2007-01-26  Eli Zaretskii  <eliz@gnu.org>
1209         * makefile.w32-in (finder-data, custom-deps): Depend on
1210         $(lisp)/loaddefs.el.
1212 2007-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
1214         * Makefile.in (custom-deps, finder-data): Add dependency to loaddefs.el.
1216 2007-01-24  Miles Bader  <miles@gnu.org>
1218         * emacs-lisp/bytecomp.el (byte-compile-output-file-form)
1219         (byte-compile-output-docform): Bind `print-circle' to t.
1221 2007-01-24  Kenichi Handa  <handa@m17n.org>
1223         * international/ja-dic-cnv.el (skkdic-convert): Insert a related
1224         file name of the original SKK dictionary file.
1226 2007-01-24  Kim F. Storm  <storm@cua.dk>
1228         * ido.el (ido-initial-position): New variable.
1229         (ido-read-internal): Set it if default item is specified.
1230         (ido-minibuffer-setup): Position cursor accordingly if set.
1231         (ido-edit-input): C-e moves to end of input if not already there.
1232         (ido-magic-backward-char): C-b does like M-b if prev char is /.
1233         Don't switch to buffer mode if repeating C-b at start of input.
1234         (ido-toggle-ignore): C-a only toggles ignore at start or end of
1235         input; else it moves to start of input.
1236         (ido-kill-buffer-at-head, ido-delete-file-at-head): If cursor is
1237         not at end of input, delete rest of input, rather than normal op.
1239 2007-01-23  Michael Kifer  <kifer@cs.stonybrook.edu>
1241         * viper-keym.el (viper-insert-basic-map): Delete binding for S-TAB.
1243         * ediff-util.el (ediff-clone-buffer-for-region-comparison): Change text
1244         of message.  Activate mark.
1245         (ediff-activate-mark): Set transient-mark-mode to t.
1247         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise): Doc fix.
1249 2007-01-23  Martin Rudalics  <rudalics@gmx.at>
1251         * help-fns.el (describe-variable): Don't suppress display of
1252         buffer local value when the value is "large".
1254 2007-01-22  Kim F. Storm  <storm@cua.dk>
1256         * ido.el (ido-active): Add XEmacs test from ido-minibuffer-setup.
1257         (ido-initiate-auto-merge, ido-exhibit, ido-minibuffer-setup)
1258         (ido-tidy): Use ido-active.
1260 2007-01-22  Chris Moore  <christopher.ian.moore@gmail.com>
1262         * hexl.el (hexl-mode-exit): Add missing quote.
1264 2007-01-22  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1266         * term/mac-win.el (mac-keyboard-modifier-mask-alist): New constant.
1267         (mac-ae-keyboard-modifiers): New function.
1268         (mac-handle-toolbar-switch-mode): Use it.
1269         (mac-dnd-handle-drag-n-drop-event): Likewise.  Set action to `copy'
1270         if keyboard modifiers on drop contain option key.
1271         (mac-dnd-drop-data): Add optional argument `action'.
1272         (special-event-map): Remove binding for M-drag-n-drop.
1274 2007-01-21  Guanpeng Xu  <herberteuler@hotmail.com>
1276         * add-log.el (add-log-current-defun): Use CC Mode functions to
1277         find the beginning and end of a defun.
1279 2007-01-21  Nick Roberts  <nickrob@snap.net.nz>
1281         * progmodes/gdb-ui.el (gdb-var-create-regexp)
1282         (gdb-var-create-handler): Handle value field in GDB output of
1283         -var-create.
1284         (gdb-max-frames): New variable.
1285         (gdb-stack-buffer, gdb-frames-select): Use it.
1286         (gdb-info-stack-custom): Help user customize gdb-max-frames,
1287         if necessary.
1288         (gdb-get-frame-number): Simplify.
1290 2007-01-21  Glenn Morris  <rgm@gnu.org>
1292         * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
1293         Update copyrights.
1295 2007-01-21  Alan Mackenzie  <acm@muc.de>
1297         * progmodes/cc-cmds.el (c-where-wrt-brace-construct): Correct the
1298         handling of K&R stuff.
1300 2007-01-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1302         * textmodes/bibtex.el (bibtex-files): Fix customization type.
1304 2007-01-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1306         * ps-print.el: Handle frame parameters (background and/or foreground
1307         colors) changing dynamically.  Reported by Leo <sdl.web@gmail.com>.
1308         (ps-print-version): New version 6.7.1.
1309         (ps-x-frame-property, ps-e-frame-parameter): New aliases.
1310         (ps-frame-parameter): New fun.
1311         (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
1312         Fix doc and customization.
1313         (ps-begin-job): Get frame parameters (background and/or foreground
1314         colors).
1315         (ps-do-despool): Ensure ps-printer-name has a valid value.
1317 2007-01-21  Nick Roberts  <nickrob@snap.net.nz>
1319         * progmodes/gdb-ui.el (gdb-debug-log): Rename from gdb-debug-ring.
1320         (gdb-debug-log-max): Rename from gdb-debug-ring-max.
1321         (gud-gdba-marker-filter): Make a value of nil for gdb-debug-ring-max
1322         mean unlimited.
1324 2007-01-20  Alan Mackenzie  <acm@muc.de>
1326         * progmodes/cc-engine.el (c-in-knr-argdecl): Reformulate to do
1327         much more rigorous analysis of putative K&R regions.
1329 2007-01-20  Alan Mackenzie  <acm@muc.de>
1331         * progmodes/cc-defs.el (c-go-list-forward, c-go-list-backward):
1332         New functions.
1334 2007-01-20  Alan Mackenzie  <acm@muc.de>
1336         * progmodes/cc-align.el, progmodes/cc-cmds.el,
1337         * progmodes/cc-defs.el, progmodes/cc-engine.el,
1338         * progmodes/cc-langs.el, progmodes/cc-styles.el,
1339         * progmodes/cc-vars.el: Add my name.
1341 2007-01-20  Chong Yidong  <cyd@stupidchicken.com>
1343         * files.el (find-alternate-file): Revert query message to Emacs 21
1344         version.
1346 2007-01-20  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
1348         * progmodes/cperl-mode.el (cperl-electric-keywords): Document in
1349         the doc string how to use personal abbrevs without electric
1350         keywords.
1352 2007-01-20  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
1354         * lisp/emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
1355         Fixed cursor position when toggle abbreviated display.
1357 2007-01-20  Nick Roberts  <nickrob@snap.net.nz>
1359         * t-mouse.el: Update copyright following assignment by
1360         Alessandro Rubini.
1362 2007-01-20  Chong Yidong  <cyd@stupidchicken.com>
1364         * type-break.el (type-break-demo-hanoi, type-break-demo-life)
1365         (type-break-demo-boring): Call read-event instead of read-char.
1367 2007-01-19  Daniel Pfeiffer  <occitan@esperanto.org>  (small change)
1369         * progmodes/compile.el: Add handling for makepplog.
1371 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
1373         * textmodes/ispell.el (ispell-change-dictionary): Ensure that
1374         aspell dictionaries are initialized when called non-interactively.
1376 2007-01-19  Chong Yidong  <cyd@stupidchicken.com>
1378         * progmodes/compile.el (compilation-loop): New arg limit.
1379         Handle case where the first error is at point-min.
1380         (compilation-next-error): New arg to compilation-loop call.
1382 2007-01-18  Bruno Haible  <bruno@clisp.org>  (tiny change)
1384         * info.el (Info-default-dirs): Change default info dir to
1385         share/info.
1387         * paths.el (Info-default-directory-list): Ditto.
1389 2007-01-18  Chris Moore  <christopher.ian.moore@gmail.com>
1391         * hexl.el (hexl-before-revert-hook): New function.
1392         (hexl-mode): Use it.
1393         (hexl-after-revert-hook): Just call hexl-mode.
1394         (hexl-mode-exit): Remove before-revert-hook.
1396 2007-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1398         * isearch.el (isearch-no-upper-case-p): Look for [:upper:] as well.
1400 2007-01-16  Martin Rudalics  <rudalics@gmx.at>
1402         * textmodes/ispell.el (ispell-dictionary-alist-3): Replace "---"
1403         by "-" in francais7 otherchars entry.
1404         (ispell-dictionary-alist-5): Replace "." by "[.]" for polish
1405         otherchars entry.
1407 2007-01-15  Karl Fogel  <kfogel@red-bean.com>
1409         * bookmark.el (bookmark-buffer-file-name): Abbreviate the bookmark
1410         path.  Rewrite function in `cond' style for readability.
1412         Suggested by: Stephen Eglen <S.J.Eglen{_AT_}damtp.cam.ac.uk>.
1413         (The path shortening, that is, not the rearrarangement.)
1415 2007-01-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1417         * term/mac-win.el (mac-ae-quit-application): New function.
1418         (mac-apple-event-map): Bind "quit application" Apple event to it.
1420 2007-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1422         * vc-svn.el (vc-svn-parse-status): Trust the filename argument more
1423         than the program's output.
1425 2007-01-14  Juanma Barranquero  <lekktu@gmail.com>
1427         * kmacro.el (kmacro-insert-counter, kmacro-set-counter)
1428         (kmacro-start-macro-or-insert-counter)
1429         (kmacro-step-edit-prefix-commands): Fix typos in docstrings.
1430         (kmacro-call-ring-2nd, kmacro-call-ring-2nd-repeat): Doc fixes.
1432         * longlines.el (longlines-show-hard-newlines):
1433         * ruler-mode.el (ruler-mode-ruler):
1434         * emulation/keypad.el (keypad-setup):
1435         * progmodes/antlr-mode.el (antlr-indent-at-bol-alist):
1436         Fix typo in docstring.
1438 2007-01-13  Mathias Dahl  <mathias.dahl@gmail.com>
1440         * tumme.el (tumme-cmd-rotate-original-options): Add -outfile option.
1441         Remove redirect character ">".
1443 2007-01-13  Juanma Barranquero  <lekktu@gmail.com>
1445         * replace.el (perform-replace): Remove leftover code.
1447 2007-01-12  Richard Stallman  <rms@gnu.org>
1449         * replace.el (perform-replace): Don't clear NODENT when computing
1450         the replacement string.
1452 2007-01-11  Michael Albinus  <michael.albinus@gmx.de>
1454         * net/tramp.el (tramp-handle-file-local-copy):
1455         Set `enable-multibyte-characters' to nil.  Reported by Chris Moore
1456         <christopher.ian.moore@gmail.com>.
1458 2007-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1460         * diff-mode.el (diff-sanity-check-context-hunk-half)
1461         (diff-sanity-check-hunk): New functions.
1462         (diff-find-source-location): Use'em to check the hunks are well-formed.
1464         * hexl.el (hexlify-buffer, dehexlify-buffer): Don't complain and don't
1465         activate undo when undo is not active.
1466         Reported by Chris Moore <christopher.ian.moore@gmail.com>.
1468 2007-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1470         * ffap.el (ffap-next-regexp, ffap-machine-p, ffap-newsgroup-regexp)
1471         (ffap-newsgroup-p, ffap-alist, ffap-string-at-point-mode-alist)
1472         (ffap-url-at-point): Use char-classes rather than "a-z".
1474 2007-01-10  Juanma Barranquero  <lekktu@gmail.com>
1476         * ediff-init.el (ediff-autostore-merges):
1477         * textmodes/fill.el (fill-region): Doc fix.
1479 2007-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1481         * server.el (server-ensure-safe-dir): UIDs may be floats.
1483 2007-01-10  Richard Stallman  <rms@gnu.org>
1485         * battery.el (battery-linux-proc-acpi): Use ignore-errors
1486         around calls to directory-files.
1488         * subr.el (momentary-string-display): Use save-excursion.
1490         * emacs-lisp/pp.el (pp-eval-expression): Once again eval the
1491         argument, but read it as `X' does.
1493 2007-01-09  Juri Linkov  <juri@jurta.org>
1495         * info.el (Info-fontify-node): Don't hide node names of index entries.
1497         * faces.el (momentary): Change :group to basic-faces where all
1498         basic faces belong to.  Add :version.
1500 2007-01-09  Lennart Borgman  <lennart.borgman.073@student.lu.se>
1502         * tutorial.el (tutorial--display-changes): Show M-x sequence if no
1503         keybinding is found.
1504         (tutorial--find-changed-keys): Never treat null keybinding as a
1505         remapping.
1507 2007-01-09  Martin Rudalics  <rudalics@gmx.at>
1509         * wdired.el (wdired-xcase-word): Skip non-word read-only characters.
1511 2007-01-09  Kenichi Handa  <handa@m17n.org>
1513         * international/mule-cmds.el
1514         (select-safe-coding-system-interactively): Fix message.
1516 2007-01-09  Michael Albinus  <michael.albinus@gmx.de>
1518         * net/tramp.el (tramp-process-one-action): Remove `with-timeout'.
1519         (tramp-process-actions): Add optional parameter TIMEOUT.
1520         (tramp-open-connection-telnet, tramp-open-connection-rsh)
1521         (tramp-open-connection-su): Add timeout of 60".
1523 2007-01-09  Richard Stallman  <rms@gnu.org>
1525         * progmodes/compile.el (compile): Doc fix.
1527 2007-01-09  Markus Triska  <markus.triska@gmx.at>
1529         * tumme.el (tumme-display-thumb): Doc fix.
1531 2007-01-08  Juanma Barranquero  <lekktu@gmail.com>
1533         * battery.el (battery-search-for-one-match-in-files):
1534         * bindings.el (mode-line-minor-mode-help):
1535         * x-dnd.el (x-dnd-types-alist):
1536         * calendar/icalendar.el (icalendar-import-buffer):
1537         * term/mac-win.el (mac-dnd-types-alist): Fix typo in docstring.
1539         * progmodes/vhdl-mode.el (vhdl-save-caches): Fix typo in error message.
1541 2007-01-07  Chris Moore  <christopher.ian.moore@gmail.com>
1543         * replace.el (replace-regexp): Fix typo in docstring.
1545 2007-01-07  Alan Mackenzie  <acm@muc.de>
1547         * progmodes/cc-langs.el (c-operators, c-filter-ops):
1548         Amend doc-string and comments.
1550 2007-01-06  Eli Zaretskii  <eliz@gnu.org>
1552         * files.el (abbreviate-file-name): Doc fix.
1554 2007-01-06  Markus Triska  <triska@gmx.at>
1556         * subr.el (split-string): Remove spurious ")" from doc string.
1558 2007-01-05  Takaaki Ota  <Takaaki.Ota@am.sony.com>
1560         * textmodes/table.el (table--warn-incompatibility):
1561         Use display-warning instead of momentary-string-display.
1563 2007-01-05  Richard Stallman  <rms@gnu.org>
1565         * image.el (image-type-header-regexps): Recognize xbm more strictly.
1567         * simple.el (backward-kill-word): Doc fix.
1569 2007-01-05  Romain Francoise  <romain@orebokech.com>
1571         * international/mule.el (sgml-html-meta-auto-coding-function):
1572         Ensure that the buffer contains a HTML document.
1574 2007-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
1576         * faces.el (momentary): Move here ...
1577         * subr.el (momentary): ... from here.
1579 2007-01-05  Nick Roberts  <nickrob@snap.net.nz>
1581         * progmodes/gdb-ui.el (gdb-max-children): New customizable variable.
1582         (gdb-speedbar-expand-node): Ask user for confirmation before expanding
1583         large structures/arrays.
1585 2007-01-04  Juanma Barranquero  <lekktu@gmail.com>
1587         * files.el (find-file-noselect-1, set-visited-file-name):
1588         Allow backup-enable-predicate to be nil.
1590 2007-01-04  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
1592         * subr.el (momentary): New face.
1593         (momentary-string-display): Display the string via a temporary
1594         overlay using the new face, instead of inserting it in the buffer.
1596 2007-01-04  Andreas Schwab  <schwab@suse.de>
1598         * progmodes/ebrowse.el (ebrowse-global-prefix-key): Fix typo in
1599         last change.
1601 2007-01-03  Richard Stallman  <rms@gnu.org>
1603         * woman.el (woman-decode-buffer): Clarify error message.
1605 2007-01-03  Alan Mackenzie  <acm@muc.de>
1607         * progmode/cc-cmds.el (c-mask-paragraph): Fix yesterday's buggy
1608         patch.
1610 2007-01-03  Chris Moore  <christopher.ian.moore@gmail.com>
1612         * tutorial.el (tutorial--describe-nonstandard-key): Fix typo.
1614 2007-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1616         * iswitchb.el (iswitchb-global-map): Use command-remapping if available.
1618 2007-01-02  Juanma Barranquero  <lekktu@gmail.com>
1620         * emulation/viper.el (viper-custom-file-name, viper-mode):
1621         Fix typos in docstrings.
1623         * subr.el (momentary-string-display): After moving point, set POS
1624         variable to it to avoid later errors once the buffer is modified.
1625         Doc fix.
1627 2007-01-02  Alan Mackenzie  <acm@muc.de>
1629         * progmodes/cc-cmds.el (c-mask-paragraph): In a block comment,
1630         check that the "*/" is present before trying to manipulate it.
1632 2007-01-02  Richard Stallman  <rms@gnu.org>
1634         * wid-edit.el (widget-choose): Avoid ugly error for function keys.
1636         * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords):
1637         Fix format of value.
1639         * cus-edit.el (customize-unsaved): Rename from customize-customized.
1640         Change messages accordingly.
1641         (customize-customized): Now alias.
1643 2007-01-02  Juanma Barranquero  <lekktu@gmail.com>
1645         * files.el (version-control): Doc fix.
1647 2007-01-01  Alan Mackenzie  <acm@muc.de>
1649         * progmodes/cc-engine.el (c-guess-basic-syntax, case 5N):
1650         Check the format of c-state-cache is valid for an optimisation before
1651         using it.
1653         * progmodes/cc-engine.el (c-guess-basic-syntax): New case 5Q "we
1654         are at a statement within a macro".  Other changes so that only
1655         the first continuation line in a macro gets the symbol
1656         `cpp-define-intro', the others getting `statement', or whatever.
1658         * progmodes/cc-cmds.el (c-context-line-break): When invoked within
1659         a string, preserve whitespace.  Add a backslash only when also in
1660         a macro.
1662         * progmodes/cc-defs.el: Correct typos.
1664         * progmodes/cc-cmds.el (c-context-line-break): Don't indent the
1665         new line after an escaped EOL in a string.
1667         * progmodes/cc-engine.el (c-forward-label): Recognise "foo:" as a
1668         label when it directly follows "else", "do", ....
1670         * progmodes/cc-engine.el (c-backward-<>-arglist): Tolerate empty
1671         angle brackets (as seen in "explicit specialisations" of C++
1672         templates).
1674         * progmodes/cc-vars.el (c-indentation-style): Mention c-file-style
1675         in the doc-string.
1677         * progmodes/cc-cmds.el (c-mask-paragraph): Fix for C comments,
1678         when the comment ender looks like "=========*/" and is alone on
1679         its line.
1681         * progmodes/cc-langs.el, progmodes/cc-engine.el: Correct the
1682         spelling of c-opt-op-identiTier-prefix, t -> f.  Leave an alias
1683         for the old name.
1685         * progmodes/cc-mode.el: Bind C-M-a and C-M-e to
1686         c-\(beginning\|end\)-of-defun by default.
1688         * progmodes/cc-align.el (c-lineup-gnu-DEFUN-intro-cont):
1689         New line-up function, for the DEFUN macro in the Emacs C sources.
1690         Only used in "gnu" style.
1692         * progmodes/cc-styles.el (c-style-alist): Use this new function in
1693         the "gnu" style.
1695         * progmodes/cc-cmds.el (c-electric-slash): Extend the handling of
1696         clean-up comment-close-slash also to work when there's a comment
1697         terminator on the line.
1698         (c-beginning-of-defun, c-end-of-defun): Refactor and optimise
1699         these for large arg - only take account of top level {..}, except
1700         for initial and final adjustments.  M-- C-M-[ae] now go to the
1701         right defuns when the starting point is between defuns.  They use
1702         the four new functions:
1703         (c-in-function-trailer-p, c-where-wrt-brace-construct)
1704         (c-backward-to-nth-BOF-{, c-forward-to-nth-EOF-}): New functions to
1705         support c-\(beginning\|end\)-of-defun.
1707         * progmodes/cc-engine.el (c-forward-label): Analyze ":"
1708         expressions more rigorously, to exclude bit-field specifiers from
1709         being classed as labels.
1710         (c-forward-label): When analyzing a ":" within a macro, be careful
1711         about using c-forward-syntactic-ws at the macro beginning.
1712         (c-beginning-of-decl-1): Whilst searching for "=" as evidence of a
1713         stmt boundary, check for "operator=", etc.
1715         * progmodes/cc-mode.el (c-postprocess-file-styles):
1716         Bind inhibit-read-only to t, around the call to
1717         c-remove-any-local-eval-or-mode-variables, so that it works on a
1718         RO file.
1720         * progmodes/cc-defs.el (c-version): Update the version number to
1721         "5.31.4".
1723 2007-01-01  Richard Stallman  <rms@gnu.org>
1725         * isearch.el (isearch-done): Use FOUND-POINT or FOUND-START
1726         only if we restored isearch-window-configuration.
1728 2006-12-31  Romain Francoise  <romain@orebokech.com>
1730         * net/tramp.el (tramp-default-method): Don't use `symbol-function'.
1732 2006-12-31  Kim F. Storm  <storm@cua.dk>
1734         * files.el (auto-mode-case-fold): New defcustom.
1735         (set-auto-mode): If non-nil, perform second case-sensitive pass
1736         through auto-mode-alist if first pass failed.
1738 2006-12-30  Richard Stallman  <rms@gnu.org>
1740         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Doc fix.
1742 2006-12-30  Ken Manheimer  <ken.manheimer@gmail.com>
1744         * allout.el (allout-encrypt-string): Handle symmetric-key
1745         passphrase caching but leave keypair caching to pgg.
1747 2006-12-30  Michael Albinus  <michael.albinus@gmx.de>
1749         Sync with Tramp 2.0.55.
1751         * net/tramp.el (tramp-completion-mode): Use `wholenump' instead of
1752         `integerp'.  `char-equal' could fail else in case of negative
1753         numbers.  Reported by Toby Speight <T.M.Speight.90@cantab.net>.
1754         (top): Check for `font-lock-add-keywords' before calling; it
1755         doesn't exist under XEmacs.
1756         (tramp-yn-prompt-regexp): Fix regexp.  Add question from plink.
1757         (tramp-completion-mode): Remove clause (not
1758         tramp-unified-filenames), because the function is called in other
1759         context too, where this check results in wrong results in the
1760         XEmacs case on Windows.
1761         (tramp-touch): UTC handling is not possible for XEmacs.
1763 2006-12-30  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1765         * scroll-bar.el (previous-scroll-bar-mode): New variable
1766         (set-scroll-bar-mode): Set previous-scroll-bar-mode.
1767         (scroll-bar-mode): Use previous-scroll-bar-mode if set.
1769         * term/x-win.el: Set scroll bar mode to right if set by X resources.
1771 2006-12-30  Richard Stallman  <rms@gnu.org>
1773         * files.el (make-backup-file-name-1): Precompute abs name
1774         but don't lose the relative name.
1776         * international/mule-cmds.el (select-safe-coding-system-interactively):
1777         Fix message.
1779 2006-12-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
1781         * files.el (backup-buffer): Show entire backup file name in msg.
1783 2006-12-30  Juanma Barranquero  <lekktu@gmail.com>
1785         * image.el (image-type-header-regexps, image-type-from-data)
1786         (image-type-from-buffer, image-type-from-file-header):
1787         Revert changes from 2006-12-26.
1788         (image-type-auto-detectable): New variable.
1789         (image-type-auto-detected-p): New function.
1791         * files.el (magic-mode-alist): Detect image files with
1792         `image-type-auto-detected-p' instead of `image-type-from-buffer'.
1794 2006-12-29  Nick Roberts  <nickrob@snap.net.nz>
1796         * dired.el (dired-sort-other): Move test for dired-mode...
1797         (dired-sort-set-modeline): ...to here.
1799 2006-12-29  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
1801         * textmodes/fill.el (fill-comment-paragraph): Document 2006-12-24
1802         change.  Suggested by Stefan Monnier.
1804 2006-12-29  Kim F. Storm  <storm@cua.dk>
1806         * emacs-lisp/bindat.el (bindat--unpack-group, bindat--length-group)
1807         (bindat--pack-group): Let-bind COUNT during repeat block evaluation.
1809 2006-12-27  Kim F. Storm  <storm@cua.dk>
1811         * emacs-lisp/authors.el (authors-aliases): Anchor FSF alias regexp,
1812         so it doesn't accidentally match an fsf.org mail address.
1813         (authors-renamed-files-alist): Add tcover-*.el.
1815 2006-12-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1817         * vc-arch.el (vc-arch-find-version): New function.
1819         * vc-hooks.el (vc-version-backup-file-name): Revision names may be
1820         composed of arbitrary characters (even /) in some systems.
1822 2006-12-27  Eli Zaretskii  <eliz@gnu.org>
1824         * international/mule-cmds.el (select-safe-coding-system-interactively):
1825         Improve the message in the *Warning* buffer.
1827 2006-12-27  Kim F. Storm  <storm@cua.dk>
1829         * ido.el (ido-set-matches-1): Fix last change.  If default item is
1830         current buffer, it is ok to be first.
1832 2006-12-27  Kenichi Handa  <handa@m17n.org>
1834         * international/mule-cmds.el (select-safe-coding-system-interactively):
1835         Use face `link' for problematic chars.
1837 2006-12-27  Kenichi Handa  <handa@m17n.org>
1839         * international/mule-cmds.el (select-safe-coding-system-interactively):
1840         Improve the message in *Warning* buffer.
1842 2006-12-27  Kim F. Storm  <storm@cua.dk>
1844         * ido.el (ido-set-matches-1): Never put current buffer first if
1845         there are other matches.
1847 2006-12-26  Nick Roberts  <nickrob@snap.net.nz>
1849         * progmodes/gdb-ui.el (gud-watch): Allow duplicate names for watch
1850         expressions.
1851         (gdb-var-delete): Handle duplicate names.  Print message for non
1852         root expressions.
1853         (gdb-partial-output-name): Start buffer name with a space.
1854         (gdb-info-breakpoints-custom, gdb-reset): Handle space in above
1855         buffer name.
1857 2006-12-26  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
1859         * mail/footnote.el (Footnote-insert-footnote): Fix the search of the
1860         last footnote when `footnote-spaced-footnotes' is nil.
1862 2006-12-26  Richard Stallman  <rms@gnu.org>
1864         * cus-edit.el (custom-browse-sort-alphabetically)
1865         (custom-buffer-sort-alphabetically)
1866         (custom-menu-sort-alphabetically): Doc fixes.  Add autoloads.
1868         * image.el (image-type-header-regexps): Change element format
1869         to include third item NOT-ALWAYS.
1870         (image-type-from-data): Handle new format.
1871         (image-type-from-buffer): Handle new format.  New arg INCLUDE-MAYBES.
1872         (image-type-from-file-header): Pass t for INCLUDE-MAYBES.
1874 2006-12-26  Guanpeng Xu  <herberteuler@hotmail.com>
1876         * add-log.el (add-log-current-defun): Call `forward-sexp'
1877         multiple times to pick a member function name defined as
1878         part of nested classes/namespaces.
1880 2006-12-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1882         * emacs-lisp/easymenu.el (easy-menu-change): New arg MAP to indicate
1883         which keymap should be used to change menu.  It does not affect any
1884         existent code.
1886 2006-12-26  Richard Stallman  <rms@gnu.org>
1888         * textmodes/fill.el (fill-paragraph): Check for a minibuffer
1889         rather than for being in a minibuffer window.
1891 2006-12-25  Daiki Ueno  <ueno@unixuser.org>
1893         * pgg-def.el (pgg-passphrase-coding-system): Default to nil instead of
1894         locale-coding-system.
1895         * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with eol-type
1896         LF.
1898 2006-12-25  Michael R. Mauger  <mmaug@yahoo.com>
1900         * progmodes/sql.el (sql-mode-abbrev-table): Correct initialization.
1901         (sql-mode-syntax-table): Disable double quoted strings.
1902         (sql-mode-font-lock-object-name): Add TYPE and TYPE BODY.
1904 2006-12-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1906         * startup.el (fancy-splash-last-input-event): New variable.
1907         (fancy-splash-special-event-action): New function.
1908         (fancy-splash-screens): Temporarily bind special events to it.
1909         Execute command for saved special event before exiting from
1910         recursive editing.
1912         * term/mac-win.el (mac-keyboard-translate-char, mac-unread-string):
1913         New functions.
1914         (mac-ts-update-active-input-area, mac-ts-unicode-for-key-event):
1915         Use mac-unread-string.
1917 2006-12-24  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
1919         * textmodes/fill.el (fill-comment-paragraph): Prevent the use of
1920         an optimized comment regexp if `comment-start-skip' uses a ^.
1921         * bs.el (bs--up): Remove interactive spec.
1923 2006-12-24  Chong Yidong  <cyd@stupidchicken.com>
1925         * woman.el (woman-decode-buffer): Signal error for alien macro sets.
1926         Suggested by James Cloos.
1928 2006-12-24  Kevin Ryde  <user42@zip.com.au>
1930         * calendar/cal-dst.el (calendar-dst-starts): Default to second Sunday
1931         in March.
1932         (calendar-dst-ends): Default to first Sunday in November.
1934 2006-12-24  Ken Manheimer  <ken.manheimer@gmail.com>
1936         * allout.el (allout-encrypt-string): Inhibit use of agent within
1937         body of let form where encryption happens.  Acknowledge non-use of
1938         gpg-agent in docstring.
1939         (allout-toggle-subtree-encryption): Acknowledge non-use of
1940         gpg-agent in docstring.
1942 2006-12-24  Chong Yidong  <cyd@stupidchicken.com>
1944         * custom.el (custom-add-frequent-value): Alias for custom-add-option.
1946 2006-12-23  Michael Kifer  <kifer@cs.stonybrook.edu>
1948         * ediff-diff.el (ediff-diff-options): Clarify docstring.
1949         (ediff-setup-diff-regions): Disallow -u in ediff-diff-options.
1951         * viper-cmd.el (viper-post-command-sentinel): Protect against errors
1952         in hooks.
1953         (viper-add-newline-at-eob-if-necessary): Add newline only if we
1954         actually modify buffer; ignore errors if occur.
1956 2006-12-23  Chong Yidong  <cyd@stupidchicken.com>
1958         * calendar/calendar.el (calendar-mode-map): Switch < and >.
1959         (calendar-mode-line-format): Use mouse-1 bindings, and tweak
1960         formatting.
1962 2006-12-23  Richard Stallman  <rms@gnu.org>
1964         * simple.el (delete-horizontal-space): Doc fix.
1966 2006-12-23  Eli Zaretskii  <eliz@gnu.org>
1968         * makefile.w32-in (bootstrap-clean): Run bootstrap-clean-$(SHELLTYPE)
1969         explicitly in a recursive Make, not implicitly through prerequisites,
1970         since the latter is wrong under parallel builds.
1972 2006-12-22  Eli Zaretskii  <eliz@gnu.org>
1974         * w32-fns.el (convert-standard-filename): Wrap in save-match-data.
1976 2006-12-22  Kevin Rodgers  <kevin.d.rodgers@gmail.com>  (tiny change)
1978         * progmodes/sh-script.el (sh-make-vars-local): Fix a typo in
1979         message string.
1981 2006-12-22  Ben North  <ben@redfrontdoor.org>  (tiny change)
1983         * outline.el (outline-next-visible-heading): Fix the case with a
1984         header at end-of-file with no final newline.
1986 2006-12-22  Robert Thorpe  <rthorpe@realworldtech.com>  (tiny change)
1988         * indent.el (tab-always-indent): Doc fix.
1990 2006-12-22  Chong Yidong  <cyd@stupidchicken.com>
1992         * info.el (Info-fontify-maximum-menu-size): Bump to 1000000.
1993         (Info-fontify-node): Do fontify indices.
1995         * tutorial.el (tutorial--detailed-help): Remove unnecessary link
1996         to the Emacs Lisp reference manual.
1997         (tutorial--tab-map): Remove.  All callers changed.
1998         (tutorial--find-changed-keys): New elt QUIET, used to...
1999         (tutorial--display-changes): ...ensure that warning messages are
2000         only issued once per changed key.
2001         (tutorial--remove-remarks): Delete unused code-path.
2002         (lang-strings): Remove extraneous formatting.
2003         (tutorial--save-tutorial): Prompt before saving tutorial state.
2005 2006-12-21  Chong Yidong  <cyd@stupidchicken.com>
2007         * tutorial.el: Remove `cl' requirement.  Clean up whitespace.
2008         Replace '?\ ' by '?\s' throughout.
2009         (tutorial-warning-face): Inherit font-lock-warning-face.  Move to
2010         `help' custom group.
2011         (tutorial--key-description): New function.
2012         (tutorial--display-changes): Remove redundant arg.  Scan for all
2013         key sequences to avoid false matches.  Cleanup.
2014         (tutorial--saved-dir): Save to a subdirectory in .emacs.d to
2015         reduce homedir pollution.
2016         (help-with-tutorial): Call tutorial--display-changes with no arg.
2018 2006-12-21  Carsten Dominik  <dominik@science.uva.nl>
2020         * textmodes/org.el (org-mode-map): Bind org-complete also to M-\t.
2022 2006-12-20  Michael Albinus  <michael.albinus@gmx.de>
2024         * net/tramp.el (tramp-default-method): We still need to check for
2025         `executable-find', because it is not bound under Emacs 20.
2026         (tramp-handle-file-name-completion)
2027         (tramp-completion-handle-file-name-completion): Handle optional
2028         parameter PREDICATE.
2029         (tramp-find-default-method): Add code for default values.
2031 2006-12-20  Nick Roberts  <nickrob@snap.net.nz>
2033         * progmodes/gdb-ui.el (gdb-stopped): After attaching to a process
2034         make gud-go send "continue".
2036 2006-12-19  Juanma Barranquero  <lekktu@gmail.com>
2038         * image.el (image-type-header-regexps): Be more specific detecting `pbm'
2039         and `png' files.  Use non-capturing parenthesis for `tiff' regexp.
2041 2006-12-19  Kim F. Storm  <storm@cua.dk>
2043         * bindings.el: Bind sigusr1 and sigusr2 in special-event-map
2044         instead of global-map.
2046         * files.el (magic-mode-alist): Allow matching file type by
2047         calling a function at bob.  Check for image types by calling
2048         image-type-from-buffer.  Suggested by Juanma Barranquero.
2049         (set-auto-mode): Do it.
2051 2006-12-19  Michael Albinus  <michael.albinus@gmx.de>
2053         * net/tramp.el (tramp-methods): Introduce new method `scpc'.
2054         Remove "ControlMaster" option from the other `scp*' methods.
2055         (tramp-default-method): Check for ssh-agent before setting to `scp'.
2057 2006-12-18  Carsten Dominik  <dominik@science.uva.nl>
2059         * textmodes/org.el (org-mode): Show context after isearch.
2060         (org-show-siblings): New function.
2061         (org-show-context): Use `org-show-siblings'.
2063 2006-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2065         * emacs-lisp/syntax.el (syntax-ppss-flush-cache, syntax-ppss):
2066         Use syntax-ppss-toplevel-pos.
2068 2006-12-18  Carsten Dominik  <dominik@science.uva.nl>
2070         * textmodes/org.el (org-current-line): Make sure that lines are
2071         counted from beginning of buffer.
2072         (org-table-copy-region, org-table-paste-rectangle): Make sure that
2073         lines are counted from beginning of buffer.
2075 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
2077         * info.el (Info-build-node-completions): Signal error if tag-table
2078         marker is not found.
2080         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
2082 2006-12-17  Alan Mackenzie  <acm@muc.de>
2084         * emacs-lisp/lisp.el (beginning-of-defun-raw): Optimise (for
2085         speed) the case when open-paren-in-column-0-is-defun-start is nil.
2086         Based on code by Martin Rudalics.
2088         * progmodes/cc-mode.el (c-basic-common-init): Don't set
2089         open-paren-in-column-0-is-defun-start to nil any more.
2091 2006-12-17  Richard Stallman  <rms@gnu.org>
2093         * simple.el (delete-horizontal-space): Use prefix arg.
2095         * help-fns.el (describe-variable): Improve blank separator lines.
2097         * files.el (magic-mode-alist): Mark as risky.
2099         * files.el (make-backup-file-name-1):
2100         Expand backup-directory explicitly.
2102 2006-12-17  Michael Albinus  <michael.albinus@gmx.de>
2104         * net/tramp.el (tramp-default-method): Before setting to "pscp",
2105         check whether package password.el is loaded, or Pageant is running.
2107 2006-12-17  Ulf Jasper  <ulf.jasper@web.de>
2109         * calendar/icalendar.el (icalendar-version): Increase to "0.14".
2110         (icalendar--rris): First try Emacs, then XEmacs.
2111         (icalendar--convert-ical-to-diary): Doc fix.
2112         Insert newline at end of target file.
2114 2006-12-17  Kim F. Storm  <storm@cua.dk>
2116         * outline.el (outline-isearch-open-invisible-function): New defvar.
2117         (outline-flag-region): Use it if non-nil for isearch-open-invisible
2118         overlay property instead of outline-isearch-open-invisible.
2120 2006-12-16  Kim F. Storm  <storm@cua.dk>
2122         * ido.el (ido-completion-help): Build ido-cur-list and ido-matches
2123         if ido-directory-too-big is set on entry.
2124         (ido-toggle-ignore, ido-completion-help): Print message while
2125         reading big directory.
2127 2006-12-15  Richard Stallman  <rms@gnu.org>
2129         * shell.el (shell): Doc fix.
2131 2006-12-15  Kevin Gallagher  <Kevin.Gallagher@boeing.com>
2133         * emulation/edt.el (edt-xserver):
2134         * emulation/edt-mapper.el (edt-xserver): Replace `/' with a `-',
2135         to fix a problem on Cygwin.
2137         * emulation/edt.el
2138         * emulation/edt-mapper.el
2139         * emulation/edt-lk201.el
2140         * emulation/edt-pc.el
2141         * emulation/edt-vt100.el: Update maintainer's email address.
2143 2006-12-15  Simon Marshall  <simon@gnu.org>
2145         * progmodes/cc-fonts.el (c-font-lock-declarations): Fix previous change.
2147 2006-12-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2149         * term/mac-win.el (mac-atsu-font-table): Remove defvar.
2150         (mac-handle-font-selection): Use mac-atsu-font-face-attributes
2151         instead of mac-atsu-font-table.
2152         (fontset-default): Specify argument MAXIMUM in x-list-fonts calls.
2154 2006-12-14  Stephen Leake  <stephen_leake@member.fsf.org>
2156         * align.el (align-match-tex-pattern): Fix a rare bug which
2157         hanged Emacs.
2159 2006-12-14  Richard Stallman  <rms@gnu.org>
2161         * startup.el (use-fancy-splash-screens-p): Use frame-height
2162         instead of window-height.  Pass frame to image-size.
2164 2006-12-13  Kenichi Handa  <handa@m17n.org>
2166         * international/mule-cmds.el (set-locale-environment):
2167         Set default-sendmail-coding-system too.
2169 2006-12-12  J.D. Smith  <jdsmith@as.arizona.edu>
2171         * progmodes/idlw-help.el: Fix copyright notice.
2173 2006-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2175         * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): New fun.
2177 2006-12-11  Juanma Barranquero  <lekktu@gmail.com>
2179         * subr.el (unread-command-char): Reformat obsolescence info.
2181 2006-12-11  Richard Stallman  <rms@gnu.org>
2183         * emacs-lisp/cl-macs.el (defstruct): Suppress warnings
2184         about calls to cl-struct-setf-expander.
2186 2006-12-11  Juanma Barranquero  <lekktu@gmail.com>
2188         * ediff-merg.el (ediff-show-clashes-only): Doc fix.
2189         (ediff-combination-pattern): Fix typo in docstring.
2191         * textmodes/refer.el (refer-find-entry): Doc fix.
2192         (refer-bib-files-regexp, refer-bib-directory, refer-bib-files)
2193         (refer-cache-bib-files, refer-find-next-entry, refer-yank-key):
2194         Fix tipos in docstrings.
2196         * progmodes/idlwave.el (idlwave-library-path): Fix typos in docstring.
2198 2006-12-10  Kim F. Storm  <storm@cua.dk>
2200         * ido.el (ido-init-completion-maps): Remap backward-kill-word
2201         instead of binding M-backspace.
2203 2006-12-10  Juanma Barranquero  <lekktu@gmail.com>
2205         * replace.el (replace-match-data, replace-match-maybe-edit):
2206         * calc/calc-aent.el (calc-eval-error):
2207         * emulation/vi.el (vi-char-argument):
2208         * progmodes/cc-langs.el (c-at-vsemi-p-fn)
2209         (c-vsemi-status-unknown-p-fn): Doc fixes.
2211 2006-12-10  Chong Yidong  <cyd@stupidchicken.com>
2213         * menu-bar.el (menu-bar-showhide-menu, menu-bar-tools-menu)
2214         (menu-bar-help-menu): Tooltip fixes.  Suggested by Francis Wright.
2216 2006-12-10  Masatake YAMATO  <jet@gyve.org>
2218         * progmodes/ld-script.el (ld-script-keywords): Fix a typo.
2220 2006-12-09  Chong Yidong  <cyd@stupidchicken.com>
2222         * mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type.
2224         * man.el (Man-xref-button-action): New function.  If the
2225         `Man-target-string' button property is a function, assume it
2226         accepts a position argument.
2227         (Man-abstract-xref-man-page): Use it.
2228         (Man-default-man-entry): New optional arg POS.
2230         * wdired.el (wdired-preprocess-symlinks): Make the spaces after
2231         symlink arrows read-only and non-rear-sticky.
2233 2006-12-09  Martin Rudalics  <rudalics@gmx.at>
2235         * wdired.el (wdired-change-to-wdired-mode, wdired-finish-edit)
2236         (wdired-search-and-rename): Simplify code.
2237         (wdired-preprocess-files, wdired-preprocess-perms): Make
2238         read-only property of preceding character rear-nonsticky to
2239         avoid that it can be modified.  Put old-name and old-link
2240         properties on character preceding name and replace
2241         put-text-property by add-text-properties.
2242         (wdired-get-filename, wdired-get-previous-link): Get old-name
2243         and old-link properties from character preceding name and
2244         simplify code.
2245         (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit)
2246         (wdired-perms-to-number): Make local-map property
2247         rear-nonsticky to avoid that text following permissions may be
2248         modified.  Use add-text-properties instead of put-text-property
2249         when changing a permission bit.
2250         (wdired-change-to-dired-mode): Remove stickiness properties.
2252 2006-12-09  Juanma Barranquero  <lekktu@gmail.com>
2254         * international/mule-cmds.el (register-input-method): Doc fix.
2256 2006-12-09  Masayuki Ataka  <masayuki.ataka@gmail.com>  (tiny change)
2258         * cmuscheme.el (scheme-start-file): Use `let*', not `let'.
2260 2006-12-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
2262         * textmodes/flyspell.el (flyspell-hack-local-variables-hook): New.
2263         Force buffer local defs evaluation on local variables loading.
2264         (flyspell-mode-on, flyspell-mode-off): Use it in
2265         `hack-local-variables-hook'.
2267 2006-12-09  Eli Zaretskii  <eliz@gnu.org>
2269         * emacs-lisp/find-func.el (find-variable): Doc fix.
2271         * help-fns.el (variable-at-point): Doc fix.
2273         * w32-fns.el (w32-append-code-lines): New function.
2275 2006-12-09  Romain Francoise  <romain@orebokech.com>
2277         * comint.el (comint-insert-input): Delete obsolete comment.
2279 2006-12-08  Kevin Rodgers  <ihs_4664@yahoo.com>
2281         * files.el (insert-file-1): Compare file size to
2282         large-file-warning-threshold and request confirmation when
2283         warranted.
2285 2006-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2287         * net/browse-url.el (browse-url): Set DISPLAY to the one of the
2288         current frame, in case we're connected to several displays.
2290 2006-12-08  Juanma Barranquero  <lekktu@gmail.com>
2292         * frame.el (other-frame): Doc fix.
2293         (set-frame-parameter): Fix typo in docstring.
2295 2006-12-07  Kim F. Storm  <storm@cua.dk>
2297         * info.el (Info-index): Strip leading colon from topic.
2299 2006-12-07  Nick Roberts  <nickrob@snap.net.nz>
2301         * progmodes/gud.el (gud-speedbar-buttons): Deal with references
2302         to pointers.
2304 2006-12-05  J.D. Smith  <jdsmith@as.arizona.edu>
2306         * progmodes/idlwave.el (idlwave-xml-create-class-method-lists):
2307         Trim out spurious class inheritance "None" entries.
2309 2006-12-05  Kim F. Storm  <storm@cua.dk>
2311         * emulation/cua-base.el (cua-paste-pop-rotate-temporarily): Doc fix.
2312         (cua-paste-pop): Rework last change for
2313         cua-paste-pop-rotate-temporarily, so first M-y and C-y works alike,
2314         pasting the head of the kill-ring, and prefix arg C-u M-y inserts the
2315         text inserted by the last M-y command.
2317 2006-12-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
2319         * cmuscheme.el (run-scheme, scheme-start-file): Search the start
2320         file in ~/.emacs.d as `init_SCHEMENAME.scm' instead.
2322         * shell.el (shell): Search the start file in ~/.emacs.d as
2323         `init_SHELLNAME.sh' instead.
2325 2006-12-05  Glenn Morris  <rgm@gnu.org>
2327         * progmodes/cperl-mode.el (cperl-mode)
2328         * progmodes/f90.el (f90-mode-abbrev-table)
2329         * progmodes/fortran.el (fortran-mode-abbrev-table)
2330         * progmodes/octave-mod.el (octave-abbrev-table)
2331         * progmodes/sql.el (sql-mode-abbrev-table): Define abbrevs even
2332         if abbrev-table is non-nil (saved user abbrevs may have been restored).
2334         * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init): Do not
2335         clear abbrev table, else saved abbrevs will not be restored.
2337 2006-12-04  Juanma Barranquero  <lekktu@gmail.com>
2339         * facemenu.el (facemenu-unlisted-faces): Put obsolescence info in
2340         the call to `make-obsolete-variable', not in the docstring.
2342 2006-12-04  Chong Yidong  <cyd@stupidchicken.com>
2344         * facemenu.el (facemenu-unlisted-faces): Define as obsolete variable.
2346 2006-12-04  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2348         * progmodes/ebnf-abn.el:
2349         * progmodes/ebnf-bnf.el:
2350         * progmodes/ebnf-dtd.el:
2351         * progmodes/ebnf-ebx.el:
2352         * progmodes/ebnf-iso.el:
2353         * progmodes/ebnf-otz.el:
2354         * progmodes/ebnf-yac.el:
2355         * progmodes/ebnf2ps.el:
2356         * delim-col.el:
2357         * printing.el:
2358         * ps-bdf.el:
2359         * ps-mule.el:
2360         * ps-print.el: Remove 'Time-stamp' comment mark.
2362         * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
2363         'easy-menu-add-item' when called in Emacs 21 or higher.
2365 2006-12-04  Stephen Leake  <stephen_leake@stephe-leake.org>
2367         * progmodes/ada-xref.el (ada-check-current): Doc fix.
2368         (ada-make-body-gnatstub): Doc fix.  Remove redundant `progn'.
2370 2006-12-04  Kim F. Storm  <storm@cua.dk>
2372         * bindings.el (global-map): Bind [signal t] to ignore, to have
2373         user signals ignored by default.
2375 2006-12-04  Juanma Barranquero  <lekktu@gmail.com>
2377         * descr-text.el (describe-char-unicode-data): Use a hidden buffer for
2378         Unicode data file pointed to by `describe-char-unicodedata-file'.
2380 2006-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2382         * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Fix pathological
2383         O(n^2) regexp-search by anchoring the search.
2385 2006-12-04  Dan Nicolaescu  <dann@ics.uci.edu>
2387         * whitespace.el (whitespace-cleanup-internal): Use current
2388         argument for recursive call.
2390 2006-12-04  Michael Albinus  <michael.albinus@gmx.de>
2392         * net/tramp.el (tramp-methods): Add "ControlPath" and
2393         "ControlMaster" to scp, scp1 and scp2 methods.  Suggested by
2394         Andreas Schwab <schwab@suse.de>.
2395         (tramp-do-copy-or-rename-file-out-of-band)
2396         (tramp-open-connection-rsh): Compute format spec for ?t.
2397         (tramp-process-actions): Trace command parameters.
2399 2006-12-04  Nick Roberts  <nickrob@snap.net.nz>
2401         * simple.el (toggle-truncate-lines): Clarify doc string.
2403         * progmodes/gdb-ui.el (gdb-var-delete-children): New function.
2404         (gdb-speedbar-expand-node): Use it.
2406 2006-12-04  Richard Stallman  <rms@gnu.org>
2408         * progmodes/python.el (python-indent): Add safe-local-variable prop.
2410         * dired.el (dired-revert): Turn off dired-after-readin-hook
2411         around call to dired-readin.
2413         * menu-bar.el (menu-bar-make-toggle): Add "globally"
2414         to echo area messages.
2415         <indicate-empty-lines, case-fold-search>:
2416         Add "globally" to Help string.
2417         <case-fold-search>: MESSAGE arg need not say "globally".
2418         (menu-bar-edit-menu <paste-from-menu>): Rename from select-and-paste.
2420 2006-12-03  Liam Healy  <lnp@healy.washington.dc.us>  (tiny change)
2422         * outline.el (outline-end-of-subtree): Don't leave an empty
2423         line hidden as we would a real next heading.
2425 2006-12-03  Ken Manheimer  <ken.manheimer@gmail.com>
2427         * allout.el (allout-ascend): Add an optional argument to preserve
2428         original position of point when unsuccessful.  Also, fix a
2429         docstring error.
2430         (allout-yank-processing): Fix depth shift of multiple-topic so yanks
2431         work again, using allout-ascend's new option.
2432         (allout-setup-mode-map): Extract from allout-mode to initialize
2433         allout-mode-map.  Call it on file load, so the mode docstring
2434         substitutions work even if allout mode has not yet been invoked.
2435         (allout-mode): Use new allout-setup-mode-map to track any keybinding
2436         customizations since the map was last processed.  Also, refine the
2437         docstring so it's ship-shape for release.
2438         (allout-default-layout, allout-beginning-of-line-cycles)
2439         (allout-distinctive-bullets-string, allout-use-mode-specific-leader)
2440         (allout-encrypt-unencrypted-on-saves, allout-inhibit-auto-fill)
2441         (allout-version, allout-layout, allout-infer-body-reindent)
2442         (allout-infer-header-lead-and-primary-bullet, allout-view-change-hook)
2443         (allout-init, allout-mode, allout-next-heading, allout-chart-subtree)
2444         (allout-previous-heading, allout-goto-prefix-doublechecked)
2445         (allout-current-bullet-pos, allout-next-sibling-leap)
2446         (allout-pre-command-business, allout-encrypted-type-prefix)
2447         (allout-make-topic-prefix, allout-open-topic, allout-rebullet-heading)
2448         (allout-rebullet-topic, allout-rebullet-topic-grunt)
2449         (allout-flag-region, allout-expose-topic, allout-expose-topic)
2450         (allout-old-expose-topic, allout-listify-exposed)
2451         (allout-process-exposed, allout-latex-verb-quote)
2452         (allout-latex-verbatim-quote-curr-line, allout-adjust-file-variable)
2453         (allout-toggle-current-subtree-encryption)
2454         (allout-toggle-subtree-encryption, allout-bullet-isearch):
2455         Remove extraneous open-paren and close paren string escapes.
2457 2006-12-03  Juanma Barranquero  <lekktu@gmail.com>
2459         * progmodes/ada-xref.el (is-windows, ada-find-in-src-path): Doc fixes.
2460         (ada-xref-pos-ring-max, ada-xref-project-files, ada-xref-initialize)
2461         (ada-prj-default-comp-cmd, ada-quote-cmd, ada-compile-current):
2462         Fix typos in docstrings.
2464 2006-12-03  Glenn Morris  <rgm@gnu.org>
2466         * progmodes/cc-align.el
2467         * progmodes/cc-awk.el
2468         * progmodes/cc-cmds.el
2469         * progmodes/cc-compat.el
2470         * progmodes/cc-defs.el
2471         * progmodes/cc-engine.el
2472         * progmodes/cc-langs.el
2473         * progmodes/cc-menus.el
2474         * progmodes/cc-mode.el
2475         * progmodes/cc-styles.el
2476         * progmodes/cc-vars.el
2477         * progmodes/vhdl-mode.el: Fix Copyright format.
2479 2006-12-02  Chong Yidong  <cyd@stupidchicken.com>
2481         * mouse.el (mouse-drag-track): Suppress automatic hscrolling for
2482         initial down event.
2484 2006-12-02  Kim F. Storm  <storm@cua.dk>
2486         * emulation/cua-base.el (cua-toggle-set-mark): Doc fix.
2487         (cua-repeat-replace-region): Make M-v more robust.
2488         (cua-paste-pop-rotate-temporarily): New defcustom.
2489         (cua-paste-pop): Use it.
2490         (cua-auto-mark-last-change): New defcustom.
2491         (cua-pop-to-last-change): New helper function.
2492         (cua-set-mark): Use them.
2494 2006-12-01  Nick Roberts  <nickrob@snap.net.nz>
2496         * menu-bar.el (toggle-case-fold-search): Clarify doc/help string and
2497         mini-buffer message.
2499 2006-12-01  Juanma Barranquero  <lekktu@gmail.com>
2501         * descr-text.el (describe-char-unicodedata-file): Fix typo in docstring.
2503 2006-12-01  Ben North  <ben@redfrontdoor.org>
2505         * paren.el: Fix the highlight overlay extension when the user types a
2506         sequence of char very fast just before the open parenthesis.
2508 2006-12-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2510         * ps-mule.el: Eliminate Emacs 20 compatibility.
2512         * ps-print.el: Eliminate Emacs 20 & 21 compatibility.
2513         (ps-print-version): New version 6.7.
2514         (ps-print-quote): Replace '?\ ' by '?\s'.
2516 2006-11-30  Juanma Barranquero  <lekktu@gmail.com>
2518         * hexl.el (hexl-goto-address, hexl-forward-char, hexl-forward-short)
2519         (hexl-forward-word, hexl-previous-line, hexl-beginning-of-1k-page)
2520         (hexl-end-of-1k-page): Doc fixes.
2521         (hexl-address-region, hexl-ascii-region, hexl-highlight-line-range):
2522         Fix typos in docstrings.
2524 2006-11-30  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
2526         * ido.el (ido-local-file-exists-p): New.  Tell if a file exists
2527         locally, i.e. without using file name handlers.
2528         (ido-read-internal): Allow mono letter host names, avoiding the
2529         `c:' problem by testing if the file exists locally.
2530         (ido-complete, ido-make-file-list, ido-exhibit): Ditto.
2532 2006-11-30  Masatake YAMATO  <jet@gyve.org>
2534         * hexl.el (hl-line-range-function, hl-line-face): Declare variables
2535         to avoid bytecomp warnings.
2536         (hexl-mode-old-ruler-function): New variable.
2537         (hexl-follow-line): Bind `hexl-mode-old-hl-line-range-function'
2538         and `hl-line-range-function' after `require' hl-line.
2539         Then bind `hl-line-range-function' and `hl-line-face'.
2540         Don't require frame.  Don't use `with-no-warnings'.
2541         (hexl-activate-ruler): Store the original value of
2542         `ruler-mode-ruler-function' to `hexl-mode-old-ruler-function'.
2543         (hexl-mode-exit): Restore the original value of
2544         `ruler-mode-ruler-function'.
2546 2006-11-30  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
2548         * hexl.el (hexl-mode-old-hl-line-range-function): New variable.
2549         (hexl-mode-old-hl-line-face): New variable.
2550         (hexl-mode, hexl-mode-exit): Fix the highlighting of the current
2551         line when exit from the hexl-mode.
2553 2006-11-30  Juanma Barranquero  <lekktu@gmail.com>
2555         * emacs-lisp/bytecomp.el (byte-optimize, byte-compile-warnings):
2556         Doc fixes.
2558         * international/fontset.el (create-fontset-from-ascii-font)
2559         (create-fontset-from-fontset-spec, x-compose-font-name): Doc fixes.
2560         (fontset-name-p): Fix typo in docstring.
2562         * progmodes/cc-cmds.el (c-indent-exp): Fix typo in docstring.
2564 2006-11-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2566         * ps-bdf.el: Fix maintainer email.
2568         * ps-mule.el: Fix maintainer email.  Define functions for Emacs 20
2569         compatibility.
2571         * ps-print.el: Fix maintainer email.  Define functions for Emacs 20 &
2572         21 compatibility.
2573         (ps-print-quote): Replace '?\s' by '?\ ' to keep compatibility with
2574         Emacs 20 & 21.
2576 2006-11-29  J.D. Smith  <jdsmith@as.arizona.edu>
2578         * progmodes/idlwave.el (idlwave-auto-fill):
2579         Remove paragraph-start let to prevent auto-fill giving up.
2581 2006-11-28  Juanma Barranquero  <lekktu@gmail.com>
2583         * vt100-led.el (led-state): Fix typo in previous change.
2585 2006-11-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2587         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
2588         Fix interactive spec of the functions getting defined to make them
2589         work as documented.
2591 2006-11-28  Chong Yidong  <cyd@stupidchicken.com>
2593         * startup.el (fancy-splash-screens): Hide initial splash buffer.
2595 2006-11-28  Kim F. Storm  <storm@cua.dk>
2597         * icomplete.el (icomplete-tidy, icomplete-exhibit): Check that
2598         icomplete-mode is enabled.
2600 2006-11-28  Carsten Dominik  <dominik@science.uva.nl>
2602         * textmodes/org.el (require): Require gnus-sum during compilation
2603         to avoid problem with a macro call.
2605 2006-11-28  Glenn Morris  <rgm@gnu.org>
2607         * emacs-lisp/authors.el (authors-aliases): Add new alias.
2609         * progmodes/fortran.el (fortran-font-lock-keywords-4): Add `min'.
2610         (fortran-window-create-momentarily): Do not need string-to-char.
2612 2006-11-28  Richard Stallman  <rms@gnu.org>
2614         * emacs-lisp/bytecomp.el (byte-compile-get-constant):
2615         Replace incorrect use of assoc-default with a loop.
2617         * term.el (term-exec-1): Set envvar INSIDE_EMACS.
2619         * simple.el (next-error-find-buffer): Improve messages.
2621         * files.el (revert-buffer): Special error message if file
2622         is now not readable.
2624         * facemenu.el (facemenu-add-new-face): Improve doc strings of
2625         constructed commands.
2627         * comint.el (comint-exec-1): Provide Emacs version and `comint'
2628         in INSIDE_EMACS.
2630 2006-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2632         * diff-mode.el (diff-mode-map): Add a binding for unified->context.
2634         * server.el: Remove spurious * in docstrings.
2635         (server-process-filter): Exit from recursive editing before processing
2636         a new request.
2638 2006-11-27  J.D. Smith  <jdsmith@as.arizona.edu>
2640         * progmodes/hideshow.el (hs-already-hidden-p): Move to end of
2641         line so hidden blocks will be correctly identified.
2643 2006-11-27  Juanma Barranquero  <lekktu@gmail.com>
2645         * ledit.el (ledit-save-defun, ledit-mode):
2646         * resume.el (resume-emacs-args-buffer):
2647         * rot13.el (rot13-display-table, rot13-translate-table, rot13)
2648         (rot13-string, rot13-region, rot13-other-window, toggle-rot13-mode):
2649         * vmsproc.el (subprocess-input, start-subprocess, subprocess-command)
2650         (command-send-input, command-kill-line):
2651         * vt100-led.el (led-state, led-on): Fix typos in docstrings.
2653         * autoarg.el (autoarg-kp-mode): Doc fix.
2655         * emacs-lock.el (toggle-emacs-lock): Doc fix.  Simplify.
2656         (emacs-lock-check-buffer-lock): Doc fix.  Use `when'.
2657         (check-emacs-lock): Doc fix.  Simplify.
2659         * iimage.el (iimage-mode-image-regex-alist): Doc fix.
2660         (iimage-mode-buffer): Fix typos in docstring.
2662         * misc.el (zap-up-to-char): Doc fix.
2664         * time-stamp.el: Fix comment and obsolescence string for old
2665         functions.  Use `dolist' instead of `while'.
2667         * userlock.el (ask-user-about-lock-help): Fix typos in output message.
2669         * disp-table.el (standard-display-8bit, standard-display-default):
2670         * ebuff-menu.el (electric-buffer-list):
2671         * ehelp.el (electric-help-command-loop):
2672         * font-core.el (font-lock-mode):
2673         * help-macro.el (make-help-screen):
2674         * help.el (describe-minor-mode-completion-table-for-indicator)
2675         (lookup-minor-mode-from-indicator):
2676         * indent.el (tab-to-tab-stop, move-to-tab-stop):
2677         * info-look.el (info-lookup-guess-custom-symbol):
2678         * locate.el (locate-main-listing-line-p, locate-mode, locate-do-setup):
2679         * longlines.el (longlines-wrap-line):
2680         * macros.el (insert-kbd-macro):
2681         * menu-bar.el (menu-bar-update-buffers):
2682         * misc.el (copy-from-above-command):
2683         * mouse.el (mouse-popup-menubar, mouse-buffer-menu-alist):
2684         * newcomment.el (comment-indent):
2685         * novice.el (disabled-command-function):
2686         * sort.el (sort-fields-syntax-table):
2687         * subr.el (momentary-string-display):
2688         * tar-mode.el (tar-header-block-summarize)
2689         (tar-clear-modification-flags):
2690         * terminal.el (terminal-cease-edit, te-more-break-unwind, te-newline)
2691         (te-clear-rest-of-line, te-clear-rest-of-screen, te-clear-screen)
2692         (te-insert-lines, te-delete-lines, te-delete, te-insert-spaces)
2693         (te-delete-char, te-down-vertically-or-scroll):
2694         * time-stamp.el (time-stamp-string-preprocess):
2695         * tmm.el (tmm-add-one-shortcut): "?\ " -> "?\s".
2697 2006-11-26  Nick Roberts  <nickrob@snap.net.nz>
2699         * speedbar.el (speedbar-timer-fn): Revert to old behaviour when not
2700         in GUD mode.
2702         * progmodes/gud.el (gud-install-speedbar-variables): Remove bindings:
2703         speedbar-expand-line-descendants, speedbar-contract-line-descendants.
2705 2006-11-26  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2707         * progmodes/cc-vars.el (c-backslash-column): Add . at end of sentence.
2709 2006-11-26  Stephen Leake  <stephen_leake@stephe-leake.org>
2711         * progmodes/ada-mode.el (ada-which-compiler): Fix typo in docstring.
2712         (ada-compile-goto-error): Adapt to new argument profile of
2713         compilation-goto-locus in Emacs 22.  Don't check if the various
2714         compile functions are defined; we already do "(require 'compile)".
2716 2006-11-26  Kim F. Storm  <storm@cua.dk>
2718         * kmacro.el: Fix commentary.
2720 2006-11-26  Nick Roberts  <nickrob@snap.net.nz>
2722         * progmodes/gud.el (gdb): Explain how to run in text command mode
2723         more clearly.  Say in error message that multiple debugging
2724         requires restarting GDB.
2726 2006-11-25  Juanma Barranquero  <lekktu@gmail.com>
2728         * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
2730 2006-11-25  Pavel Kobiakov  <pk_at_work@yahoo.com>
2732         * progmodes/flymake.el (flymake-posn-at-point-as-event): New function.
2733         (flymake-popup-menu): Use it instead of posn-at-point.
2735 2006-11-25  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2737         * progmodes/cc-vars.el (c-backslash-column):
2738         Mention c-backslash-max-column in documentation for c-backslash-column.
2740 2006-11-24  Lars Hansen  <larsh@soem.dk>
2742         * net/tramp.el (tramp-default-method): Under Windows, change from
2743         plink to pscp.
2744         (tramp-copy-failed-regexp, tramp-action-copy-failed): Add.
2745         (tramp-actions-copy-out-of-band):
2746         Add pair (tramp-copy-failed-regexp tramp-action-copy-failed).
2747         (tramp-action-out-of-band): Move "Permission denied" handling to
2748         tramp-action-copy-failed.
2749         (tramp-do-copy-or-rename-file-out-of-band): unwind-protect killing of
2750         process buffer.
2752 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2754         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
2755         strings to a single string.  Quote `errors-file-name'.
2756         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
2757         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
2758         Adjust calls.  Use `shell-quote-argument'.
2760         * international/mule.el (load-with-code-conversion)
2761         (with-category-table): Use with-current-buffer.
2762         (after-insert-file-set-coding): Use restore-buffer-modified-p.
2764 2006-11-24  Eli Zaretskii  <eliz@gnu.org>
2766         * mail/smtpmail.el (smtpmail-send-it):
2767         Copy buffer-file-coding-system from the mail buffer.  Possibly add a
2768         MIME header for the message encoding.
2769         Bind coding-system-for-write around the call to mail-do-fcc.
2770         Use smtpmail-code-conv-from to encode queued mail messages.
2772 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
2774         * tabify.el (tabify-regexp): Doc fix.
2776         * net/rcirc.el (rcirc-buffer-maximum-lines):
2777         * progmodes/gud.el (jdb): Fix space/tab mixup in docstrings.
2779         * play/gomoku.el (gomoku-terminate-game, gomoku-human-takes-back)
2780         (gomoku-prompt-for-move, gomoku-human-plays, gomoku-offer-a-draw):
2781         Fix typos in output messages.
2782         (gomoku-vector-length, gomoku-init-board): Fix typos in docstrings.
2784 2006-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2786         * hexl.el (hexl-mode): Don't try to guess the max-address: get it from
2787         the horse's mouth.
2788         (hexlify-buffer): Don't re-encode an arg that's already encoded.
2790 2006-11-23  Michael Kifer  <kifer@cs.stonybrook.edu>
2792         * ediff-diff.el (ediff-exec-process, ediff-same-file-contents):
2793         Remove condition-case.
2795 2006-11-23  Glenn Morris  <rgm@gnu.org>
2797         * progmodes/f90.el (f90-comment-indent): Do not move point in
2798         default case.
2800 2006-11-21  Romain Francoise  <romain@orebokech.com>
2802         * emacs-lisp/find-func.el (find-library-name): Don't strip ".el"
2803         from library name (reverts change of 2005-10-25).
2805 2006-11-21  Lennart Borgman  <lennart.borgman.073@student.lu.se>
2807         * tutorial.el (tutorial--default-keys): Add newline and
2808         delete-backward-char bindings.
2809         (tutorial--detailed-help): Save excursion when finding keys.
2810         Correct warning string for M-x FOO case.
2811         (tutorial--display-changes): Print special keys in tutorial style.
2812         Tweak search regexp for changed keys.
2814 2006-11-21  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
2816         * thingatpt.el (thing-at-point-url-at-point): Don't add a
2817         redundant scheme.
2819 2006-11-21  Diane Murray  <disumu@x3y2z1.net>  (tiny change)
2821         * thingatpt.el (thing-at-point-uri-schemes): Add schemes that
2822         are new to the list at IANA.  Also added irc, mms, mmsh.
2824 2006-11-20  J.D. Smith  <jdsmith@as.arizona.edu>
2826         * progmodes/idlw-help.el (idlwave-html-help-location):
2827         Fail gracefully for missing help packages.
2828         (idlwave-help-assistant-open-link): Open full links.
2829         (idlwave-help-assistant-help-with-topic): Direct help link.
2831         * progmodes/idlwave.el (idlwave-mode):
2832         Set add-log-current-defun-function.
2833         (idlwave-current-routine-fullname): Add, to support add-log.
2834         (idlwave-convert-xml-system-routine-info): Simplify XML parsing
2835         to reflect improvements to xml-parse-file.
2836         (idlwave-mode-menu-def): New binding for help-with-topic.
2838         * progmodes/idlw-shell.el (idlwave-shell-filter-directory):
2839         Handle extra newlines and spaces.
2840         (idlwave-shell-mode-map): Add help-with-topic.
2842 2006-11-20  Chong Yidong  <cyd@stupidchicken.com>
2844         * tutorial.el (tutorial-warning-face): New face.
2845         (tutorial--detailed-help, tutorial--display-changes): Use it.
2846         (tutorial--find-changed-keys): Check ESC-prefix binding specially.
2847         Improve search pattern for occurrences of changed keys.
2849 2006-11-20  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2851         * term/x-win.el (x-last-cut-buffer-coding): New variable.
2852         (x-select-text): Set it.
2853         (x-cut-buffer-or-selection-value): Check also x-last-cut-buffer-coding
2854         when checking for newness.
2856 2006-11-19  Juanma Barranquero  <lekktu@gmail.com>
2858         * subr.el (posn-image):
2859         * progmodes/ebnf2ps.el (ebnf-stop-on-error): Fix typos in docstrings.
2861         * emacs-lisp/regexp-opt.el (regexp-opt): Doc fix.
2863 2006-11-19  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
2865         * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New.
2866         Exceptions to the rule "add a space between an identifier and an
2867         opening parenthesis".  Defaulted to the `#define' problem of cpp.
2868         (glasses-parenthesis-exception-p): New.  Check if the region is an
2869         exception regarding to that.
2870         (glasses-make-readable): Use it.
2871         (glasses-convert-to-unreadable): Ditto.  Modify the file also if
2872         `glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t.
2874 2006-11-19  Chong Yidong  <cyd@stupidchicken.com>
2876         * emacs-lisp/bytecomp.el (byte-compile-if): Revert last change.
2878 2006-11-19  Stephen Leake  <stephen_leake@stephe-leake.org>
2880         * progmodes/ada-mode.el (ada-make-body): Fix typo.
2882         * progmodes/ada-xref.el (ada-make-body-gnatstub): Fix typo.
2883         (ada-xref-initialize): Fix typo.  Use add-hook and remove-hook.
2885 2006-11-18  Chong Yidong  <cyd@stupidchicken.com>
2887         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and'
2888         conditions for function or variable bindings.
2890         * comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
2892         * progmodes/compile.el (compilation-start): Ditto.
2894 2006-11-18  Michael Albinus  <michael.albinus@gmx.de>
2896         * net/tramp.el (top): cl and custom are always required.
2898 2006-11-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2900         * term/x-win.el (x-cut-buffer-or-selection-value): Decode text from
2901         cut-buffers with next-selection-coding-system if not nil.
2903 2006-11-17  Carsten Dominik  <dominik@science.uva.nl>
2905         * textmodes/org.el (org-fix-decoded-time): New function.
2906         (org-display-custom-time): Use `org-fix-decoded-time'.
2908 2006-11-17  Chong Yidong  <cyd@stupidchicken.com>
2910         * menu-bar.el (menu-bar-games-menu): Remove yow.
2912 2006-11-17  Carsten Dominik  <dominik@science.uva.nl>
2914         * textmodes/org.el (org-scan-tags): Re-align code fixed.
2915         (org-detach-overlay): Rename from `org-detatch-overlay'.
2916         (org-table-convert-region): Insert space after column separator.
2917         (org-agenda-kill): New command.
2918         (org-metaleft): Call `org-outdent-item' on bullets.
2919         (org-metaright): Call `org-indent-item' on bullets.
2920         (org-timestamp-change): Set `org-last-changed-timestamp'.
2921         (org-current-line): Make sure (bolp) returns correct result.
2922         (org-agenda-change-all-lines): Make sure TODO are highlighted.
2924 2006-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2926         * pcvs.el (cvs-retrieve-revision): Set buffer-file-coding-system.
2928 2006-11-16  Chong Yidong  <cyd@stupidchicken.com>
2930         * mouse.el (global-map): Change 2006-08-16 fix to call
2931         mouse-yank-at-click explicitly, since mouse events are not carried
2932         over into keyboard macros.
2934 2006-11-16  Kim F. Storm  <storm@cua.dk>
2936         * ido.el (ido-file-internal): Use current buffer's file name as default
2937         choice for ido-find-alternate-file.  Suggested by Matt Hodges.
2939 2006-11-15  Ken Manheimer  <ken.manheimer@gmail.com>
2941         * allout.el (allout-doublecheck-at-and-shallower): Clarify docstring.
2942         (allout-inhibit-aberrance-doublecheck): Rename from
2943         allout-during-yank-processing.  All callers changed.
2944         (allout-ascend): Provide for unusual case where some topic after
2945         the first in file is at lower depth than the first.
2946         (allout-shift-in): Ensure the offspring of the new containing
2947         topic are exposed.
2948         (allout-encrypt-string): Preserve the coding-system of the text,
2949         according to that of the containing buffer.
2950         (allout-toggle-subtree-encryption): When the text being encrypted
2951         requires a different coding system, offer to preserve the coding
2952         system using a file local var.
2954 2006-11-15  Simon Marshall  <simon@gnu.org>
2956         * progmodes/cc-fonts.el (c-font-lock-declarators): Use c-at-toplevel-p
2957         to recognise "T t()" as a function declaration, rather than a
2958         variable instantiation, iff at the top-level or inside a class
2959         declaration.  Suggested by Feng Li <fengli@gmail.com>.
2961 2006-11-14  Stephen Leake  <stephen_leake@stephe-leake.org>
2963         * progmodes/ada-xref.el (ada-parse-prj-file):
2964         Don't delete project buffer; user may want to edit it.
2965         (ada-xref-set-project-field, ada-xref-current-project-file)
2966         (ada-xref-current-project, ada-show-current-project)
2967         (ada-set-main-compile-application): New functions.
2968         (ada-xref-get-project-field, ada-require-project-file):
2969         Normalize use of ada-prj-default-project-file.
2970         (ada-gdb-application, ada-get-ada-file-name, ada-make-body-gnatstub):
2971         Normalize use of ada-require-project-file.
2972         (ada-prj-find-prj-file): Improve doc string, comments.
2974         * progmodes/ada-mode.el (ada-mode-version): Bump version.
2975         (ada-create-keymap): Add \C-c\C-m 'ada-set-main-compile-application.
2976         (ada-create-menu): Add ada-set-main-compile-application,
2977         ada-show-current-main, ada-show-current-project.
2979 2006-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2981         * progmodes/python.el (inferior-python-mode-syntax-table): New var.
2982         (inferior-python-mode): Use it.
2984 2006-11-14  Andreas Schwab  <schwab@suse.de>
2986         * term/xterm.el (terminal-init-xterm): Add more key bindings.
2988 2006-11-13  Kim F. Storm  <storm@cua.dk>
2990         * ido.el (ido-copy-current-word): C-o copies region if active.
2992 2006-11-13  Carsten Dominik  <dominik@science.uva.nl>
2994         * textmodes/org.el (org-emph-face): Fix typo in variable name.
2996 2006-11-13  Juanma Barranquero  <lekktu@gmail.com>
2998         * ediff.el (ediff-revision):
2999         * files.el (set-visited-file-name):
3000         * mail/rmailout.el (rmail-output-body-to-file):
3001         Use `format', not `message', in `y-or-n-p' call.
3003 2006-11-13  Carsten Dominik  <dominik@science.uva.nl>
3005         * textmodes/org.el (org-metaleft): Call `org-outdent-item' on bullets.
3006         (org-metaright): Call `org-indent-item' on bullets.
3007         (org-timestamp-change): Set `org-last-changed-timestamp'.
3008         (org-current-line): Make sure (bolp) returns correct result.
3009         (org-agenda-change-all-lines): Make sure highlighting TODO always works.
3011 2006-11-12  Richard Stallman  <rms@gnu.org>
3013         * language/european.el (turkish-case-conversion-enable)
3014         (turkish-case-conversion-disable): New functions.
3015         ("Turkish" lang env): Use them.
3017         * international/characters.el (case table):
3018         Do nothing special for i and I.
3020         * subr.el (remove-overlays): Fix last change.
3022         * cus-edit.el (custom-save-all): Use find-file-visit-truename
3023         for visiting the custom file.
3025 2006-11-12  Markus Triska  <triska@gmx.at>
3027         * play/handwrite.el (handwrite): Also process lines not ending
3028         with newline.  Replace some position-fiddling with different
3029         logic.  Improve performance.
3031 2006-11-12  Stephen Leake  <stephen_leake@stephe-leake.org>
3033         * progmodes/ada-xref.el (ada-prj-default-check-cmd): New variable,
3034         replacing deleted variable `ada-check-switch'.
3035         (ada-project-file-extension): Rename to `ada-prj-file-extension'.
3036         (ada-xref-project-files): Improve doc string.
3037         (ada-find-executable): New function.
3038         (ada-initialize-runtime-library): Use `ada-find-executable'.
3039         (ada-xref-set-default-prj-values): In compile commands, don't need
3040         `ada-cd-command'; `compile' does that more portably.
3041         Use ada-prj-default-check-cmd.
3042         (ada-parse-prj-file): Don't set 'debug_post_cmd, 'debug_pre_cmd
3043         properties if not specified in project file.
3044         (ada-goto-declaration): Display useful message for new error
3045         'error-file-not-found.
3046         (ada-get-ada-file-name, ada-find-in-src-path): Signal new error
3047         'error-file-not-found.
3048         (ada-get-all-references): Match latest ali syntax.  Signal new
3049         error 'error-file-not-found.
3050         (ada-find-in-ali): Match latest ali syntax.
3051         (ada-make-filename-from-adaname): Handle different semantics of
3052         gnatkr in GNAT 3.15p vs later.
3054         * progmodes/ada-stmt.el (ada-func-or-proc-name): Match changes to
3055         ada-procedure-start-regexp.
3056         (ada-or-accept, ada-or-delay, ada-or-terminate): Improve doc string.
3058         * progmodes/ada-mode.el: Replace conditional (require 'ispell)
3059         with defvar.
3060         (ada-language-version): Rename ada05 -> ada2005.
3061         (ada-align-region-separate): Add `eval-when-compile'.
3062         (ada-name-regexp): Remove unneeded escapes in regexp character
3063         alternative.
3064         (ada-compile-goto-error-file-linenr-re): New constant.
3065         (ada-matching-start-re): Handle additional cases `declare',
3066         `procedure', `function'.
3067         (ada-compile-goto-error): Handle "... at line nn".
3068         (ada-mode): Clearer syntax, comments for ff-special-constructs.
3069         Delete support for old versions of `align'.
3070         (ada-search-prev-end-stmt): Handle additional keyword `private'.
3071         (ada-check-defun-name): Simplify handling of `declare'.
3072         (ada-goto-matching-start): Handle nested `begin ... end'.
3073         Handle `declare', `protected', `procedure', `function'.
3074         (ada-create-menu): Presence of arm95 is not conditional on using
3075         GNAT compiler.
3077 2006-11-12  Juanma Barranquero  <lekktu@gmail.com>
3079         * emacs-lisp/re-builder.el (reb-mode): Set `blink-matching-paren' to
3080         nil in the *RE-Builder* buffer (it causes spurious error messages).
3082         * server.el (server-visit-files): If `minibuffer-auto-raise' has
3083         been set to t, respect it.
3085 2006-11-11  Stephen Leake  <stephen_leake@stephe-leake.org>
3087         * progmodes/ada-mode.el: Delete `eval-and-compile' around `require'.
3088         Delete commented out code for old Emacs versions.  Autoloading of
3089         "ada-xref", "ada-prj" is useful even if compiler is not GNAT.
3090         (ada-mode-version): Bump version number.
3091         (ada-95-string-keywords, ada-2005-string-keywords)
3092         (ada-2005-keywords, ada-name-regexp): New constant.
3093         (ada-language-version, ada-procedure-start-regexp, ada-mode)
3094         (ada-font-lock-keywords): Add support for Ada 2005 keywords.
3095         (ada-package-start-regexp): Support private packages, include package
3096         name (for ada-set-point-accordingly).
3097         (ada-next-procedure, ada-previous-procedure)
3098         (ada-which-function-are-we-in): Match changes to
3099         ada-procedure-start-regexp.
3100         (ada-make-body): Make non-interactive; not a user function.
3101         (ada-make-subprogram-body): Improve doc string.
3103 2006-11-11  Romain Francoise  <romain@orebokech.com>
3105         * progmodes/cperl-mode.el (cperl-mode): Before adding to it, make
3106         `compilation-error-regexp-alist' buffer-local, since we changed
3107         `compilation-error-regexp-alist-alist' locally.
3109 2006-11-11  Juanma Barranquero  <lekktu@gmail.com>
3111         * server.el (server-visit-files): Bind `minibuffer-auto-raise'
3112         to the value of `server-raise-frame'.
3114 2006-11-11  Glenn Morris  <rgm@gnu.org>
3116         * ido.el (ido-enable-prefix)
3117         * ses.el (ses-call-printer-return)
3118         * net/tramp.el (tramp-unified-filenames)
3119         * progmodes/cc-align.el (c-lineup-string-cont)
3120         * progmodes/compile.el (compilation-directory-matcher)
3121         * progmodes/ebnf2ps.el (ebnf-stop-on-error)
3122         * progmodes/vhdl-mode.el (vhdl-reset-active-high)
3123         (vhdl-clock-rising-edge)
3124         * textmodes/org.el (org-export-with-timestamps)
3125         (org-export-remove-timestamps-from-toc)
3126         (org-export-with-tags): Improve previous doc fixes.
3128 2006-11-11  Richard Stallman  <rms@gnu.org>
3130         * textmodes/flyspell.el (flyspell-mode-map):
3131         Bind C-c $ instead of M-RET.
3133 2006-11-10  Simon Marshall  <simon@gnu.org>
3135         * progmodes/cc-fonts.el (c-font-lock-declarations): Don't overwrite
3136         fontification for "case" and "default" keywords.
3138 2006-11-10  Andreas Schwab  <schwab@suse.de>
3140         * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
3141         Avoid starting sentence with "nil".
3143 2006-11-10  Juanma Barranquero  <lekktu@gmail.com>
3145         * server.el (server-raise-frame): New option.
3146         (server-switch-buffer): Use it.
3148 2006-11-10  Nick Roberts  <nickrob@snap.net.nz>
3150         * progmodes/gdb-ui.el (gdb-many-windows): Start doc string
3151         with a capital.
3153 2006-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
3155         * textmodes/org.el (org-show-hierarchy-above)
3156         (org-show-following-heading): Fix typo in default value.
3157         (org-scan-tags): Make the search case-sensitive.
3158         (org-tags-sparse-tree): Don't overrule
3159         `org-show-following-heading' and `org-show-hierarchy-above'.
3160         (org-reveal): New command.
3161         (org-show-context): Rename from `org-show-hierarchy-above'.
3162         (org-fast-tag-selection-single-key): New option.
3163         (org-fast-tag-show-exit, org-set-current-tags-overlay): New functions.
3164         (org-tags-overlay): New variable.
3165         (org-agenda-todo-ignore-deadlines): New option.
3166         ("session"): Add circular data structure `org-mark-ring' to
3167         exceptions list in session.el.
3168         (org-agenda-window-setup, org-agenda-restore-windows-after-quit):
3169         New options.
3170         (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'.
3171         (org-prepare-agenda, org-agenda-quit): Use `org-agenda-window-setup'.
3172         (org-pre-agenda-window-conf, org-blank-before-new-entry): New vars.
3173         (org-finalize-agenda): Activate bracket links in agenda.
3174         (org-at-timestamp-p, org-at-date-range-p): Additional argument
3175         INACTIVE-OK.
3176         (org-show-hierarchy-above, org-show-following-heading):
3177         List values allowed for fine-tuned configuration.
3178         (org-show-hierarchy-above): New argument CONTEXT, use the
3179         fine-tuned settings in `org-show-hierarchy-above' and
3180         `org-show-following-heading'.
3181         (org-display-custom-time): New function.
3182         (org-toggle-time-stamp-overlays, org-insert-time-stamp): New function.
3183         (org-display-custom-times, org-time-stamp-custom-formats):
3184         (org-maybe-intangible): New macro.
3185         (org-activate-bracket-links, org-hide-wide-columns):
3186         Use `org-maybe-intangible'.
3187         (org-open-file): Use `shell-quote-argument'.
3188         (org-display-internal-link-with-indirect-buffer): New option.
3189         (org-file-remote-p): Get regexp from list.
3190         (org-link-expand-abbrev): New function.
3191         (org-link-abbrev-alist): New option.
3192         (org-open-at-point, org-cleaned-string-for-export):
3193         Call `org-link-expand-abbrev'.
3194         (org-timeline, org-agenda-list, org-todo-list)
3195         (org-tags-view): Remove the KEEP-MODES argument.
3196         (org-finalize-agenda-hook): New hook.
3197         (org-get-alist-option): New function.
3198         (org-follow-timestamp-link): New function.
3199         (org-open-at-point): Call `org-follow-timestamp-link'.
3200         (org-log-note-marker, org-log-note-purpose)
3201         (org-log-note-window-configuration): New variables.
3202         (org-add-log-maybe, org-add-log-note, org-store-log-note): New funs.
3203         (org-log-note-headings): New option.
3204         (org-dblock-write:clocktable): Bug fix, removed infinite loop.
3205         (org-store-link): Support for dired-mode.
3206         (org-open-file): Substitute environment variables into filename.
3207         (org-last): New defsubst.
3208         (org-agenda-re-align-tags): New function.
3209         (org-agenda-align-tags-to-column): New option.
3210         (org-agenda-timeline): Group removed.
3211         (org-prepare-agenda, org-prepare-agenda-buffers)
3212         (org-run-agenda-series, org-timeline, org-agenda-list)
3213         (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
3214         the text property inticating the agenda type.
3215         (org-agenda-post-command-hook): Get agenda type from text property
3216         at point.
3217         (org-agenda): Handle command sets.  Set `org-agenda-last-arguments'
3218         and obey `org-agenda-overriding-arguments'.
3219         (org-agenda-overriding-arguments, org-agenda-last-arguments): New vars.
3220         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
3221         (org-agenda-week-view, org-agenda-day-view):
3222         Use `org-agenda-overriding-arguments' to make updating work with
3223         multi-block agendas.
3224         (org-agenda-prefix-format): Allow different formats for the
3225         different agenda entry types.
3226         (org-timeline-prefix-format): Option removed, use
3227         `org-agenda-prefix-format' instead.
3228         (org-prepare-agenda): New function.
3229         (org-select-timeline-window): Option removed, use
3230         `org-select-agenda-window' instead.
3231         (org-respect-restriction): Variable removed.
3232         (org-cmp-tag): New function.
3233         (org-agenda-sorting-strategy, org-entries-lessp):
3234         Implement sorting by last tag.
3235         (org-complete): Better completion in in-buffer option lines.
3236         (org-in-item-p): New function.
3237         (org-org-menu): Add entries for checkboxes.
3238         (org-cycle): Extra brouping in outline-regexp, because it is used
3239         in a search with "^" prepended.
3240         (org-provide-checkbox-statistics): New option.
3241         (org-set-font-lock-defaults): Highlight checkbox statistics.
3242         (org-update-checkbox-count-maybe)
3243         (org-get-checkbox-statistics-face): New functions.
3244         (org-update-checkbox-count): New command.
3245         (org-insert-item, org-toggle-checkbox):
3246         Call `org-update-checkbox-count-maybe'.
3247         (org-export-as-html): XEmacs compatibility for coding system.
3248         (org-force-cycle-archived): New command.
3249         (org-cycle-hide-archived-subtrees): Display message when ARCHIVE
3250         overrules cycling.
3251         (org-fix-position-after-promote): If the line contains only a todo
3252         keyword, add a final space.
3253         (org-promote-subtree, org-demote-subtree):
3254         Call `org-fix-position-after-promote'.
3256 2006-11-10  Glenn Morris  <rgm@gnu.org>
3258         * calendar/cal-dst.el: Do not assume DST starts/ends on the same
3259         date in every year.
3260         (calendar-dst-check-each-year-flag): New customizable variable.
3261         (calendar-dst-find-data): New function, extracted from
3262         calendar-current-time-zone.
3263         (calendar-current-time-zone): Use calendar-dst-find-data.
3264         (calendar-dst-transition-cache): New variable.
3265         (calendar-dst-find-startend, calendar-dst-starts)
3266         (calendar-dst-ends): New functions.
3267         (calendar-daylight-savings-starts)
3268         (calendar-daylight-savings-ends): Change value to use
3269         calendar-dst-starts, calendar-dst-ends; respectively.
3271         * progmodes/f90.el (f90-indent-region): Bind case-fold-search to t.
3273         * ido.el (ido-enable-prefix)
3274         * ses.el (ses-call-printer-return)
3275         * net/tramp.el (tramp-unified-filenames)
3276         * progmodes/cc-align.el (c-lineup-string-cont)
3277         * progmodes/compile.el (compilation-directory-matcher)
3278         * progmodes/ebnf2ps.el (ebnf-stop-on-error)
3279         * progmodes/gdb-ui.el (gdb-many-windows)
3280         * progmodes/vhdl-mode.el (vhdl-reset-active-high)
3281         (vhdl-clock-rising-edge)
3282         * textmodes/org.el (org-export-with-timestamps)
3283         (org-export-remove-timestamps-from-toc, org-export-with-tags)
3284         (org-read-date): Doc fix (Nil -> nil).
3286 2006-11-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3288         * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
3289         Encode/decode text to/from cut buffers to/from iso-latin-1 only.
3291 2006-11-10  Juanma Barranquero  <lekktu@gmail.com>
3293         * bs.el (bs--window-for-buffer): Remove.
3294         (bs--show-with-configuration): Use `get-window-with-predicate'
3295         instead of `bs--window-for-buffer'.
3297 2006-11-10  Kenichi Handa  <handa@m17n.org>
3299         * files.el (revert-buffer): Fix previous change.
3301 2006-11-09  Juanma Barranquero  <lekktu@gmail.com>
3303         * bs.el (bs--redisplay): Fix typo in docstring.
3304         (bs--window-config-coming-from): Make frame-local.
3305         (bs--restore-window-config): New function.
3306         (bs-kill, bs-select, bs-select-other-window)
3307         (bs-select-other-frame): Use it.
3308         (bs--window-for-buffer): Return as soon as a matching buffer is found.
3309         (bs--show-with-configuration): Save the window configuration as a
3310         frame local var, and only if *buffer-selection* is not already
3311         visible on this frame.
3313 2006-11-08  Chong Yidong  <cyd@stupidchicken.com>
3315         * vc-svn.el (vc-svn-admin-directory): New var.
3316         (vc-svn-registered, vc-svn-responsible-p)
3317         (vc-svn-repository-hostname): Use it.
3318         Suggested by arit93@yahoo.com.
3320 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
3322         * ldefs-boot.el: Regenerate.
3324 2006-11-08  Alan Mackenzie  <acm@muc.de>
3326         * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the
3327         case (eq open-paren-in-column-0-is-defun-start nil) by searching
3328         for least nested open-paren.
3330 2006-11-08  Romain Francoise  <romain@orebokech.com>
3332         * subr.el (remove-overlays): Fix typo in last change.
3334 2006-11-08  Richard Stallman  <rms@gnu.org>
3336         * subr.el (remove-overlays): Call overlay-recenter.
3338 2006-11-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3340         * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
3341         (pr-ps-name-custom-set, pr-txt-name-custom-set): Return back the old
3342         behaviour.
3343         (pr-menu-bind): Act on global-map instead of menu-bar-file-menu
3344         directly.
3346 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
3348         * ido.el (ido-ignore-extensions, ido-show-dot-for-dired)
3349         (ido-max-dir-file-cache, ido-decorations)
3350         (ido-rewrite-file-prompt-functions, ido-use-mycompletion-depth)
3351         (ido-magic-backward-char, ido-enter-dired)
3352         (ido-enter-insert-buffer, ido-enter-insert-file, ido-dired)
3353         (ido-list-directory, ido-first-match, ido-only-match)
3354         (ido-subdir, ido-indicator): Fix typos in docstrings.
3355         (ido-buffer-internal, ido-completion-help): Fix typos in messages.
3356         (ido-read-internal): Fix typo in error message.
3358 2006-11-08  Kenichi Handa  <handa@m17n.org>
3360         * international/mule-cmds.el (set-default-coding-systems):
3361         Always set default-file-name-coding-system to utf-8 for Mac Darwin.
3363 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
3365         * makefile.w32-in (setwins): Remove.
3366         (WINS_ALMOST): New macro.
3367         (WINS): Use it.
3368         (autoloads): Don't extract autoloads from files in obsolete/.
3370 2006-11-07  Chong Yidong  <cyd@stupidchicken.com>
3372         * whitespace.el (whitespace-buffer): Call remove-overlays after
3373         overlay-recenter for performance.  Suggested by Martin Rudalics.
3375 2006-11-07  Michael Albinus  <michael.albinus@gmx.de>
3377         * net/tramp.el (tramp-default-method): scp is the default method.
3379 2006-11-07  Juanma Barranquero  <lekktu@gmail.com>
3381         * server.el (server-start): Save also the Emacs pid in the server file.
3383 2006-11-07  Carsten Dominik  <dominik@science.uva.nl>
3385         * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Preserve
3386         point when displaying a bibtex cross reference in the echo area.
3388 2006-11-06  Juanma Barranquero  <lekktu@gmail.com>
3390         * international/mule.el (make-char): Fix typo in docstring.
3391         (load-with-code-conversion, charsetp): Doc fixes.
3393         * international/ja-dic-cnv.el (skkdic-convert):
3394         * cus-edit.el (hook): Fix typo in docstring.
3396 2006-11-06  Chong Yidong  <cyd@stupidchicken.com>
3398         * cus-edit.el (custom-mode-map): Move defvar above code using it.
3399         (custom-mode-link-map): New variable.
3400         (custom-group-link, custom-manual): Use follow-link.
3402 2006-11-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3404         * textmodes/bibtex.el: Fix typo in name of author of bibtex.el,
3405         "Mark Shapiro" -> "Marc Shapiro".  Update his email address.
3407 2006-11-06  Richard Stallman  <rms@gnu.org>
3409         * textmodes/flyspell.el (flyspell-correct-word-before-point):
3410         New function broken out of flyspell-correct-word.
3411         (flyspell-mode-map): Bind it to M-RET.
3412         (flyspell-correct-word): Call it.
3414         * textmodes/fill.el (fill-minibuffer-function): New function.
3415         (fill-paragraph): Bind fill-paragraph-function to
3416         fill-minibuffer-function.
3418         * ruler-mode.el (ruler-mode-map): Add bindings for up-events
3419         so that they aren't undefined.
3421         * dired.el (dired-readin): Locally bind file-name-coding-system.
3423         * bindings.el: Shorten and clarify usual mode line mouse help string.
3425         * Makefile.in (autoloads): Don't include `obsolete'.
3427 2006-11-06  Chong Yidong  <cyd@stupidchicken.com>
3429         * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
3430         (pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the
3431         Printing menu if it's not initialized.
3432         (pr-menu-bind): Act on menu-bar-file-menu directly.
3434 2006-11-06  Juanma Barranquero  <lekktu@gmail.com>
3436         * help.el (view-emacs-news): Fix typo in error message.
3438         * menu-bar.el (menu-bar-update-buffers): Fix typo in menu entry.
3440         * shadowfile.el (shadow-define-regexp-group)
3441         (shadow-literal-groups, shadow-insert-var): Doc fixes.
3442         (shadow-read-files): Fix typo in message.
3443         (shadow-inhibit-overload, shadow-find, shadow-suffix)
3444         (shadow-site-match, shadow-write-todo-file, shadow-insert-var)
3445         (shadow-suffix, shadow-site-match, shadow-expand-file-name)
3446         (shadow-file-match): Fix typos in docstrings.
3448         * terminal.el (terminal-emulator): Fix typo in message.
3450         * emacs-lisp/authors.el (authors-fixed-entries): Fix typo.
3452         * emacs-lisp/lselect.el (x-kill-primary-selection)
3453         (x-delete-primary-selection, x-copy-primary-selection):
3454         Fix typos in error messages.
3456         * emulation/edt-mapper.el: Fix typo in interactive message.
3458         * mail/emacsbug.el (report-emacs-bug): Fix typos in output message.
3460         * textmodes/ispell.el (ispell, ispell-local-dictionary-alist)
3461         (ispell-help): Fix typos in docstrings.
3462         (ispell-help): Fix typo in output message.
3464         * allout.el (allout-adjust-file-variable)
3465         (allout-passphrase-verifier-string)
3466         (allout-passphrase-hint-string)
3467         (allout-toggle-current-subtree-encryption):
3468         * apropos.el (apropos-synonyms):
3469         * cus-edit.el (hook):
3470         * emacs-lock.el (emacs-lock-from-exiting):
3471         * follow.el (follow-avoid-tail-recenter-p):
3472         * hexl.el (hexl-mode):
3473         * mouse-copy.el (mouse-copy-work-around-drag-bug):
3474         * mouse.el (mouse-set-font):
3475         * resume.el (resume-emacs-args-file):
3476         * rfn-eshadow.el (file-name-shadow-tty-properties):
3477         * t-mouse.el (t-mouse-process, t-mouse-mode):
3478         * emacs-lisp/cust-print.el (custom-print-install)
3479         (custom-print-uninstall, custom-format):
3480         * emacs-lisp/shadow.el (list-load-path-shadows):
3481         * emulation/tpu-edt.el (tpu-help-text)
3482         (tpu-save-all-buffers-kill-emacs, tpu-emacs-replace)
3483         (tpu-reset-control-keys):
3484         * emulation/vip.el (vip-emacs-local-map)
3485         (vip-change-mode-to-emacs):
3486         * emulation/viper.el (viper-mode, viper-set-hooks)
3487         (viper-major-mode-modifier-list):
3488         * emulation/viper-init.el (viper-emacs-state-cursor-color):
3489         * emulation/viper-keym.el (viper-emacs-kbd-map)
3490         (viper-toggle-key):
3491         * mail/feedmail.el (feedmail-queue-reminder)
3492         (feedmail-queue-reminder-alist, feedmail-confirm-outgoing)
3493         (feedmail-confirm-outgoing-timeout, feedmail-nuke-bcc)
3494         (feedmail-nuke-resent-bcc, feedmail-fill-to-cc-fill-column)
3495         (feedmail-sender-line, feedmail-force-binary-write)
3496         (feedmail-from-line, feedmail-deduce-envelope-from)
3497         (feedmail-x-mailer-line, feedmail-message-id-generator)
3498         (feedmail-date-generator, feedmail-fiddle-plex-user-list)
3499         (feedmail-enable-spray, feedmail-spray-this-address)
3500         (feedmail-spray-address-fiddle-plex-list, feedmail-enable-queue)
3501         (feedmail-queue-runner-confirm-global)
3502         (feedmail-ask-before-queue-prompt)
3503         (feedmail-ask-before-queue-reprompt)
3504         (feedmail-prompt-before-queue-standard-alist)
3505         (feedmail-prompt-before-queue-user-alist)
3506         (feedmail-prompt-before-queue-help-supplement)
3507         (feedmail-queue-use-send-time-for-message-id)
3508         (feedmail-queue-default-file-slug, feedmail-queue-fqm-suffix)
3509         (feedmail-mail-send-hook-splitter, feedmail-mail-send-hook)
3510         (feedmail-mail-send-hook-queued)
3511         (feedmail-confirm-addresses-hook-example)
3512         (feedmail-last-chance-hook, feedmail-before-fcc-hook)
3513         (feedmail-queue-runner-mode-setter)
3514         (feedmail-queue-alternative-mail-header-separator)
3515         (feedmail-queue-runner-message-sender)
3516         (feedmail-buffer-eating-function, feedmail-binmail-template)
3517         (feedmail-run-the-queue-no-prompts)
3518         (feedmail-run-the-queue-global-prompt)
3519         (feedmail-queue-subject-slug-maker, feedmail-fiddle-header)
3520         (feedmail-envelope-deducer, feedmail-fiddle-date)
3521         (feedmail-default-message-id-generator)
3522         (feedmail-fiddle-message-id, feedmail-fiddle-x-mailer)
3523         (feedmail-fiddle-spray-address, feedmail-deduce-address-list):
3524         * mail/vms-pmail.el (vms-pmail-save-and-exit, vms-pmail-abort)
3525         (vms-pmail-setup):
3526         * play/dunnet.el (dun-help):
3527         * play/handwrite.el (handwrite):
3528         * play/hanoi.el (hanoi-unix-64):
3529         * progmodes/idlwave.el (idlwave-rescan-asynchronously):
3530         * textmodes/enriched.el (fixed):
3531         * textmodes/org.el (org-file-apps)
3532         (org-emphasis-regexp-components, org-emphasis-alist):
3533         * textmodes/texinfmt.el (batch-texinfo-format):
3534         Fix typos in docstrings.
3536 2006-11-05  Juanma Barranquero  <lekktu@gmail.com>
3538         * loadhist.el (read-feature): Don't complete features not loaded
3539         from a file (which make `unload-feature' to fail).
3541 2006-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
3543         * add-log.el (add-log-time-zone-rule): Mark as safe-local-variable.
3545 2006-11-05  Chong Yidong  <cyd@stupidchicken.com>
3547         * startup.el (command-line-1): Kill emacs if the last frame is
3548         deleted while evaluating the command-line arguments.
3550 2006-11-05  Richard Stallman  <rms@gnu.org>
3552         * startup.el (init-file-had-error): Add doc string.
3553         (fancy-splash-text, fancy-splash-head, fancy-splash-tail):
3554         Use fixed-width font for keyboard key descriptions.
3556         * cus-edit.el (custom-save-all): Error if saving in .emacs
3557         and it had an error when loaded.
3559         * dired-aux.el (dired-copy-file-recursive): Catch errors
3560         from recursive copies in the loop, around the recursive call.
3562 2006-11-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
3564         * battery.el (battery-linux-proc-acpi): Search an ac_adapter in
3565         `/proc/acpi/ac_adapter/*'.  Ditto for the thermometers in
3566         `/proc/acpi/thermal_zone/*'.
3567         (battery-search-for-one-match-in-files): New.  Search a regexp in
3568         the content of some files.
3570 2006-11-05  Martin Rudalics  <rudalics@gmx.at>
3572         * window.el (mouse-autoselect-window-now): Remove variable.
3573         (mouse-autoselect-window-state): New variable.
3574         (mouse-autoselect-window-start, mouse-autoselect-window-cancel)
3575         (mouse-autoselect-window-select, handle-select-window):
3576         Rewritten to make mouse-autoselect-window-timer a one-shot timer.
3577         Suspend delayed autoselection during menu or popup dialog.
3579         * info-look.el (info-lookup-guess-custom-symbol): New function
3580         for retrieving symbol at point in custom buffers.
3581         (top level) <info-lookup-maybe-add-help>: Add backquote and
3582         comma to ignored characters in regexps of help specifications
3583         for emacs-lisp-mode and lisp-interaction-mode.  This permits
3584         looking up symbols in `...' and after a comma.  Add help
3585         specifications for custom-mode and help-mode.
3587 2006-11-04  Eli Zaretskii  <eliz@gnu.org>
3589         * mail/rmail.el (rmail-redecode-body): New optional argument RAW.
3590         Don't encode body if RAW is non-nil, or if the old encoding is
3591         identical to the new encoding, or if the body contains only
3592         eight-bit-* characters.
3594 2006-11-04  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
3596         * faces.el (faces-sample-overlay, describe-face): Revert last changes.
3597         (faces-sample-overlay): Remove variable.
3598         (describe-face): Insert sample text in the face being described.
3600 2006-11-04  Martin Rudalics  <rudalics@gmx.at>
3602         * whitespace.el (whitespace-indent-regexp): Make this match any
3603         multiples of eight spaces near the beginning of a line.
3604         (whitespace-buffer): Use `remove-overlays' instead of
3605         `whitespace-unhighlight-the-space' and `overlay-recenter' to
3606         speed up overlay handling.
3607         (whitespace-buffer-leading, whitespace-buffer-trailing):
3608         Make these functions highlight the text removed by
3609         `whitespace-buffer-leading-cleanup' and
3610         `whitespace-buffer-trailing-cleanup' respectively.
3611         (whitespace-buffer-search): Use `with-local-quit'.
3612         Move `format' out of loop to speed up scanning larger buffers.
3613         (whitespace-unhighlight-the-space): Remove `remove-hook' since
3614         that function is never added to a hook.
3615         (whitespace-spacetab-regexp, whitespace-ateol-regexp)
3616         (whitespace-buffer-leading-cleanup)
3617         (whitespace-refresh-rescan-list): Fix docstrings.
3619 2006-11-03  Ken Manheimer  <ken.manheimer@gmail.com>
3621         * allout.el (allout-during-yank-processing): Cue for inhibiting
3622         aberrance processing during yanks.
3623         (allout-doublecheck-at-and-shallower): Reduce the limit to reduce
3624         the amount of yanked topics that can be aberrant.
3625         (allout-do-doublecheck): Encapsulate this multiply-used recipe in
3626         a function, and supplement with inihibition of doublechecking
3627         during yanks.
3628         (allout-beginning-of-line, allout-next-heading)
3629         (allout-previous-heading, allout-goto-prefix-doublechecked)
3630         (allout-back-to-current-heading, allout-next-visible-heading)
3631         (allout-next-sibling): Use new allout-do-doublecheck function.
3632         (allout-next-sibling): Ensure we made progress when returning
3633         other than nil.
3634         (allout-rebullet-heading): Preserve text property annotations
3635         indicating the text was hidden, if it was.
3636         (allout-kill-line): Remove any added was-hidden annotations.
3637         (allout-kill-topic): Remove any added was-hidden annotations.
3638         (allout-annotate-hidden): Inhibit adding was-hidden text
3639         properties to the undo list.
3640         (allout-deannotate-hidden): New function to remove was-hidden
3641         annotation.
3642         (allout-hide-by-annotation): Use new allout-deannotate-hidden.
3643         (allout-remove-exposure-annotation): Replace by
3644         allout-deannotate-hidden.
3645         (allout-yank-processing): Signal that yank processing is happening
3646         with allout-during-yank-processing.  Also, wrap
3647         allout-unprotected's closer to the text changes, for easier
3648         debugging.  We need to inhibit-field-text-motion explicitly, in
3649         lieu of the encompassing allout-unprotected.
3650         (outlineify-sticky): Adjust criteria for triggering new outline
3651         decorations to presence or absence of any topics, not just a topic
3652         at the beginning of the buffer.
3654 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
3656         * bs.el (bs--show-all, bs--redisplay):
3657         * cus-edit.el (custom-unlispify-menu-entries)
3658         (custom-unlispify-tag-names, custom-prompt-variable):
3659         * expand.el (expand-pos):
3660         * speedbar.el (speedbar-generic-list-tag-p):
3661         * wid-edit.el (widget-image-enable):
3662         * emacs-lisp/checkdoc.el (checkdoc-rogue-space-check-engine):
3663         * emacs-lisp/find-func.el (find-function-noselect)
3664         (find-function, find-variable-noselect, find-variable)
3665         (find-definition-noselect, find-face-definition):
3666         * mail/rmail-spam-filter.el (rsf-scanning-messages-now):
3667         * net/eudc-vars.el (eudc-expansion-overwrites-query):
3668         * progmodes/ada-xref.el (ada-find-in-ali):
3669         * textmodes/flyspell.el (flyspell-check-tex-math-command):
3670         * textmodes/org.el (org-copy-subtree):
3671         * textmodes/table.el (table--row-column-insertion-point-p):
3672         Use "non-nil" in docstrings.
3674 2006-11-03  Mark Davies  <mark@mcs.vuw.ac.nz>
3676         * sort.el (sort-columns): Set the field separator to tab; on
3677         NetBSD, sort complains if "\n" is used as field separator.
3679 2006-11-03  NIIMI Satoshi  <sa2c@sa2c.net>
3681         * emacs-lisp/pp.el (pp-eval-last-sexp): Evaluate target sexp.
3683 2006-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3685         * server.el (server-auth-key): Remove.  Replace by a process-property.
3686         (server-start): Don't remove the file of the previous process, but
3687         instead clear out the place for the new file.
3688         (server-start): Set the :auth-key property.
3689         (server-process-filter): Use the :auth-key property.
3691 2006-11-02  Carsten Dominik  <dominik@science.uva.nl>
3693         * textmodes/org.el (org-mode-map): No longer copy
3694         `outline-mode-map' explicitly - this is already done by
3695         `define-derived-mode'.
3697 2006-11-02  Juanma Barranquero  <lekktu@gmail.com>
3699         * server.el (server-visit-files): Use `when'.
3700         (server-process-filter): When authentication fails, send error
3701         message to client.  Wrap `process-send-region' in `ignore-errors'
3702         instead of `condition-case', and remove misleading comment.
3704 2006-11-01  Juri Linkov  <juri@jurta.org>
3706         * simple.el (yank): Doc fix.
3708 2006-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3710         * server.el: Try and fit within 80 columns.
3711         (server-start): Make the auth file unreadable by other users.
3713 2006-10-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3715         * battery.el (battery-linux-proc-acpi): Prevent range error when
3716         `full-capacity' is 0.
3718 2006-10-31  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
3720         * faces.el (faces-sample-overlay): New defvar.
3721         (faces-sample-overlay): New function to show face sample text.
3722         (describe-face): Use it.
3724 2006-10-31  Stephen Leake  <stephen_leake@stephe-leake.org>
3726         * progmodes/ada-stmt.el: Change maintainer, apply
3727         whitespace-cleanup, checkdoc.
3728         (ada-func-or-proc-name): Add doc string.
3730         * progmodes/ada-prj.el (ada-prj-new): Change maintainer, apply
3731         whitespace-cleanup, checkdoc.  Minor improvements to many doc
3732         strings and comments.
3733         (ada-prj-display-page): Change buffer name to more accurately
3734         reflect function.
3736         * progmodes/ada-xref.el: Change maintainer, apply
3737         whitespace-cleanup, checkdoc.  Minor improvements to many doc
3738         strings and comments.  Don't look for `gvd' or `ddd' debuggers.
3739         (ada-compile-current): Don't add newlines to commands.
3741 2006-10-31  Juanma Barranquero  <lekktu@gmail.com>
3743         * server.el: Add support for TCP sockets.
3744         (server-use-tcp, server-host, server-auth-dir): New options.
3745         (server-auth-key): New variable.
3746         (server-ensure-safe-dir): Create nonexistent parent dirs.
3747         Ignore Unix-style file modes on Windows.
3748         (server-start): Crete a TCP or Unix socket according to the value
3749         of `server-use-tcp'.  For TCP sockets, create the id/auth file in
3750         `server-auth-dir' directory.
3751         (server-process-filter): Delete process if authentication
3752         fails (which never happens for Unix sockets).
3754 2006-10-30  David Kastrup  <dak@gnu.org>
3756         * subr.el (add-to-list): Don't continue checking if a match has
3757         been found.
3759 2006-10-30  Chong Yidong  <cyd@stupidchicken.com>
3761         * tutorial.el: Move defvars to avoid bytecomp warnings.
3762         (tutorial--find-changed-keys): Check if viper-current-state is
3763         bound before using it.
3764         (help-with-tutorial): Check if viper-tutorial is defined before
3765         using it.
3767 2006-10-30  Lennart Borgman  <lennart.borgman.073@student.lu.se>
3769         * help-fns.el (help-with-tutorial): Move to tutorial.el.
3771         * tutorial.el: New file.
3772         (help-with-tutorial): Move here from help-fns.el. Added help for
3773         rebound keys.  Fixed resume of tutorial.
3774         (tutorial--describe-nonstandard-key, tutorial--sort-keys)
3775         (tutorial--find-changed-keys, tutorial--display-changes)
3776         (tutorial--saved-dir, tutorial--saved-file)
3777         (tutorial--save-tutorial): New functions to support the changes in
3778         help-with-tutorial.
3780 2006-10-30  Kenichi Handa  <handa@m17n.org>
3782         * files.el (revert-buffer): If a unibyte buffer is being reverted
3783         with a coding system for multibyte, set buffer multibyte before
3784         calling insert-file-contents.
3786 2006-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3788         * server.el (server-select-display): Use a dummy buffer to detect when
3789         the frame is later used.
3790         (server-select-display): New function.
3791         (server-process-filter): Use it to detect unused temp frames.
3793 2006-10-29  Stephen Leake  <stephen_leake@stephe-leake.org>
3795         * progmodes/ada-mode.el: Change maintainer, apply
3796         whitespace-clean, checkdoc.  Minor improvements to many doc strings.
3797         (ada-mode-version): New function.
3798         (ada-create-menu): Menu operations are available for all supported
3799         compilers.
3801 2006-10-29  Lars Hansen  <larsh@soem.dk>
3803         * net/tramp.el (with-parsed-tramp-file-name): Correct debug spec.
3804         Highlight as keyword.
3805         (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists.
3806         Don't call tramp-method-out-of-band-p for local files.
3807         (tramp-touch): Quote file name.
3809 2006-10-28  Glenn Morris  <rgm@gnu.org>
3811         * calendar/calendar.el (cal-html-cursor-month)
3812         (cal-html-cursor-year): Add autoloads for this new package.
3813         (calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year.
3815 2006-10-28  Anna M. Bigatti  <bigatti@dima.unige.it>
3817         * calendar/cal-html.el: New file.
3819 2006-10-28  Chong Yidong  <cyd@stupidchicken.com>
3821         * emacs-lisp/authors.el (authors-aliases): Update.
3823 2006-10-27  Chong Yidong  <cyd@stupidchicken.com>
3825         * version.el (emacs-version): Bump version number to 22.0.90.
3827 2006-10-26  John W. Eaton  <jwe@octave.org>
3829         * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
3830         New defvar.
3831         (inferior-octave-resync-dirs): Check to see whether Octave has
3832         built-in variables and set inferior-octave-has-built-in-variables.
3833         Check inferior-octave-has-built-in-variables to decide whether to
3834         send commands that set built-in variables or call functions to
3835         change Octave's behavior.
3836         Send "disp (pwd ())" to Octave instead of just "pwd".
3837         (inferior-octave-startup): Send "more off" to Octave instead of
3838         "page_screen_output = 0".
3840 2006-10-26  Chong Yidong  <cyd@stupidchicken.com>
3842         * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
3843         pattern normally.
3845 2006-10-26  Nick Roberts  <nickrob@snap.net.nz>
3847         * bindings.el (mode-line-mode-menu): Remove bindings for global
3848         minor modes (line/column number) as they are on the menubar.
3850 2006-10-25  Juanma Barranquero  <lekktu@gmail.com>
3852         * term/w32-win.el (x-handle-name-switch): Doc fix.
3853         (w32-standard-fontset-spec): Fix typo in docstring.
3855         * midnight.el (midnight-buffer-display-time): Doc fix.
3856         (clean-buffer-list-kill-never-buffer-names): Add "*server*".
3858 2006-10-23  Michael Kifer  <kifer@cs.stonybrook.edu>
3860         * viper-cmd.el (viper-prefix-arg-com): Define gg as G0.
3862         * viper-ex.el (ex-read): Quote file argument.
3864         * ediff-diff.el (ediff-same-file-contents): Expand file names.
3866         * ediff-mult.el (ediff-append-custom-diff): Quote shell file arguments.
3868 2006-10-22  Martin Rudalics  <rudalics@gmx.at>
3870         * textmodes/flyspell.el (flyspell-check-region-doublons):
3871         Fix last fix.
3873 2006-10-23  Nick Roberts  <nickrob@snap.net.nz>
3875         * bindings.el (mode-line-mode-menu): List global minor modes
3876         before local ones.
3878 2006-10-23  Kim F. Storm  <storm@cua.dk>
3880         * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
3881         (sit-for): If last command was a prefix arg, add the read-ahead
3882         event to unread-command-events as (t . EVENT) so it will be added
3883         to this-command-keys by read-key-sequence.
3885 2006-10-22  Martin Rudalics  <rudalics@gmx.at>
3887         * textmodes/flyspell.el (flyspell-word): Skip past all previous
3888         whitespace when checking doublons.
3889         (flyspell-check-region-doublons): Fix doublon regexp.
3890         (flyspell-highlight-incorrect-region): Highlight doublons using
3891         flyspell-duplicate face.
3893         * progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.
3895 2006-10-22  John Wiegley  <johnw@newartisans.com>
3897         * progmodes/python.el (python-use-skeletons): python-mode was
3898         auto-inserting templates (for those with abbrev-mode on), not only
3899         by default -- *but without a configuration variable to disable
3900         it*.  This rendered python-mode completely useless for me, so I
3901         have added `python-use-skeletons', which is now off by default.
3903 2006-10-22  Chong Yidong  <cyd@stupidchicken.com>
3905         * progmodes/cperl-mode.el (cperl-mode): Don't assume
3906         font-lock-multiline is auto-local (it's not).
3907         (cperl-windowed-init): Ensure that cperl-font-lock-multiline is
3908         initialized before calling cperl-init-faces.
3910 2006-10-22  Nick Roberts  <nickrob@snap.net.nz>
3912         * progmodes/gdb-ui.el (gdb-info-stack-custom): Don't try to give
3913         gdb-stack-position a value when there is no fringe.
3915         * bindings.el (mode-line-mode-menu): Disable auto-revert-tail-mode
3916         indicator if not visiting a file.
3918 2006-10-20  David Kastrup  <dak@gnu.org>
3920         * window.el (kill-buffer-and-window): Fix a bug where an aborted
3921         operation would still cause some window to collapse later.
3923 2006-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3925         * vc.el (vc-switch-backend): Try to be more careful with unwanted
3926         side-effect due to mixing various backends's file properties.
3928         * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'.
3929         Add arg `filename' instead.  Don't set vc-backend if `filename' is set.
3930         Return `filename's status if applicable.  Update callers.
3932 2006-10-19  Kenichi Handa  <handa@m17n.org>
3934         * international/kkc.el (kkc-region): When a key sequence is not
3935         defined, append (this-single-command-raw-keys) to
3936         unread-input-method-events.
3938 2006-10-19  Juanma Barranquero  <lekktu@gmail.com>
3940         * progmodes/ada-mode.el (ada-in-string-p): Doc fix.
3942 2006-10-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3944         * version.el (emacs-version): Use mac-carbon-version-string.
3946         * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
3948 2006-10-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3950         * select.el (ccl-check-utf-8, string-utf-8-p): New functions (by
3951         Kenichi Handa).
3952         (xselect-convert-to-string): Decline requests for UTF8_STRING if
3953         the selection is not UTF-8.
3955 2006-10-18  Juanma Barranquero  <lekktu@gmail.com>
3957         * progmodes/ada-mode.el (ada-83-string-keywords)
3958         (ada-last-which-function-line ada-no-auto-case, ada-indent-region)
3959         (ada-which-compiler, ada-align-modes, ada-adjust-case-buffer)
3960         (ada-looking-at-semi-private, ada-get-body-name):
3961         Fix typos in docstrings.
3962         (ada-create-case-exception, ada-create-case-exception-substring):
3963         Fix typos in error messages.
3964         (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
3966 2006-10-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3968         * term/x-win.el (res-geometry): Don't set geometry from Xresources
3969         to default-frame-alist if default-frame-alist already contains
3970         width/height.
3972 2006-10-18  Richard Stallman  <rms@gnu.org>
3974         * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value.
3975         Non-interactive arg is the value, not the expression.
3977         * simple.el (read-expression-map): Just set it, no defvar.
3979         * subr.el (insert-for-yank-1): If last inserted char has
3980         properties, mark them as rear-nonsticky.
3982         * recentf.el (recentf-mode): Doc fix.
3984         * facemenu.el (facemenu-add-new-face): Defend against symbol
3985         that isn't a face name.
3987         * dired-aux.el (dired-do-copy): Doc fix.
3989 2006-10-18  Chong Yidong  <cyd@stupidchicken.com>
3991         * simple.el (line-move-1): Ignore fields when moving to the
3992         beginning of line to avoid getting point stuck.
3994 2006-10-18  Martin Rudalics  <rudalics@gmx.at>
3996         * textmodes/flyspell.el (flyspell-word-search-backward):
3997         Set inhibit-point-motion-hooks to avoid looping due to intangibile
3998         text.
4000 2006-10-16  Richard Stallman  <rms@gnu.org>
4002         * help-fns.el (describe-function-1): Special case optimization
4003         for self-insert-command.
4005 2006-10-16  Kim F. Storm  <storm@cua.dk>
4007         * ido.el (ido-reread-directory): Work in `dir' mode too.
4009 2006-10-15  Martin Rudalics  <rudalics@gmx.at>
4011         * textmodes/table.el: Require 'regexp-opt.
4013 2006-10-15  Lennart Borgman  <lennart.borgman.073@student.lu.se>
4015         * progmodes/flymake.el (flymake-get-project-include-dirs-imp):
4016         Use shell-quote-argument.
4018         * shell.el (explicit-bash-args): Likewise.
4020         * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
4021         Use grep -E rather than egrep.
4023 2006-10-15  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
4025         * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
4027 2006-10-15  Kim F. Storm  <storm@cua.dk>
4029         * filesets.el (filesets-run-cmd--repl-fn): Use shell-quote-argument.
4031 2006-10-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
4033         * filesets.el (filesets-cmd-shell-command): Quote buffer-file-name
4034         to protect whitespace and metacharacters from the shell.
4036 2006-10-13  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
4038         * apropos.el (apropos-pattern-quoted): Fix a typo in a doc string.
4040 2006-10-13  Eli Zaretskii  <eliz@gnu.org>
4042         * subr.el (start-process-shell-command): Doc fix.
4044 2006-10-13  Andrea Russo  <rastandy@salug.it>  (tiny change)
4046         * info-look.el <maxima-mode, inferior-maxima-mode>: Allow [0-9] in
4047         the regexp for Maxima symbols.
4049 2006-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4051         * vc-hooks.el (vc-ignore-dir-regexp): Make it into a defcustom.
4052         (vc-find-root): Don't walk higher up than ~.
4054 2006-10-12  Chong Yidong  <cyd@stupidchicken.com>
4056         * international/utf-8.el (utf-translate-cjk-load-tables):
4057         Avoid clobbering last-coding-system-used during load.
4059 2006-10-12  Carsten Dominik  <dominik@science.uva.nl>
4061         * textmodes/reftex-global.el (reftex-create-tags-file):
4062         Quote file arguments.
4064 2006-10-12  Richard Stallman  <rms@gnu.org>
4066         * files.el (file-name-history): Add defvar.
4067         (save-some-buffers-action-alist): Improve description strings.
4069 2006-10-12  Andreas Schwab  <schwab@suse.de>
4071         * files.el (auto-mode-alist): Match change log file name also with
4072         a dash before a numeric extension.
4074 2006-10-11  Ilya Zakharevich  <ilyaz@cpan.org>
4076         * progmodes/cperl-mode.el: Merge from upstream, upto version 5.22.
4077         After 5.0:
4078         (cperl-add-tags-recurse-noxs-fullpath): New function (for -batch mode).
4080         After 5.1: Major edit.  Summary of most visible changes:
4082         - Multiple <<HERE per line allowed.
4083         - Handles multiline subroutine declaration headers (with comments).
4084           (The exception is `cperl-etags' - but it is not used in the rest
4085           of the mode.)
4086         - Fontifies multiline my/our declarations (even with comments,
4087           and with legacy `font-lock').
4088         - Major speedup of syntaxification, both immediate and postponed
4089           (3.5x to 15x [for different CPUs and versions of Emacs] on the
4090           huge real-life document I tested).
4091         - New bindings, edits to imenu.
4092         - "_" is made into word-char during fontification/syntaxification;
4093           some attempts to recognize non-word "_" during other operations too.
4094         - Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
4095         - autoload some more perldoc-related stuff
4096         - New convenience features: ISpell POD/HEREDOCs, narrow-to-HEREDOC.
4097         - Attempt to incorporate XEmacs edits which reached me.
4099         Fine-grained changelog:
4100         (cperl-hook-after-change): New configuration variable.
4101         (cperl-vc-sccs-header): Likewise.
4102         (cperl-vc-sccs-header): Likewise.
4103         (cperl-vc-header-alist): Default via two preceding variables.
4104         (cperl-invalid-face): Remove double quoting under XEmacs
4105                 (still needed under 21.2).
4106         (cperl-tips): Update URLs for resources.
4107         (cperl-problems): Likewise.
4108         (cperl-praise): Mention new features.
4109         New C-c key bindings: for `cperl-find-bad-style',
4110         `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
4111         `cperl-perdoc', and `cperl-perldoc-at-point'.
4112         CPerl Mode menu changes:        "Fix style by spaces", "Imenu on Perl Info"
4113         moved, new submenu of Tools with Ispell entries and narrowing.
4114         (cperl-after-sub-regexp): New defsubst.
4115         (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'.
4116                 Allows heads up to head4.
4117                 Allow "package;".
4118         (defun-prompt-regexp): Use `cperl-after-sub-regexp'.
4119         (paren-backwards-message): ??? Something for XEmacs???
4120         (cperl-mode): Never auto-switch abbrev-mode off.
4121                 Try to allow '_' be non-word char.
4122                 Do not use `font-lock-unfontify-region-function' on XEmacs.
4123                 Reset syntax cache on mode start.
4124                 Support multiline facification (even on legacy `font-lock').
4125         (cperl-facemenu-add-face-function): ??? Some contributed code ???
4126         (cperl-after-change-function): Since `font-lock' and `lazy-lock'
4127                 refuse to inform us whether the fontification is due to lazy
4128                 calling or due to edit to a buffer, install our own hook
4129                 (controlled by `cperl-hook-after-change').
4130         (cperl-electric-pod): =cut may have been recognized as start.
4131         (cperl-block-p): Move, updatedfor attributes.
4132         (cperl-calculate-indent): Try to allow '_' be non-word char
4133                 Support subs with attributes.
4134         (cperl-where-am-i): Queit (?) a warning.
4135         (cperl-cached-syntax-table)     New function.
4136         (cperl-forward-re): Use `cperl-cached-syntax-table'.
4137         (cperl-unwind-to-safe): Recognize `syntax-type' property
4138                 changing in a middle of line.
4139         (cperl-find-sub-attrs): New function.
4140         (cperl-find-pods-heres): Allow many <<EOP per line.
4141                 Allow subs with attributes.
4142                 Major speedups (3.5x..15x on a real-life test file nph-proxy.pl).
4143                 Recognize "extproc " (OS/2) case-folded and only at start.
4144                 /x on s///x with empty replacement was not recognized.
4145                 Better comments.
4146         (cperl-after-block-p): Remarks on diff with `cperl-block-p'.
4147                 Allow subs with attributes, labels.
4148                 Do not confuse "else::foo" with "else".
4149                 Minor optimizations...
4150         (cperl-after-expr-p): Try to allow '_' be non-word char.
4151         (cperl-fill-paragraph): Try to detect a major bug in Emacs
4152                 with `looking-at' inside `narrow' and bulk out if found.
4153         (cperl-imenu--create-perl-index): Updates for new
4154                 `cperl-imenu--function-name-regexp-perl'.
4155         (cperl-outline-level): Likewise.
4156         (cperl-init-faces): Allow multiline subroutine headers
4157                 and my/our declarations, and ones with comments.
4158                 Allow subroutine attributes.
4159         (cperl-imenu-on-info): Better docstring.
4160         (cperl-etags): Rudimentary support for attributes.
4161                 Support for packages and "package;".
4162         (cperl-add-tags-recurse-noxs): Better (?) docstring.
4163         (cperl-add-tags-recurse-noxs-fullpath): Likewise.
4164         (cperl-tags-hier-init): Misprint for `fboundp' fixed.
4165         (cperl-not-bad-style-regexp): Try to allow '_' be non-word char.
4166         (cperl-perldoc): Add autoload.
4167         (cperl-perldoc-at-point): Likewise.
4168         (cperl-here-doc-spell): New function.
4169         (cperl-pod-spell): Likewise.
4170         (cperl-map-pods-heres): Likewise.
4171         (cperl-get-here-doc-region): Likewise.
4172         (cperl-font-lock-fontify-region-function): Likewise (backward
4173                 compatibility for legacy `font-lock').
4174         (cperl-font-lock-unfontify-region-function): Fix style.
4175         (cperl-fontify-syntaxically): Recognize and optimize away deferred
4176                 calls with no-change.  Governed by `cperl-hook-after-change'.
4177         (cperl-fontify-update): Recognize that syntaxification region
4178                 can be larger than fontification one.
4179                 XXXX we leave `cperl-postpone' property, so this is quadratic...
4180         (cperl-fontify-update-bad): Temporary placeholder until
4181                 it is clear how to implement `cperl-fontify-update'.
4182         (cperl-time-fontification): New function.
4183         (attrib-group): New text attribute.
4184         (multiline): New value: `syntax-type' text attribute.
4186         After 5.2:
4187         (cperl-emulate-lazy-lock): New function.
4188         (cperl-fontify-syntaxically): Would skip large regions.
4189         Add `cperl-time-fontification', `cperl-emulate-lazy-lock' to menu.
4190         Some globals were declared, but uninitialized.
4192         After 5.3, 5.4:
4193         (cperl-facemenu-add-face-function): Add docs, fix U<>.
4194         Copyright message updated.
4195         (cperl-init-faces): Work around a bug in `font-lock'. May slow
4196                         facification down a bit.
4197                 Misprint for my|our|local for old `font-lock'
4198                         "our" was not fontified same as "my|local".
4199                 Highlight variables after "my" etc even in
4200                         a middle of an expression.
4201                 Do not facify multiple variables after my etc
4202                         unless parentheses are present.
4204         After 5.5, 5.6
4205         (cperl-fontify-syntaxically): after-change hook could reset.
4206         (cperl-syntax-done-to) to a middle of line; unwind to BOL.
4208         After 5.7:
4209         (cperl-init-faces): Allow highlighting of local ($/).
4210         (cperl-problems-old-emaxen): New variable (for the use of DOCSTRING).
4211         (cperl-problems): Remove fixed problems.
4212         (cperl-find-pods-heres): Recognize #-comments in m##x too.
4213                 Recognize charclasses (unless delimiter is \).
4214         (cperl-fontify-syntaxically): Unwinding to safe was done in wrong order.
4215         (cperl-regexp-scan): Update docs.
4216         (cperl-beautify-regexp-piece): Use information got from regexp scan.
4218         After 5.8:
4219         Major user visible changes:
4220         Recognition and fontification of character classes in RExen.
4221         Variable indentation of RExen according to groups.
4223         (cperl-find-pods-heres): Recognize POSIX classes in REx charclasses.
4224                 Fontify REx charclasses in variable-name face.
4225                 Fontify POSIX charclasses in "type" face.
4226                 Fontify unmatched "]" in function-name face.
4227                 Mark first-char of HERE-doc as `front-sticky'.
4228                 Reset `front-sticky' property when needed.
4229         (cperl-calculate-indent): Indents //x -RExen accordning to parens level.
4230         (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs.
4231         (cperl-backward-to-noncomment): Recognize stringy `syntax-type'
4232                 constructs.  Support `narrow'ed buffers.
4233         (cperl-praise): Remove a reservation.
4234         (cperl-make-indent): New function.
4235         (cperl-indent-for-comment): Use `cperl-make-indent'.
4236         (cperl-indent-line): Likewise.
4237         (cperl-lineup): Likewise.
4238         (cperl-beautify-regexp-piece): Likewise.
4239         (cperl-contract-level): Likewise.
4240         (cperl-toggle-set-debug-unwind): New function.
4241                 New menu entry for this.
4242         (fill-paragraph-function): Use when `boundp'.
4243         (cperl-calculate-indent): Take into account groups when indenting RExen.
4244         (cperl-to-comment-or-eol): Recognize # which end a string.
4245         (cperl-modify-syntax-type): Make only syntax-table property non-sticky.
4246         (cperl-fill-paragraph): Return t: needed for `fill-paragraph-function'.
4247         (cperl-fontify-syntaxically): More clear debugging message.
4248         (cperl-pod2man-build-command): Check (XEmacs) `Man-filter-list'.
4249         (cperl-init-faces): More complicated highlight even on XEmacs (new).
4250         Merge cosmetic changes from XEmacs.
4252         After 5.9:
4253         (cperl-1+): Move to before the first use.
4254         (cperl-1-): Likewise.
4256         After 5.10:
4258         This code may lock Emacs hard!!!  Use at your own risk!
4260         (cperl-font-locking): New internal variable.
4261         (cperl-beginning-of-property): New function.
4262         (cperl-calculate-indent): Use `cperl-beginning-of-property'
4263         instead of `previous-single-property-change'.
4264         (cperl-unwind-to-safe): Likewise.
4265         (cperl-after-expr-p): Likewise.
4266         (cperl-get-here-doc-region): Likewise.
4267         (cperl-font-lock-fontify-region-function): Likewise.
4268         (cperl-to-comment-or-eol): Do not call `cperl-update-syntaxification'
4269                         recursively.
4270                 Bound `next-single-property-change' via `point-max'.
4271         (cperl-unwind-to-safe): Bound likewise
4272         (cperl-font-lock-fontify-region-function): Likewise.
4273         (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
4274                 Initialization of `cperl-font-lock-multiline-start' could be
4275                 missed if the "main" fontification did not run due to the
4276                 keyword being already fontified.
4277         (cperl-pod-spell): Return t from do-one-chunk function.
4278         (cperl-map-pods-heres): Stop when the worker returns nil.
4279                 Call `cperl-update-syntaxification'.
4280         (cperl-get-here-doc-region): Call `cperl-update-syntaxification'.
4281         (cperl-get-here-doc-delim): Remove unused function.
4283         After 5.11:
4285         The possible lockup of Emacs (introduced in 5.10) fixed.
4287         (cperl-unwind-to-safe): `cperl-beginning-of-property' won't return nil.
4288         (cperl-syntaxify-for-menu): New customization variable.
4289         (cperl-select-this-pod-or-here-doc): New function.
4290         (cperl-get-here-doc-region): Extra argument.
4291                 Do not adjust pos by 1.
4293         New menu entries
4294                 (Perl/Tools): Selection of current POD or HERE-DOC section.
4295                 (Debugging CPerl:) backtrace on fontification.
4297         After 5.12:
4298         (cperl-cached-syntax-table): Use `car-safe'.
4299         (cperl-forward-re): Remove spurious argument SET-ST.
4300                 Add documentation.
4301         (cperl-forward-group-in-re): New function.
4302         (cperl-find-pods-heres): Find and highlight (?{}) blocks in RExen
4303         (XXXX Temporary (?) hack is to syntax-mark them as comment).
4305         After 5.13:
4306         (cperl-string-syntax-table): Make { and } not-grouping
4307           (Sometimes they ARE grouping in RExen, but matching them would only
4308            confuse in many situations when they are not)
4309         (beginning-of-buffer): Replace two occurences with goto-char...
4310         (cperl-calculate-indent): `char-after' could be nil...
4311         (cperl-find-pods-heres): REx can start after "[" too.
4312                 Hightlight (??{}) in RExen too.
4313         (cperl-maybe-white-and-comment-rex): New constant
4314         (cperl-white-and-comment-rex): Likewise.
4315                 XXXX Not very efficient, but hard to make
4316                 better while keeping 1 group.
4318         After 5.13:
4319         (cperl-find-pods-heres): $foo << identifier() is not a HERE-DOC.
4320                 Likewise for 1 << identifier.
4322         After 5.14:
4323         (cperl-find-pods-heres): Different logic for $foo .= <<EOF etc.
4324                 Error-less condition-case could fail.
4325         (cperl-font-lock-fontify-region-function): Likewise.
4326         (cperl-init-faces): Likewise.
4328         After 5.15:
4329         (cperl-find-pods-heres): Support property REx-part2.
4330         (cperl-calculate-indent): Likewise.
4331                 Don't special-case REx with non-empty 1st line.
4332         (cperl-find-pods-heres): In RExen, highlight non-literal backslashes.
4333                 Invert highlighting of charclasses:
4334                         now the envelop is highlighted.
4335                 Highlight many others 0-length builtins.
4336         (cperl-praise): Mention indenting and highlight in RExen.
4338         After 5.15:
4339         (cperl-find-pods-heres): Highlight capturing parens in REx.
4341         After 5.16:
4342         (cperl-find-pods-heres): Highlight '|' for alternation
4343         Initialize `font-lock-warning-face' if not present.
4344         (cperl-find-pods-heres): Use `font-lock-warning-face' instead of
4345                          `font-lock-function-name-face'.
4346         (cperl-look-at-leading-count): Likewise.
4347         (cperl-find-pods-heres): Localize `font-lock-variable-name-face',
4348                         `font-lock-keyword-face' (needed for
4349                         batch processing), etc...
4350                 Use `font-lock-builtin-face' for builtin in REx
4351                         Now `font-lock-variable-name-face'
4352                         is used for interpolated variables
4353                 Use "talking aliases" for faces inside REx
4354                 Highlight parts of REx (except in charclasses)
4355                         according to the syntax and/or semantic
4356                 Syntax-mark a {}-part of (?{}) as "comment"
4357                         (it was the ()-part)
4358                 Better logic to distinguish what is what in REx
4359         (cperl-tips-faces): Document REx highlighting
4360         (cperl-praise): Mention REx syntax highlight etc.
4362         After 5.17:
4363         (cperl-find-sub-attrs): Would not always manage to print error message.
4364         (cperl-find-pods-heres): Localize `font-lock-constant-face'.
4366         After 5.18:
4367         (cperl-find-pods-heres): Misprint in REx for parsing REx.
4368                 Very minor optimization.
4369                 `my-cperl-REx-modifiers-face' got quoted.
4370                 Recognize "print $foo <<END" as HERE-doc.
4371                 Put `REx-interpolated' text attribute if needed.
4372         (cperl-invert-if-unless-modifiers): New function.
4373         (cperl-backward-to-start-of-expr): Likewise.
4374         (cperl-forward-to-end-of-expr): Likewise.
4375         (cperl-invert-if-unless): Works in "the opposite way" too.
4376                 Cursor position on return is on the switch-word.
4377                 Indents comments better.
4378         (REx-interpolated): New text attribute.
4379         (cperl-next-interpolated-REx): New function.
4380         (cperl-next-interpolated-REx-0): Likewise.
4381         (cperl-next-interpolated-REx-1): Likewise.
4382         "\C-c\C-x", "\C-c\C-y", "\C-c\C-v":     New keybinding for these functions.
4383         Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'.
4384         (cperl-praise): Mention finded interpolated RExen.
4386         After 5.19:
4387         (cperl-init-faces): Highlight %$foo, @$foo too.
4388         (cperl-short-docs): Better docs for system, exec.
4389         (cperl-find-pods-heres): Better detect << after print {FH} <<EOF etc.
4390                 Would not find HERE-doc ended by EOF without NL.
4391         (cperl-short-docs): Correct not-doubled \-escapes.
4392         start block: Put some `defvar' for stuff gone from XEmacs.
4394         After 5.20:
4395         initial comment: Extend copyright, fix email address.
4396         (cperl-indent-comment-at-column-0): New customization variable.
4397         (cperl-comment-indent): Indentation after $#a would increasy by 1.
4398         (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
4399         (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
4400         (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
4401         (cperl-init-faces): If `cperl-highlight-variables-indiscriminately'
4402                         highlight $ in $foo too (UNTESTED).
4403         (cperl-set-style): Docstring missed some available styles.
4404         toplevel: Menubar/Perl/Indent-Styles had FSF, now K&R.
4405                 Change "Current" to "Memorize Current".
4406         (cperl-indent-wrt-brace): New customization variable; the default is
4407                 as for pre-5.2 version.
4408         (cperl-styles-entries): Keep `cperl-extra-newline-before-brace-multiline'.
4409         (cperl-style-alist): Likewise.
4410         (cperl-fix-line-spacing): Support `cperl-merge-trailing-else' being nil,
4411                 and `cperl-extra-newline-before-brace' etc
4412                 being t
4413         (cperl-indent-exp): Plans B and C to find continuation blocks even
4414                 if `cperl-extra-newline-before-brace' is t.
4416         After 5.21:
4417         Improve some docstrings concerning indentation.
4418         (cperl-indent-rules-alist): New variable.
4419         (cperl-sniff-for-indent): New function name
4420                 (separated from `cperl-calculate-indent').
4421         (cperl-calculate-indent): Separate the sniffer and the indenter;
4422                 uses `cperl-sniff-for-indent' now.
4423         (cperl-comment-indent): Test for `cperl-indent-comment-at-column-0'
4424                 was inverted;
4425                 Support `comment-column' = 0.
4427 2006-10-11  Martin Rudalics  <rudalics@gmx.at>
4429         * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
4430         * help-at-pt.el (scan-buf-move-to-region): Likewise.
4431         * longlines.el (longlines-window-change-function): Likewise.
4432         * simple.el (undo-ask-before-discard): Likewise.
4433         * wid-edit.el (widget-field-prompt-internal)
4434         (widget-documentation-link-p): Likewise.
4436 2006-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4438         * progmodes/sh-script.el (sh-get-kw): | is not among the allowed chars
4439         for a keyword.
4441 2006-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4443         * newcomment.el (comment-valid-prefix-p): Make the check
4444         more thorough.  From an idea by Martin Rudalics <rudalics@gmx.at>.
4445         (comment-indent-new-line): Adjust call.
4447 2006-10-09  Ken Manheimer  <ken.manheimer@gmail.com>
4449         * allout.el (allout-back-to-current-heading): Base on lower-level
4450         routines to get proper disqualification of aberrant topics.
4452 2006-10-09  Richard Stallman  <rms@gnu.org>
4454         * textmodes/two-column.el (2C-two-columns): Doc fix.
4456 2006-10-09  Kim F. Storm  <storm@cua.dk>
4458         * shell.el (explicit-csh-args, explicit-bash-args): Add comment
4459         about implicit use.
4461 2006-10-08  Richard Stallman  <rms@gnu.org>
4463         * textmodes/two-column.el (2C-two-columns): Doc fix.
4465 2006-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
4467         * files.el: Mark `buffer-read-only' as safe-local-variable.
4469 2006-10-08  Nick Roberts  <nickrob@snap.net.nz>
4471         * progmodes/gdb-ui.el (gdb-speedbar-expand-node):
4472         Burp if GUD buffer has been killed.
4474 2006-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4476         * completion.el (add-completions-from-c-buffer):
4477         Don't presume an error's second element is a string.
4478         Use looking-at rather than buffer-substring + member.
4480 2006-10-07  Eli Zaretskii  <eliz@gnu.org>
4482         * mail/rmail.el (rmail-redecode-body): If the old encoding is
4483         `undecided', call find-coding-systems-region to find a proper
4484         non-trivial encoding.
4485         (rmail-mime-charset-pattern): Allow a TAB between "Content-Type"
4486         and "text/plain".
4488 2006-10-07  Kevin Ryde  <user42@zip.com.au>
4490         * textmodes/reftex-vars.el (defgroup reftex): Update home page
4491         url-link.
4493         * strokes.el (defgroup strokes): Remove invalid url-link.
4495 2006-10-07  Magnus Henoch  <mange@freemail.hu>
4497         * autoinsert.el (auto-insert-alist): Doc fix.
4499 2006-10-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
4501         * mouse-sel.el (mouse-insert-selection-internal):
4502         Use insert-for-yank, so that yank handlers are run.
4504 2006-10-07  Kim F. Storm  <storm@cua.dk>
4506         * ido.el (ido-file-extension-aux): Fix comparison.
4508 2006-10-06  Kim F. Storm  <storm@cua.dk>
4510         * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
4512 2006-10-05  Juanma Barranquero  <lekktu@gmail.com>
4514         * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
4515         (ad-make-mapped-call): Use `let', not `let*'.
4517 2006-10-05  Chong Yidong  <cyd@stupidchicken.com>
4519         * international/mule-cmds.el (coding-system-change-eol-conversion):
4520         Ensure the coding system is initialized before calling
4521         coding-system-eol-type.
4523 2006-10-04  Carsten Dominik  <dominik@science.uva.nl>
4525         * textmodes/org.el (org-rm-props, org-activate-plain-links)
4526         (org-activate-angle-links, org-activate-dates)
4527         (org-activate-target-links, org-activate-camels)
4528         (org-activate-tags): Add `rear-nonsticky' text property to avoid
4529         textproperty keymaps from being active beyond the end of a line.
4530         (org-unfontify-region): Also remove `rear-nonsticky' property.
4532 2006-10-04  Kenichi Handa  <handa@m17n.org>
4534         * international/code-pages.el (next): Table fixed.
4536 2006-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4538         * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now
4539         that it's been made unnecessary by removing narrowing.
4541 2006-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4543         * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the
4544         control flow a bit, simplify another bit, and add comments.
4546 2006-10-03  David Kastrup  <dak@gnu.org>
4548         * help.el (describe-mode): For clicks on mode-line, use "@"
4549         interactive argument to get the major mode of the click instead of
4550         the current buffer.
4552         * isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
4553         in order to better redirect mouse-2 clicks.  Also allow default
4554         bindings to apply.
4556 2006-10-03  Kim F. Storm  <storm@cua.dk>
4558         * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
4559         (pushnew): Fix last change.
4561 2006-10-03  Denis St\e,A|\e(Bnkel  <dstuenkel@googlemail.com>  (tiny change)
4563         * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
4564         Use the interactive spec of `eval-expression'.
4566 2006-10-02  Michael Welsh Duggan  <md5i@cs.cmu.edu>
4568         * progmodes/sh-script.el (sh-prev-thing): Fix last change.
4570 2006-10-02  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
4572         * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
4573         2006-09-28 commit.
4575 2006-10-02  Kenichi Handa  <handa@m17n.org>
4577         * international/code-pages.el (iso-8859-6): Table fixed.
4579 2006-10-01  Chris Moore  <christopher.ian.moore@gmail.com>
4581         * dired.el (dired-build-subdir-alist): Fix previous change.
4583 2006-10-01  Johan Bockg\e,Ae\e(Brd  <bojohan+mail@dd.chalmers.se>
4585         * simple.el (undo-elt-crosses-region): Fix the inequalities.
4587 2006-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4589         * emacs-lisp/find-func.el (find-function-regexp): Don't match
4590         "define-button-type".
4592         * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
4593         they don't keep accumulating.
4595 2006-10-01  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
4597         * ffap.el (ffap-rfc-path): Change the address of the RFC
4598         repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
4600 2006-10-01  Stephen Berman  <Stephen.Berman@gmx.net>
4602         * allout.el (allout-expose-topic): Rectify implementation of "+"
4603         spec, so that bodies are not exposed with headlines.
4605 2006-10-01  Ken Manheimer  <ken.manheimer@gmail.com>
4607         * allout.el (allout-current-depth): Do aberrent check only at or
4608         below doublecheck depth.
4609         (allout-chart-subtree): Make it explicit that LEVELS being nil
4610         means unlimited depth.  Drop undocumented support for LEVELS value
4611         t meaning unlimited depth.  (This is consistent with
4612         allout-chart-to-reveal, but contrary to allout-show-children,
4613         which needs to use nil to default to depth of 1.)
4614         (allout-goto-prefix-doublechecked): Wrap long docstring line.
4615         (allout-chart-to-reveal): Be explicit in docstring about meaning
4616         of nil LEVELS, and drop support for LEVELS value t.
4617         (allout-show-children): Translate the level spec used by this
4618         routine to that used by allout-chart-subtree and
4619         allout-chart-to-reveal.
4620         (allout-show-to-offshoot): Retry once when stuck, after opening
4621         subtree - improvements in discontinuity handling likely will
4622         enable progress.
4624 2006-09-30  Chong Yidong  <cyd@stupidchicken.com>
4626         * wid-edit.el (widget-button-click-moves-point): New variable.
4627         (widget-button-click): If widget-button-click-moves-point is
4628         non-nil, set point after performing the button action
4630         * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
4632 2006-09-30  Martin Rudalics  <rudalics@gmx.at>
4634         * files.el (find-file-existing): Modify to not allow wildcards.
4636 2006-09-30  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
4638         * simple.el (undo-more): When undo information for the region is
4639         exhausted, say "No further undo information FOR REGION".
4641 2006-09-30  Michael Welsh Duggan  <md5i@cs.cmu.edu>
4643         * progmodes/sh-script.el (sh-prev-thing):
4644         Take `sh-leading-keywords' into account.
4646 2006-09-29  Glenn Morris  <rgm@gnu.org>
4648         * custom.el (defcustom): Doc fix.
4650         * calendar/calendar.el (european-calendar-style):
4651         Call european-calendar or american-calendar as needed when set.
4652         (diary-view-entries, list-calendar-holidays): Move autoloads
4653         before use.
4655 2006-09-29  Juri Linkov  <juri@jurta.org>
4657         * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
4658         to nil if there is no previous property change.
4660 2006-09-29  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
4662         * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
4663         saving anything to be sure that `forward-sexp' behaves correctly.
4665 2006-09-29  Chong Yidong  <cyd@stupidchicken.com>
4667         * simple.el (line-move-finish): Ignore field boundaries if the
4668         initial and final points have the same `field' property.
4670 2006-09-29  Kim F. Storm  <storm@cua.dk>
4672         * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
4673         to t while calling ido-read-internal.
4675 2006-09-29  Carsten Dominik  <dominik@science.uva.nl>
4677         * textmodes/org.el (org-file-remote-p): Get regexp from list.
4678         (org-archive-subtree): Remove erraneous `]' from character list.
4680 2006-09-28  Jonathan Yavner  <jyavner@member.fsf.org>
4682         * ses.el (ses-in-print-area, ses-goto-data, ses-load)
4683         (ses-reconstruct-all): Make undo of "insert row" work by keeping
4684         markers for data-area and parameters-area.
4686 2006-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4688         * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
4690         * font-lock.el (font-lock-after-change-function): Refontify next line
4691         as well if end is at BOL.
4692         (font-lock-extend-jit-lock-region-after-change): Be more careful to
4693         only extend the region as much as needed.
4695 2006-09-28  Richard Stallman  <rms@gnu.org>
4697         * comint.el (comint-mode): Bind font-lock-defaults non-nil.
4699         * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
4701         * international/mule.el (after-insert-file-set-coding):
4702         If VISIT, don't let set-buffer-multibyte make undo info.
4704 2006-09-28  Osamu Yamane  <yamane@green.ocn.ne.jp>  (tiny change)
4706         * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
4707         lines in base64-encoded authentication response.
4709 2006-09-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4711         * progmode/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling.
4712         (ebnf-version): New version 4.3.
4713         (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
4714         (ebnf-prologue): Adjust PostScript programming.
4715         (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
4716         (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
4718 2006-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4720         * jit-lock.el (jit-lock-force-redisplay): Rename from
4721         jit-lock-fontify-again, and undo the mistaken change I've just done.
4723         * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
4724         (jit-lock-fontify-again): Don't refontify text that's not displayed.
4726 2006-09-26  Kenichi Handa  <handa@m17n.org>
4728         * startup.el (display-splash-screen): Allow a prefix argument.
4730 2006-09-25  Jason Rumney  <jasonr@gnu.org>
4732         * subr.el (shell-quote-argument): Use DOS logic for Windows
4733         shells with DOS semantics.
4735 2006-09-24  Richard Stallman  <rms@gnu.org>
4737         * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
4738         (compilation-goto-locus): Use compilation-goto-locus-delete-o
4739         to delete the overlay.  Put it on pre-command-hook.
4741         * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
4743         * startup.el (fancy-splash-screens, normal-splash-screen):
4744         Call the splash buffer *About GNU Emacs*.
4746         * simple.el (next-error-highlight, next-error-highlight-no-select):
4747         Default to 0.5.
4748         (yank-excluded-properties): Add `fontified'.
4750         * font-lock.el (font-lock-compile-keywords): Allow value of
4751         syntax-begin-function to enable paren-column-0 highlighting.
4753 2006-09-24  Chris Moore  <christopher.ian.moore@gmail.com>
4755         * dired.el (dired-build-subdir-alist): When file ends in colon,
4756         don't exit the loop, just disregard that file.
4758 2006-09-24  Chong Yidong  <cyd@stupidchicken.com>
4760         * simple.el (line-move-finish): Handle corner case for fields in
4761         continued lines.
4762         (line-move-1): Remove flawed test for that case.
4764 2006-09-24  Ken Manheimer  <ken.manheimer@gmail.com>
4766         * icomplete.el (icomplete-simple-completing-p): Use the correct
4767         name for the new variable, `icomplete-with-completion-tables'.
4768         (file local variables): Remove superfluous setting.
4770 2006-09-23  Jeff Miller  <jmiller@cablespeed.com>  (tiny change)
4772         * calendar/appt.el (appt-check): Fix typo for appointments just
4773         after midnight.
4775 2006-09-23  Chong Yidong  <cyd@stupidchicken.com>
4777         * help.el (describe-key-briefly, describe-key): Don't expect an
4778         extra up event if a down-event is generated by a popup menu.
4780 2006-09-23  Michal Nazarewicz  <mnazarewicz@gmail.com>  (tiny change)
4782         * textmodes/ispell.el (ispell-change-dictionary): Don't check the
4783         local dictionary when changing the global dictionary.
4785 2006-09-23  Ken Manheimer  <ken.manheimer@gmail.com>
4787         * icomplete.el (icomplete-with-completion-tables): List of
4788         specialized completion tables with which icomplete should
4789         operate.  Include the new `internal-complete-buffer', so icomplete
4790         works with interactive buffer-selection.
4791         (icomplete-simple-completing-p): Add acceptance of specialized
4792         completion tables listed in icomplete-with-completion-tables.
4794 2006-09-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4796         * frame.el (focus-follows-mouse): Set default to nil on Mac.
4798         * startup.el (command-line): Use `custom-reevaluate-setting' for
4799         `focus-follows-mouse'.
4801 2006-09-22  Richard Stallman  <rms@gnu.org>
4803         * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
4804         explain why Save is not available.
4806 2006-09-22  Juanma Barranquero  <lekktu@gmail.com>
4808         * woman.el (woman0-so): Use `let*', not `let'.
4809         (woman-horizontal-line): Remove unbalanced parenthesis.
4811 2006-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4813         * woman.el: Make sure all the end-of-region markers we use have
4814         a non-nil insertion-type.
4815         (woman0-so): Move things around so we can use copy-marker.
4816         (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
4817         Adjust marker type.
4818         (woman2-process-escapes): Check marker type.
4819         (woman-horizontal-line): Dispense with the use of a marker.
4821 2006-09-22  Jay Belanger  <belanger@truman.edu>
4823         * calc/calc-lang.el: Add Greek letters to math-variable-table
4824         property of tex.
4826 2006-09-22  Chong Yidong  <cyd@stupidchicken.com>
4828         * files.el (save-some-buffers-action-alist): Display diff in view-mode.
4830 2006-09-22  Masatake YAMATO  <jet@gyve.org>
4832         * add-log.el (add-log-current-defun): Use `forward-sexp'
4833         instead of `forward-word' to pick c++::symbol.
4834         Reported by Guanpeng Xu <herberteuler@hotmail.com>.
4836 2006-09-22  Kenichi Handa  <handa@m17n.org>
4838         * bindings.el: Fix setting self-insert-command for multibyte
4839         characters in global-map.
4841 2006-09-21  David Kastrup  <dak@gnu.org>
4843         * mouse.el (mouse-posn-property): Fix typo for `event-start' in
4844         doc string.
4846 2006-09-21  Kenichi Handa  <handa@m17n.org>
4848         * language/european.el ("Latin-1"): Add windows-1252 to
4849         coding-priority.
4850         ("German"): Likewise.
4852 2006-09-21  Kim F. Storm  <storm@cua.dk>
4854         * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
4855         Suggested by Miles Bader.
4857         * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change.  Use memql
4858         instead of add-to-list in the simple case.
4860 2006-09-20  Kenichi Handa  <handa@m17n.org>
4862         * isearch.el (isearch-process-search-char): Cancel the previous change.
4863         (isearch-search-string): New function.
4864         (isearch-search): Use isearch-search-string.
4865         (isearch-lazy-highlight-search): Likewise.
4867 2006-09-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4869         * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
4870         string to become an option.
4872 2006-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4874         * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
4876 2006-09-20  Kim F. Storm  <storm@cua.dk>
4878         * simple.el (line-move-partial): Call pos-visible-in-window-p with
4879         position t instead of trying both window-end and window-end - 1.
4881 2006-09-20  Carsten Dominik  <dominik@science.uva.nl>
4883         * textmodes/org.el (org-scan-tags): Find end of subtrees also in
4884         hidden trees.
4886 2006-09-20  David Kastrup  <dak@gnu.org>
4888         * mouse.el (mouse-posn-property): Improve doc string.
4889         (mouse-on-link-p): Change buffers for function calls on links.
4891         * menu-bar.el (clipboard-yank): Bomb out in interactive use if
4892         buffer is read-only.
4894 2006-09-20  Ken Manheimer  <ken.manheimer@gmail.com>
4896         * allout.el (allout-unprotected): Let inhibit-read-only only when
4897         buffer-read-only isn't set.
4898         (allout-annotate-hidden): Enable topic annotation during copies even
4899         when the buffer is read-only, eg for topic copies.  Ensure that the loop
4900         advances, even when the span extends beyond the deletion region.
4901         (allout-toggle-subtree-encryption): Use allout-structure-added-hook
4902         rather than allout-exposure-changed-hook, as a stronger assertion.
4903         (allout-keybindings-list): Add bindings for
4904         allout-copy-line-as-kill and allout-copy-topic-as-kill.
4905         (allout-copy-line-as-kill, allout-copy-topic-as-kill):
4906         Copy wrappers for allout-kill-line and allout-kill-topic.
4907         (allout-listify-exposed): Position correctly to accumulate lines.
4909 2006-09-19  Chong Yidong  <cyd@stupidchicken.com>
4911         * simple.el (line-move-1): Escape field boundaries occurring
4912         exactly at point.  Update goal column if constrained to a field.
4913         (line-move-finish): Escape field boundaries occurring exactly at point.
4915 2006-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4917         * mouse.el (mouse-on-link-p): Tentatively fix last change.
4918         (mouse-drag-vertical-line): Remove unused var `wconfig'.
4920 2006-09-19  Kim F. Storm  <storm@cua.dk>
4922         * help.el (describe-key-briefly, describe-key): Simplify printing
4923         of descriptions by using format and %S.  Fix "is undefined"
4924         messages to say "at that spot" for mouse events.
4926         * simple.el (line-move-partial): Optimize.  Try window-line-height
4927         before posn-at-point to get vpos of current line.
4929 2006-09-18  Michael Kifer  <kifer@cs.stonybrook.edu>
4931         * viper.el: Bump up version/date of update to reflect the substantial
4932         changes done in August 2006.
4934         * viper-cmd (viper-next-line-at-bol): Make sure button-at, push-button
4935         are defined.
4937         * ediff-util.el (ediff-add-to-history): New function.
4939         * ediff.el: Use ediff-add-to-history instead of add-to-history.
4941 2006-09-18  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
4943         * textmodes/conf-mode.el (conf-space-mode): Doc fix.
4944         Delete duplicate make-local-variable form.
4945         (conf-space-keywords): Add autoload cookie.
4946         Fix typo (`keywords', not `keyword').
4948 2006-09-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4950         * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
4951         x-gtk-file-dialog-help-text.  Rename x-use-old-gtk-file-dialog
4952         to x-gtk-use-old-file-dialog
4954 2006-09-18  Richard Stallman  <rms@gnu.org>
4956         * wid-edit.el (widget-button-click): Handle non-mouse-motion events
4957         that might come in during mouse tracking.
4959 2006-09-18  Kim F. Storm  <storm@cua.dk>
4961         * simple.el (line-move-partial): Rework 2006-09-15 change to use
4962         new window-line-height function.  Further optimize by not calling
4963         pos-visible-in-window-p for window-end when window-line-height
4964         returns useful information.
4966 2006-09-16  Richard Stallman  <rms@gnu.org>
4968         * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
4969         (conf-space-mode): Don't handle prefix arg.
4970         Delete conf-space-keywords-override code.
4971         Use add-hook.
4972         (conf-space-keywords): New command.
4973         (conf-space-mode-internal): Be careful with imenu-generic-expression.
4974         Delete conf-space-keywords-override code.
4975         (conf-space-keywords-alist): Doc fix.
4976         (conf-space-font-lock-keywords): Doc fix.
4977         (conf-space-keywords-override): Var deleted.
4979 2006-09-16  Chong Yidong  <cyd@stupidchicken.com>
4981         * startup.el (fancy-splash-screens): Don't switch to the scratch
4982         buffer; it may not be the next buffer.
4984 2006-09-16  Romain Francoise  <romain@orebokech.com>
4986         * saveplace.el (load-save-place-alist-from-file): Use expanded name
4987         in both messages.
4989 2006-09-16  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>
4991         * progmodes/python.el (python-preoutput-filter):
4992         Fix arg order to string-match.
4994 2006-09-16  Richard Stallman  <rms@gnu.org>
4996         * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
4997         font-lock-compile-keywords.
4999         * font-lock.el (font-lock-compile-keywords): Rename optional arg
5000         to SYNTACTIC-KEYWORDS and reverse the sense.  All callers changed.
5002 2006-09-16  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5004         * cus-start.el (all): Add x-gtk-show-chooser-help-text.
5006         * select.el (xselect-convert-to-string): If UTF8_STRING is requested
5007         and the data doesn't look like UTF8, send STRING instead.
5009 2006-09-16  Agust\e,Am\e(Bn Mart\e,Am\e(Bn  <agustin.martin@hispalinux.es>
5011         * textmodes/flyspell.el (flyspell-check-region-doublons):
5012         New function to detect duplicated words.
5013         (flyspell-large-region): Use it.
5015 2006-09-16  Chong Yidong  <cyd@stupidchicken.com>
5017         * simple.el (line-move-to-column): Revert 2006-08-03 change.
5019 2006-09-16  Eli Zaretskii  <eliz@gnu.org>
5021         * help.el (describe-prefix-bindings): Use let, not let*.
5023 2006-09-16  Ken Manheimer  <ken.manheimer@gmail.com>
5025         * allout.el (allout-regexp, allout-line-boundary-regexp)
5026         (allout-bob-regexp): Correct grouping and boundaries to fix
5027         backwards traversal.
5028         (allout-depth-specific-regexp, allout-depth-one-regexp):
5029         New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
5030         worse time in allout-ascend.
5031         (allout-doublecheck-at-and-shallower): Identify depth threshold
5032         below which topics are checked for and disqualified by containment
5033         discontinuities.
5034         (allout-hotspot-key-handler): Correctly handle multiple-key
5035         strokes.  Remove some unused variables.
5036         (allout-mode-leaders): Clarify that mode-specific comment-start
5037         will be used.
5038         (set-allout-regexp): Correctly regexp-quote allout regexps to
5039         properly accept alternative header-leads and primary bullets with
5040         regexp-specific characters (eg, C "/*", mathematica "(*").
5041         Include new regular expressions among those configured.
5042         (allout-infer-header-lead-and-primary-bullet):
5043         Rename allout-infer-header-lead.
5044         (allout-recent-depth): Manifest as a variable as well as a function.
5045         (allout-prefix-data): Simplify into an inline instead of a macro,
5046         assuming current match data rather than being explicitly passed
5047         it.  Establish allout-recent-depth value as well as
5048         allout-recent-prefix-beginning and allout-recent-prefix-end.
5049         (allout-aberrant-container-p): True when an item's immediate
5050         offspring discontinuously contained.  Useful for disqualifying
5051         unintended topic prefixes, likely at low depths.
5052         (allout-goto-prefix-doublechecked): Elaborate version of
5053         allout-goto-prefix which disqualifies aberrant pseudo-items.
5054         (allout-pre-next-prefix): Layer on top of lower-level routines, to
5055         get disqualification of aberrant containers.
5056         (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
5057         containers.
5058         (allout-beginning-of-current-entry): Position at start of buffer
5059         when in container (depth 0) entry.
5060         (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
5061         (allout-current-bullet): Strip text properties.
5062         (allout-get-prefix-bullet): Use right match groups.
5063         (allout-beginning-of-line, allout-next-heading):
5064         Disqualify aberrant containers.
5065         (allout-previous-heading): Disqualify aberrant containers, and
5066         change to regular (rather than inline) function, to allow
5067         self-recursion.
5068         (allout-get-invisibility-overlay): Increment so progress is made
5069         when the first overlay is not the sought one.
5070         (allout-end-of-prefix): Disqualify aberrant containers.
5071         (allout-end-of-line): Cycle something like allout-beginning-of-line.
5072         (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
5073         outline.el outlines) functional again.  Change the primary bullet
5074         along with the header-lead - level 1 new-style bullets now work.
5075         Engage allout-before-change-handler in mainline Emacs, not just
5076         XEmacs, to do undo handling.
5077         (allout-before-change-handler): Expose undo changes occurring in
5078         hidden regions.  Use allout-get-invisibility-overlay instead of
5079         reimplementing it inline.
5080         (allout-chart-subtree): Use start rather than end of prefix in
5081         charts.  Use allout-recent-depth variable.
5082         (allout-chart-siblings): Disqualify aberrant topics.
5083         (allout-beginning-of-current-entry): Position correctly.
5084         (allout-ascend): Use new allout-depth-specific-regexp and
5085         allout-depth-one-regexp for linear instead of O(N^2) or worse
5086         behavior.
5087         (allout-ascend-to-depth): Depend on allout-ascend, rather than
5088         reimplementing an algorithm.
5089         (allout-up-current-level): Depend on allout-ascend, rather than
5090         reimplementing an algorithm.  Return to start-point if we fail.
5091         (allout-descend-to-depth): Use allout-recent-depth variable
5092         instead of function.
5093         (allout-next-sibling): On traversal of numerous intervening
5094         topics, resort to economical allout-next-sibling-leap.
5095         (allout-next-sibling-leap): Specialized version of
5096         allout-next-sibling that uses allout-ascend cleverly, to depend on
5097         a regexp search to leap large numbers of contained topics, rather
5098         than arbitrarily many one-by-one traversals.
5099         (allout-next-visible-heading): Disqualify aberrant topics.
5100         (allout-previous-visible-heading): Position consistently when
5101         interactive.
5102         (allout-forward-current-level): Base on allout-previous-sibling
5103         rather than (differently) reimplmenting the algorithm.  Remove some
5104         unused variables.
5105         (allout-solicit-alternate-bullet): Present default choice stripped
5106         of text properties.
5107         (allout-rebullet-heading): Use bullet stripped of text properties.
5108         Register changes using allout-exposure-change-hook.
5109         Disregard aberrant topics.
5110         (allout-shift-in): With universal-argument, make topic a peer of
5111         it's former offspring.  Simplify the code by separating out
5112         allout-shift-out functionality.
5113         (allout-shift-out): With universal-argument, make offspring peers
5114         of their former container, and its siblings.  Implement the
5115         functionality here, rather than inappropriately muddling the
5116         implementation of allout-shift-in.
5117         (allout-rebullet-topic): Respect additional argument for new
5118         parent-child separation function.
5119         (allout-yank-processing): Use allout-ascend directly.
5120         (allout-show-entry): Disqualify aberrant topics.
5121         (allout-show-children): Handle discontinuous children gracefully,
5122         extending the depth being revealed to expose them and posting a
5123         message indicating the situation.
5124         (allout-show-to-offshoot): Remove obsolete and incorrect comment.
5125         Leave cursor in correct position.
5126         (allout-hide-current-subtree): Use allout-ascend directly.
5127         Disqualify aberrant topics.
5128         (allout-kill-line, allout-kill-topic): Preserve exposure layout in
5129         a way that the yanks can restore it, as used to happen.
5130         (allout-yank-processing): Restore exposure layout as recorded by
5131         allout-kill-*, as used to happen.
5132         (allout-annotate-hidden, allout-hide-by-annotation): New routines
5133         for preseving and restoring exposure layout across kills.
5134         (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
5135         (allout-encrypt-string): Strip text properties.
5136         Rearranged order and outline-headings for some of the
5137         miscellaneous functions.
5138         (allout-resolve-xref): No need to quote the error name in the
5139         condition-case handler section.
5140         (allout-flatten): Classic recursive (and recursively intensive,
5141         without tail-recursion) list-flattener, needed by allout-shift-out
5142         when confronted with discontinuous children.
5144 2006-09-16  Jason Rumney  <jasonr@gnu.org>
5146         * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
5147         on ms-windows.
5148         (dnd-open-unc-file): Remove.
5149         (dnd-open-local-file): Mention in doc string that it also handles
5150         remote files if the system natively supports unc file-names.
5152 2006-09-15  Kim F. Storm  <storm@cua.dk>
5154         * help.el (describe-key): Handle C-h k in *Help* buffer; collect
5155         all necessary information about the event before erasing *Help*.
5157         * simple.el (line-move-partial): Use window-line-visiblity to
5158         quickly check whether last line is partially visible, and only do
5159         the hard (and slow) part in that case.
5161 2006-09-15  Jay Belanger  <belanger@truman.edu>
5163         * COPYING: Replace "Library Public License" by "Lesser Public
5164         License" throughout.
5166 2006-09-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5168         * term/x-win.el (x-menu-bar-open): New function for F10.
5170 2006-09-15  Chong Yidong  <cyd@stupidchicken.com>
5172         * progmodes/compile.el (compilation-error-regexp-alist-alist):
5173         Disallow filenames containing " -" to avoid confusion with libtool
5174         compilation messages.  Suggested by Stefan Monnier.
5176 2006-09-15  David Kastrup  <dak@gnu.org>
5178         * mouse-sel.el (mouse-sel-follow-link-p): Use event position
5179         instead of buffer position for `mouse-on-link-p'.
5181         * mouse.el (mouse-posn-property): New function looking up the
5182         properties at a click position in overlays and text properties in
5183         either buffer or strings.
5184         (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
5185         of both `follow-link' as well as `mouse-face' properties.
5186         (mouse-drag-track): Check `mouse-on-link-p' on event position, not
5187         buffer position.
5189         * help.el (describe-key-briefly): When reading a down-event on
5190         mode lines or scroll bar, swallow the following up event, too.
5191         Use the new mouse sensitity of `key-binding' for lookup.
5192         (describe-key): The same here.
5194 2006-09-15  Juanma Barranquero  <lekktu@gmail.com>
5196         * play/life.el (life-patterns): Add a few more interesting patterns.
5197         (life-setup): Force `show-trailing-whitespace' to nil.
5199 2006-09-14  Richard Stallman  <rms@gnu.org>
5201         * startup.el (fancy-splash-text): Change text to improve alignment.
5202         (fancy-splash-screens): Don't set non-standard tab width.
5203         Bind cursor-type temporarily, and make it easy to patch to
5204         preserve the splash buffer.
5205         (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
5206         (fancy-splash-screens): Display echo-area message explicitly.
5207         Don't set fancy-splash-help-echo.
5209         * simple.el (line-number-mode): Group mode-line instead of
5210         editing-basics.
5211         (column-number-mode, size-indication-mode): Likewise.
5213         * faces.el (mode-line-faces): Group mode-line instead of modeline.
5215         * time.el (display-time): Group mode-line instead of modeline.
5217         * cus-edit.el (mode-line): Rename from modeline.  All uses changed.
5219 2006-09-14  Chong Yidong  <cyd@stupidchicken.com>
5221         * startup.el (fancy-splash-text): Move editing instructions to
5222         fancy-splash-head.
5223         (fancy-splash-head): Issue editing instructions.
5224         (fancy-splash-screens): Fixup whitespace.
5226 2006-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5228         * bindings.el (mode-line-buffer-identification-keymap):
5229         Remove duplicate line.
5231 2006-09-14  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
5233         * ido.el (ido-ignore-item-p): Allow any kind of functions in
5234         ignore lists.
5236 2006-09-14  Kim F. Storm  <storm@cua.dk>
5238         * jit-lock.el (jit-lock-fontify-again): New function.
5239         (jit-lock-fontify-now): Use it instead of lambda form.
5241 2006-09-13  Agustin Martin  <agustin.martin@hispalinux.es>
5243         * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
5244         (flyspell-auto-correct-word): Make ispell-filter local to these
5245         functions.  Check that ispell-filter has new stuff before calling
5246         ispell-parse-output.
5248 2006-09-13  Kim F. Storm  <storm@cua.dk>
5250         * simple.el (line-move-partial): Optimize.
5252 2006-09-13  Richard Stallman  <rms@gnu.org>
5254         * thingatpt.el (thing-at-point-bounds-of-url-at-point):
5255         Delete spurious backquote.
5257 2006-09-07  Ryan Yeske  <rcyeske@gmail.com>
5259         * net/rcirc.el (rcirc-print): Fix last change.
5261 2006-09-12  Jay Belanger  <belanger@truman.edu>
5263         * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
5265 2006-09-07  Ryan Yeske  <rcyeske@gmail.com>
5267         * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
5268         rcirc-show-maximum-output.
5269         (rcirc-mode): Remove window-scroll-function hook.
5270         (rcirc-scroll-to-bottom): Remove function.
5271         (rcirc-print): Recenter so point stays at the bottom of the window
5272         if point was already there.
5274 2006-09-12  Paul Eggert  <eggert@cs.ucla.edu>
5276         * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
5277         not to "t".
5278         * progmodes/compile.el (compilation-start): Likewise.
5279         * progmodes/idlwave.el (idlwave-rescan-asynchronously):
5280         Don't use expand-file-name on invocation-directory, since this
5281         might mishandle special characters in invocation-directory.
5283 2006-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5285         * pcvs-defs.el: Remove * in defcustom's docstrings.
5287 2006-09-12  Nick Roberts  <nickrob@snap.net.nz>
5289         * progmodes/compile.el (compilation-directory-properties):
5290         Doc fix for help-echo.
5292 2006-09-12  Lars Hansen  <larsh@soem.dk>
5294         * desktop.el (desktop-read): Add comment.
5296 2006-09-12  Kim F. Storm  <storm@cua.dk>
5298         * simple.el (next-error-highlight, next-error-highlight-no-select):
5299         Fix spelling error.
5301         * subr.el (sit-for): Rework to use input-pending-p and cond.
5302         Return nil input is pending on entry also for SECONDS <= 0.
5303         (while-no-input): Use input-pending-p instead of sit-for.
5305 2006-09-11  Richard Stallman  <rms@gnu.org>
5307         * simple.el (next-error-highlight, next-error-highlight-no-select):
5308         Fix custom type and doc strings.
5310 2006-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5312         * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
5313         (diff-apply-hunk): Use it to ask for confirmation.
5315 2006-09-11  Reiner Steib  <Reiner.Steib@gmx.de>
5317         * emacs-lisp/cl.el (pushnew): Add missing `,'.
5319 2006-09-11  David Kastrup  <dak@gnu.org>
5321         * help.el (string-key-binding, describe-key-briefly)
5322         (describe-key): Remove `string-key-binding' and its callers since
5323         `key-binding' already caters for the proper lookup now.
5325 2006-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5327         * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
5328         (cfengine-mode): Use it.  Fix \ syntax to be like /.
5330         * bindings.el (mode-line-buffer-identification-keymap):
5331         Move initialization into declaration.
5333 2006-09-10  Kim F. Storm  <storm@cua.dk>
5335         * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
5336         (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
5337         (ido-delete-file-at-head): Pass head of ido-matches through ido-name
5338         in case of merged directories.  Reported by Micha\e,Ak\e(Bl Cadilhac.
5340 2006-09-10  Richard Stallman  <rms@gnu.org>
5342         * dired-aux.el: Handle errors in recursive copy usefully.
5343         (dired-create-files-failures): New variable.
5344         (dired-copy-file): Remove condition-case.
5345         (dired-copy-file-recursive): Check for errors on all file
5346         operations, and add them to dired-create-files-failures.
5347         Check file file-date-erorr here too.
5348         (dired-create-files): Check dired-create-files-failures
5349         and report those errors too.
5351         * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
5353         * subr.el (add-to-list): New argument COMPARE-FN.
5355 2006-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
5357         * filecache.el (file-cache-add-directory)
5358         (file-cache-add-directory-list, file-cache-add-file)
5359         (file-cache-add-directory-using-find)
5360         (file-cache-add-directory-using-locate)
5361         (file-cache-add-directory-recursively): Add autoloads.
5363 2006-09-09  Richard Stallman  <rms@gnu.org>
5365         * textmodes/conf-mode.el (conf-space-mode):
5366         Use hack-local-variables-hook instead of calling hack-local-variables.
5367         (conf-space-keywords-override): New variable.
5368         (conf-space-mode-internal): New subroutine.  Reinit Font Lock mode.
5369         (conf-space-mode): Always make conf-space-keywords and
5370         conf-space-keywords-override local.
5371         Call conf-space-mode-internal directly as well as via hook.
5373 2006-09-09  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
5375         * progmodes/python.el (python-font-lock-keywords): Add `self' and other
5376         quasi-keywords.
5378 2006-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5380         * progmodes/python.el: Quieten the compiler about hippie-expand vars.
5381         (python-send-string): Be slightly more careful about adding \n.
5383         * startup.el (normal-splash-screen): Don't display the buffer if we'll
5384         kill it right away anyway.
5386 2006-09-09  Eli Zaretskii  <eliz@gnu.org>
5388         * international/codepage.el (cp850-decode-table): Fix a few codes.
5389         (cp858-decode-table): New variable.
5391 2006-09-09  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
5393         * net/ldap.el (ldap-search-internal): Doc fix.
5395 2006-09-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
5397         * play/life.el (life-display-generation): Test for input manually if
5398         `sleeptime' is negative or null.
5400         * lpr.el (lpr-page-header-switches): Page title switch is one of them.
5401         (print-region-1): Substitute `%s' with the page title.
5403 2006-09-09  Matt Hodges  <MPHodges@member.fsf.org>
5405         * locate.el (locate-current-search): New variable.
5406         (locate): Set buffer local value.  Use current buffer if it is
5407         in Locate mode.
5408         (locate-mode): Disable undo here.
5409         (locate-do-setup): Use locate-current-filter from buffer to be killed.
5410         (locate-update): Use locate-current-search and locate-current-filter.
5412 2006-09-08  David Kastrup  <dak@gnu.org>
5414         * desktop.el (desktop-read): When loading a desktop, disable
5415         saving it while the load progresses, and switch off a pending lazy
5416         load by calling `desktop-lazy-abort'.
5418 2006-08-27  Martin Rudalics  <rudalics@gmx.at>
5420         * window.el (mouse-autoselect-window-timer)
5421         (mouse-autoselect-window-position)
5422         (mouse-autoselect-window-window)
5423         (mouse-autoselect-window-now): New vars.
5424         (mouse-autoselect-window-cancel)
5425         (mouse-autoselect-window-select)
5426         (mouse-autoselect-window-start): New functions.
5427         (handle-select-window): Call `mouse-autoselect-window-start' when
5428         delayed window autoselection is enabled.
5430         * cus-start.el (mouse-autoselect-window): Handle delayed window
5431         autoselection.
5433         * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
5434         commands after which it is allowed to print in the echo area.
5436 2006-09-08  Richard Stallman  <rms@gnu.org>
5438         * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
5440         * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
5441         (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
5443         * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
5444         (cancel-timer-internal): Add doc string.
5445         (cancel-function-timers): Doc fix.
5446         (with-timeout-handler, timer-event-last*): Add doc strings.
5448         * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
5450         * files.el (risky-local-variable-p): Match ...-bindat-spec.
5452         * dired.el (dired-log-summary): Add doc string.
5454         * cus-edit.el (custom-menu-create): Bind deactivate-mark here.
5455         (custom-group-menu-create): Not here.
5457 2006-09-08  Carsten Dominik  <dominik@science.uva.nl>
5459         * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
5461 2006-09-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5463         * term/mac-win.el (show-hide-font-panel): New HI command ID symbol.
5464         (mac-apple-event-map): Define its handler.
5466 2006-09-07  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
5468         * net/ldap.el (ldap-search-internal): Handle `auth' key.
5470 2006-09-07  Magnus Henoch  <mange@freemail.hu>
5472         * net/rcirc.el (rcirc-activity-string): Don't quote value in case
5473         clause.
5475 2006-09-07  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
5477         * info.el (Info-index): Bind completion-ignore-case.
5479 2006-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5481         * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
5482         previous commit.
5483         (inferior-prolog-guess-flavor): New fun left out of previous commit.
5484         (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
5485         burp in dedicated windows.
5486         (inferior-prolog-self-insert-command): New command.
5487         (inferior-prolog-mode-map): Use it.
5489 2006-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
5491         * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
5493         * international/code-pages.el: Add cp858.
5495 2006-09-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5497         * dnd.el: Fix bootstrapping.
5499 2006-09-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5501         * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
5502         (dnd-open-remote-url): New function.
5503         (dnd-open-remote-file-function): Set to dnd-open-remote-url if
5504         not windows-nt.
5506 2006-09-07  Jason Rumney  <jasonr@gnu.org>
5508         * dnd.el (dnd-open-remote-file-function): New variable.
5509         (dnd-open-unc-file): New function.
5510         (dnd-open-file): Call dnd-open-remote-file-function if set.
5512 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
5514         * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
5515         pgg-passphrase-coding-system rather than locale-coding-system.
5516         * pgg-def.el (pgg-passphrase-coding-system): New user option.
5518 2006-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5520         * progmodes/prolog.el: Remove * in docstrings.
5521         (prolog-program-name): Add SWI prolog.
5522         (prolog-mode-menu): New menu.
5523         (prolog-mode): Set comment-add.
5524         (prolog-indent-line): Simplify.  Use indent-line-to.
5525         (inferior-prolog-buffer): New var.
5526         (inferior-prolog-run, inferior-prolog-process): New funs.
5527         (run-prolog, switch-to-prolog): Rewrite, using them.
5528         (prolog-consult-region): Use inferior-prolog-buffer.
5529         (inferior-prolog-load-file): New function.
5530         (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
5532         * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
5533         last word, if it's not the end of the paragraph.
5535         * files.el (abbreviate-file-name): Don't mistakenly match newlines in
5536         file name.
5538 2006-09-06  Ralf Angeli  <angeli@caeruleus.net>
5540         * frame.el (display-mm-dimensions-alist): New defcustom.
5541         (display-mm-height, display-mm-width): Use it.
5543 2006-09-06  Simon Josefsson  <jas@extundo.com>
5545         * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
5547 2006-09-06  Nick Roberts  <nickrob@snap.net.nz>
5549         * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
5550         (gdb-var-list-children-regexp-1): Tweak regexps to catch full
5551         string values.
5553 2006-09-06  Kim F. Storm  <storm@cua.dk>
5555         * simple.el (line-move-partial): New function to do vscrolling for
5556         partially visible images / tall lines.  Rewrite based on code
5557         previously in line-move.  Simplify backwards vscrolling.
5558         (line-move): Use it.  Simplify.
5560 2006-09-05  Kim F. Storm  <storm@cua.dk>
5562         * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
5564 2006-09-05  Chong Yidong  <cyd@stupidchicken.com>
5566         * progmodes/compile.el (compilation-error-regexp-alist-alist):
5567         Process the `gcc-include' after the `gnu' rule.
5569 2006-09-05  Kim F. Storm  <storm@cua.dk>
5571         * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
5573 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
5575         * pgg.el (pgg-clear-string): Alias to clear-string for backward
5576         compatibility.
5578         * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
5579         inhibit-redisplay; encode passphrase with locale-coding-system.
5581 2006-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
5583         * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
5585 2006-09-05  Nick Roberts  <nickrob@snap.net.nz>
5587         * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
5588         (gdb-var-list-children-regexp): Make type field optional.
5590         * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
5591         e.g public, protected in C++.
5593 2006-09-04  John Paul Wallington  <jpw@pobox.com>
5595         * simple.el (completion-show-help): New defcustom.
5596         (completion-setup-function): Heed it.
5598 2006-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
5600         * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
5602 2006-09-04  Richard Stallman  <rms@gnu.org>
5604         * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
5605         (rsf-min-region-to-spam-list): Doc fix.
5606         (rsf-add-content-type-field): Doc fix.
5608         * simple.el (kill-region): Explicitly test there is a region.
5610 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
5612         * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
5613         sendmail in several common directories.
5615         * mail/sendmail.el (sendmail-program): Moved here from paths.el.
5617         * paths.el (sendmail-program): Removed.
5619 2006-09-04  Daiki Ueno  <ueno@unixuser.org>
5621         * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
5622         Das.  http://article.gmane.org/gmane.emacs.gnus.general/49947
5623         http://article.gmane.org/gmane.emacs.gnus.general/50457
5625 2006-09-03  Chong Yidong  <cyd@stupidchicken.com>
5627         * cus-edit.el (custom-group-menu-create): Avoid deactivating the
5628         mark after running the menu filter.
5630 2006-09-03  Juri Linkov  <juri@jurta.org>
5632         * international/quail.el (quail-defrule-internal): Add a check
5633         if a key is a vector.
5635 2006-09-02  Juri Linkov  <juri@jurta.org>
5637         * man.el (Man-topic-history): New variable.
5638         (man): Use it.
5640         * woman.el (woman-topic-history): Change defvar to defvaralias
5641         for symbol `Man-topic-history'.
5643         * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
5644         `comint-last-output-start' is a marker by using `markerp' and
5645         check if it has a position by using `marker-position', and use
5646         this position for `goto-char'.
5648         * international/quail.el (quail-defrule-internal): Add missing
5649         `error' call for null key.
5651 2006-09-02  Ryan Yeske  <rcyeske@gmail.com>
5653         * rcirc.el (rcirc-keywords): New variable.
5654         (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
5655         (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
5656         variables.
5657         (rcirc-responses-no-activity): New function.
5658         (rcirc-handler-generic): Check for responses in above.
5659         (rcirc-process-command): Add ?: character to arguments of raw
5660         server commands.
5661         (rcirc-format-response-string): Use `rcirc-bright-nicks' and
5662         `rcirc-dim-nicks'.
5663         (rcirc-gray-toggle): Remove unused variable.
5664         (rcirc-print): Remove some tracking logic, which is moved into
5665         markup functions.
5666         (rcirc-activity-types): Was `rcirc-activity-type', now a list of
5667         types.
5668         (rcirc-activity-string): Look for 'keyword in activity-types.
5669         (rcirc-window-configuration-change): Don't erase overlay-arrow
5670         unnecessarily.
5671         (rcirc-add-or-remove): New function.
5672         (rcirc-cmd-ignore): Use it.
5673         (rcirc-message-leader): Remove unused function.
5674         (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
5675         (rcirc-add-face): New function.
5676         (rcirc-facify): Use rcirc-add-face.
5677         (rcirc-url-regexp): Add parens.
5678         (rcirc-map-regexp): Remove function.
5679         (rcirc-mangle-regexp): Remove function.
5680         (rcirc-markup-text-functions): New variable.
5681         (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
5682         (rcirc-markup-body-text, rcirc-markup-attributes)
5683         (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
5684         (rcirc-markup-bright-nicks): New markup handler functions.
5685         (rcirc-nick-in-message-full-line): New face.
5686         (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
5687         (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
5689 2006-09-02  Martin Rudalics  <rudalics@gmx.at>
5691         * cus-start.el (hscroll-margin, hscroll-step)
5692         (mode-line-in-non-selected-windows, mouse-autoselect-window)
5693         (x-use-underline-position-properties): Change version to "22.1"
5694         since they will appear there for the first time.
5696 2006-09-01  Chong Yidong  <cyd@stupidchicken.com>
5698         * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
5700 2006-08-31  Richard Stallman  <rms@gnu.org>
5702         * cus-edit.el (custom-save-variables): Slight cleanup.
5703         (Custom-no-edit): Renamed from custom-no-edit.
5704         (Custom-newline): Renamed from custom-newline.
5705         (custom-mode-map): Use new names.
5707         * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
5708         about customization, rather than M-x customize, in the doc string
5709         made for the defcustom.
5711         * emacs-lisp/trace.el (trace-function-background): Doc fix.
5713 2006-08-31  Romain Francoise  <romain@orebokech.com>
5715         * dired-x.el (dired-guess-shell-alist-default): Update.
5717 2006-08-31  Michael Mauger  <mmaug@yahoo.com>
5719         * custom.el (custom-theme-set-variables): Autoload packages before
5720         sorting the variables.
5722 2006-08-30  Michael Kifer  <kifer@cs.stonybrook.edu>
5724         * viper-cmd.el (viper-special-read-and-insert-char): Convert events to
5725         chars if XEmacs.
5726         (viper-after-change-undo-hook): Check if undo-in-progress is bound.
5728 2006-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5730         * progmodes/python.el (python-eldoc-function): Re-enable quit while
5731         waiting for process.
5733 2006-08-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5735         * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
5736         results in ASCII-only string, encode original one directly.
5738 2006-08-29  Romain Francoise  <romain@orebokech.com>
5740         * startup.el (normal-splash-screen, fancy-splash-screens):
5741         Make buffer read-only and arrange to enter view mode if necessary.
5743 2006-08-29  Chong Yidong  <cyd@stupidchicken.com>
5745         * hl-line.el (hl-line): New face.
5746         (hl-line-face): Use it.
5748         * image-mode.el (image-mode): Fix last fix.
5749         Suggested by Kim F. Storm.
5751 2006-08-29  Michael Albinus  <michael.albinus@gmx.de>
5753         Sync with Tramp 2.0.54.
5755         * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
5756         of `=', because `tramp-get-remote-gid' might not always return an
5757         integer when expected.
5758         (tramp-register-file-name-handlers): `partial-completion-mode' is
5759         unknown to XEmacs.
5760         (tramp-time-diff): Don't use `floor', it might fail for large
5761         differences.
5762         (tramp-handle-make-auto-save-file-name): For Emacs 21, set
5763         `tramp-auto-save-directory' if unset in order to guarantee unique
5764         auto-save file names.
5766 2006-08-28  Chong Yidong  <cyd@stupidchicken.com>
5768         * image-mode.el (image-mode): Display image as text on a terminal.
5770 2006-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5772         * progmodes/python.el (python-send-command): Simplify.
5773         (run-python): Don't generate a new buffer unless `new' was specified.
5774         Make sure we send `import emacs' to the proper process.
5776         * progmodes/python.el (python-send-command): Don't wait for the command
5777         to terminate.  Don't fiddle with compilation-parsing-end.
5779 2006-08-28  Chong Yidong  <cyd@stupidchicken.com>
5781         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
5782         Insert commentary after first line summary.
5784         * woman.el (woman-follow): New function, based on `man-follow'.
5785         (woman-mode-map): Use it.
5787         * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
5788         since ibuffer-do-sort-by-recency does not define a sorter.
5790 2006-08-28  Kim F. Storm  <storm@cua.dk>
5792         * find-dired.el (find-dired): Use shell-quote-argument to properly
5793         escape ( and ) args.  Also use it on {} and ; args in default
5794         value of find-ls-option string.
5795         (find-grep-dired): Use shell-quote-argument on {} and ; args.
5797 2006-08-27  Michael Olson  <mwolson@gnu.org>
5799         * emacs-lisp/tq.el: Small grammar fix in comments.
5800         (tq-enqueue): Check for existence of queue rather than the
5801         head queue item's question, which was a no-op.
5802         (tq-filter, tq-process-buffer): Make sure the process buffer
5803         exists before making it the current buffer.
5805 2006-08-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5807         * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
5808         (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
5809         (special-event-map): Apply 2006-08-16 change for x-win.el.
5811 2006-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5813         * progmodes/python.el (python-send-receive): Wait in the
5814         process's buffer so as to check the right buffer-local variables.
5816 2006-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5818         * emacs-lisp/checkdoc.el: Remove * in defcustoms.
5819         (defgroup checkdoc): Move to beginning.
5821         * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
5822         (python-preoutput-continuation): Remove.
5823         (python-preoutput-filter): Simplify correspondingly.
5824         Remove handling of _emacs_ok.  Make sure we skip _emacs_out's prompts.
5825         Loop around to catch embedded _emacs_out output.
5826         (run-python): Send the import&print command on a single line.
5827         (python-send-command): Send command&print on a single line.
5828         (python-send-string): Only add double \n if needed.
5829         (python-send-receive): Loop until the result comes.
5830         (python-mode-running): Defvar it.
5831         (python-setup-brm): Remove unused var `menu'.
5832         Only bind py-mode-map and `features' around brm-init.
5833         (python-calculate-indentation): Remove unused var `point'.
5834         (python-beginning-of-defun): Remove unused var `def-line'.
5836 2006-08-25  Richard Stallman  <rms@gnu.org>
5838         * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
5840 2006-08-25  Michael Kifer  <kifer@cs.stonybrook.edu>
5842         * viper.el (viper-set-hooks): Use frame bindings for
5843         viper-vi-state-cursor-color.
5844         (viper-non-hook-settings): Don't set default
5845         mode-line-buffer-identification.
5847         * viper-util.el (viper-set-cursor-color-according-to-state): New fun.
5848         (viper-set-cursor-color-according-to-state)
5849         (viper-get-saved-cursor-color-in-replace-mode)
5850         (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
5851         viper-emacs-state-cursor-color.
5853         * viper-cmd.el (viper-envelop-ESC-key): Bug fix.
5854         (viper-undo): Use point if undo-beg-posn is nil.
5855         (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
5856         (viper-after-change-undo-hook): Don't use
5857         viper-emacs-state-cursor-color by default.
5858         (viper-undo): More sensible positioning after undo.
5860         * viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
5861         (viper-emacs-state-cursor-color): Default to nil, since this feature
5862         doesn't work well yet.
5864         * ediff-mult.el (ediff-intersect-directories)
5865         (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
5866         always expand filenames.
5868 2006-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5870         * tumme.el: Remove * in defcustoms's docstrings.
5872 2006-08-24  Chong Yidong  <cyd@stupidchicken.com>
5874         * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
5875         Accept internal time format for SECS arg.
5876         (timer-relative-time): Doc fix.
5878         * jit-lock.el: "Stealth fontification by requeuing timers" patch,
5879         adapted from Martin Rudalics.
5880         (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
5881         (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
5882         (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
5883         using sit-for.
5885 2006-08-24  Francesc Rocher  <francesc.rocher@gmail.com>
5887         * cus-start.el (all): Add `overline-margin' and
5888         `x-underline-at-descent-line'.
5890 2006-08-24  Kim F. Storm  <storm@cua.dk>
5892         * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
5893         to mean "use find -exec"; nil now unambiguously means auto-detect.
5894         (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
5895         Use shell-quote-argument to build grep-find-command and
5896         grep-find-template.
5897         (rgrep): Use shell-quote-argument to properly quote arguments to find.
5898         Reported by Tom Seddon.
5900 2006-08-23  Chong Yidong  <cyd@stupidchicken.com>
5902         * startup.el (fancy-splash-head): Give instructions for dismissing
5903         the splash screen for default startup too.
5904         (display-startup-echo-area-message, fancy-splash-screens)
5905         (use-fancy-splash-screens-p): New arg hide-on-input.  If nil, show
5906         all splash text at once and keep the splash buffer around.
5907         (command-line-1): Give display-startup-echo-area-message a t arg.
5909 2006-08-23  Carsten Dominik  <dominik@science.uva.nl>
5911         * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
5912         gnus frame is selected.
5914 2006-08-23  Nick Roberts  <nickrob@snap.net.nz>
5916         * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
5918 2006-08-22  Kim F. Storm  <storm@cua.dk>
5920         * ido.el (ido-set-matches-1): Fix full matching for subdirs.
5921         Add suffix matching for subdirs.
5923 2006-08-22  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
5925         * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
5926         mouse-yank-at-point is non-nil.
5928 2006-08-22  Nick Roberts  <nickrob@snap.net.nz>
5930         * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
5931         a bit wider and remove fringes to fit initial output on line.
5933 2006-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5935         * frame.el (blink-cursor-end): Only ignore the error we care about.
5936         (blink-cursor-mode): Use blink-cursor-end to simplify the code.
5938 2006-08-21  Richard Stallman  <rms@gnu.org>
5940         * whitespace.el (whitespace-cleanup): Doc fix.
5942 2006-08-20  Ryan Yeske  <rcyeske@gmail.com>
5944         * net/rcirc.el (rcirc-show-maximum-output): New var.
5945         (rcirc-buffer-process): If no buffer argument is supplied, use
5946         current-buffer.
5947         (rcirc-complete-nick): Complete to the last completed nick first.
5948         (rcirc-mode): Preserve the value of `rcirc-urls' across
5949         connections.  Setup scroll function.
5950         (rcirc-scroll-to-bottom): New function.
5951         (rcirc-print): Use nick syntax around regexp work.
5952         Notice dim-nicks speaking only if they say our nick.
5953         (rcirc-update-activity-string): Do not show the modeline indicator
5954         if there are no live rcirc processes.
5955         (rcirc-cmd-ignore): Ignore case.
5956         (rcirc-browse-url-at-point): Fix off-by-one error.
5958 2006-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5960         * progmodes/python.el: Remove * in defcustom docstrings.
5961         (run-python, python-proc, python-try-complete): Use derived-mode-p.
5962         (python-mode): Set tab-width and indent-tabs-mode.
5964 2006-08-20  Dave Love  <fx@gnu.org>
5966         * progmodes/python.el: Update to Dave Love's latest version.
5967         (python-font-lock-keywords, python-mode): Don't use
5968         font-lock-syntax-table, but match symbol elements explicitly instead.
5969         (python-mode-map): Add help, and a few more key bindings.
5970         (python-skip-comments/blanks): Move out of comments as well.
5971         (python-continuation-line-p): Behave better with unbalanced parens.
5972         (python-blank-line-p): New fun.
5973         (python-open-block-statement-p): Don't use a heuristic.
5974         (python-outdent-p): Better handle blocks-in-the-same-line.
5975         (python-calculate-indentation): Misc improvements.
5976         (python-comment-indent): Remove.
5977         (python-block-pairs): New var.
5978         (python-first-word): New fun.
5979         (python-indentation-levels): Handle more common cases.
5980         (python-indent-line-1): Add `leave' argument.
5981         (python-indent-region): New fun.
5982         (python-skip-out): New fun.
5983         (python-beginning-of-statement, python-end-of-statement): Use it.
5984         (python-next-statement): Return correct count even at eob.
5985         (python-end-of-block): Fix paren-typo.
5986         (python-imenu-create-index): Add module variables.
5987         (run-python): Add `new' arg.
5988         Check we're at a prompt before returning.
5989         (python-send-command): Move to end of buffer.
5990         Wait for prompt to return.
5991         (python-set-proc): New fun.
5992         (python-imports): New var.
5993         (python-describe-symbol): Use it.  Adjust to new interface of `ehelp'.
5994         (python-eldoc-function): Try to move out of arg list.
5995         (python-outline-level): Offset by 1.
5996         (python-find-imports): New fun.
5997         (python-symbol-completions): Use python-imports.
5998         (python-module-path, ffap-alist): Add support for ffap.
5999         (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
6000         (python-insert-*, python-default-template, python-expand-template):
6001         Add templates/skeletons.
6002         (python-setup-brm): Support for Bicycle Repair Man.
6003         (python-abbrev-syntax-table): New var.
6004         (python-abbrev-pc-hook, python-pea-hook): New funs.
6006 2006-08-20  Chong Yidong  <cyd@stupidchicken.com>
6008         * frame.el (blink-cursor-start): Set timer first.
6009         (blink-cursor-end): Ignore timer cancelling errors.
6010         Suggested by Ken Manheimer.
6012 2006-08-20  Juanma Barranquero  <lekktu@gmail.com>
6014         * newcomment.el (comment-box): Call `comment-normalize-vars'.
6015         Add autoload cookie.
6017 2006-08-20  Richard Stallman  <rms@gnu.org>
6019         * simple.el (line-number-at-pos): Doc fix.
6021         * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
6022         timer-activate-when-idle, so timer can run before Emacs becomes
6023         non-idle again.
6025 2006-08-18  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
6027         * whitespace.el (whitespace-cleanup-internal): New optional arg
6028         REGION-ONLY.  If it's non-nil, modify the message to the user
6029         accordingly.
6030         (whitespace-cleanup-region): Call whitespace-cleanup-internal with
6031         a non-nil argument.
6033 2006-08-18  Gustav H\e,Ae\e(Bllberg  <gustav@gmail.com>  (tiny change)
6035         * rect.el (spaces-string): Simplify and add doc string.
6037 2006-08-17  Romain Francoise  <romain@orebokech.com>
6039         * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
6041 2006-08-17  Richard Stallman  <rms@gnu.org>
6043         * compare-w.el (compare-windows): lambda's take an arg and pass
6044         it to compare-windows-skip-whitespace.
6046 2006-08-17  Martin Rudalics  <rudalics@gmx.at>
6048         * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
6049         the right buffer.
6051 2006-08-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6053         * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
6054         removed files.
6056 2006-08-17  Nick Roberts  <nickrob@snap.net.nz>
6058         * progmodes/gdb-ui.el (gdb-locals-watch-map)
6059         (gdb-locals-watch-map-1): Suppress keymap first.
6060         (gdb-edit-locals-map-1): New variable.
6061         (gdb-edit-locals-value): New function.
6062         (gdb-stack-list-locals-handler): Use them.
6064 2006-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6066         * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
6067         cursor would normally be drawn in the fringe.
6069         * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
6070         Reported by Martin Rudalics <rudalics@gmx.at>.
6072 2006-08-16  Richard Stallman  <rms@gnu.org>
6074         * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
6075         (special-event-map): Process drag-n-drop events this way.
6077         * simple.el (move-beginning-of-line): Test whether fields
6078         would prevent motion back to line's first visible character.
6079         If so, stop where the fields would stop the motion.
6081         * newcomment.el (comment-indent): Fully update INDENT
6082         before checking to see if it will change the text.
6084         * cus-edit.el (custom-newline): New function.
6085         (custom-mode-map): Bind newline to custom-newline.
6087         * compare-w.el (compare-windows): Factor compare-ignore-whitespace
6088         into ignore-whitespace.
6089         Check each buffer for its skip-function.
6090         Handle compare-windows-skip-whitespace special-case test
6091         by returning t from default skip function.
6093 2006-08-15  Carsten Dominik  <dominik@science.uva.nl>
6095         * textmodes/org.el (org-clock-special-range)
6096         (org-clock-update-time-maybe): New functions.
6097         (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
6098         not only a-z.
6099         (org-agenda-get-blocks): Allow multiple blocks per headline.
6100         (org-timestamp-change): Call `org-clock-update-time-maybe'.
6101         (org-export-html-title-format)
6102         (org-export-html-toplevel-hlevel): New options.
6103         (org-export-language-setup): Add support for Czech.
6104         (org-mode, org-insert-todo-heading, org-find-visible)
6105         (org-find-invisible, org-invisible-p, org-invisible-p2)
6106         (org-back-to-heading, org-on-heading-p, org-up-heading-all)
6107         (org-show-subtree, org-show-entry, org-make-options-regexp):
6108         Remove compatibility support for old outline-mode.
6109         (org-check-occur-regexp): Funtion removed.
6110         (org-on-heading-p, org-back-to-heading): Made defalias.
6111         (org-set-local): New defsubst.
6112         (org-set-regexps-and-options, org-mode)
6113         (org-set-font-lock-defaults, org-edit-agenda-file-list)
6114         (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
6115         (org-remember-apply-template, org-table-edit-field)
6116         (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
6117         (org-set-autofill-regexps): Use `org-set-local'.
6118         (org-table-eval-formula): Fix bug with parsing of display flags.
6120 2006-08-15  Nick Roberts  <nickrob@snap.net.nz>
6122         * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
6123         frame with fringe arrow.  Suggested by Simon Marshall
6124         <simon.marshall@misys.com>.
6125         (gdb-stack-position): New variable.
6126         (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
6127         (gdb-frames-mode): Set gdb-stack-position to nil.
6128         Add to overlay-arrow-variable-list
6129         (gdb-reset): Delete gdb-stack-position from above list.
6131 2006-08-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6133         * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
6134         read only.
6136 2006-08-13  Romain Francoise  <romain@orebokech.com>
6138         * cus-theme.el (customize-create-theme)
6139         (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
6141         * filesets.el (filesets-add-buffer): Ditto.
6143         * pcvs.el (cvs-change-cvsroot): Ditto.
6145 2006-08-13  Nick Roberts  <nickrob@snap.net.nz>
6147         * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
6148         (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
6149         (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
6150         expressions.
6151         (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
6152         Only search till end of line.
6153         Add face to function names in case of no filename.
6154         Add face to variable names of watchpoints.
6156 2006-08-12  Robert Thorpe  <rthorpe@realworldtech.com>  (tiny change)
6158         * cus-start.el <indent-tabs-mode>: Move to the `indent'
6159         customization group.
6161 2006-08-12  Ken Manheimer  <ken.manheimer@gmail.com>
6163         * allout.el (allout-prior-bindings, allout-added-bindings):
6164         Remove, after long deprecation.
6165         (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
6166         Add customization vars controlling allout-beginning-of-line and
6167         allout-end-of-line conveniences.
6168         (allout-header-prefix, allout-use-mode-specific-leader)
6169         (allout-use-mode-specific-leader, allout-mode-leaders):
6170         Revise docstrings.
6171         (allout-infer-header-lead): Change to be an alias for
6172         allout-infer-header-lead-and-primary-bullet.
6173         (allout-infer-header-lead-and-primary-bullet): New version of
6174         allout-infer-header-lead which assigns the primary bullet to the
6175         same as the header lead, when its being changed.
6176         (allout-infer-body-reindent): Apply regexp-quote instead of
6177         unconditionally prepending "\\", so that all literal
6178         allout-header-prefix and allout-primary-bullet strings are
6179         properly handled.
6180         (allout-add-resumptions): Add optional qualifier for extending or
6181         appending to existing values, rather than replacing them.
6182         (allout-view-change-hook): Clarify docstring.
6183         (allout-exposure-change-hook): Take explicit arguments, via
6184         run-hook-with-args.
6185         (allout-structure-added-hook)
6186         (allout-structure-deleted-hook)
6187         (allout-structure-shifted-hook): New hooks analogous to
6188         allout-exposure-change-hook for other kinds of structural outline
6189         edits.
6190         (allout-encryption-plaintext-sanitization-regexps): New encryption
6191         customization variable, by which cooperating modes can provde
6192         massage of the plaintext without actually being passed it.
6193         (allout-encryption-ciphertext-rejection-regexps)
6194         (allout-encryption-ciphertext-rejection-ceiling): New encryption
6195         customization variables, by which cooperating modes can prohibit
6196         rare but possible ciphertext patterns from fouling their
6197         operation, with actually being passed the ciphertext.
6198         (allout-mode): Run activation and deactivation hooks after the
6199         minor-mode variable has been toggled, to clarify the mode
6200         disposition.  The new encryption ciphertext rejection variable is
6201         used to ensure that the ciphertext does not contain text that
6202         would be recognized as outline structural elements by allout.
6203         Substite allout-beginning-of-line and allout-end-of-line for
6204         conventionall beginning-of-line and end-of-line bindings.
6205         If allout-old-style-prefixes is non-nil, don't nullify it on mode
6206         activation!
6207         (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
6208         (allout-end-of-line): Respect `allout-end-of-line-cycles'.
6209         (allout-chart-subtree): Implement new mode, charting only the
6210         visible items in the subtree, when new 'visible' parameter is non-nil.
6211         (allout-end-of-subtree): Properly handle the last item in the buffer.
6212         (allout-pre-command-business, allout-command-counter):
6213         Increment an advertised counter so that cooperating enhancements can
6214         track revisions of items.
6215         (allout-open-topic): Run allout-structure-added-hook with suitable
6216         arguments.
6217         (allout-shift-in): Run allout-structure-shifted-hook with suitable
6218         arguments.
6219         (allout-shift-out): Fix doubling for negative args and ensure call
6220         of allout-structure-shifted-hook by solely using allout-shift-in.
6221         (allout-kill-line, allout-kill-topic):
6222         Run allout-structure-deleted-hook with suitable arguments.
6223         (allout-yank-processing): Run allout-structure-added-hook with
6224         proper arguments.
6225         (allout-yank): Enclose activity in allout-unprotected.
6226         (allout-flag-region): Run allout-exposure-change-hook with
6227         suitable arguments, instead of making the callee infer the arguments.
6228         (allout-encrypt-string):
6229         Support allout-encryption-plaintext-sanitization-regexps,
6230         allout-encryption-ciphertext-rejection-regexps, and
6231         allout-encryption-ciphertext-rejection-ceiling.  Indicate correct
6232         en/de cryption mode in symmetric encryption failure message.
6233         (allout-obtain-passphrase): Use copy-sequence to get a distinct
6234         copy of the passphrase, and don't zero it or we'll corrupt the
6235         stashed copy.
6236         (allout-create-encryption-passphrase-verifier)
6237         (allout-verify-passphrase): Respect the new signature for
6238         allout-encrypt-string.
6239         (allout-get-configvar-values): Convenience for getting a
6240         configuration variable value and handling its absence gracefully.
6242 2006-08-11  Romain Francoise  <romain@orebokech.com>
6244         * obsolete/zone-mode.el: Delete.
6246 2006-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6248         * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
6250 2006-08-11  Thien-Thi Nguyen  <ttn@gnu.org>
6252         * emacs-lisp/bindat.el (bindat-ip-to-string):
6253         Use `format-network-address' if possible.
6255 2006-08-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6257         * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
6259 2006-08-10  Chong Yidong  <cyd@stupidchicken.com>
6261         * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
6262         restore unread-command-events here.
6263         (edebug-display): Do it here, to detect sit-for interruptions.
6265 2006-08-10  Romain Francoise  <romain@orebokech.com>
6267         * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
6268         (dns-mode-soa-auto-increment-serial): New user option.
6269         (dns-mode-soa-maybe-increment-serial): New function.
6270         (dns-mode): Add the latter to `write-contents-functions'.
6272         * obsolete/zone-mode.el: Move to obsolete/ from net/.
6273         Delete autoload cookies.
6275 2006-08-10  John Wiegley  <johnw@newartisans.com>
6277         * eshell/em-glob.el (eshell-glob-chars-list)
6278         (eshell-glob-translate-alist): Add support for [^g] in character globs.
6280 2006-08-10  Richard Stallman  <rms@gnu.org>
6282         * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
6283         (facemenu-set-face): Doc fix.
6284         (facemenu-listed-faces): Doc fix.
6286 2006-08-09  Chong Yidong  <cyd@stupidchicken.com>
6288         * avoid.el (mouse-avoidance-animating-pointer): New var.
6289         (mouse-avoidance-nudge-mouse): Use it.
6290         (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
6291         (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
6292         (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
6293         Don't activate if currently animating.  All callers changed.
6295 2006-08-09  John Wiegley  <johnw@newartisans.com>
6297         * calendar/timeclock.el (timeclock-use-elapsed): Added a new
6298         variable, which causes timeclock to report elapsed time worked,
6299         instead of just work remaining.
6301 2006-08-09  Kenichi Handa  <handa@m17n.org>
6303         * international/latexenc.el (latexenc-find-file-coding-system):
6304         Fix for the case that the 2nd element of arg-list is a cons.
6306 2006-08-08  Chong Yidong  <cyd@stupidchicken.com>
6308         * info.el (Info-fontify-node): Handle preceding `in' for note
6309         reference hiding rules.
6311 2006-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6313         * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
6314         mistake a closing " for an opening one.
6316 2006-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
6318         * term/xterm.el (terminal-init-xterm): Add more key bindings.
6320 2006-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6322         * complete.el (PC-do-completion): Filter out completions matching
6323         completion-ignored-extensions before checking whether there are
6324         multiple completions.
6325         Don't use `list' unnecessarily when building completion tables.
6327 2006-08-06  Richard Stallman  <rms@gnu.org>
6329         * help.el (describe-mode): Make minor mode list more concise.
6331 2006-08-05  Chong Yidong  <cyd@stupidchicken.com>
6333         * bindings.el: Give mode-line-format, mode-line-modes, and
6334         mode-line-position `standard-value' properties.
6336 2006-08-05  Eli Zaretskii  <eliz@gnu.org>
6338         * buff-menu.el (list-buffers-noselect): For Info buffers, use
6339         "(file)node" instead of the file name.
6341 2006-08-05  Richard Stallman  <rms@gnu.org>
6343         * faces.el (escape-glyph): Doc fix.
6345 2006-08-04  Kenichi Handa  <handa@m17n.org>
6347         * international/mule-diag.el (describe-font): Improve docstring
6348         and error message.  Use frame-parameter (not frame-parameters).
6350 2006-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6352         * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
6353         Correctly mark the end-of-docstring char.
6355 2006-08-03  Chong Yidong  <cyd@stupidchicken.com>
6357         * simple.el (line-move-to-column): Constrain move-to-column to
6358         current field.
6360 2006-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6362         * font-lock.el (font-lock-beg, font-lock-end)
6363         (font-lock-extend-region-functions): New vars.
6364         (font-lock-extend-region-multiline)
6365         (font-lock-extend-region-wholelines): New functions.
6366         (font-lock-default-fontify-region): Use them.
6367         (font-lock-extend-jit-lock-region-after-change): Only round up
6368         if font-lock-default-fontify-region will do it as well.
6370         * font-lock.el (font-lock-extend-after-change-region-function):
6371         Rename from font-lock-extend-region-function.
6372         (font-lock-extend-region): Remove by inlining at call sites.
6373         (font-lock-after-change-function): Don't needlessly round up to a whole
6374         number of lines.
6375         (font-lock-extend-jit-lock-region-after-change): Be more careful about
6376         the boundary conditions and the interactions between the various ways
6377         to extend the region.
6379 2006-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6381         * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
6382         modification status when forcing the second redisplay.
6384 2006-08-03  Kim F. Storm  <storm@cua.dk>
6386         * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
6388 2006-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6390         * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
6391         doesn't look like a file name.
6393         * complete.el (PC-expand-many-files): Avoid signalling an error when
6394         the current directory doesn't exist.  Reported by Micha\e,Ak\e(Bl Cadilhac.
6396 2006-08-02  Andreas Schwab  <schwab@suse.de>
6398         * bindings.el (mode-line-format): Simplify reference to vc-mode.
6400 2006-08-02  Nick Roberts  <nickrob@snap.net.nz>
6402         * bindings.el (map): Make mode-line-buffer-identification-keymap
6403         before defining propertized-buffer-identification.
6405 2006-08-01  Richard Stallman  <rms@gnu.org>
6407         * bindings.el (mode-line-format): Adjust spacing around vc-mode.
6409 2006-08-02  Nick Roberts  <nickrob@snap.net.nz>
6411         * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
6412         default value.
6413         (gdb-find-source-frame): New function.
6414         (menu): Add to menu bar.
6416 2006-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6418         * font-core.el (font-lock-extend-region-function)
6419         (font-lock-extend-region): Move to font-lock.el.
6421         * font-lock.el (font-lock-extend-region-function)
6422         (font-lock-extend-region): Move from font-core.el.  Simplify.
6424         * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
6425         if needed.
6426         (jit-lock-start, jit-lock-end): New dynamic scoped vars.
6427         (jit-lock-after-change-extend-region-functions): New hook.
6428         (jit-lock-after-change): Use it instead of hard-coding font-lock code.
6430         * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
6431         (font-lock-turn-on-thing-lock): Use it.
6433         * longlines.el (longlines-show-region): Make it work on read-only
6434         buffers as well.
6436 2006-08-01  Nick Roberts  <nickrob@snap.net.nz>
6438         * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
6440 2006-07-31  Richard Stallman  <rms@gnu.org>
6442         * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
6443         (vhdl-speedbar-display-projects): Update old obsolete
6444         speedbar variable names.
6446 2006-07-31  Nick Roberts  <nickrob@snap.net.nz>
6448         * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
6449         (gdb-stopped): Use it.
6451         * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
6453 2006-07-29  Chong Yidong  <cyd@stupidchicken.com>
6455         * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
6456         for load-history elements.
6458 2006-07-29  Eli Zaretskii  <eliz@gnu.org>
6460         * files.el (convert-standard-filename): For Cygwin, replace
6461         characters not allowed in Windows file names.
6462         (make-auto-save-file-name): Add Cygwin to the list of systems
6463         where the auto-save file name needs to be run through
6464         convert-standard-filename.
6466 2006-07-29  Lennart Borgman  <lennart.borgman.073@student.lu.se>
6468         * window.el (bw-get-tree): Don't integerp subtree if it's nil.
6470 2006-07-28  Richard Stallman  <rms@gnu.org>
6472         * bindings.el (mode-line-frame-identification)
6473         (propertized-buffer-identification): Centralize the code
6474         to initialize the variable.
6476         * progmodes/grep.el (grep-default-command): Catch errors from
6477         wildcard-to-regexp.
6479 2006-07-29  Kim F. Storm  <storm@cua.dk>
6481         * progmodes/grep.el (grep-tag-default): New function.
6482         (grep-default-command, grep-read-regexp): Use it.
6483         (grep-read-files): Use car of grep-files-history or grep-files-aliases
6484         as default if nothing else applies.
6486 2006-07-28  Bill Atkins  <atkinw@rpi.edu>  (tiny change)
6488         * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
6489         Throw error if buffer is not in Dired and Wdired mode, respectively.
6491 2006-07-28  Chong Yidong  <cyd@stupidchicken.com>
6493         * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
6494         self-insert-command keys don't activate buttons.
6495         (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
6497 2006-07-29  Nick Roberts  <nickrob@snap.net.nz>
6499         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
6500         faces for enable character.
6502 2006-07-28  Nick Roberts  <nickrob@snap.net.nz>
6504         * Makefile.in (recompile): Update comment to reflect change
6505         on 2004-04-21.
6507 2006-07-27  Richard Stallman  <rms@gnu.org>
6509         * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
6510         (customize-package-emacs-version): Change msg when pkg has no entry.
6511         (custom-no-edit): On a button, do like widget-button-press.
6513 2006-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
6515         * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
6516         S-tab and C-S-tab.
6518 2006-07-28  Nick Roberts  <nickrob@snap.net.nz>
6520         * progmodes/which-func.el (which-function): Fix documentation/
6521         comment typo.
6523 2006-07-26  Richard Stallman  <rms@gnu.org>
6525         * textmodes/ispell.el (ispell-word): If we replace the word,
6526         move point to the end.  Insert before deleting.
6528 2006-07-26  Chong Yidong  <cyd@stupidchicken.com>
6530         * subr.el (sit-for): Use new SECONDS arg of read-event instead of
6531         a timer.
6533 2006-07-26  Mathias Dahl  <mathias.dahl@gmail.com>
6535         * tumme.el (tumme-backward-image): Add prefix argument.  Add error
6536         when at first image.
6537         (tumme-forward-image): Add prefix argument.  Add error when at last
6538         image.
6540 2006-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6542         * tabify.el (tabify-regexp): Use more specific regexps.
6543         (tabify): Avoid modifying the buffer unnecessarily.
6545 2006-07-25  Mathias Dahl  <mathias.dahl@gmail.com>
6547         * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
6548         (tumme-format-properties-string): Handle empty `buf'.
6549         (tumme-get-comment): Change variable names inside `let'.
6550         Add missing `let' variable that cause font-lock problems.
6551         (tumme-write-comments): Change variable names inside `let'.
6552         Add missing `let' variable that cause font-lock problems.
6553         (tumme-forward-image): Rename from `tumme-forward-char'.
6554         (tumme-backward-image): Rename from `tumme-backward-char'.
6556 2006-07-25  Masatake YAMATO  <jet@gyve.org>
6558         * progmodes/ld-script.el (ld-script-keywords)
6559         (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
6560         and add comments.
6562 2006-07-25  Nick Roberts  <nickrob@snap.net.nz>
6564         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
6565         (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
6566         (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
6567         for status indicator.
6569 2006-07-24  Richard Stallman  <rms@gnu.org>
6571         * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
6573         * subr.el (dolist, dotimes): Use interned symbols for locals.
6574         (--dotimes-limit--, --dolist-tail--): New defvars.
6575         (looking-back): Doc fix.
6577         * replace.el (replace-match-string-symbols): Handle dotted lists.
6579 2006-07-24  Mathias Dahl  <mathias.dahl@gmail.com>
6581         * tumme.el (tumme-write-tags): Add.
6582         (tumme-write-comments): Add.
6583         (tumme-tag-files): Change to use `tumme-write-tags'.
6584         (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
6585         (tumme-dired-comment-files): Change to use `tumme-write-comments'.
6586         (tumme-save-information-from-widgets): Change to use
6587         `tumme-write-comments' and `tumme-write-tags'.
6588         (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
6589         (tumme-write-tag): Remove.
6590         (tumme-write-comment): Remove.
6591         (tumme-display-previous-thumbnail-original): Remove empty line.
6592         (tumme-widget-list): Add punctuation.
6594 2006-07-24  Mathias Dahl  <mathias.dahl@gmail.com>
6596         * tumme.el (tumme-line-up): Add an extra check for end of buffer.
6598 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
6600         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
6601         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org>
6602         and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
6604 2006-07-23  Thien-Thi Nguyen  <ttn@gnu.org>
6606         * mouse.el (mouse-on-link-p): Doc fix.
6608 2006-07-23  Nick Roberts  <nickrob@snap.net.nz>
6610         * emacs-lisp/find-func.el (find-function-search-for-symbol):
6611         Handle "C-h f `".
6613 2006-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
6615         * ibuffer.el (ibuffer-formats): Use left alignment for the mode
6616         column.
6618 2006-07-22  Matt Hodges  <MPHodges@member.fsf.org>
6620         * textmodes/table.el: Add move-beginning-of-line and
6621         move-end-of-line to Point Motion Only Group.
6623 2006-07-22  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
6625         * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
6627 2006-07-22  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
6629         * startup.el (user-mail-address): Initialize from the `EMAIL'
6630         environment variable first.  Document this.
6631         (command-line): Ditto.
6633 2006-07-22  Nick Roberts  <nickrob@snap.net.nz>
6635         * help-mode.el (help-function-def, help-variable-def)
6636         (help-face-def): Print a message in the minibuffer.
6638 2006-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
6640         * term/xterm.el (terminal-init-xterm): Fix key bindings
6641         syntax.  Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
6643 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
6645         * dos-w32.el (find-buffer-file-type-coding-system): Support calls
6646         where `(nth 1 command)' is a cons cell.  Doc fix.
6648         * textmodes/po.el (po-find-charset): Doc fix.
6650 2006-07-21  Ken Manheimer  <ken.manheimer@gmail.com>
6652         * allout.el (allout-unprotected, allout-e-o-prefix-p)
6653         (allout-beginning-of-current-line, allout-end-of-current-line)
6654         (allout-next-visible-heading, allout-open-topic)
6655         (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
6656         (allout-flag-current-subtree, allout-show-to-offshoot)
6657         (allout-hide-current-entry, allout-show-current-branches)
6658         (allout-hide-region-body, allout-old-expose-topic)
6659         (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
6660         (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
6661         containing `beginning-of-line' and `end-of-line' with
6662         `inhibit-field-text-motion' t.
6664 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
6666         * frame.el (focus-follows-mouse): Document that it doesn't have
6667         any effect on MS-Windows.
6669 2006-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6671         * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
6673 2006-07-20  Jay Belanger  <belanger@truman.edu>
6675         * calc.el (calc-previous-alg-entry): Remove variable.
6677         * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
6678         New variables.
6679         (calc-alg-entry): Use `calc-alg-entry-history'.
6680         (calc-do-quick-calc): Use `calc-quick-calc-history'.
6681         Remove reference to `calc-previous-alg-entry'.
6682         (calcAlg-edit, calcAlg-enter): Remove reference to
6683         `calc-previous-alg-entry'.
6684         (calcAlg-previous): Use `previous-history-element' instead of
6685         `calc-previous-alg-entry'.
6686         (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
6687         Change keybinding for `calcAlg-plus-minus', add keybindings for
6688         `previous-history-element' and `next-history-element'.
6690         * calc-rewr.el (calc-match): Remove reference to
6691         `calc-previous-alg-entry'.
6693         * calc-sel.el (calc-selection-history): New variable.
6694         (calc-enter-selection, calc-sel-mult-both-sides)
6695         (calc-sel-add-both-sides): Use `calc-selection-history'.
6697         * calc-map.el (calc-get-operator-history): New variable.
6698         (calc-get-operator): Use `calc-get-operator-history'.
6700         * calcalg3.el (calc-curve-fit-history): New variable.
6701         (calc-curve-fit): Use `calc-curve-fit-history'.
6703 2006-07-20  Kenichi Handa  <handa@m17n.org>
6705         * international/mule-cmds.el (select-safe-coding-system): Fix the
6706         way of deciding eol-type of the coding system.
6708 2006-07-20  Alan Mackenzie  <acm@muc.de>
6710         * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
6711         (c-lang-setvar): New macro.
6712         (c-make-init-lang-vars-fun): Use the initialization forms in
6713         c-emacs-variable-inits in addition to those in c-lang-variable-inits.
6714         (comment-start, comment-end, comment-start-skip): Change these from
6715         c-lang-defvar's to c-lang-setvar's.
6717         * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
6718         which calls make-local-variable on the elements of
6719         c-emacs-variable-inits.
6720         (c-init-language-vars-for): Call this new macro.
6722 2006-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6724         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
6725         Try to rule out false positives due to time stamps.
6726         (compilation-mode-font-lock-keywords): Remove rules made redundant
6727         because of the above change.  Add `segmentation fault' to the known and
6728         highlighted compilation termination messages.
6730 2006-07-19  Kim F. Storm  <storm@cua.dk>
6732         * progmodes/grep.el (grep-find-ignored-directories):
6733         Add .svn and _darcs to list.
6735 2006-07-19  Mathias Dahl  <mathias.dahl@gmail.com>
6737         * dired.el (dired-mode-map): Add key binding `C-te' for
6738         `tumme-dired-edit-comment-and-tags'.
6740         * tumme.el (tumme-display-thumbnail-original-image): Make sure
6741         image display buffer is displayed before call to
6742         `tumme-display-image.
6743         (tumme-dired-display-image): Make sure image display buffer is
6744         displayed before call to `tumme-display-image.
6745         (tumme-mouse-display-image): Make sure image display buffer is
6746         displayed before call to `tumme-display-image.
6747         (tumme-widget-list): Add.
6748         (tumme-dired-edit-comment-and-tags): Add.
6749         (tumme-save-information-from-widgets): Add.
6751 2006-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6753         * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
6755 2006-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6757         * progmodes/sh-script.el (sh-font-lock-keywords-1):
6758         Revert inadvertently installed patch hunk.
6760         * progmodes/compile.el (compilation-find-file): Handle the
6761         cases where the user selects a non-existent file.
6763 2006-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6765         * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
6767 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
6769         * subr.el (sit-for): Just sleep-for if noninteractive.
6771 2006-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6773         * emacs-lisp/autoload.el (make-autoload): Use new arg.
6775         * custom.el (custom-autoload): Add `noset' argument.
6776         (custom-push-theme): Don't autoload the variable, let callers do it.
6777         (custom-theme-set-variables): Autoload the variable if necessary.
6779         * cus-edit.el (custom-variable-state-set): If the variable was
6780         originally set outside custom, but to the same value as the default,
6781         consider it to be standard.
6783         * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
6784         file *before* telling Emacs to add the autoloads, in case it fails.
6786         * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
6787         Use `cond', push', and `dolist'.
6789 2006-07-17  Richard Stallman  <rms@gnu.org>
6791         * image-mode.el (tar-superior-buffer, archive-superior-buffer):
6792         Add defvars to silence warnings.
6794 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
6796         * progmodes/compile.el (compilation-mode-font-lock-keywords):
6797         Don't highlight "Compiling file" messages as error.
6799         * dired-aux.el (dired-compress-file): Confirm again if gzipped
6800         file already exists.
6802 2006-07-16  Thien-Thi Nguyen  <ttn@gnu.org>
6804         * find-file.el (ff-special-constructs): Doc fix.  Also, for C/C++
6805         entry, don't assign to free var; simply return the extracted filename.
6806         (ff-treat-as-special): Incorporate common preamble from callers.
6807         (ff-other-file-name, ff-find-the-other-file):
6808         Update call to ff-treat-as-special.
6810         * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
6812 2006-07-16  Mathias Dahl  <mathias.dahl@gmail.com>
6814         * tumme.el (tumme-get-comment): Fix bug.
6816 2006-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6818         * files.el: Remove spurious * in docstrings.
6820 2006-07-14  Ken Manheimer  <ken.manheimer@gmail.com>
6822         * allout.el (allout-run-unit-tests-on-load): Rectify docstring
6823         grammar.
6824         (allout-beginning-of-current-line): Beware beginning of buffer.
6825         Also, a comment is simplified.
6826         (allout-hotspot-key-handler): Only set allout-post-goto-bullet
6827         when appropriate.  (This fix enables use for other than
6828         bullet-hotspot operation.)
6829         (allout-hide-current-subtree): While escalating to sibling-close,
6830         make sure to situate on a topic.
6832 2006-07-14  Kim F. Storm  <storm@cua.dk>
6834         * emulation/cua-base.el (cua-delete-selection)
6835         (cua-toggle-set-mark): New defcustoms.
6836         (cua-rectangle-modifier-key): Add `alt' modifier.
6837         (cua-replace-region): Don't delete if cua-delete-selection is nil.
6838         (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
6839         Suggested by Klaus Zeitler <kzeitler@lucent.com>.
6841         * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
6843 2006-07-14  Ken Manheimer  <ken.manheimer@gmail.com>
6845         * allout.el: Require 'cl during byte-compilation/interactive load,
6846         for the `assert' macro.
6847         (allout-mode-deactivate-hook): New hook, run when allout mode
6848         deactivates.
6849         (allout-developer): New allout customization subgroup.
6850         (allout-run-unit-tests-on-load): New allout-developer
6851         customization variable, when true allout unit tests are run towards
6852         end of file load/eval.
6853         (allout-inhibit-auto-fill): Disable auto-fill activity even during
6854         auto-fill-mode.
6855         (allout-resumptions): Remove, to be replaced by...
6856         (allout-add-resumptions): Register variable settings to be
6857         reinstated by `allout-do-resumptions'.  The settings are made
6858         buffer-local, but the locality/globality of the suspended setting
6859         is restored on resumption.
6860         (allout-do-resumptions): Reinstate all settings suspended using
6861         `allout-add-resumptions'.
6862         (allout-test-resumptions): Unit tests (and intermediate variables)
6863         for resumptions.
6864         (allout-tests-globally-unbound, allout-tests-globally-true)
6865         (allout-tests-locally-true): Intermediate variables for
6866         resumptions unit tests.
6867         (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
6868         (allout-exposure-category): Replaces 'allout-overlay-category variable.
6869         (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
6870         instead of retired `allout-resumptions'.  For hook functions, use
6871         `local' parameter so hook settings are created and removed as
6872         buffer-local settings.  Revise (resumptions) setting
6873         auto-fill-function so it is set only if already active.  (The
6874         related fill-function settings are all made in either case, so
6875         that activating auto-fill-mode activity will have the custom
6876         allout-mode behaviors (hanging indent on topics, if configured for it).
6877         Remove all allout-exposure-category overlays on mode deactivation.
6878         (allout-hotspot-key-handler): New function extracted from
6879         `allout-pre-command-business', so the functionality can be used
6880         for other purposes, eg as a binding in an overlay.
6881         (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
6882         (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
6883         customization variable.
6884         (allout-run-unit-tests): Run the (currently quite small)
6885         repertoire of unit tests.  Called just before the provide iff user
6886         has customized `allout-run-unit-tests-on-load' non-nil.
6888 2006-07-14  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
6890         * emacs-lisp/authors.el (authors-aliases): Update.
6892 2006-07-14  Nick Roberts  <nickrob@snap.net.nz>
6894         * progmodes/gdb-ui.el (gdb-display-buffer): Check for
6895         gdb-source-window.  Add dedicated argument.
6896         (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
6897         (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
6898         (gdb-display-threads-buffer, gdb-display-memory-buffer)
6899         (gdb-display-locals-buffer): Use it.
6901         * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
6902         Set gdb-source-window.
6904 2006-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6906         * emacs-lisp/autoload.el (make-autoload): Remove special handling of
6907         minor modes, redundant with the custom-autoload line above.
6909 2006-07-12  Chong Yidong  <cyd@stupidchicken.com>
6911         * longlines.el (longlines-post-command-function): Handle open-line too.
6913 2006-07-12  Richard Stallman  <rms@gnu.org>
6915         * progmodes/grep.el (grep-last-buffer): Doc fix.
6917         * info.el (Info-try-follow-nearest-node): Doc fix.
6919         * emacs-lisp/edebug.el (edebug-instrument-function):
6920         Err if find-function-noselect gives no position.
6922         * emacs-lisp/find-func.el (find-function-search-for-symbol):
6923         If can't find definition, return nil for position.
6924         (find-function-do-it): Handle new return value
6925         of find-definition-noselect.
6926         (find-definition-noselect, find-variable-noselect): Doc fix.
6927         (find-function-noselect): Doc fix.
6929         * help-mode.el (help-variable-def): Handle find-variable-noselect
6930         returning no position.
6931         (help-function-def): Likewise for find-function-search-for-symbol.
6932         (help-face-def): Likewise.
6934         * help-fns.el (describe-variable): Handle find-variable-noselect
6935         returning no position.
6937         * files.el (locate-file-completion): Avoid duplicates in result.
6939         * cus-edit.el (custom-no-edit): New command.
6940         (custom-mode-map): Remap to custom-no-edit instead of
6941         using suppress-keymap.
6943 2006-07-12  Nick Roberts  <nickrob@snap.net.nz>
6945         * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
6946         (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
6947         (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
6949         * thumbs.el (thumbs-call-convert): Use shell-command-switch.
6951 2006-07-11  Kim F. Storm  <storm@cua.dk>
6953         * ido.el (ido-copy-current-file-name): Use buffer-name if
6954         buffer-file-name is nil.
6956 2006-07-11  Chong Yidong  <cyd@stupidchicken.com>
6958         * simple.el (undo-ask-before-discard): Set to nil.
6960         * vc.el (vc-exec-after): Don't delete process manually.
6961         (vc-print-log): Run log-view-mode in process sentinel inside
6962         inhibit-read-only.  Don't shrink window due to timing issues.
6964         * progmodes/ebrowse.el (ebrowse-display-member-buffer):
6965         Avoid using with-output-to-temp-buffer, which clobbers local vars.
6967 2006-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6969         * progmodes/compile.el (compilation-error-regexp-alist-alist):
6970         Fix ambiguity introduced by last change.
6971         (compilation-find-file): Move save-excursion to where it may
6972         make sense.  Fix a left over `find-file'.
6974 2006-07-11  Robert J. Chassell  <bob@rattlesnake.com>
6976         * textmodes/texinfmt.el (texinfo-format-separate-node):
6977         Insert a string before point, which fits documentation, not after.
6978         (texinfo-multitable-item): In a multitable row, insert any
6979         additional needed @tabs and spaces.
6981 2006-07-11  Nick Roberts  <nickrob@snap.net.nz>
6983         * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
6984         (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
6985         (tumme-set-exif-data, tumme-get-exif-data): Use call-process
6986         instead of shell-command.
6987         (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
6988         (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
6989         (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
6990         (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
6991         (tumme-thumbnail-set-image-description, tumme-gallery-generate)
6992         (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
6994 2006-07-11  Kim F. Storm  <storm@cua.dk>
6996         * subr.el (sit-for): Doc fix.  Specify normal arg list using fn-form.
6997         Remove special case for seconds < 0.  Use (redisplay t) instead.
6999 2006-07-10  Chong Yidong  <cyd@stupidchicken.com>
7001         * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
7002         avoid compilation error.
7004         * subr.el (sit-for): New function.
7006         * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
7008 2006-07-10  Richard Stallman  <rms@gnu.org>
7010         * ldefs-boot.el (edebug): Update page.
7012 2006-07-10  Kim F. Storm  <storm@cua.dk>
7014         * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
7015         to FOR-RELEASE and TODO.
7017 2006-07-10  Romain Francoise  <romain@orebokech.com>
7019         * emacs-lisp/authors.el (authors-aliases): Update.
7021 2006-07-10  Alan Mackenzie  <acm@muc.de>
7023         * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
7024         * cc-mode.el: Changes to eradicate eval-after-load.
7026 2006-07-09  Chong Yidong  <cyd@stupidchicken.com>
7028         * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
7029         on non-char events.
7031 2006-07-09  Romain Francoise  <romain@orebokech.com>
7033         * progmodes/compile.el (compilation-mode-font-lock-keywords):
7034         Don't highlight start/end markers as compilation messages.
7036         * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
7037         to t.
7039 2006-07-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7041         * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
7043 2006-07-08  Richard Stallman  <rms@gnu.org>
7045         * term/x-win.el (x-handle-display): Add doc string.
7047         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
7049         * subr.el (def-edebug-spec): Move here.
7050         * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
7052         * imenu.el (imenu-choose-buffer-index): Doc fix.
7054 2006-07-08  Romain Francoise  <romain@orebokech.com>
7056         * term/x-win.el (x-display-name): Fix typo.
7058 2006-07-08  Eli Zaretskii  <eliz@gnu.org>
7060         * hexl.el (hexl-find-file): Doc fix.
7062         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
7064 2006-07-07  Chong Yidong  <cyd@stupidchicken.com>
7066         * term/x-win.el (x-display-name): Doc fix.
7068 2006-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7070         * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
7071         long prefixes.
7072         (fill-region-as-paragraph): Don't round up to a whole line.
7073         (fill-comment-paragraph): Don't include the code-before-the-comment
7074         when calling fill-region-as-paragraph.
7076         * international/mule.el (make-char): Remove redundancy.
7078         * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
7079         property may contain an anonymous function rather than a symbol.
7081         * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
7083         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
7084         Use shy regexp.  Fix incorrect backref to potentially unmatched group.
7086         * dirtrack.el (dirtrack-default-directory-function): Remove.
7087         (dirtrack-directory-function): Use file-name-as-directory.
7088         (dirtrack-windows-directory-function): Simplify.
7089         (dirtrack-forward-slash, dirtrack-backward-slash)
7090         (dirtrack-replace-slash): Remove.
7091         (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
7092         (dirtrack): Fix wrong parenthesizing; use match-string.
7094         * progmodes/octave-inf.el: Remove spurious * in docstrings.
7095         (inferior-octave-mode): Only change the buffer-local value of
7096         comint-dynamic-complete-functions.
7097         (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
7098         Move the initialization to the declaration.
7099         (inferior-octave-complete): Remove unused var `filter'.
7101         * shell.el (shell-mode): Only change the buffer-local value of
7102         comint-dynamic-complete-functions.
7104 2006-07-07  Carsten Dominik  <dominik@science.uva.nl>
7106         * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
7107         entry is skipped because it has been scheduled.
7108         (org-prepare-agenda-buffers): Don't mark buffers as modified when
7109         changing `:org-archived' and `:org-comment' properties.
7111 2006-07-06  Chong Yidong  <cyd@stupidchicken.com>
7113         * server.el (server-select-display): Don't make the temp frame
7114         minibuffer-only, in case it's not a temp frame.
7115         (server-process-filter): Don't delete the temp frame if it's the
7116         only one we have on that display.
7118         * files.el (find-alternate-file): Doc fix.
7120 2006-07-05  Richard Stallman  <rms@gnu.org>
7122         * files.el (abbreviate-file-name): Add save-match-data.
7124 2006-07-03  Richard Stallman  <rms@gnu.org>
7126         * faces.el (read-face-name): Doc fix.
7128 2006-07-05  Chong Yidong  <cyd@stupidchicken.com>
7130         * net/goto-addr.el (goto-address): Mark as safe for local evals.
7132 2006-07-05  Andre Spiegel  <spiegel@gnu.org>
7134         * vc.el (vc-diff-internal): Fix prev change.
7136 2006-07-05  Thien-Thi Nguyen  <ttn@gnu.org>
7138         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
7139         * play/dunnet.el (dun-load-d, dun-eval): Likewise.
7141 2006-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7143         * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
7144         fails if the symbol contains chars like ( or '.
7145         (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
7146         (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
7147         `short'.
7149 2006-07-04  Kenichi Handa  <handa@m17n.org>
7151         * international/mule-cmds.el (set-language-info): If LANG-ENV is
7152         the current one, don't call set-language-environment, but call one
7153         of set-language-environment-XXX to make INFO effective now.
7154         (set-language-environment): Call set-language-environment-XXX
7155         functions instead of doing the various setups directly.
7156         (set-language-environment-coding-systems): Delete argument eol-type.
7157         (set-language-environment-input-method)
7158         (set-language-environment-nonascii-translation)
7159         (set-language-environment-charset)
7160         (set-language-environment-fontset)
7161         (set-language-environment-unibyte): New functions.
7163 2006-07-03  Luc Teirlinck  <teirllm@auburn.edu>
7165         * locate.el (locate-update-when-revert): New option.
7166         (locate-update-path): New option (suggested by Michael Albinus).
7167         (locate-prompt-for-command): Whitespace change.
7168         (locate-update): No longer offer to update the locate database by
7169         default.  Implement the two new options.
7171 2006-07-04  Nick Roberts  <nickrob@snap.net.nz>
7173         * tooltip.el: Move comment about track-mouse...
7175         * progmodes/gud.el: ...to here.
7177 2006-07-03  Chong Yidong  <cyd@stupidchicken.com>
7179         * facemenu.el (facemenu-listed-faces): New var.
7180         (facemenu-unlisted-faces): Variable deleted.
7181         (facemenu-add-new-face): Use facemenu-listed-faces.
7183         * emulation/viper-init.el, calendar/calendar.el:
7184         * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
7186 2006-07-03  Carsten Dominik  <dominik@science.uva.nl>
7188         * textmodes/org.el (org-mode): Remove no invalid settings for
7189         calc embedded mode.
7190         (org-mode-p): New defsubst.
7191         (org-save-all-org-buffers): New function.
7192         (org-first-headline-recenter): Enclose outline-regexp in group
7193         delimiters.
7194         (org-set-tags): Keep single space after stars.
7196 2006-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7198         * window.el (set-window-text-height): Only set window-min-height to
7199         1 if that's the requested size.
7201         * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
7202         (diff-unified->context, diff-context->unified)
7203         (diff-reverse-direction): Make sure the end marker stays at the end.
7204         (diff-mode): Add the keymap table at the end of docstring.
7205         Use lexical-let rather than constructing a closure manually.
7207         * files.el (find-file-noselect-1): Remove unused var assignment.
7208         (hack-local-variables-confirm): Print lists of strings as lists of
7209         strings rather than lists of symbols.
7210         (abbreviate-file-name, hack-local-variables-prop-line):
7211         Use match-string.
7212         (hack-one-local-variable): Move `make-local-variable' nearer its use.
7213         (recover-session-finish): Use line-end-position.
7215 2006-07-02  Michael Albinus  <michael.albinus@gmx.de>
7217         * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
7219 2006-07-02  Daniel Pfeiffer  <occitan@esperanto.org>
7221         * progmodes/make-mode.el (makefile-macroassign-regex):
7222         Accept preceding keyword.
7223         (makefile-gmake-statements): Reorganize, now that makepp has
7224         "override" and also handle forgotten "override define".
7225         (makefile-makepp-statements): Add new "global", "override export"
7226         and "override global".
7228 2006-06-30  Juanma Barranquero  <lekktu@gmail.com>
7230         * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
7231         (ada-compile-mouse-goto-error, ada-deactivate-properties)
7232         (ada-no-auto-case): Fix typos in docstrings.
7234 2006-06-30  Nick Roberts  <nickrob@snap.net.nz>
7236         * info.el (Info-find-node-2): Search for makeinfo version more
7237         carefully.
7239 2006-06-29  Carsten Dominik  <dominik@science.uva.nl>
7241         * textmodes/org.el (org-prepare-agenda-buffers):
7242         Use `invisible-OK' argument for `org-end-of-subtree'.
7243         (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
7244         (org-beginning-of-item): Fix bug in regular expression for white line.
7245         (org-export-as-html): Enforce space after bullet in plain list items.
7246         (org-set-autofill-regexps): Require space after plain list bullet
7247         for paragraph-start.
7248         (org-ts-regexp3): New constant.
7249         (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
7250         (org-timestamp-up-day, org-timestamp-down-day)
7251         (org-timestamp-change): Work with inactive timestamps.
7252         (org-ts-regexp1): Don't allow brackets in time stamps.
7254 2006-06-29  Nick Roberts  <nickrob@snap.net.nz>
7256         * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
7257         for ignoring links.
7259         * faces.el (read-face-name): Use it.
7261 2006-06-28  Juri Linkov  <juri@jurta.org>
7263         * buff-menu.el (list-buffers-noselect): Compare Info file
7264         with the string "dir" to detect Info directory.
7266         * complete.el (partial-completion-mode): In lambda for
7267         `choose-completion-string-functions' use full function signature
7268         with 4 args, and move point to the end of the minibuffer only if arg
7269         `mini-p' is non-nil.
7271 2006-06-28  John Paul Wallington  <jpw@pobox.com>
7273         * ibuffer.el (ibuffer-mode): Doc fix.
7275 2006-06-28  Carsten Dominik  <dominik@science.uva.nl>
7277         * textmodes/org.el (org-context): New contexts :item-bullet,
7278         :latex-fragment, :latex-preview.
7279         (org-overlays-at, org-overlay-start, org-overlay-end):
7280         New compatibility functions.
7281         (org-inside-LaTeX-fragment-p): More accurate matching, using the
7282         exact regexp that will be used during export.
7283         (org-latex-regexps): New variable.
7284         (org-cdlatex-mode): Improve advice for `texmathp'.
7285         (turn-on-org-cdlatex): New function.
7287 2006-06-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7289         * term/mac-win.el (mac-handle-font-selection): Change keys of
7290         mac-atsu-font-table from strings to numbers.
7291         (mac-ts-caret-position): Use also when cursor-type is nil.
7292         (mac-ts-update-active-input-area): Add Mac OS Classic support.
7293         Relax condition for using overlay strings.
7294         Use mac-ts-caret-position face when cursor-type is nil.
7296 2006-06-26  Kim F. Storm  <storm@cua.dk>
7298         * help.el (view-emacs-news): Declare `res' in the right let* form.
7300 2006-06-25  Michael Albinus  <michael.albinus@gmx.de>
7302         * net/rcompile.el (remote-compile): Replace ange-ftp based
7303         implementation by Tramp functions.
7304         Suggested by Marc Abramowitz <msabramo@gmail.com>.
7306         * net/tramp.el (tramp-unload-tramp): Provide a doc string.
7308 2006-06-24  Yoshinori Koseki  <kose@meadowy.org>
7310         * international/fontset.el (setup-default-fontset): Fix a typo in
7311         the "Oriya-Akruti" registry name.
7313 2006-06-23  Lars Hansen  <larsh@soem.dk>
7315         * desktop.el (desktop-full-file-name): New function.
7316         (desktop-kill, desktop-save, desktop-remove, desktop-read)
7317         (desktop-revert): Use it.
7318         (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
7319         (desktop-after-read-hook): Add option list-buffers.
7320         (desktop-locals-to-save): Add tab-width.
7321         (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
7322         Fix docstring.
7324 2006-06-23  Carsten Dominik  <dominik@science.uva.nl>
7326         * textmodes/org.el (org-cdlatex-mode-map)
7327         (org-cdlatex-texmathp-advice-is-done): New variables.
7328         (org-cdlatex-mode): New minor mode.
7329         (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
7330         (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
7331         (org-export-with-archived-trees): New option.
7332         (org-open-file): Remove the call to `convert-standard-filename'.
7333         (org-archive-tag, org-agenda-skip-archived-trees)
7334         (org-cycle-open-archived-trees)
7335         (org-sparse-tree-open-archived-trees): New options.
7336         (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
7337         (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
7338         New functions.
7339         (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
7340         (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
7341         (org-mode-map): Add binding for `org-toggle-archive-tag'.
7342         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
7343         Call `org-prepare-agenda-buffers'.
7344         (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
7345         (org-file-apps, org-file-apps-defaults-gnu)
7346         (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
7347         Handle remote files by forcing them to be opened in Emacs.
7349 2006-06-23  Andre Spiegel  <spiegel@gnu.org>
7351         * vc.el (vc-diff-knows-L): New variable.
7352         (vc-diff-internal): Use it to handle "diff" programs that don't
7353         understand -L.  This works automatically, no user action is necessary.
7355 2006-06-23  Daniel Brockman  <daniel@brockman.se>
7357         * net/rcirc.el (rcirc-default-user-full-name): Default to
7358         `rcirc-default-user-name' instead of `rcirc-user-name' (which no
7359         longer exists).
7360         (rcirc-process-list): Check `buffer-live-p' before attempting to
7361         switch to a buffer.
7363 2006-06-23  Ryan Yeske  <rcyeske@gmail.com>
7365         * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
7366         based on rcirc-coding-system-alist.
7368 2006-06-23  Martin Rudalics  <rudalics@gmx.at>
7370         * cus-edit.el (customize-apropos): A better error message.
7371         (top level) <debug-ignored-errors>: Extend and update the list of
7372         ignored error messages.
7374 2006-06-23  Michael Ernst  <mernst@alum.mit.edu>
7376         * complete.el (PC-do-completion): Retain capitalization of user
7377         input, when possible, even if completion-ignore-case is set.
7379 2006-06-23  Eli Zaretskii  <eliz@gnu.org>
7381         * generic-x.el (bat-generic-mode): Support .cmd files.
7383         * dos-w32.el (top level): Use find-file-not-found-functions
7384         instead of the obsolete find-file-not-found-hooks.
7386 2006-06-22  Kim F. Storm  <storm@cua.dk>
7388         * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
7389         to recognize mode name containing submodes, such as Grep/lw.
7391 2006-06-21  Kim F. Storm  <storm@cua.dk>
7393         * simple.el (line-move-1): Check for move-end-of-line instead of
7394         end-of-line when setting temporary-goal-column.
7396 2006-06-21  Miles Bader  <miles@gnu.org>
7398         * play/cookie1.el (cookie): Work properly when there's only one entry.
7400 2006-06-21  Nick Roberts  <nickrob@snap.net.nz>
7402         * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
7403         (gdb-frame-handler): Generalize frame regexp for templates.
7405 2006-06-20  Glenn Morris  <rgm@gnu.org>
7407         * calendar/appt.el (appt-display-format): Default value must be
7408         one of the customize options.
7410 2006-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
7412         * term/xterm.el (terminal-init-xterm): Update key availability info.
7413         Bind C-return.
7415         * term.el (term-delete-lines, term-insert-lines): Clarify comments.
7417 2006-06-20  Chong Yidong  <cyd@stupidchicken.com>
7419         * files.el (hack-local-variables): Run `hack-local-variables-hook'
7420         whether or not a local variables list is defined.
7422         * msb.el (msb): Move `sit-for' hack here to handle both
7423         "mouse-down and drag" and "mouse-up and select" situations.
7424         (mouse-select-buffer): Move `sit-for' hack to `msb'.
7426 2006-06-20  Kenichi Handa  <handa@m17n.org>
7428         * international/characters.el (word-combining-categories):
7429         Add entries for 2-byte Han characters.
7431 2006-06-19  Richard Stallman  <rms@gnu.org>
7433         * bindings.el (mode-line-format): Save some mode line space.
7435         * files.el (find-file-noselect): Improve the question wording.
7436         (basic-save-buffer-2): Mask UMASK against 666.
7438         * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
7439         (mouse-drag-vertical-line): Call it.
7441         * cus-edit.el (customize-option, customize-option-other-window):
7442         Error if SYMBOL is nil.
7444 2006-06-19  Carsten Dominik  <dominik@science.uva.nl>
7446         * textmodes/org.el: Require noutline, also on XEmacs.
7447         (org-end-of-subtree): Return point.
7448         (org-dblock-start-re, org-dblock-end-re): New constants.
7449         (org-create-dblock, org-prepare-dblock, org-map-dblocks)
7450         (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
7451         (org-update-all-dblocks, org-find-dblock): New functions.
7452         (org-collect-clock-time-entries): New function.
7453         (org-html-handle-time-stamps): Never export CLOCK timeranges.
7454         (org-fixup-indentation): Modify to deal correctly with lines
7455         starting with TAB.  Only one argument DIFF now.
7456         (org-demote, org-promote): Call `org-fixup-indentation' with just
7457         one argument, DIFF.
7458         (org-mode): Don't mark buffer as modified when aligning tables.
7459         (org-clock-sum): Don't mark buffer modified when adding time sum
7460         properties.
7461         (org-export-as-html): Add support for a link validation function.
7462         (org-archive-all-done): New function.
7463         (org-archive-subtree): New prefix argument.  When set, archive all
7464         done subtrees in this buffer.
7465         (org-remove-clock-overlays)
7466         (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
7467         (org-inhibit-highlight-removal): New variable, for dynamic scoping.
7468         (org-put-clock-overlay): Don't swallow last headline character
7469         when displaying overlay.
7470         (org-store-link): Link to `image-mode' with just the file name.
7472 2006-06-18  Michael Kifer  <kifer@cs.stonybrook.edu>
7474         * viper-cmd.el (viper-special-read-and-insert-char):
7475         Use read-key-sequence.
7476         (viper-after-change-undo-hook): Misc enhancements.
7477         (viper-after-change-undo-hook): New hook.
7478         (viper-undo): Use viper-after-change-undo-hook.
7479         (viper-add-newline-at-eob-if-necessary): Widen before making changes.
7480         (viper-next-line-at-bol): If point is on a widget or a button, simulate
7481         clicking on that widget/button.
7483         * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
7485         * ediff-diff (ediff-test-patch-utility): Catch errors.
7486         (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
7487         (ediff-set-actual-diff-options): New function.
7488         (ediff-reset-diff-options, ediff-toggle-ignore-case):
7489         Use ediff-set-actual-diff-options.
7490         (ediff-extract-diffs): Catch errors.
7491         (ediff-whitespace): Add non-breakable space.
7492         (ediff-same-file-contents): Catch errors.
7494         * ediff-mult.el (ediff-collect-custom-diffs):
7495         Save coding-system-for-read.
7497         * ediff-vers.el (ediff-keep-tmp-versions): New variable.
7498         (ediff-vc-internal, ediff-vc-merge-internal):
7499         Use ediff-delete-version-file.
7500         (ediff-delete-version-file): New function.
7502         * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
7504         * ediff.el (ediff-directories, ediff-directory-revisions)
7505         (ediff-merge-directories, ediff-merge-directories-with-ancestor)
7506         (ediff-directories-internal, ediff-merge-directory-revisions)
7507         (ediff-merge-directory-revisions-with-ancestor)
7508         (ediff-directories3): Use read-directory-name.
7510 2006-06-18  Ralf Angeli  <angeli@caeruleus.net>
7512         * textmodes/tex-mode.el (tex-font-lock-match-suscript):
7513         Remove superfluous part of regexp for brace matching which is handled
7514         by `scan-lists' call.
7516 2006-06-16  Richard Stallman  <rms@gnu.org>
7518         * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
7520         * files.el (basic-save-buffer-2): For a new precious file,
7521         use the default modes in the return value.
7523         * facemenu.el (facemenu-color-alist): Doc fix.
7525         * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
7527 2006-06-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7529         * cus-start.el (all): Add mac-ts-script-language-on-focus.
7531         * term/mac-win.el (mac-text-encoding-ascii): New constant.
7532         (mac-utxt-to-string): Use it.
7533         (mac-ts-update-active-input-area): Use mac-ae-number.
7535 2006-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
7537         * term.el (term-handle-scroll, term-delete-lines)
7538         (term-insert-lines): Fix off by one errors.
7540 2006-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
7542         * net/tramp.el (tramp-touch): Use UTC to express time.
7544 2006-06-15  Chong Yidong  <cyd@stupidchicken.com>
7546         * mail/sendmail.el (mail-send): Search explicitly for
7547         mail-header-separator when checking for corrupted header lines.
7549 2006-06-15  Nick Roberts  <nickrob@snap.net.nz>
7551         * progmodes/gdb-ui.el (gdb-same-frame): New option.
7552         (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
7553         (gdb-init-1): Initialise them.
7554         (gdb-starting): Reset gdb-printing
7555         (gdb-starting): Save value of gud-overlay-arrow-position.
7556         (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
7557         (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
7558         Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
7559         (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
7561 2006-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7563         * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
7565 2006-06-13  Martin J. Reed  <mjreed@essex.ac.uk>  (tiny change)
7567         * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
7568         (ldap-search-internal): Keep error messages, and a regexp fix.
7570 2006-06-12  Thien-Thi Nguyen  <ttn@gnu.org>
7572         * files.el (hack-local-variables-confirm):
7573         Display string value using its printed representation.
7575 2006-06-11  Chong Yidong  <cyd@stupidchicken.com>
7577         * server.el (server-edit): No-op if no server buffers exist.
7579 2006-06-11  Robert J. Chassell  <bob@rattlesnake.com>
7581         * textmodes/page-ext.el (pages-directory-for-addresses):
7582         Including `pages-directory-address-mode' in the function results
7583         in the message "Buffer in which pages were found is deleted".
7585 2006-06-10  Carsten Dominik  <dominik@science.uva.nl>
7587         * textmodes/org.el (org-agenda-mode-map): Add bindings for
7588         clocking functions.
7590         (org-agenda-clock-in, org-check-running-clock)
7591         (org-clock-out-if-current, org-remove-clock-overlays)
7592         (org-put-clock-overlay): New functions.
7593         (org-clock-marker, org-clock-file-total-minutes)
7594         (org-clock-overlays): New variables.
7595         (org-clock-display, org-clock-sum, org-clock-cancel)
7596         (org-clock-out, org-clock-in): New commands.
7597         (org-export): New function.
7598         (org-emph-re): New constant.
7599         (org-set-emph-re, org-do-emphasis-faces): New functions.
7600         (org-emphasis-regexp-components, org-emphasis-alist): New options.
7601         (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
7602         (org-export-html-convert-emphasize): Use the configurable emphasis.
7603         (org-cleaned-string-for-export): Make multiline emphasis visible
7604         to the exporter.  New optional argument PARAMETERS.
7605         (org-export-as-html): Specify :emph-multiline parameter to
7606         `org-cleaned-string-for-export'.
7608 2006-06-10  Richard Stallman  <rms@gnu.org>
7610         * help.el (help-for-help-internal): Clean up help text.
7612 2006-06-10  Andreas Schwab  <schwab@suse.de>
7614         * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
7615         in doc string.
7617         * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
7619 2006-06-09  Karl Chen  <quarl@cs.berkeley.edu>
7621         * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
7622         spaces after the comment start.
7624 2006-06-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
7626         * play/pong.el (pong-init-buffer):
7627         Fill buffer with spaces instead of ^A.
7629         * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
7630         launched asynchronously, delete its process instead of being cool.
7631         (ispell-async-processp): Check for `delete-process' existence
7632         instead of `kill-process' one for consistency.
7634 2006-06-09  Nick Roberts  <nickrob@snap.net.nz>
7636         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
7637         (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
7638         in mode line at startup.
7640 2006-06-08  Kim F. Storm  <storm@cua.dk>
7642         * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
7643         (ido-init-completion-maps): Bind them to M-SPC and M-v.
7644         (ido-copy-current-file-name): Repeating C-w inserts whole file name.
7645         (ido-file-internal): Pass full file name to write-file.
7646         (ido-read-internal): Only pop stack elements automatically if they
7647         actually match an existing directory or file name.
7649 2006-06-07  Kenichi Handa  <handa@m17n.org>
7651         * international/mule.el (find-auto-coding): Don't handle the short
7652         name `char-trans'.
7654         * files.el (hack-local-variables-prop-line)
7655         (hack-local-variables): Cancel the previous change.
7657 2006-06-06  Jesper Harder  <harder@phys.au.dk>
7659         * ediff-diff.el (ediff-test-utility): Protect against file-error.
7661 2006-06-06  Chong Yidong  <cyd@stupidchicken.com>
7663         * diff-mode.el (diff-mode): Set buffer-read-only to t when
7664         diff-default-read-only is non-nil.
7665         (diff-hunk-kill, diff-file-kill, diff-split-hunk)
7666         (diff-refine-hunk): Set inhibit-read-only to t.
7668         * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
7669         modifying the *Diff* buffer.
7670         (diff-process-filter): New filter function for diff process that
7671         sets inhibit-read-only to t when modifying the *Diff* buffer.
7673 2006-06-06  Carsten Dominik  <dominik@science.uva.nl>
7675         * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
7676         insertion point and control the number of empty lines.
7677         (org-paste-subtree): Limit the number of empty lines at the end of
7678         the inserted tree.
7679         (org-agenda): Use buffer name of current file for narrowing.
7680         (org-export-as-xml): Command removed.
7681         (org-export-xml-type): Option removed.
7682         (org-mode-map): Call `org-export-as-xoxo' directly.
7683         (org-get-indentation): New optional argument LINE.
7684         (org-fix-indentation, org-remove-tabs): New functions.
7685         (org-export-as-ascii, org-ascii-level-start): Determine and apply
7686         correct indentation for headlines that are converted it items.
7687         (org-skip-comments): Remove table lines that contain narrowing
7688         cookies but no other non-empty fields.
7689         (org-set-tags): Allow groups of mutually exclusive tags.
7690         (org-cmp-time): Sort 24:21 before items without time.
7691         (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
7692         (org-open-at-point): Require double colon also for numbers.
7694 2006-06-06  Kim F. Storm  <storm@cua.dk>
7696         * ido.el (ido-default-file-method, ido-default-buffer-method):
7697         Make choice values consistent with corresponding command names.
7698         (ido-visit-buffer): Update accordingly.  Default to selected-window.
7700 2006-06-06  Nick Roberts  <nickrob@snap.net.nz>
7702         * progmodes/gud.el (gud-running): Fix doc string.
7703         (gud-menu-map): Use :visible instead fo :enable for debugger test.
7704         (gud-tooltip-modes): Add python-mode.
7705         (gud-tooltip-print-command): Add pdb.  Remove perldb.
7707 2006-06-05  Eli Zaretskii  <eliz@gnu.org>
7709         * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
7710         Quote $(EMACS).
7712 2006-06-05  Richard Stallman  <rms@gnu.org>
7714         * faces.el (defined-colors): Doc fix.
7716 2006-06-05  Thien-Thi Nguyen  <ttn@gnu.org>
7718         * vc.el (vc-process-filter): Inhibit undo info collection around
7719         call to insert.
7720         (vc-setup-buffer): Likewise for call to erase-buffer.
7721         (vc-do-command): Likewise for call to process-file.
7723 2006-06-05  Nick Roberts  <nickrob@snap.net.nz>
7725         * progmodes/gud.el (gud-menu-map): Use a conditional help echo
7726         for gud-go.
7727         (gud-common-init): Other debuggers may trigger error.
7729 2006-06-05  Kenichi Handa  <handa@m17n.org>
7731         * international/mule.el (find-auto-coding):
7732         Handle enable-character-translation in file header.
7734 2006-06-04  Kim F. Storm  <storm@cua.dk>
7736         * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
7737         (authors-fixed-entries): Fix spelling.
7738         (authors-canonical-file-name): Don't report error for wildcards.
7740         * help.el (view-emacs-news): Rewrite to support new NEWS,
7741         NEWS.major, and NEWS.1-17 file naming.  Add more intelligence,
7742         e.g. version 10 matches 1.10, and don't be confused by version 1.1
7743         being a prefix of 1.12 (etc).  A numeric prefix arg also works.
7745 2006-06-03  Vivek Dasmohapatra  <vivek@etla.org>
7747         * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
7748         exec constructs like `foo bar`.
7749         (sh-quoted-subshell): New helper function to search for a possibly
7750         nested subshell (like `` or $()) within a "" quoted string.
7751         (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
7752         (sh-apply-quoted-subshell): Flag quote characters inside a
7753         subshell, which is itself already in a quoted region, as
7754         punctuation, since this is the closest to what they actually are.
7755         (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
7756         sh-apply-quoted-subshell.
7757         (sh-font-lock-syntactic-face-function): Apply the new face for
7758         text inside `` instead of the old font-lock-string-face.
7760 2006-06-03  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7762         * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
7763         (mac-ae-number, mac-ae-frame, mac-ae-script-language)
7764         (mac-bytes-to-text-range, mac-ae-text-range-array)
7765         (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
7766         (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
7767         (mac-ts-unicode-for-key-event): New functions.
7768         (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
7769         (mac-handle-font-selection): Use mac-ae-number.
7770         (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
7771         New variables.
7772         (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
7773         (mac-ts-converted-text, mac-ts-selected-converted-text)
7774         (mac-ts-block-fill-text, mac-ts-outline-text)
7775         (mac-ts-selected-text, mac-ts-no-hilite): New faces.
7776         (mac-ts-hilite-style-faces): New constant.
7777         (mac-apple-event-map): Bind text input events.
7778         (mac-dispatch-apple-event): Use command-execute instead of
7779         call-interactively.
7780         (global-map): Don't bind mac-apple-event.
7781         (special-event-map): Bind mac-apple-event.
7783 2006-06-02  Eli Zaretskii  <eliz@gnu.org>
7785         * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
7786         file name.
7787         (emacs): Enclose the value of $(EMACS) in quotes.
7789 2006-06-02  Juri Linkov  <juri@jurta.org>
7791         * international/mule.el (sgml-html-meta-auto-coding-function):
7792         Remove the condition `(search-forward "<html" size t)'.
7793         Replace `\"' with `[\"']?' in `re-search-forward'.
7795 2006-06-02  Kenichi Handa  <handa@m17n.org>
7797         * files.el (hack-local-variables-prop-line): Ignore `char-trans'
7798         as well as `coding'.
7799         (hack-local-variables): Likewise.
7801         * international/mule.el (enable-character-translation):
7802         Put permanent-local and safe-local-variable properties.
7803         (find-auto-coding): Handle char-trans: tag.
7805 2006-06-02  Juri Linkov  <juri@jurta.org>
7807         * international/mule.el (sgml-html-meta-auto-coding-function):
7808         Limit the search by the end of the HTML header (if any).
7810 2006-06-01  Richard Stallman  <rms@gnu.org>
7812         * subr.el (with-current-buffer): Doc fix.
7814 2006-06-02  Masatake YAMATO  <jet@gyve.org>
7816         * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
7817         Almost rewrite.  Underlines over all lines of gcov output are too
7818         uncomfortable to read.  Suggested by Dan Nicolaescu.
7820 2006-06-01  Luc Teirlinck  <teirllm@auburn.edu>
7822         * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
7824         * shell.el (shell-mode): Use shell-mode-map in docstring.
7826         * comint.el (comint-send-input): Do not add help-echo and
7827         mouse-face to input if `comint-use-prompt-regexp' is non-nil.
7829 2006-06-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7831         * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
7833 2006-06-01  Nick Roberts  <nickrob@snap.net.nz>
7835         * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
7836         (gdb-stopped, gdb-info-stack-custom): If there is no source info
7837         look up the stack and pop up GUD buffer if necessary.
7838         (gdb-frames-select): Remove redundant call to gud-display-frame.
7839         (gdb-info-threads-custom): Keep point at start of buffer.
7840         (gdb-find-file-hook): Make it work for pre-GDB 6.4.
7842 2006-05-31  Juri Linkov  <juri@jurta.org>
7844         * replace.el (query-replace-read-from, query-replace-read-to):
7845         Bind `history-add-new-input' to nil.  Call `add-to-history'.
7847 2006-05-31  Takaaki Ota  <Takaaki.Ota@am.sony.com>
7849         * textmodes/table.el: Convert all HTML tags to lower case for
7850         XHTML compatibility.
7852 2006-05-31  Masatake YAMATO  <jet@gyve.org>
7854         * progmodes/compile.el:
7855         (compilation-error-regexp-alist-alist::gcov-called-line):
7856         Don't put face on `-' lines in gcov file.  Suggested by Dan Nicolaescu.
7858 2006-05-31  Nick Roberts  <nickrob@snap.net.nz>
7860         * progmodes/gud.el (gud-query-cmdline, gud-common-init):
7861         Revert inadvertent changes made with last commit.
7863 2006-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
7865         * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
7866         New functions.
7868         * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
7870 2006-05-30  Carsten Dominik  <dominik@science.uva.nl>
7872         * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
7873         only matches in the right place.
7874         (org-upcoming-deadline): New face.
7875         (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
7876         (org-export-ascii-underline): Rename constant `org-ascii-underline'
7877         and make it an option.
7878         (org-export-ascii-bullets): New option.
7879         (org-export-as-html): Many changes to emit valid XHTML.
7880         (org-par-open): New variable.
7881         (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
7882         (org-html-do-expand, org-section-number): Fix case in `replace-match'.
7883         (org-timeline): Pass `org-timeline-show-empty-dates' to
7884         `org-get-all-dates'.  Interpret empty dates returned by
7885         `org-get-all-dates'.
7886         (org-get-all-dates): New argument EMPTY.  Add dates without
7887         entries to the list, mark large ranges of empty dates.
7888         (org-point-in-group, org-context): New functions.
7890 2006-05-30  Nick Roberts  <nickrob@snap.net.nz>
7892         * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
7894         * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
7895         C-mouse-1.  Move gdb-mouse-until to mouse-3, gdb-mouse-jump
7896         to C-mouse-3 (for 2 button mice).
7897         (gdb-send): Do the right thing for C-d.
7899         * speedbar.el (speedbar-detach): Delete.
7900         (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
7901         it breaks things.
7902         (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
7904 2006-05-30  Daniel Pfeiffer  <occitan@esperanto.org>
7906         * files.el (auto-mode-alist): Add makepp suffix and optional mk on
7907         Makeppfile.
7909         * progmodes/compile.el (compilation-error-regexp-alist-alist):
7910         Add makepp diagnostic.
7912 2006-05-29  Richard Stallman  <rms@gnu.org>
7914         * window.el (fit-window-to-buffer): Doc fix.
7916         * help.el (temp-buffer-max-height): Doc fix.
7918         * subr.el (with-current-buffer): Doc fix.
7920 2006-05-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7922         * term/x-win.el: Bind F10 to menu-bar-start if available.
7924 2006-05-28  Dan Nicolaescu  <dann@ics.uci.edu>
7926         * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
7927         uses with a simple test.
7928         (term-set-escape-char, term-mode, term-check-kill-echo-list)
7929         (term-send-raw-string, term-send-raw, term-mouse-paste)
7930         (term-char-mode, term-line-mode, term-exec, term-sentinel)
7931         (term-handle-exit, term-read-input-ring)
7932         (term-previous-matching-input-string)
7933         (term-previous-matching-input-string-position)
7934         (term-previous-matching-input-from-input)
7935         (term-replace-by-expanded-history, term-send-input)
7936         (term-skip-prompt, term-bol, term-send-invisible)
7937         (term-kill-input, term-delchar-or-maybe-eof)
7938         (term-backward-matching-input, term-check-source)
7939         (term-proc-query, term-emulate-terminal)
7940         (term-handle-colors-array, term-process-pager, term-pager-line)
7941         (term-pager-bob, term-unwrap-line, term-word)
7942         (term-dynamic-complete-filename)
7943         (term-dynamic-complete-as-filename)
7944         (term-dynamic-simple-complete): Replace one arm ifs with whens or
7945         unlesses.
7947 2006-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7949         * files.el (hack-one-local-variable-eval-safep): Don't burp if used
7950         during bootstrapping.
7952         * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
7953         Basically undo the change of 2006-05-26: use extra arguments instead of
7954         dynamic scoping.
7955         (ewoc-locate): Remove unused var `footer'.
7957 2006-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7959         * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
7961         * emacs-lisp/autoload.el (no-update-autoloads): Declare.
7962         (generate-file-autoloads): Obey it.  Return whether autoloads were
7963         added at point or not.
7964         (update-file-autoloads): Use this new return value.
7965         Remove redundant test for the presence of an autoload cookie.
7967         * emacs-lisp/autoload.el (autoload-find-file): New fun.
7968         This one calls hack-local-variables.
7969         (generate-file-autoloads, update-file-autoloads): Use it.
7971         * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
7972         (bibtex-sort-entry-class): Add safe-local-variable predicate.
7973         (bibtex-sort-entry-class-alist): Don't set the global value.
7974         (bibtex-init-sort-entry-class-alist): New fun.
7975         (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
7976         bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
7977         of bibtex-init-sort-entry-class.
7979 2006-05-28  Richard Stallman  <rms@gnu.org>
7981         * subr.el (load-history-regexp): If FILE is relative, insist
7982         entire last name component must match it.
7983         (load-history-filename-element, load-history-regexp): Doc fixes.
7985 2006-05-29  Kim F. Storm  <storm@cua.dk>
7987         * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
7988         `pos' and `raw-data' for clarity, as eval forms may access these.
7990 2006-05-28  Kim F. Storm  <storm@cua.dk>
7992         * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
7994 2006-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7996         * progmodes/make-mode.el (makefile-browser-map)
7997         (makefile-mode-syntax-table): Move initialization inside declaration.
7998         (makefile-fill-paragraph): Use the default comment-filling code.
8000 2006-05-28  Chong Yidong  <cyd@stupidchicken.com>
8002         * replace.el (query-replace-defaults): New variable.
8003         (query-replace-read-from): Use `query-replace-defaults' for
8004         default value, instead of history list.
8005         (query-replace-read-to): Update `query-replace-defaults'.
8007 2006-05-27  Chong Yidong  <cyd@stupidchicken.com>
8009         * msb.el (mouse-select-buffer): Minor fix to make popup menu work
8010         with no X toolkit.
8012 2006-05-28  Nick Roberts  <nickrob@snap.net.nz>
8014         * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
8015         (tumme-show-all-from-dir): Add autoload.
8017 2006-05-27  Mathias Dahl  <mathias.dahl@gmail.com>
8019         * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
8020         (tumme-remove-tag): Fix bug.
8022 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
8024         * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
8025         FOOTER args.  Update unique caller.
8026         (ewoc-delete): Compute last node once before looping.
8027         (ewoc--node-branch): Merge into unique caller.
8028         (ewoc--node): Don't define constructor make-ewoc--node for this
8029         structure.
8030         (ewoc): Add member `hf-pp' to this structure.
8031         (ewoc--wrap): New func.
8032         (ewoc-create): Take additional arg NOSEP.  If nil, wrap node and
8033         header/footer pretty-printers.  Save header/footer pretty-printer.
8034         (ewoc-set-hf): Use ewoc's header/footer pretty-printer.  *
8036         * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
8038 2006-05-27  Mathias Dahl  <mathias.dahl@gmail.com>
8040         * dired.el (dired-mode-map): Change `tumme-tag-remove' to
8041         `tumme-delete-tag'.  Rename `Remove Image Tag' to `Delete Image
8042         Tag'.  Change "Compare directories..." to "Change Directories...".
8043         Move tumme commands to Operate, Regexp and Immediate menus.
8044         Change "Add Comment" to "Add Image Comment".  Change "Add Image
8045         Tag" to "Add Image Tags".
8047         * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
8048         (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
8049         `tumme-delete-tag'.
8051 2006-05-26  Luc Teirlinck  <teirllm@auburn.edu>
8053         * shell.el (shell-mode): Call shell-dirtrack-mode after
8054         list-buffers-directory is made a local variable, to avoid setting
8055         the default value.
8057 2006-05-26  Kevin Ryde  <user42@zip.com.au>
8059         * info.el (Info-index-next): Use where-is-internal to report
8060         actual binding of Info-index-next, rather than hard-coded `,'.
8062 2006-05-26  Eli Zaretskii  <eliz@gnu.org>
8064         * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
8065         and "Find Command in Manual" to here.
8067         * buff-menu.el (list-buffers-noselect): For Info buffers, use
8068         Info-current-file as the file name.
8070 2006-05-26  Jonathan Yavner  <jyavner@member.fsf.org>
8072         * ses.el (defadvice undo-more): Delete this defadvice.  The undo
8073         overrides will now be done a different way.
8074         (ses-set-parameter): Reapply this function for undo.
8075         (ses-set-header-row): Reconstruct header row during undo.
8076         (ses-widen): New function.
8077         (ses-goto-data, ses-reconstruct-all): Use new function.
8078         (ses-command-hook): Widen buffer during undo, before unupdating
8079         the cells.
8080         (ses-insert-row, ses-delete-row): Widen buffer during undo.
8081         (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
8082         (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
8083         formula hasn't been executed yet.
8085 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
8087         * comint.el (comint-kill-whole-line): Rename arg to count.
8088         Fix doc string.
8090 2006-05-26  Chong Yidong  <cyd@stupidchicken.com>
8092         * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
8093         to copy-file.
8095 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
8097         * simple.el (toggle-truncate-lines): Make arg optional for
8098         backward compatibility.
8100 2006-05-26  Thien-Thi Nguyen  <ttn@gnu.org>
8102         * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
8103         (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
8104         DLL arg.  Instead, use ewoc--current-dll.  Update all callers.
8105         (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
8106         (ewoc--adjust): Use ewoc--current-dll.
8107         (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
8109 2006-05-26  Carsten Dominik  <dominik@science.uva.nl>
8111         * textmodes/org.el (org-next-item, org-previous-item): Emit more
8112         compact error message.
8113         (org-tags-view): Refresh category table in each file.
8114         (org-table-justify-field-maybe): Remove superfluous arguments to
8115         `format'.
8116         (org-export-as-html): Insert "<p>" before postamble.
8117         (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
8119 2006-05-26  Kenichi Handa  <handa@m17n.org>
8121         * textmodes/po.el (po-find-charset): Pay attention to the case
8122         FILENAME is a cons (NAME . BUFFER).
8123         (po-find-file-coding-system-guts): Likewise.
8125         * arc-mode.el (archive-set-buffer-as-visiting-file):
8126         Call find-operation-coding-system with (FILENAME . BUFFER).
8128         * tar-mode.el (tar-extract): Call find-operation-coding-system
8129         with (FILENAME . BUFFER).
8131         * international/mule.el (decode-coding-inserted-region):
8132         Call find-operation-coding-system with (FILENAME . BUFFER).
8134 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
8136         * image-mode.el (image-toggle-display): Use buffer contents to
8137         generate image for a remote file.
8139 2006-05-25  Juri Linkov  <juri@jurta.org>
8141         * replace.el (query-replace-read-from, query-replace-read-to):
8142         Remove 8th arg KEEP-ALL in read-from-minibuffer.
8144 2006-05-25  Rajesh Vaidheeswarran  <rv@gnu.org>
8146         * whitespace.el (whitespace-cleanup): Change to cleanup
8147         region if one is active.
8148         * whitespace.el (whitespace-cleanup-internal): New internal method.
8150 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
8152         * dired.el (dired-mode-map): Add help-echo strings to tumme
8153         commands.  Bind `tumme-dired-display-image' to C-t i.
8155         * tumme.el (tumme-display-image): Change documentation string slightly.
8156         (tumme-dired-display-image): Add call to `display-buffer'.
8158 2006-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
8160         * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
8161         Signal error if RAW-DATA is a multibyte string.
8163 2006-05-24  Richard Stallman  <rms@gnu.org>
8165         * subr.el (with-local-quit): When handling `quit' signal,
8166         make a chance for quit-flag to cause a quit.
8168         * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
8169         (ad-disable-advice): Add autoloads.
8171         * subr.el (read-passwd): Copy PROMPT before changing its properties.
8173 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
8175         * dired.el (dired-mode-map): Change menu items for tumme as per
8176         suggestions in emacs-devel.
8178 2006-05-25  Nick Roberts  <nickrob@snap.net.nz>
8180         * dired.el (dired-mode-map): Fix breakage.
8182 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
8184         * tumme.el (tumme-display-dired-image): Rename to...
8185         (tumme-dired-display-image): ...this.
8186         (tumme-track-movement): Change default value to t.
8187         (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
8188         used from `tumme-next-line-and-display' and similar commands.
8190         * dired.el (dired-mode-map): Add Thumbnail submenu under the
8191         Immediate menu.  Add some tumme commands there.
8193 2006-05-24  Luc Teirlinck  <teirllm@auburn.edu>
8195         * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
8197 2006-05-24  Chong Yidong  <cyd@mit.edu>
8199         * menu-bar.el, international/mule-cmds.el: Remove tooltips for
8200         menu entries that open submenus.
8202 2006-05-24  Alan Mackenzie  <acm@muc.de>
8204         * startup.el (command-line): For names of preloaded files, don't
8205         append ".elc" (now done in Fload), and call file-truename on the
8206         lisp directory.
8208         * subr.el (eval-after-load): Fix the doc-string.  Allow FILE to
8209         match ANY loaded file with the right name, not just those in
8210         load-path.  Put a regexp matching the file name into
8211         after-load-alist, rather than the name itself.
8213         * subr.el (load-history-regexp, load-history-filename-element)
8214         (do-after-load-evaluation): New functions.
8216         * international/mule.el (load-with-code-conversion): Do the
8217         eval-after-load stuff by calling do-after-load-evaluation.
8219 2006-05-25  Nick Roberts  <nickrob@snap.net.nz>
8221         * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
8222         has not been killed.
8224 2006-05-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8226         * term/mac-win.el: Set idle timer to clean up expired Apple events.
8227         (mac-ae-get-url): Redispatch Apple event on unknown scheme.
8228         (mac-dispatch-apple-event): Resume Apple event if it is suspended.
8229         Optionally set error message in reply.
8231 2006-05-24  Carsten Dominik  <dominik@science.uva.nl>
8233         * textmodes/org.el (org-open-at-point): Use renamed variable
8234         `org-confirm-shell-link-function'.
8235         (org-confirm-shell-link-function): Rename from
8236         `org-confirm-shell-links'.
8237         (org-export-directory): New function.
8238         (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
8239         (org-export-icalendar): Use `org-export-directory'.
8240         (org-indent-item): Keep cursor position.
8241         (org-link-file-path-type): New option.
8242         (org-export-as-html): Fix bug with plain lists starting in
8243         column 0.
8244         (org-export-as-html): Remove deadline formatting, this happens
8245         now already in `org-html-handle-time-stamps'.
8246         (org-export-html-style): Deadline class removed.
8247         (org-insert-labeled-timestamps-at-point): New option.
8248         (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
8249         of `hide-sublevels 1', in case the first headline is not level 1.
8250         (org-overview, org-content): New fuction.
8251         (org-cycle-global-status, org-cycle-subtree-status): Make these
8252         variables buffer-local.
8253         (org-global-cycle): New command.
8254         (org-shifttab): Use `org-global-cycle'.
8255         (org-insert-heading, org-insert-item): Go to end of new
8256         headline/item after creating it.
8257         (org-export-visible): Rename from `org-export-copy-visible'.
8258         Now creates a temporary org-file and applies an exporting command
8259         to it.
8260         (org-table-eval-formula): Support for lisp forms.
8261         (org-agenda-todo-ignore-scheduled): New option.
8262         (org-agenda-get-todos): Use new option
8263         `org-agenda-todo-ignore-scheduled'.
8264         (org-export-html-inline-images): New value `maybe'.
8265         (org-export-as-html): Inlining of images dependent on link description.
8266         (org-archive-subtree): Check for end-of-buffer before trying
8267         `kill-line'.
8268         (org-agenda-follow-mode): New option.
8269         (org-export-with-tags, org-export-with-timestamps): New options.
8270         (org-html-handle-time-stamps): New function.
8271         (org-keyword-time-regexp): New variable.
8272         (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
8273         (org-agenda-todo-list-sublevels): New option.
8274         (org-html-level-start): When TITLE is nil, just close all levels.
8275         (org-parse-key-lines, org-parse-export-options): Remove functions,
8276         replaced by `org-infile-export-plist'.
8277         (org-combine-plists, org-infile-export-plist)
8278         (org-default-export-plist): New functions.
8279         (org-export-html-preamble, org-export-html-postamble)
8280         (org-export-html-auto-preamble, org-export-html-auto-postamble):
8281         New variables.
8282         (org-export-publishing-directory): New option.
8283         (org-export-as-html, org-export-as-ascii): Use the new property
8284         lists for settings.
8285         (org-export-copy-visible, org-export-as-xoxo):
8286         Respect `org-export-publishing-directory'.
8287         (org-link-search, org-store-link, org-file-apps): Support for
8288         links to BibTeX database entries..
8289         (org-get-current-options, org-set-regexps-and-options):
8290         Implement logging as a startup option.
8291         (org-store-link): Make sure context string is never empty
8292         (org-insert-link): Use relative path when possible.
8293         (org-at-item-checklet-p): New function.
8294         (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
8295         (org-shiftmetaup, org-shiftmetadown, org-metaleft)
8296         (org-metaright, org-metaup, org-metadown, org-shiftup)
8297         (org-shiftdown, org-shiftright, org-shiftleft)
8298         (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
8299         Dispatch using `call-interactively'.
8300         (org-call-with-arg): New defsubst.
8301         (org-tag-alist, org-use-fast-tag-selection): New options.
8302         (org-complete): Use `org-tag-alist'.
8303         (org-fast-tag-insert, org-fast-tag-selection): New functions.
8304         (org-next-item, org-previous-item): New commands.
8305         (org-beginning-of-item, org-end-of-item): Add (interactive) to
8306         make command.
8307         (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
8309 2006-05-23  Thien-Thi Nguyen  <ttn@gnu.org>
8311         * emacs-lisp/ewoc.el (ewoc-delete): New function.
8312         (ewoc-filter): Use `ewoc-delete'.
8314         * emacs-lisp/bindat.el (bindat-pack): Doc fix.
8316 2006-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8318         * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
8319         Signal more user-friendly error messages.
8321         * complete.el (PC-do-completion): Undo the addition of implicit
8322         wildcards if they did not lead to finding any match.
8323         (read-file-name-internal): Don't add the final > if the completion is
8324         not finished.
8326 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
8328         * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
8329         Quote safe-local-variable predicate.
8331 2006-05-22  Thien-Thi Nguyen  <ttn@gnu.org>
8333         * emacs-lisp/ewoc.el (ewoc-set-data): New function.
8335 2006-05-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8337         * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
8339         * progmodes/make-mode.el (makefile-special-targets-list)
8340         (makefile-macro-table, makefile-target-table): Mark as risky.
8341         (makefile-query-one-target-method): Make this the alias for the
8342         following variable.
8343         (makefile-query-one-target-method-function): Make this the real name.
8345         * textmodes/artist.el (artist-text-renderer): Make this the alias
8346         for the following variable.
8347         (artist-text-renderer-function): Make this the real name.
8349         * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
8350         the alias for the following variable.
8351         (flyspell-generic-check-word-predicate): Make this the real name.
8353         * textmodes/ispell.el (ispell-format-word): Make this the alias
8354         for the following variable.
8355         (ispell-format-word-function): Make this the real name.
8356         (ispell-message-text-end): Mark as risky.
8358         * skeleton.el (skeleton-transformation, skeleton-filter)
8359         (skeleton-pair-filter): Make these the aliases for the following
8360         variables.
8361         (skeleton-transformation-function, skeleton-filter-function)
8362         (skeleton-pair-filter-function): Make these the real names.
8364         * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
8365         and skeleton-pair-filter-function.
8367         * textmodes/sgml-mode.el (sgml-transformation): Make this the
8368         alias for the following variable.
8369         (sgml-transformation-function): Make this the real name.
8370         (sgml-tag-alist): Mark as risky.
8372 2006-05-21  Richard Stallman  <rms@gnu.org>
8374         * simple.el (kill-region): Interactively, pass point, then mark.
8376 2006-05-22  Thien-Thi Nguyen  <ttn@gnu.org>
8378         * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
8380 2006-05-21  Romain Francoise  <romain@orebokech.com>
8382         * dired-x.el (dired-mode-map): Don't bind M-g.
8384 2006-05-20  Richard Stallman  <rms@gnu.org>
8386         * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
8387         (dired-goto-file): Doc fix.
8389 2006-05-21  Kim F. Storm  <storm@cua.dk>
8391         * emulation/cua-base.el: Mention customizing cua-mode as alternative
8392         way to enable built-in cua-mode if user loads older CUA-mode package.
8394         * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
8395         if default-filename is specified.
8397 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
8399         * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
8401         * info.el (info-apropos): Make sure current-file and current-node
8402         have non-nil values.  Speed up by using add-to-list instead of
8403         manual consing.
8405 2006-05-20  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
8407         * progmodes/make-mode.el (makefile-mode): Doc fix.
8409 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
8411         * dired-aux.el (dired-do-shell-command): Doc fix.
8413 2006-05-20  Kevin Ryde  <user42@zip.com.au>
8415         * info-xref.el (info-xref-check-all-custom): Skip :tag part of
8416         ``(custom-manual :tag "Foo" "(foo)Node")''.
8418 2006-05-20  Karl Chen  <quarl@cs.berkeley.edu>
8420         * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
8421         value is an integer.
8423 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
8425         * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
8426         "format".
8427         (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
8429 2006-05-20  Martin Rudalics  <rudalics@gmx.at>
8431         * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
8432         a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
8434 2006-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8436         * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
8437         regexp for keywords.
8439 2006-05-20  Masayuki FUJII  <boochang@m4.kcn.ne.jp>  (tiny change)
8441         * dnd.el (dnd-get-local-file-name): Specify LITERAL in
8442         replace-regexp-in-string.
8444         * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
8445         encode, and escape file name on conversion to URL.
8447 2006-05-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8449         * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
8450         Don't unescape URL.
8451         (dnd-get-local-file-name): Unescape URL on conversion to file name.
8453         * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
8454         on conversion to URLs.
8456         * net/browse-url.el (browse-url-file-url): Encode file name on
8457         conversion to URL.
8459         * term/mac-win.el (mac-ae-open-documents): Escape file name on
8460         conversion to URL.
8462 2006-05-19  Eli Zaretskii  <eliz@gnu.org>
8464         * progmodes/cc-styles.el (c-style-alist): Doc fix.
8466 2006-05-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8468         * term/mac-win.el (mac-bytes-to-digits): Remove function.
8469         (mac-handle-toolbar-switch-mode): Use coercion instead of it.
8471 2006-05-19  Glenn Morris  <rgm@gnu.org>
8473         * calendar/diary-lib.el (diary-bahai-date)
8474         (list-bahai-diary-entries, mark-bahai-diary-entries)
8475         (mark-bahai-calendar-date-pattern): Not interactive.
8476         (add-to-diary-list): New optional arg LITERAL.  Doc fix.
8477         (diary-entries-list): Change format of 4th element in each entry.
8478         (diary-list-entries): Use add-to-diary-list.
8479         (diary-goto-entry): Handle the case where the buffer visiting the
8480         diary has been killed.
8481         (fancy-diary-display): Add 'locator to button rather than 'marker.
8482         Only generate temp-face when there are marks to apply.
8483         (list-sexp-diary-entries): Pass literal to add-to-diary-list.
8484         (diary-fancy-date-pattern): New variable.
8485         (diary-time-regexp): Doc fix.
8486         (diary-anniversary, diary-time): New faces.
8487         (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
8488         diary-time-regexp.  Add font-lock-multiline property where needed.
8489         Use new faces diary-anniversary and diary-time.
8490         (diary-fancy-font-lock-fontify-region-function): New function, to
8491         handle multiline font-lock pattern in fancy diary.
8492         (fancy-diary-display-mode): Set font-lock-fontify-region-function.
8493         (diary-font-lock-keywords): Tweak time regexp.  Use new face
8494         diary-time.
8496 2006-05-19  Alexander Shopov  <ash@contact.bg>  (tiny change)
8498         * international/code-pages.el (mik): Table corrected.
8500 2006-05-18  Kim F. Storm  <storm@cua.dk>
8502         * progmodes/grep.el (grep-find): Don't check grep-find-command
8503         before running command (breaks non-interactive usage).
8505 2006-05-18  Thien-Thi Nguyen  <ttn@gnu.org>
8507         * emacs-lisp/ewoc.el (ewoc--adjust): New func.
8508         (ewoc--insert-new-node): Don't insert trailing newline.
8509         Instead, adjust successor nodes's start markers.
8510         (ewoc--refresh-node): Delete all text from current node's start
8511         marker to the next one's; adjust successor nodes's start markers.
8512         (ewoc--create): Doc fixes.
8513         (ewoc--refresh): Don't insert newline.
8514         (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
8515         * pcvs.el (cvs-make-cvs-buffer):
8516         Specify extra newline for ewoc's header and footer.
8517         (cvs-update-header): Update initial header recognition.
8518         Append newline to final header and footer values.
8519         * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
8521 2006-05-17  Richard Stallman  <rms@gnu.org>
8523         * files.el (file-name-extension): Doc fix.
8525 2006-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8527         * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
8528         we can explicitly enable/disable rather than toggle.
8529         (shell-mode): Use it.
8530         (shell-cd): Don't try to reproduce what `cd' does.
8532 2006-05-17  Kim F. Storm  <storm@cua.dk>
8534         * ido.el (ido-read-internal): Use only nondirectory part of
8535         default item.
8537 2006-05-17  Thien-Thi Nguyen  <ttn@gnu.org>
8539         * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
8540         (ewoc-nth): Doc fix.
8542         (ewoc-map, ewoc-invalidate): Compute PP before looping.
8544 2006-05-16  Eli Zaretskii  <eliz@gnu.org>
8546         * international/mule.el (auto-coding-alist): Add .lha to files
8547         read with no-conversion.
8549         * files.el (auto-mode-alist): Add .lha files to archive file
8550         extensions.
8552         * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
8553         Convert csize to integer when computing offsets within the
8554         compressed archive file.
8556 2006-05-16  Kim F. Storm  <storm@cua.dk>
8558         * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
8559         with read-from-minibuffer.
8561 2006-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
8563         * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
8564         (byte-compile-warnings): Fix safe-local-variable property.
8566 2006-05-16  Ken Manheimer  <ken.manheimer@gmail.com>
8568         * allout.el (allout-show-bodies, allout-old-style-prefixes)
8569         (allout-stylish-prefixes, allout-numbered-bullet)
8570         (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
8571         predicates to qualify `safe-local-variable' property, when
8572         available, else use equivalent lambda.
8573         (allout-current-topic-collapsed-p): Do the right thing regarding
8574         trailing blank lines.
8576 2006-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8578         * server.el (server-start): Only create a directory if needed.
8579         (server-edit, server-unload-hook): server-start => server-mode.
8580         (kill-emacs-hook): Cleanup upon exit.
8582 2006-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8584         * hexl.el (hexlify-buffer): Encode process arguments manually.
8586 2006-05-16  Nick Roberts  <nickrob@snap.net.nz>
8588         * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
8589         call to gdb-tooltip-print.
8591 2006-05-15  Romain Francoise  <romain@orebokech.com>
8593         * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
8594         systems, default to "tar" since those systems probably have GNU tar.
8596 2006-05-14  Lars Hansen  <larsh@soem.dk>
8598         * desktop.el (desktop-missing-file-warning): Fix docstring.
8599         (desktop-restore-file-buffer): Correct question asked on missing file.
8601 2006-05-14  Kim F. Storm  <storm@cua.dk>
8603         * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
8604         Add CUA move property.
8606 2006-05-13  Chong Yidong  <cyd@stupidchicken.com>
8608         * custom.el (custom-push-theme): Load the variable before checking
8609         its `standard-value'.
8611 2006-05-13  Lars Hansen  <larsh@soem.dk>
8613         * desktop.el (desktop-save): Use with-temp-buffer.
8615 2006-05-12  Glenn Morris  <rgm@gnu.org>
8617         * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
8618         * calendar/calendar.el (calendar-mode-map):
8619         * calendar/diary-lib.el (include-other-diary-files,diary-mail-entries):
8620         * calendar/appt.el (appt-check, appt-make-list): Refer to
8621         diary-view-entries, diary-list-entries, diary-show-all-entries
8622         rather than obsolete aliases.
8624 2006-05-12  Chong Yidong  <cyd@stupidchicken.com>
8626         * simple.el (line-move-finish): Avoid calling point motion hooks
8627         while processing intangibility.
8629 2006-05-12  Dan Nicolaescu  <dann@ics.uci.edu>
8631         * term/xterm.el (terminal-init-xterm): Fix typo.
8633 2006-05-12  Ken Manheimer  <ken.manheimer@gmail.com>
8635         * allout.el (allout-view-change-hook): Mark as being deprecated,
8636         to be replaced by `allout-exposure-change-hook'.
8637         (allout-exposure-change-hook): New, replacing
8638         `allout-view-change-hook'.
8639         (allout-flag-region): Run new hook `allout-exposure-change-hook',
8640         in addition to `allout-view-change-hook'.
8641         (allout-show-bodies, allout-old-style-prefixes)
8642         (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
8643         lambda forms to prevent their showing up in variable help
8644         presentations as inscrutable byte-compiled code.
8645         (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
8646         Use string-or-null-p to qualify safe-local-variable values.
8647         (allout-reindent-bodies): Use memq to qualify matches against
8648         valid safe-local-variable values.  Also, quote the lambda as above.
8649         (allout-use-mode-specific-leader): Add missing candidate-value
8650         symbols, use memq, and quote the lambda.
8651         (allout-overlay-interior-modification-handler): Remove unused
8652         variables `msg' and 'opened'.
8653         (allout-hidden-p): Constrain invisibility consideration to allout's
8654         invisibility spec, disregarding invisibility for other reasons.
8656 2006-05-12  Reiner Steib  <Reiner.Steib@gmx.de>
8658         * files.el (version-control): Correct safe values.
8660 2006-05-12  Thien-Thi Nguyen  <ttn@gnu.org>
8662         * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
8664         (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
8665         (ewoc--insert-new-node): New func.
8666         Update callers of deleted funcs to use it, instead.
8668 2006-05-11  Glenn Morris  <rgm@gnu.org>
8670         * calendar/calendar.el (diary-show-all-entries): Do not refer to
8671         obsolete alias `show-all-diary-entries'.
8672         (make-diary-entry): Not interactive.
8673         (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
8674         (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
8675         (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
8676         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
8677         (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
8678         (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
8680 2006-05-11  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
8682         * calendar/calendar.el (calendar-french-date-string)
8683         (calendar-mayan-date-string, calendar-chinese-date-string)
8684         (calendar-astro-date-string, calendar-iso-date-string)
8685         (calendar-islamic-date-string, calendar-bahai-date-string)
8686         (calendar-hebrew-date-string, calendar-coptic-date-string)
8687         (calendar-ethiopic-date-string, calendar-persian-date-string):
8688         These functions are not interactive.
8690 2006-05-11  Luc Teirlinck  <teirllm@auburn.edu>
8692         * files.el: Balance parentheses.
8694 2006-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
8696         * files.el, newcomment.el, outline.el, simple.el,
8697         * emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
8698         * progmodes/cc-vars.el, progmodes/compile.el:
8699         Move `safe-local-variable' declarations to the respective files.
8701         * help-fns.el (describe-variable): Don't print safe-var if it is
8702         byte-code.  Improve wording as suggested by Luc Teirlinck.
8704 2006-05-11  Nick Roberts  <nickrob@snap.net.nz>
8706         * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
8707         (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
8708         Use a token for pending-triggers to ensure gdb-var-update
8709         gets called once per user input again for pre-GDB 6.4.
8710         (gdb-var-delete): Match on more complex expressions.
8711         (gdb-var-list-children-handler, gdb-var-create-handler):
8712         Use a token for consistency.
8714 2006-05-11  Carsten Dominik  <dominik@science.uva.nl>
8716         * textmodes/org.el (org-read-date, org-goto-calendar)
8717         (org-agenda-goto-calendar):
8718         Bind `view-calendar-holidays-initially' to nil.
8720 2006-05-11  Thien-Thi Nguyen  <ttn@gnu.org>
8722         * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
8723         Update all callers to do it there, instead.
8725 2006-05-10  Glenn Morris  <rgm@gnu.org>
8727         * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
8728         prefix arg case, to avoid view-diary-entries-initially error.
8729         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
8730         (calendar-date-is-legal-p): Handle dates with no day part.
8732 2006-05-11  Nick Roberts  <nickrob@snap.net.nz>
8734         * comint.el (comint-insert-input): Just make it when
8735         comint-use-prompt regexp is nil (default) and with the mouse.
8736         (comint-copy-old-input): Reinstate from 2004-06-23.
8737         (comint-mode-map): Bind C-c C-m to it.
8739 2006-05-10  J.D. Smith  <jdsmith@as.arizona.edu>
8741         * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
8742         Remove spurious move to point-max (new comint behavior fixes).
8744         * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
8745         compatibility function (Emacs 18/19).
8746         (idlwave-is-continuation-line): Always return point at start of
8747         previous non-blank continuation line.
8748         (keyword-parameters): Fix continued comment font-lock matcher.
8749         (idlwave-font-lock-fontify-region): Written, use as
8750         font-lock-fontify-region-function, to fix continued keyword
8751         fontification issues.
8753 2006-05-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8755         * term/mac-win.el (mac-font-panel-mode): Doc fix.
8756         (mac-service-selection, mac-service-open-file)
8757         (mac-service-open-selection, mac-service-mail-selection)
8758         (mac-service-mail-to, mac-service-insert-text): Rename from
8759         mac-services-*.  All uses changed.
8760         (mac-apple-event-map): Rename event symbol `services' to `service'.
8762 2006-05-10  Thien-Thi Nguyen  <ttn@gnu.org>
8764         * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
8765         (ewoc--node-enter-first, ewoc--node-enter-last)
8766         (ewoc--delete-node-internal): Merge funcs into unique callers.
8768 2006-05-09  Chong Yidong  <cyd@stupidchicken.com>
8770         * emacs-lisp/crm.el (completing-read-multiple): Properly handle
8771         return value of read-from-minibuffer for empty input.
8773 2006-05-09  Miles Bader  <miles@gnu.org>
8775         * comint.el (comint-insert-input): Remove redundant calls to setq
8776         and goto-char.
8778 2006-05-10  Nick Roberts  <nickrob@snap.net.nz>
8780         * comint.el (comint-insert-input): Make it work when
8781         comint-use-prompt-regexp is t.
8783 2006-05-10  Miles Bader  <miles@gnu.org>
8785         * subr.el (field-at-pos): New function.
8787         * comint.el (comint-insert-input): Use it.
8789 2006-05-09  Juri Linkov  <juri@jurta.org>
8791         * battery.el (battery-linux-proc-acpi): Also try
8792         `/proc/acpi/thermal_zone/THR2/temperature'.
8794         * files.el <safe-local-variable>: Remove `eval' and `let' binding
8795         for now unused lambda `string-or-null'.
8797         * add-log.el (change-log-default-name): Put `string-or-null-p'
8798         instead of lambda on `safe-local-variable' property.
8800         * diff-mode.el (diff-context->unified): Use `region-beginning' and
8801         `region-end' instead of `mark' and `point'.
8802         (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
8803         Operate on region in Transient Mark mode when the mark is active.
8804         Use `region-beginning' and `region-end' instead of `mark' and
8805         `point'.
8806         (diff-hunk-text, diff-goto-source): Doc fix.
8808         * startup.el (fancy-splash-screens, normal-splash-screen): Use
8809         face `mode-line-buffer-id' for mode-line buffer face instead of
8810         hard-coded `(:weight bold)'.
8812         * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
8813         buffer-undo-list to t (undo-ask is reproducible by visiting
8814         nested archives).
8816 2006-05-09  Kim F. Storm  <storm@cua.dk>
8818         * progmodes/grep.el (rgrep): Set default directory of *grep*
8819         buffer if we start M-x rgrep in the *grep* buffer and choose
8820         a different base directory.
8822 2006-05-09  Michael Albinus  <michael.albinus@gmx.de>
8824         * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
8825         completion also when ido is loaded.
8827 2006-05-09  Masatake YAMATO  <jet@gyve.org>
8829         * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
8830         "warning" and "import".
8831         (cpp-font-lock-keywords): Added "warning".
8833 2006-05-08  Dan Nicolaescu  <dann@ics.uci.edu>
8835         * term/xterm.el (terminal-init-xterm): Add more key bindings.
8837 2006-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8839         * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
8840         pages at a time, if we signal the end, we should indeed reach that end.
8842 2006-05-08  David Reitter  <david.reitter@gmail.com>
8844         * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
8845         output during execution of the body.
8847 2006-05-08  Kim F. Storm  <storm@cua.dk>
8849         * progmodes/grep.el (lgrep, rgrep): Doc fixes.
8851 2006-05-08  Thien-Thi Nguyen  <ttn@gnu.org>
8853         * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
8854         Use with-current-buffer.
8856 2006-05-07  Kim F. Storm  <storm@cua.dk>
8858         * subr.el (add-to-history): Remove keep-dups arg.
8860         * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
8861         to nil around call to add-to-history.
8863 2006-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8865         * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
8866         than after a buffer modification.
8868 2006-05-08  Nick Roberts  <nickrob@snap.net.nz>
8870         * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
8871         call to...
8872         (gud-watch): ...here so speedbar is raised for already watched
8873         expressions.
8874         (gdb-speedbar-refresh): Delete function.
8875         (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
8876         Use speedbar-timer-fn instead of speedbar-refresh (reverting
8877         earlier change).
8878         (gdb-var-evaluate-expression-handler)
8879         (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
8881         * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
8882         Update localized contents for all buffers except ignored modes.
8884 2006-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8886         * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
8887         (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
8888         (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
8889         (mac-handle-font-panel-closed, mac-handle-font-selection):
8890         New functions.
8891         (mac-font-panel-mode): New minor mode.
8892         (mac-apple-event-map): Add bindings for toolbar toggle button and
8893         font panel.
8894         (menu-bar-showhide-menu): Add mac-font-panel-mode.
8896 2006-05-07  John Paul Wallington  <jpw@pobox.com>
8898         * ibuffer.el (ibuffer-compressed-file-name-regexp):
8899         Avoid `regexp-opt'; simplify regexp for readability.
8901 2006-05-06  Eli Zaretskii  <eliz@gnu.org>
8903         * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
8904         * files.el (buffer-stale-function):
8905         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
8906         * autorevert.el (global-auto-revert-non-file-buffers): Point Info
8907         links to the main manual, not to emacs-xtra.
8909 2006-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8911         * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
8912         MacJapanese if text is ASCII-only.
8914 2006-05-06  Nick Roberts  <nickrob@snap.net.nz>
8916         * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
8917         unless so nil isn't returned.
8918         (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
8920 2006-05-06  Kim F. Storm  <storm@cua.dk>
8922         * subr.el (add-to-history): New function.
8924         * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
8925         (ediff-merge-files-with-ancestor):
8926         * env.el (setenv):
8927         * isearch.el (isearch-update-ring):
8928         * server.el (server-visit-files):
8929         * progmodes/grep.el (lgrep, rgrep):
8930         * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
8931         * progmodes/xscheme.el (xscheme-insert-expression):
8932         Use add-to-history.
8934         * kmacro.el (kmacro-push-ring): Use add-to-history.
8935         (kmacro-ring-length): Remove unused defun.
8936         (kmacro-start-macro): Use kmacro-push-ring.
8938 2006-05-06  Thien-Thi Nguyen  <ttn@gnu.org>
8940         * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
8941         directly instead of a lambda expression that calls it.
8943 2006-05-06  Kim F. Storm  <storm@cua.dk>
8945         * avoid.el (mouse-avoidance-point-position): Use posn-at-point
8946         instead of compute-motion.
8948 2006-05-05  Dan Nicolaescu  <dann@ics.uci.edu>
8950         * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
8951         change.
8953 2006-05-05  Reiner Steib  <Reiner.Steib@gmx.de>
8955         * startup.el (command-line-1): Refer to "Pure Storage" on
8956         pure-space-overflow.
8958 2006-05-05  Martin Rudalics  <rudalics@gmx.at>
8960         * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
8961         provided faces once they all have been used up.
8963 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
8965         * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
8966         reference to the Lisp manual to the warning about pure space
8967         overflow.
8969 2006-05-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
8971         * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
8972         argument to avoid the call to `ispell-internal-change-dictionary'
8973         when not needed.
8974         (ispell-change-dictionary): Use this argument and call
8975         `ispell-internal-change-dictionary' after the possible change
8976         to `ispell-local-dictionary'.
8977         (ispell-internal-change-dictionary): Check for a change in
8978         personal dictionary use too.
8980 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
8982         * startup.el (command-line): On MS-Windows, probe "~", not
8983         "~USER", for warning about non-existent home directory
8985         * arc-mode.el (archive-l-e): New optional argument `float' means
8986         generate a float value.
8987         (archive-arc-summarize, archive-lzh-summarize)
8988         (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
8989         with 3rd argument non-nil when file's size is being computed.
8990         Format the file sizes with %8.0f instead of %8d.
8992 2006-05-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8994         * cus-start.el (all): Add mac-dnd-known-types.
8996         * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
8997         (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
8998         (mac-TIFF-to-string): New functions.
8999         (x-get-selection, x-selection-value)
9000         (mac-select-convert-to-string): Use them.
9001         (mac-text-encoding-mac-japanese-basic-variant): New constant.
9002         (mac-dnd-types-alist): New customization variable.
9003         (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
9004         (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
9005         (mac-dnd-handle-drag-n-drop-event): New functions.
9006         (mac-drag-n-drop): Remove function.
9007         (global-map): Bind drag-n-drop and M-drag-n-drop to
9008         mac-dnd-handle-drag-n-drop-event.
9010 2006-05-04  Karl Chen  <quarl@NOSPAM.quarl.org>
9012         * progmodes/perl-mode.el (perl-beginning-of-function):
9013         Skip anonymous subs.
9015 2006-05-04  Dan Nicolaescu  <dann@ics.uci.edu>
9017         * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
9018         regexp-opt at run time.
9020         * term.el (term-handle-ansi-escape): Fix off by one error.
9022 2006-05-04  Nick Roberts  <nickrob@snap.net.nz>
9024         * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
9025         (gdb-init-1, gdb-post-prompt): ...and references to it.
9026         (gdb-frame-handler): Strip directory name from filename if present.
9028         * progmodes/gud.el (gdb-force-update): Delete defvar
9029         (gud-speedbar-buttons): ...and references to it.  Use window-start
9030         to try to keep positon in watch expression.
9032 2006-05-03  Richard Stallman  <rms@gnu.org>
9034         * simple.el (next-history-element, previous-history-element): Doc fix.
9036         * isearch.el (isearch-update-ring): Doc fix.
9038 2006-05-03  Dan Nicolaescu  <dann@ics.uci.edu>
9040         * isearch.el (isearch-update-ring): Take history-delete-duplicates
9041         into consideration.  Replace one arm ifs with whens.
9043 2006-05-03  Nick Roberts  <nickrob@snap.net.nz>
9045         * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
9046         (menu): Fix typo.
9048 2006-05-02  Miles Bader  <miles@gnu.org>
9050         * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
9052 2006-05-02  Jay Belanger  <belanger@truman.edu>
9054         * calc/calc-embed.el (calc-override-minor-modes-map)
9055         (calc-override-minor-modes): New variables.
9056         (calc-do-embedded): Make sure that Calc keystrokes aren't
9057         overwritten by minor modes.
9059 2006-05-02  Chong Yidong  <cyd@mit.edu>
9061         * msb.el (msb): If EVENT is a down event, read and discard the up event.
9063 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9065         * startup.el (command-line-1): Refer to Lisp manual when
9066         pure-space-overflow occurs.
9068         * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
9069         (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
9070         (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
9071         (version-control): Don't use `t' for safe-local-variable declarations.
9073 2006-05-01  Richard Stallman  <rms@gnu.org>
9075         * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
9076         M-r, M-R, M-A, M-SPC or M-DEL.
9077         (diff-mode-map): diff-refine-hunk now on C-c C-w
9078         (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
9080         * help-mode.el (help-mode): view-exit-action calls delete-window
9081         only when it is safe and possible.
9083         * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
9084         in messages.
9086         * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
9088         * tool-bar.el (tool-bar-setup): Put Help and Preferences items
9089         in the default tool-bar-map.
9091 2006-05-01  Michael Albinus  <michael.albinus@gmx.de>
9093         * net/tramp.el (tramp-completion-file-name-handler-alist)
9094         (tramp-run-real-handler, tramp-completion-run-real-handler)
9095         (tramp-completion-handle-file-name-all-completions)
9096         (tramp-completion-handle-file-name-completion): Autoload them.
9097         (tramp-completion-handle-file-exists-p)
9098         (tramp-completion-handle-file-name-directory)
9099         (tramp-completion-handle-file-name-nondirectory)
9100         (tramp-completion-handle-expand-file-name): Remove them.
9101         (tramp-handle-file-name-directory): Return the real directory name.
9102         Returning "/" only doesn't need to be necessary any longer.
9103         (tramp-file-name-handler): Make special attention when in hostname
9104         completion mode.
9105         (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
9106         (tramp-register-file-name-handlers):
9107         Register `tramp-completion-file-name-handler' only when
9108         `partial-completion-mode' is enabled.
9109         (tramp-completion-handle-file-name-all-completions):
9110         Delete directory part from results.
9111         (tramp-get-completion-methods, tramp-get-completion-user-host):
9112         Discard deleting "/", it doesn't work after the change of
9113         `tramp-handle-file-name-directory' above.
9115 2006-05-01  Kim F. Storm  <storm@cua.dk>
9117         * progmodes/grep.el (grep-expand-template): Use save-match-data
9118         and symbol-value.
9120 2006-05-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9122         * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
9123         Use select-frame-set-input-focus instead of raise-frame.
9124         (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
9126 2006-05-01  Nick Roberts  <nickrob@snap.net.nz>
9128         * progmodes/gud.el (gud-def): Add %c case.
9129         (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
9130         (gud-format-command): Make match case sensitive.  Match on %F.
9132 2006-04-30  Glenn Morris  <rgm@gnu.org>
9134         * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
9135         (cal-tex-preamble): Use cal-tex-preamble-extra.
9136         (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
9137         than alias `list-diary-entries'.
9139 2006-04-29  Dan Nicolaescu  <dann@ics.uci.edu>
9141         * help-fns.el (describe-variable): Add info about safe local variables.
9143 2006-04-29  Richard Stallman  <rms@gnu.org>
9145         * bindings.el (mode-line-format): help-echo doc fixes.
9147         * net/tramp.el (tramp-file-name-handler-alist): Delete
9148         expand-file-name and other operations that can cause spurious loading.
9150 2006-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9152         * files.el (safe-local-variable-p): Remove support for the special
9153         value t.
9155         * textmodes/paragraphs.el (sentence-end-without-space):
9156         Fix safety predicate.
9157         (sentence-end-double-space, sentence-end-without-period)
9158         (paragraph-ignore-fill-prefix):
9159         * textmodes/fill.el (colon-double-space):
9160         * abbrev.el (abbrev-mode): Tighten the safety predicate.
9162         * subr.el (booleanp): New fun.
9164         * textmodes/reftex-vars.el (reftex-guess-label-type):
9165         Tighten the safety predicate.
9167 2006-04-28  Kim F. Storm  <storm@cua.dk>
9169         * progmodes/grep.el (defgroup grep): Doc fix.
9170         (grep-auto-highlight): Remove.
9171         (grep-template): New defcustom.
9172         (grep-find-template): Rename from grep-tree-template.
9173         (grep-files-aliases): Rename from grep-tree-files-aliases.
9174         Remove "all" alias, add "l" alias.
9175         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
9176         (grep-find-ignored-directories): New defcustom to replace
9177         grep-tree-ignore-CVS-directories, to facilitate ignoring
9178         subdirectories for multiple version control systems.
9179         (grep-mode-map): Add Recursive grep item to GREP menu.
9180         (grep-regexp-history, grep-files-history): New defvars.
9181         (grep-probe): New helper function.
9182         (grep-compute-defaults): Use it to simplify code.
9183         Adapt to name changes.
9184         Use `.' as base in grep-find-template rather than <D>.
9185         (grep): Remove superfluous highlight-regexp arg.  Fix doc.
9186         Call grep-compute-defaults unconditionally.
9187         (grep-expand-keywords): New defconst.
9188         (grep-expand-template): Rename from grep-expand-command-macros.
9189         Simplify via grep-expand-keywords.  Look at case-fold-search instead
9190         of grep-tree-ignore-case to add -i option.
9191         Bind case-fold-search to nil while matching keywords.
9192         (grep-tree-last-regexp, grep-tree-last-files): Remove.
9193         (grep-read-regexp, grep-read-files): New helper functions.
9194         (rgrep): Rename from grep-tree.  Rework to use proper histories.
9195         Adapt to changes in defcustoms and functions above.
9196         (lgrep): New command, as grep, but using same interactive UI as rgrep.
9198 2006-04-28  Michael Albinus  <michael.albinus@gmx.de>
9200         * net/tramp.el (tramp-completion-file-name-handler):
9201         Disable Tramp's functionality while loading Tramp itself.
9202         (tramp-register-file-name-handlers): That's a defsubst now.
9203         Code from `tramp-repair-jka-compr' moved here.  Apply it via
9204         `after-init-hook'.
9205         (tramp-repair-jka-compr): Remove.
9207 2006-04-27  Jay Belanger  <belanger@truman.edu>
9209         * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
9210         read expression when `math-read-big-expr' doesn't work.
9212 2006-04-27  Reiner Steib  <Reiner.Steib@gmx.de>
9214         * startup.el (command-line-1): Display warning when
9215         pure-space-overflow is non-nil.
9217 2006-04-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
9219         * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
9220         risky.
9222 2006-04-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
9224         * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
9225         Return the URL or nil if none can be generated.
9227 2006-04-27  Nick Roberts  <nickrob@snap.net.nz>
9229         * progmodes/gud.el (gud-comint-buffer): Move forward to stop
9230         byte compiler warnings.
9231         (gud-basic-call, gud-find-expr): Let user select an expression
9232         for printing.  Print expression as well as value in GUD buffer.
9234 2006-04-17  Ken Manheimer  <ken.manheimer@gmail.com>
9236         * allout.el: Remove local autoload declaration for
9237         pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
9238         (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
9239         (allout-plain-bullets-string, allout-distinctive-bullets-string)
9240         (allout-use-mode-specific-leader, allout-old-style-prefixes)
9241         (allout-stylish-prefixes, allout-numbered-bullet)
9242         (allout-file-xref-bullet, allout-presentation-padding)
9243         (allout-use-hanging-indents, allout-reindent-bodies): Mark as
9244         safe-local-variable with suitable value spec, and add autoload
9245         cookie for loaddefs inclusion.  We now use an explicit spec everywhere.
9246         (move-beginning-of-line, move-end-of-line): Repair so these compat
9247         functions now actually resituate the point, when appropriate.
9249 2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9251         * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
9253         * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
9254         (add-log-iso8601-time-string): Fix call to format-time-string.
9256 2006-04-26  Kim F. Storm  <storm@cua.dk>
9258         * subr.el (posn-string, posn-image, posn-object): Doc fix.
9260 2006-04-26  Masatake YAMATO  <jet@gyve.org>
9262         * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
9263         Add support for "//" style comments.  Remove `b' flag
9264         from ?* in `asm-mode-syntax-table'.
9266 2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9268         * follow.el: Use (featurep 'xemacs) everywhere.
9269         (follow-mode): Use define-minor-mode.
9270         (follow-mode-map): Move initialization into the declaration.
9271         Use command remapping.
9272         (follow-emacs-version-xemacs-p): Remove.
9273         (follow-submit-feedback): Remove.
9275         * allout.el (allout-layout, allout-passphrase-verifier-string)
9276         (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
9278         * textmodes/reftex-vars.el (reftex-vref-is-default)
9279         (reftex-fref-is-default, reftex-guess-label-type):
9280         Tighten up a bit the safety predicate.
9282         * textmodes/paragraphs.el (sentence-end-double-space)
9283         (sentence-end-without-period, sentence-end-without-space)
9284         (page-delimiter, paragraph-ignore-fill-prefix):
9285         Tighten up a bit the safety predicate.
9287         * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
9289         * progmodes/python.el (python-continuation-line-p)
9290         (python-beginning-of-statement): syntax-ppss may return
9291         a negative depth.
9292         (python-mode): Don't forcefully enable font-lock.
9294         * time-stamp.el (time-stamp-start, time-stamp-end)
9295         (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
9297         * add-log.el: Remove spurious * in docstrings.
9298         (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
9299         (add-change-log-entry): Use it here, since it's not specific
9300         to iso8601.
9301         (add-log-iso8601-time-string): Don't use it here any more.
9302         (change-log-indent-text, change-log-indent): Rename from add-log-*.
9304         * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
9306 2006-04-25  Ryan Yeske  <rcyeske@gmail.com>
9308         * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
9309         (rcirc-toggle-low-priority): Doc fix.
9310         (rcirc-handler-NOTICE): Remove beginning of line anchor in
9311         ChanServ regexp.
9312         (rcirc-startup-channels-alist): Connect to #rcirc by default, not
9313         #emacs.
9314         (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
9315         (rcirc-decode-coding-system): Use utf-8 as the default.
9316         (rcirc-multiline-minor-mode): Set the fill-column.
9317         (rcirc-format-response-string): Display bright and dim nicks.
9318         (rcirc-browse-url): Update interactive spec to fill ARG.
9319         (rcirc-bright-nick, rcirc-dim-nick): Add faces.
9320         (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
9322 2006-04-24  J.D. Smith  <jdsmith@as.arizona.edu>
9324         * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
9325         case for @Article, etc.
9327 2006-04-23  Michael Albinus  <michael.albinus@gmx.de>
9329         * net/tramp.el (tramp-register-file-name-handlers): New defun.
9330         Added with autoload cookie.
9331         (tramp-unload-file-name-handlers): Rename from
9332         `tramp-unload-file-name-handler-alist'.
9334 2006-04-23  Romain Francoise  <romain@orebokech.com>
9336         * comint.el (comint-match-partial-filename): Doc fix.
9338 2006-04-21  Glenn Morris  <rgm@gnu.org>
9340         * calendar/cal-menu.el (calendar-mode-map): Refer to
9341         `diary-view-entries' rather than alias `view-diary-entries'.
9342         * calendar/diary-lib.el (view-other-diary-entries): Ditto.
9344 2006-04-21  Luc Teirlinck  <teirllm@auburn.edu>
9346         * progmodes/antlr-mode.el (antlr-default):
9347         * cus-edit.el (custom-documentation):
9348         * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
9349         in defface.
9351 2006-04-21  Kim F. Storm  <storm@cua.dk>
9353         * image.el (image-type): New defun split out of create-image.
9354         (create-image): Use it.
9356 2006-04-21  Carsten Dominik  <dominik@science.uva.nl>
9358         * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
9359         (org-open-at-point): Remove the "...done" message to keep output
9360         in the echo area visible.
9361         (org-export-as-xoxo): Fix call to `indent-region'.
9363 2006-04-21  Kevin Ryde  <user42@zip.com.au>
9365         * international/mule.el (keyboard-coding-system): defcustom
9366         info-link fixes: "Specify Coding" has been split, keyboard now in
9367         "Terminal Coding", and "Single-Byte Character Support" is now
9368         "Unibyte Mode".
9370 2006-04-21  Nick Roberts  <nickrob@snap.net.nz>
9372         * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
9373         Use font-lock-warning-face for any errors e.g. no stack.
9374         (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
9376 2006-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
9378         * progmodes/sh-script.el (sh-shell): Mark as safe.
9380         * newcomment.el (comment-start, comment-start-skip)
9381         (comment-end-skip, comment-end): Mark as safe.
9383 2006-04-20  Carsten Dominik  <dominik@science.uva.nl>
9385         * textmodes/org.el (org-deadline-announce): Face removed.
9386         (org-level-faces, org-n-levels): Convert to constant.
9387         (org-compatible-face): New function.
9388         (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
9389         (org-level-5, org-level-6, org-level-7, org-level-8)
9390         (org-special-keyword, org-warning, org-headline-done, org-link)
9391         (org-date, org-tag, org-todo, org-done, org-table, org-formula)
9392         (org-scheduled-today, org-scheduled-previously, org-time-grid):
9393         Face definition revised for better color tty support.
9394         (org-bold-re, org-italic-re, org-underline-re): New constants.
9395         (org-set-font-lock-defaults): Use the new constants.
9396         (org-agenda-highlight-todo): New function.
9397         (org-agenda-todo): Fix bug with point at end of line.
9398         (org-agenda-change-all-lines, org-finalize-agenda-entries):
9399         Fontify TODO keywords.
9400         (org-insert-link): Preserve relative path in ../ links.
9401         (org-export-as-html): Convert links pointing to .org files into
9402         links that will work beteen the exported HTML files.
9403         (org-todo-list): Fix bug when arg=0.
9404         (org-insert-heading): More fine-tuning.
9406 2006-04-19  Romain Francoise  <romain@orebokech.com>
9408         * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
9409         from `rmail-mime-charset-pattern'.
9411 2006-04-18  Dan Nicolaescu  <dann@ics.uci.edu>
9413         * progmodes/python.el (python-mode): Fix typo.
9415 2006-04-18  J.D. Smith  <jdsmith@as.arizona.edu>
9417         * comint.el (comint-previous-input): Don't clobber input line
9418         when moving off either end of the input history ring.
9419         (comint-delete-input): New function, used by
9420         `comint-previous-input' and others.
9421         (comint-previous-matching-input):
9422         Use `coming-delete-input'.  Save the partial input if leaving the
9423         edit line.  Goto point-max before deleting input to avoid
9424         partial input fragments hanging around.
9425         (comint-restore-input): New function, used by `comint-previous-input'.
9427 2006-04-18  Luc Teirlinck  <teirllm@auburn.edu>
9429         * imenu.el (imenu--index-alist): Balance parentheses.
9431 2006-04-18  Dan Nicolaescu  <dann@ics.uci.edu>
9433         * progmodes/python.el (python-mode): Add support for hs-minor-mode.
9435 2006-04-19  Reiner Steib  <Reiner.Steib@gmx.de>
9437         * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
9438         file is nil.
9440 2006-04-18  Richard Stallman  <rms@gnu.org>
9442         * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
9444         * imenu.el (imenu-create-index-function, imenu--index-alist)
9445         (imenu--last-menubar-index-alist, imenu--make-index-alist)
9446         (imenu-default-create-index-function, imenu--generic-function):
9447         Doc fixes.
9449         * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
9451         * help-mode.el (help-mode): Set view-exit-action to delete window.
9453         * env.el (setenv): Get rid of arg UNSET.  Interactive unsetting
9454         now works by passing nil as arg.
9456         * apropos.el (apropos-print): Don't do where-is on self-insert-command.
9458         * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
9459         (read-abbrev-file): Provide default when reading filename.
9461         * files.el (enable-local-variables): Allow :all as value.
9462         (hack-local-variables): Implement that value.
9463         (safe-local-variable-values, safe-local-eval-forms)
9464         (enable-local-variables): Mark as risky.
9465         (find-file-visit-truename, kept-old-versions): Mark safe.
9467         * time-stamp.el (time-stamp-format, time-stamp-line-limit)
9468         (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
9469         (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
9471 2006-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9473         * progmodes/tcl.el (tcl-send-string, tcl-send-region):
9474         Use forward-line so as to get to BOL even in the presence of fields.
9475         (tcl-eval-region): Strip surrounding space to avoid multiple prompts
9476         in return.
9477         (inferior-tcl): Tell tclsh to work in interactive mode.
9479         * complete.el (partial-completion-mode):
9480         Use 'choose-completion-string-functions to make sure that
9481         choose-completion fills the minibuffer properly.
9483         * complete.el (PC-old-read-file-name-internal): Remove.
9484         (PC-read-include-file-name-internal): Remove.  Turn it into an advice
9485         of read-file-name-internal.
9486         (partial-completion-mode): Enable/disable this advice.
9488 2006-04-18  Juanma Barranquero  <lekktu@gmail.com>
9490         * net/tramp.el (tramp-completion-file-name-handler): Revert change
9491         of 2006-04-17.
9493 2006-04-18  Carsten Dominik  <dominik@science.uva.nl>
9495         * textmodes/org.el (org-insert-heading): Insert heading before
9496         current if at beginning of line.
9497         (org-todo, org-date): New faces.
9498         (org-table-align): Make sure tooltip window contains full text.
9499         (org-no-properties): New defsubst.
9500         (org-set-font-lock-defaults): Use new faces.
9502 2006-04-18  Nick Roberts  <nickrob@snap.net.nz>
9504         * progmodes/gud.el (gud-speedbar-item-info): Display frame address
9505         for root variables.
9507         * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
9508         (gdb-frame-address): Re-use to identify frame for watch expression.
9509         (gdb-var-list, gdb-var-create-handler): Add frame address for root
9510         variables.
9511         (gdb-init-1, gdb-source, gdb-post-prompt)
9512         (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
9513         (gdb-frame-handler): Get gdb-frame-address.
9515 2006-04-17  Michael Albinus  <michael.albinus@gmx.de>
9517         Sync with Tramp 2.0.53.
9519         * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
9520         'control.  Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
9521         (tramp-completion-file-name-handler): Add autoload cookie for
9522         adding to `file-name-handler-alist'.
9524         * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
9525         the prompt.  If it returns earlier (when detecting an error
9526         message), the rest of the output will merge accidently with the
9527         output of the next command.  Reported by M Jared Finder
9528         <jared@hpalace.com>.
9530         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
9531         for `process-file', in order to let it work for older Emacsen too.
9533 2006-04-17  Ralf Angeli  <angeli@iwi.uni-sb.de>
9535         * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
9536         (tex-font-lock-keywords-3): Use it.
9538 2006-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9540         * newcomment.el (comment-add): New function.
9541         (comment-region-default, comment-dwim): Use it.
9543 2006-04-15  Michael Olson  <mwolson@gnu.org>
9545         * emacs-lisp/tq.el: Improve comments.
9546         (tq-queue-head-question): New accessor function.
9547         (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
9548         Update for modified queue structure.
9549         (tq-queue-add): Accept `question' argument.
9550         (tq-queue-pop): If a question is pending, send it.
9551         (tq-enqueue): Accept new optional argument `delay-question'.
9552         If this is non-nil, and at least one other question is pending a
9553         response, queue the question rather than sending it immediately.
9555 2006-04-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
9557         * calendar/appt.el (appt-add): Check whether an appointment is
9558         already present in appt-time-msg-list.  Simplify code.
9560 2006-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9562         * progmodes/cc-langs.el (c-mode-menu):
9563         Don't presume c-subword-mode is bound.
9565 2006-04-13  Bill Wohler  <wohler@newt.com>
9567         * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
9568         (customize-package-emacs-version): Use cdr instead of cadr now
9569         that alists use dotted pairs.
9571         * custom.el (defcustom): Fix docstring for :package-version.
9573 2006-04-13  Michael Albinus  <michael.albinus@gmx.de>
9575         * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
9576         (tramp-handle-shell-command): Display output buffer only when
9577         `tramp-display-shell-command-buffer' is true.
9578         (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
9580 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
9582         * textmodes/org.el (org-set-autofill-regexps): Set only the local
9583         values of `adaptive-fill-regexp' and `adaptive-fill-function'.
9585 2006-04-13  Romain Francoise  <romain@orebokech.com>
9587         * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
9588         leaving temporary .cvsignore buffers behind.
9590 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
9592         * textmodes/org.el (org-set-regexps-and-options)
9593         (org-get-current-options): Better names for the startup folding
9594         options.
9596 2006-04-13  Thien-Thi Nguyen  <ttn@gnu.org>
9598         * vc.el (vc-annotate): Arrange for point to end up at the same
9599         line number as in the original, but only when using a new buffer.
9601 2006-04-12  Stuart Herring  <herring@lanl.gov>  (tiny change)
9603         * files.el (hack-one-local-variable-eval-safep):
9604         Recognize `edebug-form-spec' for `put', but only if it passes
9605         `edebug-basic-spec'.  Generalize `put' handling.
9607         * emacs-lisp/edebug.el (edebug-basic-spec): New function for
9608         vetting file-local form specs.
9610         * allout.el (allout-layout): Autoload its `safe-local-variable'
9611         property.
9613 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
9615         * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
9616         (org-agenda-mouse-1-follows-link)
9617         (org-mouse-1-follows-link): New options.
9618         (org-format-agenda-item): Fix bug if TAGS is nil.
9619         (org-agenda-get-scheduled): Quote `priority' symbol in plist.
9621 2006-04-13  Nick Roberts  <nickrob@snap.net.nz>
9623         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
9624         GDB 6.1+ gives full filename for "info sources" so use
9625         file-name-nondirectory.
9627 2006-04-12  Romain Francoise  <romain@orebokech.com>
9629         * subr.el (read-passwd): Bind `message-log-max' to nil.
9631 2006-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9633         * progmodes/perl-mode.el (perl-indent-new-calculate):
9634         Recompute parse-start after jumping backward by a whole sexp.
9636 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9638         * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
9639         window configuration.
9640         (vc-annotate-display-select): Select the buffer so that current-buffer
9641         (and selected-window) is the output buffer at the end of vc-annotate.
9643 2006-04-11  J.D. Smith  <jdsmith@as.arizona.edu>
9645         * vc.el (vc-annotate-color-map): Add custom TTY color map for
9646         8-color terminals, to use all of the colors in a sensible order.
9647         256-color terminals work well with the standard map.
9648         (vc-annotate-lines): Only strip the first color character if it
9649         is "#", to allow for terminal-style named colors.
9650         (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
9651         the correct buffer is scrolled.
9653 2006-04-11  Richard Stallman  <rms@gnu.org>
9655         * emacs-lisp/bytecomp.el (byte-compile-file):
9656         Bind enable-local-variables to :safe, and make normal-mode obey it.
9658         * files.el (enable-local-variables): Allow value :safe.
9659         (normal-mode): Doc fix.
9660         (hack-local-variables): Implement enable-local-variables = :safe.
9661         (hack-local-variables-confirm): Don't prevent quitting.
9663 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9665         * loadhist.el (unload-feature): A bit of sanity check of
9666         load-history entries.  Cancel timer-vars before unbinding them.
9668         * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
9669         quote special chars, and make the trick work on the hex part of the
9670         buffer as well.
9671         (hexl-mode, hexl-save-buffer, hexl-mode-exit)
9672         (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
9674         * startup.el (normal-splash-screen): Fix last change so we don't wait
9675         2 minutes if we don't show the splash screen.
9677 2006-04-11  Carsten Dominik  <dominik@science.uva.nl>
9679         * textmodes/org.el (org-export-plain-list-max-depth)
9680         (org-table-spaces-around-separators)
9681         (org-radio-targets, org-activate-camels)
9682         (org-table-spaces-around-invisible-separators): Options removed.
9683         (org-time-stamp-rounding-minutes, org-remember-templates)
9684         (org-ellipsis, org-activate-links, org-descriptive-links):
9685         New options.
9686         (org-remember-apply-template, org-current-time)
9687         (org-finish-edit-table-field)
9688         (org-link-unescape, org-link-escape)
9689         (org-string-width, org-table-clean-line, org-html-do-expand)
9690         (org-edit-agenda-file-list, org-store-new-agenda-file-list)
9691         (org-read-agenda-file-list): New functions.
9692         (org-table-edit-field)
9693         (org-table-create-or-convert-from-region): New commands
9694         (org-table-toggle-vline-visibility): Command removed.
9695         (org-table-convert-region): Made a command.
9696         (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
9697         Replace with the normal org- functions.
9698         (org-self-insert-command): Don't trigger realign unnecessarily
9699         when blanking a field that is not full.
9700         (org-mode): `Set buffer-invisibility-spec' for links.
9701         (org-activate-links2): Hide link part and only show descriptive
9702         part of the link.
9703         (org-insert-link): Modify for new linking system.
9704         (org-store-link): Store description separately, for use by
9705         `org-insert-link'.
9706         (org-table-align): Use `org-string-width'.
9707         (defgroup): Completely new group structure for custom variables.
9708         (org-agenda-files): Option: Single file name allowed.  Function:
9709         Optional argument unrestrited means ignore any restricitons.
9710         (org-install-agenda-files-menu): Find a buffer in Org-mode before
9711         trying to modify the menu.  Use generalized access to
9712         `org-agenda-files.'
9713         (org-agenda-list, org-todo-list, org-cycle-agenda-files)
9714         (org-agenda-file-to-front, org-remove-file, org-diary)
9715         (org-tags-view, org-export-icalendar-all-agenda-files)
9716         (org-export-icalendar-combine-agenda-files): Use generalized
9717         access to `org-agenda-files'.
9718         (org-remember-handler): Correctly preserve heading if present.
9719         (org-table-insert-row, org-table-insert-hline): Deal with
9720         invisible characters.
9722 2006-04-10  J.D. Smith  <jdsmith@as.arizona.edu>
9724         * vc.el (vc-annotate-display-mode): Made default 'fullscale.
9725         (vc-annotate-color-map): New 18 element constant
9726         value/saturation, rotating hue colormap, from red->blue.
9727         (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
9728         (vc-annotate-display-select): Switch to annotate-mode elsewhere.
9729         (vc-annotate): To avoid killing the required local variables,
9730         set them before the end of `with-output-to-temp-buffer', and
9731         after first switching to annotate-mode.
9732         (vc-annotate-warp-version): Add buffer argument in goto-line to
9733         ensure annotation, not source, is scrolled.
9735 2006-04-10  Bill Wohler  <wohler@newt.com>
9737         * custom.el (defcustom, custom-handle-keyword):
9738         Add :package-version keyword.
9739         (custom-add-package-version): New function.  Sets value of new
9740         property 'custom-package-version from :package-version keyword.
9741         (defcustom): Create Common Keywords section in docstring.
9742         (defface, defgroup): Replace definitions of a select few keywords
9743         with a reference to the Common Keywords in defcustom.
9744         (defcustom, defface, defgroup): Replace reference to Customization
9745         chapter in manual with hyperlink.
9747         * cus-edit.el (customize-package-emacs-version-alist): New variable.
9748         (customize-changed-options): Add check for custom-package-version.
9749         (customize-package-emacs-version): New function to look up Emacs
9750         version corresponding to the given package version.
9752         * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
9753         defun name, in similar fashion to find-variable-regexp.
9755 2006-04-10  Eli Zaretskii  <eliz@gnu.org>
9757         * international/mule-cmds.el (set-locale-environment): Fix last
9758         change for when the locale's preferences don't specify any encoding.
9760 2006-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9762         * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
9763         so the defined var/fun doesn't need to be quoted.
9765 2006-04-10  Richard Stallman  <rms@gnu.org>
9767         * finder.el (finder-mode-map): Add n and p bindings.
9769 2006-04-10  Nick Roberts  <nickrob@snap.net.nz>
9771         * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
9772         (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
9773         (gdb-setup-windows): Put something in source window if we can't find
9774         the source file.
9775         (gdb-frame-handler): Make it work again with just assembly.
9776         (gdb-data-list-register-values-handler): Make it work when there is
9777         no stack.
9779 2006-04-09  Richard Stallman  <rms@gnu.org>
9781         * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
9782         specs while looking for charset.
9784         * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
9786         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
9787         Make them faces.
9788         (lm-font-lock-keywords): Update appropriately.
9790 2006-04-10  Kim F. Storm  <storm@cua.dk>
9792         * simple.el (filter-buffer-substring): Add NOPROPS arg, so
9793         it can also replace buffer-substring-no-properties.
9795         * emulation/cua-base.el (cua-delete-region, cua-paste)
9796         (cua-repeat-replace-region): Use filter-buffer-substring.
9798         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
9799         (cua-cut-region-to-global-mark): Likewise.
9801         * emulation/cua-rect.el (cua--extract-rectangle)
9802         (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
9804 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
9806         * textmodes/bibtex.el (bibtex-entry-update): New optional arg
9807         entry-type.  Add field delimiters to numerical fields if they are
9808         not present.
9810 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
9812         * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
9813         string-const to return value.
9814         (bibtex-remove-delimiters): Use it.
9816 2006-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9818         * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
9819         cl-byte-compile-compiler-macro unless it exists.
9821 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
9823         * files.el (hack-local-variables-confirm) <offer-save>:
9824         Clarify message text.  Suggested by Ralf Angeli.
9826 2006-04-08  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
9828         * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
9829         (delete-extract-rectangle-line): Use `filter-buffer-substring'
9830         instead of `buffer-substring' and `delete-region'.  (Most of the
9831         code actually copied from `kill-region'.)
9833 2006-04-08  Ryan Yeske  <rcyeske@gmail.com>
9835         * rcirc.el (rcirc-default-server): Rename from rcirc-server.
9836         (rcirc-default-port): Rename from rcirc-port.
9837         (rcirc-default-nick): Rename from rcirc-nick.
9838         (rcirc-default-user-name): Rename from rcirc-user-name.
9839         (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
9840         (rcirc-low-priority-flag): New variable.
9841         (rcirc-decode-coding-system): New defcustom.
9842         (rcirc-encode-coding-system): New defcustom.
9843         (rcirc-coding-system-alist): New defcustom.
9844         (rcirc-multiline-major-mode): New defcustom.
9845         (rcirc-nick): New internal variable.
9846         (rcirc-process): Remove variable.
9847         (rcirc-server-buffer): New variable.
9848         (rcirc): Update to use rcirc-default-* variables above.
9849         (rcirc-connect): Do not add window-configuration-hook-here.
9850         (rcirc-server): New internal variable.
9851         (rcirc-connect): Do not send keepalive pings if
9852         rcirc-keepalive-seconds is nil.
9853         (with-rcirc-server-buffer): New macro.
9854         (rcirc-send-string): Encode with rcirc-encode-coding-system.
9855         (rcirc-server-name): Rename from rcirc-server.
9856         (rcirc-buffer-process): New function.
9857         (rcirc-buffer-nick): New function.
9858         (rcirc-buffer-target): Remove function.
9859         (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
9860         New commands.
9861         (rcirc-mode-map): Change binding of C-c C-l to
9862         rcirc-toggle-low-priority.
9863         (rcirc-mode): Initialize coding system based on
9864         rcirc-coding-system-alist.  New change-major-mode-hook to part the
9865         channel on a mode change.  Make kill-buffer-hook buffer-local.
9866         (rcirc-change-major-mode-hook): New function.
9867         (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
9868         (rcirc-last-post-time): New variable.
9869         (rcirc-process-message): Store the last time user posted a message
9870         to this target.
9871         (rcirc-multiline-minor-mode): New mode.
9872         (rcirc-multiline-minor-mode-map): New mode map.
9873         (rcirc-edit-multiline): Put multiline-edit buffer in
9874         rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
9875         (rcirc-print): Ignore any line starting with an ignored nick.
9876         (rcirc-print): Decode using rcirc-decode-coding-system.
9877         (rcirc-track-minor-mode): Update global-mode-string when disabling
9878         this mode.
9879         (minor-mode-alist): Add LowPri indicator.
9880         (rcirc-toggle-low-priority): New function.
9881         (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
9882         next lowpriority buffer with activity.
9883         (rcirc-record-activity): Sort buffers in rcirc-activity by the
9884         last time the user posted a message in to the target.
9885         (rcirc-update-activity-string): New formatting for low priority
9886         buffers.
9887         (rcirc-split-activity): New function.
9888         (rcirc-handler-PART, rcirc-handler-KICK)
9889         (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
9890         (rcirc-nick-away-alist): New variable.
9891         (rcirc-handler-301): New handler.  Away messages are printed once
9892         per change.
9894 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
9896         * info.el (Info-follow-nearest-node): Doc fix.
9898         * international/mule-cmds.el (set-locale-environment): Make sure
9899         the coding-system preferred by the locale's language has the same
9900         EOL conversion type as the original buffer-file-coding-system.
9901         (locale-language-names): Add a few MS Windows language codes.
9903 2006-04-07  Richard Stallman  <rms@gnu.org>
9905         * simple.el (eval-expression): Doc fix.
9907         * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
9908         (eval-defun): Doc fixes.
9910 2006-04-07  Reiner Steib  <Reiner.Steib@gmx.de>
9912         * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
9914 2006-04-07  Nick Roberts  <nickrob@snap.net.nz>
9916         * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
9917         GDB list command without argument for greater generality.
9919 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
9921         * subr.el (string-or-null-p): New function.
9923         * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
9925         * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
9927         * files.el: Update comment about safe-local-variable declarations.
9929 2006-04-06  J.D. Smith  <jdsmith@as.arizona.edu>
9931         * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
9932         See idlwave.org.
9934         * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
9935         See idlwave.org.  Includes code to obsolete idlw-rinfo.el.
9937         * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
9938         See idlwave.org.
9940         * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
9941         version 6.0 (minimal changes).  See idlwave.org.
9943         * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
9944         6.0 (minimal changes).  See idlwave.org.
9946         * progmodes/idlw-rinfo.el: File obsoleted and removed.
9948 2006-04-06  Romain Francoise  <romain@orebokech.com>
9950         * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
9951         symmetric encryption features and a new asynchronous interface to
9952         GnuPG.  This new version is version 1.4, plus whitespace changes.
9954 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
9956         * files.el: Move some `safe-local-variable' declarations to the
9957         respective files.
9959         * textmodes/ispell.el (ispell-check-comments)
9960         (ispell-local-dictionary): Mark as safe.
9962         * abbrev.el (abbrev-mode): Mark as safe.
9964         * add-log.el (change-log-default-name): Mark as safe.
9966         * textmodes/reftex-vars.el (reftex-vref-is-default)
9967         (reftex-fref-is-default, reftex-level-indent)
9968         (reftex-guess-label-type): Mark as safe.
9970         * textmodes/fill.el (colon-double-space): Mark as safe.
9972         * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
9973         (sentence-end-double-space, sentence-end-without-period)
9974         (sentence-end-without-space, sentence-end, sentence-end-base)
9975         (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
9977 2006-04-06  Kim F. Storm  <storm@cua.dk>
9979         * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
9980         the :set-after list.
9981         (ido-downcase-unc-hosts): New user option.  Default on.
9982         (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
9983         when it is set, as regexps are now applied on the fly.
9984         (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
9985         Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
9986         on the fly, but only when ido-process-ignore-lists is set.
9987         Do case insensitive filtering if ido-downcase-unc-hosts is set.
9988         Only downcase names if ido-downcase-unc-hosts is set.
9990 2006-04-06  Juanma Barranquero  <lekktu@gmail.com>
9992         * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
9994         * woman.el (WoMan-xref-man-page): Fix call to `substring'.
9996 2006-04-05  Kim F. Storm  <storm@cua.dk>
9998         * ido.el (ido-mode): Set after ido-unc-hosts and
9999         ido-ignore-unc-host-regexps.
10000         (ido-save-history): Save ido-unc-hosts-cache.
10001         (ido-load-history): Load ido-unc-hosts-cache.
10002         (ido-reread-directory): Refresh unc hosts cache in // dir.
10004         * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
10005         to nil while displaying slash screen.
10007 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10009         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
10010         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
10012 2006-04-05  Kenichi Handa  <handa@m17n.org>
10014         * international/characters.el: Setup cases of Latin, Greek, and
10015         Cyrillic characters in CJK charsets.
10017 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
10019         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
10020         default-enable-multibyte-characters.  This reverts the change from
10021         revision 6.17 which is no longer necessary because the passphrase
10022         is sent separately now.  GnuPG messages are unreadable under
10023         multibyte locales with default-enable-multibyte-characters set to nil.
10025 2006-04-04  Andreas Schwab  <schwab@suse.de>
10027         * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
10028         and `byte-compile-warnings' as `safe-local-variable'.
10030 2006-04-04  Dan Nicolaescu  <dann@ics.uci.edu>
10032         * man.el (Man-mode-map): Restore the \r binding.
10033         (Man-abstract-xref-man-page): If Man-target-string is a function,
10034         call it.
10035         (Man-highlight-references): Use Man-default-man-entry to get the
10036         target.  Deal with xrefs too.
10037         (Man-highlight-references0): Don't call the target function.
10039         * woman.el (WoMan-xref-man-page): Strip the section number, woman
10040         cannot deal with it.
10042 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
10044         * pgg-gpg.el: Clean up process buffers every time gpg processes
10045         complete.
10047 2006-04-04  Kenichi Handa  <handa@m17n.org>
10049         * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
10050         here.
10051         (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
10052         Temporarily bind inhibit-field-text-motion to t.
10054 2006-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10056         * startup.el (normal-splash-screen): Only set mode-line-format in the
10057         splash buffer, so as not to interfere when debugging the code.
10058         Ignore errors when switching buffer.
10060 2006-04-03  Romain Francoise  <romain@orebokech.com>
10062         * dired.el (dired-dnd-protocol-alist): Fix typo.
10064 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
10066         * savehist.el (savehist): Add :version.
10067         (savehist-ignored-variables): New variable.
10068         (savehist-minibuffer-hook): Don't save variables listed in
10069         `savehist-ignored-variables'.
10071         * dired.el (dired-dnd-protocol-alist): Mention that change does
10072         only apply to new buffers in doc string.
10074 2006-04-03  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
10076         * recentf.el (recentf-open-files-item): Include newline in button
10077         field, so opening a file will work, when the point is at the end
10078         of the file name.  Allow, for example, to [i]search a file by
10079         extension and just push RET to open it.
10081 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
10083         * pgg-gpg.el (pgg-gpg-process-filter)
10084         (pgg-gpg-wait-for-completion): Check if buffer is alive.
10086         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
10087         lines, temporary fix.
10089 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
10091         * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
10093 2006-04-02  Richard Stallman  <rms@gnu.org>
10095         * progmodes/compile.el (compilation-message-face): Make it defcustom.
10097 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
10099         * ibuf-macs.el (define-ibuffer-column): Add a new key:
10100         header-mouse-map.
10102         * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
10103         (ibuffer-mode-header-map): New keymaps.
10104         (ibuffer-update-title-and-summary): Enable mouse face highlighting
10105         and keybindings for column headers.
10106         (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
10107         property.
10109 2006-04-02  Drew Adams  <drew.adams@oracle.com>  (tiny change)
10111         * speedbar.el (speedbar-after-create-hook): Doc fix.
10113 2006-04-02  Michael Ernst  <mernst@alum.mit.edu>
10115         * shell.el (shell-directory-tracker)
10116         (shell-dynamic-complete-command): Doc fixes.
10118 2006-04-01  Matt Hodges  <MPHodges@member.fsf.org>
10120         * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
10121         terminals.
10123 2006-04-01  Kim F. Storm  <storm@cua.dk>
10125         * ido.el (ido-unc-hosts-cache): New defvar.
10126         (ido-unc-hosts): If value of defcustom is a function, call it to
10127         get list of UNC hosts.  Add function-item choices to specify
10128         ido-unc-hosts-net-view or user function.
10129         (ido-ignore-unc-host-regexps): New defcustom.
10130         (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
10131         (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
10132         (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
10134 2006-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10136         * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
10137         wwidth.
10139 2006-03-31  Juanma Barranquero  <lekktu@gmail.com>
10141         * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
10142         (ido-max-work-file-list, ido-switch-buffer)
10143         (ido-read-file-name-as-directory-commands):
10144         Fix typos in docstrings.
10146 2006-03-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10148         * term/mac-win.el (mac-system-coding-system): Define and use after
10149         Mac-specific coding systems are ready.
10151 2006-03-27  Romain Francoise  <romain@orebokech.com>
10153         * net/rcirc.el (rcirc-connect): Add autoload cookie.
10155         * ldefs-boot.el: Update.
10157 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
10159         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
10160         passphrases when it is not needed.
10161         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
10162         passphrase stuff from gpg, should only be necessary when you use
10163         gpg with a smartcard.
10165 2006-03-27  Nick Roberts  <nickrob@snap.net.nz>
10167         * comint.el (comint-dynamic-list-completions): Allow user to
10168         select *Completions* buffer.
10170 2006-03-27  Carsten Dominik  <dominik@science.uva.nl>
10172         * textmodes/org.el (org-get-level-face): Fix bug with level counting.
10174 2006-03-26  Andreas Schwab  <schwab@suse.de>
10176         * progmodes/gud.el (gdb): Only complain about multiple debugging
10177         when the gdb process is still running.
10179 2006-03-25  Eli Zaretskii  <eliz@gnu.org>
10181         * mail/rmail.el (tool-bar-map): Defvar it.
10182         (rmail-tool-bar-map): Tool-bar buttons for Rmail.
10183         (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
10185 2006-03-25  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
10187         * help.el (print-help-return-message): Suggest to use
10188         display-buffer instead of switch-to-buffer-other-window to restore
10189         the previous window without selecting it.
10191 2006-03-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10193         * frame.el (select-frame-by-name): Call x-focus-frame also when
10194         window-system is mac.
10196         * term/mac-win.el: Adjust Courier font specifications in
10197         x-fixed-font-alist.
10198         (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
10199         when directly encoding to UTF-16 in native byte order, no BOM.
10201 2006-03-25  Kim F. Storm  <storm@cua.dk>
10203         * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
10204         (cua--init-keymaps): Use it instead of fixed C-return.
10205         (cua-mode): Set after it.
10207         * emulation/cua-rect.el (cua--init-rectangles):
10208         Use cua-rectangle-mark-key instead of fixed C-return.
10210 2006-03-25  Nick Roberts  <nickrob@snap.net.nz>
10212         * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
10213         "run" in .gdbinit.
10214         (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
10216 2006-03-24  Romain Francoise  <romain@orebokech.com>
10218         * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
10219         `display-buffer-other-frame'.
10221 2006-03-24  Kim F. Storm  <storm@cua.dk>
10223         * apropos.el (apropos-synonyms): Add selection => region.
10225 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
10227         * progmodes/gdb-ui.el (gdb-var-create-regexp)
10228         (gdb-var-list-children-regexp, gdb-var-update-regexp)
10229         (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
10230         (gdb-data-list-register-values-regexp)
10231         (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
10232         Future proof against new fields being added to MI output.
10233         (gdb-send): Don't treat backslashes for program input as
10234         continuations.
10235         (gdb-assembler-handler): Don't use window-start for this handler.
10236         (gdb-frame-handler): Don't change to hollow arrow if overlay
10237         arrow doesn't move to new frame.
10239 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
10241         * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
10242         prevent compiler warnings.
10243         (gdb-stopped): Check for gud-last-last-frame (case: signal).
10244         (breakpoint-disabled): Make lighter for contrast with overlay arrow.
10245         (gdb-assembler-custom): Use hollow-right-triangle for assembler
10246         buffer too.
10248 2006-03-23  Reiner Steib  <reinersteib+gmane@imap.cc>
10250         * pgg-gpg.el (pgg-gpg-update-agent): Check for
10251         make-network-process, so we can use the same code in Gnus v5-10
10252         too and have this file fully synchronized with that release.
10254 2006-03-23  Romain Francoise  <romain@orebokech.com>
10256         * ibuf-ext.el (ibuffer-read-filter-group-name):
10257         Use `ibuffer-generate-filter-groups' to make completion list match
10258         the filter groups that are really displayed in the Ibuffer buffer.
10259         (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
10261 2006-03-23  Kenichi Handa  <handa@m17n.org>
10263         * international/mule-cmds.el (sort-coding-systems): Describe that
10264         the argument is modified in docstring.
10266 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
10268         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
10269         (pgg-gpg-update-agent): New function.
10270         (pgg-gpg-use-agent-p): New function.
10271         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
10272         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10273         (pgg-gpg-sign-region): Use it.
10275 2006-03-21  Chong Yidong  <cyd@stupidchicken.com>
10277         * cus-edit.el (custom-face-set): Call custom-push-theme before
10278         face-spec set so that `changed' theme is correctly saved.
10279         (custom-face-reset-standard): Reset to recalculated face rather
10280         than defface spec.
10282         * custom.el (custom-push-theme): Only save `changed' theme if the
10283         current face does not match the defface specs.
10285 2006-03-21  Simon Josefsson  <jas@extundo.com>
10287         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
10288         <wilde@sha-bang.de>.
10289         (pgg-gpg-use-agent): New variable.
10290         (pgg-gpg-process-region): Use it.
10291         (pgg-gpg-encrypt-region): Likewise.
10292         (pgg-gpg-encrypt-symmetric-region): Likewise.
10293         (pgg-gpg-decrypt-region): Likewise.
10294         (pgg-gpg-sign-region): Likewise.
10295         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
10297 2006-03-21  Carsten Dominik  <dominik@science.uva.nl>
10299         * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
10300         bracket links.
10302 2006-03-21  Kim F. Storm  <storm@cua.dk>
10304         * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
10305         fringe-indicator-alist instead of modifying global value.
10306         (gdb-frame-handler): Likewise.
10308 2006-03-21  Nick Roberts  <nickrob@snap.net.nz>
10310         * diff-mode.el (diff-function): Make it inherit from diff-header
10311         instead of diff-context.
10313         * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
10314         bitmap.
10315         (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
10316         change names in macro above for consistency.
10317         (gdb-frame-handler): Use hollow-right-triangle for all selected
10318         frames which except the innermost (where execution has stopped).
10319         (gdb-reset): Reset buffer-local values of overlay-arrow.
10321 2006-03-20  Richard Stallman  <rms@gnu.org>
10323         * simple.el (set-mark-command): Doc fix.
10325         * files.el (display-buffer-other-frame): New command.
10326         (ctl-x-4-map): Bind C-x 5 C-o to it.
10328 2006-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10330         * jit-lock.el (jit-lock-function): Check for the actual defer-timer
10331         rather than just defer-time, in case defer-time has been changed but
10332         the timer isn't running yet.
10333         (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
10335 2006-03-19  Luc Teirlinck  <teirllm@auburn.edu>
10337         * help-mode.el (help-follow-symbol): New function.
10338         Essentially identical to the old `help-follow', but do not let
10339         `push-button' do the work when on an xref.
10340         (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
10342 2006-03-19  Richard Stallman  <rms@gnu.org>
10344         * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
10345         preceded by the word `program'.
10346         (help-follow-mouse, help-follow): Throw error if not on xref.
10347         Delete no longer used args.
10349 2006-03-20  Nick Roberts  <nickrob@snap.net.nz>
10351         * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
10352         annotation ensure gud-overlay-arrow-position is redisplayed.
10354 2006-03-19  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10356         * textmodes/bibtex.el (bibtex-include-OPTkey)
10357         (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
10358         (bibtex-autokey-name-case-convert)
10359         (bibtex-autokey-titleword-case-convert): Make these the aliases
10360         for the following two variables.
10361         (bibtex-autokey-name-case-convert-function)
10362         (bibtex-autokey-titleword-case-convert-function): Make these the
10363         real names.
10364         (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
10365         bibtex-font-lock-crossref sublists.
10366         (bibtex-mode): Revert 2005-12-30 change (which made
10367         completion-ignore-case buffer-local).
10368         (bibtex-url): Simplify.
10370 2006-03-19  Kim F. Storm  <storm@cua.dk>
10372         * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
10373         cursor property value to 2 (to align with C level change).
10375 2006-03-19  Bill Wohler  <wohler@newt.com>
10377         * image.el (image-load-path-for-library): Shorten first line in
10378         docstring.
10380 2006-03-18  Richard Stallman  <rms@gnu.org>
10382         * mail/rmail.el (rmail-reply-regexp): Undo previous change.
10384 2006-03-18  Ben North  <ben@redfrontdoor.org>  (tiny change)
10386         * isearch.el (isearch-other-meta-char): Handle user bindings for
10387         shifted control characters.
10389 2006-03-18  Agustin Martin  <agustin.martin@hispalinux.es>
10391         * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
10392         part that matches email addresses, file names, etc.
10394 2006-03-18  Eli Zaretskii  <eliz@gnu.org>
10396         * term/w32-win.el (mouse-set-font):
10397         Mention w32-list-proportional-fonts in the doc string.
10399 2006-03-18  Kim F. Storm  <storm@cua.dk>
10401         * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
10402         (ido-unc-hosts): New user option to explicitly define list of know
10403         UNC-style hosts for completion.
10404         (ido-cache-unc-host-shares-time): New user option.
10405         (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
10406         New helper functions for UNC file-name support.
10407         (ido-may-cache-directory): Check for UNC host.  Simplify.
10408         (ido-wash-history): Clean out old UNC hosts.
10409         (ido-nonreadable-directory-p): UNC hosts are always readable.
10410         (ido-directory-too-big-p): UNC hosts are never too big.
10411         (ido-set-current-directory): Handle UNC root path.
10412         (ido-file-name-all-completions): Complete UNC host names from
10413         ido-unc-hosts list.  Cache UNC host shares.
10414         (ido-make-file-list-1): Don't filter UNC root.
10415         (ido-exhibit): Check for // in root directory, and switch to UNC
10416         mode by setting ido-current-directory to //.
10418 2006-03-17  Luc Teirlinck  <teirllm@auburn.edu>
10420         * cus-edit.el (customize-changed-options): Mention explicit
10421         version number as default in prompt.
10423 2006-03-17  Bill Wohler  <wohler@newt.com>
10425         * image.el (image-load-path-for-library): Minor docstring fix.
10427 2006-03-17  Carsten Dominik  <dominik@science.uva.nl>
10429         * textmodes/org.el (org-read-date): Include subgroup 5 into
10430         replacement text.
10431         (org-popup-calendar-for-date-prompt): Fix customization type.
10433 2006-03-17  Nick Roberts  <nickrob@snap.net.nz>
10435         * progmodes/gdb-ui.el (gud-watch): Provide completion.
10436         (gdb-continuation): New variable.
10437         (gdb-send): Deal with continuation lines.
10439         * progmodes/gud.el (gud-gdb-complete-command)
10440         (gud-gdb-run-command-fetch-lines): Adapt for use with watch
10441         expressions.
10442         (gud-tooltip-mode): Use buffer-local value.
10444 2006-03-16  Kim F. Storm  <storm@cua.dk>
10446         * ido.el (ido-edit-input): Use selected match, if any.
10448 2006-03-16  Bill Wohler  <wohler@newt.com>
10450         * image.el (image-load-path-for-library): Prefer user's images in
10451         image-load-path.
10453 2006-03-16  Martin Rudalics  <rudalics@gmx.at>
10455         * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
10456         when checking for attempt to drag leftmost or rightmost scrollbar.
10458 2006-03-16  Nick Roberts  <nickrob@snap.net.nz>
10460         * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
10461         (gdb-force-mode-line-update): New function.
10462         (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
10463         (gdb-exited): Use them.
10464         (gdb-signal): New function.
10465         (gdb-annotation-rules): Provide a rule for it.
10467 2006-03-16  Kenichi Handa  <handa@m17n.org>
10469         * international/mule.el (auto-coding-regexp-alist): Add entries
10470         for Unicode BOM.
10472         * sort.el (sort-build-lists): Temporarily bind
10473         inhibit-field-text-motion to t.
10475 2006-03-15  Luc Teirlinck  <teirllm@auburn.edu>
10477         * locate.el (locate-command, locate-make-command-line)
10478         (locate-fcodes-file, locate-update-command)
10479         (locate-prompt-for-command, locate, locate-with-filter)
10480         (locate-get-file-positions): Doc fixes.
10481         (locate-buffer-name, locate-header-face): Remove leading `*' in
10482         defcustom.
10483         (locate-filter-output): Use `keep-lines' instead of its alias
10484         `delete-non-matching-lines'.
10485         (locate-get-filename, locate-get-dirname): Add introductory comment.
10486         (locate-find-directory-other-window): Give appropriate error
10487         message if used outside main listing.
10489 2006-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10491         * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
10492         the new extend-region feature.
10493         (font-lock-after-change-function): Update correspondingly.
10494         * jit-lock.el (jit-lock-after-change): Update correspondingly.
10495         * progmodes/grep.el (font-lock-lines-before): Don't disable.
10497 2006-03-15  Bill Wohler  <wohler@newt.com>
10499         * image.el (image-load-path-for-library): Fix example by not
10500         recommending that one binds image-load-path.  Just defvar it to
10501         placate compiler and only use it if previously defined.
10503 2006-03-15  Carsten Dominik  <dominik@science.uva.nl>
10505         * textmodes/org.el (org-insert-centered): Use `string-width' to
10506         make underlining work for wide characters.
10507         (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
10508         TAB to `org-cycle', to make sure that no binding in
10509         `outline-mode-map' can supercede it.
10511 2006-03-14  Ken Manheimer  <ken.manheimer@gmail.com>
10513         * allout.el: Increment version to 2.2.1 in file commentary.
10515         (allout-version): Increment to 2.2.1.
10517         (allout-default-layout): New customization variable, used when the
10518         file lacks a specific allout-layout.  Uses allout-layout-type for
10519         recursively nested definition.
10521         (allout-layout-type): Widget defining allout layouts, necessary for
10522         self-recursive definition.
10524         (allout-mode): Incorporate allout-default-layout as fallback for
10525         allout-layout.
10527         (allout-layout): Mark as 'safe-local-variable', and refer mention
10528         fallback to `allout-default-layout' in absence of a specified value.
10529         (allout-passphrase-verifier-string)
10530         (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
10532         (allout-file-passphrase-verifier-string): Obsolete variable, removed.
10534         (allout-get-encryption-passphrase-verifier): Use correct name of
10535         passphrase verifier in docstring.
10537 2006-03-15  Nick Roberts  <nickrob@snap.net.nz>
10539         * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
10540         elements.
10541         (gdb-find-watch-expression): Make it work for arrays too.
10542         Follow change to gdb-var-list.
10543         (gud-watch): Allow the user to enter variable name with a prexix
10544         arg.  Create keybindings.
10545         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
10546         (gdb-var-list-children-handler, gdb-var-update-handler)
10547         (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
10548         (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
10549         Follow change to gdb-var-list.
10550         (gdb-starting): Don't show the overlay arrows when program is running.
10552         * progmodes/gud.el (gud-speedbar-buttons): Follow change to
10553         gdb-var-list.
10555 2006-03-14  Bill Wohler  <wohler@newt.com>
10557         * image.el (image-load-path-for-library): Pass value of path
10558         rather than symbol.  Always return list of directories.
10559         Guarantee that image directory comes first.
10561 2006-03-14  Alan Mackenzie  <acm@muc.de>
10563         * font-core.el (font-lock-extend-region\(-function\)?.):
10564         New function/variable.
10566         * font-lock.el (font-lock-after-change-function):
10567         Call font-lock-extend-region.  Obey font-lock-lines-before.
10568         (font-lock-default-fontify-region): Remove reference to
10569         font-lock-lines-before.
10571         * jit-lock.el (jit-lock-after-change):
10572         Call font-lock-extend-region.  Obey font-lock-lines-before.
10574 2006-03-14  David Ponce  <david@dponce.com>
10576         * tree-widget.el (tree-widget-themes-load-path)
10577         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
10579 2006-03-13  Ryan Yeske  <rcyeske@gmail.com>
10581         * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
10582         (rcirc-print): Mark the start of text at the end of the prompt.
10583         (rcirc-track-minor-mode): Add autoload cookie.
10584         (rcirc-update-activity-string): Add space to front of mode-line
10585         indicator.
10587 2006-03-13  Miles Bader  <miles@gnu.org>
10589         * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
10590         (rcirc-abbrev-nick): Remove function.
10591         (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
10593 2006-03-13  David Ponce  <david@dponce.com>
10595         * tree-widget.el: Handle themes across all occurrences of the main
10596         themes sub-directory found in tree-widget-themes-load-path.
10597         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
10598         (tree-widget--locate-sub-directory): Return all occurrences.
10599         (tree-widget-themes-path): New function.
10600         Replace tree-widget-themes-directory, and return a list of directories.
10601         (tree-widget-set-parent-theme)
10602         (tree-widget-lookup-image): Use it.
10604 2006-03-13  Carsten Dominik  <dominik@science.uva.nl>
10606         * textmodes/org.el (org-link-search): Avoid self-matching of
10607         links, allow target text to be distributed over several lines.
10608         (org-search-not-link): New function.
10609         (org-set-regexps-and-options, org-get-current-options):
10610         New startup options.
10611         (org-export-as-html): Take odd-level setting from local variable.
10612         (org-fontify-emphasized-text): New option.
10613         (org-set-font-lock-defaults): Include emphasized text.
10614         (org-follow-mhe-link): Allow folder-only links, fix folder name.
10615         (org-font-lock): Customize group renamed from `org-faces'.
10617 2006-03-13  John Paul Wallington  <jpw@pobox.com>
10619         * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
10620         keyword; require `ibuf-ext' feature.  Thanks to Zhang Wei.
10622 2006-03-12  Luc Teirlinck  <teirllm@auburn.edu>
10624         * cus-start.el (all): Delete :version keyword for members of the
10625         fringe group, since the entire group is new in 22.1.
10627 2006-03-13  Nick Roberts  <nickrob@snap.net.nz>
10629         * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
10630         map if value is hexadecimal (an address).
10631         (gud-watch): Only search roots for existing watch expressions.
10632         (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
10633         prevent caching problems with speedbar-update-directory-contents.
10635 2006-03-12  Juri Linkov  <juri@jurta.org>
10637         * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
10638         before comparing with `low' and `warn'.
10640         * info.el (Info-dir-remove-duplicates): Move point to the
10641         beginning of the current line after deleting the entries from
10642         redundant heading.  Use marker for `limit' and compare it with
10643         point before calling `re-search-forward'.
10645 2006-03-11  Luc Teirlinck  <teirllm@auburn.edu>
10647         * simple.el (yank): Fix typo in docstring.
10649 2006-03-11  Ryan Yeske  <rcyeske@gmail.com>
10651         * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
10652         messages, where "D" is the 6th character.
10654 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
10656         * simple.el (yank): Fix last change.
10658 2006-03-11  David Ponce  <david@dponce.com>
10660         * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
10661         merging elements from the standard ispell-dictionary-alist.
10662         (ispell-aspell-add-aliases): Add aliases to the passed dictionary
10663         alist, and return the new alist.
10665 2006-03-11  Richard Stallman  <rms@gnu.org>
10667         * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
10669         * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
10670         the way it is implemented is too unclean.
10672         * simple.el (kill-region, yank): Doc fix.
10674         * battery.el (battery-echo-area-format): Doc fix.
10675         (battery-mode-line-format): Likewise.
10676         (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
10677         (battery-linux-proc-acpi): Ignore batteries that say "charged".
10679 2006-03-11  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
10681         * progmodes/octave-mod.el (octave-indent-for-comment):
10682         Behave according to do string.
10684 2006-03-11  Agustin Martin  <agustin.martin@hispalinux.es>
10686         * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
10687         Be visible only if major mode is Mail Mode.
10689         * textmodes/flyspell.el (flyspell-external-point-words)
10690         (flyspell-process-localwords): Fix last changes.
10692 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
10694         * calendar/holidays.el (list-holidays): Doc fix.
10696         * international/mule.el (auto-coding-alist): Add .odt
10697         (OpenOffice's open document) files.
10699         * files.el (auto-mode-alist): Add .odt (OpenOffice's open
10700         document) files.  Mention in the doc string the need to sync with
10701         auto-coding-alist.
10703 2006-03-10  Chong Yidong  <cyd@stupidchicken.com>
10705         * files.el (hack-local-variables-confirm): Don't prompt for ! if
10706         enable-local-variables is set to always query, or there is no
10707         savable variable.
10709 2006-03-10  Bill Wohler  <wohler@newt.com>
10711         * image.el (image-load-path-for-library): Merge at least three
10712         functions from Gnus and MH-E into this one function that can now
10713         be shared.
10715 2006-03-11  Nick Roberts  <nickrob@snap.net.nz>
10717         * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
10718         gdb-remove-mouse-face and remove help-echo too.
10719         (gdb-enqueue-input): Correct conditional clause.
10721 2006-03-10  Glenn Morris  <rgm@gnu.org>
10723         * calendar/calendar.el (calendar-holidays): Doc fix.
10724         * calendar/holidays.el (list-holidays): Doc fix.
10726 2006-03-10  Nick Roberts  <nickrob@snap.net.nz>
10728         * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
10729         it gets called in gdb-prompt anyway.
10730         (gdb-use-separate-io-buffer): Only restore window arrangement for
10731         gdb-many-windows.
10732         (gdb-enqueue-input): Make it harder to send GDB input when program
10733         is running.
10734         (gdb-buffer-list): New variable.
10735         (gdb-remove-mouse-face): New function.
10736         (gdb-starting): Use it when GDB input won't get sent.
10738 2006-03-08  Juanma Barranquero  <lekktu@gmail.com>
10740         * help.el (view-lossage): Remove trailing whitespace before
10741         inserting "\n".
10743 2006-03-07  Chong Yidong  <cyd@stupidchicken.com>
10745         * files.el (hack-local-variables-confirm):
10746         Set coding-system-for-read to nil before writing to .emacs.
10748         * arc-mode.el (archive-extract): Check if an existing buffer name
10749         comes from a different archive.
10751         * help.el (describe-key-briefly): If KEY is a down event, read and
10752         discard the up event.
10754 2006-03-07  Nick Roberts  <nickrob@snap.net.nz>
10756         * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
10757         be edited and use font-lock-warning-face for any changes.
10759         * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
10760         (gdb-edit-value): Use it to report any errors.
10762 2006-03-07  Juanma Barranquero  <lekktu@gmail.com>
10764         * help.el (describe-key): Remove leftover test code.
10766 2006-03-07  Carsten Dominik  <dominik@science.uva.nl>
10768         * textmodes/org.el: Move defvars out of eval-when-compile.
10769         Use buffer-file-name variable.
10770         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
10771         arg `file'.
10772         (org-level-faces): Remove startup dependency.
10773         (org-cycle, org-map-tree, org-scan-tags)
10774         (org-remember-handler): Don't call `outline-level' directly.
10775         (org-mhe-search-all-folders): New option.
10776         (org-mhe-get-message-folder-from-index)
10777         (org-mhe-get-message-folder): Fix indexing search.
10778         (org-format-agenda-item): Handle nil TAGS argument.
10779         (org-cleaned-string-for-export, org-activate-target-links)
10780         (org-make-target-link-regexp): Deal with empty radio target list.
10781         (org-tag): New face.
10782         (org-get-level-face): New function.
10783         (org-set-font-lock-defaults): Simplify setup for headlines.
10784         (org-complete): Pass common substring to `display-completion-list'.
10786 2006-03-06  David Ponce  <david@dponce.com>
10788         * tree-widget.el: Update Commentary header.
10789         (tree-widget-theme-name): Ignore parent themes.
10790         (tree-widget-set-parent-theme): New function.
10791         (tree-widget-set-theme): Use it.
10792         (tree-widget-set-image-properties): Move definition.  Does nothing
10793         if image properties have already been set.
10794         (tree-widget-image-properties): Move definition.  Receive an image
10795         name.  Set the :pointer property.
10796         (tree-widget-lookup-image): Doc fix.  Search in parent themes.
10797         Don't set the :pointer image property.
10798         (tree-widget-convert-widget): New function.  Handle :dynargs
10799         compatibility here.
10800         (tree-widget): Use it to :convert-widget.  Add the :expander-p
10801         predicate to control when the :expander function is entered.
10802         Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
10803         (tree-widget-value-create): Handle :expander-p.  widget-apply
10804         :expander.
10805         (tree-widget-expander-p): New function.  Default value of the
10806         :expander-p property.
10808 2006-03-06  Chong Yidong  <cyd@stupidchicken.com>
10810         * help.el (describe-key): Properly handle the return value of
10811         read-key-sequence when grabbing an up-event.  Cleanup mouse-1
10812         remaps.  Handle string and vector `follow-link' values.
10814 2006-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10816         * complete.el (PC-expand-many-files): Try be more careful when parsing
10817         the shell's output.
10819 2006-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10821         * outline.el (hide-sublevels): Provide better interactive default.
10823 2006-03-06  Kenichi Handa  <handa@m17n.org>
10825         * international/fontset.el (create-fontset-from-fontset-spec):
10826         Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
10828 2006-03-05  Luc Teirlinck  <teirllm@auburn.edu>
10830         * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
10831         backslashes instead of one in regexp.
10832         (gud-tooltip-dereference): Add missing optional argument.
10834 2006-03-04  John Paul Wallington  <jpw@pobox.com>
10836         * wdired.el (toplevel): Require `cl' at compile-time.
10838 2006-03-04  Andreas Schwab  <schwab@suse.de>
10840         * server.el (server-process-filter): Handle errors during
10841         evaluation of the argument.
10843 2006-03-03  John Paul Wallington  <jpw@pobox.com>
10845         * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
10846         escape parentheses at beginning of line.
10847         (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
10848         (t-mouse-mode): Remove period from end of error message.
10850 2006-03-03  Agustin Martin  <agustin.martin@hispalinux.es>
10852         * textmodes/flyspell.el (flyspell-process-localwords):
10853         Be case-sensitive.
10855 2006-03-03  Martin Rudalics  <rudalics@gmx.at>
10857         * cus-edit.el (custom-quote): Remove function, since it has been
10858         moved to custom.el.
10860         * font-lock.el (lisp-font-lock-keywords-2)
10861         * emacs-lisp/rx.el (rx-check-any, rx-check-not)
10862         * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
10863         they have no special meaning.
10865         * midnight.el (clean-buffer-list): Handle case where base-buffer of
10866         indirect buffer gets killed before indirect buffer.  Use dolist.
10868 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
10870         * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
10871         value instead of a literal constant (1) on more pauses.
10873 2006-03-03  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
10875         * textmodes/flyspell.el (flyspell-external-point-words):
10876         Be case-sensitive.
10878 2006-03-03  Ryan Yeske  <rcyeske@gmail.com>
10880         * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
10881         with "www".
10883 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
10885         * allout.el: Restablish intermediate missing comment header to
10886         preserve outline structure.
10887         (allout-beginning-of-current-entry): Skip invisible text.
10888         (allout-open-topic): Fix opening a topic at end-of-buffer.
10889         (allout-minor-mode): Move nearer to allout-mode function.
10891 2006-03-02  Carsten Dominik  <dominik@science.uva.nl>
10893         * textmodes/org.el (org-paste-subtree): Remove (debug) form.
10895 2006-03-02  Nick Roberts  <nickrob@snap.net.nz>
10897         * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
10898         is nil.
10900         * progmodes/gud.el (gud-speedbar-menu-items):
10901         Use buffer-local-value and add missing :visible keyword.
10903         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
10905 2006-03-01  Carsten Dominik  <dominik@science.uva.nl>
10907         * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
10908         must be `follow-link'.
10910         * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
10912         * textmodes/org.el (org-export-as-html): Fix bugs in HTML
10913         formatting: No nested anchors.
10914         (org-all-targets): Fix bug with XEmacs compatibility.
10915         (org-read-date): Add (require 'parse-time).
10916         (org-set-tags): Fix bug with extra inserted space.
10917         (org-export-html-style): Define a style class for targets.
10918         (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
10919         (org-hide-leading-stars): New option.
10920         (org-hide): New face.
10921         (org-set-font-lock-defaults): Allow to hide leading stars.
10922         (org-get-legal-level, org-tr-level): New functions.
10923         (org-odd-levels-only): New option.
10924         (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
10925         (org-demote, org-promote): Deal with double-star levels.
10926         (org-convert-to-odd-levels): New command.
10928 2006-03-01  Nick Roberts  <nickrob@snap.net.nz>
10930         * speedbar.el (speedbar-update-localized-contents): Try to
10931         preserve window-start.
10932         (speedbar-update-directory-contents): Try to preserve window-start
10933         and window-point.
10934         (speedbar-update-special-contents): Don't move back to start of window.
10936         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
10937         gdb-speedbar-timer-fn.  Use speedbar-refresh instead of
10938         speedbar-timer-fn.
10939         (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
10940         (gdb-speedbar-expand-node): Use speedbar-delete-subblock
10941         instead of gdb-speedbar-timer-fn.
10943 2006-02-28  Jay Belanger  <belanger@truman.edu>
10945         * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
10946         (math-compose-expr): Use latex option when calling
10947         `math-compose-tex-matrix' for latex mode.
10949 2006-02-28  Nick Roberts  <nickrob@snap.net.nz>
10951         * speedbar.el: Re-instate comments about developing for speedbar
10952         [this is what info and gdb-ui use even if better methods exist now].
10954         * t-mouse.el: New file.
10955         (t-mouse-tty): Use with-temp-buffer.  Add more terminal types.
10956         (t-mouse-lispy-buffer-posn-from-coords): Remove.
10957         (t-mouse-make-event-element): Use posn-at-x-y instead.
10958         (t-mouse-make-event): Deal with Fedora Core 3.
10959         (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
10960         (t-mouse-mouse-position-function): New function.  Use it instead
10961         of advising mouse-position.
10962         (t-mouse-mode): New minor mode.
10963         (t-mouse-stop, t-mouse-run): Remove.  Use t-mouse-mode instead.
10965 2006-02-27  Glenn Morris  <rgm@gnu.org>
10967         * calendar/calendar.el (calendar-holidays): Doc fix.
10969 2006-02-27  Nick Roberts  <nickrob@snap.net.nz>
10971         * progmodes/gdb-ui.el (gdb-source-window): New variable.
10972         Re-introduce the concept of a source window.
10973         (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
10974         consistency with get-buffer-create.
10975         (def-gdb-auto-update-handler, gdb-info-locals-handler)
10976         (gdb-data-list-register-values-handler)
10977         (gdb-stack-list-locals-handler): Try to preserve window-start as
10978         well as window-point.
10979         (gdb-display-source-buffer): New function (old concept).
10980         (gdb-goto-breakpoint): Use it.
10982         * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
10983         for gdb-ui/gdb-mi (old concept).
10985 2006-02-27  Carsten Dominik  <dominik@science.uva.nl>
10987         * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
10988         binding.
10990         * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
10992         * textmodes/reftex-sel.el (reftex-select-label-map)
10993         (reftex-select-bib-map): Add `follow-mouse' binding.
10995 2006-02-26  Luc Teirlinck  <teirllm@auburn.edu>
10997         * jka-cmpr-hook.el (jka-compr-compression-info-list)
10998         (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
10999         Give :set functions to provide automatic updating.
11000         Update docstring.  Give compiler defvars early in the file
11001         and move the defcustoms to a later spot where all called functions
11002         are defined.
11003         (jka-compr-file-name-handler-entry): Doc fix.
11004         (jka-compr-compression-info-list--internal)
11005         (jka-compr-mode-alist-additions--internal)
11006         (jka-compr-load-suffixes--internal): New variables.
11007         (jka-compr-install): Set the three above variables.
11008         Update `load-file-rep-suffixes' instead of `load-suffixes'.
11009         (jka-compr-update, jka-compr-set): New functions.
11010         (auto-compression-mode): Doc fix.
11012         * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
11013         Update `load-file-rep-suffixes' instead of `load-suffixes'.
11014         Use jka-compr-compression-info-list--internal,
11015         jka-compr-mode-alist-additions--internal and
11016         jka-compr-load-suffixes--internal.
11018         * files.el (load-library):
11019         * loadhist.el (file-loadhist-lookup):
11020         * startup.el (command-line):
11021         * subr.el (locate-library):
11022         * emacs-lisp/autoload.el (update-directory-autoloads):
11023         * emacs-lisp/find-func.el (find-library-suffixes):
11024         Use `get-load-suffixes' instead of `load-suffixes'.
11026         * subr.el (locate-library):
11027         * emacs-lisp/find-func.el (find-library-name):
11028         Use `load-file-rep-suffixes' instead of '("").
11030 2006-02-26  Kim F. Storm  <storm@cua.dk>
11032         * ido.el (ido-save-history, ido-load-history): Simplify.
11033         Don't use find-file-noselect to avoid interference from other modes.
11035 2006-02-25  Thien-Thi Nguyen  <ttn@gnu.org>
11037         * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
11038         to use the default shell if filename is not available.
11039         Reported by Giorgos Keramidas.
11041 2006-02-25  John Williams  <jrw@pobox.com>  (tiny change)
11043         * progmodes/etags.el (tags-completion-table): Do completion from
11044         all the tables in the current list, as documented in the manual.
11046 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
11048         * CC Mode Update to 5.31.3.
11050 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
11052         * progmodes/cc-mode.el (c-postprocess-file-styles):
11053         Bind inhibit-read-only to t, around the call to
11054         c-remove-any-local-eval-or-mode-variables, so that it works on a
11055         RO file.
11057 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
11059         * progmodes/cc-awk.el: Correct a typo.
11061 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
11063         * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
11064         c-hungry-delete-backwards, at the request of RMS.  Leave the old
11065         name as an alias.
11067 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
11069         * progmodes/cc-mode.el: Correct a typo.
11071 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
11073         * progmodes/cc-defs.el: Update the version number to 5.31.3.
11075 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
11077         * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
11078         brace-else-brace (error due to mbeg, mend being undefined).
11080 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
11082         * progmodes/cc-mode.el: File Local variables: Solve the problem
11083         where both `mode' and c-file-offsets are specified: `mode' will
11084         overwrite c-f-o's settings:
11085         (c-remove-any-local-eval-or-mode-variables): New function.
11086         (c-postprocess-file-styles): Call the above new function, within
11087         c-tentative-buffer-change, to splat `mode' and `eval' before the
11088         second hack-local-variables.
11090 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
11092         * progmodes/cc-mode.el:
11093         [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
11094         (c-after-change): Protect the match data with save-match-data.
11095         It was getting corrupted by c-after-change-check-<>-operators.
11097         * cc-defs.el: [Supersedes patch V1.38]:
11098         (top level): Check for a buggy font-lock-compile-keywords ONLY in
11099         XEmacs.  GNU Emacs 22 now has a check which would throw an error here.
11101         * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
11102         with save-match-data.  It was being corrupted when Font Lock was
11103         not enabled.
11105 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
11107         * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
11108         Mode and Subword Mode.
11110         * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
11111         real labels ("case 1:" or "foo:") from non-labels ("public:").
11112         (c-forward-objc-directive): Replace c-forward-token-2 with crude
11113         coding; c-f-t-2 doesn't move over a token at EOB.
11115         * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
11117         * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
11118         (c-update-modeline): Concatenate the minor mode indicators
11119         directly onto mode-name, removing c-submode-indicators.
11120         Sometimes, c-s-i got separated from the mode name on the mode line.
11122         * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
11123         (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
11125 2006-02-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
11127         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
11128         error message when there's an evaluation error to show whether
11129         it's loaded from source or not.
11130         (c-filter-ops): Make it available at runtime too to work when
11131         `c-make-init-lang-vars-fun' needs to evaluate from source.
11133 2006-02-24  Juanma Barranquero  <lekktu@gmail.com>
11135         * help.el (help): Revert last part of 2006-02-23 change (deletion
11136         of the `provide' call).
11138 2006-02-23  Juri Linkov  <juri@jurta.org>
11140         * compare-w.el (compare-windows-highlight): Add new value
11141         `persistent' and change :type from `boolean' to `choice'.
11142         (compare-windows-overlays1, compare-windows-overlays2):
11143         New internal variables.
11144         (compare-windows-highlight): If compare-windows-highlight is
11145         `persistent', add current overlays to compare-windows-overlays[12]
11146         instead of adding compare-windows-dehighlight to pre-command-hook.
11147         (compare-windows-dehighlight): Delete all overlays from
11148         compare-windows-overlays[12].
11150         * info.el (Info-search): Don't bind search-spaces-regexp to
11151         Info-search-whitespace-regexp in non-regexp isearch mode.
11153 2006-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11155         * help.el (describe-mode): Pass `mode-name' to format-mode-line.
11157 2006-02-23  Juanma Barranquero  <lekktu@gmail.com>
11159         * textmodes/org.el (org-xemacs-p)
11160         (org-export-html-show-new-buffer, org-table-may-need-update)
11161         (org-insert-item, org-mhe-get-message-real-folder)
11162         (org-mhe-get-message-folder-from-index)
11163         (org-mhe-get-message-folder, org-mhe-get-message-num)
11164         (org-mhe-get-header, org-make-org-heading-search-string)
11165         (org-make-org-heading-camel, org-table-sort-lines)
11166         (org-format-org-table-html, org-format-table-table-html):
11167         Fix typos in docstrings.
11169 2006-02-23  Carsten Dominik  <dominik@science.uva.nl>
11171         * textmodes/org.el (org-cleaned-string-for-export)
11172         (org-solidify-link-text): New function.
11173         (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
11174         XEmacs, just to silence the compiler.
11175         (org-export-as-ascii, org-export-as-html-and-open):
11176         Use `org-cleaned-string-for-export' and create internal links.
11177         (org-follow-mhe-link): Require mh-e, use folder.
11179 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
11181         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
11183         * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
11184         gdb-debug-log-length.
11185         (gdb-debug-ring): Rename from gdb-debug-log-ring.  Don't make
11186         it a real ring but...
11187         (gud-gdba-marker-filter): ...make it work like mark-ring.
11188         (gdb-enable-debug): Rename from gdb-enable-debug-log.
11189         (gdb-mouse-jump): New function.  Add bindings.
11191 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
11193         * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
11194         (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
11195         (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
11196         (gdb-debug-log-length): Customize it's length.
11197         (gud-watch, gdb-var-create-handler): Display function::var format
11198         but don't use to create variable object.
11199         (gdb-var-create-handler): Use message-box in place of message.
11200         (gdb-stopped): Call gdb-exited if signalled.
11202 2006-02-22  Carsten Dominik  <dominik@science.uva.nl>
11204         * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
11206         * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
11208         * textmodes/reftex.el (reftex-locate-file): Search all extensions
11209         if `reftex-try-all-extensions' is set.
11211         * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
11212         fail silently when there is no valid argument at point.
11213         (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
11214         `fail-silently' argument.  From a patch by David Reiter.
11216         * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
11217         New commands.
11218         (org-mark-ring): New variable.
11219         (org-mark-ring-length): New option.
11220         (org-open-at-point, org-goto, org-open-file): Push old position
11221         onto the mark ring.
11222         (org-add-hook): New function.
11223         (org-export-table-remove-special-lines): New option.
11224         (org-skip-comments, org-format-org-table-html): Respect new
11225         option `org-export-table-remove-special-lines'.
11226         (org-open-file): Allow special command configuration for
11227         directory link.
11228         (org-file-apps): Fix bugs in customize type, added setting
11229         for directories.
11230         (org-activate-tags, org-format-agenda-item, org-complete)
11231         (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
11232         (org-get-tags, org-get-buffer-tags, org-open-at-point)
11233         (org-link-search, org-make-org-heading-search-string)
11234         (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
11235         (org-radio-targets, org-file-link-context-use-camel-case)
11236         (org-activate-camels): New options.
11237         (org-update-radio-target-regexp, org-all-targets)
11238         (org-make-target-link-regexp, org-activate-target-links):
11239         New functions.
11240         (org-make-org-heading-search-string): New function.
11241         (org-store-link, org-insert-link): Use new option
11242         `org-file-link-context-use-camel-case'.
11243         (org-activate-camels): Use new option `org-activate-camels'.
11244         (org-link-regexp): Add mhe prefix.
11245         (org-open-at-point, org-store-link): Support for mhe links.
11246         (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
11247         (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
11248         (org-mhe-get-header, org-follow-mhe-link): New functions.
11249         (org-remove-angle-brackets, org-add-angle-brackets):
11250         New functions.
11251         (org-bracket-link-regexp): New constant.
11252         (org-read-date): Fix bug that was rejecting all typed dates.
11253         (org-link-search): Make hierarchy above visible after a match.
11254         (org-follow-bbdb-link): Inhibit electric mode for BBDB.
11255         (org-store-link): Fix bug with link creation when cursor is in
11256         an empty line.
11257         (org-open-at-point): Fix bug with matching a link.
11258         Fixed buggy argument sequence in call to `org-view-tags'.
11259         (org-compile-prefix-format): Set `org-prefix-has-tag'.
11260         (org-prefix-has-tag): New variable.
11261         (org-format-agenda-item): Remove tags from headline
11262         if appropriate.
11263         (org-agenda-remove-tags-when-in-prefix): New option.
11265 2006-02-21  Michael Kifer  <kifer@cs.stonybrook.edu>
11267         * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
11268         Fix the regular expressions.
11270 2006-02-21  Richard M. Stallman  <rms@gnu.org>
11272         * progmodes/sh-script.el (sh-mode): Set shell type based on file name
11273         if there's no other specific basis.
11275         * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
11276         as variables at all.
11277         (unsafep-variable): Rename arg; doc fix.
11279         * abbrevlist.el (list-one-abbrev-table): Add autoload.
11281         * calendar/appt.el (diary-selective-display): Add defvar.
11283         * sort.el (sort-columns): Use Posix arg syntax for `sort'.
11285         * isearch.el (search-whitespace-regexp): Fix custom type.
11287         * help.el (describe-key-briefly): Compute interactive args
11288         in same was as before previous change.
11290         * files.el (enable-local-variables): Doc fix.
11292 2006-02-21  Kim F. Storm  <storm@cua.dk>
11294         * fringe.el: Cleanup as file is now pre-loaded.
11295         (fringe-bitmaps): Initialize unconditionally.
11296         (fringe-mode, set-fringe-style): Remove autoload cookies.
11298 2006-02-21  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
11300         * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
11301         `horizontal-bar'.
11302         (fringe-cursor-alist): Use `horizontal-bar'.
11304 2006-02-20  Kim F. Storm  <storm@cua.dk>
11306         * fringe.el (fringe-bitmaps): Update to new bitmap names.
11307         (fringe-indicator-alist, fringe-cursor-alist): Initialize.
11309         * loadup.el: Load "fringe" on window systems.
11311 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
11313         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
11314         out of scope components.
11316         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
11317         default.
11319 2006-02-20  Chong Yidong  <cyd@stupidchicken.com>
11321         * custom.el (customize-mark-to-save, customize-mark-as-set):
11322         Load the symbol first.
11324 2006-02-20  Juanma Barranquero  <lekktu@gmail.com>
11326         * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
11327         strech spec so it doesn't display as "^J" on the header line
11328         when `Buffer-menu-use-header-line' is t.
11330 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
11332         * speedbar.el (speedbar-make-button): Keep text properties
11333         of string arguments if desired.
11335         * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
11336         expessions.
11338         * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
11339         of speedbar.
11341 2006-02-19  Ryan Yeske  <rcyeske@gmail.com>
11343         * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
11344         to value of `read-file-name-completion-ignore-case'.
11346 2006-02-19  Chong Yidong  <cyd@stupidchicken.com>
11348         * custom.el (customize-mark-as-set): Push to `user' theme.
11350         * cus-edit.el (custom-save-variables): Allow unthemed values.
11351         (customize-set-variable): Push setting to `user' theme.
11353 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
11355         * progmodes/gud.el: Don't require font-lock as it's now
11356         automatically loaded.
11357         (gud-speedbar-buttons): Replace gdb-var-changed with
11358         gdb-force-update.
11360         * progmodes/gdb-ui.el (gdb-force-update): Rename from
11361         gdb-var-changed.
11362         (gdb-post-prompt): Use it.
11363         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
11364         (gdb-var-update-handler, gdb-var-delete)
11365         (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
11366         (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
11367         gdb-force-update in gdb-post-prompt.
11368         (gdb-reset): Clear watch expressions from speedbar when quitting.
11370 2006-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
11372         * viper-cmd.el (viper-insert-state-post-command-sentinel)
11373         (viper-change-state-to-vi, viper-change-state-to-emacs):
11374         Make aware of cursor coloring in the Emacs state.
11375         (viper-special-read-and-insert-char): Use read-char-exclusive.
11376         (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
11378         * viper-init.el (viper-emacs-state-cursor-color): New variable.
11380         * viper-util.el (viper-save-cursor-color)
11381         (viper-get-saved-cursor-color-in-replace-mode)
11382         (viper-get-saved-cursor-color-in-insert-mode)
11383         (viper-restore-cursor-color): Make aware of the cursor color in Emacs
11384         state.
11385         (viper-get-saved-cursor-color-in-emacs-mode): New function.
11387         * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
11388         (ediff-ignore-case-option3, ediff-actual-diff-options)
11389         (ediff-actual-diff3-options): New variables to control case sensitivity.
11390         (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
11391         (ediff-setup-diff-regions3): Make aware of case-sensitivity.
11392         (ediff-toggle-ignore-case): New function.
11393         (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
11395         * ediff-help.el (ediff-long-help-message-narrow2)
11396         (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
11397         (ediff-long-help-message-word-mode): Add ignore-case command.
11398         (ediff-help-for-quick-help): Add ignore-case command.
11400         * ediff-merg.el: Move provide to the end.
11402         * ediff-ptch.el: Move provide to the end.
11404         * ediff-wind.el: Move provide to the end.
11406         * ediff-mult.el: Move provide to the end.
11407         (ediff-set-meta-overlay): Enable follow-link.
11409         * ediff.el: Move provide to the end.
11410         Break recursive load cycle in eval-when-compile.
11411         (ediff-patch-buffer): Better heuristics.
11413         * ediff-util.el: Move provide to the end.
11414         Break recursive load cycle in eval-when-compile.
11415         (ediff-setup-keymap): Add binding for #c.  Replace some defsubsts with
11416         defuns.
11417         (ediff-submit-report): Pass the values of ediff-diff3-program,
11418         ediff-diff3-options.
11420 2006-02-19  Juanma Barranquero  <lekktu@gmail.com>
11422         * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
11423         the opening bracket of the following bracketing pairs: {}, [], (), <>,
11424         `' (for example, in the docstring of `windmove-default-keybindings').
11426 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
11428         * progmodes/gud.el (gud-speedbar-buttons): Update properly for
11429         shadow face.  Don't provide binding to edit variable when it is
11430         out of scope.
11432         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
11433         (gdb-var-update-handler): Detect out of scope variables with pre
11434         GDB 6.4 too.
11435         (gdb-post-prompt): Revert change from 2006-02-17 (force update).
11436         Reset status of variable objects to nil in update handlers.
11437         (gdb-var-update-handler-1): Detect when a variable object comes
11438         in scope.  setcar on var changes gdb-var-list directly.
11440 2006-02-17  Juri Linkov  <juri@jurta.org>
11442         * ffap.el (ffap) <defface>: Add explicit face declaration.
11443         (ffap-highlight): Use face `ffap' directly instead of checking
11444         for its existence.
11446         * icomplete.el (icomplete-get-keys): Use `t' for the second arg
11447         `visible-ok' of `other-buffer' to find the right original buffer.
11449         * info.el (Info-search): Skip `Local Variables' node.
11451 2006-02-17  Juri Linkov  <juri@jurta.org>
11453         * info.el (Info-find-file): Check for symbols `apropos', `history',
11454         `toc' in the input filename, and return these symbols as is.
11455         (Info-find-node-2): Set Info-current-file to symbols `apropos',
11456         `history', `toc' instead of strings.
11457         (Info-set-mode-line): For non-string Info-current-file use the
11458         symbol's name inside **.
11459         (Info-isearch-push-state): Add quote before Info-current-file and
11460         Info-current-node.
11461         (Info-isearch-pop-state): Use `equal' instead of `string='.
11462         (Info-extract-pointer, Info-following-node-name): Use
11463         `match-string-no-properties' instead of `match-string'.
11464         (Info-up): Check `old-file' for `stringp'.
11465         (Info-history): Use `equal' instead of `string-equal'.
11466         Check `file' for `stringp'.
11467         (Info-history): Use symbol `history' instead of string as first arg
11468         of `Info-find-node'.
11469         (Info-toc): Check `Info-current-file' for `stringp'.  Use symbol
11470         `toc' instead of string.
11471         (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
11472         instead of `buffer-substring', and `match-string-no-properties'
11473         instead of `match-string'.
11474         (Info-index-nodes): Check for symbols `apropos', `history', `toc'
11475         instead of strings.
11476         (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
11477         Use symbol `apropos' instead of string.
11478         (Info-copy-current-node-name): Check `Info-current-file' for
11479         `stringp' and construct a command with `Info-find-node' from it.
11480         (Info-fontify-node): Use `match-string-no-properties' instead of
11481         `match-string' and check file names for `stringp'.
11482         (Info-desktop-buffer-misc-data): Check for symbols `apropos',
11483         `history', `toc' instead of strings.
11485 2006-02-17  Chong Yidong  <cyd@stupidchicken.com>
11487         * files.el: Rearrange functions and variables in the file local
11488         variables section.
11490 2006-02-17  Reiner Steib  <Reiner.Steib@gmx.de>
11492         * files.el: Add truncate-lines, ispell-check-comments and
11493         ispell-local-dictionary as safe local variables.
11495 2006-02-18  Nick Roberts  <nickrob@snap.net.nz>
11497         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
11498         out of scope variables.
11499         (gud-speedbar-buttons): Use unless.
11501         * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
11502         (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
11503         (gdb-show-changed-values): Also use for out of scope variables.
11504         (gdb-var-update-handler-1): Note if variable goes out of scope.
11506 2006-02-17  Ryan Yeske  <rcyeske@gmail.com>
11508         * net/rcirc.el (rcirc-connect): Make all arguments optional, and
11509         default to global variable values for unsupplied args.
11510         (rcirc-get-buffer-create): Fix bug with setting the target.
11511         (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
11512         test for rcirc-always-use-server-buffer-flag here.
11513         (rcirc-response-formats): Add %N, which is a facified nick.  %n
11514         uses the default face.  Change the ACTION format string.  If the
11515         "nick" is the server, don't print anything for that field.
11516         Comment fixes.
11517         (rcirc-target-buffer): Don't test
11518         rcirc-always-use-server-buffer-flag here.
11519         (rcirc-print): Squeeze extra spaces out of the text before message.
11520         (rcirc-put-nick-channel): Strip potential "@" char from nick
11521         before adding them to nick table.
11522         (rcirc-url-regexp): Improve to match address like "foo.com".
11524 2006-02-17  Eli Zaretskii  <eliz@gnu.org>
11526         * allout.el (allout-hidden-p): Move this defsubst before
11527         allout-overlay-interior-modification-handler, where it is first
11528         used.
11530 2006-02-17  Ken Manheimer  <ken.manheimer@gmail.com>
11532         * allout.el: Use allout invisible-text overlays instead of
11533         selective display for concealed text.  Also, lots of general
11534         cleanup, and improved compatibility code.
11536         (allout-version) Incremented, corrected, revised, and refined
11537         module commentary.
11539         (provide 'allout): Moved to the bottom, added a require of overlay.
11541         (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
11542         `except-current'.
11543         (allout-write-file-hook-handler): Minimize delay.
11544         (count-trailing-whitespace-region): New function so
11545         auto-encryption of current topic can resituate cursor exactly.
11546         PGP/GPG encryption trims trailing whitespace from lines, which
11547         must be accounted for across encryption then decryption.
11549         (allout-command-prefix): Now defaults to "\C-c<space>" rather than
11550         just plain "\C-c", to avoid intruding on user's keybinding space.
11552         (allout-toggle-current-subtree-encryption): Pass along fetch-pass
11553         parameter, so user request to provide a new password is done.
11555         (allout-outside-normal-auto-fill-function, allout-auto-fill):
11556         Refined mechanism for auto-filling behavior while in allout mode.
11558         (allout-mode): Explicitly specify the mode map in the docstring.
11559         Clarify provision for various write-file hook var names.
11560         Adjusted for invisible-text overlays instead of selective-display.
11562         (allout-depth): Really return 0 if not within any topic.  This
11563         rectifies `allout-beginning-of-level' and sequence numbering
11564         errors that occur when cutting and pasting numbered topics.
11565         Changed from a in-line subst to a regular function, as well.
11567         (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
11569         (allout-end-of-subtree, allout-end-of-subtree)
11570         (allout-end-of-entry, allout-end-of-current-heading)
11571         (allout-next-visible-heading, allout-open-topic, allout-show-entry)
11572         (allout-show-children, allout-show-to-offshoot)
11573         (allout-hide-current-entry, allout-show-current-entry): Rectified
11574         handling of trailing blank lines between items.
11576         (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
11577         (allout-current-depth, allout-unprotected, allout-hidden-p)
11578         (allout-on-current-heading-p, allout-listify-exposed)
11579         (allout-chart-subtree, allout-goto-prefix)
11580         (allout-back-to-current-heading, allout-get-body-text)
11581         (allout-snug-back, allout-flag-current-subtree, allout-show-all)
11582         (allout-hide-region-body, allout-toggle-subtree-encryption)
11583         (allout-encrypt-string, allout-encrypted-key-info)
11584         (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
11585         (allout-file-vars-section-data): Adjusted for use with
11586         invisible-text overlays instead of selective-display.
11588         (allout-kill-line, allout-kill-topic, allout-yank-processing):
11589         Reworked for use with invisible text overlays.
11591         (allout-current-topic-collapsed-p): New function.
11593         (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
11594         to know when to close the containing topic.
11596         (allout-pre-command-business, allout-post-command-business):
11597         Simplify undo-batching and dynamic isearch exposure.
11599         (allout-set-overlay-category): New for invisible-text overlays.
11600         Sets properties of allout-overlay-category, used by
11601         allout-flag-region to set invisible-text overlay properties.
11602         (allout-get-invisibility-overlay): Get the first qualifying
11603         invisibility overlay, so we can find the extent of it.
11604         (allout-back-to-visible-text): Get to just before the beginnining
11605         of the current invisibility overlay, if any.
11607         (allout-overlay-insert-in-front-handler)
11608         (allout-overlay-interior-modification-handler)
11609         (allout-before-change-handler, allout-isearch-end-handler): New
11610         functions to handle extraordinary actions affecting concealed
11611         text.
11613         (allout-flag-region): Use overlays instead of selective-display
11614         for invisible text - by inheritence from the properties of
11615         allout-overlay-category in mainline Emacs, and applied
11616         property-by-property in XEmacs, some recent versions of which
11617         don't inherit the properties from the category.  Provisions to
11618         respond to concealed-text edits simplified drastically.
11620         (allout-isearch-rectification, allout-isearch-was-font-lock)
11621         (allout-isearch-expose, allout-enwrap-isearch)
11622         (allout-isearch-abort, allout-pre-was-isearching)
11623         (allout-isearch-prior-pos, allout-isearch-did-quit)
11624         (allout-isearch-dynamic-expose)
11625         (allout-hide-current-entry-completely): Functions deleted.
11627         (allout-undo-aggregation): Explicit undo aggregation no longer
11628         necessary due to transition away from selective-display.
11630         (set-allout-regexp, allout-up-current-level)
11631         (allout-next-visible-heading, allout-forward-current-level)
11632         (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
11633         (allout-kill-line, allout-yank-processing, allout-show-children)
11634         (allout-expose-topic, allout-old-expose-topic)
11635         (allout-listify-exposed, allout-insert-latex-header)
11636         (allout-toggle-subtree-encryption, allout-encrypt-string)
11637         (remove-from-invisibility-spec, allout-hide-current-subtree):
11638         Ditched unused variables.
11640 2006-02-17  Agustin Martin  <agustin.martin@hispalinux.es>
11642         * textmodes/ispell.el (ispell-change-dictionary): Call
11643         ispell-buffer-local-dict instead of
11644         ispell-accept-buffer-local-defs.
11645         (ispell-local-dictionary-alist): Accept as valid any coding-system
11646         supported by Emacs.
11647         (ispell-dictionary-alist-3): Esperanto dictionary's coding system
11648         changed to iso-8859-3.
11650 2006-02-17  Nick Roberts  <nickrob@snap.net.nz>
11652         * speedbar.el (speedbar-frame-width): Make an inline function
11653         instead of a macro.  Use frame-width.
11654         (speedbar-try-completion, speedbar-update-contents)
11655         (speedbar-timer-fn): Use consp.
11656         (speedbar-update-localized-contents): Try to preserve point.
11658         * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
11659         (menu): Re-order menu items.
11660         (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
11661         field.
11662         (gdb-var-update-handler-1): Use it for GDB 6.4+.
11663         (gdb-post-prompt): Speed things by not forcing update.
11665 2006-02-16  Chong Yidong  <cyd@stupidchicken.com>
11667         * wid-edit.el (widget-button-click): For mouse-1, cancel button
11668         press and perform default action if we get a mouse movement event.
11670 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
11672         * calendar/icalendar.el (icalendar--get-event-property)
11673         (icalendar--get-event-property-attributes): Fix typos in
11674         docstrings.
11676         * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
11677         docstring.
11679 2006-02-15  Juanma Barranquero  <lekktu@gmail.com>
11681         * bs.el (bs-mode): Use `buffer-disable-undo'.
11682         (bs--get-file-name): Simplify.
11683         (bs-show-in-buffer): Mark the buffer as not modified.
11685 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
11687         * wid-edit.el (widget-keymap): Bind down-mouse-1 to
11688         widget-button-click.
11690         * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
11691         (custom-mode): Update docstring.
11693         * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
11694         binding.
11696         * files.el (hack-local-variables-confirm): Allow scrolling if the
11697         file variable list is too long.  Kill temp buffer after use.
11699 2006-02-15  Nick Roberts  <nickrob@snap.net.nz>
11701         * progmodes/gud.el (gdb): Improve doc string.
11702         (gdb-script-font-lock-keywords): Expand allowed character set.
11704         * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
11705         (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
11706         (gdb-separate-io-interrupt, gdb-separate-io-quit)
11707         (gdb-separate-io-stop, gdb-separate-io-eof):
11708         Rename from gdb-inferior-* to gdb-separate-*.
11709         (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
11711 2006-02-14  Jay Belanger  <belanger@truman.edu>
11713         * calc/calc-arith.el (math-check-known-scalarp): Make sure
11714         expression is a symbol before checking that it is bound.
11716         * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
11717         test to see if equation can be solved.
11719 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
11721         * wid-edit.el (widget-button-click): Use :pressed-face property
11722         for overlay face, if it exists.
11724         * cus-edit.el (custom-manual, custom-add-see-also)
11725         (custom-add-parent-links, custom-group-link): Add :pressed-face
11726         property to links.
11728         * files.el (hack-local-variables): Remove ignored variables before
11729         checking if any variables need setting.
11731 2006-02-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11733         * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
11735 2006-02-14  Juanma Barranquero  <lekktu@gmail.com>
11737         * help.el (where-is): Fix message for remapped commands.
11739         * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
11740         Fix typos in docstrings.
11742 2006-02-13  Chong Yidong  <cyd@stupidchicken.com>
11744         * files.el (safe-local-variable-values): New option.
11745         (hack-local-variables-prop-line): Return a list of variable-value
11746         pairs if MODE-ONLY is non-nil.
11747         (hack-local-variables): Construct list of variable-value pairs,
11748         and apply or reject them in one go.  Ask for confirmation if
11749         variables are not known safe.
11750         (hack-local-variables-confirm): Complete rewrite.  Support
11751         `safe-local-variable-values'.
11752         (enable-local-variables): Update docstring to reflect new
11753         behavior.
11754         (ignored-local-variables): Ignore ignored-local-variables and
11755         safe-local-variable-values.
11756         (safe-local-variable-p): New function.
11757         (risky-local-variable-p): `safe-local-variable' property check
11758         moved to safe-local-variable-p.
11759         (hack-one-local-variable): Checks moved to hack-local-variables.
11761         (byte-compile-dynamic, c-basic-offset, c-file-style)
11762         (c-indent-level, comment-column, fill-column, fill-prefix)
11763         (indent-tabs-mode, kept-new-versions, no-byte-compile)
11764         (no-update-autoloads, outline-regexp, page-delimiter)
11765         (paragraph-start, paragraph-separate, sentence-end)
11766         (sentence-end-double-space tab-width, version-control):
11767         Add `safe-local-variable' property.
11769         * find-lisp.el: Delete nonexistent `autocompile' file variable.
11771         * icomplete.el, play/landmark.el: Change nonexistent
11772         `outline-layout' file variable to `allout-layout'.
11774 2006-02-14  Nick Roberts  <nickrob@snap.net.nz>
11776         * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
11777         (gdb-get-changed-registers): Test value of gud-minor-mode relative
11778         to gud-comint-buffer.
11779         (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
11780         gdb-ui.el for gdb-mi.el.
11781         (gdb-post-prompt, gdb-get-changed-registers): Move test for
11782         registers buffer to gdb-get-changed-registers.
11783         (gdb-breakpoint-regexp): New regexp.  Allow toggling and
11784         deletion of catchpoints (throw and catch).
11785         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
11786         (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
11787         (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
11788         (gdb-var-list-children-1, gdb-info-breakpoints-custom)
11789         (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
11791 2006-02-13  Jay Belanger  <belanger@truman.edu>
11793         * calc/calc-arith.el (math-check-known-matrixp): Make sure
11794         expression is a symbol before checking that it is bound.
11796 2006-02-13  Richard M. Stallman  <rms@gnu.org>
11798         * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
11799         for the minibuffer too, but not if resize-mini-windows will interfere.
11801         * help.el (describe-key-briefly, describe-key): Do all arg-reading
11802         inside `interactive' spec.
11803         (describe-key-briefly-internal, describe-key-internal):
11804         Functions merged back into their callers.
11806 2006-02-13  Martin Rudalics  <rudalics@gmx.at>
11808         * info.el (info-xref-visited): Inherit from info-xref too.
11809         (Info-set-mode-line): Replace occurrences of `%' by `%%'
11810         when propertizing Info-current-file and Info-current-node.
11812 2006-02-13  Juri Linkov  <juri@jurta.org>
11814         * tumme.el (tumme-thumbnail-storage): Fix docstring.
11815         (tumme-thumb-name): Fix per-directory format.
11817 2006-02-13  Juanma Barranquero  <lekktu@gmail.com>
11819         * subr.el (substitute-key-definition): Doc fix (hide internal arg).
11821 2006-02-12  Miles Bader  <miles@gnu.org>
11823         * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
11825 2006-02-13  Mathias Dahl  <mathias.dahl@gmail.com>
11827         * tumme.el: Remove history section.  If someone needs the it, it
11828         can always be found in CVS.
11830 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
11832         * tumme.el (tumme-thumbnail-storage): Update docstring.  Add info
11833         about the Thumbnail Managing Standard option.
11835 2006-02-12  Richard M. Stallman  <rms@gnu.org>
11837         * subr.el (substitute-key-definition): Doc fix.
11839         * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
11841         * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
11843         * info.el (Info-mode): Doc fix.
11845         * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
11847 2006-02-12  Michael Albinus  <michael.albinus@gmx.de>
11849         * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
11850         because on Solaris a POSIX compatible "id" is needed.  Reported by
11851         Magnus Henoch <mange@freemail.hu>.
11853 2006-02-12  Juri Linkov  <juri@jurta.org>
11855         * tumme.el: Remove todo item about Thumbnail Managing Standard.
11856         (tumme) <defgroup>: Change :group to `multimedia'.
11857         (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
11858         Managing Standard.
11859         (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
11860         Fix dostring.
11861         (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
11862         and %y.  Fix docstring.
11863         (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
11864         (tumme-cmd-create-standard-thumbnail-command): New user options.
11865         (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
11866         is `standard'.  Fix docstring.
11867         (tumme-thumb-width, tumme-thumb-height): New user options.
11868         (tumme-external-viewer): Try to find various viewers.
11869         (tumme-get-thumbnail-image): Use `create-image' instead of
11870         constructing the `image' structure.
11871         (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
11872         `standard'.
11873         (tumme-thumb-name): Add file name generation for standard storage.
11874         Simplify code for other storages.
11875         (tumme-thumb-name): Use width %w and height %h instead of size %s.
11876         Add modification time %m and thumbnail-nq8 %q.
11877         Use `tumme-cmd-create-standard-thumbnail-command' if
11878         tumme-thumbnail-storage is `standard'.
11879         (tumme-dired-insert-marked-thumbs): New autoload command.
11880         (tumme-dired-after-readin-hook): New function.
11881         (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
11882         `tumme-thumb-size'.
11883         (tumme-display-image): Replace size-x %x and size-y %y with
11884         width %w and height %h.
11886         * dired.el (dired-mode-map): Bind `\C-t\C-t' to
11887         `tumme-dired-insert-marked-thumbs'.
11889 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
11891         * tumme.el (tumme-write-tag): Fix small bug (file name did not
11892         include path).
11893         (tumme-mark-tagged-files): Fix bug in regexp used to find rows
11894         matching tag.
11896 2006-02-12  Miles Bader  <miles@gnu.org>
11898         * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
11899         New variables.
11900         (rcirc-abbrev-nick): New function.
11901         (rcirc-format-response-string): Rewrite to use the formats in
11902         `rcirc-response-formats' and expand escape sequences therein.
11903         A text-property `rcirc-text' is added over the actual response
11904         text to make easy to find inside the returned string.
11905         (rcirc-print): When filling, just look for the `rcirc-text'
11906         text-property to find the appropriate fill prefix, instead of
11907         using hardwired patterns.
11909 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
11911         * tumme.el: Enhance some docstrings.  Add todo item about Thumbnail
11912         Managing Standard.
11914 2006-02-11  Kim F. Storm  <storm@cua.dk>
11916         * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
11917         Don't use insert-buffer; do insert-buffer-substring directly.
11918         (ido-file-internal): Set mark for ido-insert-file.  Use insert-file-1.
11920 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
11922         * files.el (revert-buffer, recover-file): Replace buffer-read-only
11923         with inhibit-read-only.  Suggested by Stefan Monnier.
11924         (revert-buffer): Let insert-file-contents discard
11925         buffer-undo-list.  Simplify code.
11926         (find-file, find-file-existing, revert-buffer): Doc-string fixes.
11928 2006-02-11  Eli Zaretskii  <eliz@gnu.org>
11930         * menu-bar.el (menu-bar-select-yank): Add a doc string.
11932         * help.el (describe-key-briefly): Now a wrapper for
11933         describe-key-briefly-internal.  Bind enable-disabled-menus-and-buttons
11934         to t.  Populate yank-menu if empty.
11935         (describe-key-briefly-internal): Renamed from describe-key-briefly.
11936         (describe-key): Now a wrapper for describe-key-internal.  Bind
11937         enable-disabled-menus-and-buttons to t.  Populate yank-menu if empty.
11938         (describe-key-internal): Renamed from describe-key.
11940 2006-02-11  Milan Zamazal  <pdm@zamazal.org>
11942         * progmodes/glasses.el (glasses-separator): Doc fix.
11943         (glasses-original-separator): New defcustom.
11944         (glasses-make-readable, glasses-convert-to-unreadable): Use it.
11946 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
11948         * mwheel.el (mouse-wheel-up-event): Doc fix.
11950 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
11952         * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
11953         (tumme-dir): New function.  Copied from thumbs.el.
11955 2006-02-10  Juanma Barranquero  <lekktu@gmail.com>
11957         * desktop.el (desktop-outvar): Fix typo.
11958         (desktop-save-buffer-p): Doc fix.
11960         * subr.el (substitute-key-definition): Fix typo.
11962 2006-02-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11964         * frame.el (select-frame-set-input-focus): Call x-focus-frame also
11965         when window-system is mac.
11967         * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
11969 2006-02-10  Kim F. Storm  <storm@cua.dk>
11971         * subr.el (substitute-key-definition-key): Pass t for NOERROR to
11972         indirect-function instead of using condition-case.
11974 2006-02-10  Mathias Dahl  <mathias.dahl@gmail.com>
11976         * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
11977         less `colloquial'...
11979 2006-02-09  Mathias Dahl  <mathias.dahl@gmail.com>
11981         * tumme.el: Add a couple of todo items.
11983 2006-02-09  Lars Hansen  <larsh@soem.dk>
11985         * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
11986         (highlight-changes-mode): Don't change desktop-locals-to-save.
11988 2006-02-09  Chong Yidong  <cyd@stupidchicken.com>
11990         * image-mode.el (image-toggle-display): Clear image cache if using
11991         filename.
11993 2006-02-09  Masatake YAMATO  <jet@gyve.org>
11995         * dired-x.el (dired-guess-shell-alist-default): Add .man as
11996         a `dired-man' target.
11998         * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
11999         boundary of symbols.
12001 2006-02-08  Peter Doornbosch  <peter.doornbosch@luminis.nl>  (tiny change)
12003         * vc-svn.el (vc-svn-print-log): Show recent commits as well.
12005 2006-02-09  Juanma Barranquero  <lekktu@gmail.com>
12007         * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
12008         `mapcar'; return nil.
12010 2006-02-08  Chong Yidong  <cyd@stupidchicken.com>
12012         * mouse.el (mouse-drag-track): Don't change window if we rebind to
12013         some other event.
12015 2006-02-08  Ryan Yeske  <rcyeske@gmail.com>
12017         * net/rcirc.el (rcirc-startup-channels-alist):
12018         Add irc.freenode.net and #emacs as defaults.
12019         (rcirc-ignore-all-activity-flag): Remove variable.
12020         (rcirc-authinfo): New variable.
12021         (rcirc-authinfo-filename): Remove variable.
12022         (rcirc-always-use-server-buffer-flag): New flag.
12023         (rcirc): M-x rcirc will automatically connect without prompting.
12024         C-u M-x rcirc will prompt.  Use rcirc-connect to create a
12025         connection in lisp.
12026         (rcirc-process-server-response-1): Remove everything but the nick
12027         portion of the sender so it doesn't need to be done everywhere
12028         else.  Update related code.
12029         (global-map): Remove global keybindings.
12030         (rcirc-get-buffer-create): Make sure rcirc-topic is set.
12031         (rcirc-send-input): Split into several functions.
12032         (rcirc-process-input-line, rcirc-process-message)
12033         (rcirc-process-command): New functions.
12034         (rcirc-target-buffer): New function to determine where to route
12035         messages.
12036         (rcirc-user-nick): Save match data.
12037         (rcirc-toggle-ignore-buffer-activity)
12038         (rcirc-update-activity-string): Remove global ignore functionality,
12039         which can be done now by toggling rcirc-track-minor-mode.
12040         (rcirc-track-minor-mode-map): New keymap.
12041         (rcirc-track-minor-mode): New minor-mode.
12042         (ignore): Make the ignore output nicer.  Always print it when
12043         adding or removing nicks.
12044         (rcirc-url-regexp): Improve.
12045         (rcirc-mangle-text): Remove properties before using text in the
12046         modeline.
12047         (rcirc-authenticate): Authentication data comes from
12048         rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
12049         (rcirc-server-prefix): Inherit from rcirc-server.
12051 2006-02-08  Mathias Megyei  <Mathias.Megyei@micronas.com>  (tiny change)
12053         * Makefile.in (compile): Append "|| true" to the end of the `find'
12054         command, like compile-always does.
12056 2006-02-08  Sam Steingold  <sds@gnu.org>
12058         * net/tramp.el (tramp-maybe-open-connection): Do not wait for
12059         output from a dead connection.
12061 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
12063         * dired.el (dired-mode-map): Add more bindings for tumme.
12065 2006-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12067         * wdired.el (wdired-mode-map): Use remap.
12068         (wdired-get-filename): Massage.
12069         (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
12070         (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
12071         `keymap' property rather than `local-map'.
12073 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
12075         * tumme.el (tumme-get-thumbnail-image): New utility function.
12076         Suggested by from Chong Yidong.
12077         (tumme-dired-with-window-configuration): Rename from
12078         `tumme-dired'.  Add code to save window configuration.
12079         (tumme-restore-window-configuration): New command to restore the
12080         window configuration that `tumme-dired-with-window-configuration'
12081         saves before it changes the window configuration.
12082         (tumme-show-all-from-dir): New command to display thumbnails for
12083         all files in a directory entered by the user, like M-x thumbs.
12084         (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
12085         have been created.
12086         (tumme-display-thumbnail-original-image): Call `display-buffer'.
12087         (obsolete-tumme-display-thumbnail-original-image-and-buffer):
12088         Remove obsolete test function.
12090 2006-02-07  Juanma Barranquero  <lekktu@gmail.com>
12092         * vc.el (small-temporary-file-directory): Remove defvar; there's
12093         a defcustom for it in files.el.
12095         * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
12096         Fix typo in message.
12097         (tumme-gallery-generate): Fix typo in `error' message.
12098         (tumme-display-window-height-correction)
12099         (tumme-display-window-width-correction, tumme-line-up-dynamic)
12100         (tumme-line-up-interactive): Dox fixes.
12101         (tumme-cmd-rotate-original-options, tumme-display-properties-format)
12102         (tumme-restore-window-configuration, tumme-format-properties-string)
12103         (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
12104         Fix typos in docstrings.
12106 2006-02-07  Chris Moore  <christopher.ian.moore@gmail.com>
12108         * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
12110 2006-02-07  Nick Roberts  <nickrob@snap.net.nz>
12112         * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
12113         User should use hook if desired.
12115         * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
12116         buffer if necessary.
12117         (gdb-delete-frame-or-window): New function.
12118         (gdb-breakpoints-mode-map): Bind "q" to it.
12120 2006-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12122         * textmodes/nroff-mode.el: Clean up name space.
12123         (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
12124         (nroff-mode): Obey the global setting of nroff-electric-mode.
12125         (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
12127         * calendar/calendar.el (calendar-increment-month): Typo in last change.
12129 2006-02-06  Thien-Thi Nguyen  <ttn@gnu.org>
12131         * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
12133 2006-02-06  Lars Hansen  <larsh@soem.dk>
12135         * generic-x.el (etc-fstab-generic-mode): Add file system types
12136         cifs and usbdevfs.  Allow special chars in file names.
12138 2006-02-05  Jay Belanger  <belanger@truman.edu>
12140         Update copyright notices of the files in lisp/calc.
12142 2006-02-05  Romain Francoise  <romain@orebokech.com>
12144         Update copyright notices of all files in the lisp/play directory.
12146 2006-02-04  Luc Teirlinck  <teirllm@auburn.edu>
12148         * ldefs-boot.el: Regenerate.
12150         * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
12152 2006-02-05  Kim F. Storm  <storm@cua.dk>
12154         * files.el (magic-mode-regexp-match-limit): New defvar.
12155         (set-auto-mode): Use it to limit magic-mode-alist matching.
12157 2006-02-04  Kevin Rodgers  <ihs_4664@yahoo.com>
12159         * simple.el (display-message-or-buffer): Compare the number of
12160         characters to the frame width when determining whether a 1-line
12161         message string will fit in the echo area.  Count screen lines
12162         instead of buffer lines when determining whether a multi-line
12163         message will fit in the echo area/minibuffer window.
12165 2006-02-04  Eli Zaretskii  <eliz@gnu.org>
12167         * info.el (Info-index, Info-mode): Improve the description of the
12168         `i' command.
12170         * ldefs-boot.el: Regenerate.
12172 2006-02-03  Werner Lemberg  <wl@gnu.org>
12174         * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
12175         greedy to find the closing bracket in \*[...] and similar
12176         expressions.  This is a first rough fix -- many additional
12177         refinements are necessary to make nroff mode really usable with groff.
12179 2006-02-03  Jens Petersen  <petersen@redhat.com>  (tiny change)
12181         * international/mule-cmds.el (set-locale-environment):
12182         Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
12183         libX11.
12185 2006-02-03  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
12187         * arc-mode.el (archive-maybe-copy): Fix the way directories in the
12188         archive are created in archive-tmpdir.
12190 2006-02-02  John Paul Wallington  <jpw@pobox.com>
12192         * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
12193         (ibuffer-fontification-alist): Use it.
12194         (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
12195         to "* z" and the Ibuffer Mark menu.
12197         * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
12199 2006-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12201         * textmodes/table.el (*table--cell-describe-mode)
12202         (*table--cell-describe-bindings): Undo last change since
12203         print-help-return-message is not obsoleted by anything at all.
12205 2006-02-02  Luc Teirlinck  <teirllm@auburn.edu>
12207         * emulation/cua-base.el (cua-mode): Doc fix.
12209 2006-02-02  Juanma Barranquero  <lekktu@gmail.com>
12211         * dframe.el (dframe-handle-make-frame-visible)
12212         (dframe-handle-iconify-frame, dframe-get-focus)
12213         (dframe-select-attached-frame, dframe-power-click)
12214         (dframe-frame-mode): Fix typos in docstrings.
12216         * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
12217         (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
12218         Fix typos in docstrings.
12220         * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
12221         (hi-lock-face-buffer, hi-lock-font-lock-hook)
12222         (hi-lock-archaic-interface-message-used)
12223         (hi-lock-file-patterns-range): Fix typos in docstrings.
12225         * savehist.el (savehist-loaded, savehist-load, savehist-install)
12226         (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
12228         * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
12229         Fix typo in docstring.
12231         * net/newsticker.el (newsticker--decode-iso8601-date)
12232         (newsticker--set-customvar, newsticker--buffer-insert-item)
12233         (newsticker--do-run-auto-mark-filter)
12234         (newsticker--parse-generic-feed): Doc fixes.
12235         (newsticker--retrieval-timer-list, newsticker-url-list)
12236         (newsticker-hide-immortal-items-in-echo-area)
12237         (newsticker-hide-obsolete-items-in-echo-area)
12238         (newsticker-new-item-face, newsticker--enclosure)
12239         (newsticker-buffer-update, newsticker-w3m-show-inline-images)
12240         (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
12241         (newsticker--parse-generic-feed, newsticker--cache-contains)
12242         (newsticker--stat-num-items, newsticker-download-enclosures):
12243         Fix typos in docstrings.
12245         * net/rcirc.el (rcirc-debug): Doc fix.
12246         (rcirc-fill-column, rcirc-receive-message-hooks)
12247         (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
12248         (rcirc-mode, rcirc-generate-new-buffer-name)
12249         (rcirc-startup-channels, rcirc-ignore-update-automatic)
12250         (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
12251         Fix typos in docstrings.
12252         (rcirc-print): "?\ " -> "?\s".
12253         (rcirc-cmd-join): Improve argument/docstring consistency.
12255 2006-02-01  Mark A. Hershberger  <mah@everybody.org>
12257         * xml.el (xml-parse-region): Move save-excursion and set-buffer up
12258         before narrow-to-region.
12260 2006-02-01  Richard M. Stallman  <rms@gnu.org>
12262         * simple.el (move-beginning-of-line): Scan properly for invis change.
12264         * replace.el (multi-occur-in-matching-buffers): Fix prev change.
12266 2006-02-01  Michael Albinus  <michael.albinus@gmx.de>
12268         * net/tramp.el (tramp-convert-file-attributes): Set file's gid
12269         change bit only when id-format is 'integer.  Reported by Matt
12270         Hodges <M.P.Hodges@rl.ac.uk>.
12272 2006-02-01  Juanma Barranquero  <lekktu@gmail.com>
12274         * hilit-chg.el (highlight-changes-initial-state)
12275         (highlight-changes-global-initial-state): Doc fixes.
12276         (highlight-changes-global-modes, global-highlight-changes):
12277         Fix typos in docstrings.
12279 2006-02-01  Kim F. Storm  <storm@cua.dk>
12281         * emulation/cua-base.el (cua-mode): Mention that CUA enables
12282         transient-mark-mode in doc string.
12284 2006-01-31  Richard M. Stallman  <rms@gnu.org>
12286         * replace.el (multi-occur): Doc fix.
12287         (multi-occur-in-matching-buffers): Rename from
12288         multi-occur-by-filename-regexp.  Prefix arg says match
12289         buffer names instead of file names.
12291 2006-01-31  Juanma Barranquero  <lekktu@gmail.com>
12293         * bs.el: Allow non-default values of `bs-header-lines-length'.
12294         (bs--running-in-xemacs): Remove (not needed anymore).
12295         (bs--set-window-height): Simplify by using `fit-window-to-buffer'
12296         instead of `shrink-window', thus avoiding having to compute the
12297         height of the window.
12298         (bs--up): Wrap around even when there's no header.
12299         (bs--down): Use `forward-line' instead of `next-line'.
12301 2006-01-30  Chong Yidong  <cyd@stupidchicken.com>
12303         * image-mode.el (image-toggle-display): Use file name if possible,
12304         instead of unnecessarily allocating a (possibly huge) lisp string.
12306 2006-01-30  John Paul Wallington  <jpw@pobox.com>
12308         * subr.el (toplevel): Define `cl-assertion-failed' condition here
12309         because the `assert' macro signals it at runtime.
12311         * emacs-lisp/cl.el (toplevel): Remove definition of
12312         `cl-assertion-failed' condition.
12314 2006-01-30  Nick Roberts  <nickrob@snap.net.nz>
12316         * thumbs.el (thumbs-marked-list): Make buffer-local and
12317         permanent-local.
12318         (thumbs-insert-thumb): Make help-echo non-sticky.
12319         (thumbs-file-alist): Use eolp as check for (non)-image.
12321 2006-01-30  Juanma Barranquero  <lekktu@gmail.com>
12323         * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
12324         (ediff-before-session-group-setup-hooks)
12325         (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
12326         Fix typos in docstrings.
12328         * window.el (bw-dir, bw-eqdir, balance-windows)
12329         (split-window-keep-point): Fix typos in docstrings.
12331         * textmodes/org.el (org-allow-space-in-links, org-closed-string)
12332         (org-quote-string, org-calendar-to-agenda-key)
12333         (org-agenda-sorting-strategy, org-agenda-use-time-grid)
12334         (org-show-following-heading, org-tags-column)
12335         (org-use-tag-inheritance, org, org-allow-space-in-links)
12336         (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
12337         (org-enable-table-editor, org-calc-default-modes)
12338         (org-table-allow-automatic-line-recalculation)
12339         (org-export-html-style, org-export-with-fixed-width)
12340         (org-export-with-sub-superscripts, org-special-keyword)
12341         (org-formula, org-time-grid, org-table-may-need-update)
12342         (org-mode, org-goto-ret, org-goto-left, org-goto-right)
12343         (org-goto-quit, org-get-indentation, org-end-of-item)
12344         (org-move-item-down, org-move-item-up)
12345         (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
12346         (org-remove-occur-highlights, org-read-date, org-goto-calendar)
12347         (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
12348         (org-agenda-log-mode, org-agenda-toggle-diary)
12349         (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
12350         (org-agenda-file-to-end, org-agenda-no-heading-message)
12351         (org-agenda-get-closed, org-format-agenda-item)
12352         (org-cmp-priority, org-cmp-category, org-cmp-time)
12353         (org-agenda-change-all-lines, org-agenda-diary-entry)
12354         (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
12355         (org-link-search, org-camel-to-words, org-open-file)
12356         (org-remember-handler, org-table-convert-region)
12357         (org-table-move-row-down, org-table-move-row-up)
12358         (org-table-copy-region, org-table-wrap-region)
12359         (org-table-toggle-vline-visibility)
12360         (org-table-get-vertical-vector, org-table-modify-formulas)
12361         (org-table-get-specials, org-recalc-commands)
12362         (org-table-rotate-recalc-marks, org-table-eval-formula)
12363         (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
12364         (org-level-color-stars-only, org-insert-heading):
12365         Fix typos in docstrings.
12366         (last-arg): Add defvar.
12368         * makefile.w32-in (WINS): Add erc.
12369         (MH_E_SRC): Update (copied from lisp/Makefile.in).
12371 2006-01-29  Bill Wohler  <wohler@newt.com>
12373         * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
12374         mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
12375         mh-tool-bar.el, mh-xface.el.  Remove mh-customize.el, mh-init.el.
12376         (mh-autoloads): Don't use comments on otherwise empty lines.
12378 2006-01-29  Edward O'Connor  <ted@oconnor.cx>
12380         * emulation/viper.el (viper-major-mode-modifier-list): Add
12381         insert-state and vi-state entries for erc-mode.
12382         (viper-go-away, viper-set-hooks): Add and remove
12383         viper-comint-mode-hook from erc-mode-hook as appropriate.
12385         * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
12387 2006-01-29  Juanma Barranquero  <lekktu@gmail.com>
12389         * bs.el (bs--format-aux): Implement `middle' alignment as
12390         described in the docstring for `bs-attributes-list'.
12391         (bs--get-name): Simplify.  Don't pad the buffer name.
12393 2006-01-27  Agustin Martin  <agustin.martin@hispalinux.es>
12395         * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
12396         English aspell dictionary is installed, use the first entry of
12397         ispell-dictionary-alist-1.
12399 2006-01-27  Kevin Rodgers  <ihs_4664@yahoo.com>
12401         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
12402         Doc fix.
12404 2006-01-27  Michael Albinus  <michael.albinus@gmx.de>
12406         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
12407         for `process-file', in order to let it work for older Emacsen too.
12409 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
12411         * international/latexenc.el: Add a suitable `coding:' tag.
12412         (latexenc-find-file-coding-system): Undo last change.
12414 2006-01-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
12416         * international/latexenc.el (latexenc-find-file-coding-system):
12417         Make sure latexenc-main-file is a regular file and is readable.
12419 2006-01-27  Andre Spiegel  <spiegel@gnu.org>
12421         * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
12422         Pass FILE to vc-user-login-name.
12424         * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
12426 2006-01-27  Nick Roberts  <nickrob@snap.net.nz>
12428         * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
12429         there are no more images to display.
12430         (thumbs-mark, thumbs-unmark): Revert change so that they move to
12431         the next image.
12433 2006-01-26  Richard M. Stallman  <rms@gnu.org>
12435         * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
12437         * wid-edit.el (advertised-widget-backward): New alias.
12438         (widget-keymap): Use advertised-widget-backward for S-TAB.
12440         * tumme.el: Correct the keywords.
12441         (tumme-dir-max-size): Use defvar.
12442         (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
12444         * simple.el (move-beginning-of-line): Take account of fields.
12445         (clone-indirect-buffer-other-window): Take args like
12446         clone-indirect-buffer, and work like it.
12448         * help-fns.el (describe-function): Don't pass `nil' as default.
12450         * files.el (risky-local-variable-p): Follow var aliases.
12452         * subr.el (lazy-completion-table): Doc fix.
12454         * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
12455         global binding of `line'.
12457 2006-01-25  Andre Spiegel  <spiegel@gnu.org>
12459         * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
12460         Tramp.
12462         * vc.el (vc-default-dired-state-info): Pass FILE to
12463         vc-user-login-name.
12464         (vc-default-update-changelog): Don't use vc-user-login-name, we
12465         don't need it here.
12467         * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
12468         no longer necessary.
12470 2006-01-25  Kenichi Handa  <handa@m17n.org>
12472         * international/mule.el (decode-char): Avoid the overhead of
12473         calling utf-lookup-subst-table-for-decode if
12474         utf-translate-cjk-mode is nil.
12475         (encode-char): Avoid the overhead of calling
12476         utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
12477         nil.
12479 2006-01-22  Kenichi Handa  <handa@m17n.org>
12481         * international/mule.el (make-subsidiary-coding-system): Reset
12482         `coding-system-define-form' property of subsidiaries to nil.
12483         Avoid duplicated entry in coding-system-alist.
12484         (make-coding-system): Avoid duplicated entry in
12485         coding-system-alist.
12486         (define-coding-system-alias): Likewise.
12488 2006-01-24  Luc Teirlinck  <teirllm@auburn.edu>
12490         * completion.el: Minor fixes in introductory comment.
12491         (completion-def-wrapper): Fix alist.
12493 2006-01-25  Nick Roberts  <nickrob@snap.net.nz>
12495         * thumbs.el (thumbs-new-image-size): New function.
12496         (thumbs-increment-image-size-element)
12497         (thumbs-decrement-image-size-element, thumbs-increment-image-size)
12498         (thumbs-decrement-image-size): Delete.
12499         (thumbs-resize-image-1): Rename from thumbs-resize-image.  Keep old
12500         temp files and use to resize.
12501         (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
12502         Use increment argument to enlarge/shrink.  Preserve point.
12503         (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
12504         (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
12505         (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
12506         (thumbs-mark, thumbs-unmark): Preserve point.
12507         (thumbs-modify-image): Keep old temp files and use to modify.
12508         Cleanup old temp files at load time.  Preserve point.
12509         (thumbs-view-image-mode-map): Use new command names.
12511 2006-01-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12513         * log-view.el (log-view-minor-wrap): First rev is the one at point.
12515         * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
12516         the nastiest part of the cyclic dependency.
12517         (cal-menu-update): Use dotimes and calendar-increment-month.
12519         * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
12520         (calendar-week-start-day): Add an :initializer.
12521         (calendar-mode-map): Use suppress-keymap, and command remapping.
12522         (describe-calendar-mode): Setup xref-stack info for the back button.
12523         (calendar-star-date): Insert before delete.
12524         (calendar-set-mode-line): Add file-modified info if applicable.
12525         (calendar-increment-month): New function.
12527 2006-01-24  Tobias C. Rittweiler  <tcr@freebits.de>  (tiny change)
12529         * font-lock.el (lisp-font-lock-keywords-2):
12530         Recognize "& keywords" only at word boundaries.
12532 2006-01-24  Nick Roberts  <nickrob@snap.net.nz>
12534         * thumbs.el (thumbs-extra-images): New variable.  Make it buffer-local
12535         and permanent-local.
12536         (thumbs-max-image-number): New variable.
12537         (thumbs-do-thumbs-insertion): Use them.
12538         (thumbs-per-line): Change default to 4.
12539         (thumbs-marked-list): Rename from thumbs-markedL.
12540         (thumbs-cleanup-thumbsdir, thumbs-delete-images)
12541         (thumbs-rename-images): Use -list instead of L for internal variables.
12542         (thumbs-call-convert): Use call-process instead of shell-command.
12543         (thumbs-insert-thumb): Add filename as help-echo to each image.
12544         (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
12545         Give dir to thumbs-show-thumbs-list.
12546         (thumbs-show-thumbs-list): Set default-directory to that of images.
12547         (thumbs-dired-show): Rename from thumbs-dired-show-all.
12548         (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
12549         (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
12550         (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
12552 2006-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12554         * ses.el (ses-read-cell): Provide a default value.
12556 2006-01-23  Juanma Barranquero  <lekktu@gmail.com>
12558         * term/w32-win.el (image-library-alist): Add additional names for
12559         GIF library.
12561 2006-01-23  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
12563         * international/latexenc.el (latexenc-find-file-coding-system):
12564         Add file-regular-p check.
12566 2006-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12568         * simple.el (clone-buffer): Don't show the new buffer in the same
12569         window.
12571 2006-01-23  Juri Linkov  <juri@jurta.org>
12573         * faces.el (link, link-visited): New faces based on default values
12574         of `info-xref' and `info-xref-visited'.
12576         * info.el (info-xref): Inherit from `link'.
12577         (info-xref-visited): Inherit from `link-visited'.
12579         * cus-edit.el (custom-buffer-create-internal): Use widget type
12580         `custom-manual' instead of `info-link' and don't set properties
12581         `button-face' and `mouse-face' explicitly.
12582         (custom-browse-group-tag, custom-browse-variable-tag)
12583         (custom-browse-face-tag): Inherit from widget class
12584         `custom-group-link' instead of `push-button'.
12585         (custom-button-unraised): Inherit from `underline' face.
12586         (custom-link): Inherit from `link' face.  Fix doc and group.
12587         (custom-add-parent-links, custom-group-value-create): Don't set
12588         properties `button-face' and `mouse-face' explicitly for
12589         `custom-group-link' widget.
12590         (custom-group-link): Add properties `button-face' and `mouse-face'
12591         to widget definition.
12592         (custom-field-keymap): New variable.  Put `custom-field-keymap' to
12593         editable-field's :keymap property.
12594         (custom-mode): Fix docstring: substitute keybindings for
12595         `widget-forward' and `widget-backward' from `widget-keymap',
12596         `widget-complete' from `custom-field-keymap', replace old
12597         `Custom-move-and-invoke' with `widget-move-and-invoke'.  Untabify.
12599         * desktop.el (desktop-load-file): Check for `fboundp' before
12600         calling `symbol-function'.
12602         * simple.el (clone-buffer, clone-indirect-buffer)
12603         (clone-indirect-buffer-other-window): Use `read-buffer' instead of
12604         `read-string'.  Fix prompts.
12606         * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
12608 2006-01-23  Nick Roberts  <nickrob@snap.net.nz>
12610         * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
12612 2006-01-22  Luc Teirlinck  <teirllm@auburn.edu>
12614         * startup.el (inhibit-splash-screen, initial-scratch-message):
12615         Doc fixes.
12617 2006-01-22  Michael Albinus  <michael.albinus@gmx.de>
12619         Sync with Tramp 2.0.52.
12621         * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
12622         * net/tramp-vc.el: Add code for unloading Tramp.  See comment before
12623         `tramp-unload-tramp' for checklist.
12625         * net/tramp.el: Require `timer-funcs' instead of `timer' if in
12626         XEmacs.  Contributed by Steve Youngs <steve@sxemacs.org>.
12627         (tramp-unload-file-name-handler-alist)
12628         (tramp-unload-tramp): New defuns.
12629         (tramp-advice-PC-expand-many-files): New defadvice.
12630         (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
12631         removed.
12632         (tramp-handle-expand-file-name): Remove double slash.
12633         (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
12634         It doesn't matter, because it will be converted later on.
12635         (tramp-handle-file-ownership-preserved-p): Rewritten.  The old
12636         implementation was just heuristic.
12637         (tramp-post-connection): Set uid and gid properties.
12638         (tramp-convert-file-attributes): Set file's gid change bit.
12639         (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
12640         (tramp-handle-expand-file-name): Use "~root" for tilde expansion
12641         in case of su(do)? methods.  The home directory of the local user
12642         will be taken else.
12643         (tramp-open-connection-telnet)
12644         (tramp-open-connection-rsh, tramp-open-connection-su)
12645         (tramp-open-connection-multi): Set PS1 to "$ ".  Otherwise, a
12646         local shell prompt could hurt.  Reported by Romain Francoise
12647         <romain@orebokech.com>.
12648         (tramp-let-maybe): Add `edebug-form-spec' property.
12649         (tramp-handle-expand-file-name): Bind `default-directory' locally
12650         to "/" in order to avoid problems with UNC shares or Cygwin
12651         mounts.
12652         (tramp-md5-function): Fix typo in error message.
12654         * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
12656         * net/tramp-util.el (top): Apply `ignore' instead of `identity'
12657         for byte-compiler pacification.
12659 2006-01-22  Andre Spiegel  <spiegel@gnu.org>
12661         * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
12662         ID-FORMAT `string'.  This allows us to get rid of
12663         `vc-user-login-name UID'.
12665         * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
12667 2006-01-22  John Paul Wallington  <jpw@pobox.com>
12669         * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
12671 2006-01-21  Martin Rudalics  <rudalics@gmx.at>
12673         * emacs-lisp/find-func.el (find-definition-noselect)
12674         (find-variable-noselect): Search variables in C source code too.
12675         (find-function-C-source, find-function-noselect, find-function)
12676         (find-function-other-frame, find-variable-noselect, find-variable)
12677         (find-variable-other-frame, find-variable-at-point):
12678         Fix docstrings.
12680 2006-01-21  Francesco Potort\e,Al\e(B  <pot@gnu.org>
12682         * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
12684 2006-01-21  Agustin Martin  <agustin.martin@hispalinux.es>
12686         * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
12687         Default to disabling the "Save affix" question.
12689 2006-01-21  Marien Zwart  <marienz@gentoo.org>  (tiny change)
12691         * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
12692         the first arg to run-python.
12694 2006-01-21  Eli Zaretskii  <eliz@gnu.org>
12696         * startup.el (command-line-1): Handle --no-desktop if desktop.el
12697         is not loaded.
12699 2006-01-20  Jay Belanger  <belanger@truman.edu>
12701         * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
12702         limit is 0.
12704         * calc/calc-arith.el (math-add-symb-fancy): Check the length of
12705         the correct variable.
12707 2006-01-20  Carsten Dominik  <dominik@science.uva.nl>
12709         * textmodes/org.el (org-open-at-point): Fixed bug with matching a
12710         link.  Fixed buggy argument sequence in call to `org-view-tags'.
12711         (org-compile-prefix-format): Set `org-prefix-has-tag'.
12712         (org-prefix-has-tag): New variable.
12713         (org-format-agenda-item): Remove tags from headline if
12714         appropriate.
12715         (org-agenda-remove-tags-when-in-prefix): New option.
12716         (org-get-tags-at): New function.
12718 2006-01-20  Nick Roberts  <nickrob@snap.net.nz>
12720         * thumbs.el (thumbs-buffer): New variable.  Make it buffer local.
12721         (thumbs-find-image): Move image name and number from buffer name
12722         to mode name.  Set thumbs-buffer.  Preserve point so that large
12723         images remain visible.
12724         (thumbs-file-alist): Construct list in thumbs-buffer and reverse
12725         order.
12726         (thumbs-show-image-num): Get image from thumbs-file-alist.  Set
12727         mode name.
12728         (thumbs-next-image, thumbs-previous-image): Make them work.
12730 2006-01-19  Luc Teirlinck  <teirllm@auburn.edu>
12732         * cus-edit.el (custom-buffer-create-internal): State in the text above
12733         the whole buffer buttons that they do not operate on hidden items.
12734         (custom-face-menu): Use `custom-face-save' instead of
12735         `custom-face-save-command'.
12736         (custom-face-save-command): Make it an alias for `custom-face-save'
12737         and declare it obsolete.
12738         (custom-face-save): Doc fix.
12740         * dired.el (dired-no-confirm): Add quote.
12741         (dired-subdir-alist-pre-R): Add quote in
12742         `make-variable-buffer-local' form and remove unbalanced parenthesis.
12744 2006-01-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12746         * textmodes/table.el (table-mode-indicator): Typo in last change.
12748 2006-01-19  Richard M. Stallman  <rms@gnu.org>
12750         * outline.el (hide-leaves): Don't call outline-end-of-heading.
12751         Fixes bug reported in Nov 2005.
12753         * isearch.el (isearch-forward): Doc fix.
12755         * dired.el (dired-move-to-filename-regexp): Define as alias.
12756         (dired-no-confirm): Use defcustom.
12757         (dired-subdir-alist-pre-R): Put defvar at top level.
12759         * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
12761         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
12762         Mark as risky.
12764         * simple.el (set-mark-command): Doc fix.
12765         (clone-indirect-buffer-other-window):
12766         Read arg like clone-indirect-buffer.
12767         (move-beginning-of-line): Skip invisible newlines.
12769 2006-01-19  Masatake YAMATO  <jet@gyve.org>
12771         * progmodes/cpp.el (cpp-edit-load): Make the order of
12772         listed conditions in a base C code buffer and its associate
12773         CPP Edit buffer the same.
12775 2006-01-19  Kenichi Handa  <handa@m17n.org>
12777         * mail/rmail.el (rmail-enable-mime): Docstring fixed.
12778         (rmail-mime-feature): Likewise.
12779         (rmail-require-mime-maybe): Use display-warning to show a warning
12780         message.
12782         * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
12783         (find-auto-coding): Use auto-coding-regexp-alist-lookup.
12785 2006-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
12787         * array.el: Move defvars out of eval-when-compile.
12788         (array-make-template): Replace undeclared global var with a local one.
12789         (array-mode): Inline initialization functions.
12790         (array-init-local-variables, array-init-max-row)
12791         (array-init-max-column, array-init-columns-per-line)
12792         (array-init-field-width, array-init-rows-numbered)
12793         (array-init-line-length, array-init-lines-per-row): Remove.
12795         * play/doctor.el: Move defvars out of eval-when-compile.  Use dolist.
12796         (doc-mode-map): Define explicitly.
12797         (doctor-txtype): Use mapc.
12799         * textmodes/table.el: Move defvars out of eval-when-compile.
12800         Remove harmful code meant to avoid byte-compiler warnings.
12801         (table-fixed-mode-indicator): Remove.  Use a more complex mode-line
12802         specification that checks table-fixed-width-mode directly.
12803         (table-recognize-region, table-recognize-cell):
12804         Use restore-buffer-modified-p.
12805         (table-fixed-width-mode): Remove code that refreshes
12806         table-fixed-mode-indicator.
12807         (*table--cell-describe-bindings, *table--cell-describe-mode):
12808         Avoid obsolete name print-help-return-message.
12809         (table--test-cell-list): Don't use replace-regexp from elisp.
12810         (table--point-entered-cell-function, table--point-left-cell-function):
12811         Don't set table-fixed-mode-indicator, use force-mode-line-update.
12813         * textmodes/org.el: Move defvars out of eval-when-compile.  Move code
12814         that was after the end of file.  Use buffer-file-name variable.
12815         (org-timestamp-change): Use with-current-buffer.
12816         (org-todo-list): Don't unnecessarily define a new buffer-local var.
12817         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
12818         `file'.
12820         * progmodes/fortran.el: Move defvars out of eval-when-compile.
12821         (fortran-break-line): Remove unused var `opoint'.
12822         (fortran-abbrev-start): Obey help-event-list.
12824 2006-01-18  Jesper Harder  <harder@phys.au.dk>
12826         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
12828 2006-01-18  Masatake YAMATO  <jet@gyve.org>
12830         * progmodes/make-mode.el (makefile-imake-mode): New mode
12831         derived from makefile-mode.
12832         (makefile-imake-mode-syntax-table): New syntax table
12833         derived from makefile-mode-syntax-table.
12834         (makefile-mode): Write about makefile-imake-mode in doc string.
12835         (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
12836         (makefile-imake-font-lock-keywords): New font lock keywords.
12838         * files.el (auto-mode-alist): Add Imakefile.
12840 2006-01-17  Agustin Martin  <agustin.martin@hispalinux.es>
12842         * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
12843         loading the file rather than when turning on flyspell-mode.
12845 2006-01-16  Luc Teirlinck  <teirllm@auburn.edu>
12847         * cus-edit.el (customize-rogue): Minor doc fix.
12849 2006-01-17  Juri Linkov  <juri@jurta.org>
12851         * dired-aux.el (dired-diff): Use dired-dwim-target-directory
12852         instead of the file at the mark as default if the file at the mark
12853         is the same as the file at point or if dired-dwim-target-directory
12854         is not the same as the current directory and the mark is not active.
12856         * log-view.el (log-view-minor-wrap): Use the same logic to get
12857         revisions as `log-view-diff'.
12859         * info.el (Info-revert-find-node): Check for Info-current-file
12860         before preserving new-history.
12862         * man.el (Man-heading-regexp): Add `/'.
12864         * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
12865         (html-mode): Set `sentence-end-base' instead of `sentence-end'.
12867 2006-01-16  Juri Linkov  <juri@jurta.org>
12869         * faces.el (mode-line-faces): New defgroup.
12870         (mode-line-highlight): Move definition after new defgroup.
12871         (mode-line, mode-line-inactive, mode-line-highlight):
12872         Replace :group `modeline' with `mode-line-faces'.
12873         (mode-line-buffer-id): New face.
12874         (modeline-buffer-id): New face alias.
12875         (vertical-border): Remove :group `modeline'.
12877         * bindings.el (propertized-buffer-identification): Use face
12878         `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
12879         (mode-line-next-buffer, mode-line-previous-buffer): New functions.
12880         (mode-line-buffer-identification-keymap): For mouse-1 replace
12881         `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
12882         Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
12883         mouse-3.
12885         * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
12886         Buffer-menu-buffer.  Doc fix.
12887         (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
12888         (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
12889         `Buffer-menu-buffer'.
12891         * info.el (Info-mode-line-node-keymap): New defvar.
12892         (Info-set-mode-line): Use `stringp' to check Info-current-file.
12893         Propertize Info-current-node with `mode-line-buffer-id' and
12894         `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
12896         * time.el (display-time-mail-face): Replace :group `faces' with
12897         `mode-line-faces'.
12899 2006-01-16  Kenichi Handa  <handa@m17n.org>
12901         * international/code-pages.el: Add autoload cookies for cp125[0345678].
12903         * language/european.el (cp1252): New alias for windows-1252.
12905         * international/mule.el (autoload-coding-system): Prepare for EOL
12906         variants.
12908 2006-01-15  Dan Nicolaescu  <dann@ics.uci.edu>
12910         * term.el (term-raw-map): Add mapping for insert.
12911         (term-send-insert): New.
12912         (term-mode): Make variables local here instead of doing it in
12913         `term-emulate-terminal'.
12914         (term-emulate-terminal): Delete incorrect optimization for cr+lf.
12915         Scroll reverse needs to take into account the scroll region.
12916         Saving and restoring the cursor should save the color attributes too.
12917         (term-reset-terminal): Reset the scroll region.
12918         (term-handle-ansi-escape): Cursor up and down should take into
12919         account the scroll region.
12920         (term-set-scroll-region): Rename from `term-scroll-region'.
12921         Move to 0,0 after setting the region.
12922         (term-handle-scroll): Handle scroll up.
12923         (term-down): Fix off by one error.
12924         (term-delete-lines): Do not delete outside the scroll region.
12925         (term-insert-lines): Take into account the scroll region.
12927 2006-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12929         * textmodes/ispell.el (ispell-internal-change-dictionary)
12930         (ispell-change-dictionary): Undo most of last change of 2006-01-13.
12931         (start, end): Move declaration outside of eval-when-compile.
12933         * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
12934         (flyspell-mode-on): Use it.
12936         * textmodes/ispell.el (ispell-kill-ispell): Run new hook
12937         ispell-kill-ispell-hook.
12939 2006-01-14  Luc Teirlinck  <teirllm@auburn.edu>
12941         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
12942         (Custom-reset-saved): Do not ask for confirmation in single option
12943         buffers.
12945 2006-01-13  Richard M. Stallman  <rms@gnu.org>
12947         * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
12949 2006-01-13  Romain Francoise  <romain@orebokech.com>
12951         * add-log.el (add-change-log-entry, change-log-merge):
12952         Conditionally use `hard-newline'.
12954 2006-01-13  Martin Rudalics  <rudalics@gmx.at>
12956         * wid-edit.el (widget-field-end): If the overlay is no longer
12957         associated with a buffer, behave as if the overlay didn't exist.
12959         * cus-edit.el (custom-add-see-also, custom-add-parent-links):
12960         Make sure the links use the `custom-link' face.
12962 2006-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12964         * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
12965         (ld-script-mode): Don't set indent-line-function since we don't
12966         have one.
12968 2006-01-13  Carsten Dominik  <dominik@science.uva.nl>
12970         * textmodes/org.el (org-open-file): Use mailcap for selecting an
12971         application.
12972         (org-file-apps-defaults-gnu): Use mailcap as the default for
12973         selecting an application on a UNIX system.
12974         (org-agenda-show-tags): New command.
12975         (org-table-insert-hline): Keep cursor in current table line.
12976         (org-table-convert): Offset effect of modifying
12977         `org-table-insert-hline'.
12978         (org-format-agenda-item): New optional argument TAG.
12979         (org-compile-prefix-format): Handle %T format for the tag.
12980         (org-expand-wide-chars): New function.
12981         (org-table-insert-row, org-table-insert-hline):
12982         Use `org-expand-wide-chars'.
12983         (org-open-file): Fix bug in program launch.
12984         (org-get-time-of-day): Fix bug with times before 1am.
12985         (org-agenda-menu): Add tags commands.
12987 2006-01-13  Agustin Martin  <agustin.martin@hispalinux.es>
12989         * textmodes/ispell.el (ispell-init-process): Include the used
12990         dictionary in ispell process start message.
12991         (ispell-internal-change-dictionary): When flyspell-mode is active
12992         and dictionary is changed, make sure ispell process is restarted
12993         and flyspell word cache cleared out for the current buffer.
12994         (ispell-change-dictionary): Make sure flyspell word cache is
12995         cleared out in all buffers with active flyspell mode when
12996         dictionary is globally changed.
12997         Call ispell-internal-change-dictionary after dictionary change.
12999 2006-01-13  Eli Zaretskii  <eliz@gnu.org>
13001         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
13003         * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
13004         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
13005         years.  Fix small differences wrt Makefile.in.
13006         (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
13007         Makefile.in does.
13009 2006-01-12  Bill Wohler  <wohler@newt.com>
13011         * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
13012         mh-search.el.
13014 2006-01-12  Masatake YAMATO  <jet@gyve.org>
13016         * progmodes/ld-script.el: Update copyright year.
13018 2006-01-12  Chong Yidong  <cyd@stupidchicken.com>
13020         * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
13021         Don't add widget if setting undefined.
13023 2006-01-12  John Paul Wallington  <jpw@pobox.com>
13025         * help-fns.el (describe-variable): Remove newlines from void
13026         variable output.
13028 2006-01-13  Nick Roberts  <nickrob@snap.net.nz>
13030         * wdired.el (wdired-mode-map): Add help echo for
13031         wdired-abort-changes.
13033         * man.el (Man-file-name-regexp): Adjust for a list of files.
13035 2006-01-12  Masatake YAMATO  <jet@gyve.org>
13037         * progmodes/ld-script.el (auto-mode-alist): Support
13038         suffix conventions used in netbsd and eCos.
13040 2006-01-11  Luc Teirlinck  <teirllm@auburn.edu>
13042         * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
13043         (custom-variable-menu, custom-face-menu, custom-group-menu)
13044         (Custom-mode-menu): Change names of menu items.  (As discussed on
13045         emacs-devel.)
13046         (custom-face-menu): Add "Undo Edits" item.
13048         * startup.el (init-file-user): defcustom -> defvar.
13050         * tooltip.el (tooltip-mode): Doc fix.
13052 2006-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13054         * reveal.el (reveal-post-command): window-buffer signals an error on
13055         dead windows rather than returning nil.
13056         (reveal-open-new-overlays): An overlay might die while we open others.
13058 2006-01-11  Bill Wohler  <wohler@newt.com>
13060         * cus-dep.el (generated-custom-dependencies-file): Fix typo and
13061         phrasing in docstring.
13063         * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
13064         can give some systems gas.  Add new file mh-buffers.el.
13066 2006-01-06  Masatake YAMATO  <jet@gyve.org>
13068         * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
13069         C preprocessor forward ported from GNU Emacs 21.2.
13071         * progmodes/asm-mode.el (asm-font-lock-keywords):
13072         Use `cpp-font-lock-keywords'.
13074         * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
13076         * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
13077         of $ for "\\.ld[s]?".
13079 2006-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13081         * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
13082         (tcl-indent-line): Return `noindent' if inside a string.
13084         * progmodes/flymake.el (flymake-split-string): Remove more than one
13085         empty string at beg/end of the result.
13086         (flymake-find-buildfile, flymake-find-possible-master-files):
13087         Use expand-file-name.
13088         (flymake-fix-file-name): Don't replace \ with / and don't remove ./
13089         since expand-file-name does it for us.  Use directory-file-name.
13090         (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
13091         (flymake-ler-get-type, flymake-ler-get-text)
13092         (flymake-ler-make-ler): Remove.  Replace by defstruct.  Update callers.
13093         (flymake-current-line-no): Remove spurious interactive spec.
13094         (flymake-delete-temp-directory): Remove unused var `slash-pos'.
13095         (flymake-check-include): Remove arg inc-path merged into inc-name.
13096         (flymake-check-patch-master-file-buffer): Fit in 80 columns.
13097         Arg regexp-list replaced by a simple regexp.
13098         (flymake-master-make-header-init, flymake-master-tex-init):
13099         Correspondingly replace regexp-list with a regexp.  Fix regexp.
13101 2006-01-10  Simon Josefsson  <jas@extundo.com>
13103         * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
13104         describing AUTH PLAIN fix.
13106 2006-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
13108         * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
13109         (report-emacs-bug): Don't record initial prompt text.
13110         Instead, add text properties to prompting text.
13111         (report-emacs-bug-hook): Delete prompting text.
13113 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
13115         * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
13116         `dirs'.  Adjust callers.
13118 2006-01-09  John Paul Wallington  <jpw@gnu.org>
13120         * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
13122 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
13124         * reveal.el (reveal-open-new-overlays): New extracted fun.
13125         (reveal-close-old-overlays): Idem.  Check overlays's liveness before
13126         using them.  Simplify the code.
13127         (reveal-post-command): Use them.  Fix up obsolete windows in
13128         reveal-open-spots.
13130         * progmodes/flymake.el: Use `require' rather than autoload for
13131         XEmacs's overlays.
13132         (flymake-get-common-file-prefix, flymake-build-relative-filename):
13133         Delete.  Use file-relative-name instead.
13134         (flymake-get-syntax-check-program-args, flymake-perl-init):
13135         Simplify the resulting code.
13137         * log-view.el (log-view-file-re, log-view-message-re): Add support
13138         for DaRCS output.
13140 2006-01-09  Alex Schroeder  <alex@gnu.org>
13142         * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
13143         identifiers sometimes added in square brackets at the beginning of
13144         subject lines.
13146 2006-01-07  Richard M. Stallman  <rms@gnu.org>
13148         * cus-edit.el (Custom-set, Custom-save): Doc fix.
13149         (Custom-reset-current, Custom-reset-saved): Change question text.
13150         (Custom-reset-standard): Likewise.
13151         (custom-variable-reset-saved): Doc fix.
13153 2006-01-07  Eli Zaretskii  <eliz@gnu.org>
13155         * startup.el (init-file-user): Doc fix.
13157 2006-01-07  Alex Schroeder  <alex@gnu.org>
13159         * mail/rmail.el (rmail-current-subject): New function.
13160         (rmail-current-subject-regexp): New function.
13161         (rmail-next-same-subject): Use it.
13163         * mail/rmailsum.el (rmail-summary-by-topic):
13164         Use rmail-current-subject and rmail-current-subject-regexp.
13165         (rmail-summary-next-same-subject): Ditto.
13167         * net/rcirc.el (rcirc-send-input): No longer check whether the
13168         process is open, since not all commands need an open process.
13169         (rcirc-send-string): Check whether the process is open before
13170         sending anything.
13171         (rcirc-ignore-list): New option.
13172         (rcirc-ignore-list-automatic): New variable.
13173         (rcirc-print): Take rcirc-ignore-list into account.
13174         (rcirc-cmd-ignore): New command.
13175         (rcirc-ignore-update-automatic): New function.
13176         (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
13177         list if ignored nicks.
13178         (rcirc-handler-NICK): Ditto, and also ignore the new nick.
13180 2006-01-06  David Reitter  <david.reitter@gmail.com>
13182         * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
13183         reflect the address to which the report will be sent.
13185 2006-01-06  Eli Zaretskii  <eliz@gnu.org>
13187         * progmodes/ld-script.el (auto-mode-alist): Recognize linker
13188         scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
13190 2006-01-01  Michael Ernst  <mernst@alum.mit.edu>  (tiny changes)
13192         * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
13194         * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
13195         the doc string: "functoin" => "function".
13196         * ldefs-boot.el: Likewise.
13198         * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
13199         message text: "Duplicat" => "Duplicate".
13201 2006-01-06  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
13203         * files.el (basic-save-buffer-2): If backing-up failed, reset
13204         buffer-backed-up to nil.
13206 2006-01-06  Nick Roberts  <nickrob@snap.net.nz>
13208         * progmodes/gud.el (gdb-script-skip-to-head)
13209         (gdb-script-calculate-indentation): Indent for breakpoint command
13210         lists also.
13212 2006-01-05  Bill Wohler  <wohler@newt.com>
13214         * Makefile.in (compile-always): Add mh-autoloads dependency.
13215         (bootstrap): Remove mh-autoloads dependency, as compile dependency
13216         provides it.
13217         (updates): Remove mh-autoloads dependency, since it probably has
13218         already run recently (via recompile).
13220 2006-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13222         * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
13223         argument `force' to disable the flyspell-last-buffer optimization.
13224         (flyspell-mode-on): Use it.
13226         * progmodes/flymake.el (flymake-get-cleanup-function): Default to
13227         flymake-simple-cleanup.
13228         (flymake-allowed-file-name-masks): Use this new default.
13229         All the functions are now called in the right buffer rather than
13230         passing the buffer as argument.
13231         (flymake-process-sentinel): Switch to buffer before calling cleanup.
13232         (flymake-parse-err-lines): Remove redundant buffer arg.
13233         (flymake-get-program-dir): Comment out unused function.
13234         (flymake-start-syntax-check, flymake-start-syntax-check-process):
13235         Remove redundant buffer argument.
13236         (flymake-get-real-file-name, flymake-simple-java-cleanup)
13237         (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
13239 2006-01-05  Richard M. Stallman  <rms@gnu.org>
13241         * info.el (Info-find-node): Don't record previous node if have none.
13242         (info): Go to directory only if history is empty.
13244         * simple.el (mark): Doc fix.
13246 2006-01-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13248         * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
13249         already of desired type.
13250         (mac-ae-list): Coerce parameter to "list" type.
13251         (mac-dispatch-apple-event): Replace cadr part of event with a
13252         dummy position so that event-start returns it.
13254 2006-01-05  Carsten Dominik  <dominik@science.uva.nl>
13256         * textmodes/org.el (org-end-of-subtree): New function.
13257         (org-cycle, org-subtree-end-visible-p, org-scan-tags):
13258         Use `org-end-of-subtree'.
13259         (org-agenda, org-agenda-convert-date): Protect calls to
13260         `fit-window-to-buffer'.
13261         (org-tags-view): Force matching of sublevels when doing a
13262         todo-only search.  Define the correct redo command, including the
13263         arguments.
13264         (org-agenda-redo): Display message.
13265         (org-check-for-org-mode): New function.
13266         (org-agenda-type): New variable.
13267         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
13268         Set `org-agenda-type'.
13269         (org-agenda-check-type): New function.
13270         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
13271         (org-agenda-week-view, org-agenda-day-view)
13272         (org-agenda-next-date-line, org-agenda-previous-date-line)
13273         (org-agenda-log-mode, org-agenda-toggle-diary)
13274         (org-agenda-toggle-time-grid, org-agenda-date-later)
13275         (org-agenda-date-prompt, org-agenda-diary-entry)
13276         (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
13277         (org-agenda-convert-date, org-agenda-menu):
13278         Use `org-agenda-check-type'.
13279         (org-make-overlay, org-delete-overlay)
13280         (org-detatch-overlay, org-move-overlay, org-overlay-put):
13281         New compatibility functions.
13282         (org-calendar-select-mouse): New command.
13284 2006-01-04  Chong Yidong  <cyd@stupidchicken.com>
13286         * cus-edit.el (Custom-reset-current, Custom-reset-saved)
13287         (Custom-reset-standard): Fix y-or-n-p messages.
13288         (custom-link): New face for links.
13289         (custom-buffer-create-internal, custom-manual): Use it.
13290         (custom-face-save): Push to theme-face before setting face spec.
13292         * wid-edit.el (widget-default-mouse-face-get): New function.
13293         (widget-specify-button): Handle mouse-face like button-face.
13295         * custom.el (load-theme): Clear old theme settings if reloading.
13297 2006-01-03  Luc Teirlinck  <teirllm@auburn.edu>
13299         * cus-edit.el (custom-buffer-create-internal): Move whole buffer
13300         "Erase Customization" button back to same position it occupies in
13301         the individual State menus.
13303 2006-01-04  Kim F. Storm  <storm@cua.dk>
13305         * wid-edit.el (key-sequence): Rework widget to read key binding
13306         using `kbd' syntax.  Use C-q to insert literal key, event, or code.
13307         (widget-key-sequence-default-value): Default value for empty sequence.
13308         (widget-key-sequence-map): New map for reading key binding.  Bind C-q.
13309         (widget-key-sequence-read-event): New command for C-q.
13310         (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
13311         (widget-key-sequence-value-to-external): New functions.
13313 2006-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13315         * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
13316         Use expand-file-name.
13317         (flymake-delete-temp-directory): Use expand-file-name,
13318         file-name-directory, and directory-file-name.
13319         (flymake-strrchr): Delete.
13320         (flymake-start-syntax-check): Don't pass the redundant buffer argument
13321         to the init-f function.
13322         (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
13323         (flymake-init-find-buildfile-dir)
13324         (flymake-init-create-temp-source-and-master-buffer-copy)
13325         (flymake-simple-make-init-impl, flymake-simple-make-init)
13326         (flymake-master-make-init, flymake-master-make-header-init)
13327         (flymake-simple-make-java-init, flymake-simple-ant-java-init)
13328         (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
13329         (flymake-xml-init): Remove corresponding redundant buffer argument.
13330         (flymake-allowed-file-name-masks): Remove last elems that are equal to
13331         the default anyway.  Clean up regexps.
13333         * progmodes/flymake.el (flymake-temp-source-file-name)
13334         (flymake-master-file-name, flymake-temp-master-file-name)
13335         (flymake-base-dir): New buffer-local vars.
13336         (flymake-buffer-data, flymake-get-buffer-value)
13337         (flymake-set-buffer-value): Replace those hash-tables by the new
13338         buffer-local vars.  Update callers.
13340         * progmodes/flymake.el (flymake-check-start-time)
13341         (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
13342         (flymake-last-change-time, flymake-new-err-info, flymake-timer):
13343         Move definition, so we can remove redundant earlier declaration.
13344         (flymake-replace-regexp-in-string, flymake-split-string)
13345         (flymake-get-temp-dir): Use defalias.
13346         (flymake-popup-menu): Remove `pos' argument.  Use posn-at-point.
13347         (flymake-xemacs-window-edges): Remove unused function.
13348         (flymake-get-point-pixel-pos): Move.
13349         (flymake-pid-to-names, flymake-reg-names)
13350         (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
13351         Replace by a simple list flymake-processes and by process-buffer.
13352         Update callers.  Other than simplify the code, it uses buffers rather
13353         than buffer-names so it doesn't get confused by uniquify.
13354         (flymake-buffer-data): The global value should just be nil.
13356         * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
13357         Optimize the body of a defalias like any other code.
13359         * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
13360         Make sure we've setup font-lock's vars.  It may influence which
13361         function we then call.
13362         (font-lock-default-fontify-buffer): Don't bother calling set-defaults
13363         here since it's too late anyway.
13365 2006-01-03  Romain Francoise  <romain@orebokech.com>
13367         * startup.el (fancy-splash-tail, normal-splash-screen):
13368         Update copyright year.
13370 2006-01-02  J.D. Smith  <jdsmith@as.arizona.edu>
13372         * mouse.el (mouse-drag-track): Rename, from
13373         `mouse-drag-region-1'.  Includes optional argument required to
13374         enable post-drag event processing (e.g. delete region keys).
13375         Can be used without this argument to track a mouse region and operate
13376         on it as soon as the drag completes.
13377         (mouse-drag-region): Use `mouse-drag-track'.
13379 2006-01-02  Chong Yidong  <cyd@stupidchicken.com>
13381         * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
13382         Move to `custom-buffer' group.
13384         * cus-theme.el: Rewrite the Custom New Theme Mode interface.
13385         (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
13386         (custom-theme-insert-face-marker, custom-theme-variable-menu)
13387         (custom-theme-face-menu): New variables.
13388         (custom-theme-add-variable, custom-theme-variable-action)
13389         (custom-variable-reset-theme, custom-theme-delete-variable)
13390         (custom-face-reset-theme, custom-theme-face-action)
13391         (custom-theme-delete-face, custom-theme-merge-theme)
13392         (custom-theme-add-face, custom-theme-visit-theme): New functions.
13394 2006-01-01  Chong Yidong  <cyd@stupidchicken.com>
13396         * custom.el: Move Custom Themes commentary to start of theme code.
13397         (custom-known-themes): Rename `standard' theme to `changed'.
13398         (custom-push-theme): Caller no longer specifies what theme to use
13399         when doing `reset'---the setting is simply removed from the theme.
13400         Delete MODE from `theme-value' and `theme-settings' properties.
13401         (custom-declare-theme): Ignore &rest args since we don't use them.
13403         (custom-loaded-themes): Delete variable.
13404         (custom-theme-load-themes, custom-theme-loaded-p)
13405         (custom-theme-value): Delete functions.
13407         (custom-declare-theme): Signal error on invalid theme names.
13408         (provide-theme): custom-loaded-themes was deleted.
13409         (load-theme): Load the file unconditionally.
13410         (enable-theme): Call `load-theme' if theme is undefined.
13411         (custom-enabled-themes): Only update value for successful loads.
13412         (disable-theme): Complete from enabled themes when interactive.
13413         (custom-variable-theme-value): Calculate theme value directly.
13415         (custom-theme-reset-variables, custom-reset-variables): Mark as
13416         XEmacs compatibility functions.  We don't actually use these.
13418         * cus-edit.el (custom-variable-state-set):
13419         Use custom-variable-theme-value instead of custom-theme-value.
13420         (custom-face-state-set): Rename `standard' theme to `changed'.
13421         (custom-save-variables, custom-save-faces): Delete unneeded
13422         references to custom-reset-variables.
13423         (custom-save-resets): Delete function.
13424         (custom-save-variables, custom-save-faces): MODE argument deleted.
13425         (custom-save-variables, custom-save-faces): Ignore theme values.
13427         * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
13428         compatibility function.
13430 2006-01-01  Richard M. Stallman  <rms@gnu.org>
13432         * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
13433         (Custom-reset-current, Custom-reset-saved): Likewise.
13434         (Custom-reset-standard): Show message if aborted.
13435         (custom-mode): Doc fix, describing those commands.
13437         * mouse.el (mouse-drag-region-1): When following link via mouse-2,
13438         put on event-kind property.
13440 2005-12-31  Chong Yidong  <cyd@stupidchicken.com>
13442         * custom.el (provide-theme): Ban `user' theme name.
13443         (custom-enabling-themes): New variable.
13444         (enable-theme): Don't enable user if custom-enabling-themes is t.
13445         (custom-enabled-themes): Make it a defcustom.
13446         (custom-theme-recalc-face): No-op if face is undefined.
13448         * cus-edit.el (custom-button-mouse): New variable.
13449         (custom-button-mouse): New face.
13450         (custom-raised-buttons, custom-mode): Use it.
13452         * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
13454 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
13456         * progmodes/gud.el (gud-display-line): Support hl-line in the
13457         source buffer.
13459 2005-12-31  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
13461         * mouse.el (mouse-drag-window-above): Verify that the found window
13462         overlaps with the given window in the horizontal dimension.
13464 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
13466         * Makefile.in (cvs-update): New target.
13468         * makefile.w32-in (cvs-update): Ditto.
13470 2005-12-30  Chong Yidong  <cyd@stupidchicken.com>
13472         * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
13473         (custom-new-theme-mode-map): New variable.
13475 2005-12-30  Richard M. Stallman  <rms@gnu.org>
13477         * custom.el (custom-load-themes): Function deleted.
13479         * cus-edit.el (custom-save-loaded-themes): Function deleted.
13480         (custom-save-variables): Don't delete or add custom-load-themes call.
13482 2005-12-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13484         * cus-start.el: Add `visible-cursor'.
13486         * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
13487         (flymake-parse-output-and-residual): Remove `source-buffer' argument.
13488         (flymake-process-filter): Switch to buffer before calling it instead.
13489         (flymake-post-syntax-check, flymake-highlight-err-lines)
13490         (flymake-delete-own-overlays, flymake-parse-err-lines)
13491         (flymake-start-syntax-check, flymake-start-syntax-check-process)
13492         (flymake-count-lines, flymake-parse-residual):
13493         Remove constant buffer argument.
13494         (flymake-start-syntax-check-for-current-buffer): Remove.
13495         Update callers to use flymake-start-syntax-check instead.
13496         (flymake-display-err-menu-for-current-line):
13497         Remove unused var `mouse-pos'.
13498         (flymake-restore-formatting): Comment out unused function.
13499         (flymake-report-status, flymake-report-fatal-status): Remove buffer
13500         argument, use current-buffer instead.  Update callers.
13502 2005-12-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13504         * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
13505         buffer-local because choose-completion-delete-max-match requires
13506         that we set completion-ignore-case (i.e., binding via let is not
13507         sufficient).
13508         (bibtex-complete): Always set completion-ignore-case and
13509         choose-completion-string-functions.  The latter is needed because
13510         choose-completion-string-functions keeps its value if we quit the
13511         *Completions* buffer without requesting a completion.
13513 2005-12-30  Andreas Schwab  <schwab@suse.de>
13515         * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
13517 2005-12-30  Eli Zaretskii  <eliz@gnu.org>
13519         * jit-lock.el (jit-lock-chunk-size): Doc fix.
13521 2005-12-30  Juri Linkov  <juri@jurta.org>
13523         * locate.el (locate-fcodes-file, locate-header-face)
13524         * progmodes/delphi.el (delphi-other-face)
13525         * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
13527         * paren.el (show-paren-match, show-paren-mismatch): Use existing
13528         group `paren-showing-faces'.
13530         * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
13531         (goto-address): Fix docstring.
13533         * net/webjump.el (webjump-sample-sites): Update URLs.
13535         * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
13537         * subr.el (cancel-change-group): Add listp around pending-undo-list.
13539 2005-12-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13541         * font-lock.el (font-lock-compile-keywords): Signal an error when
13542         font-lock-set-defaults hasn't been called.
13544 2005-12-29  Luc Teirlinck  <teirllm@auburn.edu>
13546         * subr.el (noreturn, 1value): Doc fixes.
13548 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13550         * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
13551         that assoc-string returns nil.
13553 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13555         * textmodes/bibtex.el (bibtex-entry-type-whitespace)
13556         (bibtex-entry-type-str, bibtex-empty-field-re)
13557         (bibtex-search-backward-string, bibtex-preamble-prefix)
13558         (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
13559         (bibtex-any-valid-entry-type): New variable.
13560         (bibtex-parse-field-name): Simplify.
13561         (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
13562         (bibtex-preamble-prefix): Include left delimiter.
13563         (bibtex-search-forward-field, bibtex-search-backward-field):
13564         Allow unbounded search past entry boundaries (required by bibtex-pop).
13565         (bibtex-text-in-field-bounds): Use push.
13566         (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
13567         (bibtex-parse-preamble, bibtex-valid-entry)
13568         (bibtex-beginning-first-field): New functions.
13569         (bibtex-skip-to-valid-entry): Use bibtex-valid-entry.  Fix regexp.
13570         (bibtex-map-entries): Fix docstring.
13571         (bibtex-flash-head): New arg prompt.  Simplify.
13572         (bibtex-enclosing-field): Include code of bibtex-inside-field.
13573         (bibtex-insert-kill): Simplify.  Always insert text past the
13574         current field or entry.
13575         (bibtex-format-entry): Use bibtex-parse-field.
13576         (bibtex-pop): Use bibtex-beginning-of-entry and
13577         bibtex-end-of-entry to initiate the search.  Insert empty field if
13578         we found ourselves.
13579         (bibtex-print-help-message): New args field and comma.
13580         Handle entry keys.
13581         (bibtex-make-field): Use bibtex-beginning-of-entry.
13582         (bibtex-end-of-entry): Use bibtex-valid-entry.  Recognize any
13583         invalid entry.
13584         (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
13585         Handle preambles.  Simplify code for thorough test.
13586         (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
13587         New arg comma.  Handle entry heads.
13588         (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
13589         (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
13590         New arg comma.
13591         (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
13592         (bibtex-fill-field): Simplify.
13593         (bibtex-fill-entry): Use bibtex-beginning-first-field and
13594         bibtex-parse-field.
13595         (bibtex-convert-alien): Do not wait before calling bibtex-validate.
13596         (bibtex-complete): Use bibtex-parse-preamble.
13598 2005-12-29  Nick Roberts  <nickrob@snap.net.nz>
13600         * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
13601         Display name of expression instead of convenience variable.
13602         (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
13604         * progmodes/gud.el (gud-tooltip-dereference): Rename from
13605         toggle-gud-tooltip-dereference.
13606         (gud-tooltip-print-command): Move concatenation of "*" to expr to...
13607         (gud-tooltip-tips): ...here when dereferencing.
13609 2005-12-28  Bill Wohler  <wohler@newt.com>
13611         * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
13613 2005-12-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13615         * vc.el (vc-annotate-display): Replace optional arg `color-map' with
13616         compulsory arg `ratio'.  Inline body of vc-annotate-time-span.
13617         (vc-annotate-display-autoscale): Adjust call.
13618         (vc-annotate-display-default): Adjust call.  Make arg compulsory.
13619         Fix interactive spec.
13620         (vc-annotate-time-span): Remove.
13621         (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
13622         (vc-annotate-mode-menu, vc-annotate-display-autoscale)
13623         (vc-annotate-display-select): Use new name.
13625         * vc.el (vc-annotate-mode-map): Remove obsolete binding.
13626         (vc-annotate-mode-menu): Remove left-over redundant declaration.
13627         Correct the construction of span entries.  Simplify.
13628         (vc-annotate-display-select): Fix the nil case.
13629         (vc-annotate): Remove obsolete (and now broken) code.
13630         (vc-annotate-extract-revision-at-line): Remove obsolete code.
13631         (vc-annotate-time-span): Remove unused arg `quantize'.  Simplify.
13633 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
13635         * subr.el (lazy-completion-table): Correct typo in docstring.
13637         * startup.el (command-line): Use `custom-reevaluate-setting' for
13638         `send-mail-function'.
13640         * mail/sendmail.el (send-mail-function): Autoload the standard-value.
13642 2005-12-05  Ralf Angeli  <angeli@iwi.uni-sb.de>
13644         * mail/smtpmail.el (smtpmail-try-auth-methods):
13645         Send credentials together with "AUTH PLAIN" command.
13647 2005-12-27  Richard M. Stallman  <rms@gnu.org>
13649         * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
13650         mouse-2, go back to previously selected window, so it's selected
13651         when mouse-2 command runs.
13653 2005-12-27  Juri Linkov  <juri@jurta.org>
13655         * descr-text.el (describe-text-sexp): Use square brackets for
13656         button [Show] to distinguish it from the property value `show'.
13657         (describe-property-list): Use `insert-text-button' with
13658         `help-face' type instead of putting face in quotes, because button
13659         is not created automatically for a list of faces.
13660         (describe-text-properties-1): Put button-type value in quotes to
13661         distinguish from plain text "button".
13662         (describe-char): Display code point values in hex.  Don't use
13663         `symbol-name' for `current-input-method' because it is a string.
13664         Use `insert-text-button' with `help-face' type instead of putting
13665         hardcoded face in quotes, because button is not created automatically.
13667 2005-12-27  Richard M. Stallman  <rms@gnu.org>
13669         * progmodes/glasses.el (glasses-face): More specific custom type.
13671         * files.el (set-visited-file-name): Doc fix.
13673         * textmodes/flyspell.el (flyspell-external-point-words):
13674         Use local var buffer-scan-pos to advance scan for next misspelling.
13675         Advance it only after we find the misspelling.
13677 2005-12-27  Agustin Martin  <agustin.martin@hispalinux.es>
13679         * textmodes/flyspell.el (flyspell-external-point-words):
13680         New criteria for finding the misspelling in the buffer.
13682 2005-12-27  Nick Roberts  <nickrob@snap.net.nz>
13684         * help-mode.el (help-insert-string): Set help-xref-stack-item
13685         rather than call help-setup-xref.
13687         * descr-text.el (describe-char): Revert previous changes for
13688         optional buffer argument.
13690 2005-12-27  Juri Linkov  <juri@jurta.org>
13692         * help-mode.el (help-insert-string): New function.  Save buffer
13693         contents in cases where it is impossible to recompute the old contents.
13695         * descr-text.el (describe-char): Set help-xref-stack-item
13696         explicitly after buffer has been generated.
13698 2005-12-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13700         * cus-start.el (all): Add x-gtk-show-hidden-files.
13702 2005-12-26  Richard M. Stallman  <rms@gnu.org>
13704         * replace.el (perform-replace): Calculate match-again
13705         before skipping read-only matches.
13707         * paren.el (paren-showing-faces): New group.
13708         (show-paren-match, show-paren-mismatch): Move to that group.
13710         * button.el (button): Put into group `basic-faces'.
13712         * progmodes/make-mode.el: Remove faces from group `faces'.
13714         * apropos.el (apropos, apropos-value): Doc fix.
13715         (apropos-documentation): Doc fix.
13717 2005-12-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13719         * subr.el (lazy-completion-table): Remove argument `args'.
13721         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
13722         Don't use the `args' argument of lazy-completion-table.
13724 2005-12-26  Nick Roberts  <nickrob@snap.net.nz>
13726         * descr-text.el (describe-char): Add optional argument for buffer.
13727         Set buffer appropriately.  Call help-setup-xref.
13728         Suggested by Stefan Monnier.
13730 2005-12-26  Juri Linkov  <juri@jurta.org>
13732         * descr-text.el: Require `help-fns' at runtime.  Don't require
13733         `button' for byte compilation.
13734         (describe-text-widget): Add `help-echo' for first button.
13735         Use `help-info' for second.
13736         (describe-property-list): Use `help-argument-name' instead of `italic'.
13737         (describe-text-category): Add prompt to interactive spec.
13738         Call `help-setup-xref'.
13739         (describe-char): Use `help-character-set'.  Add `help-echo' for
13740         code point.  Use `help-input-method'.  Remove superfluous insert.
13742 2005-12-25  Richard M. Stallman  <rms@gnu.org>
13744         * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
13745         at point, in case of narrowing.
13747         * progmodes/delphi.el (delphi-other-face): Allow nil in type.
13749         * locate.el (locate-header-face): Allow nil in type.
13751         * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
13753 2005-12-25  Romain Francoise  <romain@orebokech.com>
13755         * battery.el (battery-linux-proc-acpi): Also try
13756         `/proc/acpi/thermal_zone/THM0/temperature'.
13758 2005-12-24  Chong Yidong  <cyd@stupidchicken.com>
13760         * custom.el (custom-push-theme): Fix docstring.
13762         * cus-edit.el (custom-variable-set, custom-variable-save)
13763         (custom-variable-save): Custom-quote widget values.
13764         (customize-save-variable): Fix custom-push-theme call.
13766 2005-12-24  Eli Zaretskii  <eliz@gnu.org>
13768         * w32-fns.el (w32-batch-update-autoloads): New function.
13770         * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
13771         Use w32-batch-update-autoloads, and don't setq generated-autoload-file
13772         from the command line.
13774 2005-12-23  Chong Yidong  <cyd@stupidchicken.com>
13776         * custom.el (custom-push-theme): Clarify docstring.  VALUE nil for
13777         reset means to remove setting from theme entirely.  Don't keep
13778         expanding theme-settings list; delete old entries if necessary.
13780         * cus-edit.el (custom-buffer-create-internal): Move "Erase
13781         customization" button one line up.
13782         (custom-themed): New face.
13783         (custom-magic-alist): New value, THEMED, for theme settings.
13784         (custom-variable-state-set, custom-face-state-set):
13785         Check theme-value instead of saved-value.
13786         (custom-variable-reset-standard, custom-face-reset-standard):
13787         Remove theme setting entirely.  Recalculate new values.
13788         (custom-variable-set, custom-variable-set)
13789         (custom-variable-reset-saved, custom-variable-reset-backup)
13790         (custom-face-set, custom-face-reset-saved): Update `user' theme.
13791         (custom-variable-save): Fix typos.
13793 2005-12-23  Juri Linkov  <juri@jurta.org>
13795         * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
13796         Add autoload cookies.
13797         (edebug-outside-d-c-i-n-s-w): New variable.
13798         (edebug-display, edebug-outside-excursion): Use it to save the
13799         original value of default-cursor-in-non-selected-windows.
13800         Set default-cursor-in-non-selected-windows to t while Edebug
13801         is active.
13802         (edebug-mode, edebug-eval-mode): Doc fix.
13804         * mouse.el (mouse-choose-completion): Replace `buffer-substring'
13805         with `buffer-substring-no-properties' to remove common substring
13806         highlighting.
13808         * info.el (info-other-window, info): Rename function argument
13809         `file' to `file-or-node'.
13810         (Info-complete-menu-item): Use local variable `complete-nodes' to
13811         keep the global value of `Info-complete-nodes' unchanged for
13812         subsequent completions.
13813         (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
13815         * simple.el (get-next-valid-buffer, last-buffer)
13816         (next-error-buffer-p, next-error-find-buffer)
13817         (minibuffer-history-sexp-flag): Doc fix.
13819         * savehist.el (savehist-mode-hook): Add `:group'.
13821         * log-view.el: Call autoload for vc-find-version.
13822         (log-view-current-file): Adjust subgroup numbers.
13823         (log-view-current-tag): Add `length'.
13825 2005-12-23  Richard M. Stallman  <rms@gnu.org>
13827         * vc.el (vc-annotate-car-last-cons): Defn moved up.
13829 2005-12-23  Juri Linkov  <juri@jurta.org>
13831         * hi-lock.el (hi-lock-archaic-interface-message-used)
13832         (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
13833         (hi-lock-mode): Display "Hi" in the mode line only when
13834         hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
13835         (hi-lock-write-interactive-patterns):
13836         Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
13837         (hi-lock-set-pattern, hi-lock-set-file-patterns)
13838         (hi-lock-font-lock-hook): Set 3rd arg `how' of
13839         font-lock-add-keywords to t.
13841 2005-12-23  David Koppelman  <koppel@ece.lsu.edu>
13843         * hi-lock.el (hi-lock-highlight-range): New variable.
13844         (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
13845         only if font-lock-fontified is non-nil.  Remove overlays.
13846         (hi-lock-set-pattern): Call font-lock-fontify-buffer if
13847         font-lock-fontified is non-nil, otherwise use overlays (instead of
13848         text properties).
13849         (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
13850         New variables.
13851         (hi-lock-string-serialize) New function.
13853 2005-12-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13855         * menu-bar.el (menu-find-file-existing): New function.
13856         (menu-bar-file-menu): Use menu-find-file-existing for Open.
13858         * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
13860 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13862         * vc.el: Remove unnecessary leading * in docstrings.
13863         (vc-annotate-mode-map): Move initialization into declaration.
13864         (vc-static-header-alist): Nitpick on the regexp.
13865         (vc-default-init-version): New fun.
13866         (vc-register): Use it.
13867         (vc-insert-headers): Use dolist.
13868         (vc-annotate-get-backend): Remove unused function.
13869         (vc-annotate-add-menu): Remove.  Build the menu directly at toplevel.
13870         (vc-annotate-mode): Remove corresponding call.
13871         (vc-annotate-car-last-cons): Simplify.
13872         (vc-annotate-buffers): Remove var.
13873         (vc-annotate-backend): Make it buffer-local.
13874         (vc-annotate): Move the interaction to the interactive spec.
13875         Add a `buf' argument.
13876         (vc-annotate-warp-version): Use this new `buf' argument to avoid
13877         killing&creating a vc-annotate buffer, which is very disruptive when
13878         the buffers are shown in dedicated frames.
13880 2005-12-23  Nick Roberts  <nickrob@snap.net.nz>
13882         * descr-text.el: Add FSF as maintainer.
13883         (describe-text-mode, describe-text-mode-map)
13884         (describe-text-mode-hook, describe-text-done): Delete.  Use normal
13885         help-mode.
13886         (describe-text-widget, describe-text-sexp)
13887         (describe-property-list, describe-text-category)
13888         (describe-text-properties, describe-text-properties-1)
13889         (describe-char): Use help buttons instead of widgets.
13890         (describe-char-unicodedata-file): Make URL link in doc string.
13892 2005-12-22  Richard M. Stallman  <rms@gnu.org>
13894         * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
13895         (custom-buffer-create-internal): Reword the top-of-buffer help intro.
13896         Don't include buttons that write a file when there's no file.
13897         (custom-variable-menu, custom-face-menu, custom-group-menu):
13898         Don't include commands that write a file when there's no file.
13899         (customize-browse): Reword the top-of-buffer help intro.
13900         (custom-buffer-create-internal): Fix previous change.
13901         (customize-changed-options-previous-release): Prev release is 21.1.
13902         (customize-changed-options): Doc fix.
13903         (customize-changed): New alias.
13904         (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
13905         Say "standard values".
13906         (Custom-reset-standard): Doc fix.
13907         (custom-face-reset-standard): Doc fix.
13909 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13911         * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
13912         even if font-lock-mode is non-nil since it may be t without having
13913         turned on font-lock-mode-internal.
13914         (font-lock-choose-keywords): Minor optimization.
13915         (font-lock-add-keywords, font-lock-remove-keywords)
13916         (font-lock-set-defaults): Don't call make-local-variable on a variable
13917         that we know to already be local.
13919 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13921         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
13922         messages if in the minibuffer.
13924 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13926         * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
13927         (tex-mode-flyspell-verify, flyspell-get-word)
13928         (flyspell-external-point-words): Don't use point-min/max uselessly.
13930         * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
13931         by Kevin Rodgers.  Instead, just hide the completions buffer if we
13932         don't need to show it.
13934 2005-12-21  Luc Teirlinck  <teirllm@auburn.edu>
13936         * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
13938 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13940         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
13941         delete-windows-on with an inexistent buffer.
13943 2005-12-22  Nick Roberts  <nickrob@snap.net.nz>
13945         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
13946         Delete defcustom variable :tag names.
13948 2005-12-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13950         * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
13951         (log-view-font-lock-keywords): Ajust subgroup numbers.
13952         (log-view-current-tag): Don't hard code the number of subgroups.
13954 2005-12-20  Juri Linkov  <juri@jurta.org>
13956         * tooltip.el (tooltip): Move defgroup before define-minor-mode.
13957         (tooltip-x-offset, tooltip-y-offset): Doc fix.
13959         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
13960         (menu-bar-non-minibuffer-window-p): Instead of checking
13961         display-multi-frame-p, use selected-frame when menu-updating-frame
13962         is nil.
13964 2005-12-20  Stuart Herring  <herring@lanl.gov>  (tiny change)
13966         * align.el (align-rules-list): Use [ \t] instead of \s-
13967         for column separators in text mode.
13969 2005-12-20  Nick Roberts  <nickrob@snap.net.nz>
13971         * help-mode.el (help-customize-variable, help-customize-face):
13972         Don't pop help-xref-stack as help-follow no longer pushes
13973         anything on to it.
13975 2005-12-20  Carsten Dominik  <dominik@science.uva.nl>
13977         * textmodes/org.el (org-agenda-custom-commands): New option.
13978         (org-agenda): Offer custom commands on splash screen.
13979         (org-make-tags-matcher): Parser for Boolean logic added.
13980         (org-agenda-set-tags): New command.
13981         (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
13982         (org-set-tags): Efficiency improvements.
13983         (org-auto-align-tags): New option.
13984         (org-todo, org-demote, org-promote): Realign tags.
13985         (org-tags-completion-function): Use also "&" and "|" as separators.
13986         (org-org-menu): Agenda commands simplified.
13988 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
13990         * cus-edit.el (customize-apropos, customize-apropos-options):
13991         Docstring changes.
13993         * font-lock.el (font-lock): Add tags to the links in the defgroup.
13995 2005-12-19  Chong Yidong  <cyd@stupidchicken.com>
13997         * longlines.el (longlines-mode): Wrap while widened.
13998         (longlines-decode-region, longlines-encode-region): Compute max
13999         just once.
14001 2005-12-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14003         * cus-edit.el (mac): New group.
14005         * cus-start.el (all): Add user options in macterm.c.  Add test for
14006         Mac-related built-ins.  Fix test for GTK-related built-ins.
14008         * term/mac-win.el (mac-handle-language-change)
14009         (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
14010         (mac-services-open-selection, mac-services-mail-selection)
14011         (mac-services-mail-to, mac-services-insert-text)
14012         (mac-dispatch-apple-event): Add docstrings.
14013         (x-get-selection, mac-select-convert-to-string): Select coding
14014         system from `utf-16be' and `utf-16le' using `byteorder'.
14016 2005-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
14018         * subr.el (lazy-completion-table): Don't be fooled if the var holds
14019         a "list" (lambda ...) rather than a real completion list.
14021         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
14022         lexical-let when encountering ((lambda (...) ...) ...).
14024 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
14026         * progmodes/sh-script.el (sh-mode):
14027         * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
14028         * textmodes/picture.el (picture-mode): Update docstrings.
14030 2005-12-17  Eli Zaretskii  <eliz@gnu.org>
14032         * makefile.w32-in (autoloads, custom-deps): Warn that parts of
14033         commands enclosed in $(ARGQUOTE)s should not be split between two
14034         lines, as that will break with GNU Make >3.80, when sh.exe is used
14035         and arg quoting is with '..'.
14036         (autoloads): Don't break the quoted --eval expression between
14037         several lines.
14039 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
14041         * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
14042         Capture error from printing circular structures.
14044 2005-12-17  Martin Rudalics  <rudalics@gmx.at>
14046         * wid-edit.el (widget-checkbox-action): Clear undo info.
14048 2005-12-16  Bill Wohler  <wohler@newt.com>
14050         * menu-bar.el (kill-this-buffer): Set a good example by using menu
14051         bar, not menubar in comment.
14053 2005-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
14055         * progmodes/cc-engine.el (c-after-change-check-<>-operators):
14056         After-change-functions should not clobber the match data.
14058 2005-12-16  Juri Linkov  <juri@jurta.org>
14060         * simple.el (choose-completion): Use `buffer-substring-no-properties'
14061         instead of `buffer-substring'.
14062         (completion-common-substring): Doc fix.
14063         (completion-setup-function): Use minibuffer-completion-contents
14064         instead of minibuffer-contents.  Don't set common-string-length
14065         initially.  Remove special handling of partial-completion-mode.
14066         Move computation of completion-base-size into one cond.
14067         Call completion-base-size-function in mainbuf.  In computation of
14068         completion-base-size for file name completion don't move point to
14069         the end of the minibuffer.  Move computation of common-string-length
14070         into one cond.  Start putting faces only when common-string-length>=0.
14071         Add condition to put completions-common-part when
14072         common-string-length>0.
14074         * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
14075         place point at the first different character in the minibuffer
14076         even if this position is at the beginning of the minibuffer.
14078         * info.el (Info-read-node-name-1): In completion-base-size-function's
14079         lambda return 1 if common-substring or minibuffer-completion-contents
14080         starts with (, and 0 otherwise.
14082         * emacs-lisp/crm.el (crm-minibuffer-completion-help):
14083         Use `crm-current-element' for second arg of `display-completion-list'.
14085 2005-12-16  Klaus Zeitler  <kzeitler@lucent.com>
14087         * files.el (set-auto-mode): Look for an interpreter specified on
14088         the first line also if search for mode specification succeeded,
14089         but the mode is not known.
14091 2005-12-16  Carsten Dominik  <dominik@science.uva.nl>
14093         * textmodes/org.el (org-tags-match-list-sublevels): New option.
14094         (org-open-at-point): Implement tag searches as links.
14095         (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
14096         (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
14097         (org-tags-sparse-tree, org-tags-view, org-set-tags)
14098         (org-agenda-dispatch): New commands.
14099         (org-use-tag-inheritance, org-tags-column): New options.
14100         (org-tab-follows-link, org-return-follows-link): New options.
14101         (org-tags): New customize group.
14102         (org-start-icalendar-file): Get local time zone.
14103         (org-tags-completion-function): New function.
14104         (org-set-font-lock-defaults): Make sure links will also be
14105         highlighted inside headlines.
14107 2005-12-16  Mark Plaksin  <happy@usg.edu>  (tiny change)
14109         * term.el (term-emulate-terminal):
14110         Let term-handle-ansi-terminal-messages override what Bash says about
14111         its current directory.
14113 2005-12-16  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
14115         * bindings.el (last-buffer): Move to simple.el.
14116         * simple.el (last-buffer): Move here.
14117         (get-next-valid-buffer): New function.
14118         (next-buffer): Use frame-local buffer list, maintain buried buffer list.
14119         (prev-buffer): Ditto.  Rename to `previous-buffer'.
14121         * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
14122         * bindings.el (global-map): Ditto.
14124 2005-12-15  Luc Teirlinck  <teirllm@auburn.edu>
14126         * cus-edit.el: Introductory comment change.
14127         (custom-magic-alist): Change message string for the `rogue' state.
14129 2005-12-15  Richard M. Stallman  <rms@gnu.org>
14131         * tooltip.el: Delete defcustom variable :tag names.
14133         * complete.el (partial-completion-mode): Doc fix.
14135         * textmodes/flyspell.el (flyspell-external-point-words):
14136         Use save-excursion to ensure we don't move backward in the
14137         search loop, not even one character.
14138         (flyspell-delete-all-overlays): Use remove-overlays directly.
14140         * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
14141         (ispell-start-process): Set that variable.
14142         Clear ispell-buffer-local-name.
14143         (ispell-internal-change-dictionary):
14144         Set ispell-current-dictionary after killing process.
14145         (ispell-buffer-local-dict):
14146         Don't set spell-personal-dictionary after killing process.
14147         (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
14148         (ispell-tex-skip-alists, ispell-html-skip-alists)
14149         (ispell-skip-region-alist): Mark as risky.
14151         * net/newsticker.el (newsticker--retrieval-timer-list)
14152         (newsticker--display-timer, newsticker-running-p)
14153         (newsticker-ticker-running-p): Definitions moved up.
14155 2005-12-16  Nick Roberts  <nickrob@snap.net.nz>
14157         * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
14159 2005-12-15  David Ponce  <david@dponce.com>
14161         * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
14162         (recentf-edit-list, recentf-open-files): Signal an error when
14163         there is no recent file.
14165 2005-12-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
14167         * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
14168         read-only except for texinfo-format-region evaluation.
14170 2005-12-14  Richard M. Stallman  <rms@gnu.org>
14172         * vc.el (vc-default-previous-version, vc-default-next-version)
14173         (vc-do-command): Doc fixes.
14175 2005-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14177         * textmodes/bibtex.el (bibtex-expand-strings)
14178         (bibtex-autokey-expand-string, bibtex-name-part)
14179         (bibtex-entry-type-whitespace, bibtex-entry-type-str)
14180         (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
14181         (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
14182         (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
14183         (bibtex-entry-postfix, bibtex-known-entry-type-re)
14184         (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
14185         (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
14186         (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
14187         (bibtex-beginning-of-last-entry): Remove.
14188         (bibtex-parse-field-name): Use bibtex-field-name.  Issue error
14189         message if comma is missing but buffer is read-only.
14190         (bibtex-parse-field-text): Handle whitespaces at the end of field
14191         text.  Return 3-element list with beginning and end of field text
14192         and end of field.
14193         (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
14194         (bibtex-parse-field): Remove arg name.  Use bibtex-field-name.
14195         (bibtex-search-forward-field, bibtex-search-backward-field):
14196         Search always delimited by limits of entry.  Use more efficient
14197         search algorithms.
14198         (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
14199         bibtex-end-of-name-in-field.
14200         (bibtex-text-in-field-bounds): Handle BibTeX strings when
14201         extracting the content of a field.
14202         (bibtex-text-in-field): Use search limits.
14203         (bibtex-parse-string-prefix): Handle empty string keys based on
14204         bibtex-string-empty-key.
14205         (bibtex-parse-string): Fix docstring.
14206         (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
14207         (bibtex-preamble-prefix, bibtex-strings): New functions.
14208         (bibtex-skip-to-valid-entry): Include preceding whitespace in
14209         BibTeX entries (consistent with other BibTeX functions).
14210         (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
14211         (bibtex-search-entry): Fix docstring.  Simplify.
14212         (bibtex-flash-head, bibtex-complete-string-cleanup)
14213         (bibtex-count-entries, bibtex-sort-buffer): Simplify.
14214         (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
14215         (bibtex-parse-entry): New optional arg content.
14216         (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
14217         Use bibtex-text-in-field-bounds.
14218         (bibtex-print-help-message): Handle BibTeX strings and preambles.
14219         (bibtex-end-of-entry): Use bibtex-preamble-prefix and
14220         bibtex-parse-string-postfix.
14221         (bibtex-find-text-internal): New function.
14222         (bibtex-remove-delimiters): Use it.
14223         (bibtex-find-text): Use it.  New optional arg help.
14224         (bibtex-complete): Handle BibTeX string and preamble entries.
14225         (bibtex-Preamble): Fix order of closing delimiters.
14227 2005-12-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14229         * vc.el (vc-default-revert): New fun.
14231         * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
14233 2005-12-14  Romain Francoise  <romain@orebokech.com>
14235         * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
14236         (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
14237         (font-lock-remove-keywords): Likewise.
14239 2005-12-14  Juri Linkov  <juri@jurta.org>
14241         * log-view.el (log-view-diff): Doc fix.
14243         * isearch.el (isearch-query-replace): Use (mark) instead of
14244         isearch-opoint if mark is active in transient-mark-mode.
14246 2005-12-14  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
14248         * isearch.el (isearch-query-replace): Check for isearch-other-end.
14250 2005-12-14  Per Abrahamsen  <abraham@dina.kvl.dk>
14252         * progmodes/cpp.el (cpp-face): New widget.
14253         (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
14255 2005-12-14  Juri Linkov  <juri@jurta.org>
14257         * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
14258         around `erase-buffer' and `insert'.
14260         * descr-text.el (describe-text-properties): Replace buffer name
14261         "*Help-2*" with "*Help*<2>".
14262         (describe-char): Add functions print-help-return-message,
14263         toggle-read-only.  Use help-setup-xref with nil to not store
14264         describe-char in help-xref-stack.  Use help-make-xrefs to
14265         make [back] button.
14267         * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
14269         * wdired.el (wdired-old-point): New internal variable.
14270         (wdired-change-to-wdired-mode): Set it buffer-locally.
14271         (wdired-abort-changes): Restore point after aborting changes.
14273 2005-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
14275         * vc.el (vc-do-command): Add a new value t for okstatus.
14277         * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
14278         frame in case of errors.
14280 2005-12-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14282         * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
14283         so it comes after "On the Left" in the menu.
14285 2005-12-12  Luc Teirlinck  <teirllm@auburn.edu>
14287         * cus-edit.el (customize-apropos, customize-apropos-options)
14288         (customize-apropos-faces, customize-apropos-groups): Doc fixes.
14290 2005-12-12  Bill Wohler  <wohler@newt.com>
14292         * vc-svn.el (vc-svn-registered): Fix problem of visiting
14293         non-writable Subversion-controlled files by saving window
14294         configuration before calling vc-do-command.  vc-do-command calls
14295         pop-to-buffer on error which is unexpected during registration.
14297 2005-12-12  Jay Belanger  <belanger@truman.edu>
14299         * calc/README: Update the summary of changes.
14301 2005-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14303         * descr-text.el (describe-char): Rework last fix to solve the problem
14304         is the same way it's solved for everything else in that function
14305         (i.e. by extracting the info before setting up the *Help* buffer).
14307 2005-12-12  Kim F. Storm  <storm@cua.dk>
14309         * subr.el (version-regexp-alist): Allow space as separator before
14310         non-numeric part, e.g. "1.0 alpha".
14311         (version-to-list): Interpret .X.Y version as 0.X.Y version.
14313 2005-12-12  Carsten Dominik  <dominik@science.uva.nl>
14315         * textmodes/org.el (org-agenda, org-timeline, org-todo):
14316         Implement Logging and the keep-modes setting.
14317         (org-get-category): Make sure a string is returned.
14318         (org-log-done): New function.
14319         (org-log-done, org-closed-string): New options.
14321 2005-12-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14323         * tooltip.el (tooltip-y-offset): Change default to 20.
14325 2005-12-12  Richard M. Stallman  <rms@gnu.org>
14327         * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
14329         * frame.el (display-hourglass): Doc fix.
14331         * help.el (help-for-help-internal): Simplify entry for `a'.
14333         * info.el (Info-on-current-buffer): Doc fix.
14334         (info-insert-file-contents): Don't test (featurep 'jka-compr).
14336         * startup.el (inhibit-splash-screen): Make this the real name.
14337         (inhibit-startup-message): Make this the alias.
14338         (command-line): Find only simple.el, and use its directory
14339         to fill in other preloaded files' names.
14340         (command-line): Deactivate the mark if deactivate-mark is set.
14342         * international/mule.el (load-with-code-conversion):
14343         Bind deactivate-mark.
14345         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
14347 2005-12-11  Luc Teirlinck  <teirllm@auburn.edu>
14349         * cus-edit.el (customize-apropos): Avoid listing an option more
14350         than once under different aliases.  No longer list user options
14351         that are not defined with defcustom (unless a prefix arg is given).
14352         Doc fix.
14353         (customize-apropos-options): Doc fix.
14355 2005-12-11  Juri Linkov  <juri@jurta.org>
14357         * frame.el (set-background-color, set-foreground-color)
14358         (set-cursor-color, set-mouse-color, set-border-color):
14359         Add explicit prompts to read colors by `facemenu-read-color'.
14360         (show-trailing-whitespace, blink-cursor-delay)
14361         (blink-cursor-interval, display-hourglass, hourglass-delay):
14362         Remove tags.
14363         (display-hourglass, hourglass-delay): Doc fix.
14364         (cursor-in-non-selected-windows): Capitalize words in tag.
14366         * faces.el (frame-background-mode): Replace `choice-item' keywords
14367         with `const' to not make [default] button.  Change default value tag
14368         from `default' to `automatic'.  Doc fix.
14369         (trailing-whitespace) <defface>: Change group `whitespace' to
14370         `whitespace-faces'.
14372 2005-12-11  Richard M. Stallman  <rms@gnu.org>
14374         * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
14376 2005-12-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14378         * term/mac-win.el: Create keymap for mac-apple-event-map.
14380 2005-12-11  Nick Roberts  <nickrob@snap.net.nz>
14382         * tooltip.el (tooltip-mode): Move to start of file so that it
14383         appears at top of customize buffer.
14385         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
14386         Add the gud groupname.
14387         (gud-tooltip-mode): Add the tooltip groupname.
14388         (gud-tooltip-echo-area): Add the gud groupname.  Remove tag to
14389         avoid conflict with tooltip-use-echo-area.
14391 2005-12-10  Romain Francoise  <romain@orebokech.com>
14393         * help.el (help-for-help-internal): Add `r' in doc string.
14395 2005-12-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
14397         * align.el (align-regexp, align-highlight-rule):
14398         Use region-beginning and region-end instead of point and mark, so that
14399         repetition (with `repeat-complex-command') recomputes the region
14400         bounds.
14402 2005-12-10  Lennart Borgman  <lennart.borgman.073@student.lu.se>
14404         * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
14405         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
14406         (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
14407         (balance-windows): Rewrite using the above new functions.
14409 2005-12-10  David Koppelman  <koppel@ece.lsu.edu>
14411         * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
14412         react if global-hi-lock-mode seems intended.
14413         (global-hi-lock-mode) Renamed from hi-lock-mode.
14414         (hi-lock-archaic-interface-message-used)
14415         (hi-lock-archaic-interface-deduce): New variables.
14416         (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
14417         (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
14418         (hi-lock-find-patterns, hi-lock-font-lock-hook):
14419         Replace hi-lock-buffer-mode with hi-lock-mode.
14421 2005-12-10  Kevin Rodgers  <ihs_4664@yahoo.com>
14423         * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
14424         completion list, even after a partial completion has been
14425         inserted in the current buffer.  If there are more than 1
14426         completion, redisplay the *Completions* buffer; if the
14427         completion is unique, delete the *Completions* window.
14429 2005-12-10  Eli Zaretskii  <eliz@gnu.org>
14431         * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
14432         strings and long subject lines that were broken into multiple
14433         lines at arbitrary places.  Handle subjects that have "Re: " in
14434         the middle.
14436 2005-12-10  John W. Eaton  <jwe@octave.org>
14438         * emacs/octave-mod.el (octave-electric-space): Don't indent
14439         comments or strings if octave-auto-indent is nil.
14441 2005-12-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14443         * term/mac-win.el: Require url when compiling.
14444         Call mac-process-deferred-apple-events after loading init files.
14445         (mac-apple-event-map): New defvar.  Define event handlers in it.
14446         (core-event, internet-event): New Apple event class symbols.
14447         (open-application, reopen-application, open-documents)
14448         (print-documents, open-contents, quit-application)
14449         (application-died, show-preferences, autosave-now, get-url):
14450         New Apple event ID symbols.
14451         (about): New HICommand ID symbol.
14452         (mac-event-spec, mac-event-ae): New macros.
14453         (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
14454         (mac-ae-selection-range, mac-ae-text-for-search)
14455         (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
14456         (mac-application-menu-map): Remove keymap.  Handlers for HICommand
14457         and Services menu events are now defined in mac-apple-event-map.
14458         (mac-drag-n-drop): Remove selection range handling.
14460 2005-12-10  Kenichi Handa  <handa@m17n.org>
14462         * simple.el (zap-to-char):
14463         * isearch.el (isearch-process-search-char): Translate CHAR by
14464         translation-table-for-input.
14466 2005-12-09  Chong Yidong  <cyd@stupidchicken.com>
14468         * foldout.el (foldout-exit-fold): Properly hide subtree.
14470 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14472         * files.el (save-buffer):
14473         * international/ucs-tables.el (ucs-set-table-for-input):
14474         * mail/mail-extr.el (mail-extract-address-components):
14475         * mail/sendmail.el (mail-mode): Reformat doc string.
14477 2005-12-09  Juri Linkov  <juri@jurta.org>
14479         * isearch.el (isearch-highlight): Change main overlay priority
14480         from 1 to 1001.  Simplify.
14481         (isearch-lazy-highlight-update): Change lazy overlay priority
14482         from 0 to 1000.
14484         * replace.el (replace-highlight): Change overlay priority from
14485         1 to 1001.
14487         * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
14488         Change overlay priority from 1 to 1001.  Reuse existing overlay.
14490         * compare-w.el (compare-windows-highlight): Change overlay
14491         priority from 1 to 1000.
14493         * menu-bar.el (menu-bar-edit-menu): Add listp around
14494         pending-undo-list to disable menu item "undo" when pending
14495         undo list is empty.
14497         * locate.el (locate): Disable undo in *Locate* buffer.
14499 2005-12-09  Kim F. Storm  <storm@cua.dk>
14501         * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
14503 2005-12-09  David Ponce  <david@dponce.com>
14505         * recentf.el: Improvement of the menu code.
14506         (recentf-enabled-p): Move before first use.  Use `kill-emacs-hook'
14507         instead of menu hook.
14508         (recentf-show-menu, recentf-hide-menu): New functions.
14509         (recentf-menu-customization-changed, recentf-mode): Use them.
14510         (recentf-menu-action, recentf-max-menu-items)
14511         (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
14512         (recentf-arrange-by-rule-others)
14513         (recentf-arrange-by-rules-min-items)
14514         (recentf-arrange-by-rule-subfilter) : Don't use
14515         `recentf-menu-customization-changed'.
14516         (recentf-arrange-rules): Likewise.  Accept functions to compute
14517         sub-menu titles.
14518         (recentf-menu-filter): Likewise.  Doc fix.
14519         (recentf-menu-value-shortcut): Doc fix.
14520         (recentf-dump-variable): Quote atom value.
14521         (recentf-make-menu-items): Update to use it as a menu filter.
14522         (recentf-match-rule): New function.
14523         (recentf-arrange-by-rule): Use it.
14524         (recentf-indirect-mode-rule): New function.
14525         (recentf-build-mode-rules): Use it.
14526         (recentf-dir-rule): New function.
14527         (recentf-arrange-by-dir): Use it.
14528         (recentf-filter-changer-current): Rename from
14529         `recentf-filter-changer-state'.  All references updated.
14530         (recentf-filter-changer-alist): Update filter names.
14531         (recentf-filter-changer-select): New function.
14532         (recentf-filter-changer): Use it.  Make a sub-menu from filters
14533         available in `recentf-filter-changer-alist'.
14534         (recentf-data-cache, recentf-clear-data)
14535         (recentf-update-menu): Remove.  All references updated.
14536         (recentf-match-rule-p, recentf-build-dir-rules)
14537         (recentf-filter-changer-goto-next)
14538         (recentf-filter-changer-get-current)
14539         (recentf-filter-changer-get-next): Remove.
14541 2005-12-08  Luc Teirlinck  <teirllm@auburn.edu>
14543         * cus-edit.el (custom-buffer-create-internal): Relabel the whole
14544         buffer "Reset" button to "Reset to Current" for consistency with
14545         the State buttons.
14547 2005-12-08  John Paul Wallington  <jpw@pobox.com>
14549         * ibuf-ext.el (define-ibuffer-filter filename):
14550         If `dired-directory' is a list then really use its car.
14552 2005-12-08  Kim F. Storm  <storm@cua.dk>
14554         * emulation/cua-rect.el (cua--rectangle-aux-replace):
14555         Fix indention of text on right side of replaced rectangle.
14557 2005-12-09  Nick Roberts  <nickrob@snap.net.nz>
14559         * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
14560         No need to check gud-comint-buffer is bound.
14561         (gdb): Prevent multiple debugging when first session uses gdba.
14563 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
14565         CC Mode update to 5.31.
14567         * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
14568         Emacsen which lack `define-minor-mode'.  (Currently Emacs <21.
14569         We might do this function properly in the future).
14571         * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
14572         New macros c-sentence-end and c-default-value-sentence end, to cope
14573         with Emacs 22's new function `sentence-end'.
14575 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
14577         * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
14578         compat issue using `c-put-overlay' and `c-delete-overlay'.
14580         * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
14581         New compat macros to handle overlays/extents.
14583 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
14585         * progmodes/cc-fix.el: Add definitions of the macros push and pop
14586         (for GNU Emacs 20.4)
14588         * progmodes/cc-defs.el:
14589         (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
14591         * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
14592         highlighting mechanism so it will work in XEmacs too.
14594         * progmodes/cc-defs.el: Insert c-int-to-char.
14596         * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
14597         call to the new macro c-int-to-char.  This solves XEmacs's
14598         regarding characters as different from integers.
14600 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
14602         * progmodes/cc-fonts.el (c-make-syntactic-matcher):
14603         New internal helper.
14605         (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
14606         construct to make the indirect face lookup work in XEmacs.
14608         (c-cpp-matchers): Append the negation char face to the existing
14609         fontification, so that the cpp face doesn't disappear.
14610         Use `c-make-syntactic-matcher' to avoid negation chars in comments
14611         and strings.
14613         * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
14614         to map to `font-lock-negation-char-face' in emacsen where it exists.
14616 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
14618         * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
14620         * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
14621         Rename "c-subword-move-mode" as "c-subword-mode".
14623         * progmodes/cc-mode.el: Added tty suitable bindings for C-c
14624         <delete> and C-c C-<delete>.  (To the c-hungry- delete functions).
14626 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
14628         * progmodes/cc-mode.el: Added autoload directive for
14629         `c-subword-move-mode' for use in older emacsen.
14631 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
14633         * progmodes/cc-mode.el:
14634         (i) Insert a binding for C-c C-backspace into
14635         c-bind-special-erase-keys which works in TTYs.
14636         (ii) Make sure that when file styles are used, any explicitly
14637         given style variables take priority over those in the style.
14638         Do this by calling `hack-local-variables' a second time.
14640         * progmodes/cc-vars.el: Add language specific customization
14641         widgets for AWK to c-doc-comment-style, c-require-final-newline
14642         and c-default-style.  Add a defcustom for awk-mode-hook.
14643         Give c-syntactic-element and c-syntactic-context doc-strings by
14644         directly setting their `variable-documentation' propery.
14645         This allows Emacs 22.1 to read these with C-h v.
14647         * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
14649 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
14651         * progmodes/cc-fonts.el, cc-vars.el
14652         (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
14653         (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
14654         Masatake YAMATO.
14656         (c-doc-comment-style): Made GtkDoc default in C mode.
14658         * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
14659         and C-c C-<delete>.
14661         (c-bind-special-erase-keys): New function for use on
14662         `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
14664         * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
14665         <delete> key behavior in XEmacs according to `delete-forward-p'.
14666         C.f. `c-electric-delete'.
14668 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
14670         * progmodes/cc-mode.el: Give c-hungry-backspace and
14671         c-hungry-delete-forward permanent key bindings.
14673         * progmodes/cc-cmds.el (c-electric-semi&comma):
14674         Bind c-syntactic-context for calls to "criteria functions", for
14675         consistency with other calls to user functions.
14677         * progmodes/cc-cmds.el (c-indent-command): Expunge use of
14678         `current-prefix-arg', since this might be the prefix arg to a
14679         command which calls c-indent-command as a function.  Change the
14680         interactive spec from "p" to "P".
14682         * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
14683         reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
14684         was difficult to understand.
14686 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
14688         * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
14689         first char of an identifier.
14691         * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
14692         +" syntax in C++.
14694 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
14696         * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
14697         auto-fill doesn't split a c-comment's last word from a hanging
14698         "*/" when a space is typed between them after fill-column.
14700         * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
14702         * progmodes/cc-styles.el (c-set-style)
14703         (c-setup-paragraph-variables): Abort the command if we're not in a
14704         CC Mode buffer.
14706         * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
14707         with blank comment-prefix, and a blank line as the comment's
14708         second line.
14710 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
14712         * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
14713         Incorporate the patterns added in the Emacs development branch
14714         for the new Emacs 22 face `font-lock-negation-char-face'.
14716         * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
14717         of "red" since it stands out better in xterms and DOS terminals.
14719         * progmodes/cc-engine.el (c-literal-faces):
14720         Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
14722 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
14724         * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
14725         forcibly enable c-electric-flag.
14727         * progmodes/cc-vars.el, cc-cmds.el: New clean-up
14728         `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
14729         after the comment-prefix of a C-style comment will close that comment.
14731 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
14733         * progmodes/cc-fonts.el (c-basic-matchers-before)
14734         (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
14735         in Pike.
14737         * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
14738         digraphs.
14740         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
14741         (c-cpp-message-directives, c-cpp-include-directives)
14742         (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
14743         (c-cpp-expr-directives): Introduce new language constants to
14744         control cpp syntax in a cleaner way.
14746         (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
14748         (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
14750         * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
14751         (c-multiline-string-start-char): New language constants and
14752         variables to specify how newlines in string literals work.
14754         (c-font-lock-invalid-string): Use them.
14756         * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
14757         unbalanced close brace is entered.  Optimization by avoiding going
14758         back over arbitrarily large blocks.  Removed hints that this
14759         function only would be relevant/useful in AWK.
14761         (c-electric-brace): Indent syntactically after the cleanups since
14762         lineup functions might do it differently then.
14764         * progmodes/cc-engine.el, cc-langs.el
14765         (c-opt-op-identifier-prefix): New language constant and variable.
14767         (c-just-after-func-arglist-p, c-after-special-operator-id)
14768         (c-search-decl-header-end, c-inside-bracelist-p): Use it.
14770         * progmodes/cc-align.el, cc-engine.el
14771         (c-after-special-operator-id): New helper to handle C++ operator
14772         identifiers.
14774         (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
14775         (c-guess-basic-syntax): Handle C++ operator identifiers in
14776         declarations.
14778         * progmodes/cc-langs.el (c-assignment-operators): Add the
14779         trigraph version of ^= too.
14781         * progmodes/cc-langs.el (c-assignment-operators): Add the
14782         trigraph version of |= in C++.
14784         * progmodes/cc-fonts.el (c-font-lock-declarators):
14785         Handle `c-decl-hangon-kwds' after the identifier name.
14787         * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
14788         whether an arglist is "nonempty", ignore a comment after the open
14789         paren if it isn't followed by a non-comment token on the same line.
14791         * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
14792         Enable heuristics below the point to cope with classes inside special
14793         brace lists in Pike.
14795 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
14797         * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
14799 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
14801         * progmodes/cc-guess.el (cc-guess-install): New function to
14802         install an already guessed style in another buffer.
14804         * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
14805         sets `inhibit-read-only' - `c-save-buffer-state' should be used
14806         anyway if the change always is undone.
14808 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
14810         Implement togglable electricity:
14812         * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
14813         saying when it should be used.
14815         * progmodes/cc-engine.el: Add the new buffer-local variable,
14816         c-electric-flag.
14818         * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
14819         c-toggle-auto-newline.
14821         * progmodes/cc-mode.el: Rename c-toggle-auto-state to
14822         c-toggle-auto-newline.  Remove the binding for
14823         c-toggle-auto-hungry-state.  Add the binding C-c C-l for the new
14824         c-toggle-electric-state.
14826         * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
14828         * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
14829         c-\(forward\|backward\)-subword.
14830         (c-update-modeline): Add the new modeline flag `l' for
14831         `c-electric-flag'.  Make the auto-newline flag `a' dependent on `l'.
14832         (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
14833         Make the old name an alias of the new name.
14834         (c-toggle-electric-state): New function.
14835         (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
14836         Adapt these functions to do electric things only when
14837         c-electric-flag is non-nil.
14838         (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
14839         new functions from c-electric-brace.
14840         (c-point-syntax): Add a check for "virtual semicolons" in AWK
14841         mode, so that the tentative extra newline doesn't change the
14842         syntax of the following brace.
14843         (c-electric-brace): Restructure by extracting the above functions.
14844         Tidy up the coding somewhat.
14845         (c-electric-semi&comma, c-electric-colon, c-electric-paren):
14846         restructure a bit.
14848 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
14850         * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
14851         anchor position(s) using faces.  Thanks to Masatake YAMATO for the idea.
14853         * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
14854         (c-submode-indicators): Change name from `c-auto-hungry-string'
14855         since it's now used to track another submode.
14857         (c-update-modeline): Convert to function and extended to check
14858         `c-subword-move-mode'.
14860         (c-forward-into-nomenclature, c-backward-into-nomenclature):
14861         Convert to compat aliases for `c-forward-subword' and
14862         `c-backward-subword'.
14864         * progmodes/cc-subword.el: New functions and minor mode to handle
14865         SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
14867         (c-forward-subword, c-backward-subword, c-mark-subword)
14868         (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
14869         (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
14870         Functions corresponding to the standard word handling functions.
14872         (c-subword-move-mode): Minor mode that replaces all the standard
14873         word handling functions with their subword equivalences.
14875 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
14877         * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
14878         entry for one-liner-defun.
14880         * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
14881         name in its def-edebug-spec.
14883         * progmodes/cc-cmds.el (c-electric-brace): Make the
14884         one-liner-defun clean-up work with empty-defun-braces.  o-l-d now
14885         compacts space before a comment, if this will make things fit on
14886         one line.
14888         Introduce an "awk" style, mainly for auto-newline and clean-ups.
14890         * progmodes/cc-align.el: New function c-snug-1line-defun-close
14892         * progmodes/cc-cmds.el: In c-electric-brace, add code for new
14893         clean-up one-liner-defun.
14895         * progmodes/cc-styles.el: Add the new "awk" style.
14897         * progmodes/cc-vars.el: Add description of one-liner-defun to
14898         c-cleanup-list's doc-string.  New user options,
14899         c-max-one-liner-length.  In c-default-style, set the default style
14900         for AWK to "awk".
14902 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
14904         * progmodes/cc-engine.el (c-forward-label): Fix fontification of
14905         macros inside labels.
14907         * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
14908         `c-at-statement-start-p' and `c-at-expression-start-p'.
14910         * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
14911         error if the mark isn't set.
14913         * progmodes/cc-engine.el (c-guess-continued-construct)
14914         (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
14915         accurately detect functions inside functions.
14917         * progmodes/cc-engine.el (c-at-expression-start-p): New function
14918         like `c-at-statement-start-p' that additionally recognizes commas
14919         and expression parentheses as delimiters.
14921         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
14922         to avoid heuristics that doesn't work for unclosed blocks.
14923         (c-at-statement-start-p): New function.
14925         * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
14926         Objective-C directives, e.g. directives spanning lines should work
14927         reasonably well now.
14929         (c-put-c-type-property, c-clear-c-type-property): New helpers.
14931         (c-forward-objc-directive): New function to move over any ObjC
14932         directive.
14934         (c-just-after-func-arglist-p, c-guess-basic-syntax)
14935         (c-basic-matchers-before): Use it.
14937         (c-font-lock-objc-iip-decl): Remove.
14939         * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
14940         in the template arglist recognition.
14942         * progmodes/cc-styles.el (c-style-alist): Fix several
14943         inconsistencies in the Whitesmith style.
14945         * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
14946         New lineup function to get lines after Whitesmith style blocks
14947         correctly indented.
14949         (c-lineup-whitesmith-in-block): Back out the compensation for
14950         opening parens since it's done using `add' lists in the style
14951         definition instead.  Don't use the anchor position since it varies
14952         too much between the syntactic symbols. :P
14954         * progmodes/cc-vars.el (c-valid-offset): Update.
14956         * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
14957         lists where the offsets are combined according to several
14958         different methods: `first', `min', `max', and `add'.
14959         Report offset evaluation errors with `c-benign-error' so that some kind
14960         of reindentation still is done.
14962         * progmodes/cc-engine.el (c-guess-basic-syntax):
14963         Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
14964         `arglist-close'.
14966         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
14967         situations for `arglist-cont-nonempty' and `arglist-close'.
14969         * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
14971         * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
14972         cc-bytecomp-boundp' in a number of places.
14974         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
14975         macro related issue.
14977 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
14979         * progmodes/cc-awk.el: Change the terminology of regexps: A char
14980         list is now [asdf], a char class [:alpha:].
14981         Include code for char classes.
14982         Set c-awk-NL-prop on lines ending in open strings.  (Bug fix.)
14983         Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
14985         Remove (nearly all of) the cruft associated with AWK Mode's former
14986         concept of "virtual semicolons":
14988         Adapt c-beginning-of-statement, c-end-of-statement (together with
14989         subfunctions) to use the new notion of "virtual semicolon" in
14990         place of the old awkward special handling for AWK.  There remains
14991         much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
14992         * progmodes/cc-cmds.el:
14993         (c-ascertain-adjacent-literal): In the backwards direction, now
14994         recognises AWK regexp delimiters as string delimiters.
14995         (c-after-statement-terminator-p): Adapt for virtual semicolons;
14996         check more rigorously for "end of macro".
14997         (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
14998         virtual semicolons;
14999         (c-beginning-of-statement): Adapt for virtual semicolons; Separate
15000         out the code for forward movement into ...
15001         (c-end-of-statement): Now contains the code for forward movement,
15002         adapted for virtual semicolons.
15004         * progmodes/cc-engine.el:
15005         (c-ws*-string-limit-regexp): New regexp.
15006         (c-forward-single-comment, c-backward-single-comment): Comment out
15007         the (now redundant) "special" AWK stuff.
15009         * progmodes/cc-styles.el, cc-vars.el: Change the settings of
15010         c-string-par-start, c-string-par-separate to be more like Text
15011         Mode than Fundamental Mode.
15013 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15015         * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
15016         to the fontified region so that fontification doesn't occur
15017         outside it (could happen e.g. when fontifying a line with an
15018         unfinished declaration).
15020 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
15022         * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
15023         start of the file.  ^L now separate sections of the file.
15024         (c-awk-non-eol-esc-pair-re,     c-awk-blank-or-comment-line-re)
15025         (c-awk-one-line-possibly-open-string-re)
15026         (c-awk-regexp-one-line-possibly-open-char-class-re)
15027         (c-awk-one-line-possibly-open-regexp-re)
15028         (c-awk-one-line-non-syn-ws*-re): New defonsts.
15029         (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
15031         Amend the concept of "virtual semicolons" (in the indentation
15032         engine) for languages like AWK, such that they are now
15033         conceptually attached to end of the last token of a statement, not
15034         the end of the line.  (In AWK Mode, however, the pertinent text
15035         property is still physically set on the EOL.)  Remove the specific
15036         tests for awk-mode, thus facilitating the introduction of other
15037         language modes where EOLs can end statements.
15038         (Note: The funtionality in cc-cmds.el, specifically
15039         c-beginning/end-of-statement has yet to be amended.)
15041         * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
15042         New macros.
15044         * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
15045         c-stmt-delim-chars.  New c-lang-defvars: c-at-vsemi-p-fn,
15046         c-vsemi-status-unknown-p-fn (in a new page).
15048         * progmodes/cc-engine.el: In c-beginning-of-statement-1,
15049         c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
15050         numerous awkward forms like
15051         (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
15052         with (c-at-vsemi-p).  Fix a few typos.  In c-guess-basic-syntax, new
15053         variable before-ws-ip, the place just after char-before-ip appears.
15055         * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
15056         a comment.
15058 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15060         * progmodes/cc-cmds.el (c-electric-brace): Clean up using
15061         `c-tentative-buffer-changes'.
15063         * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
15064         convert to macro to choose between Emacs and XEmacs at compile time.
15066         (c-set-region-active): New set counterpart to `c-region-is-active-p'.
15068         (c-tentative-buffer-changes): New macro to handle temporary buffer
15069         changes in a convenient way.
15071         (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
15072         for `c-tentative-buffer-changes'.
15074         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
15075         the checks for paren sexps between the point and the keyword, to
15076         avoid some false alarms.
15078         * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
15079         Fixed a situation where an error could be thrown for unbalanced
15080         parens.  Changed to make use of c-keyword-member' to avoid some
15081         repeated regexp matches.
15083         (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
15084         These language variable are no longer necessary.
15086         (c-block-stmt-kwds): New language constant used by
15087         c-looking-at-inexpr-block'.
15089         (c-guess-basic-syntax): Remove an optional check that looked at
15090         the existence of the now removed language variables.
15092         * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
15093         (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
15094         object instantiation expressions as declarations in some contexts.
15095         This bug only affected languages where the declarator can't be
15096         enclosed in parentheses.
15098         * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
15099         insert newlines before and after substatement braces.
15101         * progmodes/cc-engine.el: Improved the heuristics for recognizing
15102         function declaration headers and the handling of C++ style member
15103         init lists.
15105         (c-just-after-func-arglist-p): Rewritten to use
15106         `c-forward-decl-or-cast-1'.  Now behaves a bit differently too.
15108         (c-beginning-of-member-init-list): Remove since it isn't used anymore.
15110         (c-guess-basic-syntax): Adapt case 5B for the new
15111         `c-just-after-func-arglist-p'.  Merge cases 5B.1 and 5B.3.
15112         Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
15113         covers all cases now).
15115         * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
15117 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
15119         * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
15120         c-string-par-start/separate c-sentence-end-with-esc-eol,
15121         initialised in c-setup-paragraph-variables, used in string
15122         scanning subroutines of c-beginning-of-statement.
15124         * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
15125         which precedes the newly inserted `{'.
15127 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15129         * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
15130         function for declaration level blocks.  It should now cope with
15131         templates better and also be a lot more comprehensible.
15133         (c-looking-at-decl-block): The new function.
15135         (c-search-uplist-for-classkey): The old one.  It's now a wrapper
15136         for compatibility.
15138         (c-add-class-syntax, c-guess-continued-construct)
15139         (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
15141         (c-decl-block-key): Change to tell apart ambiguous and
15142         unambiguous keywords.  Pike specials are now handled directly in
15143         the code instead.
15145         (c-block-prefix-disallowed-chars, c-block-prefix-charset):
15146         New language constants and variables to make the backward skip in
15147         `c-looking-at-decl-block' as tight as possible.
15149         (c-nonsymbol-token-char-list): New language constant.
15151         * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
15152         find balanced template arglists backwards.
15154         * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
15155         making char classes for `c-syntactic-skip-backward'.
15157         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
15158         16D - can't be a class-close at that point.
15160         * progmodes/cc-engine.el (c-guess-basic-syntax)
15161         (c-add-class-syntax): Don't narrow out the enclosing declaration
15162         level.  This makes everything a lot easier, and it was actually
15163         only four small places that needed it to work.  Some places that
15164         previously did `widen' are removed now, which has the effect that
15165         `c-guess-basic-syntax' never will look at things outside the
15166         current narrowment now.  The anchor position for `topmost-intro'
15167         is affected by this, but it was so bogus it was basically useless
15168         before, and now it's equally bogus but in a slightly different way.
15170         (c-narrow-out-enclosing-class): Gone.
15172         (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
15173         the narrowed region.
15175         (c-least-enclosing-brace): Remove silly optional argument.
15177         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
15178         the point could be left directly after an open paren when finding
15179         the beginning of the first decl in the block.
15181         * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
15182         Specify which submatch to use.
15184         * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
15186         (c-decl-start-re): No longer any need for special treatment of
15187         ObjC due to the above.
15189         (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
15190         presumably follows C in that regard.
15192         * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
15193         New language constants to specify operator tokens inside
15194         identifiers in a more high level way.
15196         (c-opt-identifier-prefix-key): New internal language constant.
15198         (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
15199         (c-identifier-start, c-identifier-key): Now completely calculated
15200         from other constants.
15202         (c-identifier-last-sym-match): Decommission since it's no longer used.
15204         (c-operators): Use `c-identifier-ops'.  Document `postfix-if-paren'.
15206         * progmodes/cc-engine.el (c-forward-name): Remove the
15207         optimization when c-identifier-key is equal to c-symbol-key since
15208         it doesn't work in byte compiled files.  Don't record empty
15209         regions as identifiers.
15211         * progmodes/cc-langs.el (c-filter-ops): New helper function to
15212         simplify access to `c-operators' and its likes.
15214         (c-operator-list, c-all-op-syntax-tokens)
15215         (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
15216         (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
15217         (c-primary-expr-regexp, c-cast-parens): Use it.
15219         * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
15220         an explicit language in functions.
15222         * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
15223         variant of adornment.
15225         * progmodes/cc-langs.el (c-any-class-key): Remove unused language
15226         variable.
15228         (c-type-decl-prefix-key): Remove some now unnecessary cruft from
15229         the Pike value.
15231         * progmodes/cc-engine.el (c-on-identifier)
15232         (c-simple-skip-symbol-backward): Small fix for handling "-"
15233         correctly in `skip-chars-backward'.  Affected the operator lfun
15234         syntax in Pike.
15236         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
15237         diagnostic message about precompiled language vars not being used.
15239         * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
15240         "__attribute__" is followed by a parenthesis.
15242         (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
15243         (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
15244         language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
15246         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
15247         Internal cleanups to properly detect the declared identifiers in
15248         various declarations.
15250         (c-decl-start-kwds): New language constant to recognize
15251         declarations that can start anywhere.  Used for class declarations
15252         in Pike.
15254         (c-specifier-key, c-not-decl-init-keywords)
15255         (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
15256         (c-find-decl-spots): Implement `c-decl-start-kwds'.
15258         (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
15259         (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
15260         handling of the compiler specific extension keywords into a new
15261         language constant `c-decl-hangon-kwds' that defines keyword
15262         clauses to be ignored in declarations.
15264         (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
15265         past unrecognized tokens when handling `c-colon-type-list-kwds'.
15266         Necessary to stop at the declared identifier in e.g. IDL valuetype
15267         declarations.
15269         (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
15270         (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
15271         (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
15272         (c-forward-decl-or-cast-1): Recognize the declared identifier in
15273         class and enum declarations as such and not as part of the type.
15275         (c-forward-decl-or-cast-1, c-forward-label): Relax the
15276         interpretation of PRECEDING-TOKEN-END when there's no preceding token.
15278         (c-forward-decl-or-cast-1): Don't disregard sure signs of
15279         declarations when there's some syntax error later on.
15281         (c-complex-decl-matchers): Did away with a reference to
15282         `c-specifier-key'.
15284         * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
15285         value - this variable is always dynamically bound.
15287         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
15288         * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
15289         * cc-cmds.el, cc-defs.el: Change the policy for marking up
15290         functions that might do hidden buffer changes: All such internal
15291         functions are now marked instead of those that don't.
15293         (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
15294         (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
15295         (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
15296         (c-literal-type): Allow these functions to make hidden buffer changes,
15297         so that they are free to use text property caching later on.
15299         (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
15300         (c-electric-brace, c-electric-slash, c-electric-star)
15301         (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
15302         (c-electric-paren, c-electric-continued-statement, c-indent-command)
15303         (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
15304         (c-context-line-break): Add `c-save-buffer-state' calls to comply
15305         with the changed semantics of the functions above.
15307         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
15308         when macros occur in obscure places.  Optimized the sexp movement
15309         a bit.
15311 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
15313         Enhancements for c-beginning-of-statement to work in AWK Mode:
15315         * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
15316         (completed statement) with `}' (statement completed by closing
15317         brace or semicolon) and `$' (statement completed by EOL).
15319         (c-awk-virtual-semicolon-ends-prev-line-p)
15320         (c-awk-virtual-semicolon-ends-line-p)
15321         (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
15322         (c-awk-at-statement-end-p): New functions.
15324         * progmodes/cc-cmds.el: Simplify the structure of functions
15325         c-forward-over-illiterals, c-back-over-illiterals.  Enhance these
15326         two functions and c-beginning-of-statement to handle AWK Mode.
15328         * progmodes/cc-engine.el: Enhance c-forward-single-comment,
15329         c-backward-single-comment for AWK mode.  Attempt to clarify their
15330         doc-strings.
15332         * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
15334 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15336         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
15337         label handling.  Labels are now recognized in a uniform and more
15338         robust way, regardless of context.  Text properties are put on all
15339         labels to recognize the following declarations better.
15340         Multiword labels are handled both in indentation and fontification for
15341         the benefit of language extensions like Qt.  For consistency, keywords
15342         in labels are now fontified with the label face instead.
15343         That also applies to "case" and "default".
15345         (c-beginning-of-statement-1): Fix some bugs in the label
15346         handling.  Disregard `c-nonlabel-token-key' in labels that begin
15347         with `c-label-kwds'.
15349         (c-find-decl-spots): Support that the callback adds more
15350         `c-decl-end' spots to find.
15352         (c-forward-decl-or-cast-1): Don't treat a list of plain
15353         identifiers followed by a colon as a declaration.
15355         (c-forward-label): New function to recognize labels.
15357         (c-guess-basic-syntax): Replace uses of `c-label-key' with
15358         `c-forward-label'.  Moved the label recognition cases (14 and 15)
15359         earlier since they aren't so context sensitive now.  Handle labels
15360         on the top level gracefully.  Moved access label recognition to
15361         the generic label case (CASE 15) - removed CASE 5E.
15363         (c-font-lock-declarations): Add recognition of labels in the
15364         same round since we need to handle labels in parallell with other
15365         declarations to recognize both accurately.  It should also improve
15366         speed.
15368         (c-simple-decl-matchers, c-basic-matchers-after):
15369         Move `c-font-lock-labels' so that it only is used on decoration level 2
15370         since `c-font-lock-declarations' handles it otherwise.
15372         (c-complex-decl-matchers): Remove the simplistic recognition of
15373         access labels.
15375         (c-decl-prefix-re): Remove the kludges that was necessary to cope
15376         with labels earlier.
15378         (c-decl-start-re): New language variable to make
15379         `c-font-lock-declarations' stop for the special protection labels
15380         in Objective-C that start with `@'.
15382         (c-label-key): Remove since it's no longer used.
15384         (c-recognize-colon-labels, c-label-prefix-re): New language
15385         constants to support recognition of generic colon-terminated labels.
15387         (c-type-decl-end-used): `c-decl-end' is now used whenever there
15388         are colon terminated labels.
15390         * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
15391         first argument starts with a special brace list.
15393         * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
15394         (c-font-lock-declarations): Break out the declaration and cast
15395         recognition from `c-font-lock-declarations' to a new function, so
15396         that it can be used in the indentation engine.
15398         * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
15399         up to the start of the literal.  Fixed bug with the point on the
15400         wrong side of the search limit that could happen when the start
15401         position is inside a literal.
15403         * progmodes/cc-engine.el (c-parse-state)
15404         (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
15405         so that it's kept a little bit back to increase the hit rate.
15407         (c-parse-state): Change the macro handling and fixed some
15408         glitches.  Macro context is checked more often than necessary now,
15409         but otoh less garbage conses are generated.
15411         * progmodes/cc-engine.el (c-parse-state)
15412         (c-invalidate-state-cache): Cache the last position where
15413         `c-state-cache' applies.  This can speed up refontification quite
15414         a bit in blocks where there are many non-brace parens before the point.
15416         (c-state-cache-end): New variable for this.
15418         (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
15419         cache variable.
15421         * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
15422         get close initial continue positions when the start position is
15423         inside a literal or macro.  Do not call the callback for spots
15424         before the start position (which can happen e.g. for `c-decl-end'
15425         spots inside comments).  Optimize better in special cases when the
15426         region is a single line inside a literal or macro (typically when
15427         the current line is refontified).
15429         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
15430         to `c-add-stmt-syntax' - there's no need to explicitly whack off
15431         entries from the paren state.
15433         * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
15434         special case for "else if" clauses.
15436         * progmodes/cc-engine.el (c-looking-at-inexpr-block)
15437         (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
15439         * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
15440         New language variable to recognize the gcc extension with statement
15441         blocks inside expressions.
15443         * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
15444         it somewhat more comprehensible.  The argument AT-BLOCK-START is
15445         no longer used and hence removed.
15447         (c-guess-continued-construct, c-guess-basic-syntax): Update calls
15448         to `c-add-stmt-syntax'.
15450         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
15451         Use `c-beginning-of-statement-1' instead of duplicating parts of it.
15452         This fixes bogus label recognition.
15454         * progmodes/cc-engine.el (c-add-type, c-check-type)
15455         (c-forward-name, c-forward-type): Improve storage of template
15456         types in `c-found-types' so that they can be recognized better.
15458         (c-syntactic-content): Add option to skip past nested parens.
15460         * progmodes/cc-engine.el (c-forward-name):
15461         Set `c-last-identifier-range' all the time.  It's less work that way.
15462         Handle that there might not be an identifier to store in
15463         `c-last-identifier-range'.
15465         (c-forward-type): Handle that `c-last-identifier-range' might be
15466         nil from `c-forward-name'.
15468         * progmodes/cc-defs.el (c-safe-scan-lists)
15469         (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
15471         * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
15472         to work even if the form fails.
15474         * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
15475         down in a large file in one go.
15477         (c-get-fallback-start-pos): New helper function for `c-parse-state'.
15479         * progmodes/cc-align.el (c-lineup-assignments): New lineup
15480         function which is like `c-lineup-math' but returns nil instead of
15481         `c-basic-offset' when it doesn't match.
15483         (c-lineup-math): Change to use `c-lineup-assignments'.
15485 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
15487         * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
15488         c-beginning-of-statement.  New subfunctions
15489         c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
15491 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15493         * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
15494         hardcoded char classes whereever possible.  Changed a couple of
15495         places to use skip by syntax instead of skip by char class.
15497         * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
15498         Fix a bug in the regexp that caused extreme backtracking.
15500         * progmodes/cc-langs.el (c-block-comment-starter)
15501         (c-block-comment-ender): New language constants to specify in a
15502         single place how block comments look.
15504         (c-comment-start-regexp, c-block-comment-start-regexp)
15505         (comment-start, comment-end, comment-start-skip)
15506         (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
15507         (c-syntactic-ws, c-nonempty-syntactic-ws)
15508         (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
15509         `c-line-comment-starter', `c-block-comment-starter' and
15510         `c-block-comment-ender'.
15512         (c-block-comment-regexp, c-unterminated-block-comment-regexp):
15513         New language constants to break up things a bit.
15515         (c-simple-ws): New language constant for simple whitespace.
15517         * progmodes/cc-defs.el (c-concat-separated): New convenience function.
15519         * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
15520         in `regexp-opt' in Emacs 20 and XEmacs when strings contain
15521         newlines.  Allow and ignore nil elements in the list.
15523 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
15525         * progmodes/cc-cmds.el: Comment out a (n almost certainly
15526         superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
15528         * progmodes/cc-cmds.el: Tidy up the comments in
15529         c-beginning-of-statement and subfunctions.
15531         * progmodes/cc-awk.el: Replace calls to put-text-property to the
15532         more flexible c-put-char-property and c-clear-char-properties.
15533         Add the author's email address.
15535         * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
15537         * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
15538         closing "*/" of a block comment.
15540         * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
15541         subfunctions) so that it works at BOB and EOB.
15543         * progmodes/cc-cmds.el, cc-vars.el: More updating of
15544         c-beginning-of-statement, including new variable
15545         c-block-comment-start-regexp.
15547 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15549         * progmodes/cc-langs.el (c-known-type-key): Optimize simple
15550         symbols from `*-font-lock-extra-types' so that there's no need to
15551         use `regexp-opt' on those lists.
15553         * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
15554         `c-type-modifier-kwds' is empty.
15556         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
15557         there are several strings on the same line.
15559         * progmodes/cc-engine.el (c-literal-limits): Remove the
15560         compatibility function for older emacsen.  `c-literal-limits-fast'
15561         has now taken the place of this function.
15563         * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
15564         with older emacsen: We now require `pps-extended-state'.
15566 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
15568         * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
15569         which obviates the need to hack sentence-end.  This now handles
15570         escaped newlines in strings correctly.  Correct minor bugs in
15571         c-move-over-sentence and in c-beginning-of-statement.
15573         * progmodes/cc-cmds.el (c-beginning-of-statement (and
15574         subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
15575         that movement over macros and code are rigorously separated from
15576         eachother.  Correct a few incidental bugs.
15578         * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
15579         Improve its doc-string.  Improve the handling of certain specific cases.
15581 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15583         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
15584         (c-guess-basic-syntax): Change the way class-level labels are
15585         recognized; they can now contain essentially any symbols.
15587         (c-opt-extra-label-key): New language variable to cope with the
15588         special protection label syntax in Objective-C.
15590         (c-opt-access-key): Remove; this is now handled better by
15591         `c-nonlabel-token-key' and `c-opt-extra-label-key'.
15593         (c-complex-decl-matchers): Update to handle that
15594         `c-opt-access-key' no longer exists.
15596         * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
15597         improved label recognition in `c-beginning-of-statement-1'.
15599         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
15600         Recognize bitfields better.
15602         * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
15603         Remove some cruft and fixed a bug that could cause it to go to a
15604         position further down.
15606         * progmodes/cc-langs.el, cc-engine.el
15607         (c-beginning-of-statement-1): Improve detection of labels in
15608         declaration contexts.
15610         (c-beginning-of-decl-1): Use it.
15612         (c-nonlabel-token-key): New language constant and variable needed
15613         by `c-beginning-of-statement-1'.
15615         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
15616         manifested itself due to the correction in `c-forward-sexp'.
15618         * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
15619         Make these behave as documented when used at the buffer limits.
15621         * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
15622         (c-type-decl-end-used): Made this a language variable.
15624         * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
15625         correctly when `combine-after-change-calls' is used together with
15626         temporary narrowings.
15628         * progmodes/cc-engine.el (c-beginning-of-statement-1):
15629         Report labels correctly when the start point is immediately after the
15630         colon.
15632         * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
15633         Remove since it isn't used anymore.
15635         * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
15636         bracket arglists such as template parens in C++.
15638         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
15639         in the last check-in.  Some optimization.
15641         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
15642         where it could stop at the same level in a preceding sexp when
15643         PAREN-LEVEL is set.
15645         * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
15646         text property lookup only when it's needed.
15648         * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
15649         Change the policy for paren marked angle brackets to be more
15650         persistent; once marked they remain marked even when they're found
15651         to be unbalanced in the searched region.  This should keep the
15652         paren syntax around even when individual lines are refontified in
15653         multiline template arglists.
15655         (c-parse-and-markup-<>-arglists): New dynamically bound variable
15656         to control markup so that incorrect angle bracket arglists aren't
15657         marked in contexts where the correct value for
15658         `c-disallow-comma-in-<>-arglists' isn't known.
15660         (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
15661         argument has become `c-parse-and-markup-<>-arglists'.
15663         (c-remove-<>-arglist-properties): Remove - no longer used.
15665         (c-after-change-check-<>-operators): New function used on
15666         `after-change-functions' to avoid that "<" and ">" characters that
15667         are part of longer operators have paren syntax.
15669         (c-<>-multichar-token-regexp): New language variable used by
15670         `c-after-change-check-<>-operators'.
15672         (c-after-change): Call `c-after-change-check-<>-operators'.
15674         (c-font-lock-<>-arglists): Use the context properties set by
15675         `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
15676         correctly to avoid doing invalid markup.
15678         (c-font-lock-declarations): Remove code that undoes the invalid
15679         markup done by `c-font-lock-<>-arglists'.
15681         (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
15682         after `c-font-lock-declarations'.
15684         * progmodes/cc-engine.el (c-syntactic-skip-backward):
15685         Add paren-level feature.
15687         (c-guess-basic-syntax): Improve the anchor position for
15688         `template-args-cont' in nested template arglists.  There's still
15689         much to be desired in this area, though.
15691 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
15693         * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
15694         Make the "Text Filling and Line Breaking" commands work for AWK buffers.
15696 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15698         * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
15699         Removed; (c-major-mode-is 'awk-mode) can be used instead now.
15701         * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
15702         it doesn't work no longer are supported.
15704         * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
15705         * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
15706         requires support for the syntax-table' text property, which rules
15707         out Emacs 19 and XEmacs < 21.4.  Removed various compatibility
15708         cruft associated with those versions.
15710         * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
15711         for the `syntax-table' text property, which rules out Emacs 19 and
15712         XEmacs < 21.4.  Removed various compatibility cruft associated
15713         with those versions.
15715         * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
15716         support for the `syntax-table' text property.
15718         * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
15719         variable and use an extra quoted face name instead.  All the
15720         emacsen flavors handle that correctly.
15722         * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
15723         (c-font-lock-declarators, c-font-lock-declarations)
15724         (c-complex-decl-matchers, c-basic-matchers-after): Use a text
15725         property to mark the items in in declarator lists to handle
15726         refontification inside multiline declarations better.
15728         * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
15729         construct like "a * b = c;" as a declaration.
15731 2005-12-08  Kim F. Storm  <storm@cua.dk>
15733         * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
15734         (cua-rectangle-modifier-key): ... this.  New defcustom.  Can now
15735         select either meta, hyper, or super modifier for rectangle commands.
15736         (cua--rectangle-modifier-key): New defvar.
15737         (cua--M/H-key): Use it.  Remove special case for `space'.
15738         (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
15739         on X, to meta otherwise.  Always bind C-return to toggle
15740         rectangle.  Pass ?\s instead of `space' to cua--M/H-key.
15742         * emulation/cua-rect.el (cua-help-for-rectangle):
15743         Use cua--rectangle-modifier-key.  Handle super modifier too.
15744         (cua--init-rectangles): Always bind C-return to toggle rectangle.
15745         Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
15747         * ido.el: Move Acknowledgements and History after Commentary.
15748         Minor changes to Commentary.
15750         * emulation/cua-base.el (cua--select-keymaps): Enable repeat
15751         keymap if cua--prefix-override-timer is `shift'.
15752         (cua--shift-control-prefix): New function; emulate "type prefix
15753         key twice" functionality to handle shifted prefix key override.
15754         (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
15755         New commands.
15756         (cua--init-keymaps): Bind them to S-C-c and S-C-x.
15758 2005-12-08  Carsten Dominik  <dominik@science.uva.nl>
15760         * textmodes/org.el (org-insert-heading): Try to do items before
15761         headings.
15762         (org-agenda-mode): Quote `org-agenda-mode-hook'.
15763         (org-insert-item): New function.
15764         (org-renumber-ordered-list): Don't skip to higher level lists.
15766 2005-12-08  Juri Linkov  <juri@jurta.org>
15768         * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
15770         * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
15772         * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
15774         * pcvs.el (defun-cvs-mode): Put `definition-name' property on
15775         the constructed function name fun-1.
15777         * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
15778         because such links don't lead to parent documentation.
15780 2005-12-08  Kenichi Handa  <handa@m17n.org>
15782         * descr-text.el (describe-char): Use *Help-2* buffer if the
15783         current buffer is *Help*.  Call describe-text-properties while
15784         setting the original buffer.
15786 2005-12-07  Bill Wohler  <wohler@newt.com>
15788         * files.el (auto-mode-alist): Remove mh-letter-mode.  Unnecessary,
15789         and causes problems with non-MH users (such as Gnus users).
15791 2005-12-08  Nick Roberts  <nickrob@snap.net.nz>
15793         * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
15794         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
15795         (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
15796         command "info sources".  Move calls to GDB command "list".
15797         (gdb-find-file-hook): Just use gdb-source-file-list.
15798         (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
15799         (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
15800         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
15801         (gdb-data-list-register-values-handler): Use correct trigger name.
15803 2005-12-07  Kim F. Storm  <storm@cua.dk>
15805         * ido.el (ido-completion-map): Rename from ido-mode-map.
15806         (ido-common-completion-map, ido-file-completion-map)
15807         (ido-file-dir-completion-map, ido-buffer-completion-map):
15808         Rename from ido-mode-....-map.
15809         (ido-init-completion-maps): Rename from ido-init-mode-maps.
15810         (ido-setup-completion-map): Rename from ido-define-mode-map.
15811         (ido-read-internal): Bind minibuffer-local-filename-completion-map
15812         to ido-completion-map.
15814 2005-12-07  Kenichi Handa  <handa@m17n.org>
15816         * international/mule-cmds.el
15817         (set-display-table-and-terminal-coding-system): If the coding
15818         system specified in `unibyte-display' property is different from
15819         the arg coding-system, don't setup standard-display-table.
15821 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15823         * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
15824         that comments end at \n, regardless of selective-display.
15826 2005-12-07  Nick Roberts  <nickrob@snap.net.nz>
15828         * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
15829         (gdb-version): New variables.
15830         (gdb-source-file-list, gdb-register-names)
15831         (gdb-changed-registers): New variables for use with GDB 6.4+.
15832         (gdb-ann3): Replace with...
15833         (gdb-init-1, gdb-init-2): ...two new functions.
15834         (gdba, gdb-prompt): Call gdb-init-1.
15835         (gdb-get-version): New function.  Call gdb-init-2 from here.
15836         (gud-watch): Make it work with mouse events too.
15837         (gdb-post-prompt): Don't add to queue until GDB version is known.
15838         (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
15839         (gdb-locals-mode): Use gdb-version.
15840         (gdb-memory-format-map, gdb-memory-unit-map)
15841         (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
15842         (gdb-locals-font-lock-keywords-1)
15843         (gdb-locals-font-lock-keywords-2): New variables.
15844         (gdb-find-file-hook): Make it work with GDB 6.4+ too.
15845         (gdb-set-gud-minor-mode-existing-buffers-1)
15846         (gdb-var-list-children-1, gdb-var-list-children-handler-1)
15847         (gdb-var-update-1, gdb-var-update-handler-1)
15848         (gdb-data-list-register-values-handler)
15849         (gdb-data-list-register-values-custom)
15850         (gdb-get-changed-registers, gdb-get-changed-registers-handler)
15851         (gdb-stack-list-locals-handler, gdb-get-register-names):
15852         New functions for use with GDB 6.4+.
15853         (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
15854         (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
15855         (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
15856         (gdb-stack-list-locals-regexp)
15857         (gdb-data-list-register-names-regexp): New regexps for use with
15858         GDB 6.4+.
15860 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15862         * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
15864 2005-12-06  Nozomu Ando  <nand@mac.com>
15866         * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
15867         prompts work for AUTH PLAIN.  Also reported by Steve Allan
15868         <seallan@verizon.net>.
15870 2005-12-06  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
15872         * frame.el (set-frame-parameter): Add doc string.
15874 2005-12-06  Carsten Dominik  <dominik@science.uva.nl>
15876         * textmodes/org.el (org-occur-highlights): New variable.
15877         (org-highlight-new-match, org-remove-occur-highlights): New functions.
15878         (org-highlight-sparse-tree-matches): New option.
15879         (org-do-occur): New function.
15880         (org-get-heading): Make it work also at beginning of line.
15881         (org-category-table): New variable.
15882         (org-get-category-table, org-get-category)
15883         (org-camel-to-words, org-link-search): New functions.
15884         (org-select-this-todo-keyword): New variable.
15885         (org-todo-list): New command.
15886         (org-shiftright, org-shiftleft): New commands.
15887         (org-agenda-todo): Add prefix argument.
15888         (org-show-hierarchy-above): New option.
15889         (org-show-todo-tree): Numerical prefix creates tree for specific
15890         TODO keyword.
15891         (org-outline-level): New function, to assign a level to plain
15892         lists items.
15893         (org-cycle-include-plain-lists): New option.
15894         (org-mode): Use `org-outline-level' as value of `outline-level'.
15895         (org-cycle): Temporarily switch `outline-regexp' if
15896         `org-cycle-include-plain-lists' is non-nil.
15897         (org-start-icalendar-file): Fix format bug.
15898         (org-agenda-get-day-entries): Create category table.
15899         (org-agenda-get-todos, org-agenda-get-timestamps)
15900         (org-agenda-get-deadlines, org-agenda-get-scheduled)
15901         (org-agenda-get-blocks): Use `org-get-category'.
15902         (org-context-in-file-links): Rename from
15903         `org-line-numbers-in-file-links'.
15905 2005-12-06  Romain Francoise  <romain@orebokech.com>
15907         * window.el (balance-windows): Delete extraneous third arg in call
15908         to `enlarge-window'.
15910 2005-12-06  Kenichi Handa  <handa@m17n.org>
15912         * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
15914 2005-12-06  Nick Roberts  <nickrob@snap.net.nz>
15916         * progmodes/gdb-ui.el (gdb-var-create-handler)
15917         (gdb-var-evaluate-expression-handler, gdb-frame-handler)
15918         (gdb-var-list-children-handler, gdb-var-update-handler):
15919         Current buffer is already gdb-partial-output-buffer, don't
15920         make it current again.
15922 2005-12-05  Luc Teirlinck  <teirllm@auburn.edu>
15924         * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
15925         (list-buffers-noselect): Use it.
15927 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15929         * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
15930         (mail-yank-ignored-headers): Use regexp-opt.
15931         (mail-mode-map): Move initialization into declaration.
15932         (mail-sent-via): Remove unused shadowed var `to-line'.
15933         (mail-mailer-swallows-blank-line): Use with-temp-buffer.
15934         (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
15935         (mail-do-fcc): Use dolist and push.
15936         (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
15937         (mail-yank-ignored-headers): Don't autoload.
15939 2005-12-05  Kenichi Handa  <handa@m17n.org>
15941         * international/mule-cmds.el (set-language-info-internal): New fun.
15942         (set-language-info): Call set-language-info-internal to update
15943         language-info-alist.  If LANG-ENV is the current one, call
15944         set-language-environment to make INFO effective now.
15945         (set-language-info-alist): Likewise.
15946         (locale-language-names): With locale "en", use English
15947         lang. env. but set the default codings to iso-8859-1.
15949 2005-12-04  Nick Roberts  <nickrob@snap.net.nz>
15951         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
15952         (gdb-speedbar-auto-raise): Echo new state in minibuffer.
15953         (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
15954         for plain strings.
15955         (gdb-frames-mode): Remove redundant call to font-lock-mode.
15956         (gdb-all-registers): Rename from toggle-gdb-all-registers.
15957         Create registers buffer if necessary.  Echo new state in minibuffer.
15958         (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
15960 2005-12-03  Chong Yidong  <cyd@stupidchicken.com>
15962         * info.el (Info-fontify-node): Match external links using
15963         non-directory part of filename.
15965 2005-12-04  Juri Linkov  <juri@jurta.org>
15967         * font-core.el (global-font-lock-mode): Use define-global-minor-mode
15968         instead of easy-mmode-define-global-mode.  Add `:group font-lock'.
15969         (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
15970         because there is no customization option for it.
15972         * font-lock.el (lisp-font-lock-keywords-1):
15973         Add define-global-minor-mode.
15975         * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
15977         * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
15978         properties on the constructed variable names.
15980         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
15981         Put `definition-name' properties on the constructed function names
15982         next-sym and prev-sym.
15984         * emacs-lisp/find-func.el (find-function-regexp):
15985         Add define-global-minor-mode.  Replace `easy-mmode-define-global-mode'
15986         with `easy-mmode-define-[a-z-]+'.  Add easy-menu-define.
15987         (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
15988         and easy-menu-define.
15990         * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
15991         easy-mmode-define-global-mode and define-global-minor-mode.
15992         (lisp-imenu-generic-expression): Add define-global-minor-mode.
15994         * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
15995         instead of easy-mmode-define-global-mode.
15997         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
15998         Use define-minor-mode instead of easy-mmode-define-minor-mode.
16000         * cus-edit.el (customize-group, customize-group-other-window):
16001         Filter out autoloaded options from the group completion list by
16002         using heuristics that autoloaded groups don't have `custom-autoload'
16003         property on their symbols (they have only `custom-loads').
16005         * simple.el (completion-setup-function): Put completions-common-part
16006         face on complete completion string too (i.e. completion string
16007         without completions-first-difference face).
16009         * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
16011 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
16013         * view.el (view-mode): Doc fix.
16015         * disp-table.el (standard-display-european): Add to the warning
16016         message a reference to the doc string.
16018         * play/yow.el (apropos-zippy): Call print-help-return-message,
16019         similar to other Help and Apropos commands.
16021         * help.el (print-help-return-message): If pop-up-frames is
16022         non-nil, set up help-return-method to delete the help window and,
16023         possibly, its frame as well, and don't display message about
16024         scrolling the help window.  Doc fix.
16025         (help-return-method): Doc fix.
16027 2005-12-03  Martin Rudalics  <rudalics@gmx.at>
16029         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
16030         whereby names of length one or names starting with a
16031         symbol-constituent character would not be returned.
16033 2005-12-03  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
16035         * subr.el (atomic-change-group): Add edebug and indentation spec.
16037 2005-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
16039         * completion.el (save-completions-file-name): Fix typo in last change.
16041 2005-12-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16043         * info.el: Move back/forward history to the beginning of the tool bar.
16045 2005-12-02  Ken Manheimer  <ken.manheimer@gmail.com>
16047         * allout.el (eval-when-compile): Remove unnecessary load of cl.
16048         Add fset of allout-real-isearch-abort during compile to fix
16049         byte-compilation warnings.
16050         (allout-mode-p): Move definition of this macro above all uses, or
16051         byte compilation in barren Emacs (eg, during Emacs build) will
16052         lack the definition.
16053         (allout-mode): Move this variable above any uses, or byte
16054         compilation will fail.
16055         (allout-resolve-xref): Remove use of personal file-reference function.
16056         (allout-toggle-current-subtree-encryption): Do the current (ie,
16057         visible containing) topic, rather than nearest around point.  Doc fix.
16058         (allout-toggle-subtree-encryption): New function, workhorse that
16059         works on nearest topic containing point.
16060         (allout-encrypt-string): Signal requirement for newer version of pgg.
16061         (allout-resumptions): Doc fix.
16063 2005-12-02  Eli Zaretskii  <eliz@gnu.org>
16065         * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
16067 2005-12-02  Agustin Martin  <agustin.martin@hispalinux.es>
16069         * textmodes/flyspell.el (flyspell-external-point-words):
16070         Consider a misspelling as found in the string search if: (a) misspelling
16071         and found string lengths match, or (b) misspelling is found as
16072         element in a boundary-chars separated longer string, or (c)
16073         ispell-program-name is really ispell and misspelling is found as
16074         part of a TeX string.  After successful match move beginning of
16075         search region to end of match.  Warn about not found misspellings
16076         once the process is done.
16077         (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
16079 2005-12-02  Nick Roberts  <nickrob@snap.net.nz>
16081         * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
16082         tool bar (removed inadvertently).
16084 2005-12-02  Juri Linkov  <juri@jurta.org>
16086         * log-view.el (log-view-diff): Clarify doc string.
16088 2005-12-01  Bill Wohler  <wohler@newt.com>
16090         * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
16091         triggers lm-verify errors.
16093 2005-12-01  Luc Teirlinck  <teirllm@auburn.edu>
16095         * simple.el (transient-mark-mode, line-number-mode)
16096         (column-number-mode, size-indication-mode): Remove `:require nil'.
16098 2005-12-01  Nick Roberts  <nickrob@snap.net.nz>
16100         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
16101         in the margin also.
16102         (gdb-breakpoints-mode-map): Use D instead of d for
16103         gdb-delete-breakpoint.
16104         (gdb-get-frame-number): Require a number to match on.
16105         (gdb-threads-mode-map): Add follow-link binding.
16107 2005-11-30  Jason Rumney  <jasonr@gnu.org>
16109         * isearch.el (isearch-mode-map): Avoid exiting search on
16110         language-change event.
16112 2005-11-30  Romain Francoise  <romain@orebokech.com>
16114         * speedbar.el (speedbar-default-position): New defcustom.
16115         (speedbar-frame-reposition-smartly): Use it.
16117         * dframe.el (dframe-reposition-frame-emacs): Fix position
16118         computation for `left' location.
16119         Update copyright year.
16121 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16123         * help.el (help-map): Move initialization into declaration.
16125         * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
16127         * help-fns.el (help-argument-name): Don't autoload.
16128         It's useless and triggers a bug in cus-dep.el causing ldefs-boot
16129         to be re-loaded when customizing the `help' group.
16131 2005-11-30  John Paul Wallington  <jpw@gnu.org>
16133         * help-fns.el (describe-function-1): Fill arglist output.
16135 2005-11-30  Kim F. Storm  <storm@cua.dk>
16137         * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
16138         (cua--rectangle-post-command): Cleanup overlays and deactivate mark
16139         after revert-buffer (or anything else which kills all local variables).
16141         * apropos.el (apropos-parse-pattern): Doc fix.
16142         Set apropos-regexp directly, rather than expecting callers to do so.
16143         (apropos-command, apropos, apropos-value, apropos-documentation):
16144         Simplify calls to apropos-parse-pattern.
16146 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
16148         * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
16149         (hi-lock-face-phrase-buffer): Use hi-yellow face.
16150         (hi-lock-write-interactive-patterns): Use comment-region.
16152         * longlines.el (longlines-mode): Add mail-setup-hook.
16154         * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
16156         * simple.el (sendmail-user-agent-compose, next-line):
16157         Conditionally use hard-newline.
16159 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
16161         * international/latexenc.el (latex-inputenc-coding-alist):
16162         Reword doc string.
16164 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
16166         * help.el (describe-key-briefly, describe-key): Recognize default
16167         bindings.
16169 2005-11-29  Romain Francoise  <romain@orebokech.com>
16171         * view.el (view-inhibit-help-message): New defcustom.
16172         (view-mode-enter): Use it.
16174 2005-11-29  Michael Kifer  <kifer@cs.stonybrook.edu>
16176         * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
16177         Preserve user position.
16179 2005-11-28  Luc Teirlinck  <teirllm@auburn.edu>
16181         * font-lock.el: Throw error if facemenu is not loaded to prevent
16182         accidental change of loading order in loadup.el.  (Suggested by RMS.)
16184         * loadup.el: Add comment explaining why facemenu must be loaded
16185         before font-lock.
16187 2005-11-28  Jay Belanger  <belanger@truman.edu>
16189         * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
16190         (calc-dispatch-map): Add more keys for `calc-same-interface'.
16192         * calc/calc-misc.el (calc-dispatch-help): Update docstring.
16194         * calc/calc-embed.el (calc-do-embedded): Update help message.
16196         * calc/calc-prog.el (calc-user-define-invokation): Update help message.
16198 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16200         * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
16202         * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
16203         called-interactively-p.
16204         (elp-profilable-p): Rename from elp-not-profilable-p.
16205         Invert result and take into account macros and autoloaded functions.
16206         (elp-instrument-function): Update call.
16207         (elp-instrument-package): Update call.  Add completion.
16208         (elp-pack-number): Use match-string.
16209         (elp-results-jump-to-definition-by-mouse): Merge into
16210         elp-results-jump-to-definition and then remove.
16211         (elp-output-insert-symname): Make help echo text single-line.
16213         * replace.el (query-replace-map): Move initialization into declaration.
16214         (occur-engine): Use with-current-buffer.
16215         (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
16216         (occur-mode-mouse-goto): Replace with an alias.
16218 2005-11-28  Juri Linkov  <juri@jurta.org>
16220         * simple.el (quoted-insert): Let-bind input-method-function to nil.
16222         * term/w32-win.el: Bind [S-tab] to [backtab].
16224         * info.el (Info-fontify-node): Set 2nd arg `noerror' of
16225         `Info-find-file' to t.
16227         * replace.el (occur-mode-mouse-goto): Pop, don't switch.
16228         (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
16229         and same-window-regexps.
16230         (occur-next-error): Don't move point for arg 0.
16232 2005-11-28  Chong Yidong  <cyd@stupidchicken.com>
16234         * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
16236 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16238         * log-edit.el (log-edit-changelog-use-first): New var.
16239         (log-edit-changelog-ours-p): Use it.
16240         (log-edit-insert-changelog): Set it with new arg `use-first'.
16241         (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
16242         (log-edit-hook): Add them to the list of suggested options.
16244         * textmodes/flyspell.el (flyspell-last-buffer): New var.
16245         (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
16246         redundant work.
16247         (flyspell-mode-on): Use add-hook for after-change-functions.
16248         (flyspell-mode-off): Use remove-hook for after-change-functions.
16249         (flyspell-changes): Make it buffer-local.
16250         (flyspell-after-change-function): Make it non-interactive.  Use push.
16251         (flyspell-post-command-hook): Check input-pending-p while processing
16252         the potentially long list of buffer changes.
16254 2005-11-28  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
16256         * buff-menu.el (list-buffers-noselect): Display the selected
16257         frame's buffer list, not the global one.
16259 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
16261         * xt-mouse.el (xterm-mouse-event): Set last-input-event so
16262         that (list last-input-event) works as in interactive spec.
16264 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
16266         * loadup.el ("facemenu"): Load facemenu before font-lock, because
16267         `facemenu-keymap' needs to be defined when font-lock is loaded.
16268         Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
16270 2005-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
16272         * completion.el: Remove useless leading * in defcustom docstrings.
16273         (save-completions-file-name): Use ~/.emacs.d if available.
16274         (completion-standard-syntax-table): Rename from
16275         cmpl-standard-syntax-table and fold initialization into declaration,
16276         thus removing cmpl-make-standard-completion-syntax-table.
16277         (completion-lisp-syntax-table, completion-c-syntax-table)
16278         (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
16279         (cmpl-saved-syntax, cmpl-saved-point): Remove.
16280         (symbol-under-point, symbol-before-point)
16281         (symbol-under-or-before-point, symbol-before-point-for-complete)
16282         (add-completions-from-c-buffer): Use with-syntax-table.
16283         (make-completion): Don't return a list of completion entries.
16284         Update callers.
16285         (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
16286         (completion-initialize): Rename from initialize-completions.
16287         (completion-find-file-hook): Rename from cmpl-find-file-hook.
16288         (kill-emacs-save-completions): Collect stats here.
16289         (save-completions-to-file, load-completions-from-file):
16290         Use with-current-buffer.
16291         (completion-def-wrapper): Rename from def-completion-wrapper.  Make it
16292         into a function.  Move all calls to toplevel.
16293         (completion-lisp-mode-hook): New fun.
16294         (completion-c-mode-hook, completion-setup-fortran-mode):
16295         Set the syntax-table here.  Use local-set-key.
16296         (completion-saved-bindings): New var.
16297         (dynamic-completion-mode): Make it into a proper minor mode.
16298         (load-completions-from-file): Remove unused var `num-uses'.
16300         * emacs-lisp/cl-macs.el (defstruct): Don't define the default
16301         constructor if it is explicitly overridden.
16303         * complete.el (PC-completion-as-file-name-predicate):
16304         Use minibuffer-completing-file-name.
16305         (partial-completion-mode): Use find-file-not-found-functions.
16306         (PC-lisp-complete-symbol): Use with-syntax-table.
16307         (PC-look-for-include-file): Remove dead setq.
16308         (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
16309         (PC-complete): Use with-current-buffer.
16311         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
16312         escape single quotes.
16314 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
16316         * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
16317         of `if' whose condition always returned nil.  Doc fix.
16319         * buff-menu.el (Buffer-menu-revert-function): Make the selected
16320         window's buffer the current buffer around the call to
16321         `list-buffers-noselect'.  This is necessary to mark that buffer
16322         with a `.' in the Buffer Menu when called from Lisp, for instance
16323         by Auto Revert Mode.
16325 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
16327         * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
16328         attaching to it.
16329         (gdb-pre-prompt): Make sure gdb-error is reset.
16331         * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
16332         with a child process, detect it.
16333         (gud-speedbar-buttons): Match regexp more carefully.
16335 2005-11-27  Richard M. Stallman  <rms@gnu.org>
16337         * mouse.el (mouse-drag-move-window-bottom):
16338         Use adjust-window-trailing-edge.
16340 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
16342         * simple.el (blink-matching-open): Ignore
16343         `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
16344         (blink-matching-paren-on-screen): Update docstring.
16346         * paren.el (show-paren-mode): No longer change
16347         `blink-matching-paren-on-screen'.
16349 2005-11-27  John Paul Wallington  <jpw@pobox.com>
16351         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
16352         (gdb-threads-select, gdb-edit-register-value):
16353         Use `posn-set-point' instead of `mouse-set-point' because the
16354         latter is not fbound when configured without X.
16356 2005-11-27  Kim F. Storm  <storm@cua.dk>
16358         * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
16359         existing face when partially highlighting a TAB in a rectangle.
16361 2005-11-26  Kim F. Storm  <storm@cua.dk>
16363         * ido.el (ido-mode-map): Doc fix.
16364         (ido-mode-common-map, ido-mode-file-map)
16365         (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
16366         (ido-define-mode-map): Rewrite.  Select one of the new maps as
16367         parent for ido-mode-map instead of building from scratch.
16368         (ido-init-mode-maps): New defun to initialize new maps.
16369         (ido-mode): Call it.
16370         (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
16371         (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
16373 2005-11-26  John Paul Wallington  <jpw@pobox.com>
16375         * arc-mode.el (archive-extract): Use `posn-set-point' instead of
16376         `mouse-set-point' because the latter is not fbound when configured
16377         without X.
16379 2005-11-26  Thien-Thi Nguyen  <ttn@gnu.org>
16381         * files.el (file-relative-name): Doc fix.
16383 2005-11-26  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
16385         * progmodes/octave-inf.el (inferior-octave-startup): Force a
16386         non-empty string for secondary prompt PS2.
16388 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
16390         * progmodes/compile.el (compilation-setup): Fix last change.
16392 2005-11-26  Nick Roberts  <nickrob@snap.net.nz>
16394         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
16395         (gdb-mouse-toggle-breakpoint-margin)
16396         (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
16397         Add gdb-server-prefix to keep out of command history.
16398         (gdb-edit-register-value): New function.
16399         (gdb-registers-mode-map): Bind mouse-2 and RET to it.
16400         (gdb-info-registers-custom): Use above map.
16402 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
16404         * custom.el (enable-theme): Signal error if argument is not a
16405         theme.  Don't recalculate a face if it's not loaded yet.
16407         * cus-face.el (custom-theme-set-faces): Don't change saved-face if
16408         the `user' theme is in effect.
16410         * info.el (Info-on-current-buffer): Record actual filename in
16411         Info-current-file, instead of t, or a fake filename if a non-file
16412         buffer.  Make autoload.
16413         (Info-find-node, Info-revert-find-node): No need to check for
16414         Info-current-file nil.
16415         (Info-set-mode-line, Info-up, Info-copy-current-node-name):
16416         Info-current-file is now never `t'.
16417         (Info-fontify-node): Many simplifications due to Info-current-file
16418         always being valid.  Use Info-find-file to find node filename.
16420 2005-11-25  David Kastrup  <dak@gnu.org>
16422         * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
16423         new character, then delete" in order to preserve markers.
16425 2005-11-25  David Ponce  <david@dponce.com>
16427         * recentf.el (recentf-arrange-by-rule): Handle a special
16428         `auto-mode-alist'-like "strip suffix" rule.
16429         (recentf-build-mode-rules): Handle second level auto-mode entries.
16431 2005-11-25  Michael Kifer  <kifer@cs.stonybrook.edu>
16433         * viper-keym.el (viper-ESC-key): Use different values in terminal and
16434         window modes.
16436         * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
16437         jde-javadoc-checker-report-mode.
16439         * ediff-wind (ediff-make-wide-display): Slight simplification.
16441         * ediff.el (ediff-date): Change the date of last update.
16443 2005-11-24  Chong Yidong  <cyd@stupidchicken.com>
16445         * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
16446         Use define-minor-mode, and make it a local mode.  Turn on font-lock.
16447         (hi-lock-mode): New global minor mode.
16448         (turn-on-hi-lock-if-enabled): New function.
16449         (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
16450         Change arguments to regexp and face instead of a font-lock pattern.
16451         Directly set face property, instead of refontifying.
16452         (hi-lock-font-lock-hook): Check if font-lock is being turned on.
16453         (hi-lock-find-patterns): Use line-number-at-pos.
16455         (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode.  Use new
16456         arguments for hi-lock-set-pattern.
16457         (hi-lock-unface-buffer, hi-lock-set-file-patterns):
16458         Call font-lock-fontify-buffer.
16459         (hi-lock-find-file-hook, hi-lock-current-line)
16460         (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
16462         (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
16463         turned off.
16465         * progmodes/compile.el (compilation-setup): Don't fiddle with
16466         font-lock-defaults.
16468 2005-11-25  Nick Roberts  <nickrob@snap.net.nz>
16470         * progmodes/gdb-ui.el (gdb-var-create-handler)
16471         (gdb-var-list-children-handler): Find values for all variable
16472         objects.  gud-speedbar-buttons decides whether to display them.
16474 2005-11-24  Romain Francoise  <romain@orebokech.com>
16476         * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
16477         buffer name with a space.
16479 2005-11-24  Carsten Dominik  <dominik@science.uva.nl>
16481         * textmodes/org.el (org-export-plain-list-max-depth): Rename from
16482         `org-export-local-list-max-depth'.  Change default value to 3.
16483         (org-auto-renumber-ordered-lists)
16484         (org-plain-list-ordered-item-terminator): New options.
16485         (org-at-item-p, org-beginning-of-item, org-end-of-item)
16486         (org-get-indentation, org-get-string-indentation)
16487         (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
16488         New functions.
16489         (org-move-item-down, org-move-item-up): New commands.
16490         (org-export-as-html): New classes for CSS support.  Bug fix in
16491         regular expression detecting fixed-width regions.  Respect
16492         `org-local-list-ordered-item-terminator'.
16493         (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
16494         also a list item.
16495         (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
16496         New item moving functions.
16498 2005-11-24  Juri Linkov  <juri@jurta.org>
16500         * isearch.el (isearch-repeat): With empty search ring set
16501         `isearch-error' to the error string instead of signaling error
16502         with the function `error'.
16504 2005-11-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16506         * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
16508 2005-11-24  Nick Roberts  <nickrob@snap.net.nz>
16510         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
16511         and variable.
16512         (gdb-var-create-handler, gdb-var-list-children-handler):
16513         Don't match on "char **...".
16514         (gdb-var-update-handler): Find values for all variable objects.
16515         (gdb-info-frames-custom): Identify frames by leading "#".
16517         * progmodes/gud.el (gud-speedbar-menu-items): Add
16518         gdb-speedbar-auto-raise as radio button.
16519         (gud-speedbar-buttons): Raise speedbar if requested.
16520         Don't match on "char **...".
16521         (gud-speedbar-buttons): Add (pointer) value for non-leaves.
16522         Make it editable.
16524 2005-11-23  Chong Yidong  <cyd@stupidchicken.com>
16526         * info.el (Info-fontify-node): Handle the case where
16527         Info-current-file is t.
16529 2005-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
16531         * simple.el (blink-matching-open): Fix off-by-one in last change.
16533 2005-11-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16535         * term/mac-win.el: Don't change default directory.
16537 2005-11-22  Luc Teirlinck  <teirllm@auburn.edu>
16539         * cus-edit.el (Custom-reset-standard): Make it handle Custom group
16540         buffers correctly.  (It used to throw an error in such buffers.)
16541         Make it ask for confirmation in group buffers and other Custom
16542         buffers containing more than one customization item.
16544 2005-11-22  John Paul Wallington  <jpw@gnu.org>
16546         * net/goto-addr.el (goto-address-fontify): Put `follow-link'
16547         property on mail and url overlays.
16548         (goto-address-at-point): Use `posn-set-point' instead of
16549         `mouse-set-point' because the latter is not fbound when configured
16550         without X.
16552 2005-11-22  Lars Hansen  <larsh@soem.dk>
16554         * ls-lisp.el (ls-lisp-parse-symlink): Delete.
16555         (ls-lisp-classify, ls-lisp-format): Delete call to
16556         ls-lisp-parse-symlink.
16557         (ls-lisp-handle-switches): Handle symlinks to directories as
16558         directories when ls-lisp-dirs-first in non-nil.
16560 2005-11-21  Luc Teirlinck  <teirllm@auburn.edu>
16562         * startup.el (command-line): Make sure that loaddefs.el is handled
16563         correctly in load-history.
16565 2005-11-22  Nick Roberts  <nickrob@snap.net.nz>
16567         * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
16568         (gdb-struct-string, gdb-array-string): New constants.
16569         (gdb-info-locals-handler): Use them.
16570         (gdb-reset): Reset gdb-var-list to nil.
16572 2005-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
16574         * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
16575         in patterns.
16577 2005-11-21  Juri Linkov  <juri@jurta.org>
16579         * custom.el (defcustom): Update link types in docstring.
16581 2005-11-20  Martin Rudalics  <rudalics@gmx.at>
16583         * custom.el (defgroup): Add doc-string-elt info.
16585         * widget.el (define-widget): Don't use declare for the doc-string-elt.
16587 2005-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16589         * newcomment.el (comment-enter-backward): Fix last fix.
16591         * simple.el (blink-matching-open):
16592         * paren.el (show-paren-function): Allow new paren-class info.
16594 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
16596         * faces.el: Revert 2005-11-17 change.  :ignore-defface is now
16597         handled automagically.
16599 2005-11-20  Andreas Schwab  <schwab@suse.de>
16601         * descr-text.el (describe-char): When copying overlays put them
16602         over the full char description instead of just the first character
16603         of it.
16605 2005-11-20  Juri Linkov  <juri@jurta.org>
16607         * simple.el (what-cursor-position):
16608         * descr-text.el (describe-char): Use Lisp-readable syntax
16609         for octal and hex.  Reorder decimal, octal and hex values.
16610         Remove excess whitespace in the output.  Use `=' in `column='
16611         like in `point=' and `Hscroll='.
16613         * international/mule-cmds.el (encoded-string-description):
16614         Use Lisp-readable syntax for hex.
16616 2005-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
16618         * newcomment.el (comment-enter-backward): Handle the case where the
16619         comment is closed by EOB.
16621 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
16623         * longlines.el (longlines-before-revert-hook)
16624         (longlines-after-revert-hook): New functions.
16625         (longlines-mode): Turn off longlines temporarily when reverting.
16626         Add a message-setup-hook.
16627         (longlines-decode-buffer): New function.
16628         (longlines-wrap-line): Preserve marker positions.
16630 2005-11-19  Andreas Schwab  <schwab@suse.de>
16632         * emacs-lisp/shadow.el: Handle compressed files.
16634 2005-11-19  Romain Francoise  <romain@orebokech.com>
16636         * net/browse-url.el (browse-url-default-browser): Signal an error
16637         if no usable browser can be found, rather than try to load w3.
16639 2005-11-16  Ryan Yeske  <rcyeske@gmail.com>
16641         * net/rcirc.el (rcirc-mangle-text): Add bold face property without
16642         replacing existing properties.
16643         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
16644         (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
16645         tty specs.
16646         (rcirc-server-prefix, rcirc-server): New faces.
16647         (rcirc-url-regexp): Generate with rx macro.
16648         (rcirc-last-server-message-time): New variable.
16649         (rcirc-filter): Record time of last message.
16650         (rcirc-keepalive): Kill processes that did not send a message
16651         since the last ping.
16652         (rcirc-mode): Give rcirc-topic a local binding here.
16654 2005-11-19  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
16656         * subr.el (read-passwd): Fontify the prompt as we do with other
16657         prompts.
16659 2005-11-19  Ryan Yeske  <rcyeske@gmail.com>
16661         * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
16662         binding buffer-read-only to nil.
16664 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
16666         * complete.el (partial-completion-mode):
16667         Mention completion-auto-help in the doc string.
16669         * man.el (Man-highlight-references): Doc fix.  Reformat code in a
16670         more Lisp-ish way.
16672 2005-11-19  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
16674         * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
16675         digits, not 8, to avoid misalignment for files larger than 100MB.
16677 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
16679         * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
16680         Mention "keyboard shortcuts" in the help text.
16682 2005-11-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16684         * startup.el (fancy-splash-default-action): Discard only
16685         mouse-down and succeeding mouse-up events in the splash screen
16686         window so that drag-n-drop event can be processed.
16688 2005-11-18  Chong Yidong  <cyd@stupidchicken.com>
16690         * longlines.el (longlines-mode): Add hacks for mail-mode and
16691         message-mode.
16693 2005-11-18  Carsten Dominik  <dominik@science.uva.nl>
16695         * textmodes/org.el (org-table-sort-lines): New command.
16696         (org-tbl-menu): Add entry for `org-table-sort-lines'.
16697         (org-add-file): Command removed, use `org-agenda-file-to-front'
16698         instead.
16699         (org-export-icalendar): Use `org-icalendar-combined-name'.
16700         (org-cycle-agenda-files, org-agenda-file-to-end)
16701         (org-agenda-file-to-front): New commands.
16702         (org-table-tab-jumps-over-hlines, org-export-html-style):
16703         New options.
16704         (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
16705         (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
16706         New functions.
16707         (org-fill-paragraph): Call `org-table-align' in tables.
16708         (org-mode): Call `org-set-autofill-regexps'.
16709         (org-export-as-html): Support for local handformatted lists.
16710         Modified to produce valid HTML 4.0.  Use `org-export-html-style'.
16711         (org-export-local-list-max-depth): New option.
16712         (org-html-expand): Use `org-html-protect'.
16714 2005-11-18  Nick Roberts  <nickrob@snap.net.nz>
16716         * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
16717         to "p".
16718         (gdb): Move definition of gud-pp to...
16720         * progmodes/gdb-ui.el (gdb-ann3): ...here.  Make it work in the
16721         speedbar.
16722         (gdb-find-watch-expression): New function.
16724 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
16726         * faces.el (face-attribute, set-face-attribute): Mention existence
16727         of `:ignore-defface' setting in docstring.
16729 2005-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
16731         * simple.el (completion-setup-function): Fix last change.
16733 2005-11-17  John Paul Wallington  <jpw@pobox.com>
16735         * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
16736         Use `posn-set-point' instead of `mouse-set-point' because the
16737         latter is not fbound when configured without X.
16739         * comint.el (comint-insert-input): Likewise.
16741 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
16743         * simple.el (hard-newline): New variable.
16744         (sendmail-user-agent-compose, next-line): Use it.
16746         * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
16747         (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
16748         (mail-mail-reply-to, mail-mail-followup-to)
16749         (mail-position-on-field, mail-signature, mail-yank-original)
16750         (mail-attach-file): Likewise.
16752         * mail/mailheader.el (mail-header-format)
16753         (mail-header-format-function): Likewise.
16755         * add-log.el (add-change-log-entry, change-log-merge): Likewise.
16757 2005-11-17  Juri Linkov  <juri@jurta.org>
16759         * font-lock.el (font-lock-faces): Rename this defgroup from
16760         `font-lock-highlighting-faces'.
16761         (font-lock-comment-face, font-lock-comment-delimiter-face)
16762         (font-lock-string-face, font-lock-doc-face)
16763         (font-lock-keyword-face, font-lock-builtin-face)
16764         (font-lock-function-name-face, font-lock-variable-name-face)
16765         (font-lock-type-face, font-lock-constant-face)
16766         (font-lock-warning-face, font-lock-negation-char-face)
16767         (font-lock-preprocessor-face)
16768         (font-lock-regexp-grouping-backslash)
16769         (font-lock-regexp-grouping-construct): Rename :group from
16770         `font-lock-highlighting-faces' to `font-lock-faces'.
16772         * cus-edit.el (lisp, c, tex):
16773         * progmodes/ada-mode.el (ada):
16774         * progmodes/asm-mode.el (asm):
16775         * progmodes/cperl-mode.el (cperl-faces):
16776         * progmodes/cpp.el (cpp):
16777         * progmodes/dcl-mode.el (dcl):
16778         * progmodes/f90.el (f90):
16779         * progmodes/fortran.el (fortran):
16780         * progmodes/icon.el (icon):
16781         * progmodes/idlwave.el (idlwave-misc):
16782         * progmodes/m4-mode.el (m4):
16783         * progmodes/make-mode.el (makefile):
16784         * progmodes/meta-mode.el (meta-font):
16785         * progmodes/modula2.el (modula2):
16786         * progmodes/octave-mod.el (octave):
16787         * progmodes/pascal.el (pascal):
16788         * progmodes/perl-mode.el (perl):
16789         * progmodes/prolog.el (prolog):
16790         * progmodes/ps-mode.el (PostScript-edit):
16791         * progmodes/scheme.el (scheme):
16792         * progmodes/sh-script.el (sh-script):
16793         * progmodes/simula.el (simula):
16794         * progmodes/tcl.el (tcl):
16795         * textmodes/nroff-mode.el (nroff):
16796         * textmodes/reftex-vars.el (reftex-fontification-configurations):
16797         * textmodes/sgml-mode.el (sgml):
16798         * textmodes/texinfo.el (texinfo):
16799         Add :link (custom-group-link font-lock-faces) to defgroup.
16801         * hi-lock.el (hi-lock): Rename this defgroup from
16802         `hi-lock-interactive-text-highlighting'.  Change parent group from
16803         `faces' to `font-lock'.  Add link to the manual.
16804         (hi-lock-mode, hi-lock-file-patterns-range)
16805         (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
16806         `hi-lock-interactive-text-highlighting' to `hi-lock'.
16807         (hi-lock-faces): Add :group `faces'.
16809         * cus-edit.el (custom-variable-prompt): Clarify the code.
16811         * faces.el (face-read-string): Set the default value arg of
16812         completing-read.
16814 2005-11-16  Luc Teirlinck  <teirllm@auburn.edu>
16816         * rfn-eshadow.el (file-name-shadow-properties)
16817         (file-name-shadow-tty-properties, file-name-shadow-mode):
16818         Remove autoloads, because the file is now preloaded.
16820 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
16822         * printing.el (easy-menu-intern): Don't define.
16823         (pr-get-symbol): Use easy-menu-intern only if defined.
16825         * simple.el (blink-matching-open): Simplify a bit.
16826         (completion-setup-function): Fix the case of partial-completion-mode
16827         when the minibuffer's contents start with "-".
16828         Obey completion-base-size-function even when
16829         minibuffer-completing-file-name is non-nil.
16831 2005-11-16  Richard M. Stallman  <rms@gnu.org>
16833         * net/eudcb-ph.el (eudc-ph-open-session):
16834         Use set-process-query-on-exit-flag.
16836         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
16838         * international/ucs-tables.el (ucs-set-table-for-input):
16839         Use make-local-variable, not make-variable-buffer-local.
16841         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
16842         Improve warning message text.
16844         * savehist.el (savehist-save-hook): Add :group.
16846         * menu-bar.el (menu-bar-help-menu):
16847         Rename Find Extra Packages to External Packages.
16849         * cus-edit.el (Custom-reset-standard): Verify that
16850         :custom-standard-value prop exists before calling it.
16852         * apropos.el (apropos-calc-scores): Use apropos-pattern.
16854 2005-11-16  Martin Rudalics  <rudalics@gmx.at>
16856         * wid-edit.el (color): Enclose %t in %{...%}.
16858         * cus-edit.el (face): Enclose %t in %{...%}.
16860 2005-11-16  Hrvoje Niksic  <hniksic@xemacs.org>
16862         * savehist.el (savehist-mode-hook): Re-add the var.
16863         (savehist-mode): Use it.
16865 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
16867         * textmodes/flyspell.el: Fix commenting convention.
16868         Remove unnecessary leading * in custom docstrings.
16869         (flyspell-emacs): Remove unused var.
16870         (flyspell-delete-region-overlays): Use remove-overlays.
16871         (flyspell-accept-buffer-local-defs): Use save-current-buffer.
16872         (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
16873         (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
16874         (flyspell-debug-signal-word-checked): Use with-current-buffer.
16875         (make-flyspell-overlay): Don't locally reuse a global name.
16876         (flyspell-highlight-incorrect-region)
16877         (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
16878         (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
16879         (flyspell-notify-misspell): Remove unused args `start' and `end'.
16880         (flyspell-word): Adjust call accordingly.  Use ispell-send-string.
16881         Wrap calls to accept-process-output inside with-local-quit since it's
16882         often called from a post-command-hook.
16883         (flyspell-correct-word, flyspell-auto-correct-word):
16884         Use ispell-send-string.
16885         (flyspell-xemacs-popup): Remove unused arg `event'.  Update call.
16887         * calendar/diary-lib.el (diary-list-entries): Also hide the
16888         terminating newline.
16890 2005-11-16  Carsten Dominik  <dominik@science.uva.nl>
16892         * textmodes/reftex.el (reftex-use-fonts): Remove the check for
16893         window-system, to allow fonts on tty.
16895 2005-11-17  Nick Roberts  <nickrob@snap.net.nz>
16897         * progmodes/gud.el (gud-speedbar-item-info): New function.
16898         (gud-install-speedbar-variables): Use it to display data type
16899         of watch expression as a tooltip in speedbar.
16901 2005-11-15  Luc Teirlinck  <teirllm@auburn.edu>
16903         * font-core.el (global-font-lock-mode): Add :version keyword,
16904         because default was changed.
16906         * jka-cmpr-hook.el (auto-compression-mode): Ditto.
16908         * startup.el (command-line): Use `custom-reevaluate-setting' for
16909         `file-name-shadow-mode'.
16911         * loadup.el: Preload rfn-eshadow.
16913         * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
16914         Add :version keyword.
16915         (file-name-shadow-properties, file-name-shadow-tty-properties)
16916         (file-name-shadow): Add :version keyword.
16918         * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
16919         instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
16920         in the custom-group property of the symbol frames and the fringe
16921         group got no link to its parent group frames.
16922         Doc fix.
16924 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
16926         * progmodes/gud.el (gud-stop-subjob): New function.
16927         (gud-menu-map, gud-tool-bar-map): Use it.
16929 2005-11-16  Kim F. Storm  <storm@cua.dk>
16931         * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
16932         than kill it.
16933         (gud-tool-bar-map): Likewise.  Move cont/until/finish buttons
16934         to a more useful/logical place.
16936 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
16938         * progmodes/gud.el (gud-menu-map): Make visibility of stop and
16939         go buttons complementary.
16941 2005-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
16943         * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
16944         (rfn-eshadow-sifn-equal): New function.
16945         (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
16947 2005-11-15  Michael Kifer  <kifer@cs.stonybrook.edu>
16949         * viper-utils.el (viper-non-word-characters-reformed-vi):
16950         Quote `-' in string.
16952         * viper.el (viper-emacs-state-mode-list): Ensure that
16953         rcirc-mode buffers come up in Emacs state.
16955         * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
16956         operation.
16958 2005-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
16960         * term.el (term-termcap-format): Fix typos.
16961         (term-down): Fix the negative argument case.
16963 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
16965         * progmodes/gdb-ui.el: Remove face-alias left over from change on
16966         2005-08-15.
16967         (gdb-ann3): New command gud-go.
16968         (menu): Accomodate gdb-mi.el.
16969         (gdb-assembler-custom): Make buffer of selected window current
16970         so that set-window-point works.
16972         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
16973         buttons and include new ones.
16975 2005-11-16  Kim F. Storm  <storm@cua.dk>
16977         * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
16978         (gud-menu-map): Use it.
16980 2005-11-14  Luc Teirlinck  <teirllm@auburn.edu>
16982         * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
16983         that works correctly for Custom and that does not override a user
16984         who disables it.
16986         * help-mode.el (help-make-xrefs, help-xref-on-pp)
16987         (help-xref-interned, help-follow): Make hyperlinks for variables
16988         that are unbound, but have a non-nil variable-documentation property.
16990         * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
16991         mode hook.  (It conflicted with defcustoms for some mode hooks.)
16992         Use the `variable-documentation' property to give the mode hook a
16993         docstring and expand that docstring.
16995 2005-11-14  Hrvoje Niksic  <hniksic@xemacs.org>
16997         * savehist.el (savehist-mode): Don't bother with
16998         `custom-set-minor-mode'.
16999         (savehist-coding-system): Check XEmacs version.
17000         (history-length): Declare also at run time.
17001         (savehist-mode): Don't emit a message.  Don't run the minor mode hook.
17002         Don't set the customize state.
17003         (savehist-minibuffer-hook): Special case for when
17004         minibuffer-history-variable is equal to t.
17006 2005-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
17008         * files.el (write-file): Refresh VC status.
17010         * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
17011         (mark-diary-entries, make-diary-entry): Check default-major-mode rather
17012         than fundamental-mode to see if the mode was set.
17014 2005-11-14  Romain Francoise  <romain@orebokech.com>
17016         * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
17017         dummy function in `eval-when-compile' to avoid compiler warning.
17018         Require `man' at compile time.
17020 2005-11-14  Jay Belanger  <belanger@truman.edu>
17022         * calc-alg.el (calcFunc-write-out-power): Rename it to
17023         calcFunc-powerexpand.
17024         (math-write-out-power): Rename it to math-powerexpand; have it
17025         handle negative exponents.
17026         (calc-writeoutpower): Rename it to calc-powerexpand.
17028         * calc-ext.el: Change calcFunc-writeoutpower and
17029         calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
17030         autoloads.
17031         Add calcFunc-ldiv to autoloads.
17033         * calc-arith.el (calcFunc-ldiv): New function.
17035         * calc.el (calc-left-divide): New function.
17037 2005-11-14  Juri Linkov  <juri@jurta.org>
17039         * cus-edit.el (custom-variable-prompt): Set the default value arg
17040         of completing-read.
17042         * cus-dep.el (custom-make-dependencies): Reverse the list of
17043         found dependencies.
17045 2005-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
17047         * menu-bar.el (menu-bar-options-menu): Delete "Syntax
17048         Highlighting" entry, it is on by default now.
17049         (menu-bar-options-save): Do not save global-font-lock-mode.
17051 2005-11-13  Richard M. Stallman  <rms@gnu.org>
17053         * textmodes/flyspell.el (flyspell-large-region):
17054         Call flyspell-accept-buffer-local-defs.
17056 2005-11-13  Agustin Martin  <agustin.martin@hispalinux.es>
17058         * textmodes/flyspell.el (flyspell-notify-misspell):
17059         Fix misspelling of "Misspelling".
17060         (flyspell-process-localwords): New function.
17061         (flyspell-large-region): Call flyspell-process-localwords and
17062         flyspell-delete-region-overlays.
17063         (flyspell-delete-region-overlays): New function.
17064         (flyspell-delete-all-overlays): Call that.
17066 2005-11-13  Richard M. Stallman  <rms@gnu.org>
17068         * help.el (help-for-help-internal): Improve doc of C-h a.
17069         (describe-key): Improve prompt; doc fix.
17071 2005-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
17073         * vc-svn.el (vc-svn-registered): Catch all errors.
17075         * cus-dep.el (custom-make-dependencies): Typo.
17077 2005-11-13  Michael Albinus  <michael.albinus@gmx.de>
17079         * net/tramp-util.el (top): Fix compilation warning.
17081 2005-11-13  Kim F. Storm  <storm@cua.dk>
17083         * help.el (help-for-help-internal): Fix `a' entry.  Add `d' entry.
17085 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
17087         * progmodes/gud.el (gud-menu-map): Move parentheses (again).
17088         (gud-speedbar-buttons): Match on "const char *" too.
17090         * progmodes/gdb-ui.el (gdb-var-create-handler)
17091         (gdb-var-list-children-handler): Match on "const char *" too.
17092         (gdb-var-evaluate-expression-handler): Match on empty string.
17093         (gdb-var-update-handler): Only call
17094         gdb-var-evaluate-expression-handler when required.
17096 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
17098         * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
17099         selected window.  This still doesn't work for speedbar.
17100         (gud-speedbar-buttons): Handle string expressions properly.
17102         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
17103         (gdb-var-create-handler): Handle string expressions properly.
17104         (gdb-var-list-children-regexp, gdb-var-list-children-handler):
17105         Handle string expressions properly.  Move "type" field into regexp.
17107 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
17109         * bookmark.el (bookmark-maybe-message): New function to reduce
17110         code duplication: invokes `message' iff baud-rate is high enough.
17111         (bookmark-write-file): Use above instead of an inline conditional.
17112         (bookmark-load): Same.
17114 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
17116         * bookmark.el (bookmark-write-file): Don't visit the destination
17117         file, just write the data to it using write-region.  This is
17118         similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
17119         change to avoid visiting the file in the first place.
17121 2005-11-12  Chong Yidong  <cyd@stupidchicken.com>
17123         * hi-lock.el (hi-lock-mode): Set the default value of
17124         font-lock-defaults.
17126 2005-11-11  Luc Teirlinck  <teirllm@auburn.edu>
17128         * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
17129         arg to `file-attributes'.
17130         (find-lisp-format): The UID and GID can now be strings.
17132 2005-11-12  Kim F. Storm  <storm@cua.dk>
17134         * help.el (help-map): Bind C-h d to apropos-documentation.
17136         * simple.el (what-cursor-position): Print (EOB) instead of (100%)
17137         when point is at end-of-buffer.
17139         * apropos.el (apropos-match-face): Doc fix.
17140         (apropos-sort-by-scores): Add new choice `verbose'.
17141         (apropos-documentation-sort-by-scores): New defcustom.
17142         (apropos-pattern): Now contains the pattern entered by the user.
17143         (apropos-pattern-quoted): New defvar.
17144         (apropos-regexp): New defvar, containing the regexp corresponding
17145         to apropos-pattern.
17146         (apropos-all-words-regexp): Rename from apropos-all-regexp.
17147         (apropos-read-pattern): New defun.  Use it to read pattern arg in
17148         interactive calls; returns list of words for a word list, and
17149         string for a regexp.
17150         (apropos-parse-pattern): Rename from apropos-rewrite-regexp.  Now
17151         parses a list of words or regexp as returned by apropos-read-pattern.
17152         (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
17153         (apropos-score-doc): Return a very high score if the string
17154         entered by the user matches literally.
17155         (apropos-variable): Doc fix.  Use apropos-read-pattern.
17156         (apropos-command): Doc fix.  Use apropos-read-pattern and
17157         apropos-parse-pattern.  Call apropos-print with nosubst=t.
17158         (apropos, apropos-value): Doc fix.  Use apropos-read-pattern and
17159         apropos-parse-pattern.
17160         (apropos-documentation): Doc fix.  Use apropos-read-pattern and
17161         apropos-parse-pattern.  Locally bind apropos-sort-by-scores to
17162         apropos-documentation-sort-by-scores.  Call apropos-print with
17163         nosubst=t.
17164         (apropos-documentation-internal): Pass doc string through
17165         substitute-key-definition before adding text properties.
17166         Highlight substring matching literal user input if possible.
17167         (apropos-documentation-check-doc-file): Remove locals beg and end.
17168         Fix calculation of score (as added twice).  Pass doc string through
17169         substitute-key-definition before adding text properties.
17170         (apropos-documentation-check-elc-file): Pass doc string through
17171         substitute-key-definition before adding text properties.
17172         Highlight substring matching literal user input if possible.
17173         (apropos-print): Add new arg NOSUBST; if set, command and variable
17174         doc strings have already been passed through substitute-key-definition.
17175         Add code to handle apropos-accumulator items without score element
17176         for backwards compatibility (e.g. with woman package).
17177         Only show scores if apropos-sort-by-scores is `verbose'.
17179 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17181         * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
17182         Add jka-compr-load-suffixes to load-suffixes.
17184         * jka-compr.el: Require jka-cmpr-hook.
17185         (jka-compr-info-compress-message, jka-compr-info-compress-program)
17186         (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
17187         (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
17188         (jka-compr-info-can-append, jka-compr-info-strip-extension)
17189         (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
17190         (jka-compr-info-regexp): Remove.  Provided by jka-cmpr-hook.
17191         (jka-compr-uninstall): Remove entries from
17192         jka-compr-added-to-file-coding-system-alist after they are used.
17193         (jka-compr-error): Remove unused var `curbuf'.
17194         (jka-compr-file-local-copy): Remove unused var `notfound'.
17196 2005-11-10  Romain Francoise  <romain@orebokech.com>
17198         * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
17200 2005-11-11  Nick Roberts  <nickrob@snap.net.nz>
17202         * progmodes/gud.el (gud-menu-map): Move parentheses.
17203         (gdb): New command gud-pv.
17205 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17207         * tar-mode.el: Remove spurious or unnecessary leading stars
17208         in docstrings.
17209         (tar-header-block-tokenize): Also obey default-file-name-coding-system.
17210         (tar-parse-octal-integer-safe): Use mapc.
17211         (tar-header-block-summarize): Remove unused var `ck'.
17212         (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
17213         cleared before.  Obey default-enable-multibyte-characters.
17214         Use mapconcat.  Simplify setting of tar-header-offset.
17215         (tar-mode-map): Move initialization inside delcaration.
17216         (tar-flag-deleted): Use `abs'.
17217         (tar-expunge-internal): Remove unused var `line'.
17218         (tar-expunge-internal): Don't hardcode point-min==1.
17219         (tar-expunge): Widen while doing set-buffer-multibyte.
17220         (tar-rename-entry): Use file-name-coding-system.
17221         (tar-alter-one-field): Don't hardcode point-min==1.
17222         (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
17223         (tar-pad-to-blocksize): Don't hardcode point-min==1.  Clarify the code.
17225 2005-11-10  Masatake YAMATO  <jet@gyve.org>
17227         * add-log.el (add-log-current-defun): Handle class::method
17228         notation of c++.  Fix incorrect comment.
17230 2005-11-10  Alan Mackenzie  <acm@muc.de>
17232         * help-fns.el (describe-variable): Make C-h v work when a variable
17233         has variable documentation yet is unbound.
17235 2005-11-10  Masatake YAMATO  <jet@gyve.org>
17237         * man.el (Man-highlight-references): Set an empty
17238         string to `Man-arguments' if it is nil.
17239         Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
17241 2005-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
17243         * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
17244         commenting conventions.
17246         * cus-dep.el (custom-make-dependencies): Simplify.
17247         Better follow the commenting conventions.
17249 2005-11-09  Richard M. Stallman  <rms@gnu.org>
17251         * apropos.el (apropos-pattern): Rename from apropos-regexp.
17252         (apropos-orig-pattern): Rename from apropos-orig-regexp.
17253         All uses changed.
17254         (apropos-rewrite-regexp): Doc fix.
17255         (apropos-variable, apropos-command, apropos, apropos-value):
17256         Change prompt; carry through the argument renaming.
17258 2005-11-09  Luc Teirlinck  <teirllm@auburn.edu>
17260         * find-lisp.el: Require dired.
17261         (find-lisp-find-dired-internal): Do not call
17262         `abbreviate-file-name' on DIR.
17264 2005-11-10  Nick Roberts  <nickrob@snap.net.nz>
17266         * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
17268 2005-11-09  Nick Roberts  <nickrob@snap.net.nz>
17270         * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
17271         when using the speedbar.
17272         (gdb): New command gud-pp.
17273         (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
17275 2005-11-09  Juri Linkov  <juri@jurta.org>
17277         * replace.el (occur-excluded-properties): New defcustom.
17278         (occur-1, occur-engine, occur-accumulate-lines): Use it.
17280 2005-11-08  Jay Belanger  <belanger@truman.edu>
17282         * calc/calc-units.el (math-convert-units): Replace any composite
17283         unit by its definition.
17285 2005-11-08  Lars Hansen  <larsh@soem.dk>
17287         * emacs-lisp/autoload.el (update-directory-autoloads):
17288         Add obsolete function alias.
17290 2005-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
17292         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
17293         comment-indent-function.
17294         (lisp-comment-indent): Replace by an alias for comment-indent-default.
17296         * reveal.el (reveal-post-command): Rework the handling of
17297         reveal-open-spots, so as to be more reliable.  There were several
17298         tricky corner cases where an open spot might be lost, or where
17299         a closed spot might end up on the list of open spots.
17300         Only reveal text that's ellipsised.
17302 2005-11-07  Carsten Dominik  <dominik@science.uva.nl>
17304         * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
17306 2005-11-07  John Paul Wallington  <jpw@gnu.org>
17308         * ibuffer.el (ibuffer): Search iconified frames too when
17309         getting Ibuffer buffer's window.
17311 2005-11-06  Richard M. Stallman  <rms@gnu.org>
17313         * progmodes/compile.el (compilation-internal-error-properties):
17314         save-excursion around the computation of MARKER.
17316 2005-11-06  Piet van Oostrum  <piet@cs.uu.nl>
17318         * textmodes/flyspell.el (flyspell-external-point-words):
17319         flyspell-get-word returns a list, not just a string.
17321 2005-11-06  John Paul Wallington  <jpw@pobox.com>
17323         * ibuffer.el (ibuffer): Search all visible frames when getting
17324         Ibuffer buffer's window.
17326 2005-11-07  Masatake YAMATO  <jet@gyve.org>
17328         * man.el (Man-reference-regexp): Accept spaces between
17329         `Man-name-regexp' and `Man-section-regexp'.
17330         (Man-apropos-regexp): New variable.
17331         (Man-abstract-xref-man-page): Use value for `Man-target-string'
17332         if available.
17333         (Man-highlight-references, Man-highlight-references0):
17334         Handle the case when `Man-arguments' includes "-k".
17335         (Man-highlight-references0): Rename the argument `TARGET-POS' to
17336         `TARGET'. `TARGET' can be a number, function or nil.
17338 2005-11-06  Nick Roberts  <nickrob@snap.net.nz>
17340         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
17341         (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
17342         (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
17343         (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
17344         (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
17345         (gdb-send-item): Use buffer-local-value and simplify.
17347 2005-11-05  Luc Teirlinck  <teirllm@auburn.edu>
17349         * startup.el (command-line): Use `custom-reevaluate-setting' for
17350         `global-font-lock-mode'.
17352         * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
17353         by default, except in batch mode or when the -D option is given.
17355         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
17356         specified keyword args on to `define-minor-mode'.  Update docstring.
17358 2005-11-05  Romain Francoise  <romain@orebokech.com>
17360         * replace.el (occur-engine): Add marker at end of line, too.
17362 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
17364         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
17365         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
17366         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
17367         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
17368         argument to all these routines, so the passphrase can be managed
17369         externally and passed in to the system.
17370         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
17371         pgg-add-passphrase-to-cache function.
17373         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
17374         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
17375         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
17376         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
17377         argument to all these routines, so the passphrase can be managed
17378         externally and passed in to the system.
17379         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
17380         function.
17382 2005-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
17384         * font-lock.el: Don't deal with font-lock-face-attributes here,
17385         move the code ...
17387         * startup.el (command-line): ... here.  Use face-spec-set instead
17388         of custom-declare-face.
17390         * faces.el (face-spec-set): Reset the face if spec is not nil.
17392 2005-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
17394         * newcomment.el (comment-region-internal): Box more tightly in the
17395         common case where there's no TAB in the boxed text.
17397 2005-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17399         * info.el (info-tool-bar-map): Use images prev-node, next-node and
17400         up-node.
17402 2005-11-04  Ulf Jasper  <ulf.jasper@web.de>
17404         * newsticker.el: Commentary updated.  Code formatting changed.
17405         (newsticker-version): Change to "1.9".
17406         (newsticker, newsticker-feed): Doc fix.
17407         (newsticker-url-list): Doc fix.  Add option "Weekly".
17408         (newsticker-retrieval-interval): Add option "Weekly".
17409         (newsticker-headline-processing): Doc fix.
17410         (newsticker-auto-mark-filter): Remove.
17411         (newsticker-auto-mark-filter-list): New.
17412         (newsticker-layout, newsticker-sort-method): Doc fix.
17413         (newsticker-hide-old-items-in-newsticker-buffer)
17414         (newsticker-heading-format, newsticker-item-format)
17415         (newsticker-desc-format): Doc fix.
17416         (newsticker-show-all-rss-elements): Remove.
17417         (newsticker-show-all-news-elements): New.
17418         (newsticker-faces, newsticker-ticker): Doc fix.
17419         (remove-from-invisibility-spec): Code formatting.
17420         (newsticker--process-ids): New.
17421         (newsticker-mode): Doc fix.
17422         (newsticker-mode): Change mode-line-format.
17423         (newsticker-start): Remove debug output.
17424         (newsticker-start-ticker): Doc fix.  Add autoload cookie.
17425         (newsticker-w3m-show-inline-images): Code formatting.
17426         (newsticker-next-item): Call `force-mode-line-update'.
17427         (newsticker-previous-item): Call `force-mode-line-update'.
17428         (newsticker-next-feed): Call `force-mode-line-update'.
17429         (newsticker-previous-feed): Call `force-mode-line-update'.
17430         (newsticker-mark-all-items-at-point-as-read): Code formatting.
17431         (newsticker-show-old-items): Do not show descs.
17432         (newsticker-hide-entry): Hide too much.
17433         (newsticker-hide-entry, newsticker-show-entry)
17434         (newsticker-toggle-auto-narrow-to-feed): Code formatting.
17435         (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
17436         (newsticker-toggle-auto-narrow-to-item): Code formatting.
17437         (newsticker-set-auto-narrow-to-item): Update buffer immediately.
17438         (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
17439         (newsticker-get-news): Call `force-mode-line-update'.
17440         Collect process ids.
17441         (newsticker--sentinel): Change coding system handling.
17442         Move image retrieval to new functions newsticker--get-logo-url-*.
17443         Move feed parsing to new functions newsticker--parse-*.
17444         Update list of process ids.
17445         (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
17446         (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
17447         (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
17448         (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
17449         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
17450         (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
17451         (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
17452         (newsticker--decode-coding-string): Remove.
17453         (newsticker--decode-numeric-entities): Check input.  Format code.
17454         (newsticker--remove-whitespace): Check input.
17455         (newsticker--do-forget-preformatted): Doc fix.
17456         (newsticker--decode-rfc822-date): Allow for missing time.
17457         (newsticker--update-process-ids): New.
17458         (newsticker--image-sentinel): Change comment.
17459         (newsticker--image-read): Change error message.
17460         (newsticker--imenu-goto): Doc fix.  Show headline title.
17461         (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
17462         (newsticker--buffer-do-insert-text): Clean whitespace in
17463         html-rendered headline title.  Code formatting.
17464         Call `newsticker--buffer-print-extra-elements'.
17465         (newsticker--buffer-print-extra-element): Remove.
17466         (newsticker--buffer-print-extra-elements): New.
17467         (newsticker--buffer-do-print-extra-element): New.
17468         (newsticker--buffer-insert-enclosure): Doc fix.  Use MBytes for
17469         large sizes.
17470         (newsticker--run-auto-mark-filter)
17471         (newsticker--do-run-auto-mark-filter):
17472         Use `newsticker-auto-mark-filter-list'.
17474 2005-11-04  Ryan Yeske  <rcyeske@gmail.com>
17476         * net/rcirc.el: Use split-string OMIT-NULLS argument.
17477         (rcirc-print): Force redisplay before running hooks.  Do long
17478         buffer truncation after making new text read-only.  Deal with nil
17479         text when decoding strings.  If TARGET is nil, use either the
17480         currently selected buffer, if it is an rcirc buffer and of the
17481         same process or the process buffer.
17482         (rcirc-mode): Remove header-line.  Recompute short buffer names.
17483         Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
17484         (rcirc-short-buffer-name): Add variable.
17485         (rcirc-kill-buffer-hook): Recompute short buffer names.
17486         Remove nick from private channel.
17487         (rcirc-send-input): Send command text to current-buffer.
17488         Don't clear overlay arrow here.
17489         (rcirc-short-buffer-name): Return a short buffer name.
17490         (rcirc-update-short-buffer-names, rcirc-abbreviate)
17491         (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
17492         buffer-name abbreviations.
17493         (rcirc-kill-buffer-hook-1): Split to make debugging easier.
17494         Do not touch nick-table when killing a parted channel.
17495         (rcirc-window-configuration-change): Rename from rcirc-update-activity.
17496         Clear arrow from current buffer if it is now hidden.
17497         (rcirc-current-buffer): Add variable.
17498         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
17499         (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
17500         Remove -face from names.
17501         (rcirc-update-activity-string): Print "DND" when globally ignoring
17502         activity.
17503         (rcirc-ignore-buffer-activity-flag): Rename from
17504         rcirc-ignore-channel-activity.
17505         (rcirc-ignore-all-activity-flag): Doc fix.
17506         (rcirc-channels): Remove variable.
17507         (rcirc-kill-buffer-hook):
17508         (rcirc-get-buffer-create): Add nick to private channel.
17509         (rcirc-multiline-edit-submit): Remove tabs.
17510         (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
17511         folded.
17512         (rcirc-remove-nick-channel): Bug fix.
17513         (rcirc-toggle-ignore-buffer-activity): Rename from
17514         rcirc-toggle-ignore-channel-activity.
17515         (rcirc-record-activity): Add buffers to the front of the list.
17516         (rcirc-update-activity): Remove killed buffers from list.
17517         (rcirc-process-server-response-1): Remove last argument if it is
17518         null before calling handler.
17519         (rcirc): Add "rcirc" defcustom prefix.
17520         (rcirc-prompt): Simplify default prompt.
17521         Use custom-initialize-default.
17522         (rcirc-private-chats): Remove variable.
17523         (rcirc-prompt): Change initialization.
17524         (rcirc-version): Remove function.
17525         (rcirc-id-string): Add constant.
17526         (rcirc-last-buffer): Remove variable.
17527         (rcirc-buffer-alist): Add variable.
17528         (rcirc-connect): Update variable setup.
17529         (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
17530         (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
17531         default.
17532         (rcirc-handler-generic): Trigger activity.
17533         (rcirc-send-message): Create the buffor of the target.
17534         (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
17535         (rcirc-get-buffer): Just return nil if there is no matching buffer.
17536         (rcirc-multiline-edit-cancel): Remove function.
17537         (rcirc-set-last-buffer): Remove function.
17538         (rcirc-get-any-buffer): Add function.
17539         (rcirc-join-channels): Don't print /join text.
17540         (rcirc-toggle-ignore-channel-activity): Add and update echo area
17541         messages.
17542         (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
17543         (rcirc-handler-NOTICE): Recognize CTCP responses.
17544         (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
17545         constructing TOPIC string for buffers we are not JOINed.
17546         (rcirc-handler-CTCP-response): Add handler.
17547         (rcirc-multiline-edit-submit): Restore the window-configuration
17548         before adjusting point.
17549         (rcirc): Add customization group.
17550         (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
17551         (rcirc-user-full-name, rcirc-startup-channels-alist)
17552         (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
17553         (rcirc-ignore-all-activity-flag, rcirc-time-format)
17554         (rcirc-input-ring-size, rcirc-read-only-flag)
17555         (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
17556         (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
17557         Change defvar to defcustom.
17558         (rcirc-update-prompt): Add optional ALL arg, which will update
17559         prompts in all rcirc buffers.  Regexp quote replacement text.
17560         (rcirc-fill-column): Accept frame-width as a value.
17561         (rcirc-set-changed): Add function.
17562         (rcirc-next-active-buffer): Write more meaningful messages.
17563         (rcirc-faces): Add customization group.
17564         (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
17565         (rcirc-nick-in-message-face, rcirc-prompt-face)
17566         (rcirc-mode-line-nick-face): Move into rcirc-faces group.
17567         (with-rcirc-process-buffer): Move before first usage.
17568         (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
17569         (rcirc-debug-flag): Rename from `rcirc-log-p'.
17570         (rcirc-debug): Rename from `rcirc-log'.
17571         (rcirc-format-response-string): Do not print `-' chars for a
17572         NOTICE with no sender.  Simplify output of server responses.
17574 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
17576         (rcirc-browse-url-map, rcirc-browse-url-at-point)
17577         (rcirc-browse-url-at-mouse, rcirc-mangle-text):
17578         Make urls mouse and RET clickable.
17580 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
17582         * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
17584 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
17586         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
17587         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
17588         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
17589         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
17590         argument to all these routines, so the passphrase can be managed
17591         externally and passed in to the system.
17592         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
17593         pgg-add-passphrase-to-cache function.
17595         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
17596         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
17597         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
17598         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
17599         argument to all these routines, so the passphrase can be managed
17600         externally and passed in to the system.
17601         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
17602         function.
17604 2005-11-04  Edward O'Connor  <hober0@gmail.com>  (tiny change)
17606         * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
17607         from goto-address-url-regexp.
17609 2005-11-04  Carsten Dominik  <dominik@science.uva.nl>
17611         * textmodes/org.el (org-read-date, org-goto-calendar)
17612         (org-recenter-calendar, org-agenda-goto-calendar):
17613         Temporarily clear `calendar-move-hook'.
17615 2005-11-04  Michael Kifer  <kifer@cs.stonybrook.edu>
17617         * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
17618         merging.
17620         * ediff-util.el (ediff-previous-difference): Don't skip regions that
17621         have merge clashes.
17623 2005-11-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17625         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
17626         Undo previous change.
17628         * startup.el (command-line): Use `custom-reevaluate-setting' for
17629         mouse-wheel-down-event and mouse-wheel-up-event.  Don't call
17630         tty-register-default-colors on Mac.
17632 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
17634         * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
17635         (gdb-buffer-type): Make it automatically buffer local...
17636         (gdb-get-create-buffer): ...and set it accordingly.
17637         (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
17638         actually work.
17640 2005-11-03  Dan Nicolaescu  <dann@ics.uci.edu>
17642         * font-lock.el (font-lock-warning-face): Use the more vivid red1,
17643         not red.
17645 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
17647         * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
17648         case GUD buffer is not visible.
17649         (gdb-goto-breakpoint): Try to force display in source buffer.
17650         (gdb-frame-gdb-buffer): Copy other similar functions.
17651         (gdb-restore-windows): Don't display source if not asked for.
17652         (gdb-assembler-buffer-name): Don't capitalise.
17654 2005-11-03  Richard M. Stallman  <rms@gnu.org>
17656         * wid-edit.el (key-sequence): New widget type.
17658         * simple.el (set-mark-command-repeat-pop): New variable.
17659         (set-mark-command): Only interpret plan C-@ after a pop as a pop
17660         if set-mark-command-repeat-pop is true.
17662         * info.el (Info-fontify-node): Don't display extra "see" if there
17663         already is one here.
17665         * mouse.el: Fix special handling of DEL after dragging a region:
17666         (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
17667         (mouse-region-delete-keys): Change to defcustom.  Add [backspace].
17669         * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
17671         * textmodes/ispell.el (ispell-command-loop): Change `i' description
17672         not to assume it pertains to an affix.
17674         * textmodes/flyspell.el (flyspell-post-command-hook):
17675         Bind deactivate-mark to prevent deactivation.
17677 2005-11-03  Lars Hansen  <larsh@soem.dk>
17679         * dired-x.el: Add menu bindings for dired-do-find-marked-files,
17680         dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
17681         dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
17683 2005-11-03  Romain Francoise  <romain@orebokech.com>
17685         * net/eudcb-mab.el: Now part of GNU Emacs.  Update FSF's address.
17686         Update copyright years.
17688 2005-11-03  Sam Steingold  <sds@gnu.org>
17690         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
17691         Use system-type instead of window-system because window-system is not
17692         correctly defined during loadup.
17694 2005-11-02  Mark A. Hershberger  <mah@everybody.org>
17696         * xml.el (xml-syntax-table): Allow xml.el to compile in XEmacs.
17697         (xml-parse-tag): Join strings separated by a comment properly.
17699 2005-11-02  Andreas Schwab  <schwab@suse.de>
17701         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
17703 2005-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
17705         * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
17706         (byte-optimize-pure-func): Quote the eval'd value.
17708         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
17709         Rename from perl-font-lock-syntactic-face-function.
17710         Change the calling convention so it can be used as a font-lock MATCHER.
17711         Do the parse-partial-sexp loop outselves.
17712         (perl-font-lock-syntactic-keywords): Use it.
17713         (perl-mode): Don't set font-lock-syntactic-face-function any more.
17715 2005-11-02  Nick Roberts  <nickrob@snap.net.nz>
17717         * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
17718         disassembly buffer too.
17719         (gdb-exited): Remove overlay arrows when execution has finished.
17720         (gdb-info-frames-custom, gdb-info-threads-custom)
17721         (gdb-info-registers-custom): Don't add inappropriate text
17722         properties if inferior is not active.
17724 2005-11-02  Glenn Morris  <rgm@gnu.org>
17726         * progmodes/fortran.el (fortran-blink-match):
17727         Use `blink-matching-delay'.
17729 2005-11-02  John Mongan  <jmongan@mccammon.ucsd.edu>  (tiny change)
17731         * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
17733 2005-11-02  Lars Hansen  <larsh@soem.dk>
17735         * net/tramp.el (tramp-action-out-of-band): Handle scp message
17736         "Permission denied".
17738 2005-11-01  Richard M. Stallman  <rms@gnu.org>
17740         * textmodes/flyspell.el (flyspell-external-point-words):
17741         Pass nil to flyspell-get-word.
17743 2005-11-02  Kim F. Storm  <storm@cua.dk>
17745         * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
17746         item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
17748 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
17750         * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
17751         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
17752         (calendar-mouse-print-dates): Add optional `event' argument.
17753         Update interactive-spec.
17754         (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
17755         Use `calendar-event-to-date' instead of `event'.
17757 2005-11-02  Masatake YAMATO  <jet@gyve.org>
17759         * progmodes/ld-script.el (ld-script-builtins):
17760         Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
17761         "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
17762         (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
17764 2005-11-01  Romain Francoise  <romain@orebokech.com>
17766         * vc-sccs.el: Update copyright year.
17767         * ezimage.el: Likewise.
17769 2005-11-01  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>  (tiny change)
17771         * info.el (Info-fontify-node): Use `string-width' for fontifying
17772         underlined titles.
17774 2005-11-01  Juri Linkov  <juri@jurta.org>
17776         * info.el (Info-fontify-node): Downcase node header keywords Node,
17777         Prev, Next, Up before comparison.
17778         (Info-history): Insert absolute directory name, and put invisible
17779         property on it.
17781 2005-11-01  Juri Linkov  <juri@jurta.org>
17783         * info.el (Info-file-supports-index-cookies): New variable.
17784         (Info-find-node-2): Check makeinfo version for index cookie support.
17785         (Info-index-nodes): Search for nodes with index cookies only when
17786         Info-file-supports-index-cookies is t.  Otherwise, search nodes
17787         with "Index" in the node name.
17788         (Info-index-node): Search index cookie in the current node only when
17789         Info-file-supports-index-cookies is t.  Otherwise, check the word
17790         "Index" in the node name.
17791         (Info-find-emacs-command-nodes): Remove code that searches nodes
17792         with "Index" node name in the top menu.
17794 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
17796         * progmodes/scheme.el (scheme-mode-variables): Use the default
17797         comment-indent-function.
17799         * faces.el (face-attribute): Handle the case where a face inherits from
17800         a non-existent face.
17802         * simple.el (eval-expression-print-format): Use lisp-readable syntax
17803         for octal and hexa output, and merge the char into the paren.
17804         (kill-new): Use push.
17805         (copy-to-buffer): Use with-current-buffer.
17806         (completion-setup-function): Move code in loop to remove redundancy.
17807         (minibuffer-local-must-match-map): Don't add bindings that duplicate
17808         those inherited from minibuffer-local-completion-map.
17810         * savehist.el (savehist-mode) <defcustom>:
17811         Use custom-set-minor-mode if available.
17812         (savehist-mode) <defun>: Run the minor mode hook, set the custom state
17813         and emit a message if applicable.
17815 2005-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
17817         * savehist.el: Sync up to version 19.
17818         (savehist-mode): New minor mode.
17819         (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
17820         (savehist-length): Remove (use history-length instead).
17821         (savehist-file-modes): Rename from savehist-modes.
17822         (savehist-save-hook, savehist-loaded): New vars.
17823         (savehist-load): Use savehist-mode.  Try to smooth up transition from
17824         old format to new format.
17825         (savehist-install): Allow savehist-autosave-interval to be nil.
17826         (savehist-save): Run the new hook.  Be more careful to only trim the
17827         history variables.
17828         (savehist-trim-history): New fun.  Replaces savehist-process-for-saving.
17829         (savehist-printable): Print into a buffer rather than char-by-char.
17831 2005-11-01  John Wiegley  <johnw@newartisans.com>
17833         * iswitchb.el (iswitchb-define-mode-map): Re-enable the
17834         toggle-ignore keybinding (C-a).  The author said it had been
17835         disabled much earlier due to a possible incompatibility, but after
17836         many months of usage I have encountered no problems (and it is a
17837         rather useful option, especially for switching to " *temp*").
17839         * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
17840         support for OS/X's AddressBook, by calling out to the open source
17841         program "contacts" (installable through Fink).
17843         * net/eudc.el (eudc-expand-inline): If the
17844         `eudc-multiple-match-handling-method' is set to `all', delete the
17845         query string before inserting the query result.
17847         * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
17848         flag, to prevent Eshell from using the system ls when
17849         `eshell-ls-insert-directory' is in used.
17850         (eshell-ls-insert-directory): Disable font-lock in directory
17851         buffer so that Eshell's own fontification is seen.  This broke
17852         recently due to changes in font-lock, so this goes back to version
17853         21 behavior.
17855 2005-11-01  Nick Roberts  <nickrob@snap.net.nz>
17857         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
17858         (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
17859         (gdb-many-windows): Doc fix.
17861 2005-10-31  Romain Francoise  <romain@orebokech.com>
17863         * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
17865 2005-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
17867         * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
17868         that global-font-lock-mode can be enabled by default.
17870         * font-lock.el (font-lock-keywords, font-lock-mode-internal)
17871         (font-lock-add-keywords, font-lock-remove-keywords)
17872         (font-lock-fontify-buffer): Remove autoload cookies.
17874         * jit-lock.el (jit-lock-register): Likewise.
17876         * emacs-lisp/syntax.el (syntax-ppss): Likewise.
17878 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
17880         * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
17881         intact if there is no gud-comint-buffer.
17883 2005-10-31  Luc Teirlinck  <teirllm@auburn.edu>
17885         * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
17886         old prompt comint-prompt-read-only is t and GDB commands are
17887         issued from tool bar etc.
17889 2005-10-31  Masatake YAMATO  <jet@gyve.org>
17891         * vc.el (vc-directory-exclusion-list): Add "{arch}".
17893 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
17895         * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
17896         (thumbs-thumbsdir): Make .emacs.d if it does not exist.
17898 2005-10-30  Michael Albinus  <michael.albinus@gmx.de>
17900         * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
17901         starting at beginning of line.  Fontification is messed up when
17902         `open-paren-in-column-0-is-defun-start' set to t.
17903         Reported by John Paul Wallington <jpw@pobox.com>.
17905 2005-10-30  Luc Teirlinck  <teirllm@auburn.edu>
17907         * comint.el (comint-send-input): Call `comint-update-fence' when
17908         `comint-process-echoes' and `comint-prompt-read-only' are both
17909         non-nil, to avoid leftover read-only newline.
17911 2005-10-30  Richard M. Stallman  <rms@gnu.org>
17913         * textmodes/flyspell.el (flyspell-external-point-words):
17914         Detect when WORD can't be checked properly because
17915         flyspell-get-word finds just part of it, and move on.
17917         * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
17918         boundarychar for Polish.
17919         (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
17920         (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
17922 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
17924         * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
17925         (gdb-registers-font-lock-keywords): Delete.
17926         (gdb-registers-mode): Don't fontify.
17927         (gdb-info-registers-custom): Use text properties instead as, in
17928         future, changed register values will use font-lock-warning-face.
17929         (gdb-local-font-lock-keywords): Rename to...
17930         (gdb-locals-font-lock-keywords): ...for consistency.
17932 2005-10-30  Andre Spiegel  <spiegel@gnu.org>
17934         * vc.el (vc-switch-backend): Better error message if the buffer is
17935         not visiting a file under version control.
17937         * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
17939 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
17941         * startup.el (command-line): Use ~/.emacs.d/init.el instead of
17942         ~/.emacs.d/.emacs.
17944 2005-10-29  Richard M. Stallman  <rms@gnu.org>
17946         * replace.el (occur-mode-mouse-goto): Always go to other window.
17947         (occur-mode-goto-occurrence): Always switch in same window.
17949         * simple.el (undo): Display message at end, not at start.
17951         * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
17952         New arg REUSE-CELL.
17953         (cancel-timer-internal): New function.
17954         (timer-event-handler): Use cancel-timer-internal,
17955         and pass the cell it returns to timer-activate...
17957         * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
17958         (jit-lock-deferred-fontify, jit-lock-context-fontify)
17959         (jit-lock-after-change): Test memory-full.
17961 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
17963         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
17964         part of the decoded armor to find the key-identifier.
17965         (pgg-gpg-lookup-key-owner): New function to return the
17966         human-readable identifier of a key owner.
17967         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
17968         key itself.
17969         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
17970         the key value) if we have a key and can match it against a secret
17971         key.  Also, added a note pointing out fact that the prompt only
17972         indicates the first matching key.
17974         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
17975         pgg-decrypt-region.
17976         (pgg-pending-timers): A new hash for tracking the passphrase cache
17977         timers, so that new ones supercede old ones.
17978         (pgg-add-passphrase-to-cache): Rename from
17979         `pgg-add-passphrase-cache' to reduce confusion (all callers
17980         changed).  Modified to cancel old timers when new ones are added.
17981         (pgg-remove-passphrase-from-cache): Rename from
17982         `pgg-remove-passphrase-cache' to reduce confusion (all callers
17983         changed).  Modified to cancel old timers when their keys are
17984         removed from the cache.
17985         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
17986         XEmacs, an indirection to delete-itimer.
17987         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
17988         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
17989         users can only check cache without risk of prompting.  Correct bug in
17990         notruncate behavior.
17991         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
17992         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
17993         Add informative docstrings.
17994         (pgg-decrypt): Convey provided passphrase in subordinate call to
17995         pgg-decrypt-region.
17997         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
17998         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
17999         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
18000         `passphrase' argument, so the passphrase can be managed externally
18001         and then passed in to the system.
18003         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
18004         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
18005         so the passphrase cache can be used reliably with identifiers
18006         besides a pgp packet's key id.
18008         * pgg-gpg.el (pgg-pgp-encrypt-region)
18009         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
18010         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
18011         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
18012         argument to all these routines, so the passphrase can be managed
18013         externally and passed in to the system.
18015         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
18016         `notruncate' argument, so the passphrase cache can be used
18017         reliably with identifiers besides a pgp packet's key id.
18019 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
18021         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
18022         symmetric encryption.
18023         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
18024         encrypted session key.
18025         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
18026         message ask for the passphrase in a proper way.
18028         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
18029         New user commands for symmetric encryption.
18031 2005-10-29  Roland Winkler  <roland.winkler@physik.uni-erlangen.de>
18033         * textmodes/conf-mode.el (conf-assignment-sign)
18034         (conf-assignment-regexp): Fix docstrings.
18035         (conf-mode-initialize): New function.
18036         (conf-mode): Remove optional args.  Use delay-mode-hooks to
18037         recognize recursive calls.
18038         (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
18039         (conf-space-mode, conf-colon-mode, conf-ppd-mode)
18040         (conf-xdefaults-mode): Use define-derived-mode and
18041         conf-mode-initialize.
18043 2005-10-29  Romain Francoise  <romain@orebokech.com>
18045         * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
18047 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
18049         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
18050         part of the decoded armor to find the key-identifier.
18051         (pgg-gpg-lookup-key-owner): New function to return the
18052         human-readable identifier of a key owner.
18053         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
18054         key itself.
18055         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
18056         the key value) if we have a key and can match it against a secret
18057         key.  Also, added a note pointing out fact that the prompt only
18058         indicates the first matching key.
18060         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
18061         pgg-decrypt-region.
18062         (pgg-pending-timers): A new hash for tracking the passphrase cache
18063         timers, so that new ones supercede old ones.
18064         (pgg-add-passphrase-to-cache): Rename from
18065         `pgg-add-passphrase-cache' to reduce confusion (all callers
18066         changed).  Modified to cancel old timers when new ones are added.
18067         (pgg-remove-passphrase-from-cache): Rename from
18068         `pgg-remove-passphrase-cache' to reduce confusion (all callers
18069         changed).  Modified to cancel old timers when their keys are
18070         removed from the cache.
18071         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
18072         XEmacs, an indirection to delete-itimer.
18073         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
18074         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
18075         users can only check cache without risk of prompting.  Correct bug in
18076         notruncate behavior.
18077         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
18078         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
18079         Add informative docstrings.
18080         (pgg-decrypt): Convey provided passphrase in subordinate call to
18081         pgg-decrypt-region.
18083 2005-10-20  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
18085         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
18086         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
18087         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
18088         `passphrase' argument, so the passphrase can be managed externally
18089         and then passed in to the system.
18091         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
18092         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
18093         so the passphrase cache can be used reliably with identifiers
18094         besides a pgp packet's key id.
18096         * pgg-gpg.el (pgg-pgp-encrypt-region)
18097         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
18098         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
18099         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
18100         argument to all these routines, so the passphrase can be managed
18101         externally and passed in to the system.
18103         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
18104         `notruncate' argument, so the passphrase cache can be used
18105         reliably with identifiers besides a pgp packet's key id.
18107 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
18109         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
18110         symmetric encryption.
18111         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
18112         encrypted session key.
18113         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
18114         message ask for the passphrase in a proper way.
18116         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
18117         New user commands for symmetric encryption.
18119 2005-10-28  Bill Wohler  <wohler@newt.com>
18121         * help-mode.el (help-url): New button type.  Calls browse-url.
18122         (help-xref-url-regexp): New regexp to recognize URLs in docstring.
18123         Similar to Info nodes: URL `url'.
18124         (help-make-xrefs): Create help-url buttons for
18125         help-xref-url-regexp matches.
18127 2005-10-29  Nick Roberts  <nickrob@snap.net.nz>
18129         * tool-bar.el (tool-bar-add-item-from-menu)
18130         (tool-bar-local-item-from-menu): Fix doc strings.
18132 2005-10-28  Romain Francoise  <romain@orebokech.com>
18134         * ldefs-boot.el: Update.
18136         * subr.el (locate-library): Move from help-fns.el.
18137         * help-fns.el (locate-library): Move to subr.el.
18139 2005-10-28  Richard M. Stallman  <rms@gnu.org>
18141         * net/tramp.el (tramp-completion-mode): defvar moved up.
18143         * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
18145         * tool-bar.el (tool-bar-mode): Delete autoload cookie.
18147         * files.el (find-file-noselect): Use %d to format large file size.
18149         * bindings.el (mode-line-format): Add %e.
18151         * loadup.el ("facemenu"): Load unconditionally.
18152         ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
18153         ("x-dnd"): Load, when appropriate.
18155         * startup.el (command-line): Call before-init-hook earlier.
18156         Warn about some bad characters in -u user name.
18158         * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
18159         (flyspell-external-point-words): Error if misspelled word is not found.
18160         Set flyspell-large-region-beg at end of word.
18162 2005-10-28  Andreas Schwab  <schwab@suse.de>
18164         * view.el (View-revert-buffer-scroll-page-forward):
18165         Use view-page-size-default.
18167 2005-10-28  Juri Linkov  <juri@jurta.org>
18169         * international/quail.el (quail-get-current-str): Translate last
18170         raw character for deterministic input methods.
18172 2005-10-27  Jay Belanger  <belanger@truman.edu>
18174         * calc/calc-ext.el: Add functions to autoloads.
18175         (math-identity-matrix-p, math-ident-row-p): New functions.
18177         * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
18178         multiplication by an identity matrix; don't turn multiplication by
18179         an inverse matrix into division.
18180         (math-div-symbol-fancy): Replace division by matrices with
18181         multiplication by inverse.
18183         * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
18185         * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
18186         (calc-writeoutpower): New functions.
18188 2005-10-27  Romain Francoise  <romain@orebokech.com>
18190         * replace.el (occur-engine): Include colon in mouse-face highlight.
18192         * dired-x.el: Change Maintainer field.
18194 2005-10-26  Chong Yidong  <cyd@stupidchicken.com>
18196         * longlines.el (longlines-mode): Bind after-change-functions to
18197         nil during initial decoding and final encoding.
18199 2005-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
18201         * term.el (term-emulate-terminal, term-handle-colors-array)
18202         (term-handle-ansi-escape): Specify the terminfo capabilities
18203         implemented.
18205 2005-10-26  Richard M. Stallman  <rms@gnu.org>
18207         * info.el (Info-fontify-node): Fix detection of sentence-break
18208         before *Note.
18210 2005-10-26  Romain Francoise  <romain@orebokech.com>
18212         * smerge-mode.el: Add `tools' to file keywords.
18214 2005-10-26  Nick Roberts  <nickrob@snap.net.nz>
18216         * progmodes/gud.el (gud-menu-map): Only display gud-until icon
18217         when the fringe is not available.
18219         * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
18220         (def-gdb-auto-update-trigger): Simplify construction.
18221         (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
18222         def-gdb-auto-updated-buffer as gdb-info-locals-handler is
18223         defined explicitly.
18224         (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
18225         def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
18226         defined explicitly.
18227         (gdb-info-locals-custom): Remove as it's a no-op.
18229 2005-10-25  Chong Yidong  <cyd@stupidchicken.com>
18231         * longlines.el (longlines-mode): Remove narrowing before
18232         performing the initial decoding or final encoding.
18234 2005-10-25  Romain Francoise  <romain@orebokech.com>
18236         * emacs-lisp/find-func.el (find-library-name): Also strip
18237         extension if library name ends in .el, to take advantage of
18238         `find-library-suffixes'.
18240 2005-10-25  Richard M. Stallman  <rms@gnu.org>
18242         * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
18244 2005-10-25  Juri Linkov  <juri@jurta.org>
18246         * textmodes/texinfo.el (texinfo-mode): Change charset of one
18247         quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
18249 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
18251         * play/blackbox.el (blackbox-mode-map): Move init into declaration.
18252         (blackbox-redefine-key): Add argument `map'.
18254         * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
18255         regions when moving the jit-lock-context-unfontify-pos boundary.
18257 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
18259         * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
18261 2005-10-25  Masatake YAMATO  <jet@gyve.org>
18263         * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
18265 2005-10-25  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>
18267         * play/blackbox.el (blackbox-redefine-key): New function.
18268         (blackbox-mode-map): Use it to remap existing bindings for cursor
18269         motion instead of binding literal keys.
18271 2005-10-25  Glenn Morris  <rgm@gnu.org>
18273         * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
18274         diary does not end in a newline.  Do not assume a blank line at
18275         the start of the diary file.
18277 2005-10-25  Kenichi Handa  <handa@m17n.org>
18279         * international/quail.el (quail-translate-key): If the input
18280         method is deterministic and failed to handle the last key, restart
18281         the key handling loop from an appropriate key.
18283 2005-10-25  Michael Albinus  <michael.albinus@gmx.de>
18285         * vc.el (vc-dired-mode): Extend comment for binding of
18286         `directory-listing-before-filename-regexp'.
18288 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
18290         * textmodes/texinfo.el (texinfo-mode):
18291         * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
18292         not to unnecessarily expose emacs-mule's internal char codes.
18294 2005-10-25  Nick Roberts  <nickrob@snap.net.nz>
18296         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
18297         Display hand pointer and help-echo on disabled icon too.
18298         (gdb-mouse-until): New function.
18299         (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
18301 2005-10-24  Chong Yidong  <cyd@stupidchicken.com>
18303         * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
18304         with 2005-10-23 change to doctor.el.
18306         * finder.el (finder-mode-map): Add follow-link binding.
18308 2005-10-25  Kim F. Storm  <storm@cua.dk>
18310         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
18311         to gdb-mouse-toggle-breakpoint-fringe.
18312         (gdb-mouse-toggle-breakpoint-margin): Rename from
18313         gdb-mouse-toggle-breakpoint.  Fix doc.
18314         (gdb-mouse-toggle-breakpoint-fringe): New defun.
18315         (gdb-put-string): Add optional SPROPS arg.  Add props to string.
18316         (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
18317         string properties also for fringe breakpoint bitmaps.
18319 2005-10-24  Carsten Dominik  <dominik@science.uva.nl>
18321         * textmodes/org.el (org-start-icalendar-file): Fix format form.
18323 2005-10-25  Masatake YAMATO  <jet@gyve.org>
18325         * simple.el (completion-common-substring):
18326         Use `completion-common-substring' prior to `completion-base-size'.
18328 2005-10-24  Hrvoje Niksic  <hniksic@xemacs.org>
18330         * savehist.el: Require CL while compiling.
18331         (savehist-history-variables): Remove.
18332         (savehist-save-minibuffer-history, savehist-additional-variables)
18333         (savehist-minibuffer-history-variables): New vars.
18334         (savehist-save): Use them.
18335         (savehist-uninstall, savehist-minibuffer-hook): New funs.
18336         (savehist-install): New fun, extracted from savehist-load.
18337         (savehist-load): Use them.
18339 2005-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18341         * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
18342         a dummy doc-string-elt property.
18343         (defalias, defvaralias, define-category): Add a docstring property.
18345         * image.el (defimage):
18346         * widget.el (define-widget):
18347         * custom.el (defface, defcustom): Add `doc-string' declaration.
18349         * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
18350         (defadvice): Add `doc-string' declaration.
18352         * emacs-lisp/byte-run.el (macro-declaration-function):
18353         Handle `doc-string' declarations.
18354         (define-obsolete-function-alias, define-obsolete-variable-alias):
18355         Add `doc-string' declaration.
18357 2005-10-24  Kenichi Handa  <handa@m17n.org>
18359         * international/utf-7.el (utf-7): Add autoload cookie.
18361         * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
18363 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
18365         * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
18366         list of directories passed to batch-update-autoloads.  Add "." to
18367         the list of the echoed directories.
18369         * pgg-def.el:
18370         * pgg-gpg.el:
18371         * pgg-parse.el:
18372         * pgg-pgp.el:
18373         * pgg-pgp5.el:
18374         * pgg.el: Moved here from the gnus subdirectory.
18376 2005-10-24  Nick Roberts  <nickrob@snap.net.nz>
18378         * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
18379         in case comint-prompt-read-only is set to t.
18381         * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
18382         in case comint-prompt-read-only is set to t.
18384 2005-10-24  Ulf Jasper  <ulf.jasper@web.de>
18386         * calendar/icalendar.el (icalendar-version): Increase to 0.13.
18387         Now a string.
18388         (icalendar-import-format): Handle CLASS, STATUS, URL.
18389         Rename `subject' to `summary'.
18390         (icalendar-import-format-summary): Rename from
18391         `icalendar-import-format-subject'.
18392         (icalendar-import-format-url, icalendar-import-format-status)
18393         (icalendar-import-format-class): New variables.
18394         (icalendar--rris): Take variable argument list.
18395         (icalendar--datestring-to-isodate): Remove unnecessary
18396         calendar-style check when converting dates with explicit month names.
18397         (icalendar-export-region): Change return type of conversion
18398         subroutines.  Bury current buffer unless error occurred.
18399         (icalendar--convert-to-ical)
18400         (icalendar--parse-summary-and-rest): New functions.
18401         (icalendar--convert-ordinary-to-ical)
18402         (icalendar--convert-weekly-to-ical)
18403         (icalendar--convert-yearly-to-ical)
18404         (icalendar--convert-block-to-ical)
18405         (icalendar--convert-cyclic-to-ical)
18406         (icalendar--convert-anniversary-to-ical): Change return type.
18407         Strip trailing blanks from subject.
18408         (icalendar--convert-sexp-to-ical): Change return type.
18409         Strip trailing blanks from subject.  Handle simple sexp
18410         entries as generated by icalendar.el.
18411         (icalendar--convert-float-to-ical)
18412         (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
18413         (icalendar-import-file): Doc fix.
18414         (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
18415         Correct call to icalendar--rris.
18416         (icalendar--convert-ical-to-diary): Doc fix.  Rename `subject' to
18417         `summary'.
18418         (icalendar--add-diary-entry): Rename `subject' to `summary'.
18420 2005-10-24  Romain Francoise  <romain@orebokech.com>
18422         * server.el (server-sentinel): Set query-on-exit flag to nil on
18423         new client processes (it isn't inherited from the server process).
18425         * replace.el (occur-engine): Rearrange text properties.
18427 2005-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
18429         * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
18430         case-fold-search is nil.
18431         (debug-help-follow): Use help-xref-interned directly.
18433 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
18435         * thumbs.el (thumbs-image-type): Add .pbm.
18437 2005-10-23  Richard M. Stallman  <rms@gnu.org>
18439         * faces.el (inhibit-face-set-after-frame-default): New variable.
18440         (set-face-attribute): Bind it.
18441         (face-set-after-frame-default): Test it.
18443         * help-fns.el (describe-simplify-lib-file-name): New function.
18444         (describe-function-1, describe-variable): Use it.
18446         * faces.el (describe-face): Use describe-simplify-lib-file-name.
18448         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
18449         Eliminate nil as possible value.
18450         (tooltip-hide-delay): Reduce internal-border-width.
18452         * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
18453         (menu-bar-file-menu) <new-file>: Likewise.
18455         * simple.el (line-move-finish): Ignore fields computing LINE-END.
18457         * international/mule.el (load-with-code-conversion):
18458         Pass full file name to `eval-buffer' unless preloading.
18460         * textmodes/flyspell.el (flyspell-large-region):
18461         Call ispell-check-version.
18463         * textmodes/ispell.el (ispell-local-dictionary-overridden):
18464         Fix the make-variable-buffer-local call that was supposed
18465         to be for this variable.
18466         (ispell-aspell-supports-utf8): Doc fix.
18467         (ispell-find-aspell-dictionaries): Preserve elements of
18468         ispell-dictionary-alist for dictionaries that aspell doesn't report.
18469         (ispell-aspell-find-dictionary): Return nil on error.
18471         * play/doctor.el (doctor-doc): Don't say "psychiatrist".
18472         (doctor-symptoms): Likewise.
18474         * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
18476 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
18478         * cus-edit.el (custom-button, custom-button-pressed): New vars.
18479         (custom-raised-buttons): Add :set spec.
18480         (custom-button-unraised, custom-button-pressed-unraised):
18481         New faces, so that custom-raised-buttons actually does something.
18482         (custom-mode): Use custom-button and custom-button-pressed.
18484         * wid-edit.el (widget-specify-button): Don't ignore
18485         widget-mouse-face on graphic terminals.
18486         (widget-move-and-invoke): Cleanup.
18488 2005-10-23  Thien-Thi Nguyen  <ttn@gnu.org>
18490         * whitespace.el (whitespace-cleanup): Doc fix.
18492 2005-10-23  Romain Francoise  <romain@orebokech.com>
18494         * emulation/viper.el (viper-set-hooks): Quote forms passed to
18495         `eval-after-load' to avoid evaluating their result.
18497 2005-10-23  Michael Albinus  <michael.albinus@gmx.de>
18499         * files.el (directory-listing-before-filename-regexp):
18500         New defvar.  Replaces `dired-move-to-filename-regexp' from dired.el.
18502         * dired.el (dired-move-to-filename-regexp): Remove.
18503         All occurences replaced by `directory-listing-before-filename-regexp'.
18505         * dired-x.el, locate.el, vc.el:
18506         Replace `dired-move-to-filename-regexp' by
18507         `directory-listing-before-filename-regexp'.  In vc.el it is
18508         overwritten locally; maybe this can be handled in files.el too.
18510         * net/ange-ftp.el (ange-ftp-date-regexp): Remove.  All occurences
18511         replaced by `directory-listing-before-filename-regexp'.
18513 2005-10-23  Andreas Schwab  <schwab@suse.de>
18515         * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
18516         and eval-next-after-load.
18518 2005-10-23  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
18520         * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
18521         exist, create it.
18523 2005-10-23  Ken Manheimer  <ken.manheimer@gmail.com>
18525         * allout.el: Remove autoloads for mailcrypt and crypt++.
18526         Require pgg, pgg-gpg during compilation.
18527         (allout-version): Increment version number to 2.1, and use a literal
18528         rather than RCS Id.
18529         (allout-default-encryption-scheme): Remove.
18530         (allout-passphrase-verifier-handling)
18531         (allout-passphrase-verifier-string)
18532         (allout-file-passphrase-verifier-string)
18533         (allout-passphrase-hint-string): Rename -key- to -passphrase-.
18534         (allout-passphrase-hint-handling): Rename and simplify.
18535         (allout-init): Use `find-file-hook' if available, otherwise
18536         `find-file-hooks'.
18537         (allout-mode): Use `write-file-functions' if available, otherwise
18538         `local-write-file-hooks' and, instead of making auto-save-hook
18539         buffer local, make the write-file-hook activity contingent to
18540         allout-mode.
18541         (allout-mode): Use key-binding substitution in the docstring.
18542         (allout-kill-line): Spell-out kill ring data structure mutation
18543         instead of using byte-compiler-complaint-provoking `pop'.
18544         (allout-insert-listified): Use `insert' rather than `insert-string'
18545         (allout-toggle-current-subtree-encryption): Update docstring, adjust
18546         to new gpp-based encryption, use new `allout-encrypted-topic-p'.
18547         (allout-encrypt-string): Totally revamped vis new underlying
18548         encryption facilities.
18549         (allout-mc-activate-passwd): Remove.
18550         (allout-obtain-passphrase): New, more or less replaces
18551         allout-mc-activate-passwd.
18552         (allout-encrypted-key-info): More or less replaces
18553         allout-encrypted-text-type.
18554         (outlineify-sticky, outlinify-sticky): Add autoload cookie.
18555         (my-mark-marker): Use `(featurep 'xemacs)'.
18557 2005-10-23  Lars Hansen  <larsh@soem.dk>
18559         * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
18560         (byte-compile-file-form-defmumble, byte-compile-defun)
18561         (byte-compile-defmacro): Use it.
18562         (byte-compile-form): Don't call byte-compile-set-symbol-position
18563         when a byte-compile handler is called.
18565 2005-10-22  Romain Francoise  <romain@orebokech.com>
18567         * savehist.el (savehist-history-variables): Add `grep-find-history'.
18569         * subr.el (eval-after-load): Convert library name to an absolute
18570         file name using locate-library, since load-history no longer has
18571         library names in it.
18573 2005-10-22  Richard M. Stallman  <rms@gnu.org>
18575         * files.el (make-temp-file): Move from subr.el.
18576         * subr.el (make-temp-file): Move to files.el.
18578         * window.el (get-buffer-window-list): Move from subr.el.
18579         * subr.el (get-buffer-window-list): Move to window.el.
18581         * image.el (image-load-path): Use eval-at-startup to initialize.
18583         * subr.el (eval-at-startup): New macro.
18585         * subr.el: Much rearrangement of functions and division
18586         into pages.  No code changes.
18588 2005-10-22  Kenichi Handa  <handa@m17n.org>
18590         * tar-mode.el (tar-extract): Be sure to call
18591         find-operation-coding-system if set-auto-coding doesn't find a
18592         coding system.
18594 2005-10-22  Kim F. Storm  <storm@cua.dk>
18596         * image.el (image-type-header-regexps): Rename from image-type-regexps.
18597         Change users.
18598         (image-type-file-name-regexps): New defconst.
18599         (image-type-from-data): Simplify loop.
18600         (image-type-from-buffer): New defun.
18601         (image-type-from-file-header): Use it instead of image-type-from-data.
18602         Use image-search-load-path instead of only looking in data-directory.
18603         (image-type-from-file-name): New defun.
18604         (image-search-load-path): Change `pathname' to `filename'.
18605         Make PATH arg optional, default to image-load-path.
18607 2005-10-21  Richard M. Stallman  <rms@gnu.org>
18609         * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
18611         * textmodes/paragraphs.el (sentence-end-base): New variable.
18612         (sentence-end): Use sentence-end-base.
18614 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
18616         * font-lock.el (font-lock-default-fontify-region): Check the multiline
18617         property independently from the font-lock-multiline variable.
18619 2005-10-21  Richard M. Stallman  <rms@gnu.org>
18621         * emacs-lisp/find-func.el (find-library-name): Doc fix.
18623         * startup.el (command-line): Convert library names
18624         in `load-history' to absolute file names.
18626         * subr.el (symbol-file): Doc fix.
18628         * loadhist.el (file-loadhist-lookup): Call locate-library
18629         instead of find-library-name.  Don't try converting
18630         abs file names to library names, since load-history no longer
18631         has library names in it.
18632         (file-dependents, file-provides, file-requires): Doc fixes.
18634 2005-10-21  Juri Linkov  <juri@jurta.org>
18636         * progmodes/etags.el (tags-table-mode): New function.
18637         (tags-verify-table): Replace initialize-new-tags-table with
18638         tags-table-mode.
18640         * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
18641         default value.
18642         (desktop-modes-not-to-save): Add tags-table-mode to the
18643         default value.
18645         * info.el (Info-index-next): Add total number of index
18646         alternatives to the message.
18648         * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
18649         backward only space (instead of space and period) before looking
18650         at sentence end.
18652         * simple.el (set-variable): Use user-variable-p instead of symbolp.
18653         Add the old variable value as 4th default-value arg of read-string.
18655 2005-10-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18657         * cus-face.el (custom-declare-face): Make face from X resources
18658         also on Mac.
18660         * disp-table.el (standard-display-g1, standard-display-graphic):
18661         Refuse to use string glyphs also on Mac.
18662         (standard-display-european): Don't set terminal coding system also
18663         on Mac.
18665         * frame.el (display-screens): Use x-display-screens also on Mac.
18667 2005-10-21  Romain Francoise  <romain@orebokech.com>
18669         * net/rcirc.el: Now part of GNU Emacs.  Update FSF's address.
18671 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
18673         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
18674         and $? into sexps.
18676         * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
18677         warning face on open-paren-in-column-0.
18679         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
18680         boundary case.  Fix typo.
18681         Suggested by Martin Rudalics <rudalics@gmx.at>.
18683 2005-10-21  Carsten Dominik  <dominik@science.uva.nl>
18685         * textmodes/org.el (org-combined-agenda-icalendar-file)
18686         (org-icalendar-include-todo, org-icalendar-combined-name): New options.
18687         (org-export-icalendar-this-file)
18688         (org-export-icalendar-all-agenda-files)
18689         (org-export-icalendar-combine-agenda-files): New commands.
18690         (org-export-icalendar, org-print-icalendar-entries)
18691         (org-start-icalendar-file, org-finish-icalendar-file)
18692         (org-ical-ts-to-string): New functions.
18693         (org-read-date, org-goto-calendar)
18694         (org-agenda-goto-calendar): Inhibit displaying diary entries by
18695         call to `calendar'.
18696         (orgtbl-setup): Remove the :keys arguments from the menu description.
18697         (org-after-save-iCalendar-file-hook): New variable.
18699 2005-10-21  Kenichi Handa  <handa@m17n.org>
18701         * language/vietnamese.el (tcvn-5712): Make it an alias of
18702         vietnamese-tcvn coding-system.
18704 2005-10-20  Michael Albinus  <michael.albinus@gmx.de>
18706         * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
18707         group id is given.
18709 2005-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18711         * progmodes/sh-script.el (sh-escaped-line-re): New var.
18712         (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
18713         (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
18714         whose line is either continued or ends with a comment.
18716 2005-10-20  Romain Francoise  <romain@orebokech.com>
18718         * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
18720         * replace.el (occur-engine): Add follow-link property.
18722         * font-core.el (font-lock-mode): Doc fix.
18724 2005-10-20  Richard M. Stallman  <rms@gnu.org>
18726         * net/rcirc.el: New file.
18728 2005-10-20  Bryan Henderson  <bryanh@giraffe-data.com>  (tiny change)
18730         * term.el (term-term-name): Initialize to "eterm-color".
18732 2005-10-20  Ken Manheimer  <ken.manheimer@gmail.com>
18734         * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
18735         for encryption functionality.
18736         Move allout customization subgroup from `editing' to `outlines' group.
18737         Fix commentary keywords to legitimate ones.
18738         Update author info (using my current email address, obscurified).
18739         (allout-encrypt-string, allout-encryption-produce-work-buffer)
18740         (allout-encrypted-topic-p, allout-encrypted-text-type)
18741         (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
18742         (allout-situate-encryption-key-verifier)
18743         (allout-get-encryption-key-verifier, allout-verify-key)
18744         (allout-next-topic-pending-encryption)
18745         (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
18746         (outline-topic-encryption-bullet, outline-default-encryption-scheme)
18747         (outline-key-verifier-handling, outline-key-hint-handling)
18748         (outline-encrypt-unencrypted-on-saves): New defcustoms.
18749         (allout-file-key-verifier-string, allout-encryption-scheme)
18750         (allout-key-verifier-string, allout-key-hint-string)
18751         (allout-after-save-decrypt): New variables.
18752         (allout-write-file-hook-handler, allout-auto-save-hook-handler)
18753         (allout-after-saves-handler): New hook functions.
18754         (allout-post-command-business): Do allout-after-save-decrypt.
18755         (allout-enable-file-variable-adjustment): Custom var to enable
18756         mechanism for adding and adjusting settings of Emacs file variables.
18757         (allout-adjust-file-variable, allout-file-vars-section-data):
18758         New functions, implement the mechanism.
18759         (outlineify-sticky): Use the file vars mechanism.
18760         (allout-inhibit-protection, allout-during-write-cue)
18761         (allout-override-protect, allout-before-change-protect): Remove.
18762         (allout-flag-region, allout-open-topic): Adjust read-only text.
18763         (allout-open-line-not-read-only): Add to facilitate read-only
18764         text based protection.
18765         (allout-kill-line): Revise to adjust read-only text, clue the
18766         user about the inhibition.
18767         (allout-unprotected): Use unwind-protect.
18768         (allout-shift-in, allout-shift-out): Disallow manually shifting a
18769         topic deeper than the offspring depth of the previous topic -
18770         avoiding confusing "containment discontinuities".
18771         (allout-reindent-bodies): Fix retention of body relative hanging
18772         indent during promotion of collapsed bodies.
18773         (allout-open-topic): Make it easy to open new topic with same
18774         bullet as current topic - topic creation functions provided with
18775         any universal argument provokes now prompt for bullet, defaulting
18776         to the bullet of the previous topic.
18777         (allout-plain-bullets-string, allout-distinctive-bullets-string):
18778         Plain bullet alternates `.' period and `,' comma only.  All other
18779         bullets are relegated to special status (but customizable).
18780         (allout-end-of-entry): Rename from allout-end-of-current-entry
18781         since it actually operates w.r.t. most immediately containing
18782         entry, visible or not.
18783         (allout-hide-current-entry, allout-show-current-entry): Use the
18784         revised version.
18785         (allout-old-expose-topic): Solidify deprecation.
18786         (allout-end-of-subtree): Add so we can span concealed as well
18787         as visible topics.
18788         (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
18789         (allout-end-of-current-heading): Tweak to just respect the first line.
18790         (allout-get-body-text): Add.
18791         (allout-ascend-to-depth, allout-ascend): Position at end of prefix
18792         when invoked interactively.
18793         (allout-up-current-level): Use `interactive-p'.
18794         (allout-mode, allout-init): Miscellaneous docstring and
18795         operational refinements, as well as hookups of new encryption stuff.
18796         (allout-beginning-of-current-entry): Now works as advertised.
18797         (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
18798         (allout-isearch-rectification): Refine condition for isearching.
18799         (allout-isearch-abort, allout-enwrap-isearch)
18800         (allout-flag-region, my-region-active-p): Relocate some macros.
18801         (allout-title): Fallback title is (buffer-name), not
18802         non-existing (current-buffer-name).
18803         (subst-char-in-string): Define if absent (for some XEmacs versions).
18805 2005-10-20  Jari Aalto  <jari.aalto@cante.net>
18807         * mail/sendmail.el (mail-setup-hook, mail-aliases)
18808         (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
18809         (mail-citation-prefix-regexp, mail-signature-file)
18810         (mail-default-headers, mail-bury-selects-summary)
18811         (mail-send-nonascii): Add autoload cookies.
18813 2005-10-20  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
18815         * frame.el (blink-cursor-mode): Add `mac' to the list of
18816         window-system's that support blinking cursor.
18818 2005-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
18820         * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
18822 2005-10-20  Eli Zaretskii  <eliz@gnu.org>
18824         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
18825         Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
18826         to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
18828 2005-10-20  Kim F. Storm  <storm@cua.dk>
18830         * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
18831         (ido-set-current-directory): Don't add / after final @.
18832         (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
18833         Explicitly handle ange-ftp completion oddities.
18834         (ido-make-file-list): Don't rotate list at tramp root to avoid
18835         triggering tramp file handler for expand-file-name via get-file-buffer.
18837 2005-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
18839         * savehist.el (savehist-coding-system): Revert to checking XEmacs.
18841 2005-10-19  Jay Belanger  <belanger@truman.edu>
18843         * calc/calc-units.el (math-standard-units): Add units, adjust
18844         symbols and update values.
18845         (math-unit-prefixes): Add more prefixes.
18847 2005-10-19  Romain Francoise  <romain@orebokech.com>
18849         * bookmark.el (bookmark-menu-heading): New face.
18850         (bookmark-bmenu-list): Use it.
18851         Don't fiddle with `baud-rate' at top-level.
18853 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
18855         * image.el (create-image, find-image): Mention max-image-size in
18856         docstring.
18858 2005-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
18860         * savehist.el (savehist-load): Revert to checking XEmacs.
18862         * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
18863         Various docstring and line-width fixups.
18864         (conf-mode): Use cond.
18865         Set font-lock-defaults.  Don't set comment-use-syntax.
18867 2005-10-18  David Ponce  <david@dponce.com>
18869         * tree-widget.el (tree-widget-button-click): New function.
18870         (tree-widget-button-keymap): Use it.
18872 2005-10-18  Romain Francoise  <romain@orebokech.com>
18874         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
18875         (bookmark-bmenu-hide-filenames): Add follow-link property.
18876         Improve help-echo text.
18878         * ffap.el (find-file-at-point): Doc fix.
18880 2005-10-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18882         * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
18884 2005-10-18  Masatake YAMATO  <jet@gyve.org>
18886         Install to the CVS repository what I forgot to install in my
18887         2005-10-16 changes.
18889         * progmodes/python.el (python-complete-symbol): Pass the common
18890         prefix substring of completion to `display-completion-list'.
18892         * textmodes/org.el (org-complete): Ditto.
18894 2005-10-18  Masatake YAMATO  <jet@gyve.org>
18896         Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
18898         * woman.el (WoMan-xref-man-page): New button type derived
18899         from `Man-abstract-xref-man-page'.
18900         (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
18902         * man.el (Man-abstract-xref-man-page): New button type.
18903         (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
18904         (Man-highlight-references): Add new optional argument `xref-man-type'.
18906 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
18908         * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
18910 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
18912         * cus-edit.el (Custom-move-and-invoke): Delete.
18913         (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
18915         * wid-edit.el (widget-move-and-invoke): New function, from
18916         Custom-move-and-invoke.
18918 2005-10-17  Bill Wohler  <wohler@newt.com>
18920         Move all remaining images from lisp/toolbar to etc/images, move
18921         lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar.  Place
18922         the low resolution images in their own directory (low-color).
18924         * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
18925         * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
18926         * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
18927         * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
18928         * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
18929         * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
18930         * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
18932         * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
18933         * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
18934         * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
18935         * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
18936         * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
18937         * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
18938         * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
18939         * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
18940         * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
18941         * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
18942         * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
18943         * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
18944         * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
18945         * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
18946         * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
18948         To conform with convention, replace the underscore (_) in the
18949         following image names with dash (-) or (/) as appropriate.
18951         * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
18952         * toolbar/fld_open.*: Move to etc/images/fld-open.*.
18953         * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
18954         * toolbar/jump_to.*: Move to etc/images/jump-to.*.
18955         * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
18956         * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
18957         * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
18958         * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
18959         * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
18960         * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
18961         * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
18962         * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
18963         * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
18964         * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
18965         * toolbar/mail_send.*: Move to etc/images/mail/send.*.
18967         * info.el (info-tool-bar-map): Replace underscores in image names
18968         with dashes.
18970         * makefile.w32-in (WINS): Remove toolbar.
18972         * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
18974         * tool-bar.el: Move to lisp from toolbar.  Now that
18975         toolbar is empty, it should be deleted when folks run "cvs up -P".
18977 2005-10-18  Jay Belanger  <belanger@truman.edu>
18979         * calc/calc-store.el (calc-store-into): Get the proper variable name
18980         to display in message.
18982 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
18984         * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
18985         expressions display in speedbar for all buffers when debugging.
18986         (gdb-speedbar-expand-node): Ensure node contraction is always updated.
18988         * speedbar.el (speedbar-set-mode-line-format): Indent properly.
18989         (speedbar-insert-button, speedbar-make-button):
18990         Use add-text-properties.
18991         (speedbar-update-localized-contents)
18992         (speedbar-update-directory-contents)
18993         (speedbar-update-special-contents): Use dolist.
18994         (speedbar-buffer-easymenu-definition): Add a menu separator.
18996 2005-10-17  Jason Rumney  <jasonr@gnu.org>
18998         * makefile.w32-in: Use $(lisp) consistently.
18999         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
19000         for shell specific generation of mh-autoloads.
19002 2005-10-17  Richard M. Stallman  <rms@gnu.org>
19004         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
19006 2005-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
19008         * jit-lock.el (jit-lock-fontify-now):
19009         Move jit-lock-context-unfontify-pos to avoid wasted work.
19011 2005-10-17  Michael Albinus  <michael.albinus@gmx.de>
19013         * net/tramp.el (tramp-completion-mode): New defvar.  Used in
19014         `tramp-completion-mode' for checking if we are in completion mode.
19015         (tramp-completion-handle-file-name-all-completions): Reorder code
19016         in order to complete for file names only in case there are no
19017         method/user/host completions.  This is necessary for cooperation
19018         with ido.  Reported by Kim F. Storm <storm@cua.dk>.
19020 2005-10-16  Chong Yidong  <cyd@stupidchicken.com>
19022         * longlines.el (longlines-search-forward)
19023         (longlines-search-backward): Match any number of spaces.
19025 2005-10-16  Thien-Thi Nguyen  <ttn@gnu.org>
19027         * diff-mode.el (diff-mode): Doc fix.
19029 2005-10-16  David Reitter  <david.reitter@gmail.com>
19031         * mail/sendmail.el (send-mail-function): Use mailclient-send-it
19032         as default on darwin and windows systems.
19034 2005-10-16  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
19036         * arc-mode.el (archive-zip-extract): Doc fix.
19038 2005-10-16  Romain Francoise  <romain@orebokech.com>
19040         * mouse.el (mouse-1-click-follows-link): Doc fix.
19042 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
19044         * savehist.el: Don't require CL at runtime.
19045         (savehist-xemacs): Remove.
19046         (savehist-coding-system): Use utf-8 if present, regardless of religion.
19047         (savehist-no-conversion): Use (featurep 'xemacs).
19048         (savehist-load): Check existence of start-itimer rather than XEmacs.
19049         Use an idle timer.
19050         (savehist-process-for-saving): Replace use of CL funs `subseq' and
19051         `delete-if-not'.
19053 2005-10-16  Hrvoje Niksic  <hniksic@xemacs.org>
19055         * savehist.el: Newer version.
19056         (savehist-autosave-interval, savehist-coding-system, savehist-timer)
19057         (savehist-last-checksum, savehist-no-conversion): New vars.
19058         (savehist-autosave, savehist-process-for-saving, savehist-printable):
19059         New functions.
19060         (savehist-load, savehist-save): Use them.
19061         (savehist-delimit): Remove.
19063 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
19065         * progmodes/compile.el (compilation-goto-locus): Display the
19066         compilation buffer first and the source buffer second, in case they're
19067         in overlapping frames.  Don't raise the compilation frame if it was the
19068         selected window upon entry.  Pass the `other-window' arg to
19069         pop-to-buffer.
19071         * info.el (Info-fontify-node): Use dolist.
19072         Change add-text-properties to put-text-property.
19074 2005-10-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
19076         * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
19077         bound of search.
19079 2005-10-16  Masatake YAMATO  <jet@gyve.org>
19081         * dabbrev.el (dabbrev-completion): Pass the common
19082         prefix substring of completion to `display-completion-list'.
19084         * filecache.el (file-cache-minibuffer-complete)
19085         (file-cache-complete): Ditto.
19087         * tempo.el (tempo-display-completions): Ditto.
19089         * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
19091         * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
19093         * eshell/em-hist.el (eshell-list-history): Ditto.
19095         * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
19097         * mail/mailalias.el (mail-complete): Ditto.
19099         * progmodes/etags.el (complete-tag): Ditto.
19101         * progmodes/make-mode.el (makefile-complete): Ditto.
19103         * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
19105         * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
19107         * progmodes/pascal.el (pascal-complete-word)
19108         (pascal-show-completions): Ditto.
19110         * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
19112         * simple.el (completion-common-substring): New variable.
19113         (completion-setup-function): Use `completion-common-substring'
19114         to put faces.
19116 2005-10-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19118         * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
19119         (x-get-selection, mac-select-convert-to-string): Convert from/to
19120         UTF-16 clipboard data as in native byte order, no BOM.
19122 2005-10-16  Nick Roberts  <nickrob@snap.net.nz>
19124         * progmodes/gud.el (gud-tool-bar-map): Rename the images
19125         appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
19126         (gud-sentinel): Use speedbar-frame to check for speedbar.
19128 2005-10-15  Richard M. Stallman  <rms@gnu.org>
19130         * savehist.el: New file.
19132 2005-10-14  Karl Chen  <quarl@cs.berkeley.edu>
19134         * textmodes/tex-mode.el (tex-font-lock-keywords-2):
19135         Fix bug in \bf fontification.
19137 2005-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
19139         * pcvs.el (cvs-edit-log-files): New var.
19140         (cvs-mode-edit-log): New arg `file'.
19141         (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
19142         Instead force the use of the original file and nothing else.
19143         (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
19144         the cvs-minor-wrap-function is set.
19145         (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
19147 2005-10-14  Bill Wohler  <wohler@newt.com>
19149         * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
19150         * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
19151         * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
19152         * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
19153         * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
19154         * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
19155         * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
19156         * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
19157         * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
19158         * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
19159         * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
19160         * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
19161         * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
19162         * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
19163         * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
19165         * progmodes/gud.el (gud-tool-bar-map): Rename the images
19166         appropriately (for example, gud-break to gud/break).
19168 2005-10-14  Chong Yidong  <cyd@stupidchicken.com>
19170         * longlines.el (longlinges-search-function)
19171         (longlines-search-forward, longlines-search-backward): New functions.
19172         (longlines-mode): Set isearch-search-fun-function to
19173         longlinges-search-function.
19175         * mouse.el (mouse-drag-region-1): Handle the case where a
19176         double-click event is bound to an arbitrary function.
19178 2005-10-14  David Ponce  <david@dponce.com>
19180         * recentf.el (recentf-track-opened-file)
19181         (recentf-track-closed-file, recentf-update-menu)
19182         (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
19183         (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
19184         mouse-1-click-follows-link.
19186 2005-10-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
19188         * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
19189         Gnome file-manager.png.  Suggested by
19190         Joachim Nilsson <joachim.nilsson@vmlinux.org>.
19192         * toolbar/README: Add diropen.xpm.
19194 2005-10-13  Bill Wohler  <wohler@newt.com>
19196         * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
19197         restrictions.  Suggested by David Robinow <drobinow@gmail.com>.
19199 2005-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
19201         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
19202         Don't waste the byte-compiler's time on constant data.
19204 2005-10-13  Kenichi Handa  <handa@m17n.org>
19206         * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
19207         byte with `escape-glyph' face.
19209         * international/fontset.el (ccl-encode-unicode-font):
19210         Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
19211         Handle the case that ucs-mule-to-mule-unicode translates a character to
19212         ASCII (usually for IPA characters).
19214 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
19216         * info.el (Info-fontify-node): Don't be fooled by a lone "...".
19217         Don't hide the underline of titles if font-lock-mode is disabled.
19219 2005-10-12  Bill Wohler  <wohler@newt.com>
19221         * makefile.w32-in (MH-E-SRC): New.  Used by mh-autoloads.
19222         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
19223         files in MH-E-SRC have been updated.
19224         (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
19226 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
19228         * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
19229         (mixal-mode-syntax-table): Add \n as end-comment.
19230         (mixal-operation-codes-alist): Immediately initialize to full value.
19231         (mixal-add-operation-code): Remove.
19232         (mixal-describe-operation-code): Make the arg non-optional.
19233         Use the interactive spec instead.
19234         Use mixal-operation-codes-alist rather than mixal-operation-codes.
19235         (mixal-font-lock-keywords): Don't highlight comments here any more.
19236         (mixal-font-lock-syntactic-keywords): New var.
19237         (mixal-mode): Use it.  Fix comment-start-skip.
19239 2005-10-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
19241         * startup.el (command-line-x-option-alist): -nb => -nbi
19243 2005-10-12  Kim F. Storm  <storm@cua.dk>
19245         * startup.el (fancy-splash-default-action): Discard mouse click in
19246         the splash screen window, as it has no sensible meaning in the
19247         next window to be selected.  Fixes error reported by Jan D.
19249 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
19251         * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
19253 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
19255         * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
19256         Try to fix up minor layout issues like indentation, line break, etc...
19257         (mixal-mode-syntax-table): Don't try to specify comment syntax,
19258         because it doesn't work.
19259         (mixal-operation-codes): Add some more codes.
19260         (mixal-font-lock-keywords): Process comments here.
19261         (mixal-mode): mixasm no longer needs -g option.
19263 2005-10-11  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
19265         * progmodes/sh-script.el (sh-tmp-file):
19266         Use mktemp -t.  Finish support for es and rc shells.
19268 2005-10-11  Jay Belanger  <belanger@truman.edu>
19270         * calc/calcalg2.el (calc-integral): With an argument, compute the
19271         definite integral.
19273 2005-10-11  Chong Yidong  <cyd@stupidchicken.com>
19275         * mouse.el (mouse-drag-region-1): Don't try to catch a
19276         double-click when doing follow-link (it's overridden anyway).
19278 2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
19280         * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
19281         (autoload-print-form-outbuf): Add docstring.
19283 2005-10-11  Juri Linkov  <juri@jurta.org>
19285         * info.el (Info-mode-menu): Delete menu item "Edit".
19286         (Info-mode): Delete description of Info-edit from docstring,
19287         and rearrange descriptions of Info commands in the order
19288         they are documented in the Info manual.
19290 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
19292         * calendar/appt.el (appt-check): Use diary-selective-display var.
19294 2005-10-10  Richard M. Stallman  <rms@gnu.org>
19296         * net/newsticker.el (newsticker-start, newsticker-show-news):
19297         Add autoload cookies.
19299 2005-10-10  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>
19301         * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
19303 2005-10-10  Karl Chen  <quarl@cs.berkeley.edu>
19305         * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
19307 2005-10-10  Jay Belanger  <belanger@truman.edu>
19309         * calc/calc-arith.el (math-check-known-scalarp)
19310         (math-check-known-matrixp): Check the values of arguments that are
19311         variables.
19312         (math-check-known-square-matrixp): New function.
19313         (math-known-square-matrixp): Use math-check-known-square-matrixp.
19314         (math-super-types): Add sqmatrix type.
19316         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
19317         mode name `square' to `sqmatrix'.
19319         * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
19320         mode name `square' to `sqmatrix'.
19322 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
19324         * progmodes/etags.el (select-tags-table-mode): Don't use
19325         selective-display.
19326         (tags-select-tags-table): Pass `button' to the action function.
19327         (select-tags-table): Place the side-info on button properties rather
19328         than in hidden text.  Abbreviate file names.
19329         (select-tags-table-mode-map): Inherit rather than copy buttom-map.
19330         (select-tags-table-select): Add `button' argument.
19331         Get side-info from the button property rather than from hidden text.
19333 2005-10-11  Nick Roberts  <nickrob@snap.net.nz>
19335         * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
19336         (gud-speedbar-buttons): Preserve point if possible.
19337         (gud-sentinel): Restore previous speedbar display type.
19339         * progmodes/gdb-ui.el (gdba): Improve diagram.
19340         (def-gdb-auto-update-handler, gdb-info-locals-handler)
19341         (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
19342         Call get-buffer-window once.
19344 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
19346         * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
19347         (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
19348         (pascal-indent-command): Remove unused var `ind'.
19349         (pascal-indent-case): Remove unused var `oldpos'.
19350         (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
19351         since it's now used as a proper minor mode map.
19352         (pascal-outline): Rename to pascal-outline-mode.
19353         (pascal-outline-mode): Use define-minor-mode.
19354         (pascal-outline-mode, pascal-outline-change): Use overlays rather than
19355         selective-display.
19357 2005-10-10  Andreas Schwab  <schwab@suse.de>
19359         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
19360         number.  Reported by Karl Chen <quarl@cs.berkeley.edu>.
19362         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
19363         outside source directory.
19365 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
19367         * textmodes/org.el (org-mode-map): Explicit definition of `C-c
19368         C-x' as a prefix.
19369         (orgtbl-mode-map): Full keymap instead of sparse, because all
19370         `self-insert-command' keys are redefined in this map.
19371         (org-export-as-html): Specify charset for HTML file, by taking it
19372         from the coding system.
19374 2005-10-10  Kenichi Handa  <handa@m17n.org>
19376         * textmodes/flyspell.el (flyspell-check-word-p):
19377         If unread-command-events is non-empty, don't call sit-for.
19379 2005-10-09  Richard M. Stallman  <rms@gnu.org>
19381         * font-lock.el (font-lock-syntactic-keywords)
19382         (font-lock-keywords): Doc fixes.
19384         * textmodes/flyspell.el (flyspell-external-point-words):
19385         Simplify logic, and don't try to check for consecutive appearances
19386         of one incorrect word.
19388 2005-10-10  Nick Roberts  <nickrob@snap.net.nz>
19390         * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
19391         separator.
19393         * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
19394         (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
19395         (gud-expansion-speedbar-buttons): New function.
19396         (gud-speedbar-buttons): Check for gud-comint-buffer.
19398 2005-10-09  Bill Wohler  <wohler@newt.com>
19400         * Makefile.in (updates): Add mh-loaddefs dependency.
19402 2005-10-09  Chong Yidong  <cyd@stupidchicken.com>
19404         * speedbar.el (speedbar-file-key-map): Fix typo.
19406 2005-10-09  Daniel Brockman  <daniel@brockman.se>
19408         * cus-start.el (line-spacing): Add custom spec.
19410 2005-10-09  Romain Francoise  <romain@orebokech.com>
19412         * textmodes/ispell.el (ispell-check-version): Fix last change.
19414 2005-10-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
19416         * term/x-win.el: Remove -i, --icon-type from comment.
19418         * startup.el (command-line-x-option-alist): Remove options -i,
19419         -itype, --icon-type, added -nb, --no-bitmap-icon
19421 2005-10-09  Nick Roberts  <nickrob@snap.net.nz>
19423         * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
19424         instead of :active.
19426 2005-10-08  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
19428         * textmodes/ispell.el (ispell-check-version):
19429         Ignore hyphen, and all that follows, in aspell's version text.
19431 2005-10-08  Jay Belanger  <belanger@truman.edu>
19433         * calc/calc-arith.el (math-known-square-matrixp): New function.
19434         (math-pow-fancy): Check for matrices before distributing exponent
19435         across products.
19437         * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
19438         fullscreen keypad.  Suggested by Luc Teirlinck.
19439         (calc-keypad-show-input): Add space for formatting.
19441         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
19442         Add square matrix option.
19444         * calc/calc-poly.el (math-expand-term): Check for matrices instead
19445         of checking calc-matrix-mode when deciding how to expand.
19447         * calc/calc.el (calc-set-mode-line): Add square matrix option.
19449 2005-10-08  Lars Hansen  <larsh@soem.dk>
19451         * net/tramp.el (tramp-perl-directory-files-and-attributes):
19452         Add error handling.
19453         (tramp-handle-directory-files-and-attributes): Handle perl error msg.
19455 2005-10-08  Michael Albinus  <michael.albinus@gmx.de>
19457         Sync with Tramp 2.0.51.
19459         * net/tramp.el (tramp-handle-set-visited-file-modtime)
19460         (tramp-handle-insert-file-contents, tramp-handle-write-region):
19461         Insert special handling for `last-coding-system-used', again
19462         it still seems to be necessary (unlike stated before).
19463         Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
19464         (tramp-password-prompt-regexp): There might be other words before
19465         trailing ":".  Reported by Kurt Steinkraus <kurt@steinkraus.us>.
19466         (tramp-chunksize): Improve docstring.
19467         (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
19468         Emacs 20.  Use `tramp-octal-to-decimal' therefore.  Reported by
19469         Christian Joergensen <bugs@razor.dk>.
19471 2005-10-07  Glenn Morris  <rgm@gnu.org>
19473         * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
19474         (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
19475         precision'.
19477 2005-10-07  Romain Francoise  <romain@orebokech.com>
19479         * ibuf-ext.el (ibuffer-do-shell-command-pipe)
19480         (ibuffer-do-shell-command-pipe-replace)
19481         (ibuffer-do-shell-command-file, ibuffer-do-eval)
19482         (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
19483         (ibuffer-do-revert, ibuffer-do-replace-regexp)
19484         (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
19485         (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
19486         (ibuffer-filter-by-name, ibuffer-filter-by-filename)
19487         (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
19488         (ibuffer-filter-by-content, ibuffer-filter-by-predicate
19489         (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
19490         (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
19491         Autoload file sans suffix.
19493         * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
19495 2005-10-07  David Ponce  <david@dponce.com>
19497         * recentf.el (recentf-menu-open-all-flag): New option.
19498         (recentf-digit-shortcut-command-name): New function.
19499         (recentf--shortcuts-keymap): New variable.
19500         (recentf-menu-shortcuts): New variable.
19501         (recentf-make-menu-items): Initialize it.  Replace the "More..."
19502         menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
19503         (recentf-menu-value-shortcut): New function.
19504         (recentf-make-menu-item): Use it.  No more in-lined.
19505         (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
19506         (recentf-open-most-recent-file): Rename from
19507         `recentf-open-file-with-key'.  Don't depend on key binding.
19508         (recentf-mode-map): New variable.
19509         (recentf-mode): Use it.
19511 2005-10-06  Bill Wohler  <wohler@newt.com>
19513         * mh-e/mh-loaddefs.el: Remove.  Now generated automatically.
19515         * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
19516         (MH-E-SRC): New.  Used by mh-autoloads.
19517         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
19518         files in MH-E-SRC have been updated.
19519         (compile, recompile, bootstrap): Depend on mh-autoloads.
19521 2005-10-07  Nick Roberts  <nickrob@snap.net.nz>
19523         * progmodes/gud.el (gud-menu-map): Only display un-intuitive
19524         gud-break and gud-remove icons when the fringe is not available.
19526         * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
19527         Typo.
19529 2005-10-06  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>
19531         * play/zone.el (zone): Wrap body with save-window-excursion.
19533 2005-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
19535         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
19536         Use the new `list-only' arg to diary-list-entries.
19538         * calendar/diary-lib.el: Use overlays rather than selective-display.
19539         (diary-selective-display): New var.
19540         (diary-header-line-format): Use it.
19541         (diary-list-entries): Add argument `list-only'.
19542         Put the buffer in diary-mode.  Don't add \^M at beg and end.
19543         Replace \^M by invisible overlays.
19544         (diary-unhide-everything): Replace \^M by invisible overlays.
19545         (print-diary-entries): Look for overlays rather than \^M.
19546         Add a space to the temp buffer name.
19547         (diary-show-all-entries, mark-diary-entries, make-diary-entry):
19548         Put the buffer in diary-mode.
19549         (list-sexp-diary-entries): Replace \^M by invisible overlays.
19550         (diary-anniversary): Make the year arg optional.
19551         (diary-time-regexp): New const.
19552         (diary-font-lock-keywords): Use it to accept a few more time formats.
19554         * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
19556 2005-10-06  Thien-Thi Nguyen  <ttn@gnu.org>
19558         * textmodes/artist.el (artist-ellipse-mirror-quadrant):
19559         Fix bug introduced 2005-07-03: Use (car (last ...))
19560         to faithfully reproduce replaced artist-last.
19561         (artist-set-arrow-points-for-poly): Likewise.
19562         Suggested by Johan Bockg\e,Ae\e(Brd.
19564 2005-10-06  Juanma Barranquero  <lekktu@gmail.com>
19566         * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
19567         * wid-edit.el (widget):
19568         * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
19569         * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
19571 2005-10-06  Kenichi Handa  <handa@m17n.org>
19573         * international/mule-cmds.el (set-language-environment):
19574         Fix setting up of case-table for unibyte mode.
19576         * simple.el (what-cursor-position): If the character is displayed
19577         by some `display' text property, show that.  Don't use
19578         single-key-description for eight-bit characters in multibyte mode.
19580 2005-10-06  Nick Roberts  <nickrob@snap.net.nz>
19582         * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
19583         (gdb-ann3): Set it.
19584         (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
19585         (gdb-info-frames-custom): Use inverse-video for first five
19586         characters of selected frame only.
19587         (gdb-get-frame-number): Select frame even when point is on frame
19588         number.
19590 2005-10-06  Masatake YAMATO  <jet@gyve.org>
19592         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
19593         Put `font-lock-function-name-face'.
19594         (gdb-info-frames-custom): Put `font-lock-function-name-face'
19595         and `font-lock-variable-name-face'
19596         (gdb-registers-font-lock-keywords): New font lock keywords definition.
19597         (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
19598         (gdb-memory-font-lock-keywords): New font lock keywords definition.
19599         (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
19600         (gdb-local-font-lock-keywords): New font lock keywords definition.
19601         (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
19602         (gdb-threads-font-lock-keywords): New font lock keywords definition.
19603         (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
19605 2005-10-05  Michael Kifer  <kifer@cs.stonybrook.edu>
19607         * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
19608         (ediff-merge-region-is-non-clash-to-skip): Previously called
19609         ediff-merge-region-is-non-clash.
19611         * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
19612         Use insert-buffer-substring.
19614         * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
19615         selecting files to patch.  Also bug fixes.
19617         * ediff-util.el (ediff-setup): Bug fix.
19618         (ediff-next-difference): Never skip clashes that differ in white
19619         space only.
19621         * ediff-wind.el (ediff-setup-control-frame)
19622         (ediff-destroy-control-frame): Check the menubar feature.
19624         * viper-cmd.el (viper-normalize-minor-mode-map-alist)
19625         (viper-refresh-mode-line): Use make-local-variable to localize
19626         some vars instead of make-variable-buffer-local.  Suggested by
19627         Stefan Monnier.
19629         * viper-init.el (viper-make-variable-buffer-local): Delete alias.
19630         (viper-restore-cursor-type, viper-set-insert-cursor-type):
19631         Use make-local-variable instead of make-variable-buffer-local.
19632         Suggested by Stefan Monnier.
19634         * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
19635         (viper-comint-mode-hook): Use make-local-variable on
19636         require-final-newline.
19637         (viper-non-hook-settings): Don't use make-variable-buffer-local.
19639 2005-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
19641         * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
19642         also the second char of a comment-start sequence.
19643         (scheme-sexp-comment-syntax-table): New var.
19644         (lambda, define): Set their scheme-doc-string-elt property.
19645         (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
19646         Use lisp-font-lock-syntactic-face-function now that it properly
19647         handles |...| symbols.
19648         (scheme-mode-variables): Set lisp-doc-string-elt-property,
19649         parse-sexp-lookup-properties and font-lock-extra-managed-props.
19651         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
19652         bit from # to |.
19653         (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
19655         * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
19656         (lisp-doc-string-elt-property): New var.
19657         (lisp-font-lock-syntactic-face-function): Use it.
19658         Rewrite to recognize docstrings even for forms not at toplevel.
19660         * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
19661         annotation on the | part of #| rather than on the # part.
19662         (scheme-font-lock-syntactic-face-function): New function, to
19663         distinguish strings from |...| symbols.
19664         (scheme-mode-variables): Use it.  Also fix up the font-lock-time
19665         syntax-table so that #|...|# is properly highlighted.
19667         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
19668         Don't mark as docstring the 3rd elem of an unknown toplevel form.
19670 2005-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
19672         * bindings.el (global-map): Resync [home] and [end] bindings with C-a
19673         and C-e.
19675         * emacs-lisp/eldoc.el: Move comments into docstrings.
19676         (eldoc-message-commands): Initialize in its declaration.
19677         Add move-beginning-of-line and move-end-of-line.
19678         (eldoc-add-command, eldoc-add-command-completions)
19679         (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
19681         * outline.el (outline-mark-subtree): Activate the mark.
19683         * calendar/appt.el (appt-time-regexp): New var.
19684         (appt-add, appt-make-list): Use it.
19685         (appt-convert-time): Clean up.
19687         * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
19688         Don't set any syntax-table property here.
19689         (tex-font-lock-verb): New function.  Do it here.
19690         (tex-font-lock-syntactic-keywords): Use it.
19692 2005-10-04  Richard M. Stallman  <rms@gnu.org>
19694         * wid-edit.el (widget-file-complete): Get the widget start point
19695         the right way.  Default directory to `/' if file has none.
19697         * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
19699         * textmodes/flyspell.el (flyspell-mode-on):
19700         Call ispell-maybe-find-aspell-dictionaries.
19702         * textmodes/ispell.el (ispell-word, ispell-region):
19703         Call ispell-maybe-find-aspell-dictionaries.
19704         (ispell-accept-buffer-local-defs):
19705         Don't call ispell-maybe-find-aspell-dictionaries
19707 2005-10-04  Richard M. Stallman  <rms@gnu.org>
19709         * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
19711 2005-10-04  Emilio C. Lopes  <eclig@gmx.net>
19713         * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
19714         instead of `fboundp' in order to allow for anonymous functions.
19716 2005-10-04  Chong Yidong  <cyd@stupidchicken.com>
19718         * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
19719         case the user clicks on the link while another window is selected.
19720         (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
19722         * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
19723         functionality.
19724         (dframe-help-echo): Save point in case mouse tracking is off.
19726 2005-10-04  Thien-Thi Nguyen  <ttn@gnu.org>
19728         * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
19730 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19732         * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
19733         not change the global value of those vars.
19735         * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
19736         make-local-variable which we do not need any more.
19738 2005-10-03  Chong Yidong  <cyd@stupidchicken.com>
19740         * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
19741         (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
19742         (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
19743         (speedbar-path-line): Define obsolete aliases.
19744         (speedbar-line-directory): Doc fix.
19746         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
19747         (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
19748         instead of speedbar-line-path.
19750 2005-10-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
19752         * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
19753         to nil if dropping on a window.  Handle dropping on a minibuffer window
19754         like dropping on a non-window part of Emacs.
19756 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19758         * net/ange-ftp.el: Use with-current-buffer.
19759         (ange-ftp-insert-directory): Do not follow symlinks any more.
19761         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
19762         Remove interactive spec.
19764 2005-10-03  Kim F. Storm  <storm@cua.dk>
19766         * ido.el (ido-mode): Use custom-initialize-set.
19768 2005-10-02  Richard M. Stallman  <rms@gnu.org>
19770         * progmodes/ebnf2ps.el (ebnf-eps-production-list):
19771         Use insert-buffer-substring.
19773         * net/tramp.el: Pacify byte compiler warnings in pacification code.
19774         (tramp-handle-file-local-copy): Use insert-buffer-substring.
19776 2005-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
19778         * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
19779         in last change.
19780         (ange-ftp-insert-directory): Fix up the search for the case where
19781         `file' is absolute.
19783 2005-10-02  Romain Francoise  <romain@orebokech.com>
19785         * progmodes/compile.el (compile-goto-error): Delete extra paren.
19787 2005-10-02  Andreas Schwab  <schwab@suse.de>
19789         * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
19790         directory component in the session info.
19792 2005-10-01  Richard M. Stallman  <rms@gnu.org>
19794         * comint.el (comint-redirect-subvert-readonly): Doc fix.
19796         * simple.el (next-error-internal): New function.
19798         * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
19799         (compilation-start): Pass new arg to compilation-buffer-name.
19800         (compile-goto-error): Use next-error-internal.
19802 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
19804         * speedbar.el: Remove RCS tag.
19805         (speedbar-check-read-only): Handle non-existent files.
19807         * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
19809         * info.el (Info-speedbar-hierarchy-buttons)
19810         (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
19812 2005-10-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
19814         * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
19815         Do not match newline.
19816         (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
19817         (bibtex-summary): Remove unnecessary save-excursion.
19818         (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
19820 2005-10-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19822         * term/mac-win.el: Add charset info for "iso10646-1".
19823         Modify default fontset to use ATSUI-compatible fonts for some charsets
19824         if available.
19826 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
19828         * speedbar.el: Re-apply arch tag.
19829         (speedbar-version): Rename to version 1.0.  Suggested by Eric
19830         M. Ludlam.
19831         Reapply two changes from Emacs CVS' version of speedbar lost
19832         during the merge:
19833         (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
19834         (speedbar-frame-parameters): Improve customize type.
19836 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19838         * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
19839         (ange-ftp-file-directory-p): Fix the symlink case.
19840         (ange-ftp-insert-directory): When listing a single file, get a list of
19841         the parent buffer and extract the relevant line.  Inspired from a patch
19842         by Katsumi Yamaoka <yamaoka@jpl.org>.
19843         (ange-ftp-file-name-sans-versions): Simplify.
19845 2005-09-30  Bill Wohler  <wohler@newt.com>
19847         Move MH-E image files from toolbar and mail directories into
19848         etc/images.
19850         * mail/reply2.*: Move to etc/images/mail/reply*.
19852         * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
19853         * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
19854         etc/images.
19856         * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
19857         * toolbar/reply*: Move to etc/images/mail.
19859         * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
19861 2005-09-30  Eric M. Ludlam  <zappo@gnu.org>
19863         * speedbar.el: New version 1.0pre3.
19865         Frame management code (including timer, and mouse click specifics)
19866         moved to dframe.el:
19867         (speedbar-attached-frame): Removed.  Use dframe-attached-frame.
19868         (speedbar-timer): Removed.  Use dframe-timer.
19869         (speedbar-close-frame): Removed.  Use dframe-close-frame.
19870         (speedbar-activity-change-focus-flag): Removed.  Use
19871         dframe-activity-change-focus-flag.
19872         (speedbar-update-speed, speedbar-navigating-speed): Obsolete.  Use
19873         dframe-update-speed.
19875         (speedbar-current-frame): New macro.  Use this instead of the
19876         variable speedbar-frame.
19878         (speedbar-use-images, speedbar-expand-image-button-alist)
19879         (speedbar-insert-image-button-maybe): Moved to sb-image.el.
19881         (speedbar-find-image-on-load-path): Removed.  Replaced by
19882         defezimage in ezimage.el.
19883         (speedbar-expand-image-button-alist): Removed.  Replaced by
19884         ezimage-expand-image-button-alist in ezimage.el.
19886         (speedbar-ignored-directory-regexp)
19887         (speedbar-add-ignored-directory-regexp)
19888         (speedbar-ignored-directory-expressions)
19889         (speedbar-line-directory, speedbar-buffers-line-directory)
19890         (speedbar-directory-line, speedbar-buffers-line-directory):
19891         Renamed, replacing `path' with `directory'.
19893         (speedbar-create-directory, speedbar-expand-line-descendants)
19894         (speedbar-toggle-line-expansion)
19895         (speedbar-contract-line-descendants): New commands.
19897         (speedbar-query-confirmation-method, speedbar-select-frame-method)
19898         (speedbar-use-tool-tips-flag): New options.
19900         (speedbar-check-read-only, speedbar-require-version)
19901         (speedbar-insert-separator, speedbar-buffers-tail-notes)
19902         (speedbar-handle-delete-frame, speedbar-try-completion)
19903         (speedbar-update-localized-contents): New functions.
19905         (speedbar-incompatible-version, speedbar-ro-to-do-point)
19906         (speedbar-object-read-only-indicator): New variables.
19908         (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
19909         New hooks.
19911         (speedbar-separator-face): New face.
19913         (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
19914         (speedbar-ignored-modes): Add fundamental-mode.
19915         (speedbar-directory-unshown-regexp): Add . directories.
19917         (speedbar-key-map): Remove old SPC and DEL page up/down keys.
19918         (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
19919         `]' for full expand/close.
19920         (speedbar-buffers-key-map): Add SPC to toggle node expansion.
19922         (speedbar-check-vc): Support hidden files.
19923         (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
19924         (speedbar-this-file-in-vc): Use vc-state if available.  If VC
19925         state is nil, it is not checked out.
19927         (speedbar-line-text, speedbar-line-token): Support expand buttons
19928         with no text.
19929         (speedbar-refresh): Universal argument acts as power-click.
19930         (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
19931         that buffer to get variable values.
19933         And many other bugfixes.
19935         * dframe.el, ezimage.el, sb-image.el: New files.
19937         * sb-*.xpm: Remove files.  New image files installed into
19938         etc/images/ezimage.
19940 2005-09-30  Kenichi Handa  <handa@m17n.org>
19942         * ps-mule.el (ps-mule-show-warning): If a character is in
19943         ps-print-translation-table, don't treat it as non-printable.
19945 2005-09-30  David Ponce  <david@dponce.com>
19947         * tree-widget.el (tree-widget-themes-load-path): New variable.
19948         (tree-widget-themes-directory): Doc fix.
19949         (tree-widget-image-formats) [Emacs]: Doc fix.
19950         (tree-widget--locate-sub-directory): New function.
19951         (tree-widget-themes-directory): Use it.
19953         * recentf.el (recentf-filename-handlers): Rename from
19954         `recentf-filename-handler'.  Allow a list of functions.
19955         (recentf-menu-items-for-commands): Fix :help strings.
19956         (recentf-apply-filename-handlers): New function.
19957         (recentf-expand-file-name): Use it.
19958         (recentf-cleanup): Remove duplicates too.
19960 2005-09-29  Juri Linkov  <juri@jurta.org>
19962         * faces.el: Rearrange face definitions to be in the same order as
19963         their face descriptions in "(emacs)Standard Faces".
19965         * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
19967         * tooltip.el (tooltip): Add group `basic-faces'.
19969         * buff-menu.el (Buffer-menu-buffer): Remove group
19970         `font-lock-highlighting-faces'.
19972         * progmodes/compile.el (compilation-error, compilation-warning)
19973         (compilation-info, compilation-line-number, compilation-column-number):
19974         Change group from `font-lock-highlighting-faces' to `compilation'.
19976         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
19977         (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
19978         (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
19979         (vhdl-font-lock-reserved-words-face)
19980         (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
19981         `font-lock-highlighting-faces'.
19983         * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
19985 2005-09-28  Kim F. Storm  <storm@cua.dk>
19987         * emulation/cua-base.el: Set CUA move property on additional commands:
19988         up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
19989         forward-sexp, backward-sexp, forward-list, backward-list.
19991 2005-09-28  Romain Francoise  <romain@orebokech.com>
19993         * comint.el (comint-show-output): Really set point at the
19994         beginning of the output when not using `comint-use-prompt-regexp'.
19996 2005-09-27  Jay Belanger  <belanger@truman.edu>
19998         * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
19999         in TeX mode.
20001 2005-09-26  Juanma Barranquero  <lekktu@gmail.com>
20003         * textmodes/org.el (org-table-sum): Fix format string.
20005         * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
20006         Quote face names.
20008 2005-09-26  Romain Francoise  <romain@orebokech.com>
20010         * isearch.el (isearch-forward-regexp): Close doc string.
20012 2005-09-25  Richard M. Stallman  <rms@gnu.org>
20014         * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
20016         * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
20018         * progmodes/compile.el (compilation-error-properties):
20019         When getting the file from the previous error message,
20020         correctly decode the new data format.
20022         * progmodes/cc-cmds.el (c-electric-paren):
20023         Call old-blink-paren only for close-paren.
20025 2005-09-24  Andreas Schwab  <schwab@suse.de>
20027         * term/rxvt.el (rxvt-register-default-colors): Delete redundant
20028         condition.
20030 2005-09-25  Romain Francoise  <romain@orebokech.com>
20032         * dired-aux.el (dired-copy-file-recursive):
20033         * dired.el (dired-delete-file):
20034         * ediff-mult.el (ediff-dir-diff-copy-file):
20035         * ediff-util.el (ediff-test-save-region):
20036         * forms.el (forms-mode):
20037         * ido.el (ido-file-internal, ido-delete-file-at-head):
20038         * log-edit.el (log-edit-done):
20039         * ses.el (ses-yank-resize):
20040         * play/gomoku.el (gomoku-human-plays, gomoku)
20041         (gomoku-human-resigns, gomoku-prompt-for-other-game)
20042         (gomoku-offer-a-draw):
20043         * play/landmark.el (lm-human-resigns, lm):
20044         * net/eudcb-ldap.el (eudc-ldap-check-base):
20045         * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
20046         * progmodes/ebrowse.el (ebrowse-find-pattern):
20047         * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
20048         * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
20049         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
20051         * vc.el (vc-delete-file):
20052         * play/gomoku.el (gomoku-terminate-game, gomoku)
20053         (gomoku-prompt-for-move, gomoku-human-takes-back):
20054         * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
20055         (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
20057 2005-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
20059         * term/rxvt.el (rxvt-register-default-colors): Add support for 255
20060         color rxvt terminals by using the code xterm.el used to use before
20061         2005-04-09 in order to match the colors used by rxvt.
20063 2005-09-24  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
20065         * term/rxvt.el (rxvt-register-default-colors): Add support for 88
20066         colors rxvt-unicode terminals by using the same code as xterm.el.
20068 2005-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
20070         * textmodes/tex-mode.el (tex-font-lock-append-prop)
20071         (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
20072         new symbol used for the tex-verbatim face.
20074 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
20076         * woman.el (woman-file-name):
20077         * wid-edit.el (widget-file-prompt-value)
20078         (widget-coding-system-prompt-value):
20079         * w32-fns.el (set-w32-system-coding-system):
20080         * vc.el (vc-version-diff, vc-annotate):
20081         * textmodes/reftex-auc.el (reftex-arg-cite)
20082         (reftex-arg-index-tag):
20083         * textmodes/refer.el (refer-get-bib-files):
20084         * textmodes/artist.el (artist-figlet-choose-font):
20085         * terminal.el (terminal-emulator):
20086         * replace.el (occur-read-primary-args):
20087         * rect.el (string-rectangle, string-insert-rectangle):
20088         * ps-print.el (ps-print-preprint):
20089         * progmodes/pascal.el (pascal-goto-defun):
20090         * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
20091         * progmodes/compile.el (compilation-find-file):
20092         * printing.el (pr-interactive-n-up):
20093         * play/animate.el (animate-birthday-present):
20094         * net/rcompile.el (remote-compile):
20095         * man.el (man, Man-goto-section, Man-follow-manual-reference):
20096         * mail/rmailsum.el (rmail-summary-search-backward)
20097         (rmail-summary-search):
20098         * mail/rmailout.el (rmail-output-read-rmail-file-name)
20099         (rmail-output-read-file-name):
20100         * mail/rmail.el (rmail-search, rmail-search-backwards):
20101         * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
20102         * locate.el (locate):
20103         * international/quail.el (quail-show-keyboard-layout):
20104         * international/mule.el (set-buffer-file-coding-system)
20105         (revert-buffer-with-coding-system, set-file-name-coding-system)
20106         (set-terminal-coding-system, set-keyboard-coding-system)
20107         (set-next-selection-coding-system):
20108         * international/mule-diag.el (describe-coding-system)
20109         (describe-font, describe-fontset):
20110         * international/mule-cmds.el (universal-coding-system-argument)
20111         (search-unencodable-char, describe-input-method)
20112         (set-language-environment, describe-language-environment):
20113         * international/codepage.el (codepage-setup):
20114         * international/code-pages.el (codepage-setup):
20115         * info.el (Info-search, Info-follow-reference)
20116         (Info-search-backward):
20117         * emacs-lisp/advice.el (ad-read-advised-function)
20118         (ad-read-advice-class, ad-clear-cache, ad-activate)
20119         (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
20120         (ad-enable-advice, ad-disable-advice, ad-remove-advice)
20121         (ad-read-regexp):
20122         * ediff-util.el (ediff-toggle-regexp-match):
20123         * ediff-ptch.el (ediff-prompt-for-patch-file):
20124         * dired-aux.el (dired-diff):
20125         * diff.el (diff):
20126         * cus-edit.el (custom-variable-prompt):
20127         * calendar/timeclock.el (timeclock-ask-for-project):
20128         * calc/calcalg3.el (calc-get-fit-variables):
20129         * calc/calc-store.el (calc-edit-variable)
20130         (calc-permanent-variable):
20131         * vc-mcvs.el (vc-mcvs-register):
20132         * shadowfile.el (shadow-define-literal-group):
20133         * woman.el (woman-file-name):
20134         * vc.el (vc-version-diff, vc-merge):
20135         * textmodes/reftex-index.el (reftex-index-complete-tag):
20136         * format.el (format-decode-buffer, format-decode-region):
20137         * emulation/viper-cmd.el (viper-read-string-with-history):
20138         * emacs-lisp/debug.el (cancel-debug-on-entry):
20139         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
20140         * ediff.el (ediff-merge-revisions)
20141         (ediff-merge-revisions-with-ancestor, ediff-revision):
20142         * completion.el (interactive-completion-string-reader):
20143         * calc/calc-prog.el (calc-user-define-formula):
20144         Follow convention for reading with the minibuffer.
20146 2005-09-24  Steven Huwig  <steven_h@acm.org>  (tiny change)
20148         * progmodes/python.el (python-describe-symbol): Add globals() and
20149         locals() to the arguments of emacs.ehelp.
20151 2005-09-24  Magnus Henoch  <mange@freemail.hu>
20153         * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
20154         New function, code extracted from ispell-valid-dictionary-list.
20155         (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
20156         Call it.
20158 2005-09-24  Eli Zaretskii  <eliz@gnu.org>
20160         * subr.el (version-regexp-alist): Extend valid syntax for version
20161         strings: allow any of the characters -,_,+ to separate the
20162         alpha/beta/rc part from the version part.  Doc fix.
20163         (version-to-list): Doc fix.  Bind case-fold-search to t, as advertised.
20165 2005-09-23  David Reitter  <david.reitter@gmail.com>
20167         * mail/mailclient.el: New file.
20169 2005-09-23  Richard M. Stallman  <rms@gnu.org>
20171         * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
20172         (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
20173         Doc fixes.
20175         * progmodes/cc-mode.el (c-font-lock-init):
20176         Specify font-lock-lines-before.
20178 2005-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
20180         * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
20181         whole conflict.
20183 2005-09-23  Carsten Dominik  <dominik@science.uva.nl>
20185         * textmodes/org.el (org-mode-map, orgtbl-mode-map):
20186         Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix.  Make use
20187         of `remap' feature when available.  Additional key bindings for
20188         better tty support.
20189         (org-mode-restart, org-force-self-insert): New commands.
20190         (org-time-stamp-inactive): New command.
20191         (org-remap): New function.
20192         (org-table-auto-blank-field, org-level-color-stars-only): New options.
20193         (org-enable-fixed-width-editor): Move to `org-structure'
20194         customization group.
20195         (org-self-insert-command, orgtbl-self-insert-command): Modify to
20196         blank field after field motion commands.
20198 2005-09-23  Kenichi Handa  <handa@m17n.org>
20200         * international/mule-cmds.el (set-language-environment):
20201         Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
20202         have to call utf-translate-cjk-load-tables.
20204 2005-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
20206         * mouse.el (mouse-move-drag-overlay): Fix last change.
20208 2005-09-22  David Ponce  <david@dponce.com>
20210         * tree-widget.el (tree-widget-value-create): Fix previous change.
20212 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
20214         * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
20216 2005-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
20218         * mouse.el (mouse-move-drag-overlay): New function.
20219         (mouse-drag-region-1): Use it.
20220         Try to simplify a bit the state handling.  Handle clicks on links
20221         inside intangible areas.
20222         (mouse-save-then-kill): Minor simplification.
20223         (mouse-secondary-overlay): Make it always non-nil instead of
20224         recreating it each time.
20225         (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
20226         (mouse-kill-secondary, mouse-secondary-save-then-kill):
20227         Simplify accordingly.
20229 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
20231         * term/rxvt.el (rxvt-standard-colors): Fix some colors.
20233 2005-09-20  Michael Kifer  <kifer@cs.stonybrook.edu>
20235         * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
20236         (ediff-file-name-sans-prefix): Treat nil as an empty string.
20237         (ediff-fixup-patch-map): Better heuristic for intuiting the file names
20238         to patch.
20240         * ediff-util.el: Use insert-buffer-substring.
20242         * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
20244         * emulation/viper-cmd.el (viper-change-state): Don't move over the
20245         field boundaries in the minibuffer.
20246         (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
20247         (viper-minibuffer-post-command-hook): New hook.
20248         (viper-line): Don't move cursor at bolp.
20250         * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
20252         * emulation/viper-init.el: Add alias to make-variable-buffer-local to
20253         avoid compiler warnings.
20255         * emulation/viper-macs.el (ex-map): Better messages.
20257         * emulation/viper-utils.el (viper-beginning-of-field): New function.
20259         * emulation/viper.el: Replace make-variable-buffer-local with
20260         viper-make-variable-buffer-local everywhere, to avoid warnings.
20262 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
20264         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
20265         Delete unused var `old-selected-window'.
20266         (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
20267         (mouse-drag-secondary): Delete unused var `start-frame'.
20269 2005-09-19  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
20271         * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
20273 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
20275         * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
20276         Re-indent within 80 columns.  Use inhibit-read-only.
20278 2005-09-19  Romain Francoise  <romain@orebokech.com>
20280         * calendar/diary-lib.el (mark-diary-entries): Revert last change.
20282 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
20284         * font-lock.el (font-lock-default-fontify-region): Don't add a line
20285         unconditionally, since the after-change-function already did it.
20287 2005-09-19  Miles Bader  <miles@gnu.org>
20289         * net/newsticker.el: Get rid of CVS keyword.
20291 2005-09-19  Johan Bockg\e,Ae\e(Brd  <bojohan+sf@dd.chalmers.se>
20293         * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
20294         The prompt is formatted later.
20296 2005-09-19  David Ponce  <david@dponce.com>
20298         * tree-widget.el (tree-widget-value-create): Save the converted
20299         tree :node widget.
20301 2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
20303         * progmodes/sh-script.el (sh-blink): Fix spurious reference to
20304         variable `message'.
20306 2005-09-18  Michael Albinus  <michael.albinus@gmx.de>
20308         * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
20309         to cover prompts like "login as:".  Reported by Slawomir Nowaczyk
20310         <slawomir.nowaczyk.847@student.lu.se>.
20312 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
20314         * image.el (image-load-path): Use symbol `data-directory' instead
20315         of its value, for backward compatibility with packages that bind
20316         it during `find-image'.  Suggested by Katsumi Yamaoka.
20317         (image-search-load-path): Handle symbols whose values are strings.
20319 2005-09-18  Romain Francoise  <romain@orebokech.com>
20321         * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
20322         with-current-buffer form in save-excursion.
20324 2005-09-18  Deepak Goel  <deego@gnufans.org>
20326         * apropos.el (apropos-command): Fix `message' call: first arg
20327         should be a format spec.  In this and all other cases that appear
20328         below and elsewhere in the source code, I made a change only when
20329         two conditions were satisfied: [1] I can think of a possibility
20330         that the arguments would cause an error, for example, the code in
20331         question relies on external variables such as filenames.  [2] I
20332         was sure that the arg to `message' could not have been nil in the code.
20334         * textmodes/tildify.el (tildify-region): Ditto.
20336         * textmodes/reftex-index.el (reftex-index-change-entry)
20337         (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
20338         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
20339         * textmodes/org.el (org-complete, org-deadline, org-schedule)
20340         (org-priority, org-table-sum):
20341         * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
20342         * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
20343         (flyspell-word, flyspell-display-next-corrections):
20344         * textmodes/bibtex.el (bibtex-print-help-message):
20345         * textmodes/artist.el (artist-key-set-point-poly):
20346         * term/mac-win.el (mac-services-insert-text):
20347         * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
20348         (vhdl-hooked-abbrev, vhdl-template-insert-fun)
20349         (vhdl-port-paste-testbench, vhdl-compose-new-component)
20350         (vhdl-compose-configuration):
20351         * progmodes/sh-script.el (sh-blink, sh-show-indent)
20352         (sh-set-indent, sh-learn-line-indent):
20353         * progmodes/ps-mode.el (ps-mode-target-column):
20354         * progmodes/idlwave.el (idlwave-make-tags)
20355         (idlwave-scan-library-catalogs):
20356         * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
20357         * progmodes/gud.el (gud-jdb-analyze-source):
20358         * progmodes/flymake.el (flymake-log):
20359         * progmodes/ebnf2ps.el (ebnf-generate-region):
20360         * progmodes/cmacexp.el (c-macro-expansion):
20361         * progmodes/ada-xref.el (ada-treat-cmd-string):
20362         * progmodes/ada-mode.el (ada-create-case-exception-substring)
20363         (ada-justified-indent-current, ada-batch-reformat):
20364         * play/zone.el (zone):
20365         * play/landmark.el (lm-move):
20366         * play/decipher.el (decipher-show-alphabet):
20367         * net/newsticker.el (newsticker--display-jump)
20368         (newsticker--display-scroll):
20369         * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
20370         (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
20371         * mail/feedmail.el (feedmail-dump-message-to-queue):
20372         * eshell/esh-proc.el (eshell-remove-process-entry):
20373         * emulation/ws-mode.el (ws-last-error):
20374         * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
20375         (viper-record-kbd-macro):
20376         * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
20377         * emacs-lisp/lisp-mnt.el (lm-report-bug):
20378         * emacs-lisp/find-func.el (find-function-noselect):
20379         * calendar/timeclock.el (timeclock-status-string)
20380         (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
20381         (timeclock-when-to-leave-string):
20382         * calendar/icalendar.el (icalendar--convert-ical-to-diary):
20383         * calc/calc-units.el (calc-enter-units-table):
20384         * calc/calc-mode.el (calc-mode-record-mode):
20385         * woman.el (woman-mini-help):
20386         * wdired.el (wdired-change-to-wdired-mode):
20387         * vc.el (vc-retrieve-snapshot):
20388         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
20389         * startup.el (display-startup-echo-area-message):
20390         * simple.el (set-goal-column):
20391         * ses.el (ses-command-hook, ses-recalculate-cell):
20392         * server.el (server-process-filter):
20393         * printing.el (pr-interface-txt-print, pr-interface-printify)
20394         (pr-interface-ps):
20395         * pcvs.el (cvs-help):
20396         * log-edit.el (log-edit, log-edit-mode-help):
20397         * iswitchb.el (iswitchb-possible-new-buffer):
20398         * isearch.el (isearch-edit-string):
20399         * image-mode.el (image-mode, image-minor-mode):
20400         * ibuf-macs.el (define-ibuffer-filter):
20401         * hi-lock.el (hi-lock-find-patterns):
20402         * files.el (toggle-read-only):
20403         * ediff-util.el (ediff-copy-diff)
20404         (ediff-write-merge-buffer-and-maybe-kill):
20405         * echistory.el (Electric-history-undefined):
20406         * dnd.el (dnd-insert-text):
20407         * dired-aux.el (dired-query):
20408         * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
20409         * bookmark.el (bookmark-bmenu-locate):
20410         * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
20411         Fix `message' calls to ensure first arg is a format string.
20412         The change was made only when these two conditions were satisfied:
20413         [1] when there is a possibility that the arguments would cause an error
20414         for example, if the code in question relies on external variables
20415         such as filenames, and
20416         [2] if the arg to `message' could not have been nil in the code.
20418         * pcomplete.el (pcomplete--help): Fix `message' format spec.
20419         Not having a %s would be weird, though not technically wrong.
20421 2005-09-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
20423         * term/mac-win.el (mac-add-charset-info): Doc fix.
20425 2005-09-17  Romain Francoise  <romain@orebokech.com>
20427         * shell.el (shell-resync-dirs): Handle echoing processes more
20428         reliably.  Don't insert resync command if `comint-process-echoes'
20429         is non-nil.
20431 2005-09-17  Magnus Henoch  <mange@freemail.hu>
20433         * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
20434         (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
20435         aspell versions >= 0.60.
20436         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
20437         only if ispell-aspell-supports-utf8 is non-nil.
20439 2005-09-17  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
20441         * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
20442         buffer-local value to lisp-indent-function.
20444 2005-09-17  Milan Zamazal  <pdm@zamazal.org>
20446         * progmodes/glasses.el (glasses-make-readable): If
20447         glasses-separator differs from underscore, put appropriate
20448         overlays over underscore characters.
20449         (glasses-convert-to-unreadable): If glasses-separator differs from
20450         underscore, try to convert glasses-separator characters to
20451         underscores.
20453 2005-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
20455         * calendar/diary-lib.el (mark-diary-entries): Don't move point.
20456         Use with-syntax-table and dolist.
20458 2005-09-16  Carsten Dominik  <dominik@science.uva.nl>
20460         * textmodes/reftex-auc.el:
20461         * textmodes/reftex-cite.el:
20462         * textmodes/reftex-dcr.el:
20463         * textmodes/reftex-global.el:
20464         * textmodes/reftex-parse.el:
20465         * textmodes/reftex-ref.el:
20466         * textmodes/reftex-sel.el:
20467         * textmodes/reftex-toc.el:
20468         * textmodes/reftex-vars.el:
20469         * textmodes/reftex.el: Small changes to remove compiler warnings.
20471         * textmodes/reftex-index.el: Likewise.
20472         (reftex-query-index-phrase): More efficient use of markers.
20474 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
20476         * image.el (image-load-path): New variable.
20477         (image-search-load-path): New function.
20478         (find-image): Search for images in `image-load-path'.
20480 2005-09-15  Richard M. Stallman  <rms@gnu.org>
20482         * follow.el: Change Maintainer field.
20484 2005-09-15  David Ponce  <david@dponce.com>
20486         * recentf.el (recentf-save-file-modes): New option.
20487         (recentf-save-list): Use it.
20489 2005-09-15  Nick Roberts  <nickrob@snap.net.nz>
20491         * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
20492         (mode-line-mule-info, mode-line-modified): Move bindings from
20493         mouse-3 to mouse-1.
20495 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
20497         * simple.el (sendmail-user-agent-compose): Revert last change.
20499 2005-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
20501         * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
20502         Use with-current-buffer.
20503         (ange-ftp-gwp-start): Remove unused var `gw-user'.
20504         (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
20505         (ange-ftp-insert-directory): Remove unused var `short'.
20506         (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
20508         * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
20509         (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
20511         * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
20512         (check-calendar-holidays, diary-list-entries): Autoload.
20513         Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
20514         (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
20516         * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
20517         which mistakenly removed a call to display-buffer.
20519 2005-09-14  Juanma Barranquero  <lekktu@gmail.com>
20521         * obsolete/iso-insert.el: Move to obsolete/ from international/.
20523 2005-09-14  Thien-Thi Nguyen  <ttn@gnu.org>
20525         * progmodes/hideshow.el
20526         (hs-hide-comments-when-hiding-all): Remove autoload cookie.
20527         (hs-allow-nesting): New user var.
20528         (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
20529         (hs-hide-block-at-point): When nesting allowed,
20530         if there is already an overlay in place, delete it.
20531         (hs-safety-is-job-n): Delete func; remove call sites.
20532         (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
20533         (hs-overlay-at): New func.
20534         (hs-already-hidden-p, hs-show-block): Use it.
20535         (hs-hide-all): Don't pre-clean if nesting allowed.
20536         (hs-show-all): Temporarily disallow
20537         nesting around call to `hs-discard-overlays'.
20539 2005-09-14  Chong Yidong  <cyd@stupidchicken.com>
20541         * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
20542         Delete unused local var.
20544 2005-09-13  Juanma Barranquero  <lekktu@gmail.com>
20546         * help-fns.el (describe-categories): "?\ " -> "?\s".
20547         (help-do-arg-highlight): Recognize also ARG-n, as in
20548         `move-to-left-margin' (ARG+n is already recognized).  Simplify.
20550         * international/codepage.el (dos-unsupported-char-glyph):
20551         * net/newsticker.el (tool-bar-map, w3-mode-map)
20552         (w3m-minor-mode-map):
20553         * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
20554         (ent-alist):
20555         * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
20557 2005-09-13  Chong Yidong  <cyd@stupidchicken.com>
20559         * custom.el (custom-push-theme): Handle the case where a symbol is
20560         bound but face properties have not yet been assigned.
20562         * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
20563         Fix behavior if noerase is `t' and there is no mail buffer.
20565         * simple.el (sendmail-user-agent-compose): Use a new mail buffer
20566         if `continue' is nil, rather than signal an error.
20568 2005-09-12  Richard M. Stallman  <rms@gnu.org>
20570         * font-lock.el (font-lock-keywords): Add autoload.
20572         * help-fns.el (describe-variable): Rearrange to put source link
20573         in a predictable place.
20575         * net/newsticker.el: New file.
20577 2005-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
20579         * calendar/calendar.el (calendar-for-loop): Add edebug info.
20580         (calendar-basic-setup): Use the new nil arg.
20581         (number-of-diary-entries): Move to diary-lib.el.
20583         * calendar/diary-lib.el: Use with-current-buffer, match-string.
20584         (diary-list-entries): Use with-syntax-table and dolist.
20585         Rename from list-diary-entries.
20586         Use number-of-diary-entries if `number' is nil.
20587         (diary, diary-view-entries): Use this new name and new nil arg value.
20588         (number-of-diary-entries): Move from calendar.el.
20589         (diary-unhide-everything): New function.
20590         (include-other-diary-files, fancy-diary-display)
20591         (diary-show-all-entries, make-diary-entry): Use it.
20592         (diary-mail-entries): Use buffer-string.
20593         (mark-diary-entries): Fix long standing paren typo.
20594         (diary-sexp-entry): Use count-lines.
20595         (make-diary-entry): Avoid `previous-line'.
20596         (diary-mode-map): New var.
20597         (diary-mode): Redraw cal after saving.  Setup header-line.
20598         (fancy-diary-display-mode): Use local-set-key.
20600         * startup.el (command-line): Try calling various terminal-init-foo-bar
20601         functions by stripping hyphenated suffixes from $TERM.
20603         * files.el (normal-mode): Check boundness of font-lock-keywords.
20605 2005-09-12  Richard M. Stallman  <rms@gnu.org>
20607         * progmodes/compile.el: Don't decide a file's directory
20608         until the user actually tries to go there.
20609         (compilation-next-error-function):
20610         Pass compilation-find-file the directory from the file-struct.
20611         (compilation-internal-error-properties): Separate local FILE-STRUCT
20612         from FILE.  Doc the args better.  Rename arg FMT to FMTS.
20613         (compilation-find-file): Arg DIR renamed to DIRECTORY.
20614         Expand it, and if nil, use default-directory.
20615         (compilation-get-file-structure): Don't mix specified directory
20616         with default directory.  Put specified directory into
20617         file-struct.  Don't make the file name absolute.
20619         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
20620         (compile-command): Add autoload.
20621         (compilation-disable-input): Add autoload.
20623 2005-09-11  Stephen Gildea  <gildea@stop.mail-abuse.org>
20625         * time-stamp.el: Mention variable `time-stamp-pattern' in doc
20626         strings of the variables it can override.
20627         (time-stamp): New (as yet undocumented) time-stamp-format escapes
20628         %Q and %q, for fully-qualified domain name and unqualified host name.
20630 2005-09-11  Kim F. Storm  <storm@cua.dk>
20632         * emacs-lisp/authors.el (authors-aliases): Update list.
20633         (authors-fixed-entries): Update mldrag.el entry.
20635 2005-09-10  Alan Mackenzie  <acm@muc.de>
20637         * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
20638         from the region narrowed to.
20640 2005-09-10  Magnus Henoch  <mange@freemail.hu>
20642         * textmodes/ispell.el (ispell-check-version): Signal an error if
20643         aspell version is less than 0.60.
20645 2005-09-10  Pascal Dupuis  <Pascal.Dupuis@esat.kuleuven.be>  (tiny change)
20647         * progmodes/octave-inf.el (inferior-octave-startup):
20648         Resync current dir at the end.
20650 2005-09-10  Emilio C. Lopes  <eclig@gmx.net>
20652         * woman.el (woman-topic-at-point-default):
20653         Rename to woman-use-topic-at-point-default.
20654         (woman-topic-at-point): Rename to woman-use-topic-at-point.
20655         (woman-file-name): Reflect renames above.  Automatically use the
20656         word at point as topic if woman-use-topic-at-point is non-nil.
20657         Otherwise offer it as default but don't insert it in the
20658         minibuffer.  Also use `test-completion' instead of `assoc' as
20659         suggested by Stefan Monnier.
20661 2005-09-10  Andre Spiegel  <spiegel@gnu.org>
20663         * vc.el (vc-directory, vc-update-change-log): Throw an error on
20664         the attempt to do it over Tramp.  This is not yet supported.
20666 2005-09-10  Eli Zaretskii  <eliz@gnu.org>
20668         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
20669         (menu-bar-non-minibuffer-window-p): New functions.
20670         ("Split Window", "Save As..."): Use them.
20671         ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
20672         ("Print Buffer", "Truncate Long Lines in this Buffer"):
20673         Use menu-bar-menu-frame-live-and-visible-p.
20674         ("Save Buffer", "Insert File", "Open Directory...")
20675         ("Open File...", "Visit New File..."):
20676         Use menu-bar-non-minibuffer-window-p.
20677         (kill-this-buffer-enabled-p, dired <menu-enable>):
20678         Use menu-bar-non-minibuffer-window-p.
20680 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
20682         * cus-start.el (all): Don't complain about fringe-related
20683         built-ins if fringes are not supported.  Ditto about
20684         selection-related built-ins.  Fix the test for GTK-related built-ins.
20686         * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
20687         ("Postscript Print Buffer", "Print Region", "Save As...")
20688         ("Save", "Insert File...", "Open Directory...")
20689         ("Open File...", "Visit New File..."")
20690         ("Truncate Long Lines in this Buffer"): Don't look at
20691         menu-updating-frame if this display does not support multiple frames.
20693 2005-09-09  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
20695         * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
20697 2005-09-09  Emilio C. Lopes  <eclig@gmx.net>
20699         * woman.el: Format- and whitespace-related changes.
20701 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
20703         * woman.el: Fix my email address.
20705 2005-09-08  Richard M. Stallman  <rms@gnu.org>
20707         * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
20708         (sh-mode): Locally set skeleton-pair-default-alist.
20710         * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
20712         * progmodes/flymake.el: Require `compile' unconditionally.
20714         * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
20716         * woman.el (woman-file-name): Provide a default, not initial input.
20718         * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
20720         * font-lock.el (font-lock-support-mode): Doc fix.
20722         * descr-text.el (describe-property-list): Handle non-symbol prop names.
20724 2005-09-08  Richard M. Stallman  <rms@gnu.org>
20726         * simple.el (blink-matching-open): Get rid of text props from
20727         the string shown in echo area.  Don't permanently set point.
20728         Some rearrangements.
20730 2005-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
20732         * recentf.el (recentf-filename-handler): Add custom choice
20733         `abbreviate-file-name'.
20735         * msb.el (msb--very-many-menus): Fix typo.
20737         * disp-table.el (standard-display-european): Don't set
20738         enable-multibyte-characters to nil.
20740 2005-09-08  David Ponce  <david@dponce.com>
20742         * recentf.el (recentf-show-file-shortcuts-flag): New option.
20743         (recentf-expand-file-name): Doc fix.
20744         (recentf-dialog-mode-map): Define digit shortcuts.
20745         (recentf--files-with-key): New variable.
20746         (recentf-show-digit-shortcut-filter): New function.
20747         (recentf-open-files-items): New function.
20748         (recentf-open-files): Use it.
20749         (recentf-open-file-with-key): New command.
20751 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
20753         * buff-menu.el (Buffer-menu-sort-by-column): New function.
20754         Suggested by Kim F. Storm.
20755         (Buffer-menu-sort-button-map): Global keymap for sort buttons.
20756         (Buffer-menu-make-sort-button): Use global keymap.
20758 2005-09-07  Michael Albinus  <michael.albinus@gmx.de>
20760         * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
20761         (Man-getpage-in-background-advice): Remove defadvice; it isn't
20762         necessary any longer with the remapped command.
20763         (Man-bgproc-sentinel-advice): Remove defadvice which counts
20764         formatting time only.
20766         * net/tramp.el (tramp-action-password)
20767         (tramp-multi-action-password): Compile the password prompt from
20768         `method', `user' and `host'.  Sometimes it isn't obvious which
20769         password to enter, for example with remote files offered by
20770         recentf.el, or with multiple steps.  Suggested by Robert Marshall
20771         <robert@chezmarshall.freeserve.co.uk>.
20773 2005-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
20775         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
20776         Fix regexp for when "s///" is at the beginning of line.
20778 2005-09-07  Jay Belanger  <belanger@truman.edu>
20780         * calc/calc-poly.el (math-expand-term): Multiply out any powers
20781         when in matrix mode.
20783 2005-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
20785         * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
20786         non-anonymous functions.
20788 2005-09-06  Chong Yidong  <cyd@stupidchicken.com>
20790         * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
20791         when using a header line.  Otherwise, use mouse-1-click-follows-link.
20793         * mouse.el (mouse-drag-header-line): Do nothing if the header-line
20794         can't be moved; don't signal an error.
20796 2005-09-05  Chong Yidong  <cyd@stupidchicken.com>
20798         * cus-theme.el (custom-theme-write-faces): Save the current face
20799         spec, not the defface spec.
20801         * custom.el (custom-known-themes): Clarify meaning of "standard".
20802         (custom-push-theme): Save old values in the standard theme.
20803         (disable-theme): Correct typo.
20804         (custom-face-theme-value) Deleted unused function.
20805         (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
20807 2005-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
20809         * progmodes/compile.el (compilation-goto-locus): Take into account
20810         iconified frames when determining whether the buffer is
20811         already visible.
20812         Don't reset window height if the window already existed.
20814 2005-09-04  Chong Yidong  <cyd@stupidchicken.com>
20816         * custom.el (load-theme): Rename from require-theme.
20817         Add interactive spec.
20818         (enable-theme): Rename from custom-enable-theme.
20819         Add interactive spec.
20820         (disable-theme): Rename from custom-disable-theme.
20821         Add interactive spec.
20822         (custom-make-theme-feature): Doc fix.
20823         (custom-theme-directory): Doc fix.
20824         (provide-theme): Call enable-theme.
20826 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
20828         * obsolete/lazy-lock.el (lazy-lock-mode):
20829         * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
20830         font-lock-mode if it's off.  Print a warning instead.
20832         * progmodes/compile.el (compilation-start): Ignore errors if the
20833         process died before we get to send-eof.
20835         * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
20836         Undo last change.  Enclosing the result in quotes broke things on Unix
20837         since tex-send-command passes it through shell-quote-argument.
20838         (tex-send-command): Pass `file' through convert-standard-filename
20839         when possible.
20840         (tex-uptodate-p): Handle the case where TeX hasn't put additional
20841         info in a transcript.
20843 2005-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
20845         * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
20846         fix compilation warning.  Reorder the key definitions to group
20847         together keys emitted by the current version of xterm.
20849         * progmodes/vhdl-mode.el (vhdl-highlight-faces)
20850         (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
20851         Reorder predicates to correct min-color usage.
20853 2005-09-01  Chong Yidong  <cyd@stupidchicken.com>
20855         * longlines.el (longlines-mode): Inhibit read-only when encoding.
20856         Kill local variables when longlines-mode is turned off.
20858 2005-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
20860         * international/mule-cmds.el (set-locale-environment): Soothe compiler.
20862         * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
20864         * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
20866         * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
20867         (font-lock-lines-before): Change default to being inactive.
20868         (font-lock-default-fontify-region): Obey font-lock-lines-before.
20869         (font-lock-after-change-function): Don't handle f-l-lines-before here.
20871 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
20873         * net/tramp.el (tramp-handle-make-auto-save-file-name):
20874         Deactivate temporarily advice if active (not needed for Emacs 22,
20875         but for backwards compatibility).
20876         (tramp-exists-file-name-handler): Rewrite.  First implementation
20877         was too simple.
20878         (tramp-advice-make-auto-save-file-name):
20879         Call `tramp-handle-make-auto-save-file-name' (again, just for
20880         backwards compatibility).
20882 2005-08-31  Reto Zimmermann  <reto@gnu.org>
20884         * progmodes/vhdl-mode.el
20885         (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
20886         (vhdl-end-p): Fix indentation bug "else" after "-- when".
20887         (vhdl-set-default-project): New function (easier setting of default).
20888         (vhdl-port-copy): Handle extended identifiers for generics.
20889         (vhdl-compiler-alist): Better description for error message regexp.
20890         (vhdl-make): Query for target, use previous as default.
20891         (vhdl-port-copy): Fix port copy for port names starting with "signal".
20892         (vhdl-font-lock-keywords-2): Fix fontification for record
20893         el. assign.
20894         (vhdl-speedbar-make-subpack-line): Add package body link.
20895         (vhdl-generate-makefile-1): Not include itself as dependency.
20896         (vhdl-font-lock-init): Highlight c-preprocessor directives.
20897         (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
20898         (vhdl-get-syntactic-context): Handle c-preprocessor directives.
20899         (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
20900         (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
20901         (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
20902         (vhdl-import-project): Add string argument for `error'.
20903         (vhdl-compose-configuration)
20904         (vhdl-compose-configuration-architecture): Add configuration
20905         declaration generation.
20906         (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
20907         (vhdl-trailer-re): Add "record" keyword (better indentation).
20908         (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
20909         "[^ \t-\"]+".
20910         (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
20911         (vhdl-testbench-entity-file-name)
20912         (vhdl-testbench-architecture-file-name): Allow separate
20913         customization of testbench file names.
20914         (vhdl-beginning-of-block): Handle optional subprogram parameter list.
20915         (vhdl-get-visible-signals): Allow newline within alias declaration.
20916         (vhdl-update-sensitivity-list): Signal read only on certain attributes.
20917         (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
20918         (member-ignore-case): Alias for missing function in XEmacs.
20919         (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
20920         (vhdl-update-sensitivity-list): Ignore case on read signals.
20921         (vhdl-replace-string): Adjust case only for file names.
20922         (vhdl-update-sensitivity-list): Fix search for read signals.
20923         (vhdl-update-sensitivity-list): Exclude formal parameters.
20924         (vhdl-get-visible-signals): Include aliases of signals.
20925         (vhdl-get-visible-signals): Fix signal name searching.
20926         (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
20927         (vhdl-fixup-whitespace-region): Fix for character
20928         literals (e.g. `:').
20930 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
20932         * ansi-color.el (comint-last-output-start):
20933         * bs.el (font-lock-verbose):
20934         * diff-mode.el (add-log-buffer-file-name-function):
20935         * dired-x.el (vm-folder-directory):
20936         * faces.el (help-xref-stack-item):
20937         * files.el (font-lock-keywords):
20938         * find-lisp.el (dired-buffers, dired-subdir-alist):
20939         * ido.el (cua-inhibit-cua-keys):
20940         * log-view.el (cvs-minor-wrap-function):
20941         * outline.el (font-lock-warning-face):
20942         * simple.el (compilation-current-error):
20943         * speedbar.el (ange-ftp-path-format, efs-path-regexp)
20944         (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
20945         * tooltip.el (comint-prompt-regexp):
20946         * w32-fns.el (explicit-shell-file-name):
20947         * term/mac-win.el (mac-charset-info-alist)
20948         (mac-services-selection, mac-system-script-code):
20949         * term/tty-colors.el (msdos-color-values):
20950         * term/w32-win.el (xlfd-regexp-registry-subnum):
20951         * term/x-win.el (x-keysym-table, x-selection-timeout)
20952         (x-session-id, x-session-previous-id):
20953         * textmodes/ispell.el (mail-yank-prefix):
20954         * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
20955         * textmodes/org.el (calc-embedded-close-formula)
20956         (calc-embedded-open-formula)
20957         (font-lock-unfontify-region-function):
20958         * textmodes/reftex-global.el (isearch-next-buffer-function)
20959         (TeX-master):
20960         * textmodes/reftex.el (font-lock-keywords):
20961         * textmodes/tex-mode.el (font-lock-comment-face)
20962         (font-lock-doc-face):
20963         * textmodes/texinfo.el (outline-heading-alist):
20964         Add defvars.
20966         * textmodes/artist.el (x-pointer-crosshair): Add defvar.
20967         (artist-spray-chars, artist-mode-init, artist-replace-string)
20968         (artist-select-erase-char, artist-vap-find-endpoints-horiz)
20969         (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
20970         (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
20972         * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
20973         (conf-align-assignments): "?\ " -> "?\s".
20975         * textmodes/reftex-index.el (TeX-master): Add defvar.
20976         (reftex-index-phrases-marker): Move up defvar.
20978         * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
20979         (reftex-toc-include-labels-indicator)
20980         (reftex-toc-include-index-indicator)
20981         (reftex-toc-max-level-indicator): Move up declarations.
20983         * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
20984         of args to `tramp-run-real-handler', even if it's empty in this case.
20986 2005-08-31  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
20988         * dired.el (dired-move-to-filename-regexp): Add date format for
20989         Mac OS X 10.3 in East Asian locales.
20991 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
20993         * files.el (make-auto-save-file-name): Add file name handler call
20994         if applicable.
20996         * net/tramp.el (tramp-file-name-handler-alist)
20997         (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
20998         (tramp-handle-make-auto-save-file-name): Rename from
20999         `tramp-make-auto-save-file-name'.
21000         (tramp-exists-file-name-handler): New defun.
21001         (tramp-advice-make-auto-save-file-name): Make defadvice only when
21002         `make-auto-save-file-name' is not a magic file name operation.
21004 2005-08-30  Richard M. Stallman  <rms@gnu.org>
21006         * files.el (risky-local-variable-p):
21007         Match `-predicates' and `-commands.
21009         * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
21010         (custom-save-all): Visit the file if necessary;
21011         kill the buffer if we created it.
21012         (custom-save-delete): Don't visit file or kill buffer here.
21014 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
21016         * textmodes/org.el (org-special-keyword): New face.
21017         (org-table-copy-down, org-table-eval-formula)
21018         (org-table-recalculate, org-init-section-numbers):
21019         Use `string-to-number' instead of `string-to-int'.
21020         (org-get-location): Use `insert-buffer-substring' instead of
21021         `insert-buffer'.
21022         (org-modify-diary-entry-string): New function.
21023         (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
21024         (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
21025         (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
21026         active region.
21027         (org-export-as-html): Handle QUOTE keyword.
21028         (org-quote-string): New option.
21029         (org-bookmark-jump-unhide): New function, used for
21030         `bookmark-after-jump-hook'.
21031         (org-diary-default-entry): Apply only when not called through
21032         `org-agenda'.
21034 2005-08-30  Juanma Barranquero  <lekktu@gmail.com>
21036         * net/eudc.el (mode-popup-menu):
21037         * play/handwrite.el (ps-printer-name, ps-lpr-command):
21038         * progmodes/ada-mode.el (compile-auto-highlight)
21039         (skeleton-further-elements):
21040         * progmodes/autoconf.el (font-lock-syntactic-keywords):
21041         * progmodes/cmacexp.el (msdos-shells):
21042         * progmodes/compile.el (font-lock-extra-managed-props)
21043         (font-lock-keywords, font-lock-maximum-size)
21044         (font-lock-support-mode):
21045         * progmodes/grep.el (font-lock-lines-before):
21046         * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
21047         * progmodes/mixal-mode.el (compile-command):
21048         * progmodes/perl-mode.el (font-lock-comment-face)
21049         (font-lock-doc-face, font-lock-string-face):
21050         * progmodes/prolog.el (comint-prompt-regexp):
21051         * progmodes/sh-script.el (font-lock-comment-face)
21052         (font-lock-set-defaults, font-lock-string-face):
21053         * progmodes/sql.el (font-lock-keyword-face)
21054         (font-lock-set-defaults, font-lock-string-face):
21055         * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
21056         (itimer-version, lazy-lock-defer-contextually)
21057         (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
21058         Add defvars.
21060         * progmodes/cperl-mode.el (cperl-electric-lbrace)
21061         (cperl-electric-keyword, cperl-electric-pod)
21062         (cperl-electric-backspace, cperl-forward-re)
21063         (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
21064         (vc-rcs-header, vc-sccs-header): Add defvars.
21066         * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
21067         (font-lock-syntactic-keywords, gud-find-expr-function):
21068         Add defvars.
21070         * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
21071         (gdb-frame-parameters): Declare before use.
21073         * progmodes/gud.el (gdb-active-process, gdb-define-alist)
21074         (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
21075         (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
21076         (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
21078         * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
21079         (idlwave-help-with-source): Use `insert-buffer-substring', not
21080         `insert-buffer'.
21082 2005-08-29  Juri Linkov  <juri@jurta.org>
21084         * outline.el (hide-entry, hide-leaves, outline-toggle-children):
21085         Put outline-back-to-heading function call inside save-excursion.
21087 2005-08-29  Juanma Barranquero  <lekktu@gmail.com>
21089         * man.el (Man-init-defvars, Man-translate-references)
21090         (Man-support-local-filenames, Man-highlight-references):
21091         * progmodes/sql.el (sql-interactive-mode):
21092         * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
21094         * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
21095         (compilation-mode-font-lock-keywords): Add defvars.
21096         (checkdoc-interactive-loop): "?\ " -> "?\s".
21098         * emacs-lisp/lisp-mode.el (font-lock-comment-face)
21099         (font-lock-doc-face, font-lock-string-face)
21100         (font-lock-keywords-case-fold-search): Add defvars.
21101         (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
21103         * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
21104         Don't pass X and Y (they are ignored anyway).
21105         (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
21106         (mouse-delete-window): Make arguments optional.
21108         * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
21109         (caesar-translate-table, minor-modes, news-buffer-save)
21110         (news-group-name, news-minor-modes): Add defvars.
21112         * emacs-lisp/lselect.el (mouse-highlight-priority)
21113         (x-lost-selection-functions, zmacs-regions):
21114         * emacs-lisp/pp.el (font-lock-verbose):
21115         * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
21116         * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
21117         (ses-mode-map):
21118         * emacs-lisp/tcover-unsafep.el (safe-functions):
21119         * international/mule-cmds.el (mac-system-coding-system)
21120         (mac-system-locale):
21121         * language/ethio-util.el (rmail-current-message)
21122         (rmail-message-vector):
21123         * language/thai-util.el (thai-auto-composition-mode):
21124         * mail/metamail.el (rmail-current-message, rmail-message-vector):
21125         * mail/mspools.el (rmail-inbox-list, vm-crash-box)
21126         (vm-folder-directory, vm-init-file, vm-init-file-loaded)
21127         (vm-primary-inbox, vm-spool-files):
21128         * mail/rmail.el (deleted-head, font-lock-fontified)
21129         (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
21130         (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
21131         (total-messages):
21132         * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
21133         (rmail-summary-mode-map):
21134         * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
21135         (rmail-last-label, rmail-last-multi-labels)
21136         (rmail-summary-vector, rmail-total-messages):
21137         * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
21138         * mail/rmailsum.el (msgnum):
21139         * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
21140         (rmail-current-message):
21141         * obsolete/fast-lock.el (font-lock-face-list):
21142         * obsolete/rnewspost.el (mail-reply-buffer):
21143         * obsolete/scribe.el (compile-command):
21144         * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
21146 2005-08-28  John Paul Wallington  <jpw@gnu.org>
21148         * ibuf-ext.el (ibuffer-auto-update-changed):
21149         Use `frame-or-buffer-changed-p' to check whether we need to update.
21150         (ibuffer-auto-mode): Don't advise `get-buffer-create' and
21151         `kill-buffer'.  Initialise `ibuffer-auto-buffers-changed'
21152         as a `frame-or-buffer-changed-p' state vector instead.
21154 2005-08-27  Romain Francoise  <romain@orebokech.com>
21156         * textmodes/makeinfo.el (makeinfo-compile):
21157         Use `compilation-start'.  Set `next-error-function' according to
21158         `disable-errors'.
21159         (makeinfo-next-error): New function.
21160         (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
21161         (makeinfo-buffer): Likewise.
21163         * progmodes/compile.el (compilation-start): Add autoload cookie.
21165         * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
21166         * textmodes/sgml-mode.el: Likewise.
21167         * progmodes/python.el: Likewise.
21169 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
21171         * simple.el (blink-matching-paren-distance): Document the meaning
21172         of nil value, and allow to customize to nil.
21174         * eshell/esh-ext.el (eshell-windows-shell-file): Look for
21175         command.com, not command.exe.
21177 2005-08-26  John Wiegley  <johnw@newartisans.com>
21179         * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
21180         code around a bit so that an extraneous nil argument is not added
21181         to a command when no args are given.
21183         * eshell/esh-arg.el (eshell-parse-double-quote): If a
21184         double-quoted argument resolves to nil, return it as an empty
21185         string rather than as nil.  This made it impossible to pass "" to
21186         a shell script as a null string argument.
21188 2005-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
21190         * outline.el (outline-invent-heading): New fun.
21191         (outline-promote, outline-demote): Use it.
21192         (outline-move-subtree-down): Remove unused vars `re' and `txt'.
21193         (outline-end-of-subtree): Remove unused var `opoint'.
21195 2005-08-26  David Reitter  <david.reitter@gmail.com>
21197         * menu-bar.el (truncate-lines, write-file, print-buffer)
21198         (ps-print-buffer-faces, ps-print-buffer, split-window):
21199         Disable menu items when the frame they refer to is invisible, or when
21200         they refer to a buffer and the minibuffer is selected.
21202 2005-08-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
21204         * progmodes/flymake.el (flymake-highlight-err-lines):
21205         Use save-excursion around flymake-highlight-line to preserve point.
21207 2005-08-26  Eli Zaretskii  <eliz@gnu.org>
21209         * progmodes/octave-mod.el: Change Author and Maintainer address.
21210         (octave-maintainer-address): Change Kurt's email address.
21211         * progmodes/octave-inf.el: Change Author and Maintainer address.
21212         * progmodes/octave-hlp.el: Change Author and Maintainer address.
21214 2005-08-26  Kim F. Storm  <storm@cua.dk>
21216         * subr.el (version-list-<, version-list-<=, version-list-=):
21217         Rename from integer-list-*.
21218         (version-list-not-zero): Likewise.  Fix while loop.
21219         (version=): Use version-list-= instead of string-equal.
21221 2005-08-26  Richard M. Stallman  <rms@gnu.org>
21223         * outline.el (outline-promote): Try shortening the heading.
21224         As last resort, read the heading to use.
21225         (outline-demote): As last resort, read the heading to use.
21227 2005-08-26  Romain Francoise  <romain@orebokech.com>
21229         * progmodes/compile.el (compilation-start): Doc fix.
21231         * progmodes/antlr-mode.el (antlr-default): Fix defface form.
21232         (antlr-font-lock-additional-keywords): Fix reference to
21233         `antlr-font-lock-literal-regexp' erroneously changed during the
21234         mass face rename.
21235         (antlr-run-tool): Use `compilation-start'.
21237         * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
21238         instead of the obsolete `compile-internal'.
21240 2005-08-26  Juanma Barranquero  <lekktu@gmail.com>
21242         * calendar/cal-bahai.el (date, displayed-month, displayed-year)
21243         (number, original-date):
21244         * calendar/cal-china.el (date):
21245         * calendar/cal-coptic.el (date):
21246         * calendar/cal-french.el (date):
21247         * calendar/cal-hebrew.el (date, entry, number, original-date):
21248         * calendar/cal-islam.el (date, number, original-date):
21249         * calendar/cal-iso.el (date):
21250         * calendar/cal-julian.el (date):
21251         * calendar/cal-mayan.el (date):
21252         * calendar/cal-menu.el (date, event):
21253         * calendar/cal-persia.el (date):
21254         * calendar/lunar.el (date):
21255         * calendar/solar.el (date): Add defvars.
21257         * emerge.el:
21258         * ibuffer.el:
21259         * info-xref.el:
21260         * obsolete/bg-mouse.el:
21261         * obsolete/sun-curs.el:
21262         * obsolete/swedish.el: Move the `defvar's to the top level.
21264         * smerge-mode.el (smerge-refined-change): Add :group.
21266 2005-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
21268         * smerge-mode.el (smerge-remove-props): Make the args non-optional.
21269         (smerge-keep-n): Remove props.
21270         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
21271         (smerge-keep-current, smerge-kill-current): Don't remove props anymore
21272         now that it's done in smerge-keep-n.
21273         (smerge-refined-change): New face.
21274         (smerge-refine-chopup-region, smerge-refine-highlight-change)
21275         (smerge-refine): New funs.
21276         (smerge-basic-map): Bind smerge-refine.
21278 2005-08-25  Juri Linkov  <juri@jurta.org>
21280         * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
21281         compilation-process-setup-function and compilation-disable-input
21282         in grep-mode instead of let-bindings in grep.
21284         * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
21285         Delete "Automatic File De/compression" (auto-compression-mode).
21287 2005-08-25  Juanma Barranquero  <lekktu@gmail.com>
21289         * obsolete/bg-mouse.el: Move to obsolete/ from term/.
21290         Silence warning about non-existent variable.
21292 2005-08-25  Richard M. Stallman  <rms@gnu.org>
21294         * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
21295         Rename "Describe Key" to "Describe Key or Mouse Operation".
21297         * mail/mailalias.el (build-mail-aliases): Delete comments
21298         from the contents before processing them.
21300         * isearch.el (isearch-edit-string): Erase the Search prompt
21301         if user enters an empty string and there is no default.
21303         * comint.el (comint-file-name-prefix): Add autoload.
21305 2005-08-25  Joe Corneli  <jcorneli@math.utexas.edu>
21307         * subr.el (play-sound): Rearrange to avoid warning.
21309 2005-08-25  Carsten Dominik  <dominik@science.uva.nl>
21311         * calendar/diary-lib.el (diary-modify-entry-list-string-function):
21312         New hook.
21313         (add-to-diary-list): Call `diary-modify-entry-list-string-function'
21315 2005-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
21317         * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
21319         * custom.el (custom-theme-set-variables): Sort minor modes last.
21321 2005-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
21323         * subr.el (version-separator, version-regexp-alist): New vars used by
21324         version comparison funs.
21325         (integer-list-<, integer-list-=, integer-list-<=)
21326         (integer-list-not-zero): New funs for integer list comparison.
21327         (version-to-list, version=, version<, version<=): New funs for version
21328         comparison.
21330 2005-08-24  Juanma Barranquero  <lekktu@gmail.com>
21332         * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
21333         (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
21334         time to silence the byte-compiler.
21336         * ibuffer.el (ibuffer-compile-make-eliding-form)
21337         (ibuffer-check-formats): Use `with-no-warnings' to hide references
21338         to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
21339         so it's silly to get warnings for it).
21340         (ibuffer-auto-mode, ibuffer-cached-filter-formats)
21341         (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
21342         (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
21343         (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
21344         (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
21345         (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
21346         Defvar at compile time.
21347         (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
21348         (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
21349         Declare them before use.
21351         * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
21352         (info-xref-good, info-xref-bad): Defvar at compile time.
21354         * obsolete/mlsupport.el (filter-region, execute-monitor-command):
21355         Use `let*' instead of `let'.
21357         * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
21358         (*mouse-y*, menu, char): Defvar at compile time.
21359         (sc::menu): Declare it before use.
21360         (sc::pack-one-line): Use `let', not `let*'.
21362         * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
21363         (mail-send-hook): Defvar at compile time.
21365         * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
21366         Defvar at compile time.
21368         * term/sun-mouse.el (current-global-mousemap)
21369         (current-local-mousemap): Declare them before use.
21371 2005-08-24  Carsten Dominik  <dominik@science.uva.nl>
21373         * bookmark.el (bookmark-after-jump-hook): New hook.
21374         (bookmark-jump): Run `bookmark-after-jump-hook'.
21376 2005-08-23  Juri Linkov  <juri@jurta.org>
21378         * faces.el (minibuffer-prompt): Doc fix.
21380 2005-08-23  Juanma Barranquero  <lekktu@gmail.com>
21382         * progmodes/xscheme.el: Trivial changes to silence warnings.
21383         (xscheme-previous-mode, xscheme-previous-process-state):
21384         Add defvars.
21385         (xscheme-last-input-end, xscheme-process-command-line)
21386         (xscheme-process-name, xscheme-buffer-name)
21387         (xscheme-expressions-ring-max, xscheme-expressions-ring)
21388         (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
21389         (xscheme-control-g-synchronization-p)
21390         (xscheme-control-g-disabled-p, xscheme-string-receiver)
21391         (default-xscheme-runlight, xscheme-runlight)
21392         (xscheme-runlight-string, xscheme-process-filter-state)
21393         (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
21394         Move to beginning of file.
21395         (scheme-interaction-mode-commands-alist)
21396         (scheme-interaction-mode-map, scheme-debugger-mode-map):
21397         Declare them before use.  Note: the initialization code for the
21398         variables has not been moved because it uses functions that reference
21399         the variables.
21400         (xscheme-control-g-message-string, xscheme-process-filter-alist)
21401         (xscheme-prompt-for-expression-map): Declare them before use.
21402         (scheme-debugger-mode-commands): "?\ " -> "?\s".
21404 2005-08-23  Ed Swarthout  <ed.swarthout@gmail.com>  (tiny change)
21406         * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
21408 2005-08-22  Juri Linkov  <juri@jurta.org>
21410         * faces.el (set-face-underline): Delete this duplicate function
21411         and make an obsolete alias to set-face-underline-p.
21412         (set-face-underline-p): Use docstring of set-face-underline.
21413         (describe-face): Create hyperlink to parent face.
21415         * info.el (Info-insert-dir): Use save-excursion around
21416         insert-buffer-substring.
21417         (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
21418         (Info-escape-percent): Delete function.
21419         (Info-fontify-node): Replace Info-escape-percent by
21420         replace-regexp-in-string with REP arg set to lambda that
21421         duplicates `%' and preserves text properties.
21423         * progmodes/compile.el (compilation-disable-input): Doc fix.
21424         (define-compilation-mode): Doc fix and refill.
21425         (kill-compilation): Use `mode-name' in the error message.
21426         (compilation-find-file): Use `compilation-error' in the
21427         read-file-name's prompt.
21429 2005-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
21431         * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
21432         (smerge-auto-leave): Make undo re-enable the mode.
21433         (debug-ignored-errors): Add the user-error of impossible resolution.
21434         (smerge-resolve): Move things around a bit, in preparation for later.
21435         (smerge-diff): Don't fail if the buffer has no associated file.
21436         (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
21437         (smerge-conflict-overlay): New function.
21438         (smerge-match-conflict): Don't add text properties here.
21439         (smerge-find-conflict): Instead, add an overlay here.
21440         Also check for the case where we're inside a conflict already, so as to
21441         obviate the need for font-lock-multiline, which is unbearably slow with
21442         large conflicts and ciomplex font-lock patterns.
21443         (smerge-remove-props): Remove overlay rather than text-properties.
21444         (smerge-mode): Don't set font-lock-multiline.
21445         Remove overlays when turned off.
21447 2005-08-21  Kim F. Storm  <storm@cua.dk>
21449         * ido.el (ido-ignore-item-p): Use save-match-data.
21450         Bind case-fold-search to ido-case-fold locally.
21452 2005-08-20  Richard M. Stallman  <rms@gnu.org>
21454         * files.el (normal-mode): If font lock is on, turn it off and on.
21456         * subr.el (replace-regexp-in-string): Doc fix.
21458         * startup.el (command-line-1): Don't suppress startup screen
21459         due to existing processes.
21461         * progmodes/grep.el (grep): Bind compilation-disable-input to t.
21463         * progmodes/compile.el (compilation-disable-input): Default to nil.
21465 2005-08-20  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
21467         * progmodes/compile.el (compilation-disable-input): New defcustom.
21468         (compilation-start): If compilation-disable-input is non-nil, send
21469         EOF to the compilation process.
21471 2005-08-20  Eli Zaretskii  <eliz@gnu.org>
21473         * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
21474         Run the argument of tex-shell-cd-command through
21475         convert-standard-filename, to get the correct style of slashes on
21476         Windows, and enclose the result in quotes, in case the file name
21477         includes whitespace or other special characters.
21479 2005-08-19  Andreas Schwab  <schwab@suse.de>
21481         * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
21482         process.
21484 2005-08-18  Luc Teirlinck  <teirllm@auburn.edu>
21486         * cus-start.el (minibuffer-prompt-properties): Correct typo.
21488 2005-08-18  Kim F. Storm  <storm@cua.dk>
21490         * scroll-lock.el: Fix errors due to incorrect line wrapping.
21492 2005-08-18  Richard M. Stallman  <rms@gnu.org>
21494         * scroll-lock.el: New file.
21496 2005-08-18  Thien-Thi Nguyen  <ttn@gnu.org>
21498         * dired.el (dired-move-to-end-of-filename):
21499         Handle fifo as rendered by "ls -lF": Don't include trailing "|".
21501 2005-08-18  Kim F. Storm  <storm@cua.dk>
21503         * ido.el (ido-everywhere): Fix defcustom :set function to disable
21504         rather than toggle mode when custom value is nil.
21505         (ido-everywhere): Fix defun doc string.
21507 2005-08-17  Richard M. Stallman  <rms@gnu.org>
21509         * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
21510         as tag instead of "Inviolable".
21512 2005-08-17  Kim F. Storm  <storm@cua.dk>
21514         * windmove.el (windmove-coordinates-of-position): Remove.
21515         (windmove-coordinates-of-window-position): Remove.
21516         (windmove-reference-loc): Use posn-at-point instead.
21518         * subr.el (insert-for-yank-1): Doc fix.
21520         * ido.el (ido-enter-matching-directory): Rename from
21521         ido-enter-single-matching-directory.  Change `slash' choice to
21522         `only'.  Add `first' choice.
21523         (ido-exhibit): Adapt to above changes.
21525 2005-08-16  Luc Teirlinck  <teirllm@auburn.edu>
21527         * Makefile.in: Expand comment about building loaddefs.el.
21529 2005-08-16  Nick Roberts  <nickrob@snap.net.nz>
21531         * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
21532         Comment use of defadvice.
21534         * progmodes/gud.el (gud-jump): Rework for gdb-ui.
21536 2005-08-15  Dan Nicolaescu  <dann@ics.uci.edu>
21538         * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
21539         * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
21540         * progmodes/gdb-ui.el, progmodes/idlw-help.el,
21541         * progmodes/idlw-shell.el, progmodes/ld-script.el,
21542         * progmodes/which-func.el, ruler-mode.el, strokes.el,
21543         * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
21544         for backward compatibility for faces that did not appear in the
21545         previous Emacs release.
21547         * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
21549 2005-08-15  Kim F. Storm  <storm@cua.dk>
21551         * emulation/cua-base.el (cua-delete-region): Return t if
21552         deleted region was non-empty.
21553         (cua-replace-region): Inhibit overwrite-mode for
21554         self-insert-command if replaced region was non-empty.
21555         (cua--explicit-region-start, cua--status-string): Make them
21556         buffer-local at top-level...
21557         (cua-mode): ...rather than when mode is enabled.
21559 2005-08-15  Thien-Thi Nguyen  <ttn@gnu.org>
21561         * progmodes/vhdl-mode.el (vhdl-emacs-21):
21562         Set t for Emacs 21, 22, and so on.
21564 2005-08-15  David Ponce  <david@dponce.com>
21566         * tree-widget.el: Update Commentary header.
21567         (tree-widget-theme): Doc fix.
21568         (tree-widget-space-width): New option.
21569         (tree-widget-image-properties): Look up in the default theme too.
21570         (tree-widget--cursors): Only for images with arrow pointer shape.
21571         (tree-widget-lookup-image): Pointer shape is hand by default.
21572         (tree-widget-icon): Rename generic icon widget from
21573         `tree-widget-control'.
21574         (tree-widget-*-icon): Rename from `tree-widget-*-control' and
21575         derive from `tree-widget-icon'.
21576         (tree-widget-handle): Improve default look and feel of the text
21577         representation.
21578         (tree-widget): Rename :*-control properties to :*-icon properties.
21579         Add :action and :help-echo properties.
21580         (tree-widget-after-toggle-functions): Move.
21581         (tree-widget-close-node, tree-widget-open-node): Remove.
21582         (tree-widget-before-create-icon-functions): New hook.
21583         (tree-widget-value-create): Update to allow customization of icons
21584         and nodes at run-time via that new hook.
21585         (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
21586         (tree-widget-icon-action, tree-widget-icon-help-echo)
21587         (tree-widget-action, tree-widget-help-echo): New functions.
21589 2005-08-15  Kim F. Storm  <storm@cua.dk>
21591         * ido.el (ido-buffer-internal): Use with-no-warnings.
21592         (ido-make-merged-file-list): Use while-no-input.
21594 2005-08-15  Richard M. Stallman  <rms@gnu.org>
21596         * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
21597         (flyspell-large-region): Fix doc and custom type.
21599 2005-08-14  Richard M. Stallman  <rms@gnu.org>
21601         * files.el (interpreter-mode-alist): Doc fix.
21603         * mail/rmail.el (rmail-nonignored-headers): New variable.
21604         (rmail-clear-headers): Use it.
21605         (rmail-reply): Better handling of mail-followup-to header.
21607         * progmodes/sh-script.el (sh-font-lock-keywords-var):
21608         Rename variable from sh-font-lock-keywords.  In the `shell' entry,
21609         don't try to refer to executable-font-lock-keywords.
21610         (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
21611         (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
21612         (sh-font-lock-keywords): Append executable-font-lock-keywords here.
21613         (sh-mode): Set comment-start-skip, local-abbrev-table,
21614         imenu-case-fold-search.
21615         (sh-set-shell): Don't set them here.
21616         (sh-feature): Simplify.  Get rid of the eval-a-variable feature.
21617         Don't cache the results in the original alist; don't ever modify
21618         that alist.
21620         * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
21622         * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
21623         empty.
21625 2005-08-15  Andreas Schwab  <schwab@suse.de>
21627         * desktop.el: Put autoload cookie at risky-local-variable declarations.
21629         * dired.el, info.el, mail/rmail.el: Revert last change.
21631 2005-08-14  Thien-Thi Nguyen  <ttn@gnu.org>
21633         * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
21634         modification in `eval-after-load' form.
21635         * info.el: Likewise.
21636         * mail/rmail.el: Likewise.
21638 2005-08-14  Juri Linkov  <juri@jurta.org>
21640         * progmodes/compile.el (compilation-mode-font-lock-keywords):
21641         Remove highlighting of "Compilation started".  Highlight only
21642         the word "finished" in "Compilation finished".  Add highlighting
21643         of "interrupt", "killed", "terminated" and the exit code.
21644         (compilation-start): Add newline after header.  Use exactly the
21645         same time stamp format as the finishing message.
21646         (compilation-mode-map): Add ellipsis to "Search Files (grep)".
21648         * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
21649         (grep-mode-font-lock-keywords): Don't highlight "Grep started".
21650         Add highlighting of "interrupt", "killed", "terminated".
21652         * delsel.el (delete-selection-pre-hook): If overwrite-mode is
21653         enabled and the current command is self-insert-command, call it
21654         explicitly with overwrite-mode bound to nil, to not allow it
21655         to delete the character after the selected region.
21657 2005-08-12  Matt Hodges  <MPHodges@member.fsf.org>
21659         * emacs-lisp/eldoc.el: Add move-beginning-of-line,
21660         move-end-of-line, end-of-line, and beginning-of-line to the list
21661         of commands after which the echo area is updated.
21663 2005-08-12  Eli Zaretskii  <eliz@gnu.org>
21665         * cus-edit.el (custom-save-all, custom-save-delete):
21666         Bind recentf-exclude to exclude custom-file.
21668 2005-08-12  Ehud Karni  <ehud@unix.mvs.co.il>
21670         * mail/rmailsum.el (rmail-summary-end-of-message): New command
21671         to go to the bottom of the mail message.  Added to
21672         `rmail-summary-mode-map' with key "/".
21673         (rmail-summary-show-message): New (internal) function for use by
21674         both `rmail-summary-beginning/end-of-message'.
21675         (rmail-summary-beginning-of-message): Change to use
21676         rmail-summary-show-message.
21678         * mail/rmail.el (rmail-end-of-message): New command to go to the
21679         end of the current message.  Added to `rmail-mode-map' with key "/".
21680         (rmail-beginning-of-message): Fix to work as documented.
21681         (rmail-mode): Change documentation.
21683         * progmodes/compile.el (compilation-start): Add the line
21684         "Compilation started" with compilation start time.
21685         (compilation-mode-font-lock-keywords): Add `started' to keywords.
21687 2005-08-11  Luc Teirlinck  <teirllm@auburn.edu>
21689         * menu-bar.el (menu-bar-options-menu): Standardize capitalization
21690         of menu items.
21692 2005-08-11  Richard M. Stallman  <rms@gnu.org>
21694         * simple.el (pop-global-mark): Reverse test of widen-automatically.
21696         * battery.el (battery-status-function): Don't use ignore-errors.
21698 2005-08-11  Lute Kamstra  <lute@gnu.org>
21700         * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
21701         define-obsolete-variable-alias.
21703 2005-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
21705         * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
21706         (ange-ftp-send-cmd): Revert last change, and expand
21707         the comment explaining the problem.
21709 2005-08-10  Luc Teirlinck  <teirllm@auburn.edu>
21711         * ldefs-boot.el: Update.
21713         * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
21714         item to "Time, Load and Mail".  Change help echo text.
21716         * time.el (display-time-use-mail-icon, display-time-format)
21717         (display-time-string-forms): Shorten first line of docstrings.
21719 2005-08-10  Lars Hansen  <larsh@soem.dk>
21721         * desktop.el (desktop-buffer-mode-handlers):
21722         Make non-customizable.  Add autoload cookie.  Change initial value to
21723         nil; add elements in respective modules instead.  Fix doc string.
21724         (desktop-load-file): New function.
21725         (desktop-minor-mode-handlers): New autoloaded variable.
21726         (desktop-create-buffer): Call minor mode handlers.
21727         Use desktop-load-file to load major and minor mode modules prior to
21728         checking for a handler.
21729         (desktop-save): Don't add nil to desktop-minor-modes for minor
21730         modes with nil function in desktop-minor-mode-table.  Don't delete
21731         desktop file before rewriting it.
21732         (desktop-locals-to-save): Add autoload cookie.  Don't make
21733         automatically buffer-local.  Add variables column-number-mode,
21734         size-indication-mode, indent-tabs-mode,
21735         indicate-buffer-boundaries, indicate-empty-lines and
21736         show-trailing-whitespace.
21737         (desktop-clear): Allow desktop-clear-preserve-buffers to contain
21738         regexps.  Don't use desktop-clear-preserve-buffers-regexp.
21739         (desktop-clear-preserve-buffers-regexp): Delete.
21740         (desktop-clear-preserve-buffers): Update initial value and docstring.
21741         (desktop-save-buffer): Fix doc string.
21743         * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
21744         (hilit-chg-desktop-restore): New function.
21745         (highlight-changes-mode): Add highlight-changes-mode to
21746         desktop-locals-to-save.
21748         * dired.el: Add handler to desktop-buffer-mode-handlers.
21749         (dired-restore-desktop-buffer): Remove autoload cookie.
21750         (dired-mode): Add autoload cookie.
21752         * info.el: Add handler to desktop-buffer-mode-handlers.
21753         (Info-restore-desktop-buffer): Remove autoload cookie.
21754         (Info-mode): Add autoload cookie.
21756         * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
21757         (mh-restore-desktop-buffer): Remove autoload cookie.
21758         (mh-folder-mode): Add autoload cookie.
21760         * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
21761         (rmail-restore-desktop-buffer): Remove autoload cookie.
21763 2005-08-11  Masatake YAMATO  <jet@gyve.org>
21765         * hexl.el (hexl-address-region):
21766         (hexl-ascii-region, hexl-font-lock-keywords):
21767         (hexl-highlight-line-range): Use the term "region"
21768         instead of "area" for consistency with the other symbols
21769         defined in hexl.el.
21771 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
21773         * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
21774         correct group: it is set with `menu-bar-make-mm-toggle' (pointed
21775         out by Juri Linkov).  Add `display-battery-mode'.
21777 2005-08-09  Juri Linkov  <juri@jurta.org>
21779         * progmodes/compile.el (compilation-mode-font-lock-keywords):
21780         Remove `-text' from face variable names.
21781         (compilation-error-file-name, compilation-warning-file-name)
21782         (compilation-info-file-name): Delete faces.
21783         (compilation-line-number, compilation-column-number):
21784         Remove face underlining.
21785         (compilation-message-face): Set to `underline' value by default.
21786         (compilation-error-face, compilation-warning-face)
21787         (compilation-info-face): Remove `-file-name' from face names.
21788         (compilation-error-text-face, compilation-warning-text-face)
21789         (compilation-info-text-face): Delete face variables.
21790         (compilation-text-face): Delete function.
21792         * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
21793         (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
21794         (grep-error-face): Set to `compilation-error' instead of
21795         `compilation-error-face' (which is redefined to `grep-hit-face' in
21796         grep buffers).
21797         (grep-mode-font-lock-keywords): Remove `-text' from face variable
21798         names.  Use `grep-error-face' instead of `compilation-error-text-face'.
21800         * dired-aux.el (dired-do-query-replace-regexp):
21801         Use `query-replace-read-args'.
21803         * replace.el (query-replace-read-from, query-replace-read-to)
21804         (query-replace-read-args): Rename arg `string' to `prompt'.
21806         * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
21808 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
21810         * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
21811         uploading files.
21812         (ange-ftp-canonize-filename): Handle file names beginning with ~
21813         correctly.
21815 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
21817         * textmodes/fill.el (canonically-space-region)
21818         (fill-context-prefix, fill-french-nobreak-p)
21819         (fill-delete-newlines, fill-comment-paragraph)
21820         (justify-current-line): "?\ " -> "?\s".
21822 2005-08-09  Ben North  <ben@redfrontdoor.org>  (tiny change)
21824         * textmodes/fill.el (fill-nonuniform-paragraphs):
21825         Improve argument/docstring consistency.
21827 2005-08-09  Richard M. Stallman  <rms@gnu.org>
21829         * textmodes/ispell.el (ispell-word): More fboundp checks.
21831         * files.el (find-file-noselect): Don't call set-buffer-major-mode.
21832         (find-file-noselect-1): Call it here, only if RAWFILE.
21833         (normal-mode): Always set some major mode.
21834         (save-some-buffers-action-alist): Change some explanation strings.
21835         (file-name-non-special): In the `quote' method, use unwind-protect.
21837 2005-08-09  Magnus Henoch  <mange@freemail.hu>
21839         * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
21840         (ispell-have-aspell-dictionaries): New variable.
21841         (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
21842         (ispell-get-aspell-config-value): New function.
21843         (ispell-aspell-find-dictionary): New function.
21844         (ispell-aspell-add-aliases): New function.
21845         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
21846         appropriate.  Don't look for ispell dictionaries if we use aspell.
21847         (ispell-menu-map): Don't build a submenu of dictionaries.
21849 2005-08-09  Richard M. Stallman  <rms@gnu.org>
21851         * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
21852         (sql-read-passwd): Use read-passwd.
21854         * progmodes/idlw-toolbar.el (idlwave-toolbar)
21855         (idlwave-toolbar-is-possible): Add defvars.
21857         * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
21858         Avoid warnings.
21860         * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
21861         (idlwave-system-class-info, idlwave-executive-commands-alist):
21862         Use defvar.
21864         * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
21866         * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
21867         Avoid warnings.
21869         * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
21870         and content-type: headers.
21872         * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
21874         * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
21875         and rename some of them to be more self-explanatory.
21877         * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
21879         * startup.el (command-line-1): Implement -scriptload.
21881         * replace.el (occur-engine): Initial *Occur* output not undoable.
21883         * menu-bar.el (menu-bar-file-menu): Rename some menu items
21884         and improve help strings.
21886         * isearch.el (isearch-repeat): When changing direction,
21887         mark search successful.
21889         * ediff-init.el: Use (featurep 'xemacs).
21891         * comint.el (send-invisible): Identify buffer, if not selected.
21893         * align.el: Delete autoload for c-guess-basic-syntax.
21895 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
21897         * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
21898         Improve argument/docstring consistency.  Doc fixes.
21899         (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
21900         (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
21901         (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
21902         (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
21903         (r2bv-organization, r2bv-pages, r2bv-primary-author)
21904         (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
21905         (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
21906         Defvar at compile time.
21908 2005-08-09  Juri Linkov  <juri@jurta.org>
21910         * info.el: Replace `info' with upper-case `Info' where appropriate.
21911         (info-title-1, info-title-2, info-title-3, info-title-4)
21912         (info-menu-header): Move up face definitions.
21913         (info-menu-star): Rename from `info-menu-5'.
21914         (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
21915         (Info-fontify-visited-nodes): Fix docstring.
21916         (Info-hide-note-references): Fix docstring.
21917         (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
21918         menu items in the same way as on cross-references.
21919         (info-apropos): Fix sorting order and formatting to be like in the
21920         stand-alone Info browser.  Display error messages for 1 sec.
21921         (Info-mode-map): Move down `c' key binding.  Bind `^' to `Info-up'.
21922         (Info-mode-menu): Remove item for `Info-search-case-sensitively'
21923         from the menu bar.
21924         (Info-insert-dir): Restore point after calling
21925         `insert-buffer-substring'.
21927 2005-08-08  Richard M. Stallman  <rms@gnu.org>
21929         * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
21930         (recompute-lucid-menubar): Add defvars.
21932         * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
21934         * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
21936         * net/net-utils.el (run-dig): Rename from `dig'.
21938         * play/gametree.el (gametree-mode): Use make-local-variable,
21939         not make-variable-buffer-local.
21941         * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
21943         * ansi-color.el (ansi-color-make-extent)
21944         (ansi-color-set-extent-face): Use fboundp, not functionp.
21946         * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
21947         not make-variable-buffer-local.
21949         * bookmark.el (Info-current-file): Add defvar.
21950         (bookmark-jump-noselect): Use with-no-warnings.
21952         * completion.el (c-mode-map, fortran-mode-map): Add defvars.
21954         * ebuff-menu.el (Helper-return-blurb): Add defvar.
21956         * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
21958         * find-file.el (ada-procedure-start-regexp)
21959         (ada-package-start-regexp): Add defvars.
21961         * info.el (Info-insert-dir): Use insert-buffer-substring.
21963         * xml.el (xml-att-def-re): Add defvar.
21965         * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
21966         calling convention.
21968         * subr.el (while-no-input): Return t if there is input.
21970 2005-08-08  Luc Teirlinck  <teirllm@auburn.edu>
21972         * cus-start.el (all): Add `overflow-newline-into-fringe'.
21974 2005-08-08  Juanma Barranquero  <lekktu@gmail.com>
21976         * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
21977         (scheme-prev-l/c-dir/file): Fix typos in docstrings.
21979 2005-08-08  Emilio C. Lopes  <eclig@gmx.net>
21981         * cmuscheme.el (scheme-start-file): Replace reference to
21982         `user-emacs-directory' by "~/.emacs.d/".
21984 2005-08-08  Thien-Thi Nguyen  <ttn@gnu.org>
21986         * info.el (Info-dir-remove-duplicates): Avoid case folding
21987         in loop; instead, keep downcased strings for comparison.
21988         Suggested by Helmut Eller.
21990 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
21992         Sync with Tramp 2.0.50.
21994         * net/tramp.el: Remove defvar of `last-coding-system-used' in the
21995         XEmacs case; not necessary anymore.
21996         (tramp-user-regexp): Allow "@" as part of user name.
21997         (tramp-handle-set-visited-file-modtime)
21998         (tramp-handle-insert-file-contents)
21999         (tramp-handle-write-region): No special handling for
22000         `last-coding-system-used, because this is done in
22001         `tramp-accept-process-output' now.
22002         (tramp-accept-process-output): New defun.
22003         (tramp-process-one-action, tramp-process-one-multi-action)
22004         (tramp-wait-for-regexp, tramp-wait-for-output)
22005         (tramp-discard-garbage-erase-buffer): Call it.  Reported by David
22006         Howells <dhowells@redhat.com>.
22007         (clear-visited-file-modtime): Defadvice removed.  The check for
22008         unset buffer's modtime does not need to be based on
22009         `tramp-buffer-file-attributes'.  Suggested by RMS.
22010         (tramp-message): Insert "\n" if not being at beginning of line.
22011         (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
22012         sequence with same logic.
22013         (tramp-completion-handle-expand-file-name): Discard call of
22014         `tramp-drop-volume-letter'.  It is not necessary, and there have
22015         been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
22016         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
22017         (tramp-do-copy-or-rename-file-out-of-band): Transfer message
22018         should always be visible.
22019         (tramp-handle-insert-directory, tramp-setup-complete)
22020         (tramp-set-process-query-on-exit-flag)
22021         (tramp-append-tramp-buffers): Pacify byte-compiler.
22022         (tramp-bug): Delete non-existing variables from list.
22023         Apply `tramp-load-report-modules' as pre-hook.
22024         Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
22025         `shell-prompt-pattern' because of non-7bit characters.
22026         Reported by Sebastian Luque <sluque@mun.ca>.
22027         (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
22028         (tramp-match-string-list): Remove function.
22029         (tramp-wait-for-regexp): Remove call of that function.
22030         Suggested by Kim F. Storm <storm@cua.dk>.
22031         (tramp-set-auto-save-file-modes): Use octal integer code #o600
22032         instead of octal character code ?\600.  The latter resulted in a
22033         syntax error with XEmacs.
22035         * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
22036         XEmacs case; not necessary anymore.
22037         (tramp-smb-handle-write-region): No special handling for
22038         `last-coding-system-used, because this is done in
22039         `tramp-accept-process-output' now.
22040         (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
22042 2005-08-06  Luc Teirlinck  <teirllm@auburn.edu>
22044         * wid-edit.el (widget-choice-value-create):
22045         Unconditionally respect user choice.  Set :explicit-choice back to nil
22046         when no longer needed.
22047         (widget-choice-action): Unconditionally respect user choice.
22048         Eliminate :explicit-choice-value.
22050         * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
22052         * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
22053         with `indicate-empty-lines' and `indicate-buffer-boundaries'.
22054         (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
22055         running new function `toggle-indicate-empty-lines'.
22056         Rename "Customize" item to "Customize fringe".
22057         Rename "Indicators" item to "Buffer boundaries" and change help echo.
22058         (menu-bar-showhide-fringe-ind-menu): Change several help echos.
22059         Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
22060         Delete "Empty lines only" item.
22061         (menu-bar-showhide-fringe-ind-customize): New function.
22062         (menu-bar-showhide-fringe-ind-mixed)
22063         (menu-bar-showhide-fringe-ind-box)
22064         (menu-bar-showhide-fringe-ind-right)
22065         (menu-bar-showhide-fringe-ind-left)
22066         (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
22067         instead of `fringe-indicators'.
22069 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
22071         * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
22072         Change the date of last update.
22074 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
22076         * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
22077         (viper-exec-yank, viper-put-back): Don't display modification msg
22078         if in the minibuffer.
22080         * viper-init.el (viper-replace-overlay-cursor-color)
22081         (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
22082         Make variables frame local.
22084         * viper-util.el (viper-append-filter-alist): Use append instead of
22085         nconc.
22087         * viper.el (viper-vi-state-mode-list)
22088         (viper-emacs-state-mode-list): Move help-mode and
22089         completion-list-mode from the first list to the second.
22090         (viper-mode): Docstring.
22091         (viper-go-away, viper-non-hook-settings): Don't localize
22092         minor-mode-alist in newer Emacsen.  Add advice to
22093         set-cursor-color.  Don't bind "\C-c\\".
22095 2005-08-06  Emilio C. Lopes  <eclig@gmx.net>
22097         * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
22098         (scheme-macro-expand-command): New user options.
22099         (scheme-trace-procedure, scheme-expand-current-form): New commands.
22100         (scheme-form-at-point, scheme-start-file)
22101         (scheme-interactively-start-process): New functions.
22102         (scheme-get-process): New function, extracted from `scheme-proc'.
22103         (run-scheme): Call `scheme-start-file' to get start file, and pass
22104         it to `make-comint'.
22105         (switch-to-scheme, scheme-proc):
22106         Call `scheme-interactively-start-process' if no Scheme buffer/process
22107         is available.
22109 2005-08-06  Juri Linkov  <juri@jurta.org>
22111         * progmodes/compile.el (compilation-mode-font-lock-keywords):
22112         Use `compilation-text-face', `compilation-info-text-face' and
22113         `compilation-error-text-face' instead of `font-lock-keyword-face'.
22114         (compilation-error): New face.
22115         (compilation-error-file-name): Inherit from
22116         `compilation-error' instead of `font-lock-warning-face'.
22117         (compilation-warning-file-name): Inherit from
22118         `compilation-warning' instead of `font-lock-warning-face'.
22119         (compilation-info, compilation-error-file-name)
22120         (compilation-warning-file-name, compilation-info-file-name)
22121         (compilation-line-number, compilation-column-number): Doc fix.
22122         (compilation-error-text-face, compilation-warning-text-face)
22123         (compilation-info-text-face): New face variables.
22124         (compilation-line-face, compilation-column-face)
22125         (compilation-enter-directory-face)
22126         (compilation-leave-directory-face): Doc fix.
22127         (compilation-text-face): New function.
22129         * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
22130         instead of 1 to display binary file names as info file links.
22131         (grep-error-face): Use `compilation-error-face' instead of
22132         `font-lock-keyword-face'.
22133         (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
22134         and `compilation-warning-text-face' instead of
22135         `font-lock-keyword-face'.  Use `compilation-error-text-face'
22136         instead of `grep-error-face'.
22138 2005-08-05  Kenichi Handa  <handa@m17n.org>
22140         * international/code-pages.el: Add autoload cookies for all coding
22141         systems.
22143 2005-08-04  Luc Teirlinck  <teirllm@auburn.edu>
22145         * cus-start.el (all): Put undo.c where it alphabetically belongs.
22147 2005-08-04  Juri Linkov  <juri@jurta.org>
22149         * progmodes/compile.el (compilation-mode-map):
22150         * progmodes/grep.el (grep-mode-map):
22151         Bind TAB to `compilation-next-error' and [backtab] to
22152         `compilation-previous-error'.
22154         * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
22155         matching line numbers, column numbers and their ranges with regexp
22156         matching only line numbers.
22157         (grep-context-face): New face variable.
22158         (grep-mode-font-lock-keywords): Use it.
22160         * faces.el (read-face-name): Delete duplicate faces.
22162 2005-08-02  Juanma Barranquero  <lekktu@gmail.com>
22164         * thumbs.el (thumbs-find-image): Don't make variables
22165         automatically buffer local.
22166         (thumbs-current-tmp-filename, thumbs-current-image-filename)
22167         (thumbs-image-num): Make automatically buffer local.
22168         (thumbs-show-thumbs-list): Use `make-local-variable', not
22169         `make-variable-buffer-local'.
22170         (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
22172         * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
22173         (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
22174         (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
22175         (bother, bye, canyou, chatlst, continue, deathlst, describe)
22176         (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
22177         (feelings-about, foullst, found, hello, history, howareyoulst)
22178         (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
22179         (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
22180         (neglst, obj, object, owner, please, problems, qlist)
22181         (random-adjective, relation, remlst, repetitive-shortness)
22182         (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
22183         (shortlst, something, sportslst, stallmanlst, states, subj)
22184         (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
22185         (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
22186         Defvar at compile time.
22188         * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
22189         not `make-variable-buffer-local'.
22191 2005-08-02  Kim F. Storm  <storm@cua.dk>
22193         * emulation/cua-rect.el (cua--highlight-rectangle): Only show
22194         rectangle overlay in selected window.
22196 2005-08-01  Luc Teirlinck  <teirllm@auburn.edu>
22198         * cus-start.el (all): Put `indicate-empty-lines' in fringe group
22199         instead of display group.  Make `indicate-buffer-boundaries'
22200         customizable through Custom.
22202 2005-08-01  Juanma Barranquero  <lekktu@gmail.com>
22204         * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
22205         (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
22206         (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
22207         (gdb-put-string): Fix typos in docstrings.
22209 2005-08-01  Nick Roberts  <nickrob@snap.net.nz>
22211         Update copyright notices of files in progmodes directory for
22212         release of Emacs 22.1.
22214         * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
22216         * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
22217         Don't barf if the GUD buffer has been killed.
22219 2005-08-01  Kim F. Storm  <storm@cua.dk>
22221         * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
22223 2005-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
22225         * simple.el (next-error-follow-minor-mode):
22226         make-variable-buffer-local -> make-local-variable.
22228         * emacs-lisp/cl-extra.el: Require CL also when compiling.
22230         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
22231         (byte-compile-form-make-variable-buffer-local): New functions to warn
22232         about misuses of make-variable-buffer-local where make-local-variable
22233         was meant.
22235 2005-07-29  Juanma Barranquero  <lekktu@gmail.com>
22237         * bs.el (bs-attributes-list): Doc fix.
22238         (bs): Update url-link.
22240         * desktop.el (desktop-save-buffer): Fix typos in docstring.
22241         (desktop-load-default): Simplify.
22243         * ibuffer.el (ibuffer-columnize-and-insert-list)
22244         (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
22245         (ibuffer-unmark-all, ibuffer-toggle-marks)
22246         (ibuffer-unmark-forward, ibuffer-unmark-backward)
22247         (ibuffer-compile-make-format-form, ibuffer-format-column)
22248         (ibuffer-current-buffers-with-marks)
22249         (ibuffer-update-title-and-summary): "?\ " -> "?\s".
22250         (ibuffer): Doc fix.
22251         (ibuffer-mode): Fix typo in docstring.
22252         (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
22253         with `define-obsolete-variable-alias'.
22254         (ibuffer-elide-long-columns): Mark as obsolete.  Doc fix.
22256 2005-07-29  Kenichi Handa  <handa@m17n.org>
22258         * international/mule-cmds.el (select-message-coding-system):
22259         Be sure to use LF for end-of-line.  If no coding system is decided,
22260         return iso-8859-1-unix.
22262 2005-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
22264         * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
22265         (ange-ftp-pending-error-line): New vars.
22266         (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
22267         to handle the non-fatal no-route-to-host messages.
22268         (internal-ange-ftp-mode): Make the no-match regexp more efficient.
22270 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
22272         * isearch.el (isearch-mode-map, isearch-other-meta-char)
22273         (isearch-quote-char, isearch-printing-char)
22274         (isearch-text-char-description): "?\ " -> "?\s".
22275         (isearch-lazy-highlight-cleanup)
22276         (isearch-lazy-highlight-initial-delay)
22277         (isearch-lazy-highlight-interval)
22278         (isearch-lazy-highlight-max-at-a-time)
22279         (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
22280         Declare with define-obsolete-*-alias macros.
22281         (isearch-forward): Fix typo in docstring.
22282         (search-invisible, search-ring-yank-pointer)
22283         (regexp-search-ring-yank-pointer): Doc fixes.
22285         * recentf.el (recentf-menu-append-commands-p): Declare with
22286         `define-obsolete-variable-alias'.
22287         (recentf-max-saved-items, recentf-menu-filter)
22288         (recentf-arrange-by-rule-subfilter): Doc fixes.
22289         (recentf-menu-append-commands-flag)
22290         (recentf-initialize-file-name-history, recentf-expand-file-name)
22291         (recentf-clear-data): Fix typos in docstrings.
22293 2005-07-28  Nick Roberts  <nickrob@snap.net.nz>
22295         * progmodes/gdb-ui.el: Smarten comments.
22296         (gdb-info-breakpoints-custom): Use nowarn when finding file.
22298 2005-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
22300         * term/apollo.el (terminal-init-apollo): New function containing
22301         all former top level forms in the file.
22302         * term/bobcat.el (terminal-init-bobcat):
22303         * term/cygwin.el (terminal-init-cygwin):
22304         * term/iris-ansi.el (terminal-init-iris-ansi):
22305         * term/linux.el (terminal-init-linux):
22306         * term/news.el (terminal-init-news):
22307         * term/rxvt.el (terminal-init-rxvt):
22308         * term/sun.el (terminal-init-sun):
22309         * term/tvi970.el (terminal-init-tvi970):
22310         * term/vt100.el (terminal-init-vt100):
22311         * term/vt102.el (terminal-init-vt102):
22312         * term/vt125.el (terminal-init-vt125):
22313         * term/vt200.el (terminal-init-vt200):
22314         * term/vt201.el (terminal-init-vt201):
22315         * term/vt220.el (terminal-init-vt220):
22316         * term/vt240.el (terminal-init-vt240):
22317         * term/vt300.el (terminal-init-vt300):
22318         * term/vt320.el (terminal-init-vt320):
22319         * term/vt400.el (terminal-init-vt400):
22320         * term/vt420.el (terminal-init-vt420):
22321         * term/wyse50.el (terminal-init-wyse50):
22322         * term/xterm.el (terminal-init-xterm): Likewise.
22324         * term/README: Describe the terminal-init-* functionality.
22326         * startup.el (command-line): After loading the terminal initialization
22327         file call the corresponding terminal initialization function.
22329 2005-07-27  Kenichi Handa  <handa@m17n.org>
22331         * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
22332         negative.
22334         * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
22335         (ps-mule-composition-prologue): Fix for the case that
22336         RelativeCompose is false.
22338 2005-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
22340         * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
22342         * descr-text.el (describe-char): Handle the case where the list of
22343         chars is displayed in a separate frame.
22344         Be a bit more discriminating when looking for the char.
22346 2005-07-26  Juanma Barranquero  <lekktu@gmail.com>
22348         * bookmark.el (bookmark-automatically-show-annotations)
22349         (bookmark-read-annotation-text-func): Doc fixes.
22350         (bookmark-save): Improve argument/docstring consistency.
22351         (bookmark-get-bookmark, bookmark-get-bookmark-record)
22352         (bookmark-alist-from-buffer)
22353         (bookmark-upgrade-file-format-from-0)
22354         (bookmark-grok-file-format-version)
22355         (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
22356         (bookmark-read-annotation-mode)
22357         (bookmark-insert-current-bookmark, bookmark-jump)
22358         (bookmark-exit-hook): Fix typos in docstrings.
22359         (bookmark-exit-hooks): Define as obsolete alias.
22360         (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
22361         not `bookmark-exit-hooks'.  Fix docstring.
22362         (bookmark-bmenu-select): "?\ " -> "?\s".
22364 2005-07-25  Ari Roponen  <arjuropo@cc.jyu.fi>  (tiny change)
22366         * startup.el (command-line): Fix typo.
22368 2005-07-24  Richard M. Stallman  <rms@gnu.org>
22370         * tooltip.el (tooltip-mode): Test emacs-basic-display,
22371         not emacs-quick-startup.
22373 2005-07-24  Juanma Barranquero  <lekktu@gmail.com>
22375         * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
22376         (reb-next-match, reb-show-subexp): Use `with-selected-window'
22377         instead of `reb-with-current-window'.
22378         (reb-prev-match): Likewise.  Also, don't move left if the search
22379         was unsuccessful.
22380         (reb-initialize-buffer): New function.
22381         (re-builder, reb-change-syntax): Use it.
22383         * man.el (Man-goto-page): Make second argument NOERROR optional.
22385 2005-07-23  Richard M. Stallman  <rms@gnu.org>
22387         * man.el (Man-bgproc-sentinel): Check here for failure to find
22388         any man page in the output, and report the error here.
22389         (Man-arguments): Make it permanent local.
22390         (Man-goto-page): New arg NOERROR.  Never kill the current buffer.
22391         (Man-mode): Pass t for NOERROR.
22393         * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
22394         (grep-mode-font-lock-keywords):
22395         Don't use compilation-...-face for messages that are not file names.
22397         * progmodes/compile.el (compilation-mode-font-lock-keywords):
22398         Don't use compilation-...-face for messages that are not file names.
22400 2005-07-22  Juri Linkov  <juri@jurta.org>
22402         * startup.el (normal-splash-screen): Update menu name.
22404         * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
22406 2005-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
22408         * term/xterm.el: Load term/rxvt if the terminal is actually an
22409         rxvt terminal.
22410         (xterm-rxvt-set-background-mode): Remove, not used anymore.
22412         * term/rxvt.el (function-key-map): Use substitute-key-definition
22413         to bind {C,S,C-S}-{f1-f10}.  Add a few missing key bindings.
22415         * term/cygwin.el: New file.
22417 2005-07-22  Kim F. Storm  <storm@cua.dk>
22419         * image-file.el (insert-image-file, image-file-yank-handler):
22420         Fix last change to maintain a (unique) yank-handler on yanked images.
22422 2005-07-22  Eduardo Mu\e,Aq\e(Boz  <emufer@terra.es>  (tiny change)
22424         * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
22425         of the file size (as in "177B" for 177 bytes).  This happens with
22426         "ls -lh" on FreeBSD.
22428 2005-07-22  Juanma Barranquero  <lekktu@gmail.com>
22430         * hilit-chg.el (highlight-changes-global-initial-state)
22431         (highlight-compare-buffers, hilit-chg-turn-on-maybe)
22432         (hilit-chg-fixup, highlight-changes-mode):
22433         Fix typos in docstrings.
22434         (highlight-changes-global-modes, highlight-changes-rotate-faces):
22435         Doc fixes.
22437 2005-07-21  Luc Teirlinck  <teirllm@auburn.edu>
22439         * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
22440         mode function using `eval-after-load'.
22442 2005-07-21  Kim F. Storm  <storm@cua.dk>
22444         * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
22445         included when reporting an Emacs crash, and tell about the DEBUG file.
22447         * image-file.el (insert-image-file): Add yank-handler.
22448         (image-file-yank-handler): Yank handler to make unique copies of
22449         images when they are yanked into a buffer next to each other.
22451 2005-07-21  Juanma Barranquero  <lekktu@gmail.com>
22453         * comint.el (comint-use-prompt-regexp, comint-send-input)
22454         (comint-source-default, comint-extract-string)
22455         (comint-get-source, comint-word, comint-completion)
22456         (comint-source, comint-prompt-read-only, comint-update-fence):
22457         Fix typos in docstrings.
22458         (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
22459         Declare with define-obsolete-*-alias macros.
22460         (comint-previous-matching-input-from-input)
22461         (comint-next-matching-input-from-input)
22462         (comint-previous-matching-input, comint-next-matching-input)
22463         (comint-forward-matching-input):
22464         Improve argument/docstring consistency.
22466         * desktop.el (desktop-clear-preserve-buffers-regexp):
22467         Also preserve the *server* buffer.
22469         * simple.el (clone-indirect-buffer): Doc fix.
22470         (fixup-whitespace, just-one-space)
22471         (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
22472         (next-error, next-error-highlight)
22473         (next-error-highlight-no-select, next-error-last-buffer)
22474         (next-error-buffer-p, next-error-find-buffer, next-error)
22475         (previous-error, next-error-no-select, previous-error-no-select)
22476         (open-line, split-line, minibuffer-prompt-width, kill-new)
22477         (binary-overwrite-mode): Fix typos in docstrings.
22478         (set-fill-column): Fix typo in message.
22480         * skeleton.el (skeleton-proxy-new): Doc fix.
22482         * strokes.el (strokes-load-hook): Doc fix.
22483         (strokes-grid-resolution, strokes-get-grid-position)
22484         (strokes-renormalize-to-grid, strokes-read-stroke)
22485         (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
22486         (strokes-global-map): Fix typos in docstrings.
22487         (strokes-help): Doc fix.  Fix help message and pass it through
22488         `substitute-command-keys'.
22490         * tempo.el (tempo-insert-prompt, tempo-interactive)
22491         (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
22492         (tempo-insert-string-functions, tempo-local-tags)
22493         (tempo-define-template, tempo-insert-template)
22494         (tempo-insert-prompt-compat, tempo-is-user-element)
22495         (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
22496         Fix typos in docstrings.
22498         * vcursor.el (vcursor-other-window, vcursor-bind-keys)
22499         (vcursor-key-bindings, vcursor-use-vcursor-map)
22500         (vcursor-find-window, vcursor-scroll-down)
22501         (vcursor-disable, vcursor-beginning-of-buffer)
22502         (vcursor-end-of-buffer): Fix typos in docstrings.
22503         (vcursor-relative-move, vcursor-get-char-count):
22504         Improve argument/docstring consistency.
22506         * version.el: "?\ " -> "?\s".
22508         * wid-edit.el (widget-default-create, widget-after-change)
22509         (widget-default-format-handler, widget-checklist-add-item)
22510         (widget-radio-add-item, widget-choose, widget-specify-secret)
22511         (widget-field-value-create, widget-field-value-get)
22512         (widget-editable-list-format-handler)
22513         (widget-editable-list-entry-create, widget-group-value-create)
22514         (widget-documentation-link-add)
22515         (widget-documentation-string-value-create): "?\ " -> "?\s".
22516         (widget-convert-text): Doc fix.
22517         (widget-narrow-to-field, widget-field-find)
22518         (widget-url-link-action, widget-emacs-library-link-action)
22519         (widget-color-notify): Fix typos in docstrings.
22521         * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
22522         (x-select-text, set-w32-system-coding-system)
22523         (w32-add-charset-info): Fix typos in docstrings.
22525         * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
22526         (cua-enable-cua-keys, cua-use-hyper-key)
22527         (cua-virtual-rectangle-edges): Fix typos in docstrings.
22528         (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
22530         * net/tramp.el (tramp-handle-load): Fix typo in error message.
22532         * emacs-lisp/re-builder.el (regexp-builder): Declare with
22533         `defalias' instead of faking it.
22535         * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
22536         (eshell-ls-missing, eshell-ls-dired-initial-args)
22537         (eshell-ls-use-in-dired): Fix typos in docstrings.
22539 2005-07-20  Kim F. Storm  <storm@cua.dk>
22541         * emulation/cua-base.el (cua-mode): Improve doc string.
22543 2005-07-20  Juanma Barranquero  <lekktu@gmail.com>
22545         * abbrev.el (expand-region-abbrevs): Doc fix.
22546         (inverse-add-mode-abbrev, inverse-add-global-abbrev):
22547         Improve argument/docstring consistency.
22549         * arc-mode.el (archive-get-descr, archive-alternate-display):
22550         Doc fixes.
22551         (archive-l-e): Improve argument/docstring consistency.
22552         (archive-tmpdir, archive-unixdate, archive-unixtime)
22553         (archive-chmod-entry): Fix typos in docstrings.
22554         (archive-unflag, archive-unflag-backwards)
22555         (archive-unmark-all-files): "?\ " -> "?\s".
22557         * buff-menu.el (Buffer-menu-unmark): Doc fix.
22558         (Buffer-menu-not-modified, Buffer-menu-execute)
22559         (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
22560         (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
22562         * composite.el (compose-string, encode-composition-rule)
22563         (compose-last-chars): Fix typos in docstrings.
22565         * desktop.el (desktop-enable, desktop-basefilename):
22566         Declare with `define-obsolete-variable-alias'.
22567         (desktop-internal-v2s): Don't quote keywords.
22568         (desktop-clear): "?\ " -> "?\s".
22570         * dired.el (dired-align-file, dired-flag-backup-files)
22571         (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
22572         (dired-listing-switches, dired-ls-F-marks-symlinks)
22573         (dired-dwim-target, dired-load-hook, dired-mode-hook)
22574         (dired-directory, dired-faces, dired, dired-revert)
22575         (dired-mode, dired-summary, dired-view-file)
22576         (dired-copy-filename-as-kill, dired-delete-file)
22577         (dired-no-confirm, dired-unmark-all-marks)
22578         (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
22579         (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
22580         (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
22581         Fix typos in message strings.
22583         * dired-x.el (virtual-dired): Declare with `defalias'.
22584         (dired-mark-unmarked-files, dired-local-variables-file)
22585         (dired-omit-here-always): Doc fix.
22586         (dired-omit-mode, dired-find-subdir)
22587         (dired-enable-local-variables, dired-clean-up-buffers-too)
22588         (dired-extra-startup, dired-mark-extension, dired-jump)
22589         (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
22590         (dired-smart-shell-command, dired-guess-shell-alist-user)
22591         (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
22592         (dired-x-bind-find-file, dired-x-submit-report):
22593         Fix typos in docstrings.
22594         (dired-mark-unmarked-files): "?\ " -> "?\s".
22596         * dirtrack.el (dirtrack-list): Fix typos in docstring.
22598         * faces.el (describe-face): "?\ " -> "?\s".
22599         (read-all-face-attributes, read-face-font, modify-face)
22600         (face-attr-construct, italic): Fix typos in docstrings.
22601         (frame-update-face-colors): Declare with
22602         `define-obsolete-function-alias'.
22604         * files.el (find-file-noselect, recode-file-name): Doc fixes.
22605         (insert-directory, kill-some-buffers): "?\ " -> "?\s".
22606         (magic-mode-alist, buffer-file-numbers-unique)
22607         (write-file-functions, get-free-disk-space):
22608         Fix typos in docstrings.
22609         (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
22610         (write-contents-hooks, write-file-hooks):
22611         Declare with `define-obsolete-variable-alias'.
22613         * forms-d2.el (arch-rj): Fix typo in docstrings.
22614         (arch-tocol): Likewise.  "?\ " -> "?\s".
22616         * frame.el (set-frame-font, cursor-in-non-selected-windows):
22617         Fix typo in docstring.
22618         (set-screen-width, set-screen-height): Delete redundant info in
22619         doctrings.
22620         (new-frame, screen-height, screen-width): Declare with
22621         `define-obsolete-function-alias'.
22622         (delete-frame-hook, blink-cursor): Declare with
22623         `define-obsolete-variable-alias'.
22625         * paths.el (prune-directory-list): Fix typos in docstring.
22627         * pcvs-util.el (cvs-flags-query, cvs-strings->string)
22628         (cvs-prefix-get): Fix typos in docstrings.
22630         * ps-print.el (ps-extend-face-list, ps-extend-face)
22631         (ps-print-background-image): Fix typos in docstrings.
22632         (ps-default-fg, ps-default-bg): Doc fixes.
22634         * s-region.el (s-region-bind): Doc fix.
22635         (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
22637         * textmodes/org.el (org-table-formula-substitute-names)
22638         (org-table-get-vertical-vector): Doc fixes.
22639         (org-table-recalculate): Remove unused argument to `message'.
22641 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
22643         * textmodes/org.el (org-table-column-names)
22644         (org-table-column-name-regexp)
22645         (org-table-named-field-locations): New variables.
22646         (org-archive-subtree): Protect `this-command' when calling
22647         `org-copy-subtree' and `org-cut-subtree', to avoid appending to
22648         the kill buffer.
22649         (org-complete): Remove fixed-formula completion.
22650         (org-edit-formulas-map): New variable.
22651         (org-table-edit-formulas): New command.
22652         (org-finish-edit-formulas, org-abort-edit-formulas)
22653         (org-show-variable, org-table-get-vertical-vector): New functions.
22654         (org-table-maybe-eval-formula): Handle `:=' fields.
22655         (org-table-get-stored-formulas, org-table-store-formulas)
22656         (org-table-get-formula, org-table-modify-formulas)
22657         (org-table-replace-in-formulas): Handle named field formulas.
22658         (org-table-get-specials): Store locations of named fields.
22660 2005-07-19  Juri Linkov  <juri@jurta.org>
22662         * progmodes/grep.el (grep-regexp-alist)
22663         (grep-mode-font-lock-keywords, grep-process-setup):
22664         Use default GNU grep match color "01;31m" instead of "01;41m".
22665         (grep-regexp-alist, grep-mode-font-lock-keywords):
22666         Use `\\[[0-9]*m' instead of `\\[00m'.
22667         (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
22668         sgr_start where its handling is more important.  Use the real
22669         length of sgr_start instead of constant 8.
22670         (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
22671         specially.  Delete all remaining escape sequences.
22672         (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
22673         (grep-regexp-alist): Make hyperlink only for binary file name
22674         instead of the whole line.
22675         (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
22676         (grep-mode): Add autoload.
22678         * emacs-lisp/find-func.el (find-function-regexp):
22679         Add `define-compilation-mode'.
22681 2005-07-19  Juri Linkov  <juri@jurta.org>
22683         * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
22684         (compare-windows-sync-string-size, compare-windows-recenter)
22685         (compare-windows-highlight, compare-windows): Add version 22.1.
22686         (compare-windows) <defface>: Inherit from lazy-highlight instead
22687         of duplicating its default value.
22689         * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
22690         (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
22692         * descr-text.el (describe-char): Create link buttons for `charset'
22693         and `code point'.  Add the current input method name with a link
22694         button to `to input' field.  Print face names of display table
22695         characters in `The display table entry is displayed by' section
22696         instead of printing face-id in the `display' field.
22697         Guess hardcoded faces and create a link button for them.
22698         Skip empty fields when calculating max-width.
22699         Treat `widget-create' specially while inserting strings from the
22700         collected field list.
22701         (describe-char-after): Made obsolete in version 22.1, not 21.5.
22703         * diff-mode.el (diff-file-header): Change foreground color from
22704         yellow to green on light backgrounds.
22705         (diff-context): Inherit from `shadow' only for color/grayscale
22706         with more than 88 colors.
22707         (diff-indicator-removed, diff-indicator-added)
22708         (diff-indicator-changed): New faces.
22709         (diff-font-lock-keywords): Use new faces.  Regroup rules.
22710         Add "^---$" for `normal' diff format.  Fontify `#' lines with
22711         font-lock-comment-delimiter-face and font-lock-comment-face.
22712         Add `#' to ^[^...] in the rule for `diff-context-face'.
22714         * faces.el (mode-line-highlight): Replace RoyalBlue4 with
22715         a button-like box.  Inherit from `highlight' on low colors.
22716         (shadow): Use shades of gray only for color/grayscale with
22717         more than 88 colors.  Use green for light backgrounds with
22718         8 colors, and yellow for dark backgrounds with 8 colors.
22720         * font-lock.el (font-lock-regexp-grouping-backslash):
22721         Don't inherit from escape-glyph (use bold for all cases).
22723         * info.el (info-xref-visited): Use light foreground color `violet'
22724         for dark backgrounds instead of dark color `magenta3'.
22725         (info-title-1): Use `yellow' color for dark backgrounds.
22727         * isearch.el (isearch): Use not-too-dark magenta3 instead of
22728         too-light magenta2.
22730         * replace.el (match): Use slightly more light RoyalBlue3 instead
22731         of dark RoyalBlue4.
22733         * wid-edit.el (widget-inactive): Inherit from `shadow'.
22735 2005-07-19  Juanma Barranquero  <lekktu@gmail.com>
22737         * novice.el (disabled-command-hook): Declare it with
22738         `define-obsolete-variable-alias'.
22740         * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
22741         (desktop-buffer-misc-functions, desktop-buffer-handlers)
22742         (desktop-load-default): Add release to obsolescence info.
22743         (desktop-globals-to-clear, desktop-buffer-mode-handlers)
22744         (desktop-append-buffer-args, desktop-read):
22745         Fix typos in docstrings.
22746         (desktop-kill): Fix typo in message.
22747         (desktop-save): Doc fix.
22749 2005-07-19  Michael Kifer  <kifer@cs.stonybrook.edu>
22751         * viper-cmd.el (viper-escape-to-state): Bug fix.
22752         (viper-envelop-ESC-key): Change the definition of fast
22753         keysequence so it'll work with keyboard macros.
22755         * ediff.el (ediff-patch-buffer): Change the docstring.
22757 2005-07-19  Kenichi Handa  <handa@m17n.org>
22759         * international/mule-cmds.el (select-safe-coding-system): Try to
22760         use an auto-coding (if any) before anything else.  If the found
22761         auto-coding is invalid, show a warning message.
22763         * international/mule.el (find-auto-coding): New function created
22764         by modifying the body of set-auto-coding.
22765         (set-auto-coding): Use find-auto-coding to find a coding.
22767 2005-07-18  Richard M. Stallman  <rms@gnu.org>
22769         * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
22770         not isearch-mode-end-hook-error.
22771         (allout-before-change-protect): Fix error message.
22773 2005-07-18  Juri Linkov  <juri@jurta.org>
22775         * allout.el (allout-mode):
22776         * calculator.el (calculator-copy):
22777         * custom.el (custom-known-themes):
22778         * dired.el (dired-desktop-buffer-misc-data)
22779         (dired-restore-desktop-buffer):
22780         * dired-x.el (dired-omit-marker-char):
22781         * files.el (basic-save-buffer):
22782         * font-core.el (font-lock-mode):
22783         * calendar/calendar.el (calendar-goto-hebrew-date)
22784         (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
22785         (calendar-goto-persian-date):
22786         * language/ethio-util.el (ethio-sera-to-fidel-region):
22787         * textmodes/picture.el (picture-mode):
22788         Delete duplicate duplicate words.
22790 2005-07-18  Juri Linkov  <juri@jurta.org>
22792         * isearch.el (isearch-mode-map): Remove key bindings for regexp
22793         chars * ? } |.
22794         (isearch-fallback): Don't call `isearch-process-search-char'.
22795         (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
22796         (isearch-process-search-char): Call `isearch-fallback' for regexp
22797         chars * ? } |.
22798         (isearch-return-char): Make obsolete with `make-obsolete' instead
22799         of simply documenting it as obsolete in the docstring.
22800         (isearch-fallback): Refill docstring.
22802         * international/isearch-x.el
22803         (isearch-process-search-multibyte-characters): Remove unneeded
22804         `concat'.  Add intermediate values to `junk-hist' instead of
22805         `minibuffer-history'.  Test the length of `str'.
22807 2005-07-18  Juanma Barranquero  <lekktu@gmail.com>
22809         * allout.el (allout-resolve-xref): Fix typos in error strings.
22810         (allout-before-change-protect): Remove unneeded `concat'.
22812         * array.el (array-mode, array-reconfigure-rows)
22813         (untabify-backward): Fix typos in docstrings.
22814         (array-reconfigure-rows): Use `insert-buffer-substring', not
22815         `insert-buffer'.
22817         * calendar/icalendar.el (icalendar--get-unfolded-buffer):
22818         * progmodes/ada-mode.el (ada-make-body):
22819         Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
22821         * dired.el (dired-log):
22822         * tar-mode.el (tar-subfile-save-buffer):
22823         * play/zone.el (zone-pgm-stress-destress):
22824         Use `insert-buffer-substring', not `insert-buffer'.
22826 2005-07-17  Simon Josefsson  <jas@extundo.com>
22828         * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
22830 2005-07-16  Jose E. Marchesi  <jemarch@gnu.org>
22832         * lisp/mail/smtpmail.el (smtpmail-auth-supported):
22833         Add plain auth method.
22834         (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
22836 2005-07-17  Kim F. Storm  <storm@cua.dk>
22838         * ido.el (dired-other-window): Add ido property.
22840 2005-07-16  Juanma Barranquero  <lekktu@gmail.com>
22842         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
22843         Fix typo in docstring.
22844         (byte-compile-interactive-only-functions): Add `insert-buffer' and
22845         `insert-file-literally'.
22847         * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
22848         info and delete redundant message.  Doc fix.
22849         (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
22850         (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
22852 2005-07-16  Richard M. Stallman  <rms@gnu.org>
22854         * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
22855         (byte-compile-and): Use byte-compile-and-recursion.
22856         (byte-compile-or-recursion): New function.
22857         (byte-compile-or): Use that.
22858         (byte-compile-if): Guard the else-clause too.
22859         (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
22861         * isearch.el (isearch-mode-end-hook-quit): New variable.
22862         (isearch-done): Bind it.
22863         (isearch-mode-end-hook): Doc fix.
22865         * allout.el (allout-isearch-did-quit): Variable deleted.
22866         (allout-real-isearch-abort): Function name no longer used.
22867         (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
22868         (allout-isearch-rectification): isearch-mode always exists.
22869         Don't set allout-isearch-did-quit.
22870         (allout-isearch-expose): Check isearch-mode-end-hook-error, not
22871         allout-isearch-did-quit.
22872         (allout-enwrap-isearch): Just add the hook.
22873         (allout-isearch-abort): Function deleted.
22874         (allout-pre-command-business): Avoid warning.
22876         * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
22877         Correctly avoid warnings.
22878         (pascal-outline): Likewise.
22880         * progmodes/f90.el (f90-abbrev-start): Avoid warning.
22882         * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
22884         * play/tetris.el (tetris-mode): Avoid warning.
22886         * play/snake.el (snake-mode): Avoid warning.
22888         * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
22889         (gamegrid-set-display-table): Avoid warning.
22890         (gamegrid-set-timer): Likewise.
22891         (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
22892         (gamegrid-add-score-with-update-game-score-1): Take FILE
22893         as argument.
22894         (gamegrid-add-score-with-update-game-score): Pass that argument.
22895         Rename have-shared-game-dir to gamegrid-shared-game-dir.
22897         * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
22899         * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
22900         (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
22902         * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
22903         and insert-file.
22905         * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
22906         (sc-ask): Avoid warnings.
22908         * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
22909         (eshell-hist-initialize): Use that var the natural way.
22911         * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
22913         * emacs-lisp/re-builder.el (reb-cook-regexp):
22914         Avoid warning calling lre-compile-string.
22915         (reb-color-display-p): Avoid warning.
22917         * calculator.el (calculator-last-input): Guard uses
22918         of event-key and key-press-event-p.
22919         (event-key, key-press-event-p): Delete definitions.
22921         * emacs-lisp/find-gc.el (find-gc-unsafe-list)
22922         (find-gc-source-directory, find-gc-subrs-callers)
22923         (find-gc-noreturn-list, find-gc-source-files)
22924         (find-gc-subrs-called): Vars renamed and defvar'd.
22926         * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
22927         (checkdoc-overlay-put, checkdoc-delete-overlay)
22928         (checkdoc-overlay-start, checkdoc-overlay-end)
22929         (checkdoc-mode-line-update, checkdoc-char=):
22930         Define such that compiler knows they are defined.
22931         (checkdoc-call-eval-buffer): Delete.  Use eval-buffer directly.
22932         (checkdoc-read-event): Delete.  Use read-event directly.
22934         * whitespace.el (whitespace-make-overlay)
22935         (whitespace-overlay-put, whitespace-delete-overlay)
22936         (whitespace-overlay-start, whitespace-overlay-end):
22937         Define such that compiler knows they are defined.
22938         (whitespace): Move conditional inside.
22940         * tempo.el (tempo-insert-template): Suppress warning.
22942         * ediff-diff.el (longlines-mode): Add defvar.
22944 2005-07-16  Gary Howell  <g1howell-list@yahoo.com>  (tiny change)
22946         * server.el: Bind "C-x #" in a way that works even if C-x is
22947         redefined to a command key, not a prefix key.
22949 2005-07-16  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>  (tiny change)
22951         * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
22952         cl-make-type-test till execution time.
22954 2005-07-16  Markus Rost  <rost@math.uni-bielefeld.de>
22956         * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
22957         arg ARG and use it.
22959 2005-07-16  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>  (tiny change)
22961         * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
22963 2005-07-15  Luc Teirlinck  <teirllm@auburn.edu>
22965         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
22966         a defcustom with two :set or :type keywords.
22968 2005-07-15  Richard M. Stallman  <rms@gnu.org>
22970         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
22971         Don't give ^M comment-end syntax.
22973 2005-07-16  Nick Roberts  <nickrob@snap.net.nz>
22975         * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
22976         Don't consider gdbmi (gdb-mi.el has its own update functions).
22977         (gdb-var-delete): Make it work for gdbmi as well.
22978         (gdb-speedbar-expand-node): Move var-update here for gdbmi.
22980         * progmodes/gud.el (etags, sdb): Only require etags when needed.
22981         (gud-speedbar-menu-items): Correct logic for enabling items.
22983 2005-07-15  Kim F. Storm  <storm@cua.dk>
22985         * ido.el: Fix commentary.
22986         (ido-define-mode-map): Move ido-next-work-file to C-M-o.
22987         Use with-no-warnings around ffap-guesser.
22988         (ido-file-internal, ido-read-file-name, ido-read-directory-name):
22989         Let bind minibuffer-completing-file-name to t.
22991 2005-07-15  Juanma Barranquero  <lekktu@gmail.com>
22993         * startup.el (site-run-file, keyboard-type): Doc fixes.
22994         (command-line): Check for "--basic-display" argument; also for
22995         "--quick", not "--bare-bones" (which was renamed).
22996         (fancy-splash-text): Add missing item "Getting New Versions".
22997         (normal-splash-screen): Fix typos and improve consistency with
22998         `fancy-splash-text'.  Update copyright year.
23000         * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
23001         valid binding for `help-char'.
23003         * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
23005 2005-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
23007         * term.el (term-mode): Disable cua-mode for term buffers.
23009 2005-07-14  Juanma Barranquero  <lekktu@gmail.com>
23011         * add-log.el (add-log-mailing-address, change-log-merge):
23012         Doc fixes.
23013         (change-log-get-method-definition): Fix typo in docstring.
23015 2005-07-14  Kim F. Storm  <storm@cua.dk>
23017         * emulation/cua-base.el:
23018         (cua--pre-command-handler-1, cua--pre-command-handler)
23019         (cua--post-command-handler-1, cua--post-command-handler):
23020         Split in two.  Check (buffer local) value of cua-mode.
23021         (cua-selection-mode): New command.
23023 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
23025         * custom.el (custom-initialize-safe-set)
23026         (custom-initialize-safe-default): Doc fixes.
23028         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
23029         and simplify :init-value again.
23031         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
23032         and simplify :init-value again.  Delete autoload.
23034         * startup.el (command-line): Use `custom-reevaluate-setting' again
23035         for tooltip-mode.
23037         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
23038         a defcustom with two :initialize keywords.
23040 2005-07-13  Juanma Barranquero  <lekktu@gmail.com>
23042         * allout.el (my-mark-marker, allout-isearch-prior-pos)
23043         (allout-unprotected, allout-undo-aggregation, allout-snug-back)
23044         (allout-post-command-business, allout-flag-region)
23045         (isearch-reenable-font-lock, allout-yank)
23046         (allout-insert-latex-header, allout-insert-latex-trailer)
23047         (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
23048         (allout-latex-verb-quote): Fix typos in docstrings.
23049         (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
23050         (allout-unprotected, allout-prefix-data):
23051         Improve argument/docstring consistency.
23052         (allout-chart-subtree): Fix argument spec.
23053         (allout-open-topic): Rename `use_sib_bullet' argument to
23054         `use-sib-bullet'.  Doc fix.
23056         * whitespace.el (whitespace-check-buffer-leading)
23057         (whitespace-check-buffer-trailing)
23058         (whitespace-check-buffer-indent)
23059         (whitespace-check-buffer-spacetab)
23060         (whitespace-check-buffer-ateol, whitespace-highlighted-space)
23061         (whitespace-check-leading-whitespace)
23062         (whitespace-check-trailing-whitespace)
23063         (whitespace-check-spacetab-whitespace)
23064         (whitespace-check-indent-whitespace)
23065         (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
23066         (whitespace-modes): Fix typos in docstrings.
23067         (defgroup, defcustom): Doc fixes.
23069         * winner.el (winner-mode, winner-boring-buffers)
23070         (winner-pending-undo-ring): Doc fixes.
23071         (winner-ring): Remove unneeded `progn'.
23072         (winner-equal): `defsubst' it.
23073         (winner-redo): Fix message.
23075 2005-07-13  Kim F. Storm  <storm@cua.dk>
23077         * simple.el (line-move-1): Always use vertical-motion to
23078         do the last (or only) line move to ensure some movement.
23079         Undo 2005-06-23 change--don't check for overlays.
23081 2005-07-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
23083         * term/mac-win.el (ccl-encode-mac-roman-font)
23084         (ccl-encode-mac-centraleurroman-font)
23085         (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
23086         (ccl-encode-mac-dingbats-font): Remove check for ASCII.
23087         Change charset-id boundary of dimension to ?\xef.
23088         (mac-char-fontspec-list): New constant.
23089         (fontset-add-mac-fonts): Use it.  Accept non-string `base-family'
23090         argument.  Nil uses itself as family in font-spec.  Previous
23091         behavior for nil is now provided by non-nil non-string argument.
23092         All callers changed.  Add font-specs for Mac fonts to
23093         "fontset-default" unless iso8859-1 fonts are installed.
23095 2005-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
23097         * progmodes/sh-script.el (sh-get-indent-info): Only indent
23098         a continuation line if the \ is preceded by SPC or TAB.
23099         (sh-get-indent-info): Simplify.
23100         (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
23101         Use with-current-buffer.
23103         * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
23104         when the matched text is empty.
23106 2005-07-12  Luc Teirlinck  <teirllm@auburn.edu>
23108         * startup.el (command-line): Revert to previous handling of
23109         tooltip-mode.  Explain in comment why the complexity is needed.
23111         * tooltip.el (tooltip-mode): Revert to previous implementation of
23112         its defcustom.
23114         * frame.el (blink-cursor-mode): Revert to previous implementation
23115         of its defcustom.  Update comment.
23117 2005-07-12  Lars Hansen  <larsh@soem.dk>
23119         * desktop.el: Update e-mail address.
23121 2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
23123         * term/mac-win.el (mac-services-mail-selection)
23124         (mac-services-mail-to): New functions.
23125         (mac-application-menu-map): Bind them.
23127 2005-07-12  wulei  <milton@wulei.net>  (tiny change)
23129         * progmodes/gdb-ui.el: Add note about buffering with Windows.
23131 2005-07-11  Luc Teirlinck  <teirllm@auburn.edu>
23133         * custom.el (custom-reevaluate-setting): Doc fix.
23135 2005-07-11  Jay Belanger  <belanger@truman.edu>
23137         * calc/calc.el (calc-embedded-announce-formula-alist)
23138         (calc-embedded-open-close-plain-alist)
23139         (calc-embedded-open-close-mode-alist): Add checks for additional
23140         major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
23142 2005-07-11  Juanma Barranquero  <lekktu@gmail.com>
23144         * custom.el (custom-enable-theme): Don't add theme to
23145         `custom-enabled-themes' with `push' because there is no
23146         setf-method for `delq'.
23148 2005-07-11  Richard M. Stallman  <rms@gnu.org>
23150         * custom.el (custom-declare-variable): Doc fix.
23152         * dired-aux.el (dired-compare-directories): Remove "." and ".."
23153         from the alists.
23155         * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
23156         Do nothing if edebug-active.
23158         * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
23159         (edebug-display): Do it here instead.
23161 2005-07-10  Richard M. Stallman  <rms@gnu.org>
23163         * cus-face.el (custom-theme-set-faces): Make it work.
23164         (custom-reset-faces): Doc fix.
23165         (custom-theme-reset-internal-face, custom-theme-face-value):
23166         Functions deleted.
23168         * custom.el (custom-push-theme): Maintain list of the settings
23169         of a given theme in its theme-settings property.
23170         Maintain position of old settings in the theme-value
23171         or theme-face property.
23172         (custom-enabled-themes): New variable.
23173         (custom-theme-enabled-p): New function.
23174         (provide-theme): Update custom-enabled-themes.
23175         Disable and reenable the `user' theme.
23176         (require-theme): Doc fix.
23177         (custom-do-theme-reset, custom-remove-theme): Functions deleted.
23178         (custom-theme-value, custom-theme-variable-value): Likewise.
23179         (custom-theme-reset-internal): Likewise.
23180         (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
23181         (custom-enable-theme, custom-disable-theme): New functions.
23182         (custom-variable-theme-value, custom-face-theme-value): Likewise.
23183         (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
23184         (custom-theme-reset-variables): Simplify.
23185         (deftheme, custom-declare-theme, custom-make-theme-feature):
23186         Definitions moved.
23188 2005-07-10  Chong Yidong  <cyd@stupidchicken.com>
23190         * longlines.el (longlines-show-region)
23191         (longlines-unshow-hard-newlines): Recognize hard newlines by
23192         non-nil hard property, instead of t.
23194 2005-07-10  Michael Kifer  <kifer@cs.stonybrook.edu>
23196         * viper-cmd.el (viper--key-maps): New variable.
23197         (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
23198         emulation-mode-map-alists.
23199         (viper-envelop-ESC-key): Use viper-subseq.
23200         (viper-search-forward/backward/next): Disable debug-on-error.
23202         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
23203         (viper-ESC-key): New defcustoms.
23205         * viper-macs.el (ex-map-read-args): Use viper-subseq.
23207         * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
23208         (viper-subseq): Copy of subseq from cl.el.
23210         * viper.el (viper-go-away, viper-set-hooks): Use
23211         emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
23213         * viper-mous.el (viper-current-frame-saved): Use defvar.
23215         * viper-init.el: Get rid of -face in face names.
23217         * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
23218         Make it work with longlines mode
23220         * ediff-mult.el (ediff-meta-mode-hook): New variable.
23222         * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
23224         * ediff-init.el: Get rid of -face in face names.
23226 2005-07-10  Richard M. Stallman  <rms@gnu.org>
23228         * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
23229         and with-timeout-unsuspend.
23231         * emacs-lisp/debug.el (debug): Call with-timeout-suspend
23232         and with-timeout-unsuspend.
23234         * emacs-lisp/timer.el (with-timeout-timers): New variable.
23235         (with-timeout): Bind that variable to record timers.
23236         (with-timeout-suspend, with-timeout-unsuspend): New functions.
23238         * emacs-lisp/debug.el (debug-help-follow): New function.
23239         (debugger-mode-map): Use that instead of help-follow.
23240         (debugger-setup-buffer): Use eval-buffer-list
23241         to handle eval-buffer frames.
23243 2005-07-10  N. Raghavendra  <raghu@mri.ernet.in>  (tiny change)
23245         * timezone.el (timezone-parse-date): Change first regexp
23246         so it will not mistakenly match dates with no time zone.
23248 2005-07-10  Jeff Dwork  <jeff.dwork@amd.com>  (tiny change)
23250         * facemenu.el (facemenu-read-color): Do case-insensitive matching.
23252 2005-07-10  Luc Teirlinck  <teirllm@auburn.edu>
23254         * custom.el (custom-initialize-safe-set)
23255         (custom-initialize-safe-default): New functions.
23257         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
23258         and simplify :init-value.
23260         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
23261         and simplify :init-value.  Delete obsolete comment.
23263         * startup.el (command-line): Use `custom-reevaluate-setting' to
23264         handle `tooltip-mode'.  Delete obsolete comment.
23266         * files.el (set-visited-file-name): Avoid calling
23267         `file-name-nondirectory' with a nil argument.
23269 2005-07-09  Richard M. Stallman  <rms@gnu.org>
23271         * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
23272         was called with nil for the buffer, handle the read position right.
23273         Handle read position for eval-region, too.
23275 2005-07-09  Juri Linkov  <juri@jurta.org>
23277         * fringe.el (fringe-mode): Add period in docstring.
23278         (fringe-query-style): Build prompt depending on `all-frames' arg.
23280         * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
23281         to not create links to unrelated functions in the Help buffer.
23283         * progmodes/compile.el (compilation-mode-hook, compilation-mode):
23284         Doc fix.
23286         * simple.el (next-error-hook): New variable.
23287         (next-error): Use it.  Doc fix.
23289         * textmodes/ispell.el (ispell-command-loop): Add current
23290         dictionary name and program name to mode-line-format.
23291         (ispell-region, ispell-process-line): Add current dictionary name
23292         and program name to messages.
23294 2005-07-08  Jay Belanger  <belanger@truman.edu>
23296         * calc/calc.el (calc-embedded-announce-formula-alist)
23297         (calc-embedded-open-close-formula-alist)
23298         (calc-embedded-open-close-word-alist)
23299         (calc-embedded-open-close-plain-alist)
23300         (calc-embedded-open-close-new-formula-alist)
23301         (calc-embedded-open-close-mode-alist)
23302         (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
23303         (calc-embedded-mode-hook): New variables.
23305         * calc/calc-embed.el (calc-embedded-firsttime)
23306         (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
23307         New variables.
23308         (calc-do-embedded): Use calc-embedded-firsttime,
23309         calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
23310         determine whether or not to run hooks.
23311         (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
23312         calc-embedded-firsttime-formula appropriately.
23313         Set calc-embedded delimiter variables according to mode.
23315 2005-07-08  Richard M. Stallman  <rms@gnu.org>
23317         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
23318         Check for "emacs", etc., as entire symbol, not just as word.
23319         (checkdoc-file-comments-engine): Use regexp-quote on FN.
23321         * files.el (set-visited-file-name): Report the error
23322         for "empty filename" earlier.
23323         (kill-some-buffers): Ignore buffers already dead.
23325         * fringe.el (fringe-mode): Doc fix.
23327         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
23328         Check for (featurep 'xemacs) and turn off warnings in what it guards.
23329         Use unwind-protect to ensure byte-compile-unresolved-functions
23330         is updated.
23332         * whitespace.el (whitespace-buffer-leading-cleanup):
23333         Simplify w/ skip-chars-forward.
23334         (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
23336         * mail/rmail.el (rmail-only-expunge): Fix paren error.
23337         Unconditionally try to leave point at the same old place.
23339 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>  (tiny change)
23341         * comint.el (comint-postoutput-scroll-to-bottom)
23342         (comint-show-maximum-output): Take scroll-margin into consideration.
23344 2005-07-08  Kim F. Storm  <storm@cua.dk>
23346         * ido.el (ido-use-filename-at-point): New choice `guess'.
23347         (ido-file-internal): Try ffap-guesser if selected.
23349         * ido.el (ido-before-fallback-functions): New hook.
23350         (ido-buffer-internal, ido-file-internal, ido-read-buffer)
23351         (ido-read-file-name): Run it.
23353 2005-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
23355         * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
23356         strings rather than a list of symbols to the completion function.
23358 2005-07-07  Jay Belanger  <belanger@truman.edu>
23360         * calc/calc-units.el (math-apply-units): Change the places in
23361         which units are simplified.
23363 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
23365         * cus-edit.el (customize-option, customize-option-other-window):
23366         Make them handle aliases.
23368         * custom.el (custom-variable-p): Make it recursively follow
23369         aliases.  Mention that in the docstring.
23371 2005-07-07  Richard M. Stallman  <rms@gnu.org>
23373         * cus-start.el (exec-path): Use `directory' instead of `file'.
23374         Fix tag for nil.
23376 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
23378         * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
23379         when called non-interactively.  Doc fix.
23381 2005-07-07  Lute Kamstra  <lute@gnu.org>
23383         * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
23384         new address as well.
23386 2005-07-07  Kenichi Handa  <handa@m17n.org>
23388         * international/mule.el (make-coding-system):
23389         Describe `ascii-incompatible' property in the docstring.
23390         (set-file-name-coding-system): Signal an error if coding-system is
23391         ascii-incompatible.
23392         (set-keyboard-coding-system): Likewise.
23394         * international/mule-cmds.el (set-default-coding-systems):
23395         Don't set default-file-name-coding-system and
23396         default-keyboard-coding-system if coding-system is ASCII-incompatible.
23398         * international/utf-16.el: Declare that all UTF-16-based coding
23399         systems are ASCII-incompatible.
23401 2005-07-07  Nick Roberts  <nickrob@snap.net.nz>
23403         * progmodes/gud.el: Require font-lock for displaying errors.
23404         Used by gdb-ui.el.
23406 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
23408         * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
23409         values for the pattern lists which are `read'able but not
23410         `append'able (like symbols).
23412 2005-07-06  Richard M. Stallman  <rms@gnu.org>
23414         * progmodes/flymake.el (flymake-float-time): Instead of
23415         with-no-warnings, test for XEmacs.
23416         (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
23417         to avoid warning.
23419 2005-07-06  Juanma Barranquero  <lekktu@gmail.com>
23421         * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
23423 2005-07-05  Lute Kamstra  <lute@gnu.org>
23425         * battery.el: Add support for Darwin (with much debugging help
23426         from Samuel Lauber <sam124@operamail.com>).
23427         (battery-status-function, battery-echo-area-format)
23428         (battery-mode-line-format): Add support for pmset on Darwin.
23429         (battery-load-low, battery-load-critical): New user options.
23430         (battery-pmset): New function.
23432 2005-07-05  Lute Kamstra  <lute@gnu.org>
23434         Update FSF's address in GPL notices.
23436         * textmodes/page-ext.el: Update FSF's address.
23438 2005-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
23440         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
23441         filling from using prefix when filling a single-line docstring.
23443         * progmodes/flymake.el: Remove useless eval-when-compile.
23445         * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
23447 2005-07-04  Richard M. Stallman  <rms@gnu.org>
23449         * textmodes/org.el (org-file-apps-defaults-gnu):
23450         Rename from org-file-apps-defaults-linux.
23451         (org-default-apps): Don't test system-type for `linux'.
23452         (org-file-apps): Doc fix.
23454 2005-07-04  David Ponce  <david@dponce.com>
23456         * tree-widget.el: Improve header Commentary section.
23457         (tree-widget) [defgroup]
23458         (tree-widget-image-enable, tree-widget-themes-directory)
23459         (tree-widget-theme, tree-widget-image-properties-emacs)
23460         (tree-widget-image-properties-xemacs, tree-widget-create-image)
23461         (tree-widget-image-formats, tree-widget-control)
23462         (tree-widget-empty-control, tree-widget-leaf-control
23463         (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
23464         (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
23465         (tree-widget-keep, tree-widget-after-toggle-functions)
23466         (tree-widget-open-node, tree-widget-close-node): Doc fix.
23467         (tree-widget-open-control, tree-widget-close-control): Fix doc and
23468         :help-echo message.
23469         (tree-widget-set-theme): Doc fix.  Use `string-equal'.
23470         (tree-widget-image-properties): Doc fix.  Clearer implementation.
23471         (tree-widget--cursors): New constant.
23472         (tree-widget-lookup-image): New function split from
23473         `tree-widget-find-image'.  Clearer implementation.
23474         (tree-widget-find-image): Use it.
23475         (tree-widget-button-keymap): Use `set-keymap-parent'.
23476         (tree-widget) [define-widget]: Use `widget-children-value-delete'.
23477         Define the sub-widgets here.
23478         (tree-widget-node): Check that :node is not a tree-widget.
23479         (tree-widget-get-super, tree-widget-open-control)
23480         (tree-widget-close-control, tree-widget-empty-control)
23481         (tree-widget-leaf-control, tree-widget-guide)
23482         (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
23483         (tree-widget-no-handle, tree-widget-value-delete)
23484         (tree-widget-map): Remove.
23485         (tree-widget-children-value-save): Doc fix.  Simplified.
23486         (tree-widget-value-create): Update according to previous changes.
23488 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
23490         * textmodes/org.el: Leading space replaced by TABS.
23491         (org-recalc-marks, org-table-rotate-recalc-marks)
23492         (org-table-get-specials): Treat "^" and "_" marks.
23493         (org-table-justify-field-maybe): Optional argument NEW.
23494         (org-table-eval-formula): Parsing of the format simplified.
23495         New modes C,I.  Honor the %= parameter in the current table.
23496         Avoid unnecessary re-align by using the NEW argument to
23497         `org-table-justify-field-maybe'.
23498         (org-calc-default-modes): Default for date-format mimicks org-mode.
23499         (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
23501 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
23503         * cus-face.el (custom-theme-set-faces): Make it handle face
23504         aliases whose alias declarations are pre- or autoloaded.
23506 2005-07-04  Juri Linkov  <juri@jurta.org>
23508         * faces.el (read-face-name): Put the code for getting a face name
23509         from the buffer before adding the faces from the `face' property.
23510         Use `completing-read-multiple' instead of `completing-read'.
23511         Require `crm'.  Add default value and post-process the returned
23512         list of faces.
23514         * emacs-lisp/crm.el (crm-find-current-element)
23515         (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
23517         * emacs-lisp/lisp-mode.el (eval-defun-1):
23518         * emacs-lisp/edebug.el (edebug-eval-defun):
23519         Remove unnecessary quotes.
23521 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
23523         * progmodes/prolog.el (prolog-eof-string): Doc fixes.
23524         (prolog-indent-level): Fix typo in docstring.
23526         * info.el (Info-history, Info-history-forward)
23527         (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
23529         * add-log.el (add-change-log-entry):
23530         * comint.el (comint-dynamic-list-input-ring)
23531         (comint-dynamic-list-completions):
23532         * dabbrev.el (dabbrev-expand):
23533         * delim-col.el (delimit-columns-rectangle-line):
23534         * diff-mode.el (diff-context->unified, diff-reverse-direction)
23535         (diff-unified->context):
23536         * ediff-init.el (ediff-abbrev-jobname):
23537         * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
23538         (ediff-replace-session-activity-marker-in-meta-buffer):
23539         * info.el (Info-summary):
23540         * lpr.el (printify-region):
23541         * printing.el (pr-create-interface):
23542         * ps-print.el (ps-print-quote):
23543         * ses.el (ses-column-widths, ses-print-cell)
23544         (ses-adjust-print-width, ses-center):
23545         * shell.el (shell-file-name-quote-list):
23546         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
23547         (strokes-fill-current-buffer-with-whitespace)
23548         (strokes-xpm-for-stroke, strokes-list-strokes)
23549         (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
23550         * term.el (term-dynamic-list-input-ring)
23551         (term-dynamic-list-completions):
23552         * calc/calc.el (math-format-stack-value):
23553         * emacs-lisp/edebug.el (edebug-display-freq-count):
23554         * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
23555         (delphi-new-comment-line):
23556         * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
23557         * progmodes/executable.el (executable-set-magic):
23558         * progmodes/python.el (inferior-python-mode):
23559         * progmodes/scheme.el (scheme-mode-syntax-table):
23560         * progmodes/sh-script.el (sh-maybe-here-document):
23561         * progmodes/sql.el (sql-copy-column):
23562         * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
23563         * textmodes/bibtex.el (bibtex-mode):
23564         * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
23565         (sgml-auto-attributes):
23566         * textmodes/table.el (table-insert, table-shorten-cell)
23567         (table--generate-source-scan-lines, table-delete-row)
23568         (*table--cell-delete-char, table--spacify-frame)
23569         (table--horizontally-shift-above-and-below)
23570         (table--cell-insert-char, table--cell-blank-str)
23571         (table--fill-region-strictly):
23572         * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
23573         * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
23575         * add-log.el (change-log):
23576         * apropos.el (apropos):
23577         * comint.el (comint-completion, comint-source):
23578         * dabbrev.el (dabbrev):
23579         * delim-col.el (columns):
23580         * diff-mode.el (diff-mode):
23581         * ediff.el (ediff):
23582         * ediff-diff.el (ediff-diff):
23583         * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
23584         * ediff-mult.el (ediff-mult):
23585         * ediff-ptch.el (ediff-ptch):
23586         * ediff-wind.el (ediff-window):
23587         * facemenu.el (facemenu):
23588         * indent.el (indent):
23589         * info.el (info):
23590         * jka-cmpr-hook.el (compression, jka-compr):
23591         * lpr.el (lpr):
23592         * outline.el (outlines):
23593         * pcmpl-cvs.el (pcmpl-cvs):
23594         * pcmpl-rpm.el (pcmpl-rpm):
23595         * printing.el (printing):
23596         * ps-print.el (postscript, ps-print, ps-print-horizontal)
23597         (ps-print-vertical, ps-print-headers, ps-print-font)
23598         (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
23599         (ps-print-background, ps-print-printer, ps-print-page)
23600         (ps-print-miscellany):
23601         * ses.el (ses):
23602         * shell.el (shell, shell-directories, shell-faces):
23603         * startup.el (initialization):
23604         * strokes.el (strokes):
23605         * term.el (term):
23606         * uniquify.el (uniquify):
23607         * w32-vars.el (w32):
23608         * calc/calc.el (calc):
23609         * emacs-lisp/bytecomp.el (bytecomp):
23610         * emacs-lisp/cl-indent.el (lisp-indent):
23611         * emacs-lisp/edebug.el (edebug):
23612         * emacs-lisp/elp.el (elp):
23613         * emacs-lisp/testcover.el (testcover):
23614         * emacs-lisp/trace.el (trace):
23615         * emulation/viper-ex.el (viper-ex):
23616         * emulation/viper-mous.el (viper-mouse):
23617         * mail/mailalias.el (mailalias):
23618         * mail/supercite.el (supercite, supercite-frames)
23619         (supercite-attr, supercite-cite, supercite-hooks):
23620         * net/rcompile.el (remote-compile):
23621         * net/rlogin.el (rlogin):
23622         * obsolete/ooutline.el (outlines):
23623         * progmodes/delphi.el (delphi):
23624         * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
23625         (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
23626         (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
23627         (ebnf-optimization):
23628         * progmodes/etags.el (etags):
23629         * progmodes/executable.el (executable):
23630         * progmodes/idlwave.el (idlwave):
23631         * progmodes/pascal.el (pascal):
23632         * progmodes/prolog.el (prolog):
23633         * progmodes/python.el (python):
23634         * progmodes/scheme.el (scheme):
23635         * progmodes/sh-script.el (sh, sh-script):
23636         * progmodes/sql.el (SQL):
23637         * progmodes/tcl.el (tcl):
23638         * textmodes/bibtex.el (bibtex, bibtex-autokey):
23639         * textmodes/enriched.el (enriched):
23640         * textmodes/makeinfo.el (makeinfo):
23641         * textmodes/sgml-mode.el (sgml):
23642         * textmodes/table.el (table-hooks):
23643         * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
23644         * textmodes/texinfo.el (texinfo):
23645         * textmodes/two-column.el (two-column):
23646         Finish `defgroup' description with period.
23648         * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
23649         * eshell/esh-var.el (eshell-var):
23650         * progmodes/vhdl-mode.el (vhdl-testbench):
23651         * textmodes/org.el (org): Fix typos in docstrings.
23653         * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
23654         consistency.
23656         * progmodes/flymake.el (flymake-find-file): Remove.
23657         (flymake-float-time): Use `with-no-warnings'.
23658         (flymake-check-start-time, flymake-check-was-interrupted)
23659         (flymake-err-info, flymake-is-running, flymake-last-change-time)
23660         (flymake-new-err-info): `defvar' at compile time.
23662 2005-07-03  Juanma Barranquero  <lekktu@gmail.com>
23664         * replace.el (occur-hook): Doc fix.
23665         (occur-1): Don't call `occur-hook' if there are no matches.
23667 2005-07-03  Richard M. Stallman  <rms@gnu.org>
23669         * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
23670         global-map, save the same map.
23671         (global-map): Don't alter it at top level.
23672         (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
23673         Then alter it here instead.
23674         (tpu-edt-off): Set global-map to the saved one.
23676         * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
23677         All references simplified.
23678         (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p.  Uses changed.
23679         (zmacs-regions): Add defvar.
23680         (repeat-complex-command-map): Everything about that deleted.
23682         * textmodes/artist.el (artist-key-is-drawing)
23683         (artist-key-endpoint1, artist-key-poly-point-list)
23684         (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
23685         (artist-key-compl-table, artist-rb-save-data)
23686         (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
23687         Don't put them in eval-when-compile.
23688         (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
23690         * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
23691         Use with-no-warnings.
23693         * net/browse-url.el (dos-windows-version): Add defvar.
23695         * mail/supercite.el (filladapt-prefix-table): Add defvar.
23697         * mail/rmailsum.el (rmail-summary-redo): Add defvar.
23698         (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
23699         (rmail-new-summary-line-count): Rename from new-summary-line-count.
23700         Add defvar.
23701         (rmail-summary-beginning-of-message): Use with-no-warnings.
23702         (rmail-summary-first-message, rmail-summary-last-message): Likewise.
23704         * emulation/vip.el (vip-replace-string, ex-map, ex-read):
23705         Use with-no-warnings.
23707         * emulation/vi.el (vi-mark-region): Use c-mark-function.
23708         (c-mark-function): Add point-moving-unit property.
23709         (vi-goto-line): Use with-no-warnings.
23711         * emulation/edt.el (edt-last-copied-word): Add defvar.
23712         (zmacs-region-stays): Likewise.
23713         (edt-mark-section-wisely): Use c-mark-function for C.
23714         Use makr-defun for Fortran.
23715         (time-string): defvar deleted.
23716         (edt-display-the-time): Don't set time-string.
23718         * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
23720         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
23721         Don't warn when name is not constant
23722         or for defining the group `emacs'.
23724         * tooltip.el (gud-tooltip-mode): Add defvar.
23726         * startup.el (default-frame-background-mode): Add defvar.
23728         * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
23730         * info.el (tool-bar-map): Add defvar.
23732         * dired.el (dnd-protocol-alist): Add defvar.
23734         * dired-aux.el (dired-query): Display question with answer, when
23735         the user answers.
23737         * custom.el (custom-add-option): Doc fix.
23739         * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
23741 2005-07-03  Eli Zaretskii  <eliz@gnu.org>
23743         * font-lock.el (font-lock-regexp-grouping-construct): Fix the
23744         bogus name from the last change.
23746 2005-07-02  Luc Teirlinck  <teirllm@auburn.edu>
23748         * custom.el (custom-declare-variable): Fix typos in comment.
23749         (custom-known-themes): Doc fix.
23750         (custom-theme-directory): New defcustom.
23751         (require-theme): Make it check `custom-theme-directory'.
23753         * cus-theme.el (custom-new-theme-mode): New function.
23754         (custom-theme-name, custom-theme-variables, custom-theme-faces)
23755         (custom-theme-description): Add compiler defvars.
23756         (customize-create-theme): Add doc to the "*New Custom Theme*"
23757         buffer.  Use `custom-new-theme-mode'.
23758         (custom-theme-write): Put the created buffer in emacs-lisp-mode
23759         and save it to the `custom-theme-directory'.  Make this the
23760         default directory of the buffer.
23762 2005-07-02  David Hunter  <hunterd_42@comcast.net>  (tiny change)
23764         * progmodes/flymake.el (flymake-mode, flymake-mode-off):
23765         Fix unbalanced parentheses.
23767 2005-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
23769         * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
23770         into flymake-mode and delegate to flymake-mode.
23772         * find-file.el (ff-which-function-are-we-in): Clean up.
23774 2005-07-02  Juanma Barranquero  <lekktu@gmail.com>
23776         * replace.el (occur-rename-buffer): Fix docstring.
23778         * emulation/edt.el (*EDT-keys*, edt-default-global-map)
23779         (edt-last-copied-word, edt-learn-macro-count)
23780         (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
23781         (edt-rect-start-point, edt-user-global-map, rect-start-point)
23782         (time-string, zmacs-region-stays):
23783         * emulation/edt-mapper.el (edt-save-function-key-map)
23784         (EDT-key-name): `defvar' to silence the byte-compiler.
23786 2005-07-02  Martin Rudalics  <rudalics@gmx.at>
23788         * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
23789         font-lock-regexp-backslash.  Doc fix.
23790         (font-lock-regexp-backslash-grouping-construct): Rename from
23791         font-lock-regexp-backslash-construct.  Doc fix.
23792         (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
23793         grouping constructs.
23795 2005-07-02  Eli Zaretskii  <eliz@gnu.org>
23797         * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
23798         updating all the prerequisites.
23800 2005-07-01  Juanma Barranquero  <lekktu@gmail.com>
23802         * textmodes/org.el (org-agenda-start-on-weekday)
23803         (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
23804         (org-agenda-use-time-grid, org-archive-location)
23805         (org-allow-space-in-links, org-usenet-links-prefer-google)
23806         (org-enable-table-editor, org-export-default-language)
23807         (org-export-html-show-new-buffer, org-fill-paragraph)
23808         (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
23809         (org-goto-quit, org-occur, org-eval-in-calendar)
23810         (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
23811         (org-agenda-diary-entry, org-remember-help)
23812         (org-table-convert-region, org-at-table-p)
23813         (org-table-move-row-down, org-table-move-row-up)
23814         (org-table-copy-region, org-table-toggle-vline-visibility)
23815         (org-table-get-stored-formulas, org-table-get-specials)
23816         (org-recalc-commands, org-table-eval-formula)
23817         (org-table-formula-substitute-names, orgtbl-make-binding)
23818         (org-format-org-table-html, org-format-table-table-html)
23819         (org-format-table-table-html-using-table-generate-source)
23820         (org-customize): Fix typos in docstrings.
23821         (org-level-2, org-at-timestamp-p, org-agenda-day-view)
23822         (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
23823         (org-back-to-heading): Doc fixes.
23824         (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
23825         (org-agenda-change-all-lines, org-get-header):
23826         Improve argument/docstring consistency.
23827         (orgtbl-error): Fix error message.
23829         * progmodes/flymake.el (flymake-find-possible-master-files)
23830         (flymake-master-file-compare, flymake-get-line-err-count)
23831         (flymake-highlight-line, flymake-gui-warnings-enabled):
23832         Fix typos in docstrings.
23833         (flymake-parse-line, flymake-get-project-include-dirs-function)
23834         (flymake-get-prev-err-line-no, flymake-goto-prev-error):
23835         Doc fixes.
23836         (flymake-get-project-include-dirs-function)
23837         (flymake-make-err-menu-data):
23838         Improve argument/docstring consistency.
23840 2005-07-01  Lute Kamstra  <lute@gnu.org>
23842         * battery.el (battery-linux-proc-apm): Fix typo in docstring.
23843         Catch errors with ignore-errors.  Use temporary buffer.
23844         (battery-linux-proc-acpi): Fix typo in docstring.  Document `%r'.
23846         * facemenu.el (facemenu-unlisted-faces): Delete foreground and
23847         background color faces.
23848         (facemenu-set-foreground, facemenu-set-background):
23849         Use facemenu-set-face-from-menu.
23850         (facemenu-set-face-from-menu): Treat face names that start with
23851         "fg:" or "bg:" as special.
23852         (facemenu-add-new-color): Don't create faces.  Simplify.
23854 2005-06-30  Richard M. Stallman  <rms@gnu.org>
23856         * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
23857         (crm-find-current-element): Likewise.
23859 2005-06-30  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
23861         * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
23863 2005-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
23865         * arc-mode.el (archive-extract): Make it work as a mouse binding.
23866         (archive-mouse-extract): Make it an obsolete alias.
23867         (archive-mode-map): Don't use archive-mouse-extract any more.
23868         (archive-mode, archive-extract): write-contents-hooks ->
23869         write-contents-functions.
23870         (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
23871         first arg.
23872         (archive-rename-entry): Update the call.
23873         (archive-zip-summarize): Remove unused var `method'.
23874         (archive-lzh-summarize): Remove unused var `creator'.
23876         * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
23877         dedicated frame upon exit.
23879         * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
23880         (archive-zip-extract, archive-zip-expunge)
23881         (archive-zip-update, archive-zip-update-case): Use executable-find.
23882         (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
23883         Use restore-buffer-modified-p.
23884         (archive-extract, archive-add-new-member, archive-write-file-member):
23885         Use with-current-buffer.
23886         (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
23888 2005-06-30  Andreas Schwab  <schwab@suse.de>
23890         * progmodes/gud.el (gud-filter): Remove unneeded progn.
23892 2005-06-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
23894         * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
23896 2005-06-30  Juri Linkov  <juri@jurta.org>
23898         * faces.el (vertical-border): Inherit from mode-line-inactive
23899         only on tty.
23901 2005-06-30  Juanma Barranquero  <lekktu@gmail.com>
23903         * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
23904         example, -NLINES in the `occur' docstring).
23906         * replace.el (occur-1): When no matches are found, do not set the
23907         `buffer-read-only' and modified flags for the occur buffer,
23908         because it is deleted.
23910         * emulation/cua-base.el (cua-check-pending-input)
23911         (cua-repeat-replace-region, cua-mode, cua-debug)
23912         (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
23913         Fix typos in docstrings.
23915         * emulation/cua-gmrk.el (cua-toggle-global-mark)
23916         (cua-cut-region-to-global-mark)
23917         (cua--cut-rectangle-to-global-mark):
23918         Remove period from end of messages.
23920         * emulation/cua-rect.el (cua-do-rectangle-padding):
23921         Remove period from end of messages.
23922         (cua--rectangle-seq-format): Fix typo in docstring.
23923         (cua-sequence-rectangle, cua-fill-char-rectangle):
23924         Improve argument/docstring consistency.
23926 2005-06-29  Juri Linkov  <juri@jurta.org>
23928         * faces.el (default-frame-background-mode): New internal variable.
23929         (frame-set-background-mode): Use it.
23931         * startup.el (normal-top-level): Set default-frame-background-mode
23932         instead of frame-background-mode.  Before setting it, test for its
23933         nil value.  Remove tests for frame-background-mode and frame
23934         parameter `reverse'.  Add test for "unspecified-fg".
23936         * term/xterm.el (xterm-rxvt-set-background-mode):
23937         * term/rxvt.el (rxvt-set-background-mode):
23938         Set default-frame-background-mode instead of frame-background-mode.
23940 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
23942         * simple.el (set-variable): Warn about obsolete user variables.
23944         * imenu.el (imenu--completion-buffer):
23945         * mouse.el (mouse-buffer-menu-alist):
23946         * msb.el (msb-invisible-buffer-p):
23947         * calendar/diary-lib.el (diary-header-line-format):
23948         * emacs-lisp/pp.el (pp-buffer):
23949         * progmodes/cperl-mode.el (cperl-do-auto-fill):
23950         * textmodes/picture.el (picture-replace-match):
23951         Change space constants followed by a sexp to "?\s ".
23953         * play/decipher.el (decipher-loop-with-breaks):
23954         * textmodes/texinfo.el (texinfo-insert-@item): Change space
23955         constants "protected" from end of line by a comment to "?\s".
23957 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
23959         * font-lock.el (save-buffer-state): Use `declare'.
23961         * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
23962         reset the syntax-table to cperl-mode-syntax-table.
23963         (cperl-mode): Make _ into word-syntax during font-locking so "print" in
23964         "foo_print_bar" is not matched as a reserved keyword.
23966 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
23968         * textmodes/org.el (orgtbl-setup): New function, for delayed
23969         setup for the orgtbl commands.
23970         (org-calc-default-modes): New option.
23971         (orgtbl-make-binding): Use `defun' to get better help display.
23972         (org-diary): Call `org-compile-prefix-format'.
23973         (org-table-formula-substitute-names): New function.
23974         (org-agenda-day-view, org-agenda-week-view): New commands.
23975         (org-agenda-toggle-week-view): Command removed.
23976         (org-tbl-menu): Split off from org-org-menu.
23977         (org-mode): Move removal of outline-mode menus to here.
23978         (org-table-formula-debug): New option.
23979         (org-table-insert-row): Keep first field if just "#" or "*".
23980         (org-mode): Paragraph regexps fixed.
23981         (org-table-recalculate-regexp): New constant.
23982         (org-table-justify-field-maybe): Avoid replace if not necessary.
23983         (org-copy-special, org-cut-special): Use `call-interactively'.
23984         (org-table-copy-region): Take region from `interactive' call.
23985         (org-trim): Return string even if no match.
23986         (org-formula): New face.
23987         (org-set-font-lock-defaults): No longer highlight "FIXME".
23988         But highlight formula-related fields in table.
23989         (org-table-p): Use regexp, not fontification.
23990         (org-table-align): Handle white space at end of line.
23991         (org-table-formula-evaluate-inline): New option.
23992         (org-mode): Auto-wrapping in comment lines turned off.
23993         (org-table-copy-down): Evaluate only in copied field, not in
23994         destination.
23995         (org-table-current-formula): Variable removed.
23996         (org-table-store-formulas, org-table-get-stored-formulas)
23997         (org-table-modify-formulas, org-table-replace-in-formulas)
23998         (org-table-maybe-eval-formula): New functions.
23999         (org-table-get-formula): Modify to use stored formulas.
24000         (org-table-insert-column, org-table-delete-column)
24001         (org-table-move-column): Call `org-table-modify-formulas'.
24002         (org-complete): Add completion for keyword formulas.
24003         (orgtbl-mode): Pull orgtbl-mode-map to start of
24004         minor-mode-map-alist.
24006 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
24008         * progmodes/python.el (python-check): Require `compile' before
24009         modifying its variables.
24011         * newcomment.el (comment-indent-default): Don't get fooled by an early
24012         end of buffer.
24014 2005-06-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
24016         * ps-print.el (ps-print-version): Fix version number.
24018 2005-06-28  Luc Teirlinck  <teirllm@auburn.edu>
24020         * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
24022 2005-06-28  Richard M. Stallman  <rms@gnu.org>
24024         * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
24025         (flyspell-local-mouse-map): Declaration deleted.
24026         (flyspell-mouse-map): Bind only mouse-2.
24027         (flyspell-mode-map): Don't test flyspell-use-local-map.
24028         (flyspell-overlay-keymap-property-name): Var deleted.
24029         (flyspell-mode-on): Don't make local bindings for
24030         flyspell-mouse-map and flyspell-mode-map.
24031         (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
24033         * textmodes/ispell.el (ispell-word): Do not ignore short words.
24035         * progmodes/compile.el (compilation-next-error-function):
24036         Don't switch buffers; operate on the current buffer.
24038         * progmodes/compile.el (compilation-error-file-name)
24039         (compilation-warning-file-name, compilation-info-file-name)
24040         (compilation-line-number, compilation-column-number): New faces.
24041         (compilation-error-face, compilation-warning-face)
24042         (compilation-info-face, compilation-line-face)
24043         (compilation-column-face): Use them.
24045         * facemenu.el (facemenu-add-face): Warn when font-lock is active.
24047         * comint.el (comint-password-prompt-regexp): Accept ", try again".
24049         * bindings.el (global-map): Bind insertchar and its variants.
24051 2005-06-27  Richard M. Stallman  <rms@gnu.org>
24053         * textmodes/artist.el (artist-text-overwrite)
24054         (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
24056 2005-06-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
24058         * ps-print.el: It was not working the page selection for printing.
24059         Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
24060         (ps-print-version): New version 6.6.7.
24061         (ps-end-sheet): New fun.
24062         (ps-header-sheet, ps-end-job): Call it.
24064 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
24066         * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
24068 2005-06-27  Lute Kamstra  <lute@gnu.org>
24070         * facemenu.el (facemenu-unlisted-faces): Add foreground and
24071         background color faces.
24072         (facemenu-get-face): Delete function.
24073         (facemenu-set-face-from-menu): Don't call facemenu-get-face.
24074         (facemenu-add-new-color): Make second argument mandatory.
24075         Create the appropriate face and return it.  Simplify.
24076         (facemenu-set-foreground, facemenu-set-background): Don't check if
24077         color is defined.  Use return value of facemenu-add-new-color.
24079 2005-06-26  Nick Roberts  <nickrob@snap.net.nz>
24081         * progmodes/gud.el (gud-filter): Add missing argument to
24082         with-selected-window.
24084 2005-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
24086         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
24087         a :require to the defcustom.
24089         * emacs-lisp/autoload.el (make-autoload): Add the :setter for
24090         defcustoms corresponding to minor modes.
24092 2005-06-26  David Ponce  <david@dponce.com>
24094         * recentf.el: Require tree-widget instead of wid-edit.
24095         (recentf-filename-handler): Fix widget :type.
24096         (recentf-cancel-dialog, recentf-open-more-files)
24097         (recentf-open-files-action): Doc fix.
24098         (recentf-dialog-goto-first): New function.
24099         (recentf-dialog-mode-map): Set parent keymap first.
24100         (recentf-dialog-mode): Define with define-derived-mode.
24101         Don't display continuation lines in dialogs.
24102         (recentf-edit-list): Rename from recentf-edit-selected-items.
24103         (recentf-edit-list-select): Rename from recentf-edit-list-action.
24104         Simplify.
24105         (recentf-edit-list-validate): New function.
24106         (recentf-edit-list): Update accordingly.
24107         (recentf-open-files-item-shift): Remove.
24108         (recentf-open-files-item): Convert menu elements into tree and
24109         link widgets.  Don't create the widgets.
24110         (recentf-open-files): Update accordingly.
24111         (recentf-save-list): Untabify.
24113 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
24115         * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
24116         (keep-lines): Add INTERACTIVE arg.  Never delete lines only
24117         partially contained in the active region.  Do not take active
24118         region into account when called from Lisp, unless INTERACTIVE arg
24119         is non-nil.  Use `forward-line' instead of `beginning-of-line' to
24120         avoid trouble with fields.  Make marker point nowhere when no
24121         longer used.  Always return nil.  Doc fix.
24122         (flush-lines): Add INTERACTIVE arg.  Do not take active region
24123         into account when called from Lisp, unless INTERACTIVE arg is
24124         non-nil.  Use `forward-line' instead of `beginning-of-line' to
24125         avoid trouble with fields.  Make marker point nowhere when no
24126         longer used.  Always return nil.  Doc fix.
24127         (how-many): Add INTERACTIVE arg.  Make RSTART and REND args
24128         interchangeable.  Do not take active region into account when
24129         called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
24130         message in echo area when called from Lisp, unless INTERACTIVE arg
24131         is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
24132         Return the number of matches.  Doc fix.
24133         (occur): Doc fix.
24134         (perform-replace): Make comment follow double space convention for
24135         the sake of `outline-minor-mode'.
24137         * faces.el (facep): Doc fix.
24139 2005-06-25  Richard M. Stallman  <rms@gnu.org>
24141         * facemenu.el (facemenu-enable-faces-p): New function.
24142         (facemenu-background-menu, facemenu-foreground-menu)
24143         (facemenu-face-menu): Add menu-enable property.
24145         * jka-compr.el (jka-compr-insert-file-contents):
24146         Special handling if cannot find the uncompression program.
24148         * cus-face.el (custom-face-attributes): Add autoload.
24150         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
24151         Bind comment-indent-function locally.
24153         * window.el (save-selected-window): Use save-current-buffer.
24155         * subr.el (with-selected-window): Use save-current-buffer.
24157         * progmodes/gud.el (gud-filter): Simplify using with-selected-window
24158         and with-current-buffer.
24160 2005-06-24  Richard M. Stallman  <rms@gnu.org>
24162         * simple.el (line-move-1): Fix previous change.
24164 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
24166         * replace.el (occur-1): Set `buffer-read-only' and the
24167         buffer-modified flag before running `occur-hook' to protect
24168         against unintentional buffer switches that can lead to data loss.
24170 2005-06-24  Nick Roberts  <nickrob@snap.net.nz>
24172         * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
24173         (gud-gdb-marker-filter): Use font-lock-warning-face for any
24174         initial error.
24176         * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
24177         after fresh input.
24178         (gdb-var-create-handler): Put name of expression in quotes.
24180 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
24182         * emacs-lisp/ring.el (ring-elements): Make it return a list of the
24183         elements of RING in order, and without bogus nil elements.
24185 2005-06-23  Richard M. Stallman  <rms@gnu.org>
24187         * simple.el (set-variable): Args renamed; doc fix.
24188         (line-move-1): When there are overlays around, use vertical-motion.
24190         * faces.el (escape-glyph): Use brown against light background.
24191         (nobreak-space): Rename from no-break-space.
24192         Fix previous change.
24194         * dired-aux.el (dired-do-copy): Fix arg prompt.
24196         * mail/sendmail.el (mail-setup-with-from): Fix custom type.
24198 2005-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
24200         * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
24201         rather than "Distributor".
24203 2005-06-23  Lute Kamstra  <lute@gnu.org>
24205         * emacs-lisp/debug.el (debugger-special-form-p): New defun.
24206         (debug-on-entry): Use it.  New interactive declaration that uses
24207         function-called-at-point.
24209 2005-06-23  Kim F. Storm  <storm@cua.dk>
24211         * subr.el (save-match-data): Add comment about using evaporate arg
24212         to set-match-data.
24214 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
24216         * cus-edit.el (customize-face)
24217         (customize-face-other-window): Handle face aliases.
24219         * faces.el (face-documentation, set-face-attribute)
24220         (face-spec-set): Handle face aliases.
24222 2005-06-22  Juanma Barranquero  <lekktu@gmail.com>
24224         * help-mode.el (help-make-xrefs): If a symbol representing a face
24225         name is not followed by the word "face", it could still be a
24226         function or variable name, so don't bypass other checks.
24228 2005-06-22  Juri Linkov  <juri@jurta.org>
24230         * ps-print.el (ps-face-foreground-name, ps-face-background-name):
24231         Replace aliased functions with calls where second arg `inherit' is t.
24233 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
24235         * progmodes/gdb-ui.el (gdb-error): New variable.
24236         (gdb-error): New function.
24237         (gdb-annotation-rules): Act on error-begin and error annotations.
24238         (gdb-concat-output): Use font-lock-warning-face for errors.
24240 2005-06-22  Miles Bader  <miles@gnu.org>
24242         * bindings.el (propertized-buffer-identification): Use renamed
24243         `Buffer-menu-buffer' face.
24245         * faces.el (vertical-border): Rename from `vertical-divider'.
24246         (escape-glyph): Change dark-background color back to `cyan'.
24248 2005-06-21  Juri Linkov  <juri@jurta.org>
24250         * faces.el (face-user-default-spec): Try getting `customized-face'
24251         prior to `saved-face'.
24252         (frame-background-mode): Refill docstring.
24254         * emacs-lisp/lisp-mode.el (eval-defun-1):
24255         * emacs-lisp/edebug.el (edebug-eval-defun):
24256         Set `saved-face' temporarily to nil before calling form.
24257         Set `customized-face' to the new spec after that.
24259 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
24261         * subr.el (1value, lambda, key-substitution-in-progress):
24262         Doc fixes.
24264         * autoinsert.el (auto-insert-alist):
24265         * ses.el (ses-call-printer):
24266         * subr.el (noreturn):
24267         * emacs-lisp/lisp.el (check-parens):
24268         * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
24269         * net/browse-url.el (browse-url-mosaic):
24270         * progmodes/cc-defs.el (c-safe-scan-lists):
24271         * progmodes/ebnf-abn.el (ebnf-abn-lex):
24272         * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
24273         * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
24274         * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
24275         * progmodes/ebnf-iso.el (ebnf-iso-lex):
24276         * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
24278 2005-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
24280         * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
24282 2005-06-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
24284         * calendar/appt.el (appt-make-list): Activate the package, if
24285         not already active (for backwards compatibility).
24287 2005-06-20  Kim F. Storm  <storm@cua.dk>
24289         * subr.el (add-to-ordered-list): Test membership with eq.  Simplify.
24291 2005-06-20  Miles Bader  <miles@gnu.org>
24293         * faces.el (vertical-divider): New face.
24295 2005-06-20  Juanma Barranquero  <lekktu@gmail.com>
24297         * simple.el (kill-whole-line): Doc fix.
24298         (next-error-buffer-p, next-error-find-buffer)
24299         (clone-indirect-buffer): Fix typos in docstrings.
24300         (comment-line-break-function): Doc fix: don't say variable
24301         is automatically buffer-local (it isn't).
24303 2005-06-19  Michael Albinus  <michael.albinus@gmx.de>
24305         * net/tramp-ftp.el (top):
24306         * net/tramp-smb.el (top):
24307         * net/tramp-util.el (top):
24308         * net/tramp-uu.el (top):
24309         * net/tramp-vc.el (top):
24310         * net/tramp.el (top): Revert copyright years back to original
24311         ones.  Tramp has a life outside GNU Emacs.
24313 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
24315         * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
24317 2005-06-18  Juri Linkov  <juri@jurta.org>
24319         * progmodes/grep.el (grep-regexp-alist): Use backreference at the
24320         end of first regexp to limit the match to the position between
24321         line number and source line with same separator character as used
24322         between file name and line number.  In the second regexp limit
24323         mouse-face area to file name and line number by adding new group
24324         for them and referring it in HYPERLINK arg.
24325         (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
24326         (grep-mode): Set font-lock-lines-before to 0 to not refontify the
24327         previous line where grep markers may be already removed.
24329 2005-06-18  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
24331         * progmodes/ps-mode.el: Update version and maintainer's email address.
24333 2005-06-18  Steve Youngs  <steve@xemacs.org>
24335         * net/browse-url.el (browse-url-browser-function)
24336         (browse-url-default-browser): Add firefox.
24337         (browse-url-firefox-program, browse-url-firefox-arguments)
24338         (browse-url-firefox-startup-arguments)
24339         (browse-url-firefox-new-window-is-tab): New defcustoms.
24340         (browse-url-firefox, browse-url-firefox-sentinel): New functions.
24342 2005-06-17  Richard M. Stallman  <rms@gnu.org>
24344         * startup.el (command-line): Warn if specified user name has
24345         no home directory.
24347         * term.el (term-get-old-input, term-input-filter, term-input-sender)
24348         (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
24350         * longlines.el (longlines-mode, longlines-show-hard-newlines):
24351         Doc fixes.
24353         * faces.el (underline): Try bold if terminal doesn't support underline.
24355         * mail/sendmail.el (mail-setup-with-from): New variable.
24356         (mail-insert-from-field): New function.
24357         (sendmail-send-it): Call it.
24358         (mail-setup): Optionally call it here.
24360         * term/linux.el: Call tty-no-underline.
24362 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
24364         * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
24366 2005-06-17  Miles Bader  <miles@gnu.org>
24368         * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
24369         (ediff-current-diff-C, ediff-current-diff-Ancestor)
24370         (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
24371         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
24372         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
24373         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
24374         Remove "-face" suffix from face names.
24375         (ediff-current-diff-face-A, ediff-current-diff-face-B)
24376         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
24377         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
24378         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
24379         (ediff-even-diff-face-A, ediff-even-diff-face-B)
24380         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
24381         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
24382         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
24383         New backward-compatibility aliases for renamed faces.
24384         (ediff-current-diff-face-A, ediff-current-diff-face-B)
24385         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
24386         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
24387         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
24388         (ediff-even-diff-face-A, ediff-even-diff-face-B)
24389         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
24390         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
24391         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
24392         Use renamed ediff faces.
24394         * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
24395         Remove "-face" suffix from face names.
24396         (eshell-test-ok-face, eshell-test-failed-face):
24397         New backward-compatibility aliases for renamed faces.
24398         (eshell-run-test): Use renamed eshell-test faces.
24400         * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
24401         face name.
24402         (eshell-prompt-face): New backward-compatibility alias for renamed
24403         face.
24404         (eshell-emit-prompt): Use renamed eshell-prompt face.
24406         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
24407         (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
24408         (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
24409         (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
24410         Remove "-face" suffix from face names.
24411         (eshell-ls-directory-face, eshell-ls-symlink-face)
24412         (eshell-ls-executable-face, eshell-ls-readonly-face)
24413         (eshell-ls-unreadable-face, eshell-ls-special-face)
24414         (eshell-ls-missing-face, eshell-ls-archive-face)
24415         (eshell-ls-backup-face, eshell-ls-product-face)
24416         (eshell-ls-clutter-face):
24417         New backward-compatibility aliases for renamed faces.
24418         (eshell-ls-decorated-name): Use renamed eshell-ls faces.
24420         * progmodes/cc-fonts.el (c-nonbreakable-space-face):
24421         Remove "-face" suffix from face name.
24422         (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
24423         instead of literal face.
24425 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
24427         * emacs-lisp/warnings.el (display-warning, lwarn)
24428         (warning-minimum-log-level): Doc fixes.
24429         (warning-minimum-level, warning-minimum-log-level):
24430         Add :debug to :type choices.
24432         * progmodes/ada-mode.el (ada-format-paramlist)
24433         (ada-get-indent-case, ada-check-matching-start)
24434         (ada-check-defun-name, ada-goto-matching-decl-start)
24435         (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
24436         (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
24437         (ada-make-subprogram-body): Follow error conventions.
24438         (ada-case-exception-file, ada-indent-comment-as-code)
24439         (ada-indent-handle-comment-special, ada-indent-renames)
24440         (ada-indent-return, ada-search-directories-internal)
24441         (ada-tab-policy, ada-case-exception-substring)
24442         (ada-other-file-alist, ada-matching-start-re)
24443         (ada-matching-decl-start-re, ada-contextual-menu-last-point)
24444         (ada-imenu-generic-expression, ada-compile-goto-error)
24445         (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
24446         (ada-popup-menu, ada-add-extensions, ada-mode)
24447         (ada-region-selected, ada-create-case-exception)
24448         (ada-create-case-exception-substring, ada-after-keyword-p)
24449         (ada-activate-keys-for-case, ada-adjust-case-region)
24450         (ada-adjust-case-buffer, ada-format-paramlist)
24451         (ada-scan-paramlist, ada-insert-paramlist)
24452         (ada-indent-newline-indent)
24453         (ada-indent-newline-indent-conditional)
24454         (ada-justified-indent-current, ada-goto-previous-word)
24455         (ada-indent-current, ada-get-indent-open-paren)
24456         (ada-get-indent-paramlist, ada-get-indent-end)
24457         (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
24458         (ada-get-indent-block-start, ada-get-indent-subprog)
24459         (ada-get-indent-noindent, ada-get-indent-label)
24460         (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
24461         (ada-search-prev-end-stmt, ada-goto-next-non-ws)
24462         (ada-goto-stmt-end, ada-goto-next-word)
24463         (ada-check-matching-start, ada-check-defun-name)
24464         (ada-goto-matching-decl-start, ada-goto-matching-start)
24465         (ada-goto-matching-end, ada-search-ignore-string-comment)
24466         (ada-in-decl-p, ada-looking-at-semi-or)
24467         (ada-looking-at-semi-private, ada-in-paramlist-p)
24468         (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
24469         (ada-untab-hard, ada-move-to-start, ada-move-to-end)
24470         (ada-next-procedure, ada-previous-procedure, ada-next-package)
24471         (ada-previous-package, ada-create-menu)
24472         (ada-fill-comment-paragraph-justify)
24473         (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
24474         (ada-other-file-name, ada-last-which-function-line)
24475         (ada-last-which-function-subprog, ada-which-function)
24476         (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
24477         (ada-gen-treat-proc, ada-check-emacs-version)
24478         (ada-continuation-indent, ada-align-region-separate):
24479         Fix typos in docstrings.
24480         (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
24482 2005-06-16  Lute Kamstra  <lute@gnu.org>
24484         * simple.el (fundamental-mode): Run after-change-major-mode-hook
24485         conditionally.
24487 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
24489         * comint.el (comint-replace-by-expanded-filename)
24490         (comint-prompt-regexp, comint-delimiter-argument-list)
24491         (comint-preinput-scroll-to-bottom):
24492         * info.el (Info-hide-cookies-node):
24493         * ls-lisp.el (ls-lisp-classify):
24494         * find-file.el (ff-search-directories, ff-special-constructs)
24495         (ff-find-other-file):
24496         * font-lock.el (font-lock-keywords):
24497         * shell.el (shell-prompt-pattern)
24498         (shell-dynamic-complete-functions, shell-mode)
24499         (shell-delimiter-argument-list):
24500         * term.el (term-replace-by-expanded-filename)
24501         (term-prompt-regexp, term-delimiter-argument-list):
24502         * woman.el (woman-ignore, woman0-if):
24503         * emacs-lisp/derived.el (derived-mode-init-mode-variables):
24504         * emacs-lisp/elint.el (elint-init-env):
24505         * emacs-lisp/regexp-opt.el (regexp-opt-depth):
24506         * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
24507         * language/ethio-util.el (ethio-tilde-escape)
24508         (ethio-use-three-dot-question):
24509         * net/zone-mode.el (zone-mode-load-time-setup):
24510         * progmodes/cc-align.el (c-lineup-argcont):
24511         * progmodes/cc-awk.el (c-awk-beginning-of-defun):
24512         * progmodes/cperl-mode.el (cperl-set-style-back):
24513         * progmodes/inf-lisp.el (inferior-lisp-prompt):
24514         * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
24515         Fix spellings in docstrings.
24517         * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
24518         * progmodes/modula2.el (m2-for): Fix spellings.
24520         * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
24522         * simple.el (undo-more): Don't use `format' on `error' arguments.
24523         Improve argument/docstring consistency.
24524         (pending-undo-list): Doc fix.
24526         * smerge-mode.el (smerge-ensure-match):
24527         * emulation/vip.el (vip-ex):
24528         * net/zone-mode.el (zone-mode-update-serial):
24529         * progmodes/idlwave.el (idlwave-complete):
24530         * progmodes/vhdl-mode.el (vhdl-visit-file)
24531         (vhdl-compose-wire-components):
24532         Don't use `format' on `error' arguments.
24534         * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
24535         (tooltip-use-echo-area, tooltip-process-prompt-regexp)
24536         (tooltip-help-tips): Fix typos in docstrings.
24538 2005-06-16  David Ponce  <david@dponce.com>
24540         * tree-widget.el (tree-widget-value-create): Simplify last change.
24542 2005-06-15  Matt Hodges  <MPHodges@member.fsf.org>
24544         * ido.el (ido-incomplete-regexp): New variable.
24545         (ido-set-matches-1): Handle invalid-regexp error and set
24546         ido-incomplete-regexp.
24547         (ido-incomplete-regexp): New face.
24548         (ido-completions): Use it.
24549         (ido-complete, ido-exit-minibuffer, ido-completions):
24550         Handle incomplete regexps.
24551         (ido-completions): Add check for complete match when entering a regexp.
24553 2005-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
24555         * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
24557 2005-06-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
24559         * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
24560         by field delimiters.
24562 2005-06-15  David Ponce  <david@dponce.com>
24564         * tree-widget.el: eval-and-compile inlined functions so they will
24565         be available at run-time too.
24566         (tree-widget-super-format-handler)
24567         (tree-widget-format-handler): Remove.
24568         (tree-widget-value-create): Handle the :indent property.
24570 2005-06-15  Miles Bader  <miles@gnu.org>
24572         * progmodes/which-func.el (which-func): Only inherit
24573         `font-lock-function-name-face' when that makes sense against the
24574         default mode-line face, otherwise set the face color explicitly.
24576         * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
24577         faces instead of (non-existent) variables.
24579 2005-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
24581         * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
24582         (iswitchb-get-matched-buffers): Likewise.  Simplify.
24584 2005-06-14  Miles Bader  <miles@gnu.org>
24586         * progmodes/ld-script.el (ld-script-location-counter):
24587         Remove "-face" suffix from face name.
24588         (ld-script-location-counter-face):
24589         New backward-compatibility alias for renamed face.
24590         (ld-script-location-counter-face): Use renamed face.
24592         * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
24593         (cperl-hash): Remove "-face" suffix from face names.
24594         (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
24595         New backward-compatibility aliases for renamed faces.
24596         (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
24597         (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
24599         * progmodes/which-func.el (which-func): Remove "-face" suffix from face
24600         name.
24601         (which-func-face): New backward-compatibility alias for renamed face.
24602         (which-func-format): Use renamed which-func face.
24604         * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
24605         (vhdl-function, vhdl-directive, vhdl-reserved-word)
24606         (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
24607         names.
24608         (vhdl-speedbar-entity, vhdl-speedbar-architecture)
24609         (vhdl-speedbar-configuration, vhdl-speedbar-package)
24610         (vhdl-speedbar-library, vhdl-speedbar-instantiation)
24611         (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
24612         (vhdl-speedbar-architecture-selected)
24613         (vhdl-speedbar-configuration-selected)
24614         (vhdl-speedbar-package-selected)
24615         (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
24616         names.
24617         (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
24618         Use renamed faces.
24619         (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
24620         (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
24621         (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
24622         Use renamed faces.
24623         (syntax-alist): Don't use "font-lock-" or "-face" in generated face
24624         names.
24625         (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
24626         (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
24627         (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
24628         (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
24629         (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
24630         (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
24632         * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
24633         face name.
24634         (sh-heredoc-face): New backward-compatibility alias for renamed face.
24635         (sh-heredoc-face): Use renamed sh-heredoc face.
24637         * progmodes/idlw-help.el (idlwave-help-link):
24638         Remove "-face" suffix from face name.
24639         (idlwave-help-link-face):
24640         New backward-compatibility alias for renamed face.
24641         (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
24643         * progmodes/idlw-shell.el (idlwave-shell-bp-face)
24644         (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
24645         (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
24646         New backward-compatibility aliases for renamed faces.
24647         (idlwave-shell-disabled-breakpoint-face)
24648         (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
24650         * progmodes/flymake.el (flymake-errline, flymake-warnline):
24651         Remove "-face" suffix from face names.
24652         (flymake-errline-face, flymake-warnline-face):
24653         New backward-compatibility aliases for renamed faces.
24654         (flymake-highlight-line): Use renamed flymake faces.
24656         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
24657         (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
24658         (ebrowse-member-class, ebrowse-progress):
24659         Remove "-face" suffix from face names.
24660         (ebrowse-tree-mark-face, ebrowse-root-class-face)
24661         (ebrowse-file-name-face, ebrowse-default-face)
24662         (ebrowse-member-attribute-face, ebrowse-member-class-face)
24663         (ebrowse-progress-face):
24664         New backward-compatibility aliases for renamed faces.
24665         (ebrowse-show-progress, ebrowse-show-file-name-at-point)
24666         (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
24667         (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
24668         (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
24670         * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
24671         antlr-syntax)
24672         (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
24673         (antlr-literal): Remove "-face" suffix and "font-lock-" from face
24674         names.
24675         (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
24676         (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
24677         (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
24678         (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
24679         backward-compatibility aliases for renamed faces.
24680         (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
24681         (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
24682         (antlr-tokenref-face, antlr-literal-face): Variables renamed to
24683         remove "font-lock-".  Use renamed antlr-mode faces.
24684         (antlr-font-lock-additional-keywords): Use renamed faces.  Replace
24685         literal face-names with face variable references.
24687         * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
24688         face name.
24689         (Buffer-menu-buffer-face): New backward-compatibility alias for
24690         renamed face.
24691         (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
24693 2005-06-15  Daniel Pfeiffer  <occitan@esperanto.org>
24695         * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
24696         Eliminate "-face" suffix.
24697         (makefile-targets): Inherit from font-lock-function-name-face and
24698         eliminate "-face" suffix.
24699         (makefile-shell): Remove attributes and eliminate "-face" suffix.
24700         (makefile-*-font-lock-keywords): Append makefile-targets in rule
24701         actions, instead of prepending, to make it less visible.
24702         (makefile-previous-dependency, makefile-match-dependency):
24703         Don't match a target on a continuation line.
24705         * files.el (auto-mode-alist): Put Makefile in gmake mode.
24707 2005-06-15  Nick Roberts  <nickrob@snap.net.nz>
24709         * progmodes/gdb-ui.el (menu): Re-order menu items.
24710         (gdb-tooltip-print): Respect tooltip-use-echo-area.
24712         * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
24713         Define in tooltip.el.
24714         (gud-tooltip-process-output): Respect tooltip-use-echo-area.
24715         (gud-tooltip-tips): Respect tooltip-use-echo-area and
24716         gud-tooltip-echo-area.
24718         * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
24719         backward compatibility and make obsolete.
24720         (tooltip-help-tips): Use tooltip-use-echo-area.
24721         (tooltip-show-help-function): Rename to...
24722         (tooltip-show-help): ...this, because it is a function.
24723         (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
24725 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
24727         * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
24728         (edebug-print-length, edebug-print-level, edebug-print-circle)
24729         (edebug-modify-breakpoint, edebug-eval-last-sexp)
24730         (edebug-eval-print-last-sexp): Doc fixes.
24732 2005-06-14  Kim F. Storm  <storm@cua.dk>
24734         * ido.el (ido-mode): Make a new keymap every time we enable ido,
24735         as the coverage buffer/file/both may change.
24737 2005-06-14  Lute Kamstra  <lute@gnu.org>
24739         * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
24740         and run-mode-hooks.  Simplify.
24742         * mail/rmailedit.el (rmail-edit-mode):
24743         * progmodes/octave-inf.el (inferior-octave-mode):
24744         * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
24746         * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
24747         and run-mode-hooks.
24748         (recentf-edit-list, recentf-open-files): Don't call
24749         kill-all-local-variables directly.
24751         * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
24753 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
24755         * emacs-lisp/byte-run.el (make-obsolete)
24756         (define-obsolete-function-alias): Rename arguments FUNCTION and
24757         NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
24758         (make-obsolete-variable, define-obsolete-variable-alias):
24759         Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
24760         respectively.
24762         * isearchb.el (isearchb-activate):
24763         * pcvs.el (cvs-mode):
24764         * ses.el (ses-load):
24765         * vc-arch.el (vc-arch-checkin, vc-arch-diff):
24766         * net/tramp.el (tramp-find-file-exists-command)
24767         (tramp-find-shell):
24768         * progmodes/ada-mode.el (ada-create-case-exception)
24769         (ada-create-case-exception-substring, ada-make-subprogram-body):
24770         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
24771         * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
24772         * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
24773         * textmodes/org.el (org-promote, org-evaluate-time-range)
24774         (org-agenda-next-date-line, org-agenda-previous-date-line)
24775         (org-agenda-error, org-open-at-point, org-table-move-row)
24776         (org-format-table-table-html-using-table-generate-source)
24777         (org-shiftcursor-error, org-ctrl-c-ctrl-c):
24778         * textmodes/reftex.el (reftex-access-scan-info):
24779         * textmodes/reftex-toc.el (reftex-toc-dframe-p)
24780         (reftex-toc-promote-prepare): Follow error conventions.
24782         * diff-mode.el (diff-mode): Fix typo in docstring.
24784         * forms.el (forms--intuit-from-file): Fix reference to
24785         `forms-number-of-fields' in error message.
24786         (forms-print): Fix quoting in error message.
24788         * forms.el (forms-mode):
24789         * emulation/vi.el (vi-goto-insert-state):
24790         * progmodes/flymake.el (flymake-new-err-info)
24791         (flymake-start-syntax-check-for-current-buffer)
24792         (flymake-simple-cleanup):
24793         * eshell/esh-var.el (eshell/export):
24794         * progmodes/gud.el (xdb):
24795         * textmodes/flyspell.el (flyspell-incorrect-hook)
24796         (flyspell-maybe-correct-transposition)
24797         (flyspell-maybe-correct-doubling): Fix quoting in docstring.
24799 2005-06-13  Luc Teirlinck  <teirllm@auburn.edu>
24801         * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
24802         minibuffer prompt.
24804 2005-06-13  Kim F. Storm  <storm@cua.dk>
24806         * subr.el (add-to-ordered-list): New defun.
24808         * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
24809         add cua--keymap-alist to emulation-mode-map-alists.
24811 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
24813         * subr.el (complete-in-turn): New macro.
24814         (dynamic-completion-table, lazy-completion-table): Add debug info.
24816         * faces.el (read-face-name): Use complete-in-turn complete non-aliases
24817         in preference to face aliases.
24819         * textmodes/fill.el (fill-match-adaptive-prefix): New function.
24820         (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
24821         Remove unused vars `start' and `firstline'.
24822         (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
24823         (justify-current-line, fill-individual-paragraphs): Remove unused vars.
24825 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
24827         * cus-start.el (all): Don't complain about missing GTK-related
24828         variables, unless either `gtk' is boundp or this isn't a
24829         `windows-nt' build.
24831 2005-06-13  Lute Kamstra  <lute@gnu.org>
24833         * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
24834         run-mode-hooks.
24836         * ediff-mult.el (ediff-meta-mode):
24837         * ediff-util.el (ediff-mode): Use run-mode-hooks.
24839         * ledit.el (ledit-mode): Use delay-mode-hooks.
24841         * woman.el (woman-mode-line-format): Delete constant.
24842         (woman-mode-map): Initialize it properly.
24843         (woman-mode): Set mode-class property to special.
24844         Use delay-mode-hooks and run-mode-hooks.  Use the right keymap.
24845         Set major-mode and mode-name.  Don't set mode-line-format directly.
24846         (Man-getpage-in-background): Don't reference woman-mode-line-format.
24848         * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
24849         string argument obsolete.
24851 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
24853         * textmodes/org.el (org-CUA-compatible): New option.
24854         (org-disputed-keys): New variable.
24855         (org-key): New function.
24856         (orgtbl-make-binding): Add docstring to the created function.
24857         (org-mode): Set paragraph start/separate regexps.
24858         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
24859         (org-archive-location, org-archive-mark-done)
24860         (org-archive-stamp-time): New options.
24861         (org-archive-subtree): New command.
24862         (org-fill-paragraph): New function.
24863         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
24864         (org-fake-empty-table-line): Function removed.
24865         (org-format-org-table-html): Do not create empty table lines at
24866         separator lines.  Improved table header treatment.
24867         (org-link-format): New option.
24868         (org-make-link): New function.
24869         (org-insert-link, org-store-link): Use org-make-link.
24870         (org-open-file): Quote file name for shell command, to allow
24871         spaces in file names.
24872         (org-link-regexp): Fix bug with mailto link.
24873         (org-link-maybe-angles-regexp, org-protected-link-regexp):
24874         New constants.
24875         (org-export-as-html): Deal with the optional angles around a link.
24876         Better treatment of file: links.
24877         (org-open-at-point): Replace @{ and @} with < and >.
24878         (org-run-mode-hooks): Function removed.
24879         (org-agenda-mode): No longer use `org-run-mode-hooks'.
24881 2005-06-13  Nick Roberts  <nickrob@snap.net.nz>
24883         * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
24884         MI command -data-list-register-values.
24885         (gdb-post-prompt): Indent properly.
24887 2005-06-13  Juanma Barranquero  <lekktu@gmail.com>
24889         * hilit-chg.el (highlight-changes-colors): Rename from
24890         `highlight-changes-colours'.
24891         (highlight-changes-colours): Keep as obsolete alias.
24892         (highlight-changes-face-list): Doc fix.
24893         (hilit-chg-make-list): Use `highlight-changes-colors'.
24895 2005-06-12  Mark A. Hershberger  <mah@everybody.org>
24897         * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
24898         defun-prompt-regexp.
24900 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
24902         * loadup.el: Don't say we are dumping under 2 names on windows-nt
24903         and cygwin.
24905         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
24906         Don't use an old loaddefs.el, as in Makefile.in.
24908 2005-06-12  Lute Kamstra  <lute@gnu.org>
24910         * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
24912         * man.el (Man-mode-map): Initialize it properly.
24913         (Man-mode): Set mode-class property to special.
24915         * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
24917 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
24919         * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
24920         A newline is needed in the docstring there.
24922         * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
24923         Doc fixes.
24925 2005-06-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
24927         * printing.el: Doc fix.  The menubar is no more changed when printing
24928         is loaded, it only changes when pr-menu-bind or pr-update-menus is
24929         called.  Now, the menubar changing will work in Emacs 20, 21 and 22.
24930         (pr-version): New version number (6.8.4).
24931         (pr-menu-bind): New command.
24932         (pr-update-menus): Docstring and code fix.
24933         (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
24934         Docstring fix.
24935         (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
24936         (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
24938 2005-06-11  Thien-Thi Nguyen  <ttn@gnu.org>
24940         * emacs-lisp/ewoc.el: Doc fixes for public funcs:
24941         "Returns" to "return", document useful return values, etc.
24943 2005-06-11  Alan Mackenzie  <acm@muc.de>
24945         * fill.el (fill-context-prefix): Try `adaptive-fill-function'
24946         BEFORE `adaptive-fill-regexp' when determining a fill prefix.
24947         (adaptive-file-function): Minor amendment to doc-string.
24949 2005-06-11  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
24951         * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
24952         (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
24953         Fix :type--it is `integer', not `string'.
24955         * faces.el (modeline-highlight): Rename from (the erroneous)
24956         `modeline-higilight'.
24958 2005-06-11  Lute Kamstra  <lute@gnu.org>
24960         * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
24961         lisp-interaction-mode-map but make it the parent.
24962         (edebug-eval-mode): Use define-derived-mode.
24964 2005-06-11  Andreas Schwab  <schwab@suse.de>
24966         * bindings.el: Add binding of `ESC functionkey' for every
24967         `M-functionkey'.
24968         * hexl.el (hexl-mode-map): Likewise.
24970 2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)
24972         * progmodes/compile.el (compilation-error-regexp-alist-alist)
24973         [msft]: update regexp for newer msft compilers.
24975 2005-06-10  Mark A. Hershberger  <mah@everybody.org>
24977         * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
24978         ATTLIST portions of included DTDs.
24979         (xml-parse-dtd): Eliminate use of inefficient match-data.
24981 2005-06-10  Miles Bader  <miles@gnu.org>
24983         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
24984         (mpuz-text): Remove "-face" suffix from face names.
24985         (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
24986         (mpuz-text-face): New backward-compatibility aliases for renamed faces.
24987         (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
24989         * play/gomoku.el (gomoku-O, gomoku-X):
24990         Remove "-face" suffix from face names.
24991         (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
24992         New backward-compatibility aliases for renamed faces.
24993         (gomoku-font-lock-keywords): Use renamed gomoku faces.
24995 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
24997         * thumbs.el: Fixes for changes of 2005-06-09.
24998         (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
24999         as a directory.
25000         (thumbs-thumbname): Remove directory separator from format string;
25001         `thumbs-thumbsdir' now returns a valid directory name.
25002         (thumbs-temp-dir): New defsubst.
25003         (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
25004         Use it.
25006         * cus-edit.el (minibuffer):
25007         * files.el (make-backup-file-name-function):
25008         * filesets.el (filesets-external-viewers):
25009         * hilit-chg.el (highlight-changes-colours)
25010         (highlight-changes-face-list, highlight-changes-rotate-faces):
25011         * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
25012         * kmacro.el (kmacro-call-macro):
25013         * log-edit.el (log-edit-changelog-full-paragraphs):
25014         * mouse.el (mouse-1-click-follows-link):
25015         * skeleton.el (skeleton-autowrap):
25016         * subr.el (insert-for-yank-1):
25017         * tempo.el (tempo-insert-region):
25018         * terminal.el (terminal-emulator):
25019         * time.el (display-time-mail-face):
25020         * vc.el (vc-annotate):
25021         * vcursor.el (vcursor-copy-line):
25022         * woman.el (woman-bold-headings, woman-ignore)
25023         (woman-default-faces, woman-monochrome-faces):
25024         * calendar/todo-mode.el (todo-insert-threshold):
25025         * emulation/pc-select.el (pc-select-selection-keys-only)
25026         (pc-selection-mode):
25027         * emulation/vip.el (vip-find-char-forward):
25028         * emulation/viper-cmd.el (viper-find-char-forward):
25029         * international/mule-cmds.el
25030         (select-safe-coding-system-accept-default-p)
25031         (input-method-exit-on-invalid-key):
25032         * international/mule-diag.el (describe-coding-system):
25033         * international/ucs-tables.el (unify-8859-on-encoding-mode):
25034         * net/browse-url.el (browse-url-xterm-program):
25035         * obsolete/lazy-lock.el (lazy-lock-mode):
25036         * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
25037         (cperl-mode):
25038         * progmodes/cpp.el (cpp-face-light-name-list)
25039         (cpp-face-dark-name-list):
25040         * progmodes/delphi.el (delphi-newline-always-indents):
25041         Fix spellings in docstrings.
25043         * ido.el (ido-mode, ido-file-extensions-order)
25044         (ido-default-file-method, ido-default-buffer-method)
25045         (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
25046         (ido-decorations, ido-read-file-name-as-directory-commands)
25047         (ido-read-file-name-non-ido, ido-work-directory-list)
25048         (ido-ignore-item-temp-list, ido-current-directory)
25049         (ido-magic-forward-char, ido-enter-find-file)
25050         (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
25051         (ido-find-file, ido-read-buffer): Fix typos in docstrings.
25053 2005-06-10  Lute Kamstra  <lute@gnu.org>
25055         * play/dunnet.el (dun-mode): Use define-derived-mode.
25056         (dungeon-mode-map): Rename to dun-mode-map.  Keep old name as an
25057         obsolete alias.
25059         * play/doctor.el (doctor-mode-map): Remove defvar.
25060         (doctor-mode): Use define-derived-mode.
25062         * mail/mspools.el (mspools-mode):
25063         * net/eudc-hotlist.el (eudc-hotlist-mode):
25064         * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
25066 2005-06-10  Miles Bader  <miles@gnu.org>
25068         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
25069         Remove "-face" suffix from face names.
25070         (flyspell-incorrect-face, flyspell-duplicate-face):
25071         New backward-compatibility aliases for renamed faces.
25072         (flyspell-mode-on, make-flyspell-overlay)
25073         (flyspell-highlight-incorrect-region)
25074         (flyspell-highlight-duplicate-region)
25075         (flyspell-display-next-corrections)
25076         (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
25078         * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
25079         from face name.
25080         (texinfo-heading-face): New backward-compatibility alias for
25081         renamed face.
25082         (texinfo-heading-face): Use renamed texinfo-heading face.
25084         * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
25085         suffix from face names.
25086         (tex-math-face, tex-verbatim-face):
25087         New backward-compatibility aliases for renamed faces.
25088         (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
25089         (tex-insert-quote): Use `tex-verbatim-face' variable instead of
25090         literal face name.
25092         * textmodes/table.el (table-cell): Remove "-face" suffix from face
25093         name.
25094         (table-cell-face): New backward-compatibility alias for renamed face.
25095         (table--put-cell-face-property, table--update-cell-face):
25096         Use renamed table-cell face.
25098         * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
25099         from face name.
25100         (sgml-namespace-face): New backward-compatibility alias for
25101         renamed face.
25102         (sgml-namespace-face): Use renamed sgml-namespace face.
25104         * textmodes/org.el (org-level-1, org-level-2, org-level-3)
25105         (org-level-4, org-level-5, org-level-6, org-level-7)
25106         (org-level-8, org-warning, org-headline-done)
25107         (org-deadline-announce, org-scheduled-today)
25108         (org-scheduled-previously, org-link, org-done, org-table)
25109         (org-time-grid): Remove "-face" suffix from face names.
25110         (org-level-1-face, org-level-2-face, org-level-3-face)
25111         (org-level-4-face, org-level-5-face, org-level-6-face)
25112         (org-level-7-face, org-level-8-face, org-warning-face)
25113         (org-headline-done-face, org-deadline-announce-face)
25114         (org-scheduled-today-face, org-scheduled-previously-face)
25115         (org-link-face, org-done-face, org-table-face)
25116         (org-time-grid-face):
25117         New backward-compatibility aliases for renamed faces.
25118         (org-level-faces, org-set-font-lock-defaults, org-timeline)
25119         (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
25120         (org-agenda-get-timestamps, org-agenda-get-scheduled)
25121         (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
25123         * emulation/viper-init.el (viper-search, viper-replace-overlay)
25124         (viper-minibuffer-emacs, viper-minibuffer-insert)
25125         (viper-minibuffer-vi): Remove "-face" suffix from face names.
25126         (viper-search-face, viper-replace-overlay-face)
25127         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
25128         (viper-minibuffer-vi-face):
25129         New backward-compatibility aliases for renamed faces.
25130         (viper-search-face, viper-replace-overlay-face)
25131         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
25132         (viper-minibuffer-vi-face): Use renamed viper faces.
25134         * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
25135         Remove "-face" suffix from face names.
25136         (testcover-nohits-face, testcover-1value-face):
25137         New backward-compatibility aliases for renamed faces.
25138         (testcover-mark): Use renamed testcover faces.
25140         * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
25141         face name.
25142         (diary-button-face): New backward-compatibility alias for renamed face.
25143         (diary-entry): Use renamed diary-button face.
25145         * calendar/calendar.el (diary, calendar-today, holiday)
25146         (mark-visible-calendar-date): Remove "-face" suffix from face names.
25147         (diary-face, calendar-today-face, holiday-face):
25148         New backward-compatibility aliases for renamed faces.
25149         (eval-after-load "facemenu", diary-entry-marker)
25150         (calendar-today-marker, calendar-holiday-marker, diary-face):
25151         Use renamed calendar faces.
25153         * compare-w.el (compare-windows): Remove "-face" suffix from face name.
25154         (compare-windows-face): New backward-compatibility alias for
25155         renamed face.
25156         (compare-windows-highlight): Use renamed compare-windows face.
25158         * strokes.el (strokes-char): Remove "-face" suffix from face name.
25159         (strokes-char-face): New backward-compatibility alias for renamed face.
25160         (strokes-encode-buffer): Use renamed strokes-char face.
25162         * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
25163         (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
25164         Remove "-face" suffix from face names.
25165         (cvs-header-face, cvs-filename-face, cvs-unknown-face)
25166         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
25167         (cvs-msg-face): New backward-compatibility aliases for renamed faces.
25168         (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
25169         Use renamed pcvs faces.
25170         * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
25171         * pcvs-defs.el (cvs-mode-map): Likewise.
25172         * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
25174         * info.el (info-title-1, info-title-2, info-title-3)
25175         (info-title-4): Remove "-face" suffix from and downcase face names.
25176         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
25177         (Info-title-4-face):
25178         New backward-compatibility aliases for renamed faces.
25179         (Info-fontify-node): Use renamed info faces.
25181         * hilit-chg.el (highlight-changes, highlight-changes-delete):
25182         Remove "-face" suffix from face names.
25183         (highlight-changes-face, highlight-changes-delete-face):
25184         New backward-compatibility aliases for renamed faces.
25185         (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
25186         (hilit-chg-make-list): Use renamed highlight-changes faces.
25188         * generic-x.el (show-tabs-tab, show-tabs-space):
25189         Remove "-face" suffix from face names.
25190         (show-tabs-tab-face, show-tabs-space-face):
25191         New backward-compatibility aliases for renamed faces.
25192         (show-tabs-generic-mode-font-lock-defaults-1)
25193         (show-tabs-generic-mode-font-lock-defaults-2):
25194         Use renamed show-tabs faces.
25196         * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
25197         (smerge-markers): Remove "-face" suffix from face names.
25198         (smerge-mine-face, smerge-other-face, smerge-base-face)
25199         (smerge-markers-face):
25200         New backward-compatibility aliases for renamed faces.
25201         (smerge-mine-face, smerge-other-face, smerge-base-face)
25202         (smerge-markers-face): Use renamed smerge faces.
25204         * log-view.el (log-view-file, log-view-message): Remove "-face"
25205         suffix from face names.
25206         (log-view-file-face, log-view-message-face):
25207         New backward-compatibility aliases for renamed faces.
25208         (log-view-file-face, log-view-message-face): Use renamed log-view
25209         faces.
25211         * paren.el (show-paren-match, show-paren-mismatch):
25212         Remove "-face" suffix from face names.
25213         (show-paren-match-face, show-paren-mismatch-face):
25214         New backward-compatibility aliases for renamed faces.
25215         (show-paren-function): Use renamed show-paren faces.
25217         * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
25218         (ruler-mode-margins, ruler-mode-fringes)
25219         (ruler-mode-column-number, ruler-mode-fill-column)
25220         (ruler-mode-comment-column, ruler-mode-goal-column)
25221         (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
25222         suffix from face names.
25223         (ruler-mode-default-face, ruler-mode-pad-face)
25224         (ruler-mode-margins-face, ruler-mode-fringes-face)
25225         (ruler-mode-column-number-face, ruler-mode-fill-column-face)
25226         (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
25227         (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
25228         New backward-compatibility aliases for renamed faces.
25229         (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
25230         (ruler-mode-column-number, ruler-mode-fill-column)
25231         (ruler-mode-comment-column, ruler-mode-goal-column)
25232         (ruler-mode-tab-stop, ruler-mode-current-column)
25233         (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
25234         faces.
25236         * whitespace.el (whitespace-highlight): Remove "-face" suffix from
25237         face name.
25238         (whitespace-highlight-the-space): Use renamed face.
25239         (whitespace-highlight-face): New backward-compatibility alias for
25240         renamed face.
25242         * woman.el (woman-italic, woman-bold, woman-unknown)
25243         (woman-addition, woman-symbol-face):
25244         Remove "-face" suffix from face names.
25245         (woman-italic-face, woman-bold-face, woman-unknown-face)
25246         (woman-addition-face):
25247         New backward-compatibility aliases for renamed faces.
25248         (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
25249         (woman-decode-region, woman-replace-match)
25250         (woman-display-extended-fonts, woman-special-characters)
25251         (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
25252         Use renamed woman faces.
25254         * longlines.el (longlines-visible-face): Face removed.
25256         * diff-mode.el (diff-header, diff-file-header, diff-index)
25257         (diff-hunk-header, diff-removed, diff-added, diff-changed)
25258         (diff-function, diff-context, diff-nonexistent): Remove "-face"
25259         suffix from face names.
25260         (diff-header-face, diff-file-header-face, diff-index-face)
25261         (diff-hunk-header-face, diff-removed-face, diff-added-face)
25262         (diff-changed-face, diff-function-face, diff-context-face)
25263         (diff-nonexistent-face): New backward-compatibility aliases for
25264         renamed faces.
25265         (diff-header-face, diff-file-header-face)
25266         (diff-index, diff-index-face, diff-hunk-header)
25267         (diff-hunk-header-face, diff-removed, diff-removed-face)
25268         (diff-added, diff-added-face, diff-changed-face, diff-function)
25269         (diff-function-face, diff-context-face, diff-nonexistent)
25270         (diff-nonexistent-face): Use renamed diff-mode faces.
25272         * progmodes/compile.el (compilation-warning-face)
25273         (compilation-info-face): Remove "-face" suffix from face names.
25274         (compilation-warning-face, compilation-info-face):
25275         New backward-compatibility aliases for renamed faces.
25276         (compilation-warning-face, compilation-info-face):
25277         Use renamed compilation faces.
25279         * add-log.el (change-log-date, change-log-name)
25280         (change-log-email, change-log-file, change-log-list)
25281         (change-log-conditionals, change-log-function)
25282         (change-log-acknowledgement): Remove "-face" suffix from face names.
25283         (change-log-date-face, change-log-name-face)
25284         (change-log-email-face, change-log-file-face)
25285         (change-log-list-face, change-log-conditionals-face)
25286         (change-log-function-face, change-log-acknowledgement-face):
25287         New backward-compatibility aliases for renamed faces.
25288         (change-log-font-lock-keywords): Use renamed change-log faces.
25290         * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
25291         (custom-set, custom-changed, custom-saved, custom-button)
25292         (custom-button-pressed, custom-documentation, custom-state)
25293         (custom-comment, custom-comment-tag, custom-variable-tag)
25294         (custom-variable-button, custom-face-tag, custom-group-tag-1)
25295         (custom-group-tag): Remove "-face" suffix from face names.
25296         (custom-magic-alist, custom-magic-value-create)
25297         (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
25298         (custom-invalid-face, custom-rogue-face, custom-modified-face)
25299         (custom-set-face, custom-changed-face, custom-saved-face)
25300         (custom-button-face, custom-button-pressed-face)
25301         (custom-documentation-face, custom-state-face)
25302         (custom-comment-face, custom-comment-tag-face)
25303         (custom-variable-tag-face, custom-variable-button-face)
25304         (custom-face-tag-face, custom-group-tag-face-1)
25305         (custom-group-tag-face):
25306         New backward-compatibility aliases for renamed faces.
25308         * wid-edit.el (widget-documentation, widget-button)
25309         (widget-field, widget-single-line-field, widget-inactive)
25310         (widget-button-pressed): "-face" suffix removed from face names.
25311         (widget-documentation-face, widget-button-face)
25312         (widget-field-face, widget-single-line-field-face)
25313         (widget-inactive-face, widget-button-pressed-face):
25314         New backward-compatibility aliases for renamed faces.
25315         (widget-documentation-face, widget-button-face)
25316         (widget-button-pressed-face, widget-specify-field)
25317         (widget-specify-inactive): Use renamed widget faces.
25319 2005-06-10  Kenichi Handa  <handa@m17n.org>
25321         * term/x-win.el (x-clipboard-yank): Remove condition-case
25322         wrapping.
25324 2005-06-11  Kenichi Handa  <handa@m17n.org>
25326         * add-log.el (change-log-font-lock-keywords): Make the regexp for
25327         date lines stricter.
25329 2005-06-10  Zhang Wei  <id.brep@gmail.com>
25331         * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
25332         of x-get-selection.
25334 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
25336         * comint.el (comint-mode, comint-snapshot-last-prompt):
25337         * frame.el (frame-current-scroll-bars):
25338         * term.el (term-mode, term-check-proc, term-input-sender)
25339         (term-simple-send, term-extract-string, term-word)
25340         (term-match-partial-filename):
25341         * window.el (window-current-scroll-bars):
25342         * emulation/cua-base.el (cua-normal-cursor-color)
25343         (cua-read-only-cursor-color, cua-overwrite-cursor-color)
25344         (cua-global-mark-cursor-color):
25345         * mail/undigest.el (rmail-forward-separator-regex):
25346         Fix typos in docstrings.
25348         * comint.el (comint-check-proc, make-comint-in-buffer)
25349         (comint-source-default): Doc fixes.
25351         * term.el (term-send-string): Improve argument/docstring consistency.
25353 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
25355         * comint.el (comint-send-input): Bind `inhibit-read-only' around
25356         call to `delete-region'.
25357         (comint-mode-hook): Do not enable Font Lock by default.
25359 2005-06-09  Lute Kamstra  <lute@gnu.org>
25361         * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
25362         could be void.
25364 2005-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
25366         * emacs-lisp/debug.el (debugger-will-be-back): New var.
25367         (debug): Use it.
25368         (debugger-step-through, debugger-continue, debugger-jump)
25369         (debugger-return-value): Set it when needed.
25370         (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
25371         Use inhibit-read-only.
25373 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
25375         * window.el (shrink-window-if-larger-than-buffer)
25376         (window-size-fixed): Fix typo in docstring.
25378         * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
25379         thumbnails directory on loading.
25380         (thumbs-conversion-program): Use `eq' to check the system type,
25381         not `equal'.
25382         (thumbs-temp-dir): Initialize to `temporary-file-directory',
25383         not "/tmp".  Fix docstring.
25384         (thumbs-thumbsdir): New function to return the thumbnails
25385         directory, creating it if needed.
25386         (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
25387         (thumbs-temp-file): Delete variable and make it into a function.
25388         (thumbs-resize-image, thumbs-modify-image): Use it.
25389         (thumbs-kill-buffer): Simplify.
25390         (thumbs-gensym): Defalias or duplicate CL `gensym'.
25391         (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
25392         docstrings.
25394 2005-06-09  Kim F. Storm  <storm@cua.dk>
25396         * subr.el (save-match-data): Add RESEAT arg `evaporate' to
25397         set-match-data to free markers in match-data.
25399         * replace.el (replace-match-data): Pass RESEAT arg `t' to
25400         match-data to unchain markers in match-data.
25402 2005-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
25404         * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
25405         the debugger immediately anyway.  Undo the 2005-06-06 change, rendered
25406         unnecessary now.
25408 2005-06-08  Richard M. Stallman  <rms@gnu.org>
25410         * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
25411         give the variable a doc string that doesn't say don't set it directly.
25413         * textmodes/ispell.el (ispell-check-version):
25414         Use match-string-no-properties.
25415         (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
25416         (ispell-buffer-local-words): Likewise.
25418         * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
25419         except on terminals with enough colors to really display it.
25420         (makefile-dependency-regex): Delete spurious `bb'.
25422         * faces.el (escape-glyph): Use blue once again in last case.
25423         (no-break-space): Redefine so that it isn't invisible on a tty.
25425 2005-06-08  Kim F. Storm  <storm@cua.dk>
25427         * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
25428         also when reading directory name.
25430 2005-06-08  Lute Kamstra  <lute@gnu.org>
25432         * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
25433         (flyspell-mode-line-string): Remove autoload cookie.
25434         (flyspell-mode): Remove defvar.
25436 2005-06-07  Lute Kamstra  <lute@gnu.org>
25438         * textmodes/org.el (org-run-mode-hooks): New function.
25439         (org-agenda-mode): Use it.
25441 2005-06-07  David McCabe  <davemccabe@gmail.com>  (tiny change)
25443         * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
25445 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
25447         * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
25449 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
25451         * font-lock.el (font-lock-add-keywords): Doc fix.
25453 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
25455         * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
25456         (tex-compile-default): In the absence of any history, use the order in
25457         tex-compile-alist to choose the preferred command.
25458         (tex-compile-commands): Reorder a bit.
25460         * textmodes/flyspell.el (flyspell-auto-correct-binding)
25461         (flyspell-incorrect-face, flyspell-duplicate-face):
25462         Use (X)Emacs-agnostic code.
25463         (flyspell-mode-map): Don't overwrite at each load.  Remove code
25464         redundant with the subsequent add-minor-mode.  Merge Emacs and
25465         XEmacs code.
25466         (flyspell-word): Minor simplification.
25467         (flyspell-math-tex-command-p): Quieten the byte-compiler.
25468         (flyspell-external-point-words): Remove unused vars `size' and `start'.
25469         (flyspell-do-correct): Rename from flyspell-xemacs-correct.
25470         Merge the corresponding Emacs code.
25471         (flyspell-correct-word, flyspell-xemacs-popup):
25472         Use flyspell-do-correct.
25474         * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
25475         a dedicated window.
25477         * international/latexenc.el (latexenc-find-file-coding-system):
25478         Undo part of last patch, to turn off a compiler warning.
25480 2005-06-06  Juri Linkov  <juri@jurta.org>
25482         * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
25483         Rename `tmm-inactive-face' to `tmm-inactive'.
25485 2005-06-06  Matt Hodges  <MPHodges@member.fsf.org>
25487         * iswitchb.el: Rename faces.
25489 2005-06-06  Kim F. Storm  <storm@cua.dk>
25491         * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
25492         (cua-global-mark): Remove -face suffix from face names.
25494         * emulation/cua-gmrk.el (cua--init-global-mark):
25495         Remove cua-global-mark face setup.
25497 2005-06-06  Richard M. Stallman  <rms@gnu.org>
25499         * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
25500         just like other allowed characters.
25501         (makefile-match-dependency): Exclude leading and training whitespace
25502         from the range of regexp subexp 1.
25503         (makefile-macroassign-regex): Don't try to match the body,
25504         just the name of the macro being defined.
25506         * info.el (Info-read-node-name-2): New function.
25507         (Info-read-node-name-1): Use that.
25508         Add a completion-base-size-function property.
25510         * simple.el (completion-setup-function): Look for
25511         completion-base-size-function property of minibuffer-completion-table.
25513         * files.el (locate-file-completion): Doc fix.
25515         * printing.el: Don't call pr-update-menus; user must do that.
25517         * emacs-lisp/debug.el (debugger-window): New variable.
25518         (debug): Use debugger-window if it is set and still alive.
25519         Record debugger-window for next entry.
25521         * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
25523 2005-06-06  Matthias F\e,Av\e(Brste  <slashdevslashnull@gmx.net>
25525         * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
25526         (hack-one-local-variable, hack-local-variables)
25527         (hack-local-variables-prop-line): Pass that arg.
25529 2005-06-06  Kim F. Storm  <storm@cua.dk>
25531         * ido.el (ido-first-match, ido-only-match, ido-subdir)
25532         (ido-indicator): Remove -face suffix from face names.
25534 2005-06-06  Juri Linkov  <juri@jurta.org>
25536         * font-lock.el (font-lock-regexp-backslash)
25537         (font-lock-regexp-backslash-construct): New faces.
25538         (lisp-font-lock-keywords-2): Use new faces.  Match `?:' only
25539         after `('.  Add `while-no-input' to control structures.
25541         * faces.el (no-break-space, shadow): New faces.
25542         (escape-glyph): Use less loud colors pink2 and red4.
25544         * diff-mode.el (diff-context-face)
25545         * dired.el (dired-ignored)
25546         * rfn-eshadow.el (file-name-shadow)
25547         * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
25549         * info.el (Info-title-1-face): Use green instead of yellow because
25550         bold yellow is not readable on light backgrounds.
25552         * progmodes/compile.el (compilation-start): Move `erase-buffer' up
25553         before selecting the desired mode to not spend time fontifying
25554         old contents.
25556 2005-06-06  Juanma Barranquero  <lekktu@gmail.com>
25558         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
25559         (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
25561         * ps-print.el (ps-default-fg, ps-default-bg):
25562         Fix typos in docstrings.
25564         * isearchb.el (isearchb): Don't pass a spurious second argument to
25565         `iswitchb-completions'.
25567 2005-06-05  Nick Roberts  <nickrob@snap.net.nz>
25569         * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
25570         to preserve point.
25571         (gdb-find-file-hook): Add doc string.
25573         * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
25574         C dereferenced pointer expression.
25575         (gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
25577         * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
25579         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
25580         * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
25581         * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
25582         * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
25583         * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
25584         Make background transparent.
25586 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
25588         * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
25589         (font-lock-remove-keywords): Doc fix.
25590         (font-lock-mode-major-mode): Compiler defvar.
25591         (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
25593         * font-core.el (font-lock-mode-major-mode): Compiler defvar.
25594         (font-lock-mode): Update `font-lock-mode-major-mode'.
25595         (font-lock-set-defaults): Compiler defvar.
25596         (font-lock-default-function): Take `font-lock-mode-major-mode'
25597         into account.
25599         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
25600         keep track of which major mode it enabled the minor mode for.
25601         Use find-file-hook again.  Update docstring.
25603         * simple.el (eval-expression-print-level)
25604         (eval-expression-print-length, eval-expression-debug-on-error):
25605         Doc fixes.
25607 2005-06-04  Matt Hodges  <MPHodges@member.fsf.org>
25609         * iswitchb.el (iswitchb-single-match-face)
25610         (iswitchb-current-match-face, iswitchb-virtual-matches-face)
25611         (iswitchb-invalid-regexp-face): New faces.
25612         (iswitchb-completions): Use them.
25613         (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
25614         now marked as an obsolete alias.
25615         (iswitchb-read-buffer): Remove check for bound font variables.
25616         (iswitchb-invalid-regexp): New free variable.
25617         (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
25618         set iswitchb-invalid-regexp.
25619         (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
25620         invalid regexps.
25621         (iswitchb-completions): Add check for complete match when entering
25622         a regexp.
25623         (iswitchb-completions): Remove require-match argument.
25624         (iswitchb-exhibit): Fix caller.
25625         (iswitchb-common-match-inserted): New variable.
25626         (iswitchb-complete, iswitchb-completion-help): Use it.
25628 2005-06-04  David Reitter  <david.reitter@gmail.com>  (tiny change)
25630         * url-http.el (url-http-chunked-encoding-after-change-function):
25631         Use `url-http-debug' instead of `message'.
25633 2005-06-04  Thierry Emery  <thierry.emery@free.fr>  (tiny change)
25635         * url-http.el (url-http-parse-headers): Pass redirected URL as a
25636         callback argument.
25638 2005-06-04  Kim F. Storm  <storm@cua.dk>
25640         * simple.el (line-move): Only call sit-for when moving backwards.
25642         * ido.el (ido-make-merged-file-list-1): New defun split from
25643         ido-make-merged-file-list.
25644         (ido-make-merged-file-list): Bind throw-on-input around call to
25645         ido-make-merged-file-list-1.  Return input-pending-p if
25646         interrupted by more input available.
25647         (ido-read-internal): Handle input-pending-p return value from
25648         ido-make-merged-file-list.
25650 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
25652         * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
25653         compatibility code.
25655         * international/latexenc.el (latexenc-find-file-coding-system):
25656         Don't inherit the EOL part of the coding-system from the
25657         tex-main buffer.  Fit within 80 columns.
25659 2005-06-03  Matt Hodges  <MPHodges@member.fsf.org>
25661         * tmm.el (tmm-inactive-face): New face.
25662         (tmm-remove-inactive-mouse-face): New function.
25663         (tmm-prompt, tmm-add-one-shortcut)
25664         (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
25665         but not selectable.
25667 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
25669         * faces.el (face-equal): Improve argument/docstring consistency.
25671 2005-06-03  Daniel Pfeiffer  <occitan@esperanto.org>
25673         * progmodes/make-mode.el (makefile-targets-face)
25674         (makefile-shell-face, makefile-makepp-perl-face): Add :version.
25675         (makefile-bsdmake-dependency-regex)
25676         (makefile-makepp-rule-action-regex)
25677         (makefile-bsdmake-rule-action-regex): New constants.
25678         (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
25680         * progmodes/compile.el (compilation-error-regexp-alist-alist):
25681         Allow (...) within `...' for makepp messages.
25683 2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>
25685         * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
25687         * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
25688         "." files are deleted from all file lists before comparison.
25690         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
25691         (viper-ESC-key): Made them customizable.
25693         * viper.el (viper-non-hook-settings): Fix the names of defadvices.
25695 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
25697         * autorevert.el (auto-revert-buffers): Use save-match-data.
25699 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
25701         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
25702         menu items with a nil command binding.
25704 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
25706         * emacs-lisp/cl-macs.el (defsetf):
25707         Improve argument/docstring consistency.
25709         * faces.el (list-faces-display): Improve the formatting by
25710         computing the maximum length required for any face-name (reworked
25711         patch of 1999-01-11, accidentally deleted on 1999-07-21).
25712         (internal-find-face): Remove redundant info in docstring.
25714 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
25716         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
25717         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
25718         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
25719         (gdb-assembler-custom): Improve regexps.
25720         (def-gdb-auto-update-handler): Use window point to preserve point.
25722 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
25724         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
25726 2005-05-31  Jay Belanger  <belanger@truman.edu>
25728         * calc/calc-embed.el (calc-embedded-word): Change argument passed
25729         to calc-embedded.
25730         (calc-embedded-make-info): Have plain prefix argument select
25731         entire line.
25733 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
25735         * faces.el (list-faces-display): Signal error if passed a regexp
25736         that matches no face name.
25738         * simple.el (filter-buffer-substring): Fix typo in docstring.
25740 2005-05-31  Richard M. Stallman  <rms@gnu.org>
25742         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
25743         (vhdl-emacs-21): Doc fix.
25744         (vhdl-mode): Unconditionally set comment-padding.
25745         (vhdl-fixup-whitespace-region): Insert spaces only where
25746         there are none.
25747         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
25749 2005-05-30  John Wiegley  <johnw@newartisans.com>
25751         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
25752         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
25753         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
25754         `directory-sep-char' to ?/, and all uses of `string-to-int' to
25755         `string-to-number'.
25757 2005-05-30  Jay Belanger  <belanger@truman.edu>
25759         * calc/calc.el (calc-bug-address): Fix docstring.
25760         (calc-window-hook, calc-trail-window-hook): New variables.
25761         (calc-trail-display): Restore use of calc-trail-window-hook.
25762         (calc): Restore use of calc-window-hook.
25764 2005-05-31  Masatake YAMATO  <jet@gyve.org>
25766         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
25768         * help-fns.el (help-C-file-name): Add autoload mark for
25769         `find-function-noselect'.
25771 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
25773         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
25774         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
25776 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
25778         * calendar/diary-lib.el (mark-included-diary-files): Only kill
25779         included diary buffer if it was not already being visited.
25780         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
25782         * calendar/icalendar.el (top-level): Do not require appt.
25784         * mail/supercite.el (sc-select-attribution): Only use a list
25785         element from sc-attrib-selection-list if it returns a string.
25786         Reported by Davide G. M. Salvetti <salve@debian.org>.
25788 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
25790         * thumbs.el (thumbs-thumbname): The resulting thumbname now
25791         includes a hash value to improve its uniqueness, and has a ".jpg"
25792         extension.  Also, it is now a valid filename on all systems.
25793         (thumbs-make-thumb): Use `let', not `let*'.
25794         (thumbs-show-thumbs-list): Check for JPEG availability.
25796 2005-05-30  Richard M. Stallman  <rms@gnu.org>
25798         * filesets.el (filesets-menu-ensure-use-cached):
25799         Prevent warning when emacs-version>= is undefined.
25801         * printing.el (pr-interactive-n-up): Use string-to-number.
25803         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
25805         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
25806         Warn only when name to be defined is quoted.
25808 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
25810         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
25811         Make regexp more robust.
25812         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
25813         Force regeneration of disassembly.
25815 2005-05-29  Jay Belanger  <belanger@truman.edu>
25817         * calc/calc.el (calc-user-invocation): Check if
25818         calc-invocation-macro is non-nil.
25820 2005-05-29  Juri Linkov  <juri@jurta.org>
25822         * add-log.el (change-log-font-lock-keywords):
25823         Add `+' to e-mail regexp to accept mail address with keywords.
25825         * man.el (Man-name-regexp): Add `:' to accept qualified names.
25827 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
25829         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
25831         * ielm.el (inferior-emacs-lisp-mode): Ditto.
25833 2005-05-29  Richard M. Stallman  <rms@gnu.org>
25835         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
25836         Undo the change that moves to end of the current word.
25838 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
25840         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
25841         Throw error when count <= 0 to ensure input is a number.
25842         (gdb-read-memory-custom): Pick up address from buffer.
25843         (gdb-memory-mode): Allow user to increment and decrement
25844         memory address from header line.
25846 2005-05-29  Richard M. Stallman  <rms@gnu.org>
25848         * flyspell.el (flyspell-version): Function deleted.
25849         (flyspell-auto-correct-previous-hook): Doc fix.
25851         * jit-lock.el (jit-lock-function, jit-lock-after-change):
25852         Do nothing if memory is full.
25854         * font-lock.el (font-lock-fontify-syntactically-region):
25855         Pass t for GREEDY to looking-back.
25857         * saveplace.el (save-place-alist-to-file): Write the file
25858         using write-region.
25860         * subr.el (looking-back): New argument GREEDY.
25862         * progmodes/compile.el (compilation-start): Set the mode
25863         before inserting the initial text.
25865         * progmodes/which-func.el (which-func-update-1): Turn the mode
25866         off in case of error by setting which-func-mode.
25868 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
25870         * flyspell.el (flyspell-auto-correct-previous-word):
25871         Narrow down to what's on the screen, and recenter overlays
25872         at the end of the next word.
25874 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
25876         * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
25877         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
25878         (flyspell-abbrev-p): Default to nil.
25879         (flyspell-use-global-abbrev-table-p): Doc fix.
25880         (flyspell-large-region): Allow nil as value.
25881         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
25883         (mail-mode-flyspell-verify): More robust handling
25884         of `mail-header-separator'.  More efficient signature detection.
25885         Allow for regexp metacharacters in message-header-separator.
25886         Adding `To' not to be checked in mail-mode-flyspell-verify.
25888         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
25889         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
25890         Bind flyspell-auto-correct-binding.
25891         Bind C-. and C-, .
25892         (flyspell-mode-map): Likewise.
25893         (flyspell-mode): Doc fix.
25894         (flyspell-accept-buffer-local-defs): Preserve current buffer.
25895         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
25896         (flyspell-word-cache-result): New var, always local.
25897         (flyspell-check-pre-word-p): Doc fix.
25898         (flyspell-check-changed-word-p): Handle spc like newline.
25899         (flyspell-post-command-hook): Set flyspell-word-cache-result.
25900         (flyspell-word-search-backward, flyspell-word-search-forward):
25901         New functions.
25902         (flyspell-word): Return t if nothing to check.
25903         When parsing TeX code, check for after } or \.
25904         Use flyspell-word-search-backward to find previous word.
25905         Return nil if duplicated word.
25906         For word already checked, return same value as last time.
25907         Set flyspell-word-cache-result after checking.
25908         Don't clobber the return value.
25909         (flyspell-get-word): Major rewrite.
25910         (flyspell-external-point-words): New locals pword, pcount.
25911         Fix size used in progress message.
25912         Find the proper corresponding word in flyspell-large-region-buffer.
25913         (flyspell-region): Check for flyspell-large-region = nil.
25914         (flyspell-highlight-incorrect-region): Clean up overlays in region.
25915         (flyspell-auto-correct-word): Check that WORD is a cons.
25916         (flyspell-correct-word): Likewise.
25918 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
25920         * progmodes/make-mode.el (makefile-rule-action-regex)
25921         (makefile-macroassign-regex, makefile-makepp-mode)
25922         (makefile-bsdmake-mode): Continuation lines may be empty.
25923         Reported by Joshua Varner.
25924         (makefile-makepp-font-lock-keywords): Add $(stem).
25926 2005-05-28  Karl Berry  <karl@gnu.org>
25928         * textmodes/tex-mode.el: Now that tex-send-command calls
25929         shell-quote-argument (2005-03-31 change), remove all calls to
25930         shell-quote-argument; they all end up invoking tex-send-command.
25931         The double quoting loses on filenames with non-safe characters,
25932         such as "@".  Reported by Frederik Fouvry.
25934 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
25936         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
25937         about preserving point.
25939 2005-05-27  Jay Belanger  <belanger@truman.edu>
25941         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
25942         Info-goto-node.
25944         * calc/calc-embed.el (calc-embed-arg): New variable.
25945         (calc-do-embedded-activate, calc-embedded-activate-formula)
25946         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
25947         variable by new variable.
25948         (calc-embedded-make-info): Replace undeclared variable by new
25949         variable.  When selecting region with positive prefix
25950         argument, use end of previous line instead of beginning of line.
25952         * calc/calc-aent.el (calc-arg-values): Declare it.
25954         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
25955         Declare them.
25957         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
25959         * calc/calc.el (calc-alg-map): Declare it.
25961         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
25963 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
25965         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
25966         (gdb-registers-buffer, toggle-gdb-all-registers):
25967         Toggle display of floating point registers.
25968         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
25970         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
25971         (toggle-gud-tooltip-dereference):
25972         Rename from gud-toggle-tooltip-dereference.
25974 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
25976         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
25978 2005-05-27  Jay Belanger  <belanger@truman.edu>
25980         * calc/calc-prog.el (calc-kbd-report): Remove.
25981         (calc-kbd-query): Rewrite.
25983 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
25985         * image.el (image-library-alist): Move to image.c.
25986         (image-type-available-p): Doc fix.
25988 2005-05-27  Lute Kamstra  <lute@gnu.org>
25990         * calc/calc.el (calc):
25991         * outline.el (outline-1, outline-2, outline-3, outline-4)
25992         (outline-5, outline-6, outline-7, outline-8):
25993         * textmodes/dns-mode.el (dns-mode):
25994         * textmodes/sgml-mode.el (sgml-namespace-face):
25995         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
25996         (tex-verbatim-face, tex-use-reftex):
25997         * textmodes/texinfo.el (texinfo-heading-face):
25998         Specify customization group.
26000         * longlines.el: Don't require easy-mmode.
26001         (longlines-visible-face): Specify customization group.
26003 2005-05-27  Kenichi Handa  <handa@m17n.org>
26005         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
26006         encoding table of windows-1251.
26008         * international/ucs-tables.el (ucs-set-table-for-input):
26009         If translation-table-for-input of a coding system is a symbol, get
26010         its translation-table property.
26012         * international/code-pages.el: Don't register a coding system into
26013         non-iso-charset-alist more than once.
26014         (cp-make-coding-system): Likewise.
26016 2005-05-26  John Wiegley  <johnw@newartisans.com>
26018         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
26019         `eshell-resume-eval' is wrapped in a list, it indicates that the
26020         command was run asynchronously.  In that case, unwrap the value
26021         before checking the delimiter value.
26023         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
26024         character before a space at the end of a line is \, assume the space
26025         is part of the last argument rather than a final argument separator.
26027         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
26028         is in use, and the target is `t' or `nil' (which are the most common
26029         values), don't assume that the symbol target is a buffer.
26031 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
26033         * calendar/calendar.el (calendar-mode-line-format):
26034         Use mode-line-highlight as mouse-face.
26036         * time.el (display-time-string-forms, display-time-update):
26037         Use mode-line-highlight as mouse-face.
26039 2005-05-26  Jay Belanger  <belanger@truman.edu>
26041         * calc/calc.el (calc-language-alist): Remove extra defvar.
26043 2005-05-26  Lute Kamstra  <lute@gnu.org>
26045         * arc-mode.el (archive-mode):
26046         * bookmark.el (bookmark-read-annotation-mode)
26047         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
26048         * bs.el (bs-mode):
26049         * calc/calc-yank.el (calc-edit-mode):
26050         * calc/calc.el (calc-mode, calc-trail-mode):
26051         * calculator.el (calculator-mode):
26052         * chistory.el (command-history-mode):
26053         * comint.el:
26054         * cus-edit.el (custom-mode):
26055         * descr-text.el (describe-text-mode):
26056         * ebuff-menu.el (Electric-buffer-menu-mode):
26057         * ediff-util.el (ediff-mode):
26058         * emacs-lisp/re-builder.el (reb-mode):
26059         * emulation/vi.el (vi-mode-setup):
26060         * emulation/ws-mode.el (wordstar-mode):
26061         * eshell/esh-mode.el (eshell-mode):
26062         * forms.el (forms-mode):
26063         * help-mode.el (help-mode):
26064         * hexl.el (hexl-mode):
26065         * ibuffer.el (ibuffer-mode):
26066         * ielm.el (inferior-emacs-lisp-mode):
26067         * info.el (Info-mode, Info-edit-mode):
26068         * international/swedish.el:
26069         * ledit.el (ledit-from-lisp-mode):
26070         * locate.el (locate-mode):
26071         * mail/rmail.el (rmail-mode):
26072         * mail/rmailedit.el (rmail-edit-mode):
26073         * mail/rmailsum.el (rmail-summary-mode):
26074         * mail/supercite.el (sc-electric-mode):
26075         * net/eudc.el (eudc-mode):
26076         * net/quickurl.el (quickurl-list-mode):
26077         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
26078         * obsolete/ooutline.el (outline-mode):
26079         * obsolete/options.el (Edit-options-mode):
26080         * obsolete/rnews.el (news-mode):
26081         * obsolete/rnewspost.el (news-reply-mode):
26082         * play/5x5.el (5x5-mode):
26083         * play/decipher.el (decipher-mode, decipher-stats-mode):
26084         * play/gomoku.el (gomoku-mode):
26085         * play/snake.el (snake-mode):
26086         * play/solitaire.el (solitaire-mode):
26087         * play/tetris.el (tetris-mode):
26088         * progmodes/ada-mode.el (ada-mode):
26089         * progmodes/antlr-mode.el (antlr-mode):
26090         * progmodes/autoconf.el (autoconf-mode):
26091         * progmodes/dcl-mode.el (dcl-mode):
26092         * progmodes/delphi.el (delphi-mode):
26093         * progmodes/ebrowse.el (ebrowse-tree-mode)
26094         (ebrowse-electric-list-mode, ebrowse-member-mode)
26095         (ebrowse-electric-position-mode):
26096         * progmodes/f90.el (f90-mode):
26097         * progmodes/fortran.el (fortran-mode):
26098         * progmodes/icon.el (icon-mode):
26099         * progmodes/idlw-help.el (idlwave-help-mode):
26100         * progmodes/idlw-shell.el (idlwave-shell-mode):
26101         * progmodes/idlwave.el (idlwave-mode):
26102         * progmodes/inf-lisp.el (inferior-lisp-mode):
26103         * progmodes/m4-mode.el (m4-mode):
26104         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
26105         * progmodes/modula2.el (modula-2-mode):
26106         * progmodes/octave-inf.el (inferior-octave-mode):
26107         * progmodes/octave-mod.el (octave-mode):
26108         * progmodes/pascal.el (pascal-mode):
26109         * progmodes/sh-script.el (sh-mode):
26110         * progmodes/sql.el (sql-mode, sql-interactive-mode):
26111         * progmodes/vhdl-mode.el (vhdl-mode):
26112         * progmodes/xscheme.el (scheme-interaction-mode):
26113         * replace.el (occur-mode):
26114         * ses.el (ses-mode):
26115         * simple.el (completion-list-mode):
26116         * skeleton.el:
26117         * speedbar.el (speedbar-mode):
26118         * term.el (term-mode):
26119         * terminal.el (terminal-edit-mode):
26120         * textmodes/reftex-index.el (reftex-index-mode)
26121         (reftex-index-phrases-mode):
26122         * textmodes/reftex-sel.el (reftex-select-label-mode)
26123         (reftex-select-bib-mode):
26124         * textmodes/reftex-toc.el (reftex-toc-mode):
26125         * wdired.el (wdired-change-to-wdired-mode):
26126         * wid-browse.el (widget-browse-mode):
26127         Use run-mode-hooks.
26129         * array.el (array-mode):
26130         * calendar/todo-mode.el (todo-mode):
26131         * man.el (Man-mode):
26132         * play/landmark.el (lm-mode):
26133         * play/mpuz.el (mpuz-mode):
26134         Use kill-all-local-variables and run-mode-hooks.
26136         * subr.el (delay-mode-hooks): Specify indentation.
26138 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
26140         * xml.el (xml-substitute-special): Don't die for undefined xml
26141         entities.
26143 2005-05-26  Jay Belanger  <belanger@truman.edu>
26145         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
26146         of nil.
26148 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
26150         * progmodes/gdb-ui.el (gdb-frame-address):
26151         Rename from gdb-current-address.
26152         (gdb-previous-frame-address): Rename from gdb-previous-address.
26153         (gdb-selected-frame): Rename from gdb-current-frame.
26154         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
26155         (gdb-frame-number): Rename from gdb-current-stack-level.
26156         (gdb-ann3): Match new mode-name for disassembly buffer.
26157         Extend initialization of variables.
26158         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
26159         (gdb-memory-mode): Use mouse-face in header line.
26160         (gdb-assembler-buffer-name): Call it disassembly and give frame
26161         in mode line.
26162         (gdb-source-spec-regexp, gdb-assembler-custom)
26163         (gdb-invalidate-assembler, gdb-frame-handler):
26164         Make robust to leading zeroes in address format.
26166 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
26168         * textmodes/org.el (org-mode): Use `define-derived-mode' to
26169         define `org-mode'.
26170         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
26172 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
26174         * log-edit.el (log-edit-changelog-entries): Distinguish between
26175         filenames like xfns.c and fns.c.
26177 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
26179         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
26180         point after reverting.
26181         (Buffer-menu-make-sort-button): Handle the case where
26182         `Buffer-menu-use-header-line' is nil.
26184 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
26186         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
26187         New funcs.  In minibuffer-local-completion-map bind `]', `/'
26188         and `:' to them.
26190 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
26192         * startup.el (normal-top-level): Allow modification of load-path while
26193         we're iterating over it.
26195 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
26197         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
26198         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
26199         (thumbs-resize-interactive, thumbs-insert-image)
26200         (thumbs-insert-thumb, thumbs-dired-show-marked)
26201         (thumbs-find-image-at-point, thumbs-delete-images)
26202         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
26203         (thumbs-increment-image-size, thumbs-decrement-image-size):
26204         Fix typos in docstrings.
26206 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
26208         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
26209         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
26210         (cperl-mode): Use them.
26212 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
26214         * window.el (quit-window, shrink-window-if-larger-than-buffer):
26215         Doc fixes.
26217 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
26219         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
26220         Bind C-d to gdb-inferior-io-eof.
26222         * dired.el (dired-dnd-popup-notice): Use message-box.
26224 2005-05-23  Masatake YAMATO  <jet@gyve.org>
26226         * bindings.el (mode-line-major-mode-keymap):
26227         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
26229         * faces.el (mode-line-highlight): New face.
26231         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
26232         as mouse-face.
26234         * bindings.el (top-level, help-echo, mode-line-modified)
26235         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
26236         as mouse-face.
26238 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
26240         * progmodes/cc-engine.el (c-guess-basic-syntax):
26241         Remove spurious call to `zerop'.
26243         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
26245 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
26247         CC Mode update to 5.30.10:
26249         * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
26250         could go past the limit in decoration level 2, thereby causing
26251         errors during interactive fontification.
26253         * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
26254         the file is evaluated interactively.
26256         * cc-engine.el (c-guess-basic-syntax): Handle operator
26257         declarations somewhat better in C++.
26259         * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
26260         make use of `run-mode-hooks' which has been added in Emacs 21.1.
26261         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
26262         (awk-mode): Use it.
26263         (make-local-hook): Suppress warning about obsoleteness.
26265         * cc-engine.el, cc-align.el, cc-cmds.el
26266         (c-append-backslashes-forward, c-delete-backslashes-forward)
26267         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
26268         Compensate for return value from `forward-line' when it has moved
26269         but not to a different line due to eob.
26271         * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
26272         `objc-method-intro' and `objc-method-args-cont'.
26274 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
26276         CC Mode update to 5.30.10:
26278         * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
26279         in the copyright statement.  Incidentally, change "along with GNU
26280         Emacs" to "along with this program" where it occurs.
26282         * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
26283         so that it is interactive, hence can be found by M-x awk-mode
26284         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
26285         <gmorris+emacs@ast.cam.ac.uk>.
26287         * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
26288         Mode's regexps.
26290 2005-05-23  Kevin Ryde  <user42@zip.com.au>
26292         * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
26293         c-parse-state, to avoid a lisp error (on bad code).
26295 2005-05-23  Lute Kamstra  <lute@gnu.org>
26297         * subr.el (font-lock-defaults): Remove defvar as it's already
26298         defined in font-core.el.
26300         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
26302 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
26304         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
26305         more general and work when GDB variable "print pretty" is on,
26306         as with Emacs, for example.
26308 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
26310         * font-core.el: Update comment.
26312         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
26313         Use `after-change-major-mode-hook' instead of `find-file-hook'.
26315         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
26317 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
26319         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
26320         and `yank-handler' in the doc strings.
26322 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
26324         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
26326 2005-05-22  Richard M. Stallman  <rms@gnu.org>
26328         * help.el (describe-key): Move print-help-return-message call
26329         out of conditional.
26331         * progmodes/etags.el (list-tags): Use with-no-warnings.
26333         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
26334         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
26335         (starttls-extra-args, starttls-extra-arguments): Add defvars.
26337         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
26339         * language/viet-util.el (viet-viscii-nonascii-translation-table):
26340         Add defvar.
26342         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
26343         Use defvar, not defconst.
26345         * hexl.el (hexl-follow-line): Use with-no-warnings.
26347         * emulation/tpu-extras.el: Use write-file-functions instead of
26348         write-file-hooks.
26350         * dired.el (dired-font-lock-keywords): Fontify files with junk
26351         extensions even if marked by -F.
26353 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
26355         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
26356         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
26357         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
26358         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
26359         (concatenate, list-length, get*, getf, cl-remprop):
26360         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
26361         (etypecase, progv, lexical-let, lexical-let*)
26362         (multiple-value-bind, multiple-value-setq, shiftf):
26363         Improve argument/docstring consistency.
26365         * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
26367 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
26369         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
26370         doesn't exist.
26372         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
26373         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
26375 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
26377         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
26378         already deleted variables: auto-fill-hook, blink-paren-hook,
26379         lisp-indent-hook, inhibit-local-variables, unread-command-event,
26380         suspend-hooks, comment-indent-hook, meta-flag,
26381         before-change-function, after-change-function,
26382         font-lock-doc-string-face.
26384 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
26386         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
26388 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
26390         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
26391         rmail-dont-reply-to.
26393 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
26395         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
26396         literal blank when splitting new-header-values.
26398 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
26400         * calendar/cal-menu.el (cal-menu-update): Add separator as a
26401         string so that tmm doesn't create a completion entry for it.
26403         * textmodes/table.el (table-disable-menu): Ditto.
26405 2005-05-21  Richard M. Stallman  <rms@gnu.org>
26407         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
26409         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
26411         * net/rcompile.el (remote-compile): Use compilation-start.
26413         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
26415 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
26417         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
26418         Default to makefile-bsdmake-mode on BSD systems.
26420         * imenu.el (imenu-generic-expression, imenu--generic-function'):
26421         REGEXP may also be a search function now.  The part of doc-string
26422         for describing the structure was 95% identical to that of
26423         `imenu--generic-function'.  Unify it there.
26425         * progmodes/make-mode.el (makefile-imenu-generic-expression):
26426         Use function to find dependencies, because regexp alone is so complex,
26427         it easily goes into an endless loop.
26428         (makefile-makepp-mode): Also add submenu for Perl functions
26429         defined in the makefile.
26430         (makefile-bsdmake-mode): Special imenu-generic-expression no
26431         longer needed, due to function call.
26432         (makefile-match-dependency): Take BOUND into account when checking
26433         if we're through.
26435 2005-05-20  Jay Belanger  <belanger@truman.edu>
26437         * calc/calc-units.el (calc-invalidate-units-table):
26438         Use inhibit-read-only.
26439         (math-build-units-table-buffer): Use view-mode.
26441 2005-05-20  David Kastrup  <dak@gnu.org>
26443         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
26444         easy-menu-add is not a nop on Emacs; and clarify when to call it.
26446 2005-05-20  Lute Kamstra  <lute@gnu.org>
26448         * diff-mode.el (diff-header-face, diff-file-header-face)
26449         (diff-index-face, diff-hunk-header-face, diff-removed-face)
26450         (diff-added-face, diff-changed-face, diff-function-face)
26451         (diff-context-face, diff-nonexistent-face): Put them in the
26452         diff-mode customization group.
26454 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
26456         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
26458         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
26460         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
26461         Minor regexp-optimization.
26463 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
26465         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
26466         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
26467         (org-agenda-add-time-grid-maybe): New function.
26468         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
26469         (org-table-create): `dotimes' instead of `mapcar'.
26470         (org-xor): Simplify implementation.
26471         (org-agenda): `inhibit-redisplay' turned on.
26472         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
26473         a consistent line after a state change.
26474         (org-agenda-remove-times-when-in-prefix): New option.
26475         (org-prefix-has-time): New variable.
26476         (org-parse-time-string): Optional argument NODEFAULT.
26477         (org-format-agenda-item): Parse items for time-of-day
26478         specifications and move these into the prefix if possible.
26479         (org-agenda-priority): Get current heading, not previous heading
26480         during agenda remote editing.
26482 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
26484         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
26485         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
26486         (remove-duplicates, delete-duplicates, substitute)
26487         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
26488         (nsubstitute-if-not, find, find-if, find-if-not, position)
26489         (position-if, position-if-not, count, count-if, count-if-not)
26490         (mismatch, search, sort*, stable-sort, merge, member*)
26491         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
26492         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
26493         (intersection, nintersection, set-difference, nset-difference)
26494         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
26495         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
26496         (nsublis, tree-equal): Improve argument/docstring consistency.
26498         * subr.el (send-string, send-region): Remove obsolescence declaration.
26499         (window-dot, set-window-dot, read-input, show-buffer)
26500         (eval-current-buffer, string-to-int):
26501         Add release number to obsolescence declarations.
26503 2005-05-19  Kim F. Storm  <storm@cua.dk>
26505         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
26506         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
26508 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
26510         * faces.el (list-faces-display): Make back button respect optional
26511         regexp arg.
26513 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
26515         * calculator.el (calculator-radix-grouping-mode)
26516         (calculator-radix-grouping-digits, calculator-displayer)
26517         (calculator-radix-grouping-separator, calculator-copy-displayer):
26518         * dabbrev.el (dabbrev-search-these-buffers-only):
26519         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
26520         (diff-advance-after-apply-hunk, diff-mode-hook)
26521         (diff-minor-mode-prefix):
26522         * imenu.el (imenu-use-popup-menu):
26523         * jit-lock.el (jit-lock-context-time):
26524         * newcomment.el (comment-fill-column, comment-column)
26525         (comment-style, comment-padding, comment-multi-line)
26526         (comment-empty-lines, comment-auto-fill-only-comments):
26527         * reveal.el (reveal-around-mark):
26528         * uniquify.el (uniquify-buffer-name-style)
26529         (uniquify-after-kill-buffer-p)
26530         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
26531         (uniquify-min-dir-content, uniquify-separator)
26532         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
26533         * w32-vars.el (w32-fixed-font-alist):
26534         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
26535         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
26536         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
26537         * progmodes/perl-mode.el (perl-indent-level)
26538         (perl-continued-statement-offset, perl-continued-brace-offset)
26539         (perl-brace-offset, perl-brace-imaginary-offset)
26540         (perl-label-offset, perl-indent-continued-arguments)
26541         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
26542         * progmodes/tcl.el (tcl-indent-level)
26543         (tcl-continued-indent-level, tcl-auto-newline)
26544         (tcl-tab-always-indent, tcl-electric-hash-style)
26545         (tcl-help-directory-list, tcl-use-smart-word-finder)
26546         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
26547         (inferior-tcl-source-command):
26548         * textmodes/fill.el (enable-kinsoku):
26549         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
26550         * textmodes/table.el (table-yank-handler):
26551         Specify missing group (and type, if simple) in defcustom.
26553 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
26555         * progmodes/compile.el (compilation-finish-function): Fix defvar.
26557 2005-05-19  Richard M. Stallman  <rms@gnu.org>
26559         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
26561         * subr.el (event-basic-type): Don't get an error.
26562         (left-fringe-p): Function deleted.
26564         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
26565         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
26567         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
26568         in recursive copy.
26570         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
26572         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
26574         * emacs-lisp/bytecomp.el
26575         (byte-compile-file-form-custom-declare-variable):
26576         Call byte-compile-nogroup-warn if appropriate.
26578         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
26579         (compilation-set-window): Don't call left-fringe-p; do it directly.
26581 2005-05-19  Jay Belanger  <belanger@truman.edu>
26583         * calc/calc-graph.el (calc-graph-format-data): Make sure
26584         var-PlotRejects is bound before trying to check its value.
26586 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
26588         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
26589         definition of this variable from reftex-global.el to reftex.el,
26590         because it is needed in the menu.
26592 2005-05-19  Lute Kamstra  <lute@gnu.org>
26594         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
26595         years are fixed.  Don't insert a space after a dash.
26597 2005-05-19  Kim F. Storm  <storm@cua.dk>
26599         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
26601 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
26603         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
26604         strings, because (eq ... ?\\) is fairly frequent.
26606         * progmodes/make-mode.el (makefile-add-this-line-targets):
26607         Simplify and integrate into `makefile-pickup-targets'.
26608         (makefile-add-this-line-macro): Simplify and integrate into
26609         `makefile-pickup-macros.
26610         (makefile-pickup-filenames-as-targets): Simplify.
26611         (makefile-previous-dependency, makefile-match-dependency):
26612         Don't stumble over `::'.
26614 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
26616         * subr.el (post-command-idle-hook, post-command-idle-delay):
26617         Remove obsoletion of post-command-idle-hook and
26618         post-command-idle-delay.
26620         * faces.el (list-faces-display): Provide button when describe-face
26621         is called to take user back to the list of faces.
26623         * help-fns.el (describe-variable): Remove hyperlinks in a
26624         variable's value as these are quite frequently inappropriate.
26626         * follow.el (follow-submit-feedback, follow-mode):
26627         Remove references to post-command-idle-hook.
26629 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
26631         * progmodes/make-mode.el (makefile-previous-dependency)
26632         (makefile-match-dependency): Check for := (and in bsd mode also
26633         !=) to give a better result, even when font-lock is not on.
26635 2005-05-18  Jay Belanger  <belanger@truman.edu>
26637         * calc/calc-help.el (calc-s-prefix-help):
26638         Add `calc-copy-special-constant' to help string.
26640 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
26642         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
26644 2005-05-18  Jay Belanger  <belanger@truman.edu>
26646         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
26647         in linear factors are in proper order.
26649 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
26651         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
26652         Support for jurabib.
26654         * textmodes/reftex.el (featurep): Define aliases for overlay
26655         commands, for XEmacs compatibility, and use these aliases in
26656         overlay initializations.
26657         (reftex-highlight): Use `reftex-move-overlay'.
26658         (reftex-unhighlight): Use `reftex-delete-overlay'.
26659         (reftex-uniq): Function removed.  Use `reftex-uniquify' instead.
26660         (reftex-access-search-path): Use `reftex-uniquify' instead of
26661         `reftex-uniq'
26663         * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
26664         `before-string' property modification enables for Emacs as well.
26665         (reftex-select-item): Use `reftex-delete-overlay'.
26666         (reftex-select-mark): Use `reftex-make-overlay' and
26667         `reftex-overlay-put'.
26668         (reftex-select-unmark): Use `reftex-delete-overlay' and
26669         `reftex-overlay-put'.
26671 2005-05-18  Lute Kamstra  <lute@gnu.org>
26673         * emacs-lisp/lisp.el (check-parens): Fix docstring.
26675 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
26677         * add-log.el (add-change-log-entry):
26678         * array.el (array-make-template, array-reconfigure-rows)
26679         (array-init-max-row, array-init-max-column)
26680         (array-init-columns-per-line, array-init-field-width):
26681         * replace.el (replace-match-maybe-edit, perform-replace):
26682         * textmodes/spell.el (spell-region):
26683         Replace `read-input' by `read-string'.
26685         * forms.el (forms-mode):
26686         * finder.el (finder-compile-keywords):
26687         * shadowfile.el (shadow-read-files):
26688         Replace `eval-current-buffer' by `eval-buffer'.
26690         * terminal.el (te-pass-through):
26691         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
26692         (ange-ftp-raw-send-cmd):
26693         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
26694         (send-process-next-char, telnet-initial-filter, telnet):
26695         Replace `send-string' by `process-send-string'.
26697         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
26698         (prolog-consult-region): Replace `send-string' by
26699         `process-send-string'; replace `send-region' by `process-send-region'.
26701         * progmodes/delphi.el (delphi-log-msg):
26702         Replace `set-window-dot' by `set-window-point'.
26704         * subr.el (window-dot, set-window-dot, read-input, send-string)
26705         (send-region, show-buffer, eval-current-buffer):
26706         Make really obsolete, as the comment says.
26708 2005-05-17  Kim F. Storm  <storm@cua.dk>
26710         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
26711         (cua--init-keymaps): Bind C-return instead of S-return to set
26712         rectangle mark.
26714         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
26715         instead of S-return to toggle/clear rectangle mark.
26717 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
26719         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
26720         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
26721         Also fontify plain strings assigned to variables, mostly so that a
26722         colon has a face and is thus not taken as a dependency separator.
26723         (makefile-previous-dependency): Inline the new matcher, because it
26724         is too complex to work in both directions.
26725         (makefile-match-dependency): Eliminate `backward' arg (see above).
26726         Completely reimplemented so as to not sometimes go into an endless
26727         loop.  It should also be more efficient, because first it only
26728         searches for `:', instead of applying the very complex regexp.
26729         (makefile-mode): Cancel `font-lock-support-mode', because blocks
26730         to be fontified in one piece can be too long for JIT.
26731         Makefiles are never *that* big.
26733 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
26735         * dired.el (dired-mode): Simplify.
26737 2005-05-17  Lute Kamstra  <lute@gnu.org>
26739         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
26740         defcustom for the mode hook variable.
26742         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
26743         Emacs Lisp Reference Manual.
26745 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
26747         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
26748         (evenp, list*):
26749         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
26750         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
26752         * net/tramp-smb.el (tramp-smb-open-connection):
26753         Pass `tramp-chunksize' as fifth (required) argument.
26755 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
26757         * font-lock.el (lisp-font-lock-keywords-1):
26758         Set `font-lock-negation-char-face' for [^...] char group.
26759         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
26761         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
26762         a var, and refine it to mask one more level of nested vars.
26763         (makefile-rule-action-regex): Turn it into a var, and refine it so
26764         it recognizes backslashed continuation lines as belonging to the
26765         same command.
26766         (makefile-macroassign-regex): Refine it so it recognizes
26767         backslashed continuation lines as belonging to the same command.
26768         (makefile-var-use-regex): Don't look at the next char, because it
26769         might be the same one to be skipped by the initial [^$], leading
26770         to an overlooked variable use.
26771         (makefile-make-font-lock-keywords): Remove two parameters, which
26772         are now variables that some of the modes set locally.
26773         Handle dependency and rule action matching through functions, because
26774         regexps alone match too often.  Dependency matching now comes
26775         last, so it can check, whether a colon already matched something else.
26776         (makefile-mode): Inform that font-lock improves makefile parsing
26777         capabilities.
26778         (makefile-match-dependency, makefile-match-action): New functions.
26780 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
26782         * emacs-lisp/cl-extra.el (equalp): Doc fix.
26784         * align.el (align-regexp):
26785         * ansi-color.el (ansi-color-get-face):
26786         * array.el (array-reconfigure-rows, array-init-max-row)
26787         (array-init-max-column, array-init-columns-per-line)
26788         (array-init-field-width):
26789         * dired-aux.el (dired-trample-file-versions):
26790         * dired-x.el (dired-mark-sexp):
26791         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
26792         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
26793         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
26794         * faces.el (face-read-integer):
26795         * files.el (backup-extract-version, insert-directory):
26796         * hexl.el (hexl-insert-decimal-char):
26797         * server.el (server-process-filter):
26798         * shell.el (shell-extract-num):
26799         * startup.el (command-line-1):
26800         * term.el (term-command-hook):
26801         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
26802         (time-stamp-do-number):
26803         * time.el (display-time-update):
26804         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
26805         (timezone-fix-time):
26806         * vms-patch.el (vms-suspend-resume-hook):
26807         * calendar/appt.el (appt-convert-time):
26808         * calendar/cal-bahai.el (mark-bahai-diary-entries):
26809         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
26810         * calendar/cal-islam.el (mark-islamic-diary-entries):
26811         * calendar/calendar.el (calendar-cursor-to-date)
26812         (calendar-star-date):
26813         * calendar/diary-lib.el (diary-attrtype-convert)
26814         (mark-diary-entries, diary-entry-time):
26815         * calendar/solar.el (solar-get-number):
26816         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
26817         * emacs-lisp/re-builder.el (reb-display-subexp):
26818         * emulation/edt.el (edt-set-scroll-margins):
26819         * emulation/tpu-extras.el (tpu-set-scroll-margins):
26820         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
26821         (vip-get-ex-count):
26822         * emulation/viper-ex.el (viper-get-ex-token)
26823         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
26824         * international/fontset.el (fontset-plain-name):
26825         * mail/feedmail.el (feedmail-look-at-queue-directory):
26826         * mail/mailalias.el (mail-get-names):
26827         * mail/rmail.el (rmail-convert-to-babyl-format):
26828         * mail/rmailsum.el (rmail-make-basic-summary-line)
26829         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
26830         (rmail-summary-goto-msg):
26831         * mail/smtpmail.el (smtpmail-read-response):
26832         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
26833         (ange-ftp-vms-add-file-entry):
26834         * play/gametree.el (gametree-looking-at-ply)
26835         (gametree-current-branch-score):
26836         * progmodes/ada-xref.el (ada-prj-find-prj-file)
26837         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
26838         * progmodes/cperl-mode.el (condition-case):
26839         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
26840         (ebrowse-set-member-buffer-column-width)
26841         (ebrowse-select-1st-to-9nth):
26842         * progmodes/etags.el (etags-snarf-tag):
26843         * progmodes/flymake.el (flymake-parse-line):
26844         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
26845         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
26846         (idlwave-shell-menu-def):
26847         * progmodes/ps-mode.el (ps-run-goto-error):
26848         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
26849         (vhdl-speedbar-contract-level):
26850         * term/mac-win.el (x-handle-numeric-switch):
26851         * term/sun-mouse.el (sun-get-frame-data):
26852         * term/w32-win.el (x-handle-numeric-switch):
26853         * term/x-win.el (x-handle-numeric-switch):
26854         * textmodes/ispell.el (ispell-parse-output):
26855         * textmodes/nroff-mode.el (nroff-outline-level):
26856         * textmodes/reftex-cite.el (reftex-bib-sort-year)
26857         (reftex-bib-sort-year-reverse, reftex-format-citation):
26858         * textmodes/reftex-parse.el (reftex-init-section-numbers)
26859         (reftex-section-number):
26860         * textmodes/texinfmt.el (texinfo-paragraphindent):
26861         Replace `string-to-int' by `string-to-number'.
26863         * international/latexenc.el: Add page marker to force the "Local
26864         Variables:" string out of the last page.
26866 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
26868         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
26869         tooltip-change-major-mode.
26870         (gud-tooltip-print-command): Remove case where gud-minor-mode
26871         is gdb ("--fullname").
26872         (gud-tooltip-tips): Turn GUD tooltips off for this case and
26873         explain to user.
26875 2005-05-16  Jay Belanger  <belanger@truman.edu>
26877         * calc/calc-store.el (calc-copy-special-constant): New function.
26879         * calc/calc-ext.el (calc-init-extensions): Add binding for
26880         `calc-copy-special-constant'.
26882         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
26883         for the `calc-copy-special-constant' command.
26885 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
26887         * subr.el (left-fringe-p): New function.
26889         * progmodes/compile.el (compilation-setup): Set local value of
26890         overlay-arrow-string to "" always.
26891         (compilation-set-window): Left fringe then don't scroll.
26892         No left fringe then no arrow and scroll message to top.
26893         (compilation-context-lines): Adjust doc string accordingly.
26895 2005-05-16  Kim F. Storm  <storm@cua.dk>
26897         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
26898         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
26899         (ido-wide-find-dir-or-delete-dir): New command for M-d.
26900         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
26901         (ido-read-file-name): Handle commands with ido property value
26902         equal to find-file as reading a file name, to allow C-d to enter dired.
26903         (ibuffer-find-file): Add ido property with value find-file.
26905 2005-05-15  Kim F. Storm  <storm@cua.dk>
26907         * subr.el (open-network-stream-nowait): Remove.
26908         (open-network-stream-server): Remove.
26910 2005-05-15  Richard M. Stallman  <rms@gnu.org>
26912         * faces.el (describe-face): Output a definition link button.
26914         * help-mode.el (help-face-def): New button type.
26916         * emacs-lisp/copyright.el (copyright-fix-years):
26917         Match properly if the first year is 2-digit.
26918         Don't mess up the whitespace after the years by filling.
26920         * dired-aux.el (dired-mark-confirm):
26921         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
26923         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
26924         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
26925         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
26927         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
26928         Set font-lock-comment-start-skip.
26930         * font-lock.el (font-lock-comment-start-skip): New variable.
26931         (font-lock-comment-end-skip): New variable.
26932         (font-lock-fontify-syntactically-region): Use them if non-nil.
26934 2005-05-15  Jay Belanger  <belanger@truman.edu>
26936         * calc/calc-store.el (calc-store-value): Return a string rather
26937         than display it as a message.
26938         Use calc-var-name for variable name.
26939         (calc-store-into): Add the result of calc-store-value to message.
26940         (calc-copy-variable): Add a message.
26941         (calc-store-exchange): Improve error messages.
26942         (calc-store-binary, calc-store-map): Don't reset the values of
26943         special constants.
26945 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
26947         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
26948         manual to docstring.
26950         * files.el (hack-local-variables-confirm): Add STRING argument.
26951         Make the function handle non file visiting buffers correctly.
26952         (hack-local-variables-prop-line, hack-local-variables)
26953         (hack-one-local-variable): Use STRING arg of
26954         `hack-local-variables-confirm'.
26956 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
26958         Sync with Tramp 2.0.49.
26960         * net/tramp.el (tramp-handle-dired-call-process)
26961         (tramp-handle-insert-directory):`insert-buffer' cannot be used
26962         because the contents of the Tramp buffer is changed before
26963         insertion (`expand-file' and alike).
26964         (tramp-handle-insert-directory): If `localname' has an empty
26965         nondirectory name, it must not be quoted.
26966         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
26967         variable `tramp-chunksize'.  Change callees.
26968         (tramp-open-connection-setup-interactive-shell): Check remote host
26969         for buggy `send-process-string' implementation.
26970         Set `tramp-chunksize' if found.  Reported by Michael Kifer
26971         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
26972         (tramp-handle-shell-command): `insert-buffer' cannot be used
26973         because the contents of the Tramp buffer is changed before
26974         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
26975         <frederic.bothamy@free.fr>.
26976         (tramp-set-auto-save): Actions should be done for Tramp file name
26977         handler only.  Ange-FTP has its own auto-save mechanism.
26978         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
26979         (tramp-set-auto-save-file-modes): Set file modes of
26980         `buffer-auto-save-file-name' to ?\600 as fallback solution.
26981         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
26982         (tramp-bug): Remove obsolete variable.
26983         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
26984         for presence of `mml-mode'.  Make it running for older Emacsen as well.
26986 2005-05-14  John Paul Wallington  <jpw@pobox.com>
26988         * ibuf-ext.el (define-ibuffer-filter filename):
26989         If `dired-directory' is a list, use its car.
26991 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
26993         * ibuffer.el (define-ibuffer-column filename):
26994         If `dired-directory' is a list, use its car.
26996 2005-05-14  Richard M. Stallman  <rms@gnu.org>
26998         * subr.el (symbol-file): Doc fix.
27000         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
27001         (byte-compile-form): Call byte-compile-nogroup-warn.
27002         (byte-compile-warning-types): Doc fix.
27004         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
27006         * progmodes/cc-engine.el (c-literal-faces):
27007         Add font-lock-comment-delimiter-face.
27009         * net/net-utils.el (dig): Use with-no-warnings.
27011         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
27012         (sc-recite-frame-alist, sc-default-cite-frame)
27013         (sc-default-uncite-frame, sc-default-recite-frame)
27014         (sc-attrib-selection-list, sc-rewrite-header-list):
27015         Mark as risky-local-variable.
27017         * international/ogonek.el (ogonek-jak, ogonek-how):
27018         Don't use beginning-of-buffer.
27020         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
27022         * calendar/solar.el (solar-data-list): Move definition up.
27024         * dnd.el (dnd-protocol-alist): Add autoload.
27026         * progmodes/sh-script.el: Many doc usage fixes.
27027         (sh-indent-after-do): Change default to match common styles.
27029 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
27031         * files.el (interpreter-mode-alist)
27032         (auto-mode-interpreter-regexp): Doc fixes.
27034 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
27036         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
27038         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
27040 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
27042         * dired.el (dired-mode): make-variable-buffer-local =>
27043         make-local-variable.
27045 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
27047         * term/mac-win.el (mac-select-convert-to-string): Try coding
27048         systems in mac-script-code-coding-systems if specified one cannot
27049         encode string for `com.apple.traditional-mac-plain-text'.
27051 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
27053         * progmodes/make-mode.el (makefile-targets-face)
27054         (makefile-shell-face, makefile-makepp-perl-face): New faces.
27055         (makefile-dependency-regex): Fix it to not make the colon in
27056         $(var:a=b) special.
27057         (makefile-rule-action-regex): New regexp for highlighting embedded
27058         Shell strings.
27059         (makefile-macroassign-regex): Handle != for highlighting as
27060         embedded Shell strings.
27061         (makefile-var-use-regex): New const.
27062         (makefile-statements, makefile-automake-statements)
27063         (makefile-gmake-statements, makefile-makepp-statements)
27064         (makefile-bsdmake-statements): New consts.
27065         (makefile-make-font-lock-keywords): New function.
27066         (makefile-automake-font-lock-keywords)
27067         (makefile-gmake-font-lock-keywords)
27068         (makefile-makepp-font-lock-keywords)
27069         (makefile-bsdmake-font-lock-keywords): New consts.
27070         (makefile-mode-map): Add switchers between the various submodes.
27071         (makefile-mode): Document the availability of the variants.
27072         (makefile-automake-mode, makefile-gmake-mode)
27073         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
27075         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
27076         new variants of makefile-mode.
27078 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
27080         * font-lock.el (font-lock-comment-delimiter-face): Fix up
27081         the inheritance.
27083 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
27085         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
27086         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
27088         * files.el (normal-mode): Extend the scope of the
27089         `enable-local-variables' binding to include the `set-auto-mode' call.
27090         (magic-mode-alist): Doc fix.
27092 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
27094         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
27095         font-lock-comment-face rather than copying its setting.
27097 2005-05-12  Andreas Schwab  <schwab@suse.de>
27099         * eshell/esh-mode.el (eshell-send-input): Doc fix.
27101 2005-05-12  Lute Kamstra  <lute@gnu.org>
27103         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
27104         defcustom for the mode hook variable.  Delete the last argument.
27105         * generic-x.el: Fix callers of define-generic-mode.
27106         (generic-x-modes): Delete group.
27107         (show-tabs-tab-face, show-tabs-space-face): Put them in the
27108         generic-x customization group.
27110 2005-05-12  Kim F. Storm  <storm@cua.dk>
27112         * font-lock.el (font-lock-negation-char-face): Default to "off".
27114         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
27115         font-lock-negation-char-face to ! in !=.
27117 2005-05-12  Masatake YAMATO  <jet@gyve.org>
27119         * add-log.el (find-change-log): Fix typos in the docstring
27120         of function.
27122 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
27124         * international/latexenc.el (latexenc-find-file-coding-system):
27125         Avoid `re-search-forward' when looking for input encoding because
27126         of speed and safety.  Better regular expressions for recognizing
27127         input encoding.  Limit a search for TeX-master/tex-main-file to
27128         the local variable section.
27130 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
27132         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
27133         syntax of $ to "'" (quote).
27135 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
27137         * dnd.el (dnd-protocol-alist): Improve custom type.
27139         * dired.el (dired-dnd-protocol-alist): New variable.
27140         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
27141         `dired-mode-hook' to the end.
27143 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
27145         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
27146         comment-end if comment-start-skip is not set.
27147         Obey the font-lock-comment-delimiter-face variables.
27149 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
27151         * files.el (executable-find): Move from executable.el.  Use
27152         locate-file.
27153         * progmodes/executable.el (executable-find): Move to files.el.
27155         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
27156         when trying to ensure forward progress.
27158 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
27160         * mouse-sel.el (mouse-sel-follow-link-p): New function.
27161         (mouse-select, mouse-select-internal, mouse-extend-internal):
27162         Use it to implement mouse-1-click-follows-link functionality.
27164 2005-05-11  Richard M. Stallman  <rms@gnu.org>
27166         * font-lock.el (font-lock-fontify-syntactically-region):
27167         Use font-lock-comment-delimiter-face for comment delimiters.
27169 2005-05-10  Jay Belanger  <belanger@truman.edu>
27171         * calc/calc-help.el (calc-m-prefix-help): Add mention of
27172         preserving embedded modes.
27174 2005-05-10  Richard M. Stallman  <rms@gnu.org>
27176         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
27178         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
27179         Move from ada-stmt.el.
27180         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
27182         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
27183         Move to ada-mode.el.
27184         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
27186         * cus-edit.el (custom-file): Call file-chase-links.
27188         * files.el (read-directory-name): Fix previous change.
27189         (hack-local-variables-confirm): New function.
27190         (hack-local-variables-prop-line, hack-local-variables)
27191         (hack-one-local-variable): Use it.
27193 2005-05-10  Lute Kamstra  <lute@gnu.org>
27195         * font-lock.el (font-lock-keywords-alist)
27196         (font-lock-removed-keywords-alist): Clarify docstrings.
27198 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
27200         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
27201         (gdb-source-info): Check for preprocessor info.
27202         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
27203         a macro for a function.
27204         (gdb-info-breakpoints-custom): Try to find file again if not already
27205         found (user might have used GDB dir command).
27206         (gdb-get-location): Update gdb-location-alist correctly for change
27207         to gdb-info-breakpoints-custom.
27209         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
27210         (gud-tooltip-print-command): Add gdbmi case.
27211         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
27212         preprocessor info.
27214 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
27216         * startup.el (fancy-splash-insert): Fix typo in doc string.
27218 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
27220         * obsolete/float.el (string-to-float):
27221         * obsolete/hilit19.el (hilit-add-pattern):
27222         * obsolete/rnews.el (news-parse-range, news-select-message)
27223         (news-get-pruned-list-of-files): Replace `string-to-int' by
27224         `string-to-number'.
27226         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
27227         `find-file-not-found-hooks'; use `add-hook'.
27228         (uncompress-while-visiting): Set `write-file-functions', not
27229         `write-file-hooks'; use `add-hook'.
27231 2005-05-09  Kim F. Storm  <storm@cua.dk>
27233         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
27234         (cua-paste): Handle clipboard action.
27235         (cua--init-keymaps): Remap clipboard-kill-region and
27236         clipboard-kill-ring-save.
27238 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
27240         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
27241         Improve commentary.
27243         * simple.el (next-error-overlay-arrow-position): Revert the change
27244         made on 2005-04-30.
27246 2005-05-07  Jay Belanger  <belanger@truman.edu>
27248         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
27249         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
27250         `calc-sel-reselect'.
27252         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
27253         Calc is in embedded mode.
27255 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
27257         * progmodes/compile.el (compilation-setup):
27258         Set overlay-arrow-string to an empty string on text terminals.
27260         * textmodes/ispell.el (ispell-program-name): Try looking for
27261         "aspell" along exec-path, and if found, use it as the default
27262         speller program.
27264 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
27266         * international/mule.el (sgml-xml-auto-coding-function):
27267         Recognize encoding='FOO' in single quotes as well as in double quotes.
27269 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
27271         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
27272         as well as `interactive', so that defmacro* would recognize
27273         `declare' forms.
27275 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
27277         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
27278         Explain more about the LIGHTER arg's usage in the doc string.
27279         Add commentary to clarify what the code does.  Fix the regexp that
27280         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
27281         since it could have characters special to regular expressions.
27283 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
27285         * replace.el (occur-1): Bind inhibit-read-only so that
27286         erase-buffer doesn't barf on read-only text properties (likewise
27287         for add-text-properties in occur-engine).  Mark buffer as unmodified.
27288         (occur-engine): Don't set buffer-read-only here.
27290 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
27292         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
27293         list-buffers-directory.  This caused the *cvs-commit* buffer to be
27294         sometimes mistakenly reused as a *cvs* buffer.
27296 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
27298         * tooltip.el: Move code for GUD tooltips into gud.el.
27299         (require): CL no longer needed to compile case.
27300         (tooltip-mode): Do not toggle functions for GUD tooltips.
27301         (tooltip-gud-tips-p): Remove.  Replace with minor mode
27302         gud-tooltip-mode in gud.el.
27303         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
27304         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
27305         tooltip-gud prefix with gud-tooltip and obsolete.
27306         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
27307         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
27308         (tooltip-mouse-motion): Mouse movement functions/variable.
27309         Rename in gud.el by adding gud prefix.
27310         (tooltip-gud-original-filter, tooltip-gud-dereference)
27311         (tooltip-gud-event, tooltip-toggle-gud-tips)
27312         (tooltip-gud-process-output, tooltip-gud-print-command)
27313         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
27314         gud.el by replacing tooltip-gud prefix with gud-tooltip.
27315         (gdb-tooltip-print): Move to gdb-ui.el.
27317         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
27318         (require): CL needed to compile case.
27319         (gud-tooltip-mode): Use to toggle GUD tooltips instead of
27320         tooltip-gud-tips-p.  Make it a minor-mode.
27321         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
27322         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
27323         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
27324         (gud-tooltip-change-major-mode)
27325         (gud-tooltip-activate-mouse-motions-if-enabled)
27326         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
27327         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
27328         (gud-tooltip-original-filter, gud-tooltip-dereference)
27329         (gud-tooltip-event, tooltip-toggle-gud-tips)
27330         (gud-tooltip-process-output, gud-tooltip-print-command)
27331         (gud-tooltip-tips): Move from tooltip.el.
27333         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
27334         (gdb-cpp-define-alist-flags): Doc fix.
27335         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
27336         gud-tooltip-mode is t.
27338 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
27340         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
27341         evaporate if their text is deleted.
27342         (goto-address-at-point): Make it work as a mouse binding as well.
27343         (goto-address-at-mouse): Obsolete it.  Update users.
27345 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
27347         * calendar/appt.el (top-level): No longer activate on load.
27349 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
27351         * calendar/cal-bahai.el (mark-bahai-diary-entries):
27352         * net/webjump.el (webjump):
27353         * progmodes/idlw-help.el (idlwave-do-context-help1)
27354         (idlwave-highlight-linked-completions):
27355         * textmodes/po.el (po-find-file-coding-system-guts):
27356         Replace `assoc-ignore-case' by `assoc-string'.
27358 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
27360         * files.el (locate-file): Doc fix.
27362         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
27363         Remove the redundant test for ms-dos.
27365         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
27366         look for the preprocessor with exec-suffixes.  If not found in
27367         standard places, look in exec-path.  Remove most of the tests that
27368         used system-type.
27370         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
27372         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
27374         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
27375         file-name clash with jka-compr.el on 8+3 filesystems.
27377 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
27379         * term/mac-win.el: Don't define or bind scroll bar functions if
27380         x-toolkit-scroll-bars is t.
27381         (x-select-text, x-get-selection-value): Clear
27382         x-last-selected-text-clipboard if x-select-enable-clipboard is
27383         nil.
27384         (PRIMARY): Put mac-scrap-name property.
27385         (mac-select-convert-to-file-url): New function.
27386         (public.file-url): New selection target type.  Add to
27387         selection-converter-alist.
27388         (x-get-selection, x-selection-value): Handle it.
27389         (x-cut-buffer-or-selection-value): New alias.
27391 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
27393         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
27394         entry to avoid calling bibtex-find-entry with arg global
27395         being t.  Remove arg key.
27396         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
27397         (bibtex-copy-summary-as-kill): Change accordingly.
27399 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
27401         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
27402         (org-agenda-date-later): Use with-current-buffer.
27404 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
27406         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
27407         (define-obsolete-variable-alias): Doc Fixes.
27409 2005-05-06  Kim F. Storm  <storm@cua.dk>
27411         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
27412         vertical-motion when selective-display is active.
27414         * ido.el (ido-setup-hook): New hook.
27415         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
27416         (ido-input-stack): New var.
27417         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
27418         ido-next-work-file binding to M-O.
27419         Bind M-f to ido-wide-find-file-or-pop-dir.
27420         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
27421         (ido-read-internal): Run ido-setup-hook.
27422         Catch quit in read-file-name and read-string to cancel edit.
27423         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
27424         Automatically pop-all when completing a directory name (RET).
27425         (ido-file-internal): Add with-no-warnings around ffap and dired code.
27426         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
27427         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
27428         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
27429         New functions for M-b/M-f to move among the directory components.
27430         (ido-make-merged-file-list): Catch quit to cancel merge.
27431         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
27432         (ido-completion-help): No warnings for ido-completion-buffer-full.
27434 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
27436         * font-lock.el (font-lock-negation-char-face): New face and variable.
27437         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
27438         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
27439         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
27440         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
27442 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
27444         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
27445         Fix typo in docstring.
27447         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
27448         (ebrowse-print-statistics-line)
27449         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
27451         * term/w32-win.el (image-library-alist): Add additional name for
27452         Xpm library.
27454 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
27456         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
27457         use gcc instead of cpp.
27459         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
27460         (gdb-create-define-alist): Use it.
27461         (gdb-cpp-define-alist-program): Update for MS-DOS.
27463 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
27465         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
27467 2005-05-04  Richard M. Stallman  <rms@gnu.org>
27469         * help.el (describe-key): No error when UNTRANSLATED is nil.
27471         * simple.el (line-move-1): Fix previous change to signal errors
27472         appropriately.
27474 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
27476         * calendar/icalendar.el (icalendar-version): Now at 0.12.
27477         (icalendar-duration-correction): Remove.
27478         (icalendar--get-event-properties): Split result at commas.
27479         (icalendar--decode-isoduration): New optional argument
27480         DURATION-CORRECTION.
27481         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
27482         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
27483         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
27484         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
27485         (icalendar--convert-anniversary-to-ical): New functions, extracted
27486         from icalendar-export-region, with bug fixes.
27487         (icalendar-export-region): Use the above functions.
27488         (icalendar-import-buffer): Check before saving diary file.
27489         (icalendar--convert-recurring-to-diary)
27490         (icalendar--convert-non-recurring-all-day-to-diary)
27491         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
27492         extracted from icalendar--convert-ical-to-diary, with bug fixes.
27493         (icalendar--convert-ical-to-diary): Use the above functions.
27495 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
27497         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
27498         Remove these recent additions.
27499         (c-mode): Restore to before 2005-04-28.
27501         * progmodes/cc-vars.el (cc-define-list-program): Remove this
27502         recent addition.
27504         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
27505         (gdb-define-alist): New variables.
27506         (gdb-create-define-alist): New function.
27507         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
27508         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
27509         with string-to-number.
27510         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
27512         * progmodes/gud.el: Replace string-to-int with string-to-number.
27513         (gud-find-file): Handle gdb-define-alist.
27515         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
27517 2005-05-02  Jay Belanger  <belanger@truman.edu>
27519         * calc/calc-aent.el (math-read-token):
27520         * calc/calc-bin.el (calc-word-size):
27521         * calc/calc-ext.el (calc-read-number-fancy):
27522         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
27523         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
27524         * calc/calc-frac.el (calc-over-notation):
27525         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
27526         (calc-graph-num-points, calc-graph-init):
27527         * calc/calc-prog.el (calc-read-parse-table-part)
27528         (calc-edit-macro-repeats):
27529         * calc/calc-yank.el (calc-do-grab-rectangle):
27530         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
27531         Replace `string-to-int' by `string-to-number'.
27533 2005-05-02  Kim F. Storm  <storm@cua.dk>
27535         * kmacro.el: Use executing-kbd-macro-index variable.
27537 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
27539         * net/rlogin.el (rlogin-parse-words): Delete func.
27540         (rlogin): Use split-string, not rlogin-parse-words.
27541         Also, if there are option-like elements in the parsed args,
27542         take the host to be the first arg immediately following them.
27543         Suggested by Michael Mauger.
27545 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
27547         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
27549 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
27551         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
27552         (cc-mode-cpp-program): Rename to cc-define-list-program and
27553         move to cc-vars.el.
27555         * progmodes/cc-vars.el (cc-define-list-program):
27556         Change to "gcc -E -dM -".  Make customizable.
27558 2005-05-02  Kim F. Storm  <storm@cua.dk>
27560         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
27562 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
27564         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
27566         * international/mule-util.el (truncate-string): Remove alias and
27567         obsolete declaration.
27569         * international/mule-cmds.el (update-iso-coding-systems):
27570         Remove alias and obsolete declaration.
27572         * international/mule.el (coding-system-parent): Remove alias and
27573         obsolete declaration.
27575         * subr.el (define-function, sref): Remove aliases and obsolete
27576         declarations.
27577         (chars-in-region): Remove obsolete declaration.
27579 2005-05-01  Richard M. Stallman  <rms@gnu.org>
27581         * info.el (Info-mode): Set widen-automatically to nil, locally.
27583         * simple.el (widen-automatically): New variable.
27584         (pop-global-mark): Obey widen-automatically.
27586 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
27588         * term/xterm.el (function-key-map): Call substitute-key-definition
27589         before the keymap size is increased by a lot of define-key calls.
27591 2005-05-01  Richard M. Stallman  <rms@gnu.org>
27593         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
27594         Rename ARG to ELEMENT.  Doc fix.
27596 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
27598         * allout.el (allout-exposure): Remove macro and obsolete declaration.
27599         Remove references to allout-exposure/change to allout-new-exposure.
27601         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
27602         bytecode symbols.
27604         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
27605         (compiled-function-p, focus-frame, unfocus-frame):
27606         Remove aliases and obsolete declarations.
27607         Back out inadvertent changes from previous commit.
27609 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
27611         * files.el (require-final-newline): Make Custom tags consistent
27612         with mode-require-final-newline.
27613         (mode-require-final-newline): Doc fix.
27615 2005-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
27617         * international/latexenc.el (latexenc-find-file-coding-system):
27618         Fix regular expressions.
27620 2005-05-01  David Kastrup  <dak@gnu.org>
27622         * international/latexenc.el (latexenc-find-file-coding-system):
27623         Fix regular expressions.
27625 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
27627         * subr.el (string-to-int): Make obsolete.
27629 2005-04-30  Richard M. Stallman  <rms@gnu.org>
27631         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
27633         * loadup.el: load jka-comp-hook.
27635         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
27636         (jka-compr-handler): Add autoload.  `put' calls moved
27637         to jka-comp-hook.el.
27638         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
27639         (jka-compr-inhibit): Autoload.
27641         * jka-comp-hook.el: New file.
27642         Enable the mode by default.
27644         * files.el (backup-buffer-copy): Use copy-file instead
27645         of write-region, and put back the 'excl.
27647 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
27649         * progmodes/flymake.el (flymake-split-string)
27650         (flymake-split-string, flymake-log, flymake-pid-to-names)
27651         (flymake-reg-names, flymake-get-source-buffer-name)
27652         (flymake-unreg-names, flymake-add-line-err-info)
27653         (flymake-add-err-info): Clarify docstrings.
27654         (flymake-popup-menu, flymake-make-emacs-menu)
27655         (flymake-make-xemacs-menu): Add docstrings.
27656         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
27657         Set variables directly throughout.
27659 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
27661         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
27662         exists.  Initialize cc-define-alist.
27663         (c-mode): Add cc-create-define-alist locally to after-save-hook.
27664         If there is no file (Macroexpansion) don't create an alist.
27666 2005-04-29  Sam Steingold  <sds@gnu.org>
27668         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
27669         (cc-create-define-alist): Use it instead of the hard-coded string.
27671 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
27673         * international/mule-conf.el (file-coding-system-alist): Fix regexp
27674         for latexenc.
27676 2005-04-29  Lute Kamstra  <lute@gnu.org>
27678         * emacs-lisp/generic.el: Improve commentary section.
27679         (define-generic-mode): Improve docstring.
27681 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
27683         * textmodes/org.el (many places): Change to quiet the byte compiler.
27684         (org-prefix-format-compiled): New variable.
27685         (org-compile-prefix-format): New function.
27686         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
27687         (org-agenda-prefix-format, org-timeline-prefix-format): New options.
27688         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
27689         (org-get-entries-from-diary): Use `org-get-time-of-day' for
27690         consistency with entries from `org-mode' files.
27691         (org-get-time-of-day): Fix bug with partial matches early in a line.
27692         (org-non-link-chars): New constant.
27693         (org-link-regexp): Respect `org-non-link-chars'.
27694         (org-agenda-day-view): Remove command.
27695         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
27696         (org-follow-bbdb-link, org-store-link): Search also company field.
27697         (org-highlight-overlay): New variable.
27698         (org-highlight, org-unhighlight): New functions.
27699         (org-agenda-mode): Add pre-command-hook to remove highlight.
27700         (org-evaluate-time-range): Behavior depends upon whether time stamp
27701         contains a time or not.
27702         (org-show-subtree, org-show-entry): New functions.
27703         (org-agenda-cleanup-fancy-diary): Remove empty lines.
27705 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
27707         * comint.el (comint-output-filter-functions): Add autoload cookie.
27709 2005-04-28  Kim F. Storm  <storm@cua.dk>
27711         * ido.el (ido-everywhere): Fix last change.
27713 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
27715         * international/latexenc.el: New file.
27716         * international/mule-conf.el (file-coding-system-alist): For .tex,
27717         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
27719 2005-04-28  Lute Kamstra  <lute@gnu.org>
27721         * font-lock.el (font-lock-add-keywords)
27722         (font-lock-remove-keywords): Clarify docstring.
27723         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
27724         Don't start docstrings with a `*'.
27725         (font-lock-update-removed-keyword-alist): Give it a docstring.
27727         * generic-x.el: Update commentary section.
27728         Only require font-lock when compiling.
27729         Define all modes conditionally.
27730         Place all generic modes in the generic-x-modes customization group.
27731         (generic-x-modes): New customization group.
27732         (generic-default-modes, generic-mswindows-modes)
27733         (generic-unix-modes, generic-other-modes): New constants.
27734         (generic-define-mswindows-modes, generic-define-unix-modes):
27735         Update docstrings.  Make them obsolete.
27736         (generic-extras-enable-list): New default value.  Update docstring.
27737         Improve :type.  Change :set function.
27738         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
27739         Fix docstring.
27741         * emacs-lisp/generic.el (generic-mode-internal):
27742         Simplify font-lock-defaults.
27743         (define-generic-mode): Fix docstring.
27745 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
27747         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
27748         font-lock-face property to highlight matches.
27750 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
27752         * progmodes/cc-mode.el (cc-create-define-alist): New function.
27753         (cc-define-alist): New variable.
27754         (c-mode): Make it local and initialize it.
27756         * progmodes/gdb-ui.el (gdb-active-process): New variable.
27757         (gdb-exited): New function.
27758         (gdb-annotation-rules): Use it.
27759         (gdb-starting): Set gdb-active-process to t.
27760         (gdb-stopping): Amend doc string.
27761         (gdb-reset): Set gdb-active-process to nil.
27763         * tooltip.el (tooltip-gud-tips): Show the associated #define
27764         directives when a C program under GDB is not executing.
27766 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
27768         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
27769         font-lock-fontify-syntactic-keywords.
27771         * font-lock.el (font-lock-default-fontify-region): Don't force
27772         parse-sexp-lookup-properties to nil.
27774 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
27776         * man.el (man-mode-syntax-table): Set up `:' to have
27777         word-constituent syntax.
27779 2005-04-27  Lute Kamstra  <lute@gnu.org>
27781         * novice.el (disable-command): Don't add spurious newlines to the
27782         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
27784 2005-04-26  Jay Belanger  <belanger@truman.edu>
27786         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
27787         than one window before deleting window.
27789 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
27791         * shell.el (shell-prompt-pattern): Doc fix.
27792         (shell-mode): Set paragraph-separate buffer locally to "\\'".
27794         * comint.el (comint-prompt-regexp, comint-get-old-input)
27795         (comint-use-prompt-regexp)
27796         (comint-use-prompt-regexp-instead-of-fields)
27797         (comint-replace-by-expanded-history, comint-send-input)
27798         (comint-output-filter, comint-get-old-input-default)
27799         (comint-line-beginning-position, comint-bol, comint-show-output)
27800         (comint-backward-matching-input, comint-forward-matching-input)
27801         (comint-next-prompt, comint-previous-prompt):
27802         Rename `comint-use-prompt-regexp-instead-of-fields' to
27803         `comint-use-prompt-regexp'.  Keep old name as alias and declare
27804         obsolete.
27805         (comint-use-prompt-regexp): Shorten first line of doc string.
27807         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
27808         Set paragraph-separate buffer locally to "\\'".
27810         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
27811         Adapt to above name change.
27813         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
27814         (smbclient-prompt-regexp): Ditto.
27816         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
27818 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
27820         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
27821         gdb-location-list.
27822         Break lines that are over 80 characters wide.
27824 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
27826         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
27827         New fun and var, to preserve compatibility.
27829         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
27831 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
27833         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
27834         name to file-newer-than-file-p.
27836 2005-04-26  Richard M. Stallman  <rms@gnu.org>
27838         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
27840         * progmodes/python.el (python-mode):
27841         Use new name eldoc-documentation-function.
27843         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
27845         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
27846         (eldoc-documentation-function):
27847         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
27849 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
27851         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
27853 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
27855         * term/xterm.el (function-key-map): Fix strings for
27856         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
27857         {C,S,A,C-S}-{f1-f12}.
27859 2005-04-26  Kenichi Handa  <handa@m17n.org>
27861         * international/mule-cmds.el (select-safe-coding-system):
27862         Fix previous change.
27864 2005-04-26  Lute Kamstra  <lute@gnu.org>
27866         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
27868         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
27869         (font-lock-comment-delimiter-face): Ditto.
27871         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
27873 2005-04-25  Jay Belanger  <belanger@truman.edu>
27875         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
27876         to t while inserting information; use help-mode.
27878 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
27880         * term.el (ansi-term-color-vector): Use the xterm colors.
27881         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
27883 2005-04-25  Lute Kamstra  <lute@gnu.org>
27885         * font-core.el (font-lock-defaults): Fix docstring.
27887         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
27889 2005-04-25  Kenichi Handa  <handa@m17n.org>
27891         * international/mule-cmds.el (select-safe-coding-system):
27892         Don't check consistency with coding: spec, etc if raw-text or
27893         no-conversion was found to be safe.
27895 2005-04-24  Richard M. Stallman  <rms@gnu.org>
27897         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
27898         citation markers at start of each line.
27900         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
27901         citation markers at start of each line.
27903         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
27905         * files.el (mode-require-final-newline): Fix previous change.
27906         (require-final-newline): Fix type label.
27908 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
27910         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
27911         statement in buffer (broken by 2004-11-24 change).
27913 2005-04-24  Kim F. Storm  <storm@cua.dk>
27915         * ido.el (ido-everywhere): Save and restore old read-buffer-function
27916         and read-file-name-function values.  Don't overwrite existing
27917         non-nil values if ido-mode is enabled without ido-everywhere.
27919 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
27921         * files.el (mode-require-final-newline): Minor doc fix.
27923 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
27925         * subr.el (syntax-after): Doc fix.
27926         (syntax-class): If argument is nil, return nil.  Mask off upper 16
27927         bits, not 8 bits.
27929         * files.el (mode-require-final-newline): Doc fix.
27930         (backup-buffer-copy): Fix last change.
27932 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
27934         * term/mac-win.el: Require select.  Set selection-coding-system to
27935         mac-system-coding-system.  Call menu-bar-enable-clipboard.
27936         (x-last-selected-text-clipboard, x-last-selected-text-primary)
27937         (x-select-enable-clipboard): New variables.
27938         (x-select-text, x-get-selection, x-selection-value)
27939         (x-get-selection-value, mac-select-convert-to-string)
27940         (mac-services-open-file, mac-services-open-selection)
27941         (mac-services-insert-text): New functions.
27942         (CLIPBOARD, FIND): Put mac-scrap-name property.
27943         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
27944         (public.tiff): Put mac-ostype property.
27945         (selection-converter-alist): Add entries for them.
27946         (mac-application-menu-map): New keymap.
27947         (interprogram-cut-function, interprogram-paste-function): Set to
27948         x-select-text and x-get-selection-value, respectively.
27949         (split-window-keep-point): Set to t.
27951 2005-04-23  Richard M. Stallman  <rms@gnu.org>
27953         * files.el (read-directory-name): Always pass non-nil
27954         DEFAULT-FILENAME arg to read-file-name.
27955         (backup-buffer-copy, basic-save-buffer-2): Take care against
27956         writing thru an unexpected existing symlink.
27957         (revert-buffer): In indirect buffer, revert the base buffer.
27958         (magic-mode-alist): Doc fix.
27959         (buffer-stale-function): Doc fix.
27960         (minibuffer-with-setup-hook): Avoid warning.
27961         (mode-require-final-newline): Doc and custom fix.
27963         * follow.el (follow-end-of-buffer): Use with-no-warnings.
27965         * font-lock.el (font-lock-comment-face): On terminals with few colors,
27966         use the default appearance.
27967         (font-lock-comment-delimiter-face): New face, new variable.
27969         * imenu.el (imenu--generic-function): The official position of a
27970         definition is the start of the line that BEG is in.
27972         * midnight.el (midnight-timer): Move defvar up.
27974         * mouse.el (mouse-drag-region-1): Delete some debugging code.
27976         * saveplace.el (save-place-to-alist): Use with-no-warnings.
27978         * startup.el (command-line): Use with-no-warnings.
27980         * window.el (window-size-fixed): New defvar.
27982         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
27984         * mail/rmail.el (rmail-font-lock-keywords):
27985         Use font-lock-comment-delimiter-face.
27987         * mail/sendmail.el (mail-font-lock-keywords):
27988         Use font-lock-comment-delimiter-face.
27990         * progmodes/compile.el (next-error-highlight-timer): New defvar.
27992 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
27994         * progmodes/compile.el (compilation-mode-font-lock-keywords):
27995         Specify t for LAXMATCH when matching directories.
27996         Save match data around compilation-compat-error-properties form.
27998 2005-04-23  David Kastrup  <dak@gnu.org>
28000         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
28001         Mention that the autoloaded aliases should be kept for AUCTeX.
28003 2005-04-23  Andreas Schwab  <schwab@suse.de>
28005         * isearch.el (isearch-forward): Doc fix.
28007 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
28009         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
28010         (jit-lock-stealth-nice): Change default value to 0.5.
28012 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
28014         * abbrev.el (write-abbrev-file): Write table entries in
28015         alphabetical order by table name.
28017 2005-04-22  Kim F. Storm  <storm@cua.dk>
28019         * ido.el (ido-read-internal): Fix `list' completion.
28021 2005-04-22  Kenichi Handa  <handa@m17n.org>
28023         * recentf.el (recentf-save-file-coding-system): New variable.
28024         (recentf-save-list): Encode the file by
28025         recentf-save-file-coding-system and add coding: tag.
28027 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
28029         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
28031 2005-04-21  Lute Kamstra  <lute@gnu.org>
28033         * loadhist.el (unload-feature): Don't remove a function from hooks
28034         if it is about to be restored to an autoload .  Remove functions
28035         that will become unbound from auto-mode-alist.  Simplify the code.
28037         * subr.el (assq-delete-all): New implementation that is linear,
28038         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
28039         (rassq-delete-all): New function.
28041         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
28042         Add size-indication-mode.
28044 2005-04-21  Kenichi Handa  <handa@m17n.org>
28046         * international/mule-cmds.el: Add autoload for widget-value in
28047         eval-when-compile.
28049 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
28051         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
28052         Add tooltip-mode.
28054         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
28056 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
28058         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
28059         (inferior-lisp-filter-regexp, inferior-lisp-program)
28060         (inferior-lisp-load-command, inferior-lisp-prompt)
28061         (inferior-lisp-mode-hook, lisp-source-modes)
28062         (inferior-lisp-load-hook): defvar->defcustom.
28063         (inferior-lisp-program, inferior-lisp-prompt)
28064         (inferior-lisp-load-hook): Doc fixes.
28065         (inferior-lisp-install-letter-bindings): Small change in
28066         introductory comment.
28068 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
28070         * vc.el (vc-annotate-color-map): Change some colors so that text
28071         using them as foreground is readable on both white and black
28072         backgrounds.
28074 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
28076         * international/mule-conf.el (translation-table-for-input):
28077         Remove redundant declaration.
28079 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
28081         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
28083         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
28084         (tooltip-toggle-gud-tips): New function.
28086 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
28088         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
28089         right angle brackets.
28091 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
28093         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
28095 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
28097         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
28098         Remove.  Update callers to use expand-file-name instead.
28100         * subr.el (syntax-class): New function.
28102         * simple.el (blink-matching-open): Use it.
28104         * paren.el (show-paren-function): Use it to recognize parens that are
28105         also used in 2-char comment markers.
28107 2005-04-19  Lute Kamstra  <lute@gnu.org>
28109         * loadhist.el (unload-feature): Update for new format of
28110         load-history.  Simplify the code.
28112 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
28114         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
28115         (mac-add-charset-info): New function.  Initialize variable
28116         mac-charset-info-alist using it.
28117         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
28118         for translation.
28119         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
28120         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
28121         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
28122         New CCL programs.
28124 2005-04-19  Kim F. Storm  <storm@cua.dk>
28126         * simple.el (next-buffer, prev-buffer, next-error)
28127         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
28128         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
28130         * bindings.el (next-buffer, prev-buffer, next-error)
28131         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
28132         (clone-indirect-buffer-other-window): Move bindings from simple.el.
28133         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
28134         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
28136 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
28138         * isearch.el (isearch-edit-string): Make the search-ring available for
28139         minibuffer history commands.
28140         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
28141         the default history commands now work just as well.
28142         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
28144 2005-04-18  Kim F. Storm  <storm@cua.dk>
28146         * emulation/cua-base.el (cua--pre-command-handler): Add more
28147         elaborate check for shift modifier on non-window systems.
28149 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
28151         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
28153 2005-04-18  Kim F. Storm  <storm@cua.dk>
28155         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
28156         and make it optional.  Don't test tooltip-gud-echo-area here.
28157         (tooltip-gud-process-output, gdb-tooltip-print):
28158         Pass tooltip-gud-echo-area to tooltip-show.
28159         (tooltip-help-tips): Remove second optional arg to tooltip-show.
28161 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
28163         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
28164         `display-graphic-p' may not be bound yet.
28166 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
28168         * startup.el (command-line): No longer enable Xterm Mouse mode by
28169         default in terminals compatible with xterm.
28171         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
28173 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
28175         * tooltip.el (tooltip-gud-echo-area): Rename from
28176         tooltip-use-echo-area.
28177         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
28178         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
28179         area independently of where help tooltips are displayed.
28181 2005-04-17  David Kastrup  <dak@gnu.org>
28183         * cus-theme.el (custom-theme-write-variables): Quote variables
28184         where necessary.
28186 2005-04-17  Richard M. Stallman  <rms@gnu.org>
28188         * simple.el (yank-excluded-properties): Add follow-link to value.
28190         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
28192         * startup.el (fancy-splash-max-time): Just 30 seconds.
28193         (fancy-splash-delay): Just 7.
28194         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
28196         * loadhist.el (unload-feature): Update for new format of load-history.
28197         Simplify the code.
28199         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
28200         (rmail-font-lock-keywords): Don't fontify the text of a citation.
28202         * mail/sendmail.el (mail-font-lock-keywords):
28203         Don't fontify subject text.
28204         Don't fontify the text of a citation.
28206 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
28208         * comint.el (comint-output-filter): Run comint-output-filter-functions
28209         with point where the user had it.
28211 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
28213         * international/ucs-tables.el (ucs-set-table-for-input):
28214         Disable when using unify-on-decoding.
28216 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
28218         * emulation/cua-base.el (cua-global-mark-face): Add special case
28219         for displays supporting a high number of colors.
28221 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
28223         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
28225 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
28227         * filesets.el (filesets-add-buffer): If user supplies a name of a
28228         non-existing fileset, create a new fileset.
28230 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
28232         * textmodes/org.el (org-up-heading-all): Fix bug with
28233         `outline-up-heading-all'.
28235 2005-04-16  Andreas Schwab  <schwab@suse.de>
28237         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
28238         /etc/permissions.d/* and /etc/aliases.d/*.
28240 2005-04-16  Kenichi Handa  <handa@m17n.org>
28242         * international/code-pages.el (cp-make-coding-system):
28243         Set `translation-table-for-input' property value to the symbol
28244         ucs-mule-to-mule-unicode, not to that value.
28245         (pt154): Escape guillemet by `\'.
28247 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
28249         * loadup.el: Load tooltip if x-show-tip is fboundp.
28251         * startup.el (command-line): Add comment.
28253         * tooltip.el (tooltip-mode): Specify correct standard value for
28254         Custom in init-value.
28256 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
28258         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
28259         possible.
28261 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
28263         * textmodes/org.el (org-agenda-date-prompt): Rename from
28264         `org-agenda-date-today'.
28265         (org-evaluate-time-range): Insert at point instead of directly
28266         after time range.
28267         (org-first-headline-recenter, org-subtree-end-visible-p)
28268         (org-optimize-window-after-visibility-change): New functions
28269         (org-agenda-post-command-hook): Don't allow point at end of line,
28270         to make sure it always hits the text properties.
28271         (org-agenda-next-date-line, org-agenda-previous-date-line):
28272         New commands.
28273         (org-set-regexps-and-options): Category may contain white space.
28274         (org-agenda-get-deadlines, org-agenda-get-scheduled):
28275         Improve marker positions.
28276         (org-agenda-new-marker): Argument POS made optional.
28277         (org-agenda-get-timestamps): Deadlines which are done are listed
28278         in org-done-face now.
28279         (org-agenda-get-todos, org-agenda-get-timestamps)
28280         (org-agenda-get-deadlines, org-agenda-get-scheduled):
28281         Set `undone-face' and `done-face' properties.
28282         (org-last-todo-state-is-todo): New variable.
28283         (org-todo): Set `org-last-todo-state-is-todo'.
28284         (org-agenda-todo): Change face according to
28285         `org-last-todo-state-is-todo'.  And change other lines referring to
28286         the same entry.
28287         (org-calendar-goto-agenda): New command.
28288         (org-calendar-to-agenda-key): New option.
28289         (org-startup-folded): New allowed value `content'.
28290         (org-set-regexps-and-options): Accept new value `content' for
28291         `org-startup-folded'.
28292         (org-get-current-options): Handle new value `content' for
28293         `org-startup-folded'.
28294         (org-insert-todo-heading): New command.
28295         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
28296         interactively in empty file and option
28297         `org-insert-mode-line-in-empty-file' has been set.
28298         (org-agenda-todo, org-agenda-priority): Modify to use
28299         `org-agenda-change-all-lines'.
28300         (org-warning-face): Change color on dark background
28302 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
28304         * international/mule-cmds.el (set-locale-environment): On Mac OS,
28305         use preferences AppleLocale and AppleLanguages, and variable
28306         mac-system-locale for default locale.  On Mac OS Classic, use
28307         mac-system-coding-system for default coding systems.
28309         * term/mac-win.el: Don't set file-name-coding-system.
28310         Decode variables system-name, emacs-build-system, user-login-name, and
28311         user-full-name by mac-system-coding-system on Mac OS Classic.
28312         (mac-system-coding-system): New variable.
28314 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
28316         * startup.el (command-line): Handle `xterm-mouse-mode' before
28317         reading init file.
28319         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
28321 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
28323         * progmodes/sh-script.el (sh-here-document-word): Make it a
28324         defcustom.  Doc fix.
28325         (sh-add): Bash uses $(( )) for arithmetic.
28326         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
28327         (sh-maybe-here-document): Remove quotes and leading whitespace
28328         from heredoc word when closing.  Indent heredoc with tabs if word
28329         starts with "-".
28331 2005-04-13  Richard M. Stallman  <rms@gnu.org>
28333         * simple.el (undo): Fix previous change.
28335         * custom.el (defface): Doc fix.
28337 2005-04-13  Lute Kamstra  <lute@gnu.org>
28339         * Makefile.in (DONTCOMPILE): Remove list.
28340         (compile, compile-always): Don't use DONTCOMPILE.
28341         (update-authors): Load the library in which batch-update-authors
28342         is defined.
28343         * makefile.w32-in (DONTCOMPILE): Remove list.
28344         (compile, compile-always): Fix comments.
28345         (update-authors): Load the library in which batch-update-authors
28346         is defined.
28348         * generic-x.el (generic-mode-ini-file-find-file-hook):
28349         Rename to ini-generic-mode-find-file-hook.
28350         Keep generic-mode-ini-file-find-file-hook as an alias.
28351         (ini-generic-mode-find-file-hook): Rename from
28352         generic-mode-ini-file-find-file-hook.  Fix docstring.
28353         (ini-generic-mode): Docstring change.
28354         (bat-generic-mode-run-as-comint): Silence the byte compiler.
28356         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
28357         called from lisp.
28359         * generic.el: Move to the emacs-lisp subdir.
28361 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
28363         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
28364         and C-S- function and cursor motion keys.
28366 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
28368         * startup.el (command-line): Enable Xterm Mouse mode by default.
28369         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
28370         for Custom.  No longer show "Mouse" in mode line when enabled.
28371         Doc fix.
28373 2005-04-12  Kim F. Storm  <storm@cua.dk>
28375         * emulation/cua-base.el (cua-rectangle-face)
28376         (cua-rectangle-noselect-face): Define face attributes here.
28378         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
28380 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
28382         * startup.el (command-line): Turn off blinking cursor if
28383         cursorBlink in resources is off or false.
28385 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
28387         * term/mac-win.el (dnd): Require dnd.
28388         (mac-drag-n-drop): Call dnd-handle-one-url.
28389         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
28390         (kTextEncodingISOLatin2): Remove constants.
28391         (mac-script-code-coding-systems): New constant.
28392         (mac-handle-language-change): New function.
28393         (special-event-map): Bind it to `language-change' event.
28394         (mac-centraleurroman, mac-cyrillic): New coding systems.
28395         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
28396         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
28397         and mac-cyrillic-encoder to encode-mac-centraleurroman and
28398         encode-mac-cyrillic, respectively.
28400 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
28402         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
28403         Don't set overlay-arrow-string to "=>" as this is done
28404         globally in C now.
28406 2005-04-12  Lute Kamstra  <lute@gnu.org>
28408         * generic-x.el (rc-generic-mode, rul-generic-mode):
28409         Fix auto-mode-alist entries.
28410         (etc-fstab-generic-mode): Tweak fontification.
28412         * generic.el (generic-make-keywords-list): Fix docstring.
28413         (generic-mode-internal): Simplify generic-font-lock-keywords.
28415 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
28417         * whitespace.el (whitespace-buffer-leading)
28418         (whitespace-buffer-trailing): Revert the incorrect test inversion.
28419         However, fix the highlight area for the leading and
28420         trailing whitespaces to show space.
28422 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
28424         * whitespace.el (whitespace-version): Bump to 3.5
28426         (whitespace-buffer-leading, whitespace-buffer-trailing):
28427         Invert sense of the test to highlight the whitespace.
28429 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
28431         * progmodes/gud.el (gud-display-line): GUD uses its own
28432         overlay arrow now so don't set overlay-arrow-string.
28433         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
28435 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
28437         * term.el (term-ansi-current-bold, term-ansi-current-underline)
28438         (term-ansi-current-reverse, term-ansi-current-invisible)
28439         (term-ansi-face-already-done): Change to boolean.
28440         (term-reset-terminal, term-handle-colors-array): Handle the above
28441         vars accordingly.
28442         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
28443         (term-emulate-terminal): Use the new name.
28445         * faces.el (secondary-selection): Use yellow1, not yellow.
28446         (trailing-whitespace): Use red1, not red.
28448 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
28450         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
28451         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
28452         (dired-dnd-handle-file): Call dnd-get-local-file-uri
28454         * cus-edit.el (dnd): New group.
28456         * term/w32-win.el (dnd): Require dnd
28457         (w32-drag-n-drop): Call dnd-handle-one-url.
28459         * x-dnd.el: Require dnd.
28460         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
28461         Call dnd-handle-one-url.
28462         (x-dnd-types-alist, x-dnd-insert-utf8-text)
28463         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
28464         to dnd-insert-text.
28465         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
28466         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
28467         (x-dnd-get-local-file-name, x-dnd-open-local-file)
28468         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
28470         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
28472 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
28474         * wdired.el: Doc fixes.
28475         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
28476         (wdired-use-dired-vertical-movement): Rename from
28477         wdired-always-move-to-filename-beginning.
28478         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
28479         (wdired-change-to-wdired-mode): Change mode name.
28480         (wdired-newline): Delete.
28482 2005-04-11  Richard M. Stallman  <rms@gnu.org>
28484         * whitespace.el (whitespace-highlight-the-space):
28485         Don't call whitespace-unhighlight-the-space here.
28487         * simple.el (undo): Record t in undo-equiv-table
28488         for the redo record made by an undo-in-region.
28490 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
28492         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
28493         (gdb-frame-inferior-io-buffer): New Functions to control
28494         display of separate IO buffer.
28495         (menu): Add them to menu-bar.
28496         (gdb-display-buffer): Check for buffer another frame.
28497         Protect GUD buffer.
28498         (gdb-setup-windows): Create IO buffer if not already there.
28499         (gdb-memory-mode): Remove purecopy noops.
28501 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
28503         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
28504         and pass to self-insert-command.
28506 2005-04-11  Lute Kamstra  <lute@gnu.org>
28508         * generic.el: Commentary section cleanup.
28509         (generic): Delete.
28510         (generic-use-find-file-hook, generic-lines-to-scan)
28511         (generic-find-file-regexp, generic-ignore-files-regexp)
28512         (default-generic-mode, generic-mode-find-file-hook)
28513         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
28514         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
28515         (generic-use-find-file-hook, generic-lines-to-scan)
28516         (generic-find-file-regexp, generic-ignore-files-regexp)
28517         (default-generic-mode, generic-mode-find-file-hook)
28518         (generic-mode-ini-file-find-file-hook): Move from generic.el.
28520 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
28522         * bookmark.el (bookmark-write-file): Catch errors writing file.
28523         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
28525 2005-04-10  Richard M. Stallman  <rms@gnu.org>
28527         * startup.el (fancy-splash-tail): Update copyright year.
28528         (command-line): Split part of -Q into -D.
28529         (emacs-basic-display): New defvar.
28530         (fancy-splash-text): Correct name of menu item.
28532         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
28534         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
28535         lines in one node.
28537         * comint.el (comint-send-input): New arg ARTIFICIAL.
28538         Callers in this file changed.
28540         * abbrev.el (define-abbrevs): Read system abbrevs properly.
28542         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
28544 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
28546         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
28547         `ldap-search-internal'.
28549 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
28551         * files.el (set-auto-mode-1): Use line-end-position.
28553         * international/latin-1.el:
28554         * international/latin-2.el:
28555         * international/latin-3.el:
28556         * international/latin-4.el:
28557         * international/latin-5.el:
28558         * international/latin-8.el:
28559         * international/latin-9.el: Give punctuation syntax to NBSP.
28561         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
28562         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
28563         Use char-classes to accept non-ascii letters, accepted in some recent
28564         bibtex implementations.
28566 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
28568         * custom.el (custom-set-minor-mode): Any non-nil value for the
28569         variable should enable the mode when set through Custom.
28571 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
28573         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
28574         TAB binding so tab-always-indent is obeyed.
28575         (vhdl-minibuffer-local-map): Move initialization into declaration.
28576         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
28577         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
28578         (vhdl-hooked-abbrev): Avoid test for XEmacs.
28579         (vhdl-current-line): Use line-beginning-position.
28580         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
28581         with-output-to-temp-buffer, so the current position can be recorded.
28583 2005-04-10  Masatake YAMATO  <jet@gyve.org>
28585         * progmodes/compile.el (compilation-error-regexp-alist-alist):
28586         Add regexp for gcov.
28588 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
28590         * calendar/time-date.el (time-to-seconds, seconds-to-time)
28591         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
28592         syntax which Emacs 20 doesn't support.
28594 2005-04-09  Richard M. Stallman  <rms@gnu.org>
28596         * help.el (describe-key-briefly, describe-key):
28597         Replace strings as event types with "(any string)".
28599 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
28601         * arc-mode.el (archive-mode-map): Move initialization into
28602         the declaration.  Override *all* bindings of `undo'.
28603         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
28605 2005-04-09  Jay Belanger  <belanger@truman.edu>
28607         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
28609 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
28611         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
28612         (xterm-register-default-colors): Update color values computation
28613         to match xterm-200.
28615 2005-04-09  Kenichi Handa  <handa@m17n.org>
28617         * international/code-pages.el (iso-latin-7): Fix the map.
28619 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
28621         * emacs-lisp/lisp.el (defun-prompt-regexp)
28622         (parens-require-spaces, buffer-end, end-of-defun)
28623         (insert-parentheses): Doc fixes.
28625 2005-04-08  Kim F. Storm  <storm@cua.dk>
28627         * comint.el (comint-highlight-prompt): Fix face spec.
28628         * hi-lock.el (hi-green): Likewise.
28630 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
28632         * cus-edit.el (custom-modified-face):
28633         * comint.el (comint-highlight-input): Fix previous changes.
28634         * term.el (term-handle-ansi-escape): Add a comment.
28636 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
28638         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
28639         in the buffer and in whitespace-highlighted-space.
28640         (whitespace-unhighlight-the-space): Simplify.
28641         (whitespace-buffer): Simplify.
28643 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
28645         * textmodes/table.el (table-cell-face): Add special case for
28646         displays supporting a high number of colors.
28647         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
28648         (vhdl-font-lock-reserved-words-face)
28649         (vhdl-speedbar-architecture-face)
28650         (vhdl-speedbar-instantiation-face)
28651         (vhdl-speedbar-architecture-selected-face)
28652         (vhdl-speedbar-instantiation-selected-face): Likewise.
28653         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
28654         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
28655         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
28656         (ebrowse-root-class-face, ebrowse-member-attribute-face)
28657         (ebrowse-progress-face): Likewise.
28658         * progmodes/compile.el (compilation-info-face): Likewise.
28659         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
28660         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
28661         * calendar/calendar.el (diary-face): Likewise.
28662         * woman.el (woman-italic-face, woman-bold-face)
28663         (woman-unknown-face): Likewise.
28664         * wid-edit.el (widget-button-pressed-face): Likewise.
28665         * whitespace.el (whitespace-highlight-face): Likewise.
28666         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
28667         * pcvs-info.el (cvs-marked-face): Likewise.
28668         * info.el (info-xref): Likewise.
28669         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
28670         * hilit-chg.el (highlight-changes-face)
28671         (highlight-changes-delete-face): Likewise.
28672         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
28673         (hi-red-b): Likewise.
28674         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
28675         * font-lock.el (font-lock-keyword-face)
28676         (font-lock-function-name-face, font-lock-warning-face): Likewise.
28677         * cus-edit.el (custom-invalid-face, custom-modified-face)
28678         (custom-set-face, custom-changed-face, custom-variable-tag-face)
28679         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
28680         * comint.el (comint-highlight-prompt): Likewise.
28682 2005-04-08  Lute Kamstra  <lute@gnu.org>
28684         * font-lock.el (font-lock-keywords): Docstring fixes.
28686 2005-04-08  Kenichi Handa  <handa@m17n.org>
28688         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
28689         chars are more than a limit, print " and more..." at the tail.
28691 2005-04-08  Kim F. Storm  <storm@cua.dk>
28693         * emacs-lisp/authors.el (authors-aliases): Update list.
28694         (authors-ignored-files): New list.
28695         (authors-fixed-entries): Fix typo.
28696         (authors-renamed-files-alist): Update list.
28697         (authors-add): Check authors-ignored-files.
28699 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
28701         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
28702         optional, to ensure backward compatibility.
28704 2005-04-08  Stephen Eglen  <stephen@gnu.org>
28706         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
28708 2005-04-08  Kim F. Storm  <storm@cua.dk>
28710         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
28712         * mouse.el (mouse-on-link-p): Doc fix.
28714 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
28716         * ielm.el (ielm-prompt-read-only): Doc fix.
28718         * comint.el (comint-prompt-read-only): Doc fix.
28720 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
28722         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
28723         ensure dired always handles wildcards passed to ffap.
28724         (find-file-at-point): Use it.
28725         (ffap-dired-wildcards): Doc fix.
28727 2005-04-07  Juri Linkov  <juri@jurta.org>
28729         * simple.el (next-error-overlay-arrow-position): New defvar.
28730         Put "=>" on its property `overlay-arrow-string'.  Add it to
28731         `overlay-arrow-variable-list'.
28733         * progmodes/compile.el (compilation-setup):
28734         Set `next-error-overlay-arrow-position' to nil.  Also set it to
28735         nil in the local hook `kill-buffer-hook'.  Make local variable
28736         `overlay-arrow-string' and set it to "=>".
28737         (compilation-goto-locus): Set BOL position to
28738         `next-error-overlay-arrow-position' instead of
28739         `overlay-arrow-position'.
28741         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
28742         locally instead of adding it to the global hook.
28743         (Info-kill-buffer): Move up.
28745 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
28747         * term/xterm.el (xterm-standard-colors): Update color values from
28748         xterm-200.
28750 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
28752         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
28754         * fast-lock.el:
28755         * lazy-lock.el: Move them to the obsolete subdir.
28757 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
28759         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
28760         (wdired-add-replace-advice): Remove.
28761         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
28763 2005-04-06  Kim F. Storm  <storm@cua.dk>
28765         * startup.el (command-line): Add --bare-bones alias for -Q.
28767 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
28769         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
28770         create the startup fontset if a font specification ends with
28771         `mac-roman'.
28773 2005-04-06  Lute Kamstra  <lute@gnu.org>
28775         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
28776         change.
28778         * emacs-lisp/copyright.el (copyright-update-year): Replace the
28779         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
28781 2005-04-05  Lute Kamstra  <lute@gnu.org>
28783         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
28784         (define-generic-mode): Ditto.  Fix debug declaration.
28786         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
28787         Put them in the generic-x group.
28789         * calendar/timeclock.el (timeclock): Doc fix.
28791         * generic.el (define-generic-mode): Don't use custom-current-group.
28792         Document default :group value.
28793         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
28794         (define-global-minor-mode): Don't use custom-current-group.
28796 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
28798         * startup.el (command-line-1): Display startup-echo-area-message
28799         when fancy splash screen is in use.
28801         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
28802         (sh-escaped-newline): New face.
28803         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
28804         newline, and use sh-escaped-newline face.
28806         * progmodes/tcl.el (tcl-escaped-newline): New face.
28807         (tcl-builtin-list): New variable.
28808         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
28809         newlines.  Fix keywords subexpression number.
28811 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
28813         * textmodes/org.el (org-diary-default-entry): Fix call to
28814         `add-to-diary-entry'.
28816 2005-04-05  Kim F. Storm  <storm@cua.dk>
28818         * ediff-init.el: Use (featurep 'xemacs).
28820 2005-04-05  David Ponce  <david@dponce.com>
28822         * cus-edit.el (face): Derive from symbol widget.  Display sample
28823         of the current face on the fly.
28824         (widget-face-sample-face-get, widget-face-notify): New functions.
28825         (widget-face-value-create): Remove.
28827         * wid-edit.el (widget-field-end): Temporarily remove field
28828         narrowing before to call `get-char-property'.
28830 2005-04-04  Jay Belanger  <belanger@truman.edu>
28832         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
28833         (math-read-subscripts): New variable.
28834         (math-read-preprocess-string): Process subscripts.
28836 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
28838         * comint.el (comint-prompt-read-only): Doc fix.
28840         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
28841         `-1'.  Doc fix.
28843 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
28845         * textmodes/org.el (org-insert-mode-line-in-empty-file):
28846         Change default value to nil.
28848 2005-04-04  Lute Kamstra  <lute@gnu.org>
28850         * autorevert.el (auto-revert-mode): Specify :group.
28851         * battery.el (display-battery-mode): Specify :group.
28852         * diff-mode.el (diff-minor-mode): Specify :group.
28853         * font-core.el (font-lock-mode): Specify :group.
28854         * hl-line.el (hl-line-mode): Specify :group.
28855         * iimage.el (iimage): New customization group.
28856         (iimage-mode): Specify :group.
28857         * longlines.el (longlines-mode): Specify :group.
28858         * master.el: Don't require easy-mmode.
28859         (master): New customization group.
28860         (master-mode): Specify :group.
28861         * msb.el (msb-mode): Specify :group.
28862         * reveal.el (reveal-mode): Specify :group.
28863         * simple.el (next-error-follow-minor-mode): Specify :group.
28864         * smerge-mode.el (smerge-mode): Specify :group.
28865         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
28866         * emulation/cua-base.el (cua-mode): Specify :group.
28867         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
28868         * language/thai-util.el (thai-auto-composition-mode)
28869         (thai-word-mode): Specify :group.
28870         * mail/supercite.el (sc-minor-mode): Specify :group.
28871         * progmodes/cwarn.el (cwarn-mode): Specify :group.
28872         * progmodes/flymake.el (flymake-mode): Specify :group.
28873         * progmodes/glasses.el (glasses-mode): Specify :group.
28874         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
28875         * textmodes/enriched.el (enriched-mode): Specify :group.
28876         * textmodes/refill.el (refill-mode): Specify :group.
28878         * add-log.el (change-log-font-lock-keywords): Names in
28879         parenthesized lists can contain spaces.
28881 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
28883         * startup.el (fancy-splash-text): Shorten default text of
28884         "Emacs Tutorial" line.  Also, if the current language env
28885         indicates an available tutorial file other than TUTORIAL,
28886         extract its title and append it to the line in parentheses.
28887         (fancy-splash-insert): If arg is a thunk, funcall it.
28889 2005-04-04  Jay Belanger  <belanger@truman.edu>
28891         * calc.el (calc-language-alist): Add tags to customization type.
28893 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
28895         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
28896         Doc fix.
28898 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
28900         * add-log.el (change-log-font-lock-keywords): The manual
28901         describing a Change Log entry, says: (...) "Aside from these
28902         header lines, every line in the change log starts with a space or
28903         a tab.".  The font-lock was not highlighting lines started with
28904         spaces, added support for it.
28906 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
28908         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
28909         (bibtex-generate-url-list): Update docstring accordingly.  Put the
28910         complex example in the docstring.
28911         (bibtex-font-lock-url): Use pop.
28913 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
28915         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
28917         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
28919 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
28921         * filesets.el (filesets-set-default): Doc fix.
28923 2005-04-03  Lute Kamstra  <lute@gnu.org>
28925         * generic.el (define-generic-mode): Add argument to specify
28926         keywords for defcustom.
28927         (default-generic-mode): Specify :group.
28929         * generic-x.el: Specify :group for all generic modes.
28931         * desktop.el (desktop-no-desktop-file-hook)
28932         (desktop-after-read-hook): Doc fix.
28934 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
28936         * simple.el (visible-mode): Use explicit :group keyword.
28937         This changes the group of `visible-mode-hook' from paren-blinking
28938         to editing-basics.
28940 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
28942         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
28943         mailbox specifications as well as URLs.
28944         (rmail-insert-inbox-text): Remove unused conditional branches.
28946 2005-04-01  Jay Belanger  <belanger@truman.edu>
28948         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
28949         (calc-gnuplot-print-command): Move definitions to calc.el.
28951         * calc/calc-embed.el (calc-embedded-announce-formula)
28952         (calc-embedded-open-formula, calc-embedded-close-formula)
28953         (calc-embedded-open-word, calc-embedded-close-word)
28954         (calc-embedded-open-plain, calc-embedded-close-plain)
28955         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
28956         (calc-embedded-open-mode, calc-embedded-close-mode):
28957         Move definitions to calc.el.
28959         * calc/calc.el (calc-settings-file, calc-language-alist):
28960         Make customizable.
28961         (calc-embedded-announce-formula, calc-embedded-open-formula)
28962         (calc-embedded-close-formula, calc-embedded-open-word)
28963         (calc-embedded-close-word, calc-embedded-open-plain)
28964         (calc-embedded-close-plain, calc-embedded-open-new-formula)
28965         (calc-embedded-close-new-formula, calc-embedded-open-mode)
28966         (calc-embedded-close-mode, calc-gnuplot-name)
28967         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
28968         from other files and make customizable.
28970 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
28972         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
28973         Use buffer-live-p.
28974         (cvs-mode-run): Don't call cvs-update-header here.
28975         (cvs-run-process): Call cvs-update-header.
28976         Use process properties for cvs-postprocess and cvs-buffer so that
28977         the sentinel can behave better if the temp buffer is killed.
28978         Use a pipe rather than a tty, to better handle unexpected prompts.
28979         (cvs-sentinel): Rewrite.  Call cvs-update-header.
28981 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
28983         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
28984         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
28986 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
28988         * generic.el (define-generic-mode): Add indentation rule.
28990 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
28992         * files.el (mode-require-final-newline): Make Custom correctly
28993         report a nil value and allow to set it to nil via Custom.
28994         Doc fix.
28996 2005-04-01  Kenichi Handa  <handa@m17n.org>
28998         * international/characters.el: Enable the correct case setting for
28999         dotless-i and dotted-I.
29001 2005-04-01  Kim F. Storm  <storm@cua.dk>
29003         * ido.el (ido-file-internal): Fall back to non-ido command if
29004         initial directory is on slow ftp (or tramp) host.
29006 2005-03-31  Richard M. Stallman  <rms@gnu.org>
29008         * emacs-lisp/autoload.el (make-autoload):
29009         Handle define-global-minor-mode.
29011         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
29012         Rename from easy-mmode-define-global-mode.
29013         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
29015         * progmodes/scheme.el (scheme-mode-syntax-table):
29016         Update syntax of | and # for two-character comment syntax.
29018 2005-03-31  Lute Kamstra  <lute@gnu.org>
29020         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
29021         (define-minor-mode): Call custom-current-group at load-time.
29023         * generic.el (define-generic-mode): Add debug declaration.
29024         Add defcustom for the mode hook.
29025         (generic-mode-internal): Use run-mode-hooks.
29027 2005-03-31  Kim F. Storm  <storm@cua.dk>
29029         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
29030         (mouse-fixup-help-message): New defun called by show_help_echo
29031         to fixup mouse-2 prefix in help messages when applicable.
29033         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
29035 2005-03-31  Kenichi Handa  <handa@m17n.org>
29037         * language/thai-word.el (thai-find-word-ends): Pay attention to
29038         the case that we reach the end of buffer.
29040         * textmodes/fill.el (fill-text-properties-at): New function.
29041         (fill-newline): Use fill-text-properties-at instead of
29042         text-properties-at.
29044 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
29046         * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
29047         not comint-quote-filename.
29049 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
29051         * help-fns.el (help-with-tutorial): Revert last change.
29053 2005-03-31  Kim F. Storm  <storm@cua.dk>
29055         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
29057 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
29059         * calendar/cal-china.el: Update reference to "Calendrical
29060         Calculations" book; there's a new edition.
29061         * calendar/cal-coptic.el: Likewise.
29062         * calendar/cal-french.el: Likewise.
29063         * calendar/cal-hebrew.el: Likewise.
29064         * calendar/cal-islam.el: Likewise.
29065         * calendar/cal-iso.el: Likewise.
29066         * calendar/cal-julian.el: Likewise.
29067         * calendar/cal-mayan.el: Likewise.
29068         * calendar/cal-persia.el: Likewise.
29069         * calendar/calendar.el: Likewise.
29070         * calendar/holidays.el: Likewise.
29071         * calendar/lunar.el: Likewise.
29072         * calendar/solar.el: Likewise.
29074         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
29075         white space from doc string.
29077 2005-03-30  Jay Belanger  <belanger@truman.edu>
29079         * calc/calc-help.el (calc-full-help): Remove email address.
29081 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
29083         * help-fns.el (help-with-tutorial): Delete title line.
29085 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
29087         * calendar/cal-x.el (calendar-one-frame-setup)
29088         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
29089         rather than `symbol' for set-window-dedicated-p.
29091         * calendar/appt.el (appt-buffer-name): Make it a constant.
29092         (appt-add): Doc fix.
29094         * filesets.el (filesets-menu-path, filesets-menu-before)
29095         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
29096         (filesets-menu-cache-file): Use directory ~/.emacs.d.
29097         (filesets-add-submenu): Delete and use add-submenu instead.
29099 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
29101         * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
29102         (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
29103         (org-diary-default-entry): New function.
29104         (org-get-entries-from-diary): Better parsing of diary entries.
29105         (org-agenda-check-no-diary): New function.
29106         ("diary-lib"): Advice to function `add-to-diary-list', to allow
29107         linking to diary entries.
29108         (org-agenda-execute-calendar-command): New function.
29109         (org-agenda): Improve visible section in window.
29110         Use `org-fit-agenda-window'.
29111         (org-fit-agenda-window): New option.
29112         (org-move-subtree-down): Better handling of empty lines
29113         at end of subtree.
29114         (org-cycle): Numeric prefix is interpreted now as show-subtree N
29115         levels up.
29116         (org-fontify-done-headline): New option.
29117         (org-headline-done-face): New face.
29118         (org-set-font-lock-defaults): Use `org-headline-done-face'.
29119         (org-table-copy-down): Rename from `org-table-copy-from-above'.
29120         When current field is non-empty, it is copied to next row.
29121         (org-table-copy-from-above): Fix bug which made it
29122         impossible to copy fields containing only a single non-white character.
29124 2005-03-30  Kim F. Storm  <storm@cua.dk>
29126         * kmacro.el (kmacro-end-macro): Isearch may store this command
29127         into the macro -- so ignore it when executing keyboard macro.
29129 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
29131         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
29133 2005-03-29  Kenichi Handa  <handa@m17n.org>
29135         * language/thai.el ("Thai"): Set setup-function and exit-function
29136         for Thai language environment.
29138         * language/thai-util.el: Require thai-word.
29139         (thai-word-mode-map): New variable.
29140         (thai-word-mode): New minor mode.
29141         (setup-thai-language-environment-internal): New function.
29142         (exit-thai-language-environment-internal): New function.
29144         * language/thai-word.el (thai-word-table): Declare it by defvar,
29145         use dolist to initialize it.
29146         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
29147         (thai-fill-find-break-point): New functions.
29149 2005-03-29  Richard M. Stallman  <rms@gnu.org>
29151         * simple.el (idle-update-delay): Move definition up.
29152         (set-mark): Doc fix.
29154 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
29156         * longlines.el: New file.
29158         * simple.el (buffer-substring-filters): New variable.
29159         (filter-buffer-substring): New function.
29160         (kill-region, copy-region-as-kill): Use it.
29162         * register.el (copy-to-register, append-to-register)
29163         (prepend-to-register): Use filter-buffer-substring.
29165 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
29167         * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
29168         (gud-filter-pending-text): Move in front of gdb.
29169         (gud-overlay-arrow-position): New variable.
29170         (gud-sentinel, gud-display-line): Use it in place of
29171         overlay-arrow-position.
29173 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
29175         * progmodes/fortran.el (fortran-if-indent): Doc fix.
29176         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
29177         (fortran-font-lock-keywords-4): New variable.
29178         (fortran-blocks-re, fortran-end-block-re)
29179         (fortran-start-block-re): New constants, for hideshow.
29180         (hs-special-modes-alist): Add a Fortran entry.
29181         (fortran-mode-map): Bind fortran-end-of-block,
29182         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
29183         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
29184         (fortran-looking-at-if-then, fortran-end-of-block)
29185         (fortran-beginning-of-block): New functions, for hideshow.
29187         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
29188         Doc fix.  Tweak regexp.
29189         (f90-beginning-of-block): Push mark first.
29191 2005-03-29  Jay Belanger  <belanger@truman.edu>
29193         * calc/calc.el: Update copyright date.
29194         (calc-version): Increase to 2.1.
29195         (calc-version-date): Remove.
29197         * calc/calc-help.el: Update copyright date.
29198         (calc-full-help): Remove reference to calc-version-date.
29199         Update copyright date.
29201 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
29203         * vc.el (vc-do-command): Use a pipe for async processes, so password
29204         prompts don't show up at places where the user can't reply.
29206 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
29208         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
29209         on the file name we pass to the inferior shell.
29211 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
29213         * progmodes/which-func.el (which-function): Be robust in the face of an
29214         imenu--make-index-alist failure.
29216 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
29218         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
29220         * progmodes/python.el (python-preoutput-filter): Fix last change.
29222 2005-03-29  Lute Kamstra  <lute@gnu.org>
29224         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
29225         functions and compiled macros.
29226         (debug-convert-byte-code): Handle macros too.
29227         (debug-on-entry-1): Don't signal an error when trying to clear a
29228         function that is not set to debug on entry.
29230 2005-03-29  Jay Belanger  <belanger@truman.edu>
29232         * calc/calc-lang.el: Add functions to math-function-table
29233         properties of tex and math.
29235 2005-03-29  Kenichi Handa  <handa@m17n.org>
29237         * ps-mule.el (ps-mule-plot-string): Translate characters by
29238         ps-print-translation-table.
29239         (ps-mule-begin-job): Call find-charset-region/string with
29240         ps-print-translation-table.
29241         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
29243         * ps-print.el (ps-print-translation-table): New variable.
29244         (ps-plot-region): Translate characters by ps-print-translation-table.
29246 2005-03-29  Juri Linkov  <juri@jurta.org>
29248         * simple.el (next-error-highlight-timer): New variable.
29250         * progmodes/compile.el (compilation-goto-locus):
29251         Use `next-error-highlight-timer' instead of `sit-for'.
29253 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
29255         * mail/supercite.el (sc-mail-field): Use assoc-string.
29256         (sc-get-address): Simplify regexps.
29258         * files.el (minibuffer-with-setup-hook): New macro.
29259         (find-file-read-args): Use it to avoid let-binding
29260         minibuffer-with-setup-hook (which breaks turning on/off
29261         file-name-shadow-mode while in the prompt).
29263         * complete.el (PC-read-include-file-name-internal):
29264         Use test-completion.
29266 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
29268         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
29270 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
29272         * window.el (window-buffer-height): Use count-screen-lines.
29274         * progmodes/python.el (python-preoutput-leftover): New var.
29275         (python-preoutput-filter): Use it.
29276         (python-send-receive): Loop until all the result has been received.
29278 2005-03-28  Juri Linkov  <juri@jurta.org>
29280         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
29282         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
29283         "Recover Crashed Session".
29284         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
29285         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
29286         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
29287         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
29288         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
29289         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
29290         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
29291         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
29293         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
29294         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
29295         Ediff Sessions", "Toggle use of separate control buffer frame",
29296         "Use separate frame for Ediff control buffer".
29298         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
29299         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
29300         "Rename Bookmark", "Delete Bookmark".
29302         * info.el (Info-mode-menu): Remove ellipsis from "Index".
29303         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
29304         Add `:active Info-index-alternatives' to "Next Matching Item".
29306         * wdired.el (wdired-change-to-wdired-mode):
29307         Mention `wdired-abort-changes' key in the initial message.
29309         * international/mule.el (auto-coding-alist): Associate non-ascii
29310         image filename extensions with `no-conversion'.
29312 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
29314         * international/iso-acc.el:
29315         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
29317 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
29319         * textmodes/sgml-mode.el (html-mode): Doc update.
29321         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
29323 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
29325         * term.el (term-move-columns): Fix face after extending a line.
29326         (term-insert-spaces): Likewise.
29327         (term-reset-terminal): Fix off by one error.
29329 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
29331         * international/mule.el (auto-coding-alist): Add .xpi files.
29333         * files.el (auto-mode-alist): Add .xpi files.
29335 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
29337         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
29339 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
29341         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
29343 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
29345         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
29346         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
29348         * calendar/cal-move.el (calendar-beginning-of-year): Move the
29349         cursor to Jan 1 when needed.
29350         (calendar-end-of-year): Fix -/+ typo.
29351         Reported by Chong Yidong <cyd@stupidchicken.com>.
29353 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
29355         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
29357         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
29358         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
29360 2005-03-25  Richard M. Stallman  <rms@gnu.org>
29362         * filesets.el (filesets-init): Add autoload.
29364         * mail/mailalias.el (mail-directory): Doc fix.
29366 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
29368         * mail/mailalias.el (mail-directory-process): Do nothing if
29369         mail-directory-process is an atom.
29370         (mail-get-names): Ignore mail-directory-names if it is an atom.
29371         (mail-directory-process defvar): Doc fix.
29372         (mail-names): Doc fix.
29374 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan+mail@dd.chalmers.se>  (tiny change)
29376         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
29378 2005-03-26  Kenichi Handa  <handa@m17n.org>
29380         * international/mule-util.el (detect-coding-with-priority):
29381         Call update-coding-systems-internal before detect-coding-region.
29383 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
29385         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
29386         (gdb-frames-mode-map): Add follow-link property.
29388 2005-03-25  Jay Belanger  <belanger@truman.edu>
29390         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
29391         for variables.
29393 2005-03-25  Juri Linkov  <juri@jurta.org>
29395         * image-mode.el: Optimize image filename extension regexps in
29396         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
29397         in `auto-mode-alist'.
29398         (image-mode): Add `image-toggle-display-text' to local hook
29399         `change-major-mode-hook'.  Display the image as an image by
29400         default.  Set `cursor-type' and `truncate-lines' if the image
29401         is already displayed.  Take into account the current mode (image
29402         or text) in message.
29403         (image-minor-mode): New minor mode.
29404         (image-mode-maybe, image-toggle-display-text): New functions.
29405         (image-toggle-display): Use called-interactively-p.
29406         Let-bind `inhibit-read-only' to t.
29408         * image-mode.el (image-minor-mode): Set `cursor-type' and
29409         `truncate-lines' if the image is already displayed.  Add turning
29410         image-minor-mode off to `change-major-mode-hook'.  Add message.
29411         Call `image-toggle-display-text' after turning image-minor-mode off.
29413 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
29415         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
29416         Terminal.app, use utf-8.
29417         (set-display-table-and-terminal-coding-system): Add coding-system arg.
29418         (set-locale-environment): Use it.
29420         * term/xterm.el: Undo last change, better done in mule-cmds.el.
29422         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
29424         * progmodes/python.el (python-close-block-statement-p)
29425         (python-outdent-p, python-current-defun): Use symbol-end.
29427 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>
29429         * files.el (save-some-buffers): Doc fix.
29431 2005-03-25  Werner Lemberg  <wl@gnu.org>
29433         * complete.el, thumbs.el: Replace `legal' with `valid'.
29434         * calendar/calendar.el: Replace `legal' with `valid'.
29435         * emacs-lisp/advice.el: Replace `legal' with `valid'.
29436         * mail/supercite.el: Replace `legal' with `valid'.
29437         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
29438         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
29439         Replace `legal' with `valid'.
29440         * textmodes/reftex-vars.el, textmodes/reftex.el:
29441         Replace `legal' with `valid'.
29443 2005-03-25  Werner Lemberg  <wl@gnu.org>
29445         * calc/calc-forms.el, calc/calc-sel.el
29446         * midnight.el, vc-cvs.el
29447         * emacs-lisp/cl-macs.el
29448         * emulation/vip.el
29449         * eshell/esh-io.el, eshell/esh-var.el
29450         * mail/supercite.el
29451         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
29452         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
29453         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
29454         * progmodes/sh-script.el, progmodes/xscheme.el
29455         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
29456         * textmodes/reftex-index.el, textmodes/reftex-parse.el
29457         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
29458         * textmodes/reftex.el, textmodes/org.el:
29459         Replace `illegal' with `invalid'.
29461 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
29463         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
29464         (flymake-find-buildfile, flymake-find-possible-master-files)
29465         (flymake-check-include, flymake-parse-line): Replace loops over the
29466         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
29468         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
29469         Substitute file-name-as-directory in the rest of the file.
29470         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
29471         (flymake-replace-region): Remove unused arg `buffer'.
29472         (flymake-check-patch-master-file-buffer): Update calls to it.
29473         (flymake-add-err-info): Remove unused var `count'.
29474         (flymake-mode): Use define-minor-mode.
29476         * progmodes/flymake.el: Use with-current-buffer.
29477         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
29478         flymake-replace-regexp-in-string, flymake-line-beginning-position)
29479         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
29480         Avoid testing for `xemacs'.
29481         (flymake-nop): Move.
29482         (flymake-region-has-flymake-overlays): Return the computed value.
29483         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
29484         Remove unused var `endline'.
29485         (flymake-get-line-count): Remove unused function.
29486         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
29488         * emulation/vi.el:
29489         * generic.el:
29490         * hilit-chg.el (global-highlight-changes):
29491         * hi-lock.el (hi-lock-mode):
29492         * follow.el: find-file-hooks -> find-file-hook.
29494         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
29496 2005-03-24  Juri Linkov  <juri@jurta.org>
29498         * dired.el (dired-mode-map): Add menu item "Compare directories"
29499         for dired-compare-directories.
29501         * dired-aux.el (dired-compare-directories): Add autoload cookie.
29502         Doc fix.  Replace `read-file-name' with `read-directory-name'.
29504 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
29506         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
29508 2005-03-24  Jay Belanger  <belanger@truman.edu>
29510         * calc/calc-embed.el (calc-embedded-mode-change): Save all
29511         relevant mode settings in calc-embedded-original-modes when modes
29512         are permanently changed.
29514 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
29516         * autoinsert.el: find-file-hooks -> find-file-hook.
29518 2005-03-24  Lute Kamstra  <lute@gnu.org>
29520         * generic.el (generic-font-lock-defaults): Make it obsolete.
29521         (generic-font-lock-keywords): New variable to replace
29522         generic-font-lock-defaults.
29523         (generic-mode-set-font-lock): Delete it.
29524         (generic-mode-internal): Don't call generic-mode-set-font-lock.
29525         (generic-bracket-support): Add docstring.
29527         * generic-x.el: Rename generic-font-lock-defaults to
29528         generic-font-lock-keywords throughout.
29529         (mailagent-rules-setup-function): Delete it.
29530         (mailagent-rules-generic-mode): Use anonymous function instead.
29531         (show-tabs-generic-mode-font-lock-defaults-1)
29532         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
29533         Quote faces.
29534         (show-tabs-tab-face, show-tabs-space-face): Specify background,
29535         not foreground.
29537         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
29538         Recognize define-generic-mode.
29540 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
29542         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
29543         if there's no completion table.
29545 2005-03-23  Miles Bader  <miles@gnu.org>
29547         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
29548         Remove tty-specific variants, as they're no longer needed.
29550 2005-03-23  Lute Kamstra  <lute@gnu.org>
29552         * generic-x.el: Code cleanup: make args constant whenever possible.
29553         (installshield-statement-keyword-list)
29554         (installshield-system-functions-list)
29555         (installshield-system-variables-list, installshield-types-list)
29556         (installshield-funarg-constants-list): Make them constants.
29558         * generic.el (generic-make-keywords-list): Add autoload cookie.
29560         * calendar/time-date.el: Add comment on time value formats.
29561         Don't require parse-time.
29562         (with-decoded-time-value): New macro.
29563         (encode-time-value): New function.
29564         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
29565         (days-to-time): Return a valid time value when arg is huge.
29566         (time-since): Use time-subtract.
29567         (time-to-number-of-days): Use time-to-seconds.
29569 2005-03-23  David Ponce  <david@dponce.com>
29571         * recentf.el (recentf-keep): New option.
29572         (recentf-menu-action): Default to `find-file'.
29573         (recentf-keep-non-readable-files-flag)
29574         (recentf-keep-non-readable-files-p)
29575         (recentf-file-readable-p, recentf-find-file)
29576         (recentf-cleanup-remote): Remove.
29577         (recentf-include-p): More robust.
29578         (recentf-keep-p): New function.
29579         (recentf-remove-if-non-kept): Rename from
29580         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
29581         All callers updated.
29582         (recentf-menu-items-for-commands): Fix help string.
29583         (recentf-track-closed-file): Update.  Doc fix.
29584         (recentf-cleanup): Update.  Count removed files.  Doc fix.
29586 2005-03-23  Kim F. Storm  <storm@cua.dk>
29588         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
29589         Don't inherit from fringe face (now happens automatically).
29591 2005-03-22  Kim F. Storm  <storm@cua.dk>
29593         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
29594         position values.
29596 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
29598         * menu-bar.el (showhide-date-time): Remove.
29599         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
29600         (menu-bar-make-mm-toggle): Simplify.
29602 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
29604         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
29605         Accept qualified variable and function names.
29607 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
29609         * bindings.el (completion-ignored-extensions):
29610         Remove ".lis" for `vax-vms'.
29612 2005-03-22  Andreas Schwab  <schwab@suse.de>
29614         * generic-x.el: Revert last change.
29615         * ldefs-boot.el: Update.
29617 2005-03-22  Jay Belanger  <belanger@truman.edu>
29619         * calc/calc-embed.el (calc-embedded-original-modes): New variable.
29620         (calc-embedded-save-original-modes)
29621         (calc-embedded-restore-original-modes): New functions.
29622         (calc-do-embedded): Save original modes when entering embedded mode
29623         and restore when leaving embedded mode.
29624         (calc-embedded-modes-change): Change the value of
29625         calc-embedded-original-modes to reflect permanent changes.
29627 2005-03-22  Lute Kamstra  <lute@gnu.org>
29629         * generic-x.el: Require generic again.
29631 2005-03-22  Miles Bader  <miles@gnu.org>
29633         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
29634         Tweak details to look good on both ttys and bitmap displays, light
29635         or dark background, etc.
29637 2005-03-21  Kim F. Storm  <storm@cua.dk>
29639         * tooltip.el (tooltip-show-help-function): Check car and cdr of
29640         mouse position.
29642 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
29644         * icomplete.el: Don't forcibly turn on the mode upon load.
29645         (icomplete-mode): Use define-minor-mode.
29646         (icomplete-eoinput): Default to nil.
29647         (icomplete-minibuffer-setup): Remove autoload.
29648         (icomplete-tidy): Simplify.
29649         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
29650         in the initial state or if the user has modified the field.
29651         Fix handling of icomplete-max-delay-chars.
29652         Remove code that handles the oddball case where
29653         minibuffer-completion-table is an integer.
29654         Wrap icomplete-completions in while-no-input in case building
29655         completions takes more time than expected.
29656         (icomplete-completions): Simplify.
29658 2005-03-21  Richard M. Stallman  <rms@gnu.org>
29660         * jka-compr.el (jka-compr-really-do-compress):
29661         Make variable buffer-local.
29663         * image-mode.el: Handle .xpm files too.
29664         (image-toggle-display): Preserve modification flag.
29666         * help.el (where-is): Don't mention aliases with no key bindings.
29668 2005-03-21  Lute Kamstra  <lute@gnu.org>
29670         * generic.el: Fix commentary section.  Don't require cl for
29671         compilation.
29672         (generic-mode-list): Add autoload cookie.
29673         (generic-use-find-file-hook, generic-lines-to-scan)
29674         (generic-find-file-regexp, generic-ignore-files-regexp)
29675         (generic-mode, generic-mode-find-file-hook)
29676         (generic-mode-ini-file-find-file-hook): Fix docstrings.
29677         (define-generic-mode): Make it a defmacro.  Fix docstring.
29678         (generic-mode-internal): Code cleanup.  Add autoload cookie.
29679         (generic-mode-set-comments): Code cleanup.
29680         * generic-x.el: Don't prevent compilation.  Don't require generic.
29681         Follow coding conventions.  Minor code cleanup.
29682         (etc-fstab-generic-mode): Add some keywords.
29683         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
29684         define-generic-mode like a function declaration.
29686 2005-03-21  Jay Belanger  <belanger@truman.edu>
29688         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
29689         changing modes.
29691 2005-03-21  Sam Steingold  <sds@gnu.org>
29693         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
29695 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
29697         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
29698         Add underscore to "f$ lexicals" regexp.
29700 2005-03-20  Juri Linkov  <juri@jurta.org>
29702         * subr.el (progress-reporter-do-update): When `min-value' is equal
29703         to `max-value', set `percentage' to 0 and prevent division by zero.
29705 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
29707         Sync with Tramp 2.0.48.
29709         * net/tramp.el (all): Change all addresses to .gnu.org.
29710         (tramp-append-tramp-buffers): New defun.
29711         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
29712         Catch `dont-send' signal.
29713         (tramp-set-auto-save-file-modes): Set always permissions, because
29714         there might be an old auto-saved file belonging to another
29715         original file.  This could be a security threat.  Reported by
29716         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
29717         Check for Emacs 21.3.50 removed.
29719         * net/tramp-smb.el (all): Remove debug construct for
29720         `with-parsed-tramp-file-name'.
29721         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
29722         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
29723         No error message if DIRECTORY or FILENAME doesn't exist.
29724         (tramp-smb-open-connection): Check existence of
29725         `tramp-smb-program'.
29727 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
29729         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
29730         Properly handle the case where the `m' or `s' command's argument is not
29731         yet terminated.
29732         (perl-indent-new-calculate): New function.
29733         (perl-indent-line): Use it.
29735 2005-03-20  Miles Bader  <miles@gnu.org>
29737         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
29738         in text-mode too.  Change to new face names.
29739         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
29740         Add `:weight bold' attribute.
29741         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
29743 2005-03-19  Juri Linkov  <juri@jurta.org>
29745         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
29747         * international/mule.el (auto-coding-alist): Sync with
29748         `auto-mode-alist' by adding upper case archive file extensions
29749         and adding ear/war to jar extension.
29751 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
29753         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
29754         running, restart it.
29756 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
29758         * finder.el (finder-current-item): Throw an error on an empty line.
29760         * man.el (Man-follow-manual-reference): If current-word returns
29761         nil, use "".
29763 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
29765         * simple.el (goto-line): Doc fix.
29767 2005-03-19  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
29769         * files.el (save-buffer): Doc fix.
29771 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
29773         * recentf.el (recentf-cleanup-remote): New variable.
29774         (recentf-cleanup): Use it to conditionally check availability of
29775         remote files.
29777 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
29779         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
29780         function names.
29782 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
29784         * language/thai-word.el: New file.
29786 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
29788         * files.el (backup-buffer): If the file's directory is not
29789         writable, use copy instead of move to backup the file.
29791 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
29793         * obsolete/keyswap.el: Moved to obsolete/ from term/.
29795 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
29797         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
29798         Use functionp instead of symbolp and fboundp.  Reported by Drkm
29799         <darkman_spam@yahoo.fr>.
29800         (ps-print-version): New version 6.6.6.
29802 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
29804         * textmodes/table.el (table--line-column-position): New idiom.
29805         (table--row-column-insertion-point-p): New function to test
29806         validity of row and column insertion operation at a location.
29807         (table-global-menu, table-cell-menu): Use above functions for
29808         deterministic test operation.
29809         (table--editable-cell-p): Behave in deterministic fashion.
29811 2005-03-18  Juri Linkov  <juri@jurta.org>
29813         * isearch.el (isearch-lazy-highlight-new-loop):
29814         Make arguments beg and end optional.
29815         (isearch-update): Remove optional arguments nil from
29816         isearch-lazy-highlight-new-loop.
29817         (isearch-lazy-highlight-search): Let-bind case-fold-search to
29818         isearch-lazy-highlight-case-fold-search instead of
29819         isearch-case-fold-search, and let-bind isearch-regexp to
29820         isearch-lazy-highlight-regexp.
29821         Use isearch-lazy-highlight-last-string instead of isearch-string.
29823         * replace.el (perform-replace): Remove bindings of global
29824         variables isearch-string, isearch-regexp, isearch-case-fold-search.
29825         Add three new arguments to `replace-highlight'.
29826         (replace-highlight): Add arguments string, regexp, case-fold.
29827         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
29828         to allow isearch-lazy-highlight-new-loop to use these values
29829         to set corresponding isearch-lazy-highlight-* internal
29830         variables whose values lazy highlighting will use regardless of
29831         changes to global variables isearch-string, isearch-regexp,
29832         isearch-case-fold-search during lazy highlighting loop.
29833         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
29834         to `lazy-highlight-cleanup'.
29836         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
29837         (ispell-highlight-face): Set default face to `isearch' when
29838         lazy highlighting is enabled.
29839         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
29840         priority to 1.  Add lazy highlighting.
29841         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
29842         from `isearch-dehighlight'.
29844 2005-03-18  David Ponce  <david@dponce.com>
29846         * files.el (hack-local-variables): Do a case-insensitive search
29847         for End.
29849 2005-03-18  Juri Linkov  <juri@jurta.org>
29851         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
29852         `isearch-lazy-highlight-cleanup', add alias to old name and
29853         declare obsolete.  Add release numbers to other obsolete vars.
29854         (isearch-done, isearch-lazy-highlight-new-loop):
29855         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
29856         (lazy-highlight-cleanup) <variable>: Doc fix.
29857         (isearch-lazy-highlight-update): Rename obsolete
29858         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
29860 2005-03-18  Kenichi Handa  <handa@m17n.org>
29862         * language/thai-util.el: Fix categorization of Thai characters in
29863         thai-category-table.
29864         (thai-composition-pattern): Adjust it for the above change.
29865         (thai-self-insert-command, thai-compose-syllable): New functions.
29866         (thai-compose-region): Use thai-compose-syllable.
29867         (thai-compose-string): Likewise.
29868         (thai-composition-function): Likewise.
29869         (thai-auto-composition): New function.
29870         (thai-auto-composition-mode): New minor mode.
29872         * language/thai.el: Fix patterns to be registered in
29873         composition-function-table.
29875         * international/quail.el (quail-input-method): Locally bind
29876         inhibit-modification-hooks to t.
29878 2005-03-17  Richard M. Stallman  <rms@gnu.org>
29880         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
29881         (perl-mode): Use run-mode-hooks.
29883         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
29884         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
29885         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
29887         * mail/sendmail.el (sendmail-send-it): Reenable the code
29888         to compute resend-to-address and use it.
29890         * tar-mode.el (tar-mode): Turn off undo unconditionally.
29892         * image-mode.el: New file.
29894         * image.el (insert-sliced-image): Add autoload cookie.
29896         * font-lock.el (font-lock-lines-before): New user option.
29897         (font-lock-after-change-function): Obey it.
29899         * bindings.el (esc-map): Make M-g a prefix.
29900         Bind M-g g and M-g M-g to goto-line.
29902         * faces.el (face-id): Doc fix.
29904 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
29906         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
29907         (rmail-show-message): Use rmail-unknown-mail-followup-to.
29908         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
29910         * mail/sendmail.el (mail-yank-ignored-headers)
29911         (mail-font-lock-keywords, mail-mode-fill-paragraph):
29912         Add Mail-Followup-To and Mail-Reply-To headers.
29913         (mail-citation-hook): Add autoload cookie.
29914         (mail-mode): Doc fix.
29915         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
29916         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
29917         (mail-mode-fill-paragraph): Handle those headers.
29918         (mail-mailing-lists): New variable.
29919         (mail-mail-reply-to, mail-mail-followup-to): New functions.
29921 2005-03-17  Juri Linkov  <juri@jurta.org>
29923         * isearch.el (isearch-fallback): Check for `(car previous)'
29924         before calling `isearch-other-end-state'.
29926 2005-03-17  Kim F. Storm  <storm@cua.dk>
29928         * simple.el (move-beginning-of-line): Move to beginning of buffer
29929         line, as well as beginning of screen line.
29931 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
29933         * calendar/diary-lib.el (mark-diary-entries): Use new optional
29934         argument REDRAW rather than calendar-redrawing variable.
29935         * calendar/calendar.el (calendar-redrawing): Delete.
29936         (redraw-calendar): Do not bind calendar-redrawing.
29938 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
29940         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
29941         diary-file buffer.
29943 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
29945         * help.el (describe-mode): Allow a :minor-mode-function property to
29946         specify a different minor mode toggle function than the variable.
29947         * simple.el (auto-fill-function):
29948         * subr.el (add-minor-mode): Use it.
29950 2005-03-16  Kenichi Handa  <handa@m17n.org>
29952         * language/ethio-util.el (sera-being-called-by-w3): New variable.
29953         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
29954         (ethio-fidel-to-sera-buffer): Likewise.
29956 2005-03-16  Juri Linkov  <juri@jurta.org>
29958         * emacs-lisp/find-func.el (find-function-regexp):
29959         Add defun-emitting macro `menu-bar-make-toggle'.
29961         * isearch.el: Put `isearch-scroll' property to
29962         `split-window-horizontally'.
29964         * info.el: Update error messages for `debug-ignored-errors'.
29965         (Info-isearch-search): Doc fix.
29966         (Info-find-node): Move up code to go into info buffer before
29967         recording the node to the history.
29968         (Info-fontify-node): Fontify titles only if the next line
29969         has two or more `*', `=', `-', `.'.
29970         Display "go to this node" for empty (match-string 3).
29972 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
29974         * term/mac-win.el: Add mouse pointer shape constants.
29976 2005-03-15  Kim F. Storm  <storm@cua.dk>
29978         * simple.el (move-beginning-of-line): Use vertical-motion.
29980 2005-03-15  Juri Linkov  <juri@jurta.org>
29982         * isearch.el (isearch-error): New variable.
29983         (isearch-invalid-regexp, isearch-within-brackets): Remove.
29984         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
29985         (isearch-within-brackets-state): Remove.
29986         (isearch-case-fold-search-state, isearch-pop-fun-state):
29987         Decrease frame index.
29988         (isearch-mode, isearch-top-state, isearch-push-state)
29989         (isearch-edit-string, isearch-abort, isearch-search-and-update)
29990         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
29991         (isearch-search, isearch-lazy-highlight-new-loop):
29992         Replace `isearch-invalid-regexp' with `isearch-error'.
29993         Remove `isearch-within-brackets'.
29994         (isearch-search): Add `search-failed' handler to `condition-case'.
29995         (isearch-lazy-highlight-search): Add `condition-case' to catch
29996         errors and allow `isearch-lazy-highlight-update' to try
29997         highlighting from the beginning of the window.
29998         (isearch-repeat): Move up code to set isearch-wrapped to t
29999         before calling isearch-wrap-function.
30001         * info.el (Info-isearch-initial-node): New internal variable.
30002         (Info-search): Signal an error in isearch mode when search leaves
30003         the initial node.  Signal an error when `bound' is non-nil and
30004         nothing was found in the current subfile.
30005         (Info-isearch-search): Remove `condition-case'.
30006         (Info-isearch-wrap): Don't wrap when search failed during leaving
30007         the initial node.  If `Info-isearch-search' is nil, wrap around
30008         the current node.
30009         (Info-isearch-start): New fun.
30010         (Info-mode): Add buffer-local hook `Info-isearch-start' to
30011         `isearch-mode-hook'.
30013 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
30015         * simple.el (normal-erase-is-backspace): Set default to t if
30016         running on Mac.
30018         * term/mac-win.el (function-key-map): Sync with x-win.el.
30020 2005-03-15  Kenichi Handa  <handa@m17n.org>
30022         * international/mule-cmds.el (locale-language-names): Modify the
30023         format of elements and add more entries.
30024         (locale-preferred-coding-systems): Add more entries.
30025         (set-locale-environment): Adjust for the change of
30026         locale-language-names.
30028 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
30030         * pcvs.el (smerge-ediff): Remove bogus autoload.
30032 2005-03-14  Lute Kamstra  <lute@gnu.org>
30034         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
30035         Ignore a `*' at the beginning of a line.
30037         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
30038         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
30039         subr.el.
30040         (dont-compile, eval-when-compile, eval-and-compile): Use declare
30041         to specify indentation.
30043         * generic.el (define-generic-mode): Let generic-mode-list be a
30044         list of strings; test membership with equal.
30046 2005-03-14  Kim F. Storm  <storm@cua.dk>
30048         * simple.el (next-line, previous-line): Add optional try-vscroll
30049         arg to recognize interactive use.  Pass it on to line-move.
30050         (line-move): Don't perform auto-window-vscroll when defining or
30051         executing keyboard macro to ensure consistent behavior.
30053 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
30055         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
30057 2005-03-13  Lute Kamstra  <lute@gnu.org>
30059         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
30060         debugger-setup-buffer so that backtrace marks the frames set to
30061         debug-on-exit and we don't have to do it manually.  Set an extra
30062         debug-on-exit for macro's.
30063         (debugger-setup-buffer): Don't mark the top frame manually.
30065 2005-03-12  Lute Kamstra  <lute@gnu.org>
30067         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
30068         lisp-indent-function throughout.
30069         (with-no-warnings): Set lisp-indent-function property.
30071 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
30073         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
30074         Add entry for backslash.
30076 2005-03-12  Juri Linkov  <juri@jurta.org>
30078         * info.el (Info-search): Four fixes for backward search.
30080 2005-03-11  Jay Belanger  <belanger@truman.edu>
30082         * calc/calc.el (calc-language-alist): New variable.
30083         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
30084         (calc-embedded-find-modes): Use calc-language-alist instead of
30085         calc-embedded-language-alist.
30087 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
30089         * calendar/calendar.el (calendar-redrawing): New internal
30090         variable.
30091         (redraw-calendar): Remove bogus save-excursion from previous
30092         change.  Bind calendar-redrawing to t for mark-diary-entries.
30093         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
30094         calendar if that is why we were called.
30096 2005-03-11  Kenichi Handa  <handa@m17n.org>
30098         * international/mule.el (make-coding-system): Set property
30099         coding-system-define-form to nil.
30100         (define-coding-system-alias): Likewise.
30102 2005-03-11  Kenichi Handa  <handa@m17n.org>
30104         These changes are suggested by Dave Love <fx@gnu.org>.
30106         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
30107         coding: tag.
30108         (adaptive-fill-regexp): Add more bullets.
30109         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
30110         regexps.
30112 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
30114         * help.el (describe-mode): Properly handle non-trivial lighters.
30115         Don't ignore minor modes that are not listed in minor-mode-list.
30117         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
30118         feature ON when the user requests to turn it OFF.
30120 2005-03-10  Lute Kamstra  <lute@gnu.org>
30122         * emacs-lisp/debug.el (debug-entry-code): Delete it.
30123         (implement-debug-on-entry): New function to replace debug-entry-code.
30124         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
30125         second argument as the 2005-03-07 change makes it obsolete.
30126         (debug-on-entry, cancel-debug-on-entry): Update call to
30127         debug-on-entry-1.
30128         (debug, debugger-setup-buffer): Comment update.
30129         (debugger-frame-number): Update to work with implement-debug-on-entry.
30131 2005-03-10  Jay Belanger  <belanger@truman.edu>
30133         * calc/calc-embed.el (math-ms-args): Declare it.
30134         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
30135         math-ms-args.
30136         (calc-embedded-subst): Use math-multi-subst-rec to substitute
30137         variables.
30139 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
30141         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
30142         Use message-box.
30144         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
30145         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
30146         (tooltip-gud-tips): Simplify.
30147         (tooltip-gud-tips-p): Remove superfluous :set.
30148         (tooltip-gud-modes): Add fortran-mode.
30149         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
30151         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
30153 2005-03-09  Kim F. Storm  <storm@cua.dk>
30155         * play/animate.el (animate-place-char): Use forward-line instead
30156         of next-line to improve performance.
30158 2005-03-09  Simon Josefsson  <jas@extundo.com>
30160         * net/browse-url.el (browse-url-default-browser): Doc fix.
30162 2005-03-09  Miles Bader  <miles@gnu.org>
30164         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
30165         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
30167 2005-03-09  Kenichi Handa  <handa@m17n.org>
30169         * international/latin-1.el: Set case and syntax for 255 only if
30170         set-case-syntax-set-multibyte is nil.
30172         * textmodes/ispell.el (ispell-insert-word): New function.
30173         (ispell-word): Use ispell-insert-word to insert a new word.
30174         (ispell-process-line): Likewise.
30175         (ispell-complete-word): Likewise.
30177 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
30179         * calendar/calendar.el (redraw-calendar): Preserve point.
30180         Reported by Matt Hodges <MPHodges@member.fsf.org>.
30181         (calendar-week-start-day): Move after definition of
30182         redraw-calendar.  Delete buffer test, since redraw-calendar has
30183         that now.
30185         * calendar/diary-lib.el (mark-diary-entries): Only call
30186         redraw-calendar in the first of any recursive calls.
30187         Reported by Alan Shutko <ats@acm.org>.
30189 2005-03-08  Juri Linkov  <juri@jurta.org>
30191         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
30192         (html-horizontal-rule, html-line, html-image, html-checkboxes)
30193         (html-radio-buttons): Add a space before the trailing `/>' where
30194         sgml-xml-mode is non-nil.
30195         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
30196         the subsequent tag of the empty XML tag.
30197         (html-href-anchor): Don't set initial input to "http:".
30198         (html-image): Ask for the image URL and set point inside alt="".
30199         (html-name-anchor): Duplicate the name in the `id' attribute when
30200         sgml-xml-mode is non-nil.
30201         (html-paragraph): Remove \n before <p>.
30202         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
30203         instead of `checked' when sgml-xml-mode is non-nil.
30205         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
30206         Remove 1 space before #RRGGBB to not truncate it on terminal
30207         windows w/o fringes.  Remove 1 space between bg and fg examples
30208         to get more space.
30209         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
30210         avoid byte-compile warnings.
30212         * image-file.el (image-file-handler): Put `safe-magic' property to
30213         `image-file-handler'.
30215         * info.el (Info-isearch-search): Emulate word search in
30216         isearching through multiple Info nodes with Info-search.
30217         (Info-isearch-wrap): Allow isearch-word.
30219 2005-03-08  Lute Kamstra  <lute@gnu.org>
30221         * emacs-lisp/debug.el (debugger-step-through): Make sure that
30222         stepping into the debugger's code is not possible.
30223         (debugger-jumping-flag): Docstring update.
30225 2005-03-08  Jay Belanger  <belanger@truman.edu>
30227         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
30228         embedded mode begins.
30229         (calc-embedded-language-alist): New variable.
30230         (calc-embedded-find-modes): Use calc-embedded-language-alist to
30231         set default language mode.
30233 2005-03-08  Kenichi Handa  <handa@m17n.org>
30235         * international/ccl.el (define-ccl-program): Fix docstring about
30236         extra 256 bytes assured for the output buffer.
30238         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
30239         Fix BUFFER_MAGNIFICATION to 2.
30240         (ccl-encode-mule-utf-16be-with-signature): Likewise.
30242 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
30244         * align.el (align-rules-list): Added an alignment rule for CSS
30245         declarations (applies to css-mode and html-mode buffers).
30247 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
30249         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
30251 2005-03-07  Kim F. Storm  <storm@cua.dk>
30253         * simple.el (move-beginning-of-line): New command.
30255         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
30257         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
30259         * emulation/cua-base.el: Put CUA move property on move-end-of-line
30260         and move-beginning-of-line.
30262         * apropos.el (apropos-print): Omit command from M-x ... RET.
30264 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
30266         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
30267         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
30269 2005-03-06  Richard M. Stallman  <rms@gnu.org>
30271         * bindings.el (esc-map): Bind M-g to goto-line.
30273         * facemenu.el (global-map): Bind M-o, not M-g.
30275 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
30277         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
30278         "Open Directory" as for "Open File".
30280 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
30282         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
30283         (push-mark-command): Run activate-mark-hook.
30285 2005-03-06  Richard M. Stallman  <rms@gnu.org>
30287         * help-mode.el (help-mode-finish): Don't alter the element
30288         in view-return-to-alist if there already is one.
30290         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
30291         make sure the current buffer is the expected one.
30293         * novice.el (disabled-command-function): Output in *Disabled Command*.
30294         Explicitly ignore non-keyboard events, and explicitly handle C-g.
30296         * textmodes/flyspell.el (flyspell-large-region):
30297         Pass args differently for aspell.
30299         * files.el (mode-require-final-newline): Doc fix.
30301 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
30303         * progmodes/which-func.el (which-function):
30304         Specify NOERROR when calling imenu--make-index-alist.
30306 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
30308         * simple.el (normal-erase-is-backspace): Define default value.
30310         * custom.el (custom-theme-set-variables): Remove unused var
30311         `immediate'.
30312         (custom-reevaluate-setting): Simple function to handle variables
30313         that are defined before their default value can really be
30314         computed.
30316         * startup.el (command-line): Use it for temporary-file-directory,
30317         small-emporary-file-directory, auto-save-file-name-transforms,
30318         blink-cursor-mode, and normal-erase-is-backspace.
30320         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
30321         progress, even with buggy anchored keywords.
30323 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
30325         * simple.el (goto-line): Remove unbalanced final parenthesis.
30327 2005-03-05  Richard M. Stallman  <rms@gnu.org>
30329         * simple.el (goto-line): Use a number at point as the default.
30330         With C-u as arg, switch buffers.
30332 2005-03-05  Juri Linkov  <juri@jurta.org>
30334         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
30335         with `no-blinking-cursor'.
30337         * startup.el (no-blinking-cursor): New defvar.
30338         (command-line): Add `--no-blinking-cursor' to longopts.
30339         Set `no-blinking-cursor' to t for command line arguments
30340         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
30341         with `no-blinking-cursor' in the condition for calling
30342         `blink-cursor-mode'.
30344 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
30346         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
30347         (menu-bar-options-save): Add blink-cursor-mode.
30348         (menu-bar-options-menu): Add blink-cursor-mode.
30350 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
30352         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
30353         (icalendar-export-file, icalendar-export-region)
30354         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
30355         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
30357 2005-03-04  Lute Kamstra  <lute@gnu.org>
30359         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
30360         (debug-function-list): Ditto.
30362 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
30364         * textmodes/texinfmt.el (texinfo-append-refill):
30365         Redefine the types of line to which @refill
30366         is not appended by replacing a search for `@refill\\|@bye' with
30367         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
30368         itemize@refill' bug and the unfilled long lines bug.
30369         (texinfmt-version): Update number and date.
30371 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
30373         * international/code-pages.el (windows-1250, windows-125[2-8])
30374         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
30376 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
30378         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
30379         bound yet.
30381 2005-03-02  Romain Francoise  <romain@orebokech.com>
30383         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
30384         buffer after removing limits.
30385         (ibuffer-pop-filter): Ditto.
30386         Update copyright.
30388 2005-03-02  Miles Bader  <miles@gnu.org>
30390         * button.el (make-text-button): If the user doesn't specify a
30391         type, use the default.  Rewrite to use `add-text-properties' and
30392         plist functions.
30394 2005-03-01  Lute Kamstra  <lute@gnu.org>
30396         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
30397         (debugger-jumping-flag): New var.
30398         (debug-entry-code): Use it.
30399         (debugger-jump): Use debugger-jumping-flag and add
30400         debugger-reenable to post-command-hook.
30401         (debugger-reenable): Use debugger-jumping-flag and remove itself
30402         from post-command-hook.
30403         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
30404         debugger-reenable.
30406 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
30408         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
30409         inclusion of "itemize\\|", which may be unnecessary, is certainly
30410         inelegant, and stops refilling in itemize lists when formatting
30411         Japanese Texinfo files to Info.
30412         Update copyright to 2005.
30414 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
30416         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
30417         of an error if GDB can't find the source file.
30419 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
30421         * calendar/calendar.el (redraw-calendar): Work from any buffer,
30422         not just the calendar.
30424         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
30425         first.
30426         (diary-redraw-calendar): New function.
30427         (make-diary-entry): Add diary-redraw-calendar to local
30428         write-contents-functions.  Turn off selective display before
30429         inserting in diary.
30431 2005-03-01  Kim F. Storm  <storm@cua.dk>
30433         * emacs-lisp/copyright.el (copyright-fix-years): New command.
30435 2005-03-01  Lute Kamstra  <lute@gnu.org>
30437         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
30438         that debug-entry-code can be safely removed from a function while
30439         this code is being evaluated.  Revert the 2005-02-27 change as the
30440         new implementation no longer requires it.  Make sure that a
30441         function body containing just a string is not mistaken for a docstring.
30442         (debug): Skip one more frame in case of debug on entry.
30443         (debugger-setup-buffer): Delete one more frame line in case of
30444         debug on entry.
30445         (debugger-frame-number): Update to use the new text introduced by
30446         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
30448 2005-02-28  Kim F. Storm  <storm@cua.dk>
30450         * double.el (double-translate-key): Call force-window-update after
30451         read-event to avoid crash in redisplay.
30453 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
30455         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
30456         (debug): Use it.  Move the inhibit-trace earlier.
30457         (debug-entry-code): New const.
30458         (debug-on-entry-1): Use it.
30460 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
30462         * international/utf-16.el (ccl-encode-mule-utf-16le):
30463         Fix BUFFER_MAGNIFICATION to 2.
30464         (ccl-encode-mule-utf-16be): Likewise.
30466 2005-02-28  Kenichi Handa  <handa@m17n.org>
30468         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
30469         Fix BUFFER_MAGNIFICATION to 4.
30470         (ccl-encode-mule-utf-16be-with-signature): Likewise.
30472 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
30474         * speedbar.el (speedbar-update-flag): Doc fix.
30475         (speedbar-show-info-under-mouse): Give set-mouse-position the right
30476         argument.
30478 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
30480         * reveal.el (reveal-post-command): Don't try to reveal overlays which
30481         have a non-nil `invisible' property but are actually visible.
30483         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
30484         for perldoc sections.
30485         (perl-outline-regexp, perl-outline-level): New var and function.
30486         (perl-mode): Use them.
30488 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
30490         * calendar/diary-lib.el (diary-remind): Discard any mark portion
30491         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
30493 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
30495         * cus-edit.el: Comment change.
30496         (custom-buffer-create-internal): Slightly reword text at top of
30497         Custom buffers.  Mention there that saving an option edits the
30498         init file.  Add link to Emacs manual node on `custom-file'.
30499         (custom-magic-alist): Rewrite individual State messages to use
30500         capitalized keywords.  Doc fix.
30502 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
30504         * calendar/calendar.el (calendar-buffer): Move above
30505         calendar-week-start-day.
30506         (calendar-week-start-day): Doc fix.  Add :set function.
30507         (calendar-minimum-window-height): New variable.
30508         (generate-calendar-window): Only resize window if selected-window
30509         is displaying the calendar buffer.  Use new variable
30510         calendar-minimum-window-height.
30511         (generate-calendar): Reword error message.
30512         (calendar-mode-map): Bind DEL to scroll-other-window-down.
30514 2005-02-27  Andreas Schwab  <schwab@suse.de>
30516         * vc.el (vc-do-command): Don't run command asynchronously when
30517         operating in a remote directory.
30519         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
30520         change from sync with Tramp 2.0.47.
30522 2005-02-27  Richard M. Stallman  <rms@gnu.org>
30524         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
30526         * textmodes/flyspell.el (flyspell-mode-on):
30527         Call ispell-change-dictionary only if necessary.
30529         * emacs-lisp/re-builder.el (regexp-builder): New function.
30531         * register.el (describe-register-1): Explicitly handle
30532         yank-excluded-properties = t.
30534         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
30535         (custom-magic-alist): Change the status descriptions again.
30536         (face widget-type): Total rewrite based on `restricted-sexp'
30537         to eliminate the confusing double hiding levels.
30539         * emacs-lisp/debug.el (debug-on-entry-1):
30540         If function body is empty, add nil as body form.
30542 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
30544         * emacs-lisp/trace.el (inhibit-trace): New var.
30545         (trace-make-advice): Use it.
30547         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
30549 2005-02-26  Kim F. Storm  <storm@cua.dk>
30551         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
30552         (mouse-on-link-p, mouse-drag-region-1): Use it.
30554 2005-02-25  Lute Kamstra  <lute@gnu.org>
30556         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
30558 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
30560         * frame.el (blink-cursor-mode): Add :group keyword.
30562 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
30564         * calendar/icalendar.el (icalendar--decode-isodatetime):
30565         New optional argument DAY-SHIFT.
30566         (icalendar-export-region): Fix coding-system-for-write.
30567         (icalendar--convert-ical-to-diary): Shift end-day of all-day
30568         events by one.
30570 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
30572         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
30574 2005-02-24  Kim F. Storm  <storm@cua.dk>
30576         * international/iso-acc.el (iso-accents-compose): Fix crash
30577         during redisplay.  Call force-window-update after read-event
30578         and delete-region to signal that window is not accurate.
30580 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
30582         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
30583         Remove unused and inexistent var `inhibit-trace'.
30584         (debugger-mode): Use run-mode-hooks.
30585         (debugger-list-functions): Add buttons; setup xref stack.
30587 2005-02-23  Richard M. Stallman  <rms@gnu.org>
30589         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
30590         appointment says it was explicitly made.
30591         (appt-add): Set the 3rd element.
30592         (appt-make-list): Preserve explicit appointments.
30594         * subr.el (find-tag-default): Catch errors in forward-sexp.
30596 2005-02-23  Juri Linkov  <juri@jurta.org>
30598         * info.el (Info-isearch-search): New defcustom.
30599         (Info-isearch-search): Call the default isearch function
30600         when Info-isearch-search is nil.
30601         (Info-isearch-wrap): Use variable Info-isearch-search.
30603 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
30605         * cus-edit.el: Comment change.
30607 2005-02-22  Kim F. Storm  <storm@cua.dk>
30609         * progmodes/hideif.el (hide-ifdef-use-define-alist):
30610         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
30612 2005-02-22  Simon Josefsson  <jas@extundo.com>
30614         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
30615         New variable.
30616         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
30617         Oskarsson" <myrkraverk@users.sourceforget.net>.
30619 2005-02-22  Kim F. Storm  <storm@cua.dk>
30621         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
30622         check that window of that event is the selected window.
30623         (mouse-drag-region-1): Compare mouse event window to selected
30624         window before setting point.
30626         * tooltip.el (tooltip-show-help-function): Pass event to
30627         mouse-on-link-p so it can check selected window.
30629 2005-02-22  Kenichi Handa  <handa@m17n.org>
30631         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
30632         (ps-mule-show-warning): New function.
30633         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
30634         characters are found.
30636         * ps-print.el (ps-header-footer-string): Return a list of header
30637         and footer strings.
30639 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
30641         * pcvs.el (cvs-retrieve-revision): Fix thinko.
30643 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
30645         * frame.el (blink-cursor-mode): Use define-minor-mode.
30647         * term/mac-win.el (function-key-map): Use char-names more consistently.
30648         (file-name-coding-system): Only set it for MacOS-9.  The other case is
30649         already handled in mule-cmds.el (where it also works when mac-win.el
30650         is not used).
30652 2005-02-21  Kenichi Handa  <handa@m17n.org>
30654         * international/mule.el (ctext-pre-write-conversion): Always use
30655         " *code-converting-work*" buffer for work.
30657         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
30659 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
30661         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
30663 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
30665         * ses.el (undo-more): Restore defadvice, but only the part that
30666         allows changes outside the restricted area of the buffer.
30668 2005-02-20  Kim F. Storm  <storm@cua.dk>
30670         * simple.el (line-move): Add fourth optional arg try-vscroll which
30671         must be set to perform auto-window-vscroll.
30672         When moving backwards and doing auto-window-vscroll, automatically
30673         vscroll to the last part of lines which are taller than the window.
30674         (next-line, previous-line): Set try-vscroll arg on line-move.
30676 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
30678         * replace.el (query-replace, query-replace-regexp)
30679         (replace-string, replace-regexp): When operating on region, make
30680         the minibuffer prompt say so.
30682         * isearch.el (isearch-forward): Document isearch-query-replace and
30683         isearch-query-replace-regexp keybindings.
30685 2005-02-19  Jay Belanger  <belanger@truman.edu>
30687         * calc/calc-aent.el (math-read-token): Add local variable.
30689         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
30690         (calc-edit-top): Move declaration to earlier in file.
30691         (calc-edit-macro-repeats): Add local variables.
30693         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
30694         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
30695         calcFunc-tanh.
30696         Adjust integration rule for calcFunc-tan.
30698 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
30700         * viper-cmd.el (viper-prefix-commands): Make into a defconst.
30701         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
30702         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
30703         (viper-skip-separators): Bug fix.
30704         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
30705         particular major mode.
30706         (viper-del-backward-char-in-replace): Don't put deleted char on the
30707         kill ring.
30709         * viper-ex.el (viper-color-display-p): New function.
30710         (viper-has-face-support-p): Use viper-color-display-p.
30712         * viper-keym.el (viper-gnus-modifier-map): New keymap.
30714         * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
30716         * viper-util.el (viper-glob-unix-files): Fix shell status check.
30717         (viper-file-remote-p): Make equivalent to file-remote-p.
30719         * viper.el (viper-major-mode-modifier-list):
30720         Use viper-gnus-modifier-map.
30722 2005-02-19  David Kastrup  <dak@gnu.org>
30724         * subr.el (subregexp-context-p): Fix garbled doc string by adding
30725         quoting.
30727 2005-02-19  Jay Belanger  <belanger@truman.edu>
30729         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
30730         Remove extra definitions.
30731         (calc-coth): New function.
30732         (calcFunc-cot): Fix `let'.
30734 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
30736         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
30737         the reasons we use "type pc" in these faces.
30739         * button.el (button): Ditto.
30741 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
30743         * replace.el (query-replace-read-from): Set the value of
30744         query-replace-from-history-variable to handle the case of an empty
30745         string entered to accept the suggested default.
30747         * net/tramp.el (tramp-file-name-for-operation):
30748         Use dired-call-process instead of dired-call-process-command.
30750 2005-02-19  Jay Belanger  <belanger@truman.edu>
30752         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
30753         (math-div-non-trig): New variables.
30754         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
30755         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
30756         (math-combine-prod, math-div-symb-fancy): Add simplifications for
30757         trig expressions.
30759 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
30761         * progmodes/gdb-ui.el (gdb-var-update-handler)
30762         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
30763         for watch expressions,
30764         (gdb-var-create-handler): Don't set speedbar-update-flag.
30765         (gdb-post-prompt): Simplify test for speedbar.
30767 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
30769         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
30770         (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
30771         we use the syntax table of the correct buffer.
30772         (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
30773         Felix Gatzemeier.
30775         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
30776         (ediff-file-remote-p): Make synonymous with file-remote-p.
30777         In all deffaces ediff-*-face-*, use min-colors.
30779         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
30780         ediff-recurse-to-subdirectories.
30781         (ediff-mark-if-equal): Check that the arguments are strings, use
30782         ediff-same-contents (after to Felix Gatzemeier).
30784         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
30785         nil.
30787 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
30789         * log-view.el (log-view-message-re): Fix up Subversion regexp.
30791 2005-02-18  David Kastrup  <dak@gnu.org>
30793         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
30794         use `mark-active' when defined.
30796 2005-02-18  Kenichi Handa  <handa@m17n.org>
30798         * ps-print.el (ps-font-info-database): New entry
30799         ZapfChancery-MediumItalic with correct font name.  Fix font name
30800         of the entry Zapf-Chancery-MediumItalic.
30802 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
30804         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
30806 2005-02-16  Kim F. Storm  <storm@cua.dk>
30808         * ido.el (ido-fallback-command): Pass user input to fallback command.
30810 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
30812         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
30813         (gdb-find-file-hook): Add server prefix.
30815 2005-02-16  Richard M. Stallman  <rms@gnu.org>
30817         * replace.el (perform-replace): Pass new args to replace-highlight.
30818         (replace-highlight): Take region args,
30819         and pass them to isearch-lazy-highlight-new-loop.
30821         * novice.el (disabled-command-hook): Autoload the defalias
30822         and the make-obsolete-variable call.
30824         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
30826         * isearch.el (isearch-lazy-highlight-start-limit)
30827         (isearch-lazy-highlight-end-limit): New variables limit
30828         the region for highlighting.
30829         (isearch-lazy-highlight-new-loop): New args BEG and END.
30830         (isearch-lazy-highlight-search): Use the new vars.
30831         (isearch-lazy-highlight-update): Likewise.
30833         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
30835         * cus-start.el (all): Use default-boundp.
30837 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
30839         * menu-bar.el (menu-bar-select-frame): Handle current frame.
30841 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
30843         * autorevert.el (auto-revert-stop-on-user-input)
30844         (auto-revert-verbose): Doc fixes.
30846 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
30848         * international/mule-cmds.el (set-locale-environment): Remove call
30849         to set-selection-coding-system on Windows.
30851 2005-02-15  Jay Belanger  <belanger@truman.edu>
30853         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
30854         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
30855         calcFunc-coth.
30856         (math-simplify-sqrt): Add simplifications.
30858         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
30859         to list.
30861         * calc/calc-ext.el: Add functions to autoloads.
30863         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
30864         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
30865         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
30866         (math-csc-raw, math-cot-raw): New functions.
30868         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
30870         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
30871         the variable name in a message.
30873         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
30874         calcFunc-csc, calcFunc-cot.
30876         * calc/calcalg2.el: Add derivative and integration rules for
30877         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
30878         calcFunc-csch, calcFunc-coth.
30879         (math-do-integral-methods): Add to checks for when to use
30880         substitutions.
30882         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
30884 2005-02-15  Lute Kamstra  <lute@gnu.org>
30886         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
30887         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
30888         <monnier@iro.umontreal.ca>.
30889         (lisp-outline-level): Improve efficiency.  Suggested by David
30890         Kastrup <dak@gnu.org>.
30892 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
30894         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
30895         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
30896         (gdb-set-gud-minor-mode-existing-buffers): New functions.
30897         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
30898         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
30900 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
30902         * cus-start.el (all): Comment change.
30904 2005-02-14  Lute Kamstra  <lute@gnu.org>
30906         * cus-start.el (all): Check if symbol is void.
30908 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
30910         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
30911         optional argument to \cite.
30913 2005-02-14  Richard M. Stallman  <rms@gnu.org>
30915         * cus-edit.el (custom-buffer-create-internal): Update help message.
30916         (custom-magic-alist): Update help messages.
30918         * cus-start.el (all): Allow a var to specify a standard value.
30920 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
30922         * custom.el (custom-theme-set-variables): Handle variable aliases.
30924         * frame.el (blink-cursor-timer): Doc fix.
30925         (blink-cursor): Make it an alias for `blink-cursor-mode' and
30926         declare obsolete.
30927         (blink-cursor-mode): Define with defcustom and use correct
30928         standard expression in that defcustom.
30929         * startup.el (command-line): Adapt to above changes in frame.el.
30931 2005-02-11  Lute Kamstra  <lute@gnu.org>
30933         * apropos.el (apropos-score-doc): Prevent division by zero.
30935 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
30937         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
30938         (icalendar--get-event-property-attributes)
30939         (icalendar--get-event-properties)
30940         (icalendar--datetime-to-diary-date): New functions.
30941         (icalendar--split-value): Doc fix.
30942         (icalendar--datetime-to-noneuropean-date)
30943         (icalendar--datetime-to-european-date): New optional argument
30944         SEPARATOR.  Return result as a string instead of a list.
30945         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
30946         (icalendar--convert-string-for-export): Rename arg S to STRING.
30947         (icalendar-export-region): Doc fix.  Change name of error buffer.
30948         Save output buffer.
30949         (icalendar-import-file): Add blank at end of prompt.
30950         (icalendar-import-buffer): Doc fix.  Do not switch to error
30951         buffer.  Indicate status in return value.
30952         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
30953         buffer.  Save output buffer.  Handle exception from recurrence
30954         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
30955         events.  Fix problems with weekly all-day events.
30957 2005-02-10  Richard M. Stallman  <rms@gnu.org>
30959         * simple.el (eval-expression-print-format):
30960         Avoid warning about edebug-active.
30962         * help.el (help-for-help-internal): Rename from help-for-help.
30963         (help-for-help): Define with defalias.
30965         * font-core.el (font-lock-default-function): Use with-no-warnings.
30967         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
30969         * custom.el (defface): Doc fix.
30971 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
30973         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
30974         width 0" to prevent word wrapping problems.
30976 2005-02-09  Kim F. Storm  <storm@cua.dk>
30978         * ido.el (ido-file-extensions-order): New defcustom.
30979         (ido-file-extension-lessp, ido-file-extension-aux)
30980         (ido-file-extension-order): New advanced file ordering.
30981         (ido-file-lessp): New simple file ordering.
30982         (ido-sort-list): Remove.
30983         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
30984         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
30986 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
30988         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
30989         that some versions of grep produce.
30990         (grep-mode-font-lock-keywords): Likewise.
30992 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
30994         * progmodes/gdb-ui.el (gdb-location-list): New variable.
30995         (gdb-cdir): Delete.
30996         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
30997         (gdb-source-info): Treat case when source file is in another
30998         directory properly.
30999         (gdb-get-location): New function.
31001 2005-02-07  Jay Belanger  <belanger@truman.edu>
31003         * calc/calc-prog.el (calc-write-parse-table-part)
31004         (calc-fix-token-name): Fix a check for language type.
31006         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
31008 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
31010         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
31011         as directory not writable.
31013 2005-02-07  Kim F. Storm  <storm@cua.dk>
31015         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
31016         (cua--standard-movement-commands): Remove list.
31017         Instead, set CUA property value to move for movement commands.
31018         (cua-movement-commands): Remove.  Users must set CUA prop instead.
31019         (cua--pre-command-handler): Check CUA property.
31020         (cua--init-keymaps): Don't remap undo commands.
31021         (cua-mode): Don't call cua--rectangle-on-off.
31023         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
31024         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
31025         (cua--rect-undo-set-point): New var.
31026         (cua--rectangle-undo-boundary): Setup undo apply entry.
31027         (cua--rect-undo-handler): New function for rectangle undo.
31028         (cua--rect-start-position, cua--rect-end-position): Add.
31029         (cua--rectangle-post-command): Call cua--rectangle-set-corners
31030         for restored rectangle.  Set point if cua--rect-undo-set-point.
31032 2005-02-06  Jay Belanger  <belanger@truman.edu>
31034         * calc/calc-lang.el (calc-tex-language): Display more information
31035         in messages.
31037         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
31038         in TeX mode.
31040 2005-02-06  Richard M. Stallman  <rms@gnu.org>
31042         * emacs-lisp/lisp.el (buffer-end): Doc fix.
31044 2005-02-05  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
31046         * net/ldap.el (ldap-search-internal): Support attributes with
31047         optional descriptions separated by a semi-colon, as in
31048         "userCertificate;binary".
31050 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
31052         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
31053         isn't a cons (i.e. the version is 0).
31055 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
31057         * help.el (help-for-help): Doc fix.
31059 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
31061         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
31062         GDB-Windows on the menu-bar as this works better.
31064 2005-02-04  Jay Belanger  <belanger@truman.edu>
31066         * calc/calc-embed.el (calc-embedded-update): Don't put in
31067         unnecessary newlines.  Adjust the end of formula marker.
31069         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
31070         (math-latex-parse-two-args): New function.
31072 2005-02-03  Lute Kamstra  <lute@gnu.org>
31074         * help-fns.el (help-with-tutorial): Make sure that users cannot
31075         remove the entire text of the tutorial by means of `undo'.
31077 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
31079         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
31080         in recent changes, where the ispell process was repeatedly
31081         killed & restarted.
31083         * international/mule-cmds.el (set-locale-environment): Set file-name
31084         coding system to utf-8 on Darwin systems.
31085         (set-default-coding-systems): Don't set default-file-name-coding-system
31086         on Darwin systems.
31088 2005-02-03  Richard M. Stallman  <rms@gnu.org>
31090         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
31092 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
31094         * faces.el (list-faces-display): Add optional argument.
31096 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
31098         * font-core.el (font-lock-default-function): Handle the rare case where
31099         only font-lock-keywords is set.
31101 2005-02-02  Kenichi Handa  <handa@m17n.org>
31103         * international/characters.el: Cancel previous change for
31104         I-WITH-DOT-ABOVE and DOTLESS-i.
31106         * international/latin-5.el: Cancel previous change.
31108 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
31110         * progmodes/gud.el: Correction to syntax in gud-menu-map.
31112 2005-02-02  Kenichi Handa  <handa@m17n.org>
31114         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
31115         DOTLESS-i.
31117         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
31118         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
31120         * case-table.el (get-upcase-table): New function.
31121         (copy-case-table): Copy upcaes table too if non-nil.
31122         (set-case-syntax-delims): Maintain upcase table too.
31123         (set-case-syntax-pair): Likewise.
31124         (set-upcase-syntax, set-downcase-syntax): New functions.
31125         (set-case-syntax): Maintain upcase table too.
31127 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
31129         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
31131         * progmodes/gud.el (gud-goto-info): New function.
31132         (gud-tool-bar-map): Use correct icon.
31134 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
31136         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
31137         When delegating, order args in the funcall correctly.
31139 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
31141         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
31143 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
31145         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
31146         buffer not visiting a file.
31148 2005-01-31  Jay Belanger  <belanger@truman.edu>
31150         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
31151         bound on the line with the formula.
31153 2005-01-31  Kim F. Storm  <storm@cua.dk>
31155         * ses.el (ses-create-cell-variable-range)
31156         (ses-destroy-cell-variable-range, ses-reset-header-string)
31157         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
31158         (ses-insert-row): Fix format of apply undo entries.
31160 2005-01-31  Jay Belanger  <belanger@truman.edu>
31162         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
31163         parts.
31165         * calc/calc-embed.el (calc-embedded-open-formula)
31166         (calc-embedded-close-formula): Ignore matrix environments.
31168         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
31169         TeX mode.
31171         * calc/calc-lang.el (math-function-table, math-oper-table)
31172         (math-variable-table): Adjust the LaTeX portions.
31174         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
31175         (math-latex-ignore-words): New constant.
31177 2005-01-31  Richard M. Stallman  <rms@gnu.org>
31179         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
31180         (ispell-local-dictionary): Doc fix.
31181         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
31182         Don't reinitialize at run time.  Don't defcustom.
31183         All uses changed to append ispell-local-dictionary-alist,
31184         or check it first.
31185         (ispell-current-dictionary): New variable for dictionary in use.
31186         (ispell-dictionary): Now used only for global default.
31187         (ispell-start-process): Set ispell-current-dictionary,
31188         not ispell-dictionary.
31189         (ispell-change-dictionary): Use this only for setting
31190         user preferences.
31191         (ispell-internal-change-dictionary): New function
31192         to change the current dictionary in use.
31193         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
31194         Use ispell-current-dictionary.
31195         Handle ispell-local-dictionary-overridden.
31196         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
31198 2005-01-31  Jay Belanger  <belanger@truman.edu>
31200         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
31202         * calc/calc-ext.el: Add calc-latex-language to autoloads.
31203         (calc-mode-map): Add calc-latex-language.
31205         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
31206         (math-latex-print-frac): New functions.
31207         (math-oper-table, math-function-table, math-variable-table)
31208         (math-complex-format, math-input-filter): Add latex properties.
31209         (calc-set-language): Set math-expr-special-function-mapping.
31211         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
31212         (calc-write-parse-table-part): Add LaTeX support.
31214         * calc/calc.el (calc-language): Adjust docstring.
31215         (calc-set-mode-line): Add LaTeX support.
31216         (math-expr-special-function-mapping): New variable.
31217         (math-tex-ignore-words): Add to list.
31219         * calc/calccomp.el (math-compose-expr, math-compose-rows):
31220         Add LaTeX support.
31221         (math-compose-expr): Add support for special functions.
31223         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
31225 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
31227         * progmodes/gdb-ui.el (gdb-memory-address)
31228         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
31229         (gdb-memory-mode-map, gdb-memory-format-keymap)
31230         (gdb-memory-format-menu, gdb-memory-unit-keymap)
31231         (gdb-memory-unit-menu): New variables for a buffer
31232         that lets the user examine program memory.
31233         (gdb-memory-set-address, gdb-memory-set-repeat-count)
31234         (gdb-memory-format-binary, gdb-memory-format-octal)
31235         (gdb-memory-format-unsigned, gdb-memory-format-signed)
31236         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
31237         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
31238         (gdb-memory-unit-word, gdb-memory-unit-halfword)
31239         (gdb-memory-unit-byte, gdb-memory-unit-menu)
31240         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
31241         (gdb-memory-mode, gdb-memory-buffer-name)
31242         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
31243         New functions for above buffer.
31245 2005-01-30  Richard M. Stallman  <rms@gnu.org>
31247         * cus-edit.el (custom-bury-buffer): Function deleted.
31248         (custom-buffer-done-function): Option deleted.
31249         (custom-buffer-done-kill): New replacement option.
31250         (Custom-buffer-done): Call quit-window.
31251         (custom-buffer-create-internal): Update for above changes.
31253 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
31255         * simple.el (undo-ask-before-discard): New var.
31256         (undo-outer-limit-truncate): Implement it.
31257         (undo-extra-outer-limit): Doc update.
31259 2005-01-29  Richard M. Stallman  <rms@gnu.org>
31261         * ses.el (undo-more): Delete defadvice.
31262         (ses-begin-change): Doc fix.
31264         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
31265         instead of rebinding C-x u and C-_.
31267         * files.el (normal-backup-enable-predicate): Return nil for files
31268         in /tmp, regardless of temporary-file-directory.
31270         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
31272         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
31273         (open-rectangle, delete-whitespace-rectangle-line)
31274         (clear-rectangle-line): If FILL, pass t instead of FILL
31275         for move-to-column's 2nd arg.
31277         * simple.el (undo): Fix the test for continuing a series of undos.
31278         (undo-more): Set pending-undo-list to t when we reach end.
31279         (pending-undo-list): Move up defvar.
31281         * wid-edit.el (widget-button-click):
31282         Shorten the range of the track-mouse binding.
31284         * comint.el (comint-insert-input): Undo previous changes;
31285         use last-input-event in interactive spec.
31287 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
31289         * progmodes/compile.el (compilation-start): Bind buffer-read-only
31290         to nil before invoking call-process.  Reset buffer's modified flag
31291         after fontifying it in the no-async branch.
31293         * wid-edit.el (widget-specify-button): If mouse pointer shape
31294         cannot be changed, use mouse face instead.
31296 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
31298         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
31299         (gdb-goto-breakpoint): Make breakpoint handling work on template
31300         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>.
31301         (gdb-assembler-custom): Update to recognize breakpoint information
31302         added on 2005-01-19.
31304 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
31306         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
31307         (dsssl-mode): Use define-derived-mode.
31308         (scheme-mode-initialize): Remove.
31309         (scheme-mode): Use run-mode-hooks.
31311         * cus-edit.el (customize-group-other-window)
31312         (custom-buffer-create-other-window): Don't override special-display-*.
31313         (custom-mode-map): Make it dense.
31315         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
31316         sets the default value.
31318 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
31320         * descr-text.el: Add more keywords.
31322 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
31324         * speedbar.el: Avoid unnecessary use of locate-library.
31326         * international/mule-cmds.el (standard-display-european-internal):
31327         Don't fiddle with latin-1 non-break space any more since it's now
31328         special cased in the C code.
31329         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
31331 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
31333         * cus-start.el (all): Add `undo-outer-limit'.
31335 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
31337         * textmodes/bibtex.el (bibtex-format-entry):
31338         Use `bibtex-empty-field-re' only on the text of fields, not on entire
31339         field lines.
31340         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
31341         not on part of a buffer.
31343 2005-01-25  Lute Kamstra  <lute@gnu.org>
31345         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
31346         nonempty field text strings like "{letters\\macro{}more letters}".
31347         Clarify docstring.
31348         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
31349         (bibtex-entry-offset, bibtex-parse-association)
31350         (bibtex-parse-field-name): Fix typos in docstrings.
31351         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
31353 2005-01-24  Carsten Dominik  <dominik@science.uva.nl>
31355         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
31356         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
31357         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
31358         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
31360         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
31361         isearch minor mode.
31363 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
31365         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
31367 2005-01-24  Lute Kamstra  <lute@gnu.org>
31369         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
31370         CASECHARS and NOT-CASECHARS regular expressions of the
31371         "nederlands" and "nederlands8" dictionaries to prevent a "Range
31372         striding over charsets" error.
31374 2005-01-24  Jay Belanger  <belanger@truman.edu>
31376         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
31377         display variable name.
31379 2005-01-24  Kenichi Handa  <handa@m17n.org>
31381         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
31382         Fix setting of the element of encoded-kbd-iso2022-invocations.
31384 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
31386         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
31387         (gdb-threads-select): Change to also accept mouse events.
31388         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
31389         (gdb-threads-mouse-select): Delete.
31391 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
31393         * files.el (insert-directory): Take care of empty directory,
31394         listed without -a switch.
31396 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
31398         * textmodes/refill.el (refill-post-command-function):
31399         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
31400         to the list of functions that we should be careful not to undo.
31401         (refill-late-fill-paragraph-function): Remove.
31402         (refill-saved-state): New var.
31403         (refill-mode): Use it to save fill-paragraph-function.
31404         Save also the value of auto-fill-function.
31406         * term/w32-win.el: Simplify code.
31408 2005-01-23  Kim F. Storm  <storm@cua.dk>
31410         * simple.el (line-move): Adapt to new return value from
31411         pos-visible-in-window-p.
31413         * simple.el (line-move): Fix last change.  Check partial
31414         visibility at point rather than at window-start.
31416 2005-01-22  Jason Rumney  <jasonr@gnu.org>
31418         * term/w32-win.el (xw-defined-colors): Remove debug-message.
31420 2005-01-22  David Kastrup  <dak@gnu.org>
31422         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
31424 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
31426         * type-break.el (type-break-mode): Add a test for
31427         type-break-file-name being non-nil.
31429 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
31431         * net/eudc.el (top level): Call (message "") via progn, so that
31432         eudc-options-file is loaded.
31434 2005-01-22  Kim F. Storm  <storm@cua.dk>
31436         * simple.el (line-move-1): Rename from line-move.
31437         (line-move): New function that adjusts vscroll for partially
31438         visible rows, and calls line-move-1 otherwise.
31440 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
31442         * pcomplete.el: Define pcomplete-read-event instead of read-event,
31443         since it's not a complete read-event implementation
31445 2005-01-20  Jay Belanger  <belanger@truman.edu>
31447         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
31448         for called function.
31450 2005-01-20  Steven Tamm  <steventamm@mac.com>
31452         * term/mac-win.el (process-connection-type): Remove.
31453         Controlled now by s/darwin.h:PTY_ITERATION.
31455 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
31457         * window.el (handle-select-window): Don't switch window when we're
31458         in the minibuffer.
31460 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
31462         * subr.el (dotimes-with-progress-reporter): New macro.
31464         * ses.el (ses-dotimes-msg): Remove macro.
31465         Use `dotimes-with-progress-reporter' instead.
31467 2005-01-19  Steven Tamm  <steventamm@mac.com>
31469         * term/mac-win.el (process-connection-type): Use new
31470         operating-system-release variable to use ptys on Darwin 7 (OS X
31471         10.3) when using carbon build.
31473 2005-01-19  Jay Belanger  <belanger@truman.edu>
31475         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
31476         flags if the last command was a tab or M-tab.
31478         * calc/calc-prog.el (calc-user-define-edit): Put original formula
31479         in formula editing buffer.
31481 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
31483         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
31484         breakpoint image symbol in margin.
31486 2005-01-19  Jay Belanger  <belanger@truman.edu>
31488         * calc/calc-prog.el (calc-execute-kbd-macro):
31489         Ignore calc-keep-arg-flag.
31491 2005-01-19  Kenichi Handa  <handa@m17n.org>
31493         * textmodes/ispell.el (ispell-looking-at): New function.
31494         (ispell-process-line): Use ispell-looking-at to compare the ispell
31495         output and the buffer contents.
31497 2005-01-18  Jay Belanger  <belanger@truman.edu>
31499         * calc/calc.el (calc-display-raw): Fix docstring.
31501 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
31503         * simple.el (blink-matching-open): Strip extra info from syntax.
31505         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
31506         funny chars in the end-of-here-doc marker.
31508 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
31510         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
31511         that enable/disabled state of breakpoints is shown correctly in
31512         fringe and on ttys.
31513         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
31514         Add breakpoint information as text properties.
31515         (gdb-mouse-toggle-breakpoint):
31516         Rename to gdb-mouse-set-clear-breakpoint.
31517         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
31518         breakpoints in the margin.
31519         (gdb-remove-strings): Simplify.
31521 2005-01-17  Jay Belanger  <belanger@truman.edu>
31523         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
31524         erasing buffer.
31526 2005-01-17  Richard M. Stallman  <rms@gnu.org>
31528         * progmodes/grep.el (grep-find): Copy from `grep' the condition
31529         for calling grep-compute-defaults.
31531         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
31532         if buffer is empty.
31534         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
31536 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
31538         * hilit-chg.el (highlight-changes-mode): Don't autoload.
31540         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
31541         non-preloaded variables.
31543 2005-01-17  Steven Tamm  <steventamm@mac.com>
31545         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
31546         tex-shell cause to force interactivity when using pipes.
31548 2005-01-17  Kim F. Storm  <storm@cua.dk>
31550         * simple.el (just-one-space): Make arg optional.
31552 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
31554         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
31555         posn-at-x-y to t to access left-margin.
31557 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
31559         Sync with Tramp 2.0.47.
31561         * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
31562         catching keep-date problems in cp/scp operations.
31563         (tramp-handle-copy-file): Don't call `set-file-modes'
31564         unconditionally.  Specialized functions should know better what is
31565         necessary.  This improves performance a little bit, and the
31566         functions could catch errors with `cp -p' and `scp -p'.
31567         (tramp-do-copy-or-rename-file-via-buffer)
31568         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
31569         when appropriate.
31570         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
31571         Call `set-file-modes' when appropriate.
31572         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
31573         Johnsson <isak@hypergene.com>.
31574         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
31575         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
31576         <joakim@verona.se>.
31577         (tramp-file-name-for-operation): Mark `shell-command' as magic for
31578         Emacs only.
31580         * net/tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
31581         `find-file-hooks' and `dired-mode-hook'.
31582         (tramp-minor-mode-map): Respective map.  Add remapping for
31583         `compile' and `recompile'.
31584         (tramp-remap-command, tramp-recompile): New defuns.
31585         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
31586         in buffer "*Compilation*".  Call the commands asynchronously.
31588         * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
31589         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
31590         `shell-command', because it isn't magic in XEmacs.  Reported by
31591         Adrian Aichner <adrian@xemacs.org>.
31593         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
31594         `substitute-in-file-name.
31595         (tramp-smb-handle-substitute-in-file-name): New defun.
31596         (tramp-smb-advice-PC-do-completion): Delete advice.
31598 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
31600         * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
31601         Fix error in deleting region.
31603 2005-01-15  Richard M. Stallman  <rms@gnu.org>
31605         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
31606         In non-temp buffer, switch syntax table temporarily.
31608         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
31610         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
31612         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
31614         * imenu.el (imenu--split-menu): Copy menulist before sorting.
31615         (imenu--generic-function): Use START, not BEG, as pos of definition.
31617         * simple.el (just-one-space): Argument specifies number of spaces.
31619         * simple.el (eval-expression-print-format): Avoid warning
31620         about edebug-active.
31622 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (tiny change)
31624         * progmodes/sh-script.el: Code copied from make-mode.el
31625         with small changes,
31626         (sh-mode-map): Bind C-c C-\.
31627         (sh-backslash-column, sh-backslash-align): New variables.
31628         (sh-backslash-region, sh-append-backslash): New functions.
31630 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
31632         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
31633         (rmail-pop-password, rmail-pop-password-required): Move to
31634         rmail-obsolete group.
31635         (rmail-set-pop-password): Rename to rmail-set-remote-password.
31636         All callers updated.
31637         (rmail-get-pop-password): Rename to rmail-get-remote-password.
31638         Take an argument specifying whether it is POP or IMAP mailbox we
31639         are using.  All callers updated.
31640         (rmail-pop-password-error): Rename to
31641         rmail-remote-password-error.  Added mailutils-specific error message.
31642         (rmail-movemail-search-path)
31643         (rmail-movemail-variant-in-use): New variables.
31644         (rmail-remote-password, rmail-remote-password-required):
31645         New customization variables.
31646         (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
31647         (rmail-parse-url): New function.
31648         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
31649         with GNU mailutils movemail.
31651 2005-01-15  Kevin Ryde  <user42@zip.com.au>
31653         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
31654         suffix to space, $ or '$, to correctly position point when going
31655         to @table style constants like DBL_MAX.
31657 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
31659         * type-break.el (type-break-mode, type-break-file-time)
31660         (type-break-file-keystroke-count, type-break-choose-file):
31661         Don't store data in or load data from the file if type-break-file-name
31662         is nil.
31663         (type-break-file-name): Doc update as per the above.
31665 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
31667         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
31668         lookup-key might return nil; handle that.
31670 2005-01-15  Alan Mackenzie  <acm@muc.de>
31672         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
31673         rather than the element found, thus enabling the tree to be setcar'd.
31675 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
31677         * textmodes/org.el (org-show-following-heading): New option.
31678         (org-show-hierarchy-above): Use `org-show-following-heading'.
31679         (org-cycle): Documentation fix.
31681         * textmodes/org.el (orgtbl-optimized): New option
31682         (orgtbl-mode): New command, a minor mode.
31683         (orgtbl-mode-map): New variable.
31684         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
31685         (orgtbl-error, orgtbl-self-insert-command)
31686         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
31688         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
31689         a local variable in each org-mode buffer.
31691         * textmodes/org.el (org-set-regexps-and-options): Rename from
31692         `org-set-regexps'.  Added checking for STARTUP keyword.
31693         (org-get-current-options): Add STARTUP options.
31694         (org-table-insert-row): Make mode intelligent about when
31695         realignment is needed.
31696         (org-self-insert-command, org-delete-backward-char, org-delete-char):
31697         New commands.
31698         (org-enable-table-editor): New default value `optimized'.
31699         (org-table-blank-field): Support blanking regions if active.
31701 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
31703         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
31704         if the year is not given.
31706         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
31707         Add new escapes %m and %M, fixed bug with %F by adding
31708         save-match-data.
31709         (reftex-reference): Remove ?. from list of spaces.
31710         (reftex-label-info): Add automatic label prefix recognition.
31712         * textmodes/reftex-index.el (reftex-index-next-phrase):
31713         Add slave parameter to call of `reftex-index-this-phrase'.
31714         (reftex-index-this-phrase): New optional argument.
31715         (reftex-index-region-phrases): Add slave parameter to call of
31716         `reftex-index-this-phrase'.
31717         (reftex-display-index): New argument redo.
31718         (reftex-index-rescan): Add `redo' to arguments of
31719         `reftex-display-index'.
31720         (reftex-index-Rescan, reftex-index-revert)
31721         (reftex-index-switch-index-tag): Add `redo' to arguments of
31722         `reftex-display-index'.
31723         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
31724         indexing.  Fix bug with matching is there is a quote before or
31725         after the word.
31727         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
31728         Fix bug when collecting citation keys in lines with comments.
31729         (reftex-citation): Prefix argument no longer rescans the document,
31730         but forces prompting for optional arguments of cite macros.
31731         (reftex-do-citation): Prompting for optional arguments implemented.
31733         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
31734         Add optional arguments to most cite commands.
31735         (reftex-cite-cleanup-optional-args): New option
31736         (reftex-cite-prompt-optional-args): New option.
31737         (reftex-trust-label-prefix): New option.
31739         * textmodes/reftex-toc.el (reftex-toc-find-section):
31740         Add push-mark before changing the position in the buffer.
31742         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
31743         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
31745 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
31747         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
31748         more carefully.
31750 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
31752         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
31753         (sgml-mode): Use it.
31754         (sgml-get-context): Better keep track of implicitly closed tags.
31756 2005-01-13  Kenichi Handa  <handa@m17n.org>
31758         * textmodes/ispell.el: These changes are to fix misalignment error
31759         caused by equivalent characters of different Emacs charsets.
31760         (ispell-unified-chars-table): New variable.
31761         (ispell-get-decoded-string): New function.
31762         (ispell-get-casechars, ispell-get-not-casechars)
31763         (ispell-get-otherchars): Call ispell-get-decoded-string.
31765 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
31767         * custom.el (custom-declare-variable): Just put symbol instead
31768         of (defvar . symbol) in `current-load-list'.
31770 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
31772         * emacs-lisp/elint.el: Fixed typo in Commentary section.
31774 2005-01-12  Jay Belanger  <belanger@truman.edu>
31776         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
31777         to create a Calc summary.
31779 2005-01-12  Kim F. Storm  <storm@cua.dk>
31781         * mouse.el (mouse-on-link-p): Change functionality and doc
31782         string to comply with latest description in lisp ref.
31784 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
31786         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
31787         Enable mouse clicks on mode-line, header-line and margin.
31788         (event-type): Give mouse event symbols an `event-kind' property
31789         with value `mouse-click'.
31791 2005-01-12  Juri Linkov  <juri@jurta.org>
31793         * facemenu.el (list-colors-display): Add new arg buffer-name.
31794         Use it.  Fix docstring.  Replace code for identifying duplicate
31795         colors by the name with call to `list-colors-duplicates' which
31796         identifies duplicate colors by the value unless the color
31797         is one of special Windows colors.  Set truncate-lines to t.
31798         Print sorted duplicate color names on each line.  Indent to 22
31799         \(the longest color name in rgb.txt) instead of 20.  Optimize.
31800         (list-colors-duplicates): New function.
31801         (facemenu-color-name-equal): Delete function.
31803         * facemenu.el (list-colors-print): New function created from code
31804         in list-colors-display.  Print #RRGGBB at the window right edge.
31805         (list-colors-display): When temp-buffer-show-function is not
31806         defined, call list-colors-print from temp-buffer-show-hook
31807         to get the right value of window-width in list-colors-print
31808         after the buffer is displayed.
31810         * simple.el (pop-mark): Move deactivate-mark out of conditional
31811         part to deactivate the active mark regardless of the state of the
31812         mark ring.
31814         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
31815         variables line in desktop files.
31817 2005-01-12  Juri Linkov  <juri@jurta.org>
31819         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
31820         Bring together isearch highlight related options.
31821         (lazy-highlight): Replace group `replace' by `matching'.
31822         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
31823         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
31824         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
31825         and declare them obsolete.
31826         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
31827         (isearch-faces): Remove defgroup.
31828         (isearch-overlay, isearch-highlight, isearch-dehighlight):
31829         Move isearch highlighting code closer to lazy highlighting code.
31831         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
31832         (query-replace-highlight, query-replace-lazy-highlight)
31833         (query-replace): Move definitions to the beginning of the file.
31835 2005-01-11  Juri Linkov  <juri@jurta.org>
31837         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
31838         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
31839         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
31841         * info.el (Info-history-forward): New variable.
31842         (Info-select-node): Reset Info-history-forward to nil.
31843         (Info-last): Turn into defalias.
31844         (Info-history-back): Rename from Info-last.
31845         Add current node to Info-history-forward.
31846         (Info-history-forward): New fun.
31847         (Info-mode-map): Replace Info-last by Info-history-back.
31848         Bind Info-history-forward to "r".
31849         (Info-mode-menu): Replace Info-last by Info-history-back.
31850         Fix menu item text.  Add menu item for Info-history-forward.
31851         (info-tool-bar-map): Replace Info-last by Info-history-back.
31852         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
31853         for Info-history-forward.
31854         (Info-mode): Replace Info-last by Info-history-back in docstring.
31855         Add local variable Info-history-forward.
31856         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
31858 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
31860         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
31861         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
31862         Ignore select-window events rather than fiddle with
31863         mouse-autoselect-window.
31865 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
31867         * type-break.el (type-break-mode): Fix previous change.
31869 2005-01-10  Jay Belanger  <belanger@truman.edu>
31871         * calc/calc-ext.el (calc-reset): Reset when inside embedded
31872         calculator; only reset when point is inside a calculator.
31873         Don't adjust the window height if the window takes up the whole height
31874         of the frame.
31876 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
31878         * ebuff-menu.el (Electric-buffer-menu-mode):
31879         Preserve value of buffer-local var header-line-format.
31881 2005-01-09  Jay Belanger  <belanger@truman.edu>
31883         * calc/calc.el (calc-mode-var-list-restore-saved-values):
31884         Make sure settings file exists before accessing it.
31886         * calc/calc-embed.el (calc-embedded-subst):
31887         Replace math-multi-subst-rec, which is only supposed to be called
31888         by math-multi-subst, by math-multi-subst.
31890 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
31892         * vc.el (vc-allow-async-revert): New user option.
31893         (vc-disable-async-diff): New internal variable.
31894         (vc-revert-buffer): Use them to disable asynchronous diff.
31896         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
31897         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
31898         asynchronously if vc-disable-async-diff is t.
31900 2005-01-09  Jay Belanger  <belanger@truman.edu>
31902         * calc/calc.el (defcalcmodevar): New macro.
31903         (calc-mode-var-list-restore-default-values)
31904         (calc-mode-var-list-restore-saved-values): New functions.
31905         (calc-mode-var-list): Use defcalcmodevar to define it.
31906         (calc-always-load-extensions, calc-line-numbering)
31907         (calc-line-breaking, calc-display-just, calc-display-origin)
31908         (calc-number-radix, calc-leading-zeros, calc-group-digits)
31909         (calc-group-char, calc-point-char, calc-frac-format)
31910         (calc-prefer-frac, calc-hms-format, calc-date-format)
31911         (calc-float-format, calc-full-float-format, calc-complex-format)
31912         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
31913         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
31914         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
31915         (calc-matrix-brackets, calc-language, calc-language-option)
31916         (calc-left-label, calc-right-label, calc-word-size)
31917         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
31918         (calc-display-raw, calc-internal-prec, calc-angle-mode)
31919         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
31920         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
31921         (calc-window-height, calc-display-trail, calc-show-selections)
31922         (calc-use-selections, calc-assoc-selections)
31923         (calc-display-working-message, calc-auto-why, calc-timing)
31924         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
31925         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
31926         (calc-gnuplot-default-device, calc-gnuplot-default-output)
31927         (calc-gnuplot-print-device, calc-gnuplot-print-output)
31928         (calc-gnuplot-geometry, calc-graph-default-resolution)
31929         (calc-graph-default-resolution-3d, calc-invocation-macro)
31930         (calc-show-banner): Use defcalcmodevar to declare them and set
31931         their default values.
31933         * calc/calc-ext.el (calc-reset): Restore saved values of variables
31934         instead of default values (but restore default values if there is
31935         an argument of 0).
31937 2005-01-09  David Kastrup  <dak@gnu.org>
31939         * desktop.el (desktop-restore-eager): Fix typo in type.
31941 2005-01-08  Richard M. Stallman  <rms@gnu.org>
31943         * cus-edit.el (customize): Delete :link.
31945 2005-01-08  Jay Belanger  <belanger@truman.edu>
31947         * calc/calc.el (calc-mode): Remove the extension from the
31948         `calc-settings-file' file name when loading it.
31950 2005-01-08  Kim F. Storm  <storm@cua.dk>
31952         * info.el (Info-mode-map, Info-next-link-keymap)
31953         (Info-prev-link-keymap, Info-up-link-keymap):
31954         Map follow-link to mouse-face.
31955         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
31957 2005-01-08  Jay Belanger  <belanger@truman.edu>
31959         * calc/calc.el (calc-settings-file): Change default value.
31960         Suggested by cgw in a comment in calc-mode.el.
31962         * calc/calc-mode.el (calc-settings-file-name):
31963         Compare calc-settings-file to user-init-file instead of ~/.emacs.
31964         Replace ~/.emacs in a prompt by calc-settings-file.
31966 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
31968         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
31969         (desktop-lazy-idle-delay): New customizable variables.
31970         (desktop-buffer-args-list): New variable.
31971         (desktop-append-buffer-args): New function.
31972         (desktop-save): Call desktop-append-buffer-args for some buffers.
31973         (desktop-lazy-create-buffer): New function.
31974         (desktop-idle-create-buffers): New function.
31975         (desktop-read): Add message about buffers to restore lazily.
31976         (desktop-lazy-abort): New command.
31977         (desktop-clear): Call desktop-lazy-abort.
31978         (desktop-lazy-complete): New command.
31980 2005-01-06  Richard M. Stallman  <rms@gnu.org>
31982         * emacs-lisp/find-func.el (find-face-definition):
31983         Rename from find-face.
31985 2005-01-06  Kim F. Storm  <storm@cua.dk>
31987         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
31989         * man.el (Man-xref-man-page, Man-xref-header-file)
31990         (Man-xref-normal-file): Add follow-link property.
31992 2005-01-06  Jay Belanger  <belanger@truman.edu>
31994         * calc/calc-units.el: Make sure the proper macro definitions are
31995         available when compiling.
31997 2005-01-06  Juri Linkov  <juri@jurta.org>
31999         * isearch.el (isearch-lazy-highlight-update):
32000         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
32002 2005-01-06  Miles Bader  <miles@gnu.org>
32004         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
32005         (isearch-lazy-highlight-face): Use new name.
32007 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
32009         * uniquify.el (uniquify-rationalize-file-buffer-names):
32010         Re-add an interactive spec.
32011         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
32012         to the same name.
32014         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
32015         (isearch-update, isearch-done): Adjust calls accordingly.
32017 2005-01-05  Richard M. Stallman  <rms@gnu.org>
32019         * custom.el (custom-set-variables, custom-theme-set-variables):
32020         Clarify documentation.
32022         * emacs-lisp/find-func.el (find-variable)
32023         (find-variable-other-window, find-variable-other-frame):
32024         Fix the TYPE args to find-function-read and find-function-do-it.
32025         (find-function): Doc fix.
32026         (find-function-at-point): Replace function-at-point alias.
32028 2005-01-04  Richard M. Stallman  <rms@gnu.org>
32030         * cus-face.el (custom-declare-face):
32031         Record defface in current-load-list.
32033         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
32035         * emacs-lisp/find-func.el: Doc fixes.
32036         (find-face-regexp): New variable.
32037         (find-function-regexp-alist): New variable.
32038         (find-function-C-source): Third arg is now TYPE.
32039         (find-function-search-for-symbol): Handle general TYPE.
32040         (find-function-read, find-function-do-it): Handle general TYPE.
32041         (find-definition-noselect, find-face): New functions.
32042         (function-at-point): Alias deleted.
32044 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
32046         * battery.el (display-battery-mode): Rename from display-battery.
32047         Handle the case where it gets turned off.
32049 2005-01-04  Richard M. Stallman  <rms@gnu.org>
32051         * cus-edit.el (customize): Make :link point to user doc.
32053         * man.el (Man-fontify-manpage): Turn off undo generation.
32055         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
32057 2005-01-04  Andreas Schwab  <schwab@suse.de>
32059         * files.el (insert-directory): Only look for error lines in
32060         inserted text.  Don't move too far after processing --dired markers.
32062 2005-01-04  Richard M. Stallman  <rms@gnu.org>
32064         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
32065         Don't expand if the character is @, period, dash, etc.
32066         (define-mail-abbrev): Quote names that contain problem characters.
32068 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
32070         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
32072 2005-01-03  Richard M. Stallman  <rms@gnu.org>
32074         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
32075         (query-replace-highlight, query-replace-lazy-highlight)
32076         (query-replace): Definitions moved up.  Doc fix.
32078 2005-01-03  Richard M. Stallman  <rms@gnu.org>
32080         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
32081         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
32082         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
32083         (lazy-highlight-face): Rename from isearch-lazy-...
32084         Change all references to them.
32086 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
32088         * cus-edit.el (custom-file): Doc fix for defcustom.
32089         (custom-file): The function no longer sets the variable
32090         `custom-file' to its return value.
32092         * startup.el (command-line): No longer load `custom-file'.
32094 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
32096         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
32098         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
32099         Don't confuse module-prefixed identifiers for labels.
32100         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
32102 2005-01-02  Richard M. Stallman  <rms@gnu.org>
32104         * files.el (basic-save-buffer-1): Fix previous change.
32106         * loadhist.el (file-loadhist-lookup): New function.
32107         (file-provides, file-requires): Use it.
32109         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
32110         instead of calculating the right size.
32112 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>
32114         * vc-svn.el (vc-svn-diff): Stay local if possible.
32116 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
32118         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
32120         * files.el (hack-local-variables): Fix last change.
32122 2005-01-02  Jay Belanger  <belanger@truman.edu>
32124         * calc/calc-yank.el (calc-edit-top): New variable.
32125         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
32126         object.  Change header properties.
32127         (calc-edit-finish, calc-edit-finish-stack-object)
32128         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
32129         edited object.
32130         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
32131         for the beginning of the edited object.
32132         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
32133         for the beginning of the edited object.
32134         * calc/calc-prog.el (calc-edit-macro-finish-edit)
32135         (calc-finish-formula-edit, calc-macro-repeats)
32136         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
32137         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
32138         beginning of the edited object.
32139         (calc-user-define-edit): Change the header for editing macros.
32140         Remove unnecessary variable.
32142 2005-01-01  Jay Belanger  <belanger@truman.edu>
32144         * calc/calc-yank.el (calc-edit-mode): Change default header.
32145         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
32146         * calc/calc-store.el (calc-edit-variable): Change title to match new
32147         header.
32148         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
32149         mode to match new header.
32150         (calc-user-define-edit): Change titles to include names of commands.
32151         (calc-finish-formula-edit): Adjust to handle new header.
32152         (calc-finish-macro-edit): Remove.
32153         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
32154         (calc-edit-macro-command, calc-edit-macro-command-type)
32155         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
32156         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
32157         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
32158         (calc-edit-macro-finish-edit): New functions.
32159         (calc-user-define-edit): Use new functions to edit named calc macros.
32161 2005-01-01  Stefan Monnier  <monnier@iro.umontreal.ca>
32163         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
32165         * ses.el (copy-region-as-kill): Deactivate mark.
32167 2005-01-01  Richard M. Stallman  <rms@gnu.org>
32169         * replace.el (occur-1): If the output buffer is also an input,
32170         don't kill it, rename it.
32172         * faces.el (set-face-background, set-face-foreground): Doc fix.
32174         * cus-face.el (custom-face-attributes): Fix :help-echo strings
32175         for :foreground and :background.
32177         * dired.el (dired-view-command-alist): Variable deleted.
32178         (dired-view-file, dired-mouse-find-file-other-window):
32179         Delete the code to use it.
32181 2005-01-01  Kim F. Storm  <storm@cua.dk>
32183         * image.el (insert-sliced-image): Use t for line-height property.
32185 See ChangeLog.11 for earlier changes.
32187 ;; Local Variables:
32188 ;; coding: iso-2022-7bit
32189 ;; add-log-time-zone-rule: t
32190 ;; End:
32192     Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
32194   This file is part of GNU Emacs.
32196   GNU Emacs is free software; you can redistribute it and/or modify
32197   it under the terms of the GNU General Public License as published by
32198   the Free Software Foundation; either version 2, or (at your option)
32199   any later version.
32201   GNU Emacs is distributed in the hope that it will be useful,
32202   but WITHOUT ANY WARRANTY; without even the implied warranty of
32203   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
32204   GNU General Public License for more details.
32206   You should have received a copy of the GNU General Public License
32207   along with GNU Emacs; see the file COPYING.  If not, write to the
32208   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
32209   Boston, MA 02110-1301, USA.
32211 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1